:root {
  --spt-bg: #F7FAFC;
  --spt-surface: #FFFFFF;
  --spt-text: #1F2937;
  --spt-muted: #6B7280;
  --spt-line: #D6DFEB;
  --spt-brand: #1565D8;
  --spt-brand-dark: #0F4FBF;
  --spt-accent: #3FAE2A;
  --spt-cta: #FF8A00;
  --spt-soft-blue: #EDF4FF;
  --spt-soft-green: #ECFBE9;
  --spt-shadow: 0 16px 36px rgba(15, 79, 191, 0.14);
  --spt-radius-xl: 24px;
  --spt-radius-md: 14px;
  --spt-radius-sm: 10px;
  --spt-shell-pad: max(0px, calc((100vw - var(--wp--style--global--wide-size, 1280px)) / 2));
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--spt-bg);
  color: var(--spt-text);
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: var(--spt-brand-dark);
  text-decoration: none;
}

a:hover {
  color: var(--spt-accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  margin-top: 0;
  line-height: 1.2;
}

p {
  margin-top: 0;
}

.wp-site-blocks {
  overflow-x: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--spt-line);
  box-shadow: 0 8px 20px rgba(31, 42, 31, 0.04);
}

/* Top Bar - Level 1 */
.spt-top-bar {
  background: #0d2240;
  min-height: 48px;
}

.site-header .spt-top-bar-inner,
.site-header .spt-header-main,
.site-header .spt-header-nav-inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.site-header .spt-top-bar-inner.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.site-header .spt-header-main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.site-header .spt-header-nav-inner.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.spt-top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: var(--spt-shell-pad);
  padding-right: var(--spt-shell-pad);
  gap: 12px;
}

.spt-top-bar-left,
.spt-top-bar-center,
.spt-top-bar-right {
  display: flex;
  align-items: center;
}

.spt-top-bar-left {
  flex-shrink: 0;
}

.spt-top-bar-center {
  flex: 1;
  justify-content: center;
}

.spt-top-bar-right {
  flex-shrink: 0;
  gap: 24px;
  margin-left: 0;
  justify-content: flex-end;
}

.spt-top-bar-messengers {
  display: flex;
  gap: 12px;
  align-items: center;
}

.spt-top-bar-messengers a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.spt-top-bar-messengers a:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.spt-top-bar-messengers img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) saturate(1);
}

.spt-work-time {
  color: #a8c8dc;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}

.spt-top-bar-phones {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.spt-top-bar-phones a {
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.spt-top-bar-phones a:hover {
  color: #8ab8d8;
}

.spt-top-bar-moscow {
  color: #8ab8d8 !important;
}

.spt-top-bar-search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 4px 8px 4px 12px;
  gap: 6px;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.spt-top-bar-search:focus-within {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.spt-top-bar-search input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.84rem;
  padding: 4px 0;
  min-width: 0;
}

.spt-top-bar-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.spt-top-bar-search input:focus {
  outline: none;
}

.spt-top-bar-search button {
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spt-top-bar-search .spt-search-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.spt-top-bar-search button:hover .spt-search-icon {
  opacity: 1;
}

/* Visually hidden label for accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.spt-header-main {
  min-height: 94px;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--spt-shell-pad);
  padding-right: var(--spt-shell-pad);
  gap: 18px;
}

.spt-header-main > * {
  flex-shrink: 0;
}

.spt-header-main .spt-header-contacts {
  display: none;
}

.spt-header-moscow-phone {
  font-weight: 700;
  font-size: 1rem;
  color: var(--spt-brand);
  text-decoration: none;
  transition: color 0.2s ease;
}

.spt-header-moscow-phone:hover {
  color: var(--spt-brand-dark);
}

.spt-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--spt-text);
  max-width: 420px;
  margin-right: 0;
}

.spt-logo img {
  width: 124px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.spt-logo-text {
  white-space: normal;
}

.spt-logo-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  line-height: 1.1;
}

.spt-logo-text--title {
  font-size: 1.38rem;
  font-weight: 800;
  color: #2b60ee;
  letter-spacing: -0.02em;
  line-height: 1;
}

.spt-logo-text--sub {
  font-size: 0.7rem;
  font-weight: 600;
  color: #56718b;
  letter-spacing: 0.01em;
  line-height: 1.22;
  max-width: 250px;
}

.spt-header-contacts {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.spt-header-phones {
  display: grid;
  gap: 2px;
  text-align: left;
}

.spt-header-phones a {
  color: var(--spt-text);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}

.spt-header-phones span {
  color: var(--spt-muted);
  font-size: 0.8rem;
}

.spt-header-social {
  display: flex;
  gap: 8px;
  align-items: center;
}

.spt-header-social a {
  display: inline-flex;
  width: 22px;
  height: 22px;
}

.spt-header-social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.2);
}

.spt-header-nav-wrap {
  background: #2B60EE;
}

.spt-header-nav-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: var(--spt-shell-pad);
  padding-right: var(--spt-shell-pad);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* ÃƒÂÃ‚ÂÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â³ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â - ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Âµ Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚Â ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¸ */
.site-nav {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .spt-header-nav-inner > .wp-block-navigation.site-nav {
    width: 100%;
    display: flex;
    justify-content: stretch !important;
  }

  .spt-header-nav-inner > .wp-block-navigation.site-nav .wp-block-navigation__responsive-container-content {
    width: 100%;
  }

  .spt-header-nav-inner > .wp-block-navigation.site-nav .wp-block-navigation__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    gap: 10px;
  }

  .spt-header-nav-inner > .wp-block-navigation.site-nav .wp-block-navigation__container > .wp-block-navigation-item {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
  }

  .spt-header-nav-inner > .wp-block-navigation.site-nav .wp-block-navigation-item__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .spt-header-nav-inner > .wp-block-navigation.site-nav .wp-block-navigation-item__content:hover {
    background: rgba(255, 255, 255, 0.16);
  }
}

/* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Âº Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â° */
.spt-search-toggle {
  margin-left: auto;
  flex-shrink: 0;
  margin-right: 8px;
}

.site-nav .wp-block-navigation {
  width: 100%;
  flex: 1 1 auto;
}

.site-nav .wp-block-navigation-item__content {
  color: #e8f4ff;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.site-nav .wp-block-navigation-item__content:hover {
  color: #fff;
}

.spt-header-nav-wrap .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item__content:visited,
.spt-header-nav-wrap .wp-block-navigation-item__content:focus {
  color: #e8f4ff !important;
}

.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.2);
}

.spt-header-nav-wrap .wp-block-navigation__responsive-container-open,
.spt-header-nav-wrap .wp-block-navigation__responsive-container-close {
  color: #fff;
}

.spt-header-nav-wrap .wp-block-navigation__responsive-container-open svg,
.spt-header-nav-wrap .wp-block-navigation__responsive-container-close svg {
  fill: currentColor;
}

.spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open {
  background: #2B60EE;
}

.spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:visited {
  color: #fff !important;
}

.spt-search-toggle {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 8px;
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  flex-shrink: 0;
  cursor: pointer;
}

.spt-search-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ÃƒÂÃ‹Å“ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
.spt-search-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ÃƒÂÃ‚Â¡ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸, ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ */
.spt-search-toggle span:not(.spt-search-icon) {
  display: none;
}

/* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚Âµ - inline ÃƒÂÃ‚Â±ÃƒÂÃ‚ÂµÃƒÂÃ‚Â· ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.spt-header-search-panel {
  border-top: none;
  border-bottom: none;
  background: transparent;
  padding: 8px 0;
}

.spt-header-search-panel[hidden] {
  display: none !important;
}

.spt-header-search-panel__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spt-header-search {
  display: flex;
  align-items: center;
  width: min(580px, 100%);
  margin-left: auto;
  background: #fff;
  border: 1px solid #c5d8e5;
  border-radius: 10px;
  overflow: hidden;
}

.spt-header-search input {
  border: 0;
  background: transparent;
  color: #2a3a4a;
  min-height: 40px;
  padding: 9px 12px;
  width: 100%;
}

.spt-header-search input::placeholder {
  color: #7a8a9a;
}

.spt-header-search button {
  border: 0;
  background: var(--spt-brand);
  color: #fff;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.site-header__actions {
  justify-self: end;
  margin-left: auto !important;
  width: min(440px, 100%);
}

.site-header .spt-header-main.is-layout-constrained > .site-header__actions {
  margin-left: auto !important;
}

.site-header__actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
}

.site-header__actions-grid .wp-element-button {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  font-size: 0.82rem;
}

.site-header__actions-grid .spt-action-wide {
  grid-column: 1 / -1;
  min-height: 42px;
  font-size: 0.88rem;
  padding: 10px 12px;
}

.site-header__actions .wp-block-buttons {
  gap: 8px;
}

.button,
.wp-element-button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid transparent;
  border-radius: var(--spt-radius-sm);
  background: var(--spt-brand-dark);
  color: #fff;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 11px 16px;
  cursor: pointer;
}

.button:hover,
.wp-element-button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: #4BA6C9;
}

.button.button-outline,
.wp-element-button.button-outline,
.wp-block-button.is-style-outline .wp-element-button,
.woocommerce a.button.button-outline {
  border-color: var(--spt-brand);
  color: var(--spt-brand-dark);
  background: #fff;
}

.button.button-outline:hover,
.wp-element-button.button-outline:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.woocommerce a.button.button-outline:hover {
  background: #e3f2f7;
  color: var(--spt-brand-dark);
}

/* Cost estimate button style */
.wp-block-button.is-style-cost-estimate .wp-element-button {
  background: #2B60EE;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 0.9rem;
}

.wp-block-button.is-style-cost-estimate .wp-element-button:hover {
  background: #4BA6C9;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(43, 96, 238, 0.32);
}

.spt-hero {
  position: relative;
  margin-top: 22px;
  background: #eaf3fb;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 24px 46px rgba(20, 43, 78, 0.14);
  padding: clamp(24px, 3.8vw, 44px);
  min-height: clamp(520px, 63vh, 680px);
  overflow: hidden;
}

.spt-hero::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -130px;
  width: 420px;
  height: 420px;
  background: rgba(77, 132, 191, 0.18);
  filter: blur(56px);
  pointer-events: none;
}

.spt-hero > * {
  position: relative;
  z-index: 1;
}

.spt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.spt-hero__grid {
  position: relative;
  z-index: 3;
  min-height: clamp(360px, 52vh, 520px);
}

.spt-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(56%, 700px);
  padding-right: 4px;
  position: relative;
  z-index: 4;
}

.spt-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 0;
  background: #f2f7fd;
  color: #2f5d8a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spt-hero__copy h1 {
  font-size: clamp(2.3rem, 4.7vw, 4.2rem);
  margin-bottom: 18px;
  color: #0f223a;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

.spt-hero__copy p {
  color: #395876;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  margin-bottom: 18px;
  max-width: 640px;
}

.spt-hero__copy ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.spt-hero__copy li {
  position: relative;
  padding-left: 34px;
  color: #1d3a5a;
  font-weight: 700;
  font-size: clamp(0.96rem, 1.08vw, 1.12rem);
  line-height: 1.35;
}

.spt-hero__copy li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #5f95c8;
  color: #31679c;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 900;
}

.spt-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.spt-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid #bdd2e5;
  background: #f4f9ff;
  color: #395a79;
  font-size: 0.84rem;
  line-height: 1;
  padding: 6px 14px;
}

.spt-hero__facts strong {
  margin-right: 7px;
  color: #173f6d;
  font-size: 0.88rem;
}

.spt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spt-hero__media {
  position: absolute;
  inset: 0;
  left: 38%;
  display: block;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
  box-shadow: none;
  pointer-events: none;
  z-index: 1;
}

.spt-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(238, 245, 252, 0.36);
  pointer-events: none;
  z-index: 1;
}

.spt-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 38, 66, 0.1);
  pointer-events: none;
  z-index: 2;
}

.spt-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right bottom;
}

.spt-hero__media-badge {
  position: absolute;
  left: auto;
  right: 16px;
  bottom: 96px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(16, 37, 63, 0.72);
  color: #e9f3ff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 700;
  padding: 8px 16px;
  backdrop-filter: blur(4px);
  z-index: 4;
}

.spt-brand-strip {
  margin-top: 18px;
  position: relative;
  z-index: 4;
}

.spt-brand-strip.spt-brand-strip--carousel {
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
  padding: 14px 16px;
  box-shadow: 0 10px 22px rgba(29, 61, 96, 0.08);
}

.spt-brand-strip__title {
  margin: 0 0 10px;
  color: #1f3f64;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-carousel {
  gap: 10px;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-track {
  gap: 8px;
  padding: 0;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card {
  min-width: auto;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #d0e0eb;
  background: #f4f9fc;
  color: var(--spt-brand-dark);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: left;
  white-space: nowrap;
  box-shadow: none;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card:hover {
  border-color: #98bad5;
  background: #eaf4fd;
  color: #1f4fa0;
  box-shadow: none;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-name {
  font-size: 0.84rem;
  font-weight: 700;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-count {
  font-size: 0.74rem;
  color: #5b7995;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #c7d9ea;
  background: #f4f9fe;
  color: #2b60ee;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow:hover {
  border-color: #2b60ee;
  background: #2b60ee;
  color: #ffffff;
}

/* Brands Carousel */
.spt-brands-section {
  padding: 32px 0;
  background: var(--spt-surface);
}

.spt-brands-inner h2 {
  margin-bottom: 24px;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--spt-text);
}

.spt-brands-carousel {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.spt-brands-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px;
  flex: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.spt-brands-track::-webkit-scrollbar {
  display: none;
}

.spt-brand-card {
  flex: 0 0 auto;
  min-width: 140px;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid var(--spt-line);
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: var(--spt-text);
  scroll-snap-align: start;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.spt-brand-card:hover {
  border-color: var(--spt-brand);
  box-shadow: 0 4px 12px rgba(52, 93, 2, 0.1);
  color: var(--spt-brand-dark);
}

.spt-brand-name {
  font-weight: 600;
  font-size: 0.95rem;
}

.spt-brand-count {
  font-size: 0.8rem;
  color: var(--spt-muted);
}

.spt-brands-arrow {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--spt-line);
  background: #fff;
  color: var(--spt-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 1;
}

.spt-brands-arrow:hover {
  border-color: var(--spt-brand);
  background: var(--spt-brand);
  color: #fff;
}

/* Tablet */
@media (max-width: 1024px) {
  .spt-brand-card {
    min-width: 120px;
    padding: 12px 16px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .spt-brands-section {
    padding: 24px 0;
  }

  .spt-brands-inner h2 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .spt-brand-card {
    min-width: 100px;
    padding: 10px 14px;
  }

  .spt-brand-name {
    font-size: 0.85rem;
  }

  .spt-brands-arrow {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .spt-brand-strip.spt-brand-strip--carousel {
    padding: 10px;
    border-radius: 12px;
  }

  .spt-brand-strip__title {
    margin-bottom: 8px;
    font-size: 0.86rem;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brand-card {
    min-height: 32px;
    padding: 6px 11px;
    gap: 4px;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brand-name {
    font-size: 0.76rem;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brand-count {
    font-size: 0.68rem;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1180px) {
  .spt-hero {
    min-height: auto;
    padding: clamp(20px, 3.2vw, 32px);
  }

  .spt-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
  }

  .spt-hero__copy {
    max-width: none;
  }

  .spt-hero__copy h1 {
    font-size: clamp(1.9rem, 4.4vw, 3rem);
  }

  .spt-hero__media {
    position: relative;
    inset: auto;
    left: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 14px;
    background: #eef5fc;
    min-height: 360px;
    max-height: 420px;
    box-shadow: 0 12px 24px rgba(29, 59, 94, 0.12);
    pointer-events: auto;
  }

  .spt-hero__media::before {
    content: none;
  }

  .spt-hero__media img {
    object-fit: contain;
    object-position: center bottom;
  }

  .spt-hero__media-badge {
    right: auto;
    left: 12px;
    bottom: 12px;
  }
}

.wp-block-group.is-style-section {
  margin-top: 24px;
  background: var(--spt-surface);
  border: 1px solid var(--spt-line);
  border-radius: var(--spt-radius-xl);
  box-shadow: 0 10px 26px rgba(47, 64, 47, 0.05);
  padding: clamp(18px, 2.6vw, 30px);
}

.section-head {
  max-width: 780px;
  margin: 0 auto 18px;
  text-align: center;
}

.section-head p {
  color: var(--spt-muted);
  margin-bottom: 0;
}

/* Center buttons in sections */
.wp-block-group.is-style-section > .wp-block-buttons {
  justify-content: center;
}

/* Wide inner pages (services, cases, about, faq, contacts) */
.spt-inner-page {
  padding-top: clamp(20px, 3vw, 36px);
  padding-bottom: clamp(34px, 4.2vw, 58px);
  background: #eef5fb;
}

.spt-inner-page .wp-block-group.is-style-section {
  margin-top: 0;
}

.spt-inner-hero {
  position: relative;
  margin-top: 0;
  padding: clamp(20px, 3.1vw, 34px);
  border: 1px solid #c8d9ea;
  border-radius: var(--spt-radius-xl);
  background: #edf4fc;
  box-shadow: 0 18px 36px rgba(24, 52, 94, 0.1);
  overflow: hidden;
}

.spt-inner-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  background: rgba(89, 135, 194, 0.18);
  filter: blur(48px);
  pointer-events: none;
}

.spt-inner-hero > * {
  position: relative;
  z-index: 1;
}

.spt-inner-hero__eyebrow {
  margin-bottom: 10px;
  width: fit-content;
  border: 1px solid #b8cce2;
  background: #f3f8fe;
  color: #2e5a87;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spt-inner-hero__title {
  margin-bottom: 10px;
  max-width: 920px;
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.15;
}

.spt-inner-hero__lead {
  max-width: 900px;
  margin-bottom: 0;
  color: #3c5672;
  font-size: clamp(0.97rem, 1.22vw, 1.12rem);
}

.spt-inner-hero .wp-block-buttons {
  margin-top: 16px;
}

.spt-page-stats {
  gap: 12px;
  margin-top: 14px;
  margin-bottom: 0;
}

.spt-page-stats > .wp-block-column {
  margin-top: 0 !important;
}

.spt-page-stat {
  height: 100%;
  border: 1px solid #cadbea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(24, 52, 94, 0.06);
  padding: 14px;
  display: grid;
  gap: 6px;
}

.spt-page-stat strong {
  font-size: 1.18rem;
  line-height: 1.15;
  color: #1d3554;
}

.spt-page-stat span {
  color: #496682;
  font-size: 0.86rem;
  line-height: 1.35;
}

.spt-inner-layout {
  gap: 14px;
  margin-top: 14px;
  margin-bottom: 0;
  align-items: flex-start !important;
}

.spt-inner-layout > .wp-block-column {
  margin-top: 0 !important;
}

.spt-inner-card {
  border-color: #c8d9e9 !important;
  box-shadow: 0 12px 28px rgba(26, 55, 97, 0.08) !important;
  background: #ffffff !important;
  padding: clamp(20px, 2.4vw, 30px) !important;
}

.spt-inner-card .wp-block-post-content > h1:first-child {
  display: none;
}

.spt-inner-card .wp-block-post-content > :where(h2, h3, h4) {
  color: #18365a;
  margin-top: 1.28em;
  margin-bottom: 0.58em;
}

.spt-inner-card .wp-block-post-content > :where(p, ul, ol, table, figure, .wp-block-shortcode) {
  margin-bottom: 1rem;
}

.spt-inner-card .wp-block-post-content ul,
.spt-inner-card .wp-block-post-content ol {
  padding-left: 20px;
}

.spt-inner-card .wp-block-post-content li {
  margin-bottom: 8px;
}

.spt-inner-card .wp-block-post-content .wp-block-table {
  margin-bottom: 1rem;
  border: 1px solid #d4e1ee;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #ffffff;
}

.spt-inner-card .wp-block-post-content .wp-block-table table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.spt-inner-card .wp-block-post-content .wp-block-table :where(th, td) {
  border: 0;
  border-right: 1px solid #dbe6f1;
  border-bottom: 1px solid #dbe6f1;
  padding: 0.68em 0.8em;
}

.spt-inner-card .wp-block-post-content .wp-block-table thead th {
  background: #f2f7fd;
  color: #17395f;
  font-weight: 700;
}

.spt-inner-card .wp-block-post-content .wp-block-table tr > :last-child {
  border-right: 0;
}

.spt-inner-card .wp-block-post-content .wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

.spt-inner-side {
  position: sticky;
  top: 124px;
  border: 1px solid #c6d7e8;
  border-radius: 16px;
  background: #f2f7fd;
  box-shadow: 0 12px 26px rgba(22, 47, 86, 0.08);
  padding: 16px;
}

.spt-inner-side--stack {
  margin-bottom: 12px;
}

.spt-inner-side h3,
.spt-inner-side h4 {
  margin-bottom: 10px;
  color: #17395f;
}

.spt-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.spt-side-list li {
  position: relative;
  padding-left: 22px;
  color: #2f4f70;
  font-size: 0.9rem;
  line-height: 1.4;
}

.spt-side-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2B60EE;
  box-shadow: 0 0 0 3px rgba(75, 166, 201, 0.2);
}

.spt-side-note {
  margin: 10px 0 0;
  color: #446383;
  font-size: 0.86rem;
}

.spt-inner-page--services .septikopt-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spt-inner-page--cases .septikopt-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spt-inner-page--cases .septikopt-case-card img {
  height: 250px;
  object-position: center center;
}

.spt-review-card img {
  object-position: center center;
}

.spt-inner-page--faq .septikopt-faq-list details {
  border-radius: 14px;
  border-color: #c6d8ea;
  padding: 14px 16px;
  background: #fff;
}

.spt-inner-page--faq .septikopt-faq-list summary {
  font-size: 1rem;
  color: #1f3d61;
}

.spt-inner-page--faq .septikopt-faq-list p {
  color: #406080;
}

.spt-inner-page--contacts .site-contact-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.spt-inner-page--contacts .site-contact-inline a,
.spt-inner-page--contacts .site-contact-inline span {
  min-height: 44px;
  justify-content: flex-start;
  border-radius: 10px;
  border-color: #c4d7ea;
  background: #f2f7fe;
  color: #274b72;
  font-size: 0.88rem;
}

.spt-inner-page--contacts .septikopt-lead-form {
  margin-top: 12px;
  gap: 12px;
}

.spt-inner-page--contacts .septikopt-lead-form label {
  display: grid;
  gap: 6px;
  color: #2f4f73;
  font-size: 0.86rem;
}

.spt-inner-page--contacts .septikopt-lead-form input,
.spt-inner-page--contacts .septikopt-lead-form select,
.spt-inner-page--contacts .septikopt-lead-form textarea {
  border-color: #bfd2e6;
  background: #fff;
}

.spt-inner-page--contacts .septikopt-lead-form textarea {
  min-height: 120px;
}

.spt-inner-map {
  margin-top: 14px;
}

.spt-inner-map h3 {
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .spt-inner-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .spt-inner-layout > .wp-block-column {
    flex-basis: 100% !important;
  }

  .spt-inner-side {
    position: static;
  }

  .spt-page-stats {
    flex-wrap: wrap;
  }

  .spt-page-stats > .wp-block-column {
    flex-basis: calc(50% - 6px) !important;
  }
}

@media (max-width: 760px) {
  .spt-inner-page {
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .spt-inner-hero {
    padding: 16px;
    border-radius: 14px;
  }

  .spt-inner-hero__title {
    font-size: 1.38rem;
  }

  .spt-inner-hero__lead {
    font-size: 0.91rem;
  }

  .spt-page-stats {
    gap: 10px;
  }

  .spt-page-stats > .wp-block-column {
    flex-basis: 100% !important;
  }

  .spt-page-stat {
    padding: 12px;
    border-radius: 12px;
  }

  .spt-inner-card {
    border-radius: 14px !important;
    padding: 14px !important;
  }

  .spt-inner-page--services .septikopt-service-grid,
  .spt-inner-page--cases .septikopt-case-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .spt-inner-page--cases .septikopt-case-card img {
    height: 210px;
  }

  .spt-inner-page--contacts .site-contact-inline {
    grid-template-columns: 1fr;
  }

  .spt-inner-page--contacts .septikopt-lead-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.spt-home-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.spt-home-cat-card {
  border: 1px solid #d5e0ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 42, 31, 0.06);
  overflow: hidden;
}

.spt-home-cat-card__link {
  color: var(--spt-text);
  display: block;
}

.spt-home-cat-card__image {
  aspect-ratio: 16 / 9;
  background: #e8f0f5;
  overflow: hidden;
}

.spt-home-cat-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.spt-home-cat-card:hover .spt-home-cat-card__image img {
  transform: scale(1.04);
}

.spt-home-cat-card__body {
  padding: 12px;
}

.spt-home-cat-card__body h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.spt-home-cat-card__body p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--spt-muted);
}

.spt-discount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spt-discount-card {
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid #d0dce8;
}

.spt-discount-card__overlay {
  min-height: 100%;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 16px;
  background: rgba(14, 31, 56, 0.6);
  color: #fff;
}

.spt-discount-card__overlay h3,
.spt-discount-card__overlay p {
  margin: 0;
  color: #fff;
}

.spt-discount-card__overlay .button.button-outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
  justify-self: flex-start;
}

.spt-discount-card__overlay .button.button-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* ÃƒÂÃ¢â‚¬â„¢Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° - ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ */
.spt-discount-card:nth-child(2) .button.button-outline {
  justify-self: center;
}

.spt-steps-wrap {
  margin-top: 18px;
}

.spt-steps-wrap h3 {
  margin-bottom: 10px;
}

.spt-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.spt-steps li {
  background: #f6fafc;
  border: 1px solid #d6e3ee;
  border-radius: 12px;
  padding: 12px;
  font-size: 0.9rem;
  color: var(--spt-muted);
}

.spt-steps li strong {
  display: block;
  margin-bottom: 4px;
  color: var(--spt-text);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  display: none;
}

li.product.septikopt-product-card,
.woocommerce ul.products li.product.septikopt-product-card,
.woocommerce ul.products li.product-category {
  margin: 0;
  width: 100%;
  border: 1px solid #d5e0ea;
  border-radius: var(--spt-radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 42, 31, 0.06);
}

.woocommerce ul.products li.product.septikopt-product-card {
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product-category a {
  display: block;
  color: var(--spt-text);
  padding: 0 0 12px;
}

.woocommerce ul.products li.product-category img {
  margin: 0;
  border-bottom: 1px solid #e0eaf0;
}

.woocommerce ul.products li.product-category h2 {
  font-size: 1.02rem;
  margin: 12px 12px 0;
}

.woocommerce ul.products li.product-category .count {
  background: #e7f1fb;
  color: var(--spt-brand-dark);
}

.septikopt-product-card__media {
  padding: 14px 14px 0;
}

.septikopt-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  height: 220px;
  overflow: hidden;
  background: #f2f8fd;
  border: 1px solid #d6e2ee;
  border-radius: 12px;
  padding: 10px;
}

.septikopt-product-card__image img {
  width: 100%;
  height: 100%;
  min-width: 140px;
  min-height: 140px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  transition: transform 0.35s ease;
}

.septikopt-product-card:hover .septikopt-product-card__image img {
  transform: scale(1.03);
}

.septikopt-product-card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 200px;
}

.septikopt-product-card__title {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.3;
}

.septikopt-product-card__title a {
  color: #1f2a1f;
}

.septikopt-product-card__excerpt {
  margin: 0;
  color: var(--spt-muted);
  font-size: 0.84rem;
  line-height: 1.45;
  min-height: 2.5em;
}

.septikopt-product-card__specs {
  display: grid;
  gap: 5px;
  margin-top: 2px;
}

.septikopt-product-card__spec-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #e6edf5;
  padding-top: 5px;
  font-size: 0.78rem;
}

.septikopt-product-card__spec-row span {
  color: #667a91;
}

.septikopt-product-card__spec-row strong {
  color: #1f2a1f;
  font-weight: 700;
  text-align: right;
}

.septikopt-product-card__fit {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--spt-brand-dark);
}

.septikopt-product-card__meta {
  margin-top: auto;
  padding-top: 6px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #2B60EE;
  border-top: 1px dashed #cce0eb;
}

.septikopt-product-card__actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.septikopt-product-card__actions .button {
  width: 100%;
  margin: 0;
  text-align: center;
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.septikopt-catalog-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
  align-items: start;
}

.septikopt-catalog-sidebar {
  position: sticky;
  top: 24px;
}

.septikopt-catalog-main .woocommerce-result-count,
.septikopt-catalog-main .woocommerce-ordering {
  margin-top: 0;
}

/* ÃƒÂÃ‚Â¡Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â WooCommerce Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¼ (ordering, ...) ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°ÃƒÂÃ‚Âº Ãƒâ€˜Ã†â€™ septikopt-filter-field */
.septikopt-catalog-main .woocommerce-ordering {
  margin-bottom: 16px;
}

.septikopt-catalog-main .woocommerce-ordering select.orderby {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #c5d8e5;
  border-radius: 8px;
  color: #1f2a1f;
  font-size: 0.95rem;
  font-family: inherit;
  padding: 10px 36px 10px 14px;
  min-height: 42px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231f2a1f' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  width: 100%;
  max-width: 280px;
}

.septikopt-catalog-main .woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: var(--spt-brand, #2B60EE);
  box-shadow: 0 0 0 3px rgba(47, 93, 5, 0.15);
}

.septikopt-catalog-filters {
  margin: 0;
  background: #fbfdf8;
  border: 1px solid #c5dbe8;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 14px;
}

/* ÃƒÂÃ‚ÂÃƒÂÃ‚Â° ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚Âµ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡/ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°ÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ */
.septikopt-catalog-filters {
  display: grid !important;
}

/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² - ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ */
.septikopt-filter-toggle,
button.septikopt-filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-height: 36px;
  padding: 6px 14px;
  border: 1px solid #d6dfc9;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2a1f;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  margin-bottom: 10px;
}

.septikopt-filter-toggle svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.septikopt-filter-toggle.is-active {
  background: #f0f0f0;
}

.septikopt-filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.84rem;
  color: var(--spt-muted);
}

.septikopt-filter-field input,
.septikopt-filter-field select,
.septikopt-lead-form input,
.septikopt-lead-form select,
.septikopt-lead-form textarea {
  width: 100%;
  border: 1px solid #d6dfc9;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  color: var(--spt-text);
}

.septikopt-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.septikopt-filter-actions--top {
  margin-bottom: 6px;
}

.septikopt-catalog-count {
  margin: 0 0 12px;
  color: var(--spt-muted);
  font-weight: 600;
}

.septikopt-active-filters {
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #d6e2c9;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fcef 0%, #f4f9ea 100%);
}

.septikopt-active-filters__title {
  margin: 0 0 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #36533b;
}

.septikopt-active-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.septikopt-active-filters__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d3e0c4;
  background: #fff;
  font-size: 0.82rem;
  color: #33443a;
  line-height: 1.25;
}

.septikopt-active-filters__name {
  font-weight: 700;
  color: #2e4d34;
}

.septikopt-catalog-pagination {
  margin-top: 20px;
}

.septikopt-catalog-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.septikopt-catalog-pagination .page-numbers li {
  margin: 0;
}

.septikopt-catalog-pagination .page-numbers a,
.septikopt-catalog-pagination .page-numbers span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid #d7dfcb;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-weight: 700;
  color: #324632;
  background: #fff;
}

.septikopt-catalog-pagination .page-numbers .current {
  color: #fff;
  border-color: var(--spt-brand);
  background: var(--spt-brand);
}

.septikopt-product-cta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.septikopt-product-cta .button {
  min-height: 48px;
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 700;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(360px, 42%) minmax(0, 1fr);
  gap: 42px;
  border: 1px solid #c5dbe8;
  border-radius: 18px;
  background: #f8fbff;
  padding: 28px;
  box-shadow: 0 14px 28px rgba(31, 42, 31, 0.07);
}

.single-product div.product > .woocommerce-product-gallery,
.single-product div.product > .summary {
  grid-column: auto;
}

.single-product div.product > .septikopt-product-description,
.single-product div.product > .septikopt-product-specs,
.single-product div.product > .related.products {
  grid-column: 1 / -1;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
  margin: 0;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: auto;
  float: none;
}

.woocommerce div.product div.images {
  margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border: 1px solid #d4e2ef;
  border-radius: 18px;
  background: #edf4fb;
  padding: 14px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  background: #ffffff;
  border-radius: 14px;
}

.woocommerce div.product div.images img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  border: 1px solid #cfddea;
  background: #ffffff;
  object-fit: contain;
  padding: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--spt-brand);
  box-shadow: 0 0 0 2px rgba(21, 101, 216, 0.12);
}

.woocommerce div.product div.summary {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 10px;
  padding-right: 8px;
}

.single-product .product_title.entry-title {
  margin: 0;
  font-size: clamp(1.75rem, 2.7vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.single-product div.product p.price {
  margin: 0;
  font-size: clamp(2rem, 2.3vw, 2.35rem);
  line-height: 1.2;
  font-weight: 800;
  color: #2B60EE;
}

.single-product div.product p.price .woocommerce-Price-amount {
  color: inherit;
}

.single-product .woocommerce-product-details__short-description {
  color: #4b5c70;
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 60ch;
}

.single-product .product_meta {
  margin-top: 6px;
  border-top: 1px solid #dde8f2;
  padding-top: 14px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #5f6f82;
  display: grid;
  gap: 8px;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
  margin: 0;
  display: block;
}

.single-product .product_meta a {
  font-weight: 700;
}

.septikopt-single-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.septikopt-single-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #cce0eb;
  background: #f0f6fa;
  color: #2B60EE;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 10px;
}

.septikopt-product-description {
  margin-top: 0;
  border: 1px solid #c5dbe8;
  border-radius: 16px;
  background: #fff;
  padding: 16px 18px;
}

.septikopt-product-description h3 {
  margin: 0 0 10px;
}

.septikopt-product-description__content p {
  margin: 0 0 12px;
  line-height: 1.62;
}

.septikopt-product-description__content p:last-child {
  margin-bottom: 0;
}

.single-product .woocommerce-tabs {
  margin-top: 0;
  border: 1px solid #c5dbe8;
  border-radius: 16px;
  background: #fff;
  padding: 16px 18px;
}

.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #e1e9f2;
  margin-bottom: 14px;
}

.single-product .woocommerce-tabs ul.tabs li {
  border: 1px solid #cce0eb;
  background: #f2f8fd;
  border-radius: 10px 10px 0 0;
}

.single-product .woocommerce-tabs ul.tabs li a {
  color: #2f4f78;
  font-weight: 700;
}

.single-product .related.products {
  margin-top: 24px;
}

.single-product .related.products > h2 {
  margin-bottom: 12px;
}

.septikopt-product-specs {
  margin-top: 0;
  border: 1px solid #c5dbe8;
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
}

.septikopt-product-specs dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

.septikopt-product-specs dl div {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  border-bottom: 1px dashed #dee8f2;
  padding-bottom: 8px;
}

.septikopt-product-specs dt {
  font-weight: 700;
}

.septikopt-product-specs dd {
  margin: 0;
  color: var(--spt-muted);
}

.septikopt-service-grid,
.septikopt-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.septikopt-case-grid {
  margin-top: 14px;
}

.septikopt-card {
  border: 1px solid #d4e0eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 42, 31, 0.05);
  padding: 14px;
}

.septikopt-card h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.septikopt-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--spt-muted);
}

.septikopt-case-card img {
  width: 100%;
  height: 220px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
}

.septikopt-case-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.septikopt-case-card h3 {
  min-height: 2.6em;
}

.septikopt-case-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.septikopt-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 6px;
}

.septikopt-case-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  background: #e8f2fb;
  color: #2f5278;
  font-size: 0.7rem;
  line-height: 1.1;
  padding: 2px 6px;
}

.spt-service-cta {
  margin-top: 16px;
  border: 1px solid #cce0eb;
  border-radius: 16px;
  background: #f4f9fc;
  padding: 14px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  align-items: center;
}

.spt-service-cta img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.spt-service-cta h3 {
  margin-bottom: 8px;
}

.spt-service-cta p {
  margin-bottom: 10px;
  color: var(--spt-muted);
}

.spt-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.spt-review-card {
  background: #fdfefe;
  border: 1px solid #d4dfeb;
  border-radius: 14px;
  overflow: hidden;
}

.spt-review-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.spt-review-card h3,
.spt-review-card p,
.spt-review-meta {
  padding-left: 12px;
  padding-right: 12px;
}

.spt-review-card h3 {
  margin: 10px 0 6px;
  font-size: 1rem;
}

.spt-review-card p {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: var(--spt-muted);
}

.spt-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 10px;
}

.spt-review-meta span {
  display: inline-flex;
  font-size: 0.72rem;
  color: #2f5175;
  background: #e8f2fb;
  border-radius: 999px;
  padding: 3px 8px;
}

.septikopt-faq-list {
  display: grid;
  gap: 10px;
}

.septikopt-faq-list details {
  border: 1px solid #cce0eb;
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
}

.septikopt-faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.septikopt-faq-list p {
  margin: 8px 0 0;
  color: var(--spt-muted);
}

.spt-cta-section {
  background: #eef5fc;
}

.spt-cta-form-wrap {
  flex: 1;
  min-width: min(620px, 100%);
}

.spt-cta-aside {
  width: min(340px, 100%);
  border: 1px solid #d3dfed;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

.spt-cta-aside img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.spt-cta-aside ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.spt-cta-aside li {
  margin-bottom: 6px;
  color: #2f4f75;
}

.septikopt-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.septikopt-lead-form .full {
  grid-column: 1 / -1;
}

.septikopt-lead-form__notice {
  grid-column: 1 / -1;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.92rem;
}

.septikopt-lead-form__notice.is-success {
  background: #e9f6db;
  color: #305400;
}

.septikopt-lead-form__notice.is-error {
  background: #ffe8e8;
  color: #852020;
}

.septikopt-lead-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--spt-muted);
}

.septikopt-lead-form .consent input {
  width: 16px;
  min-width: 16px;
  margin-top: 2px;
}

.septikopt-modal {
  width: min(720px, 92vw);
  border: 0;
  border-radius: 20px;
  padding: 0;
}

.septikopt-modal::backdrop {
  background: rgba(8, 17, 31, 0.62);
}

.septikopt-modal__inner {
  position: relative;
  background: #fff;
  padding: 22px;
}

.septikopt-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  background: transparent;
  color: var(--spt-muted);
  border: 0;
  font-size: 1.6rem;
  padding: 4px;
}

.site-contact-inline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.site-contact-inline a,
.site-contact-inline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid #c5dbe8;
  background: #f9fceb;
  color: #294229;
  padding: 6px 10px;
  font-size: 0.86rem;
  line-height: 1.2;
}

.contacts-map iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 14px;
}

.site-footer {
  margin-top: 28px;
  background: #0f1f34;
  color: #d4e2f3;
  border-top: 1px solid #29486b;
  padding-top: 28px;
  padding-bottom: 16px;
}

.site-footer a {
  color: #f2f7ff;
}

.site-footer h5 {
  color: #f2f7ff;
}

.site-footer__grid {
  gap: 16px;
}

.site-footer__col {
  min-width: 180px;
  max-width: 320px;
}

.site-footer__col h5 {
  margin-bottom: 10px;
}

.site-footer__col ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.site-footer__brand p {
  margin-top: 12px;
  color: #d4e2f3 !important;
  font-size: 0.92rem;
}

.spt-logo--footer,
.spt-logo--footer .spt-logo-text {
  color: #f2f7ff !important;
}

.spt-logo--footer .spt-logo-text--title {
  color: #f2f7ff !important;
}

.spt-logo--footer .spt-logo-text--sub {
  color: #cbdcf1 !important;
}

.spt-logo--footer img {
  background: transparent;
  mix-blend-mode: normal;
}

.spt-logo--footer img {
  width: 144px;
}

.site-footer .site-contact-inline a,
.site-footer .site-contact-inline span {
  background: #1a2f4b;
  border-color: #365a84;
  color: #e8f1ff;
}

.site-footer__tg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.site-footer__tg-actions .button,
.site-footer__tg-actions .wp-element-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px;
  height: 34px;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.site-footer__tg-actions .site-footer__tg-button--channel {
  background: #1a2f4b !important;
  border-color: #365a84 !important;
  color: #e8f1ff !important;
  box-shadow: none !important;
}

.site-footer__tg-actions .site-footer__tg-button--channel:hover {
  background: #2f435e !important;
  border-color: #4f77a6 !important;
  color: #e8f1ff !important;
}

.site-footer__tg-actions .site-footer__tg-button--write {
  background: #27a7e7 !important;
  border-color: #27a7e7 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(39, 167, 231, 0.32) !important;
}

.site-footer__tg-actions .site-footer__tg-button--write::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url("/wp-content/themes/septikopt-v2/assets/serviceseptik/tg.svg") center/contain no-repeat;
  filter: brightness(0) invert(1);
}

.site-footer__tg-actions .site-footer__tg-button--write:hover {
  background: #1d96d4 !important;
  border-color: #1d96d4 !important;
  color: #ffffff !important;
}

.site-footer__bottom {
  margin-top: 16px;
  border-top: 1px solid #29486b;
  padding-top: 12px;
  color: #b9cde5;
  font-size: 0.86rem;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

@media (max-width: 1160px) {
  /* Top bar responsive */
  .spt-top-bar-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spt-top-bar-center {
    order: 3;
    flex: 100%;
    justify-content: flex-start;
  }

  .spt-work-time {
    font-size: 0.78rem;
  }

  .spt-top-bar-search {
    min-width: 180px;
  }

  .spt-top-bar-phones {
    gap: 12px;
  }

  .spt-top-bar-moscow {
    display: none;
  }

  .spt-header-main {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spt-header-contacts {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .site-header__actions {
    justify-self: end;
    width: min(440px, 100%);
  }

  .site-nav {
    width: 100%;
  }

  .spt-hero__grid {
    grid-template-columns: 1fr;
  }

  .spt-home-categories-grid,
  .spt-discount-grid,
  .septikopt-service-grid,
  .septikopt-case-grid,
  .spt-reviews-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .septikopt-catalog-layout {
    grid-template-columns: 1fr;
  }

  .septikopt-catalog-sidebar {
    position: static;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .spt-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spt-cta-form-wrap {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
  }

  .wp-site-blocks {
    overflow-x: hidden !important;
    position: relative;
    z-index: 1;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
  }

  /* Top bar mobile */
  .spt-top-bar {
    display: none;
  }

  .spt-header-main {
    display: none !important;
  }

  /* Show simplified header on mobile instead */
  .site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    background: #fff;
    z-index: -1;
  }

  main,
.wp-site-blocks,
.site-main,
.content-area {
    margin-top: 52px;
  }

  /* Header nav background should be below fixed header */
  .spt-header-nav-wrap {
    margin-top: 0;
  }

  /* Fix for clickable elements */
  a, button, .wp-block-button__link, input, select, textarea {
    touch-action: manipulation;
    pointer-events: auto !important;
  }

  a {
    pointer-events: auto !important;
  }

  /* Ensure all interactive elements are clickable */
  .septikopt-product-card__title a,
  .septikopt-product-card__actions a,
  .spt-home-cat-card__link,
  .spt-hero__actions a,
  .button,
  .wp-element-button {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 1 !important;
  }

  /* Remove any overlays that might block clicks */
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    pointer-events: none;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    pointer-events: auto !important;
  }

  /* Ensure form elements work */
  .septikopt-catalog-filters input,
  .septikopt-catalog-filters select,
  .septikopt-catalog-filters button {
    pointer-events: auto !important;
    z-index: 1;
    position: relative;
  }

  .spt-header-main {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: auto;
    padding: 10px 12px;
    position: relative;
  }

  .spt-logo {
    max-width: 100%;
  }

  .spt-logo img {
    width: 140px;
    height: auto;
  }

  .spt-logo span {
    display: none;
  }

  .spt-header-contacts {
    display: none;
  }

  .site-header__actions {
    display: none;
  }

  .spt-header-nav-wrap {
    position: relative;
    margin-top: 0;
  }

  .spt-header-nav-inner {
    min-height: 52px;
    padding: 6px 60px 6px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }

  .spt-logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .spt-logo img {
    width: 110px;
  }

  .site-nav {
    position: static;
    width: auto;
    order: unset;
  }

  .site-nav .wp-block-navigation {
    position: static;
  }

  .wp-block-navigation__responsive-container-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 8px !important;
    color: #fff !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .wp-block-navigation__responsive-container-open svg {
    width: 24px !important;
    height: 24px !important;
    fill: #fff !important;
  }

  .wp-block-navigation__responsive-container {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 85% !important;
    max-width: 320px !important;
    height: 100vh !important;
    z-index: 1001 !important;
    background: #2B60EE !important;
    padding: 70px 20px 20px !important;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    transform: translateX(0);
  }

  .wp-block-navigation__responsive-container-close {
    display: flex !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 8px !important;
    color: #fff !important;
    align-items: center;
    justify-content: center;
  }

  .wp-block-navigation__responsive-container-close svg {
    width: 20px !important;
    height: 20px !important;
    fill: #fff !important;
  }

  .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
    font-size: 1.05rem !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    color: #fff !important;
    display: block !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
  }

  .wp-block-navigation__responsive-container .wp-block-navigation-item__content:hover,
  .wp-block-navigation__responsive-container .wp-block-navigation-item__content:focus {
    background: transparent !important;
    color: #c8ffc8 !important;
  }

  .spt-search-toggle {
    order: unset;
    position: absolute;
    right: 66px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    color: #fff;
  }

  /* Mobile call button */
  .spt-mobile-call {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    color: #fff;
  }

  .spt-mobile-call::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .spt-search-toggle::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .spt-search-toggle:hover {
    background: rgba(255,255,255,0.25);
  }

  .spt-header-search-panel {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 999;
    border-top: 1px solid #cce0eb;
    background: #f1f6fc;
    padding: 12px;
    display: none;
  }

  .spt-header-search-panel:not([hidden]) {
    display: block;
  }

  .spt-header-search-panel__inner {
    padding: 0;
  }

  .spt-header-search {
    width: 100%;
    max-width: none;
    border-radius: 8px;
  }

  .spt-header-search input {
    min-height: 44px;
    font-size: 1rem;
  }

  .spt-header-search button {
    min-height: 44px;
    padding: 0 16px;
  }

  /* Hero mobile */
  .spt-hero {
    margin-top: 60px;
    min-height: auto;
    padding: 16px;
    border-radius: 14px;
  }

  .spt-hero__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .spt-hero__media {
    order: -1;
    min-height: 250px;
    max-height: none;
    border-radius: 10px;
  }

  .spt-hero__media img {
    object-fit: contain;
    object-position: center bottom;
    max-height: none;
  }

  .spt-hero__media-badge {
    left: 10px;
    bottom: 10px;
    min-height: 30px;
    padding: 7px 11px;
    font-size: 0.72rem;
  }

  .spt-hero__eyebrow {
    margin-bottom: 8px;
    min-height: 28px;
    padding: 5px 10px;
    font-size: 0.68rem;
  }

  .spt-hero__facts {
    gap: 6px;
    margin-bottom: 12px;
  }

  .spt-hero__facts span {
    font-size: 0.73rem;
    min-height: 28px;
    padding: 5px 9px;
  }

  .spt-hero__facts strong {
    font-size: 0.75rem;
  }

  .spt-hero__copy h1 {
    font-size: 1.62rem;
    line-height: 1.08;
    margin-bottom: 10px;
  }

  .spt-hero__copy p {
    font-size: 0.93rem;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .spt-hero__copy ul {
    gap: 8px;
    margin-bottom: 12px;
  }

  .spt-hero__copy li {
    font-size: 0.9rem;
    padding-left: 24px;
  }

  .spt-hero__copy li::before {
    width: 15px;
    height: 15px;
    top: 3px;
    border-width: 1px;
    font-size: 0.58rem;
  }

  .spt-hero__actions {
    flex-direction: column;
    gap: 8px;
  }

  .spt-hero__actions .button,
  .spt-hero__actions .wp-element-button {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 0.95rem;
    min-height: 48px;
  }

  .spt-brand-strip.spt-brand-strip--carousel {
    margin-top: 10px;
    padding: 10px;
  }

  /* Sections mobile */
  .wp-block-group.is-style-section {
    margin-top: 14px;
    padding: 14px;
    border-radius: 14px;
  }

  .section-head {
    margin-bottom: 12px;
  }

  .section-head h2 {
    font-size: 1.2rem;
  }

  .section-head p {
    font-size: 0.88rem;
  }

  /* Grids mobile */
  .spt-home-categories-grid,
  .spt-discount-grid,
  .septikopt-service-grid,
  .septikopt-case-grid,
  .spt-reviews-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .spt-steps,
  .septikopt-lead-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .spt-home-cat-card__image {
    aspect-ratio: 16 / 7;
    min-height: 100px;
  }

  .spt-home-cat-card__body h3 {
    font-size: 0.9rem;
  }

  .spt-home-cat-card__body p {
    font-size: 0.8rem;
  }

  .spt-discount-card {
    min-height: 140px;
  }

  .spt-discount-card__overlay {
    padding: 12px;
  }

  .spt-discount-card__overlay h3 {
    font-size: 1rem;
  }

  .spt-discount-card__overlay p {
    font-size: 0.8rem;
  }

  .spt-steps li {
    padding: 10px;
    font-size: 0.85rem;
  }

  /* Service CTA mobile */
  .spt-service-cta {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 12px;
    gap: 10px;
  }

  .spt-service-cta img {
    max-height: 120px;
  }

  /* Catalog mobile */
  .septikopt-catalog-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .septikopt-catalog-sidebar {
    position: static;
    order: -1;
  }

  .septikopt-catalog-filters {
    display: grid;
    padding: 12px;
  }

  .septikopt-filter-toggle,
  button.septikopt-filter-toggle {
    min-height: 32px;
    padding: 4px 12px;
    font-size: 0.8rem;
  }

  .septikopt-filter-toggle svg,
  button.septikopt-filter-toggle svg {
    width: 14px;
    height: 14px;
  }

  .septikopt-catalog-main {
    width: 100%;
  }

  .woocommerce ul.products li.product.septikopt-product-card {
    border-radius: 12px;
  }

  .septikopt-product-card__media {
    padding: 8px 8px 0;
  }

  .septikopt-product-card__image {
    min-height: 120px;
    height: 120px;
    padding: 6px;
    border-radius: 8px;
  }

  .septikopt-product-card__image img {
    max-width: 100%;
    max-height: 80px;
  }

  .septikopt-product-card__body {
    padding: 8px 10px 10px;
    gap: 4px;
  }

  .septikopt-product-card__title {
    font-size: 0.88rem;
  }

  .septikopt-product-card__excerpt {
    font-size: 0.75rem;
    -webkit-line-clamp: 1;
    display: none;
  }

  .septikopt-product-card__specs {
    display: none;
  }

  .septikopt-product-card__meta {
    font-size: 1rem;
    margin-top: auto;
    padding-top: 4px;
  }

  .septikopt-product-card__fit {
    font-size: 0.72rem;
  }

  .septikopt-product-card__actions {
    margin-top: 4px;
  }

  .septikopt-product-card__actions .button {
    min-height: 40px;
    font-size: 0.85rem;
    padding: 8px 12px;
  }

  li.product.septikopt-product-card,
  .woocommerce ul.products li.product.septikopt-product-card {
    min-height: auto;
    padding-bottom: 8px;
  }

  /* Single product mobile */
  .single-product div.product {
    padding: 14px;
    gap: 14px;
    border-radius: 14px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .woocommerce div.product div.images {
    margin-bottom: 0;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 10px;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image a {
    min-height: 320px;
  }

  .woocommerce div.product div.images img {
    max-height: 320px;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .woocommerce div.product div.images .flex-control-thumbs img {
    border-radius: 8px;
    padding: 3px;
  }

  .woocommerce-product-gallery__trigger {
    top: 8px !important;
    right: 8px !important;
  }

  .single-product .product_title.entry-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .woocommerce div.product div.summary {
    padding-left: 0;
    padding-right: 0;
  }

  .single-product div.product p.price {
    font-size: 1.8rem;
  }

  .single-product .woocommerce-product-details__short-description {
    font-size: 0.95rem;
  }

  .septikopt-single-badges {
    gap: 6px;
  }

  .septikopt-single-badges span {
    font-size: 0.75rem;
    padding: 4px 8px;
  }

  .septikopt-product-description {
    padding: 12px;
    border-radius: 12px;
  }

  .septikopt-product-description h3 {
    font-size: 1.15rem;
  }

  .septikopt-product-description__content p {
    font-size: 0.9rem;
  }

  .single-product .woocommerce-tabs {
    padding: 12px;
    border-radius: 12px;
  }

  .single-product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
    gap: 6px;
  }

  .single-product .woocommerce-tabs ul.tabs li {
    flex: 1 1 auto;
    min-width: 100px;
    text-align: center;
  }

  .single-product .woocommerce-tabs ul.tabs li a {
    font-size: 0.85rem;
    padding: 8px 10px;
  }

  .septikopt-product-specs {
    padding: 12px;
    border-radius: 12px;
  }

  .septikopt-product-specs dl div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 8px;
  }

  .septikopt-product-specs dt {
    font-size: 0.85rem;
  }

  .septikopt-product-specs dd {
    font-size: 0.85rem;
  }

  .septikopt-product-cta {
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }

  .septikopt-product-cta .button {
    width: 100%;
    min-height: 46px;
  }

  .septikopt-product-cta .button,
  .septikopt-product-cta .wp-element-button {
    width: 100%;
    text-align: center;
    min-height: 48px;
    font-size: 1rem;
    padding: 14px 16px;
  }

  /* Case/Review cards mobile */
  .septikopt-case-grid {
    gap: 10px;
  }

  .septikopt-case-card img {
    height: 180px;
    border-radius: 8px;
  }

  .septikopt-case-card h3 {
    font-size: 0.95rem;
    min-height: auto;
  }

  .spt-review-card img {
    height: 160px;
  }

  /* FAQ mobile */
  .septikopt-faq-list details {
    padding: 10px 12px;
    border-radius: 10px;
  }

  .septikopt-faq-list summary {
    font-size: 0.95rem;
  }

  .septikopt-faq-list p {
    font-size: 0.85rem;
  }

  /* Contact/CTA sections mobile */
  .site-contact-inline {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .site-contact-inline a,
  .site-contact-inline span {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.9rem;
    min-height: 44px;
    padding: 10px 14px;
  }

  .contacts-map iframe {
    min-height: 250px;
    border-radius: 10px;
  }

  /* Footer mobile */
  .site-footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer__col {
    max-width: 100%;
  }

  .site-footer__brand {
    text-align: center;
  }

  .spt-logo--footer {
    justify-content: center;
  }

  .site-footer__bottom {
    text-align: center;
  }

  /* Modal mobile */
  .septikopt-modal {
    width: 95vw;
    max-width: 95vw;
    border-radius: 16px;
  }

  .septikopt-modal__inner {
    padding: 16px;
  }

  /* Lead form mobile */
  .septikopt-lead-form {
    gap: 10px;
  }

  .septikopt-lead-form input,
  .septikopt-lead-form select,
  .septikopt-lead-form textarea {
    min-height: 48px;
    font-size: 1rem;
  }

  /* Pagination mobile */
  .septikopt-catalog-pagination .page-numbers a,
  .septikopt-catalog-pagination .page-numbers span {
    min-width: 36px;
    min-height: 36px;
    font-size: 0.9rem;
  }
}

/* Extra small devices (360px and below) */
@media (max-width: 380px) {
  .spt-header-main {
    padding: 10px 8px;
  }

  .spt-logo img {
    width: 130px;
  }

  .spt-header-phones a {
    font-size: 0.95rem;
  }

  .site-header__actions .wp-block-buttons {
    grid-template-columns: 1fr;
  }

  .spt-hero {
    padding: 12px;
    border-radius: 14px;
  }

  .spt-hero__media {
    min-height: 180px;
  }

  .spt-hero__copy h1 {
    font-size: 1.3rem;
  }

  .wp-block-group.is-style-section {
    padding: 14px;
  }

  .single-product div.product {
    padding: 10px;
  }

  .septikopt-product-card__body {
    padding: 8px 10px 10px;
  }
}

/* ==========================================================================
   2026-04 Visual Refresh (palette + hierarchy + accent system)
   ========================================================================== */
html,
body {
  background: var(--spt-bg);
  color: var(--spt-text);
}

.site-header {
  border-bottom: 1px solid #e2eaf4;
  box-shadow: 0 12px 28px rgba(24, 52, 95, 0.08);
}

.spt-top-bar {
  background: #243447;
}

.spt-top-bar-messengers img {
  filter: brightness(0) invert(1);
}

.spt-top-bar-search {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.spt-top-bar-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.spt-logo-text--title {
  color: var(--spt-brand);
}

.spt-logo-text--sub {
  color: #475467;
}

.spt-header-nav-wrap {
  background: #ffffff;
  border-top: 1px solid #e7edf5;
  border-bottom: 1px solid #e7edf5;
}

.spt-header-nav-inner {
  border-left: 0;
  border-right: 0;
}

.site-nav .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item__content:visited,
.spt-header-nav-wrap .wp-block-navigation-item__content:focus {
  color: #344054 !important;
}

.site-nav .wp-block-navigation-item__content:hover {
  color: var(--spt-brand) !important;
  background: #eef4ff;
}

.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content:hover {
  color: var(--spt-brand) !important;
  background: #eef4ff;
  border: 1px solid #d3e1fb;
}

.site-header__actions-grid .wp-element-button {
  border-radius: 10px;
  min-height: 40px;
  font-size: 0.84rem;
}

.site-header__actions-grid .spt-action-secondary {
  background: #ffffff;
  border: 1px solid #bfd3f3;
  color: var(--spt-brand);
}

.site-header__actions-grid .spt-action-secondary:hover {
  background: #eef4ff;
}

.site-header__actions-grid .spt-action-primary {
  background: var(--spt-brand);
  border: 1px solid var(--spt-brand);
  color: #ffffff;
}

.site-header__actions-grid .spt-action-primary:hover {
  background: #0c45a5;
}

.site-header__actions-grid .spt-action-accent {
  background: var(--spt-cta);
  border: 1px solid var(--spt-cta);
  color: #243447;
  font-weight: 800;
}

.site-header__actions-grid .spt-action-accent:hover {
  background: #df9f00;
  color: #1b2533;
}

.button,
.wp-element-button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
  color: #ffffff;
}

.button:hover,
.wp-element-button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #0c45a5;
  border-color: #0c45a5;
}

.button.button-outline,
.wp-element-button.button-outline,
.wp-block-button.is-style-outline .wp-element-button,
.woocommerce a.button.button-outline {
  background: #ffffff;
  border-color: #bfd3f3;
  color: var(--spt-brand);
}

.button.button-outline:hover,
.wp-element-button.button-outline:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.woocommerce a.button.button-outline:hover {
  background: #eef4ff;
  border-color: var(--spt-brand);
  color: var(--spt-brand);
}

.wp-block-button.is-style-cost-estimate .wp-element-button {
  background: var(--spt-cta);
  border-color: var(--spt-cta);
  color: #243447;
  font-weight: 800;
}

.wp-block-button.is-style-cost-estimate .wp-element-button:hover {
  background: #df9f00;
  border-color: #df9f00;
  color: #1b2533;
  box-shadow: 0 6px 14px rgba(244, 176, 0, 0.32);
}

.wp-block-group.is-style-section {
  border-radius: 20px;
  border: 1px solid #e3eaf5;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(22, 45, 84, 0.06);
}

.spt-section--plain {
  background: #ffffff !important;
}

.spt-section--muted {
  background: #f8fafc !important;
  border-color: #dfe7f3 !important;
}

.section-head h2 {
  color: var(--spt-text);
}

.section-head p {
  color: var(--spt-muted);
}

.septikopt-brand-about,
.spt-home-seo-section {
  margin-top: 24px;
  border-radius: 20px;
  border: 1px solid #e3eaf5;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(22, 45, 84, 0.06);
}

.septikopt-brand-about,
.spt-home-seo-section {
  padding: 30px;
}

.septikopt-brand-about__term-content,
.spt-home-seo-section > * {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.septikopt-brand-about h2,
.spt-home-seo-section h2 {
  margin: 0 0 16px;
  color: var(--spt-text);
  font-size: 28px;
  line-height: 1.2;
}

.septikopt-brand-about h3,
.spt-home-seo-section h3 {
  margin: 24px 0 10px;
  color: var(--spt-text);
  font-size: 20px;
  line-height: 1.3;
}

.septikopt-brand-about p,
.spt-home-seo-section p {
  margin: 0 0 12px;
  color: #334155;
  line-height: 1.65;
}

.septikopt-brand-about p:last-child,
.spt-home-seo-section p:last-child {
  margin-bottom: 0;
}

.septikopt-brand-about ul,
.spt-home-seo-section ul {
  margin: 0 0 14px 1.2em;
  color: #334155;
  line-height: 1.6;
}

.septikopt-brand-about li + li,
.spt-home-seo-section li + li {
  margin-top: 6px;
}

@media (max-width: 640px) {
  .septikopt-brand-about,
  .spt-home-seo-section {
    margin-top: 18px;
    padding: 20px;
    border-radius: 16px;
  }

  .septikopt-brand-about h2,
  .spt-home-seo-section h2 {
    font-size: 24px;
  }

  .septikopt-brand-about h3,
  .spt-home-seo-section h3 {
    font-size: 18px;
  }
}

.spt-hero {
  background: #f8fafc;
  border: 1px solid #dce6f4;
  box-shadow: 0 20px 36px rgba(20, 43, 78, 0.1);
}

.spt-hero__copy {
  max-width: min(54%, 680px);
  padding-right: 34px;
  border-right: 1px solid #d7e2f2;
}

.spt-hero__copy h1 {
  color: #243447;
  text-transform: none;
}

.spt-hero__copy p {
  color: var(--spt-muted);
}

.spt-hero__copy li {
  color: #243447;
}

.spt-hero__copy li::before {
  border-color: #84d6a0;
  color: var(--spt-accent);
  background: #ffffff;
}

.spt-hero__facts span {
  border-color: #cfdcff;
  background: #eef4ff;
  color: #344054;
}

.spt-hero__facts strong {
  color: var(--spt-brand);
}

.spt-hero__actions .button:first-child {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
  color: #ffffff;
}

.spt-hero__actions .button.button-outline {
  border-color: #bfd3f3;
  color: var(--spt-brand);
  background: #ffffff;
}

.spt-hero__media {
  left: 50%;
}

.spt-hero__media::before {
  background: rgba(248, 250, 252, 0.28);
}

.spt-hero__media::after {
  background: rgba(36, 52, 71, 0.08);
}

.spt-hero__media-badge {
  background: rgba(36, 52, 71, 0.78);
  color: #eaf2ff;
}

.spt-brand-strip.spt-brand-strip--carousel {
  border: 1px solid #dfe8f5;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 43, 84, 0.08);
}

.spt-brand-strip__title {
  color: #243447;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card {
  background: #f9fbff;
  border-color: #d8e4f6;
  color: #344054;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card.is-active {
  background: #eef4ff;
  border-color: #b8cdf6;
  color: var(--spt-brand);
  box-shadow: 0 8px 18px rgba(15, 79, 191, 0.16);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card:hover {
  border-color: var(--spt-brand);
  color: var(--spt-brand);
  box-shadow: 0 8px 18px rgba(15, 79, 191, 0.12);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-count {
  color: #667085;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
  background: #ffffff;
  border-color: #d8e4f6;
  color: var(--spt-brand);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow:hover {
  border-color: var(--spt-brand);
  background: var(--spt-brand);
  color: #ffffff;
}

.spt-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.spt-trust-inline {
  margin-top: 18px;
}

.spt-trust-inline > h3 {
  margin: 0 0 12px;
  color: #243447;
}

.spt-trust-card {
  border: 1px solid #d9e5f3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(22, 45, 84, 0.06);
  padding: 16px;
  display: grid;
  gap: 8px;
}

.spt-trust-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #ecfdf3;
  border: 1px solid #b7ebc6;
  position: relative;
}

.spt-trust-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 11px;
  border-right: 2px solid var(--spt-accent);
  border-bottom: 2px solid var(--spt-accent);
  transform: rotate(40deg);
}

.spt-trust-card h3 {
  margin: 0;
  font-size: 1.02rem;
  color: #243447;
}

.spt-trust-card p {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
}

.spt-process-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spt-process-grid li {
  background: #ffffff;
  border: 1px solid #dbe6f4;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(22, 45, 84, 0.05);
  padding: 14px;
  display: grid;
  gap: 8px;
}

.spt-process-step {
  display: inline-flex;
  min-width: 42px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #cddcff;
  color: var(--spt-brand);
  font-weight: 800;
  font-size: 0.78rem;
}

.spt-process-grid h3 {
  margin: 0;
  font-size: 1rem;
  color: #243447;
}

.spt-process-grid p {
  margin: 0;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.45;
}

.spt-steps-wrap {
  margin-top: 20px;
}

.spt-steps-wrap h3 {
  margin-bottom: 12px;
  color: #243447;
}

.spt-steps {
  counter-reset: step;
  gap: 12px;
}

.spt-steps li {
  position: relative;
  padding: 16px 14px 14px;
  border: 1px solid #dbe6f4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(22, 45, 84, 0.05);
  color: #667085;
}

.spt-steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #cddcff;
  background: #eef4ff;
  color: var(--spt-brand);
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.spt-steps li strong {
  color: #243447;
  margin-bottom: 5px;
}

.spt-dark-band {
  margin-top: 24px;
  border: 1px solid #314e72;
  border-radius: 20px;
  background: #243447;
  box-shadow: 0 18px 36px rgba(20, 35, 56, 0.24);
  padding: clamp(20px, 2.7vw, 28px);
}

.spt-dark-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 20px;
  align-items: center;
}

.spt-dark-band__eyebrow {
  margin: 0 0 8px;
  color: #9bb8df;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spt-dark-band h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
}

.spt-dark-band ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.spt-dark-band li {
  position: relative;
  padding-left: 20px;
  color: #d6e5f9;
  font-size: 0.94rem;
}

.spt-dark-band li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--spt-accent);
}

.spt-dark-band__actions {
  display: grid;
  gap: 10px;
}

.spt-dark-band__actions .button {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

.spt-dark-band__actions .button.button-outline {
  border-color: #8fb1de;
  color: #e8f1ff;
  background: rgba(255, 255, 255, 0.04);
}

.spt-dark-band__actions .button.button-outline:hover {
  border-color: #d5e7ff;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  gap: 20px;
  margin-top: 16px;
}

li.product.septikopt-product-card,
.woocommerce ul.products li.product.septikopt-product-card {
  border: 1px solid #dce6f4;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(24, 52, 95, 0.07);
}

.septikopt-product-card__media {
  padding: 16px 16px 0;
}

.septikopt-product-card__image {
  min-height: 230px;
  height: 230px;
  border: 1px solid #d8e4f3;
  border-radius: 14px;
  background: #f8fbff;
}

.septikopt-product-card__body {
  padding: 14px 16px 16px;
  gap: 10px;
  min-height: 0;
}

.septikopt-product-card__title a {
  color: #243447;
}

.septikopt-product-card__excerpt {
  color: #667085;
  font-size: 0.84rem;
  min-height: 0;
}

.septikopt-product-card__specs {
  gap: 7px;
}

.septikopt-product-card__spec-row {
  border-top: 0;
  background: #f8fbff;
  border: 1px solid #e4ecf8;
  border-radius: 8px;
  padding: 7px 9px;
}

.septikopt-product-card__spec-row span {
  color: #667085;
}

.septikopt-product-card__spec-row strong {
  color: #243447;
}

.septikopt-product-card__fit {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #b7ebc6;
  background: #ecfdf3;
  color: var(--spt-accent);
  padding: 4px 10px;
  font-size: 0.76rem;
  font-weight: 700;
}

.septikopt-product-card__meta {
  border-top: 1px dashed #d8e3f3;
  color: var(--spt-brand);
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}

.septikopt-product-card__actions {
  grid-template-columns: 1fr;
  gap: 9px;
}

.septikopt-product-card__actions .button {
  min-height: 42px;
}

.septikopt-catalog-filters {
  background: #ffffff;
  border-color: #dce6f4;
}

.septikopt-filter-toggle,
button.septikopt-filter-toggle {
  border-color: #cfdcf1;
  color: #344054;
  background: #ffffff;
}

.septikopt-filter-toggle:hover,
button.septikopt-filter-toggle:hover {
  border-color: var(--spt-brand);
  color: var(--spt-brand);
}

.septikopt-filter-field {
  color: #667085;
}

.septikopt-filter-field input,
.septikopt-filter-field select {
  border-color: #d3deef;
}

.septikopt-catalog-main .woocommerce-ordering select.orderby {
  border-color: #d3deef;
  color: #344054;
}

.septikopt-catalog-main .woocommerce-ordering select.orderby:focus {
  border-color: var(--spt-brand);
  box-shadow: 0 0 0 3px rgba(15, 79, 191, 0.14);
}

.septikopt-quick-brands {
  margin: 8px 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  clear: both;
}

.septikopt-quick-brands__item {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid #d4e1f5;
  background: #ffffff;
  color: #344054;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.septikopt-quick-brands__item span {
  margin-left: 4px;
  color: #667085;
  font-size: 0.75rem;
}

.septikopt-quick-brands__item:hover {
  border-color: var(--spt-brand);
  color: var(--spt-brand);
  background: #eef4ff;
}

.septikopt-quick-brands__item.is-active {
  border-color: var(--spt-brand);
  background: var(--spt-brand);
  color: #ffffff;
}

.septikopt-quick-brands__item.is-active span {
  color: #d9e7ff;
}

.single-product div.product {
  border-color: #dce6f4;
  border-radius: 20px;
  box-shadow: 0 16px 28px rgba(22, 45, 84, 0.08);
}

.single-product .product_title.entry-title {
  color: #243447;
}

.single-product div.product p.price {
  color: var(--spt-brand);
}

.single-product .woocommerce-product-details__short-description,
.single-product .product_meta {
  color: #667085;
}

.septikopt-single-badges span {
  border-color: #cddcff;
  background: #eef4ff;
  color: var(--spt-brand);
}

.spt-cases-section {
  background: #f8fafc !important;
}

.septikopt-case-grid {
  gap: 18px;
}

.septikopt-case-card.septikopt-card {
  border: 1px solid #dce6f4;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(24, 52, 95, 0.06);
  padding: 0;
  overflow: hidden;
}

.septikopt-case-card img {
  height: 230px;
  margin: 0;
  border-radius: 0;
}

.septikopt-case-card h3,
.septikopt-case-meta,
.septikopt-case-card p,
.septikopt-case-result {
  padding-left: 16px;
  padding-right: 16px;
}

.septikopt-case-card h3 {
  margin: 14px 0 6px;
  min-height: 0;
  color: #243447;
}

.septikopt-case-meta {
  margin-bottom: 8px;
  gap: 6px;
}

.septikopt-case-meta span {
  border: 1px solid #d7e3f6;
  background: #eef4ff;
  color: #35507d;
  padding: 3px 9px;
}

.septikopt-case-meta .is-duration {
  background: #ecfdf3;
  border-color: #b7ebc6;
  color: #2f9e44;
}

.septikopt-case-result {
  margin: 0 0 8px;
  color: #2f9e44;
  font-size: 0.83rem;
  font-weight: 700;
}

.septikopt-case-card p {
  margin-bottom: 16px;
  color: #667085;
}

.spt-faq-kicker {
  margin-bottom: 8px;
  color: #475467;
  font-size: 0.9rem;
}

.septikopt-faq-list {
  gap: 12px;
}

.septikopt-faq-list details {
  border: 1px solid #dce6f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(24, 52, 95, 0.05);
}

.septikopt-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  color: #243447;
  padding: 14px 16px;
}

.septikopt-faq-list summary::-webkit-details-marker {
  display: none;
}

.septikopt-faq-list summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #d2e1fb;
  color: var(--spt-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.septikopt-faq-list details[open] {
  border-color: #bfd3f3;
  box-shadow: 0 12px 24px rgba(15, 79, 191, 0.12);
}

.septikopt-faq-list details[open] summary {
  background: #eef4ff;
  color: var(--spt-brand);
}

.septikopt-faq-list details[open] summary::after {
  content: "−";
}

.septikopt-faq-answer {
  border-top: 1px solid #e2ebf7;
  padding: 12px 16px 14px;
  color: #667085;
}

.septikopt-faq-answer p {
  margin: 0 0 8px;
}

.septikopt-faq-answer p:last-child {
  margin-bottom: 0;
}

.spt-precontacts-cta {
  margin-top: 24px;
  border: 1px solid #355a8f;
  border-radius: 18px;
  background: #0f4fbf;
  box-shadow: 0 16px 30px rgba(15, 79, 191, 0.28);
  padding: clamp(16px, 2.2vw, 22px);
}

.spt-precontacts-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.spt-precontacts-cta h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
}

.spt-precontacts-cta p {
  margin: 0;
  color: #dbe8ff;
}

.spt-precontacts-cta__actions .button {
  min-height: 46px;
  background: #ffffff;
  border-color: #ffffff;
  color: var(--spt-brand);
  font-weight: 800;
}

.spt-precontacts-cta__actions .button:hover {
  background: #eef4ff;
  border-color: #eef4ff;
}

.spt-contacts-section {
  background: #f8fafc !important;
}

.spt-contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.spt-contacts-main {
  border: 1px solid #dbe6f4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(24, 52, 95, 0.06);
  padding: 16px;
  display: grid;
  gap: 14px;
}

.spt-contacts-chips .site-contact-inline {
  gap: 8px;
}

.spt-contacts-chips .site-contact-inline a,
.spt-contacts-chips .site-contact-inline span {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid #d8e4f4;
  background: #f8fbff;
  color: #344054;
  padding: 8px 12px;
}

.spt-contacts-chips .site-contact-inline a:hover {
  border-color: var(--spt-brand);
  color: var(--spt-brand);
}

.spt-contacts-benefits {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #475467;
}

.spt-contacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spt-contacts-actions .button {
  min-height: 42px;
}

.spt-messenger-button {
  background: var(--spt-cta);
  border-color: var(--spt-cta);
  color: #243447;
  font-weight: 800;
}

.spt-messenger-button:hover {
  background: #df9f00;
  border-color: #df9f00;
  color: #1b2533;
}

.spt-contacts-map-card {
  border: 1px solid #dbe6f4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(24, 52, 95, 0.06);
  padding: 10px;
}

.spt-contacts-map-card .contacts-map iframe {
  min-height: 360px;
  height: 100%;
}

.site-footer {
  background: #243447;
  border-top-color: #334c67;
}

.site-footer a:hover {
  color: #9dc1ff;
}

.site-footer__col ul {
  padding-left: 0;
  list-style: none;
}

.site-footer .site-contact-inline {
  gap: 8px;
}

.site-footer .site-contact-inline a,
.site-footer .site-contact-inline span {
  border-radius: 10px;
  background: #2c425a;
  border-color: #3b5878;
  color: #e8f1ff;
}

.site-footer__bottom {
  border-top-color: #3b5878;
}

@media (max-width: 1180px) {
  .spt-hero__copy {
    border-right: 0;
    padding-right: 0;
    max-width: none;
  }

  .spt-hero__media {
    left: auto;
  }
}

@media (max-width: 1024px) {
  .spt-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spt-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spt-dark-band__grid,
  .spt-precontacts-cta__inner,
  .spt-contacts-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .spt-header-nav-wrap {
    background: #243447;
    border-top: 0;
    border-bottom: 0;
  }

  .wp-block-navigation__responsive-container {
    background: #243447 !important;
  }

  .spt-search-toggle,
  .wp-block-navigation__responsive-container-open {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
  }

  .spt-trust-grid,
  .spt-process-grid {
    grid-template-columns: 1fr;
  }

  .spt-dark-band,
  .spt-precontacts-cta {
    border-radius: 14px;
    padding: 14px;
  }

  .septikopt-quick-brands {
    margin-top: 6px;
    margin-bottom: 12px;
    gap: 6px;
  }

  .septikopt-quick-brands__item {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 0.76rem;
  }

  .spt-contacts-main,
  .spt-contacts-map-card {
    border-radius: 12px;
    padding: 12px;
  }

  .spt-contacts-map-card .contacts-map iframe {
    min-height: 240px;
  }

  .spt-contacts-chips .site-contact-inline a,
  .spt-contacts-chips .site-contact-inline span {
    width: 100%;
    border-radius: 10px;
  }

  .septikopt-case-card h3,
  .septikopt-case-meta,
  .septikopt-case-card p,
  .septikopt-case-result {
    padding-left: 12px;
    padding-right: 12px;
  }

  .septikopt-case-card img {
    height: 190px;
  }
}

/* ==========================================================================
   2026-04-02 request batch: header/catalog/hero refinements
   ========================================================================== */
.spt-header-phonebox {
  display: grid;
  gap: 2px;
  margin-left: auto;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid #d9e4f3;
  background: #ffffff;
  min-width: 210px;
}

.spt-header-phonebox__number {
  color: #243447;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.spt-header-phonebox__number:hover {
  color: var(--spt-brand);
}

.spt-header-phonebox__time {
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.2;
}

.site-header__actions {
  width: min(560px, 100%);
}

.site-header__actions-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-header__actions-grid .wp-element-button {
  min-height: 42px;
  font-size: 0.86rem;
  font-weight: 800;
}

.site-header__actions-grid .spt-action-primary,
.site-header__actions-grid .spt-action-accent {
  grid-column: auto;
}

.spt-hero::after {
  background: transparent;
}

.spt-hero__media::before,
.spt-hero__media::after {
  background: transparent;
}

.spt-hero__actions .js-open-lead-modal {
  position: relative;
  overflow: hidden;
  animation: sptPulse 2.2s ease-in-out infinite;
}

.spt-hero__actions .js-open-lead-modal::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
  animation: sptShine 2.8s ease-in-out infinite;
}

@keyframes sptPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(15, 79, 191, 0.3);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 79, 191, 0);
    transform: translateY(-1px);
  }
}

@keyframes sptShine {
  0%,
  65% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

.spt-brand-strip.spt-brand-strip--carousel {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 8px 0 0;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
  border: 0;
  border-radius: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  color: var(--spt-brand);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow:hover {
  background: transparent;
  color: #0c45a5;
}

@media (max-width: 1160px) {
  .spt-header-main {
    gap: 10px;
  }

  .spt-header-phonebox {
    order: 3;
    margin-left: 0;
  }

  .site-header__actions {
    margin-left: 0 !important;
    width: 100%;
    order: 4;
  }
}

/* ==========================================================================
   2026-04-03 Header layout update (search above two buttons, no top blue bar)
   ========================================================================== */
.spt-top-bar {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
}

.spt-header-main {
  display: grid !important;
  grid-template-columns: minmax(260px, 430px) minmax(210px, 320px) minmax(360px, 560px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 108px;
}

.spt-header-contact-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.spt-header-messengers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spt-header-messengers a {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #bcd5f8;
  background: linear-gradient(180deg, #f1f7ff 0%, #e7f1ff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spt-header-messengers a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(21, 101, 216, 0.18);
}

.spt-header-messengers img {
  width: 22px;
  height: 22px;
  filter: none;
}

.spt-header-phonebox {
  margin-left: 0;
  min-width: 225px;
}

.site-header__actions {
  margin-left: auto !important;
  width: min(560px, 100%);
  display: grid;
  gap: 8px;
}

.spt-header-inline-search {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #bcd5f8;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(21, 101, 216, 0.08);
}

.spt-header-inline-search input {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 0 14px;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
}

.spt-header-inline-search input::placeholder {
  color: #6b7280;
}

.spt-header-inline-search input:focus {
  outline: none;
}

.spt-header-inline-search button {
  width: 48px;
  min-width: 48px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #1565D8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.spt-header-inline-search .spt-search-icon {
  width: 20px;
  height: 20px;
  opacity: 0.95;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231565D8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
}

.site-header__actions-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-header__actions-grid .wp-element-button {
  min-height: 44px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.site-header__actions-grid .spt-action-primary {
  background: #1565D8;
  border-color: #1565D8;
}

.site-header__actions-grid .spt-action-accent {
  background: #FF8A00;
  border-color: #FF8A00;
}

.spt-header-nav-wrap {
  background: #ffffff !important;
  border-top: 1px solid #e5edf8;
  border-bottom: 1px solid #e5edf8;
}

@media (max-width: 1160px) {
  .spt-header-main {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .spt-header-contact-group {
    justify-content: flex-start;
  }

  .site-header__actions {
    width: 100%;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .spt-header-main {
    display: none !important;
  }
}

/* ==========================================================================
   2026-04 Visual Pass 2 (brand energy + palette system)
   ========================================================================== */
:root {
  --spt-bg: #F7FAFC;
  --spt-text: #1F2937;
  --spt-muted: #6B7280;
  --spt-brand: #1565D8;
  --spt-accent: #3FAE2A;
  --spt-cta: #FF8A00;
}

body {
  background: var(--spt-bg);
  color: var(--spt-text);
}

.site-header {
  border-bottom: 1px solid #dbe6f4;
  box-shadow: 0 12px 30px rgba(18, 39, 70, 0.08);
}

.spt-top-bar {
  background: #1f2937;
}

.spt-top-bar-messengers a {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(21, 101, 216, 0.42);
  background: rgba(21, 101, 216, 0.2);
  padding: 4px;
}

.spt-top-bar-messengers a:hover {
  background: rgba(21, 101, 216, 0.35);
  border-color: rgba(21, 101, 216, 0.62);
}

.spt-top-bar-search {
  border-color: rgba(147, 197, 253, 0.34);
  background: rgba(255, 255, 255, 0.09);
}

.spt-top-bar-search:focus-within {
  border-color: rgba(147, 197, 253, 0.8);
  box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.16);
}

.spt-header-phonebox {
  border-color: #cdddf4;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(21, 101, 216, 0.08);
}

.spt-header-phonebox__number {
  color: var(--spt-text);
}

.spt-header-phonebox__number:hover {
  color: var(--spt-brand);
}

.spt-logo-text--title {
  color: var(--spt-brand);
}

.spt-logo-text--sub {
  color: #475467;
}

.site-header__actions-grid .spt-action-primary {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
  color: #fff;
  box-shadow: 0 8px 18px rgba(21, 101, 216, 0.28);
}

.site-header__actions-grid .spt-action-primary:hover {
  background: #0f55bd;
  border-color: #0f55bd;
  transform: translateY(-1px);
}

.site-header__actions-grid .spt-action-accent {
  background: var(--spt-cta);
  border-color: var(--spt-cta);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.3);
}

.site-header__actions-grid .spt-action-accent:hover {
  background: #ef7f00;
  border-color: #ef7f00;
  color: #fff;
  transform: translateY(-1px);
}

.spt-header-nav-wrap {
  background: #ffffff;
  border-top: 1px solid #e1ebf8;
  border-bottom: 1px solid #e1ebf8;
}

.site-nav .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item__content:visited,
.spt-header-nav-wrap .wp-block-navigation-item__content:focus {
  position: relative;
  color: var(--spt-text) !important;
  border: 0 !important;
  background: transparent !important;
}

.site-nav .wp-block-navigation-item__content:hover {
  color: var(--spt-brand) !important;
  background: #edf4ff !important;
}

.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content:hover {
  color: var(--spt-brand) !important;
  background: #edf4ff !important;
}

.spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--spt-brand);
}

.spt-hero {
  border-color: #d4e3f8;
  background:
    radial-gradient(circle at 12% 18%, rgba(21, 101, 216, 0.12), transparent 38%),
    radial-gradient(circle at 88% 20%, rgba(63, 174, 42, 0.08), transparent 30%),
    radial-gradient(circle at 85% 85%, rgba(21, 101, 216, 0.12), transparent 40%),
    #f7faff;
}

.spt-hero__copy {
  border-right: 1px solid #cadcf5;
}

.spt-hero__eyebrow {
  border: 1px solid #bcd5fb;
  background: #eaf2ff;
  color: #1f4fa8;
}

.spt-hero__copy h1 {
  color: var(--spt-text);
}

.spt-hero__copy p {
  color: var(--spt-muted);
}

.spt-hero__copy ul {
  border-left: 3px solid rgba(63, 174, 42, 0.42);
  padding-left: 14px;
}

.spt-hero__copy li::before {
  border-color: #9adf87;
  color: var(--spt-accent);
}

.spt-hero__facts span {
  border-color: #cddbf3;
  background: #ffffff;
  color: #344054;
}

.spt-hero__facts span:nth-child(1) {
  background: #edf4ff;
  border-color: #c4d8fb;
}

.spt-hero__facts span:nth-child(2) {
  background: #ecfbe9;
  border-color: #c6ecbd;
}

.spt-hero__facts span:nth-child(3) {
  background: #ffffff;
  border-color: #d8e2ee;
}

.spt-hero__facts strong {
  color: #1f2937;
}

.spt-hero__actions .button:first-child {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
  box-shadow: 0 10px 20px rgba(21, 101, 216, 0.28);
}

.spt-hero__actions .button.button-outline {
  background: #fff;
  border-color: #b9d3f9;
  color: var(--spt-brand);
}

.spt-hero__media::before {
  background: linear-gradient(90deg, rgba(247, 250, 252, 0.18) 0%, rgba(247, 250, 252, 0.02) 50%, rgba(13, 39, 84, 0.05) 100%);
}

.spt-hero__media::after {
  background: linear-gradient(90deg, rgba(19, 38, 71, 0.06) 0%, rgba(19, 38, 71, 0.02) 65%, rgba(19, 38, 71, 0.14) 100%);
}

.spt-brand-strip.spt-brand-strip--carousel {
  border: 1px solid #d7e4f7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(16, 42, 84, 0.07);
  padding: 12px 14px;
}

.spt-brand-strip__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--spt-text);
}

.spt-brand-strip__title::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: var(--spt-brand);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card {
  border-color: #d4e2f5;
  background: #f8fbff;
  color: #344054;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card.is-active {
  border-color: var(--spt-brand);
  background: #edf4ff;
  color: var(--spt-brand);
  box-shadow: 0 8px 18px rgba(21, 101, 216, 0.15);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card:hover {
  border-color: var(--spt-brand);
  box-shadow: 0 8px 18px rgba(21, 101, 216, 0.12);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
  border: 0;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--spt-brand);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow:hover {
  background: var(--spt-brand);
  color: #fff;
}

.spt-trust-inline > h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spt-trust-inline > h3::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: var(--spt-brand);
}

.spt-trust-card {
  border-color: #d7e4f6;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.spt-trust-card:nth-child(3n + 2) {
  background: #f8fbff;
}

.spt-trust-card:nth-child(3n) {
  background: #f8fff8;
}

.spt-trust-card:hover {
  border-color: var(--spt-brand);
  box-shadow: 0 14px 26px rgba(21, 101, 216, 0.15);
  transform: translateY(-2px);
}

.spt-trust-icon {
  border-color: #9de18f;
  background: #ecfbe9;
}

.spt-trust-icon::after {
  border-right-color: var(--spt-accent);
  border-bottom-color: var(--spt-accent);
}

.spt-steps-wrap h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spt-steps-wrap h3::before {
  content: "";
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: var(--spt-brand);
}

.spt-steps li {
  border-color: #d8e5f7;
  border-top: 3px solid var(--spt-brand);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.spt-steps li:hover {
  border-color: #a9c5f1;
  box-shadow: 0 12px 24px rgba(21, 101, 216, 0.14);
  transform: translateY(-2px);
}

.spt-steps li:nth-child(4) {
  border-top-color: var(--spt-accent);
  background: #f6fef3;
}

.spt-steps li::before {
  min-width: 30px;
  min-height: 30px;
  border-color: var(--spt-brand);
  background: var(--spt-brand);
  color: #fff;
}

.spt-discount-card {
  border-color: #d5e3f4;
}

.spt-discount-card__overlay {
  background: linear-gradient(180deg, rgba(16, 37, 63, 0.2) 0%, rgba(16, 37, 63, 0.72) 100%);
}

.spt-discount-card:nth-child(1) .button.button-outline {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
  color: #fff;
}

.spt-discount-card:nth-child(1) .button.button-outline:hover {
  background: #0f55bd;
  border-color: #0f55bd;
}

.spt-discount-card:nth-child(2) .button.button-outline {
  background: var(--spt-cta);
  border-color: var(--spt-cta);
  color: #fff;
}

.spt-discount-card:nth-child(2) .button.button-outline:hover {
  background: #ef7f00;
  border-color: #ef7f00;
}

.septikopt-product-card__statuses {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.septikopt-product-card__status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 3px 9px;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
}

.septikopt-product-card__status.is-engineering {
  border-color: #bdd4fb;
  background: #edf4ff;
  color: var(--spt-brand);
}

.septikopt-product-card__status.is-scenario {
  border-color: #b9e6ae;
  background: #ecfbe9;
  color: #2f8f1f;
}

.septikopt-product-card__status.is-accent {
  border-color: #ffd0a3;
  background: #fff1e4;
  color: #d96800;
}

.septikopt-product-card__spec-row {
  border: 1px solid #e0e9f7;
  border-left: 3px solid #c7d9fb;
  background: #f8fbff;
}

.septikopt-product-card__fit {
  border-color: #b9e6ae;
  background: #ecfbe9;
  color: #2f8f1f;
}

.septikopt-product-card__meta {
  color: var(--spt-brand);
}

.septikopt-product-card__actions .button {
  font-weight: 800;
}

.septikopt-product-card__actions .button.button-outline {
  border-color: #b8d2f8;
  color: var(--spt-brand);
}

.septikopt-product-card__actions .button.js-open-lead-modal {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
}

.septikopt-quick-brands__item {
  border-color: #caddf8;
  background: #f8fbff;
  color: #334155;
}

.septikopt-quick-brands__item:hover {
  border-color: var(--spt-brand);
  background: #edf4ff;
}

.septikopt-quick-brands__item.is-active {
  background: var(--spt-brand);
  border-color: var(--spt-brand);
}

.spt-contacts-main,
.spt-contacts-map-card {
  border-color: #d8e5f6;
}

.spt-contacts-chips .site-contact-inline a,
.spt-contacts-chips .site-contact-inline span {
  border-color: #cdddf4;
  background: #f8fbff;
  color: #334155;
}

.spt-contacts-chips .site-contact-inline a:hover {
  background: #edf4ff;
  border-color: var(--spt-brand);
  color: var(--spt-brand);
}

.spt-contacts-chips .site-contact-inline a[href*="wa.me"] {
  border-color: #ffd4ac;
  background: #fff3e8;
  color: #d96800;
}

.spt-contacts-chips .site-contact-inline a[href*="t.me"] {
  border-color: #bcd6fb;
  background: #eef4ff;
  color: var(--spt-brand);
}

.spt-contacts-benefits {
  list-style: none;
  padding-left: 0;
}

.spt-contacts-benefits li {
  position: relative;
  padding-left: 20px;
}

.spt-contacts-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--spt-accent);
  box-shadow: 0 0 0 3px rgba(63, 174, 42, 0.15);
}

.spt-contacts-actions .button.button-outline {
  border-color: #bcd4f8;
  color: var(--spt-brand);
}

.spt-messenger-button {
  background: var(--spt-cta);
  border-color: var(--spt-cta);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.28);
}

.spt-messenger-button:hover {
  background: #ef7f00;
  border-color: #ef7f00;
  color: #fff;
}

.spt-messenger-button--hero {
  position: relative;
  overflow: hidden;
  animation: sptPulseAccent 2.2s ease-in-out infinite;
}

.spt-messenger-button--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
  animation: sptShine 2.8s ease-in-out infinite;
}

.spt-contacts-map-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 14px 24px rgba(21, 101, 216, 0.08);
}

.site-footer {
  background: #1f2937;
  border-top-color: #2f435f;
}

.site-footer__brand {
  position: relative;
}

.site-footer__brand::before {
  content: "\0421\0435\043F\0442\0438\043A\0438\0020\043F\043E\0020\043E\043F\0442\043E\0432\044B\043C\0020\0446\0435\043D\0430\043C\0021";
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid #3f5c80;
  background: rgba(21, 101, 216, 0.2);
  color: #dbe8ff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: #8fb7ff;
}

.site-footer .site-contact-inline a:hover,
.site-footer .site-contact-inline span:hover {
  border-color: #4f77a6;
  background: #2f435e;
}

.site-footer__bottom a:hover {
  color: #ffbe75;
}

@media (max-width: 767px) {
  .spt-top-bar {
    display: none;
  }

  .spt-header-nav-wrap {
    background: #1f2937;
    border-color: #1f2937;
  }

  .wp-block-navigation__responsive-container {
    background: #1f2937 !important;
  }

  .spt-hero__copy {
    border-right: 0;
    padding-right: 0;
  }

  .spt-hero__copy ul {
    border-left-width: 2px;
    padding-left: 10px;
  }

  .spt-brand-strip.spt-brand-strip--carousel {
    padding: 10px;
  }

  .spt-steps li {
    border-top-width: 2px;
  }

  .site-footer__brand::before {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
   2026-04-03 Header layout final override (professional layout)
   ========================================================================== */
.spt-top-bar {
  display: none !important;
}

.site-header {
  border-bottom: 1px solid #e4ecf8;
  box-shadow: 0 10px 24px rgba(16, 37, 63, 0.08);
}

.site-header .spt-header-main {
  display: grid !important;
  grid-template-columns: minmax(300px, 430px) minmax(240px, 320px) minmax(420px, 560px) !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  min-height: 108px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.spt-logo {
  max-width: none;
  gap: 12px;
}

.spt-logo img {
  width: 98px;
}

.spt-logo-text--title {
  font-size: 2.15rem;
  line-height: 1;
}

.spt-logo-text--sub {
  max-width: 270px;
  line-height: 1.2;
}

.spt-header-contact-group {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
}

.spt-header-messengers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spt-header-messengers a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #bdd2f4;
  background: #1f74dc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(21, 101, 216, 0.24);
}

.spt-header-messengers img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1) !important;
}

.spt-header-phonebox {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: 0;
}

.spt-header-phonebox__number {
  font-size: 1.12rem;
  line-height: 1.15;
}

.spt-header-phonebox__time {
  font-size: 0.83rem;
}

.site-header__actions {
  justify-self: end;
  width: min(560px, 100%) !important;
  margin-left: auto !important;
  display: grid !important;
  grid-template-rows: auto auto;
  row-gap: 10px;
}

.spt-header-inline-search {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #bad2f7;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(21, 101, 216, 0.1);
  overflow: hidden;
}

.spt-header-inline-search:focus-within {
  border-color: #1565d8;
  box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.14);
}

.spt-header-inline-search input {
  flex: 1;
  min-width: 0;
  min-height: 46px;
  border: 0;
  background: transparent;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0 14px;
}

.spt-header-inline-search input::placeholder {
  color: #8a94a4;
}

.spt-header-inline-search input:focus {
  outline: none;
}

.spt-header-inline-search button,
.spt-header-inline-search button:hover,
.spt-header-inline-search button:focus {
  width: 46px;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1565d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
}

.spt-header-inline-search .spt-search-icon {
  width: 20px;
  height: 20px;
  opacity: 0.9;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231565D8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
}

.site-header__actions-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.site-header__actions-grid .wp-element-button {
  min-height: 44px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__actions-grid .spt-action-primary {
  background: #1565d8;
  border-color: #1565d8;
  color: #fff;
}

.site-header__actions-grid .spt-action-primary:hover {
  background: #0f55bd;
  border-color: #0f55bd;
}

.site-header__actions-grid .spt-action-accent {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #fff;
}

.site-header__actions-grid .spt-action-accent:hover {
  background: #ef7f00;
  border-color: #ef7f00;
}

.spt-header-nav-wrap {
  background: #ffffff !important;
  border-top: 1px solid #e4ecf8 !important;
  border-bottom: 1px solid #e4ecf8 !important;
}

.spt-header-nav-inner {
  min-height: 58px;
}

@media (max-width: 1360px) {
  .site-header .spt-header-main {
    grid-template-columns: minmax(300px, 1fr) minmax(390px, 560px) !important;
    row-gap: 10px;
  }

  .spt-header-contact-group {
    grid-column: 1 / 2;
  }

  .site-header__actions {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 1100px) {
  .site-header .spt-header-main {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: auto !important;
  }

  .spt-header-contact-group {
    justify-content: flex-start;
  }

  .site-header__actions {
    width: 100% !important;
    grid-column: auto;
    grid-row: auto;
  }
}

.spt-brand-strip__hint {
  margin: -2px 0 10px;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.3;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card {
  position: relative;
  min-height: 34px;
  padding: 7px 13px;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card.is-active::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #3FAE2A;
  box-shadow: 0 0 0 3px rgba(63, 174, 42, 0.15);
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brand-card:hover::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(21, 101, 216, 0.5);
}

@media (max-width: 767px) {
  .spt-brand-strip__hint {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}

/* ========================================================================== 
   2026-04-03 hero + brands quality fix
   ========================================================================== */
.spt-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7e5f8;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(16, 37, 63, 0.08);
  background:
    radial-gradient(circle at 14% 16%, rgba(21, 101, 216, 0.09), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(47, 158, 68, 0.06), transparent 34%),
    #f7faff;
}

.spt-hero::before,
.spt-hero::after {
  display: none !important;
}

.spt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  min-height: 560px;
  border-radius: 18px;
  overflow: hidden;
}

.spt-hero__copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none !important;
  padding: 36px 34px 28px;
  border-right: 1px solid #d3e2f4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 251, 255, 0.92) 100%);
}

.spt-hero__copy p {
  max-width: 38ch;
}

.spt-hero__media {
  position: relative;
  left: auto !important;
  min-height: 100%;
  background: #edf3fb;
  border-radius: 0;
  overflow: hidden;
}

.spt-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(237, 243, 251, 0.92) 0%, rgba(237, 243, 251, 0.46) 22%, rgba(237, 243, 251, 0.04) 40%, rgba(237, 243, 251, 0) 52%);
  pointer-events: none;
}

.spt-hero__media::after {
  display: none !important;
}

.spt-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90% center;
  transform: scale(1.03);
}

.spt-hero__media-badge {
  left: auto;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  background: rgba(31, 41, 55, 0.82);
  color: #f8fbff;
}

.spt-brand-strip.spt-brand-strip--carousel {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 0 0 !important;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-carousel {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-track {
  min-width: 0;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #c7daf7;
  border-radius: 999px;
  background: #ffffff;
  color: #1565d8;
  box-shadow: 0 8px 16px rgba(21, 101, 216, 0.15);
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow svg {
  width: 18px;
  height: 18px;
}

.spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow:hover {
  border-color: #1565d8;
  background: #1565d8;
  color: #fff;
}

@media (max-width: 1180px) {
  .spt-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .spt-hero__copy {
    border-right: 0;
    border-bottom: 1px solid #d3e2f4;
  }

  .spt-hero__media {
    min-height: 360px;
  }

  .spt-hero__media img {
    object-position: center;
  }
}

@media (max-width: 767px) {
  .spt-hero {
    border-radius: 18px;
  }

  .spt-hero__copy {
    padding: 26px 18px 16px;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brands-carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 6px;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
    width: 30px;
    height: 30px;
  }
}

/* ========================================================================== 
   2026-04-03 hero cleanup per request (no gradient, green eyebrow, facts up)
   ========================================================================== */
.spt-hero {
  background: #f7faff !important;
}

.spt-hero__copy {
  background: #f8fbff !important;
}

.spt-hero__eyebrow {
  border: 1px solid #b7e4ab !important;
  background: #ecfbe9 !important;
  color: #2f8f1f !important;
}

.spt-hero__media::before {
  background: rgba(237, 243, 251, 0.22) !important;
}

.spt-hero__facts {
  order: 3;
  margin-top: 0;
  margin-bottom: 14px;
}

.spt-hero__copy ul {
  order: 4;
}

.spt-hero__actions {
  order: 5;
}

.spt-hero__facts span:nth-child(3) {
  display: none !important;
}

/* Lead modal V2 */
.septikopt-modal {
  width: min(1040px, 96vw);
  max-height: calc(100vh - 34px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 64px rgba(15, 79, 191, 0.28);
}

.septikopt-modal::backdrop {
  background:
    radial-gradient(circle at 12% 14%, rgba(24, 60, 115, 0.5), transparent 44%),
    rgba(6, 17, 34, 0.74);
}

.septikopt-modal__inner {
  background:
    radial-gradient(circle at 98% -8%, rgba(21, 101, 216, 0.14), transparent 36%),
    radial-gradient(circle at 4% 100%, rgba(63, 174, 42, 0.12), transparent 34%),
    #fff;
  padding: 28px;
  max-height: calc(100vh - 34px);
  overflow-y: auto;
}

.septikopt-modal__close {
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #d7e5f9;
  background: #fff;
  color: #556070;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.septikopt-modal__close:hover {
  border-color: #b8cff0;
  box-shadow: 0 10px 22px rgba(15, 79, 191, 0.16);
  transform: translateY(-1px);
}

.septikopt-modal__hero {
  margin-bottom: 18px;
  padding-right: 56px;
}

.septikopt-modal__eyebrow {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid #bfd5f6;
  background: #edf4ff;
  color: #1f4fa8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 3px 12px;
}

.septikopt-modal__title {
  margin: 0;
  font-size: clamp(1.34rem, 2.2vw, 1.78rem);
  line-height: 1.2;
  color: var(--spt-text);
}

.septikopt-modal__subtitle {
  margin: 10px 0 0;
  color: #5a6475;
  font-size: 0.98rem;
  max-width: 68ch;
}

.septikopt-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
  align-items: start;
}

.septikopt-modal__form-wrap {
  border: 1px solid #d8e5f8;
  border-radius: 18px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(15, 79, 191, 0.08);
}

.septikopt-modal__form-wrap .septikopt-lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.septikopt-modal__form-wrap .septikopt-lead-form label {
  display: grid;
  gap: 6px;
  color: #394353;
  font-size: 0.86rem;
  font-weight: 600;
}

.septikopt-modal__aside {
  border: 1px solid #d8e5f8;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 14px;
}

.septikopt-modal__aside h4 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.septikopt-modal__aside ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.septikopt-modal__aside li {
  color: #445064;
  font-size: 0.88rem;
  line-height: 1.35;
}

.septikopt-modal__contacts {
  margin-top: 14px;
}

.septikopt-modal__contacts .site-contact-inline {
  display: grid;
  gap: 8px;
}

.septikopt-modal__contacts .site-contact-inline a,
.septikopt-modal__contacts .site-contact-inline span {
  min-height: 36px;
  border-radius: 10px;
  font-size: 0.84rem;
}

.septikopt-modal__aside .js-open-jivo-chat {
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 980px) {
  .septikopt-modal {
    width: min(760px, 96vw);
  }

  .septikopt-modal__layout {
    grid-template-columns: 1fr;
  }

  .septikopt-modal__aside {
    order: -1;
  }
}

@media (max-width: 680px) {
  .septikopt-modal {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    border-radius: 18px;
  }

  .septikopt-modal__inner {
    padding: 16px;
    max-height: calc(100vh - 18px);
  }

  .septikopt-modal__hero {
    padding-right: 46px;
  }

  .septikopt-modal__form-wrap,
  .septikopt-modal__aside {
    padding: 12px;
    border-radius: 14px;
  }

  .septikopt-modal__form-wrap .septikopt-lead-form {
    grid-template-columns: 1fr;
  }
}

/* 2026-04-03: Catalog card rhythm and price alignment fix */
@media (min-width: 768px) {
  .septikopt-product-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: calc(1.45em * 3);
  }

  .septikopt-product-card__spec-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 52px;
  }

  .septikopt-product-card__spec-row strong {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  .septikopt-product-card__fit {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.35;
    overflow: hidden;
    min-height: calc(1.35em * 3 + 8px);
  }

  .septikopt-product-card__meta {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    min-height: 50px;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
  }

  .septikopt-product-card__meta .woocommerce-Price-amount,
  .septikopt-product-card__meta del,
  .septikopt-product-card__meta ins {
    white-space: nowrap;
  }

  .septikopt-product-card__actions {
    margin-top: 10px;
  }
}

/* 2026-04-03: Card specs overflow hotfix (long values in feature rows) */
@media (min-width: 768px) {
  .septikopt-product-card__spec-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
  }

  .septikopt-product-card__spec-row span {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.3;
  }

  .septikopt-product-card__spec-row strong {
    flex: 0 1 52%;
    min-width: 110px;
    max-width: 52%;
    margin-left: auto;
    text-align: right;
    white-space: normal;
    line-height: 1.3;
    word-break: break-word;
  }
}

/* 2026-04-03: Final catalog card + sidebar stabilization */
@media (min-width: 768px) {
  .septikopt-product-card__spec-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
    align-items: start;
    gap: 8px;
    min-height: 52px;
  }

  .septikopt-product-card__spec-row span,
  .septikopt-product-card__spec-row strong {
    min-width: 0;
    line-height: 1.3;
  }

  .septikopt-product-card__spec-row strong {
    margin: 0;
    max-width: none;
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    font-variant-numeric: tabular-nums;
  }
}

@media (min-width: 1024px) {
  .septikopt-catalog-sidebar {
    top: 24px;
  }
}

/* Lead modal simple mode */
.septikopt-modal {
  width: min(620px, 94vw);
  max-height: calc(100vh - 20px);
  border-radius: 16px;
}

.septikopt-modal::backdrop {
  background: rgba(10, 20, 35, 0.62);
}

.septikopt-modal__inner {
  background: #fff;
  padding: 18px;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
}

.septikopt-modal__hero {
  margin-bottom: 12px;
  padding-right: 44px;
}

.septikopt-modal__eyebrow {
  display: none;
}

.septikopt-modal__title {
  font-size: 1.28rem;
}

.septikopt-modal__subtitle {
  margin-top: 8px;
  font-size: 0.93rem;
}

.septikopt-modal__form-wrap {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.septikopt-modal__form-wrap .septikopt-lead-form {
  grid-template-columns: 1fr;
  gap: 8px;
}

.septikopt-modal__form-wrap .septikopt-lead-form label {
  font-size: 0.86rem;
}

.septikopt-modal__jivo-btn {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 680px) {
  .septikopt-modal {
    width: calc(100vw - 14px);
    max-height: calc(100vh - 14px);
  }

  .septikopt-modal__inner {
    padding: 14px;
    max-height: calc(100vh - 14px);
  }
}

/* 2026-04-03: Product card spec readability + softer fit badge corners */
@media (min-width: 768px) {
  .septikopt-product-card__spec-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2px;
    min-height: 0;
  }

  .septikopt-product-card__spec-row span {
    display: block;
    min-width: 0;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .septikopt-product-card__spec-row strong {
    display: block;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    text-align: right;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    font-variant-numeric: tabular-nums;
  }

  .septikopt-product-card__fit {
    border-radius: 16px;
    padding: 10px 12px;
    min-height: auto;
  }
}

/* 2026-04-03: Popular brands section in catalog */
.septikopt-quick-brands-section {
  margin: 6px 0 16px;
  padding: 12px 14px;
  border: 1px solid #dce6f4;
  border-radius: 16px;
  background: #ffffff;
}

.septikopt-quick-brands-section__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #243447;
}

.septikopt-quick-brands-section__subtitle {
  margin: 6px 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #667085;
}

.septikopt-quick-brands-section .septikopt-quick-brands {
  margin: 12px 0 0;
  gap: 10px;
}

.septikopt-quick-brands-section .septikopt-quick-brands__item {
  min-height: 44px;
  padding: 7px 12px;
}

.septikopt-quick-brands-section .septikopt-quick-brands__item span {
  margin-left: 6px;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .septikopt-quick-brands-section {
    padding: 10px 12px;
    border-radius: 14px;
    margin-top: 4px;
  }

  .septikopt-quick-brands-section__title {
    font-size: 1rem;
  }

  .septikopt-quick-brands-section__subtitle {
    font-size: 0.84rem;
  }

  .septikopt-quick-brands-section .septikopt-quick-brands__item {
    min-height: 40px;
    padding: 6px 11px;
  }
}

/* 2026-04-04: Header CTA buttons unified size/color */
.site-header__actions-grid .wp-element-button {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: none;
}

.site-header__actions-grid .spt-action-primary,
.site-header__actions-grid .spt-action-accent {
  background: var(--spt-brand) !important;
  border-color: var(--spt-brand) !important;
  color: #ffffff !important;
}

.site-header__actions-grid .spt-action-primary:hover,
.site-header__actions-grid .spt-action-accent:hover {
  background: #0f55bd !important;
  border-color: #0f55bd !important;
  color: #ffffff !important;
}

/* 2026-04-04: Header CTA strict equal sizing */
.site-header__actions-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.site-header__actions-grid .wp-element-button {
  height: 40px;
  min-height: 40px;
  padding: 0 10px;
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 2026-04-04: Header accent CTA orange + shimmer */
.site-header__actions-grid .spt-action-accent.js-open-lead-modal {
  background: #FF8A00 !important;
  border-color: #FF8A00 !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  animation: sptPulseAccent 2.2s ease-in-out infinite;
}

.site-header__actions-grid .spt-action-accent.js-open-lead-modal:hover {
  background: #EF7F00 !important;
  border-color: #EF7F00 !important;
  color: #ffffff !important;
}

.site-header__actions-grid .spt-action-accent.js-open-lead-modal::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
  animation: sptShine 2.8s ease-in-out infinite;
}

@keyframes sptPulseAccent {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 138, 0, 0.34);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 138, 0, 0);
    transform: translateY(-1px);
  }
}

/* 2026-04-04: Logo size alignment header/footer */
.site-header .spt-logo > img,
.site-footer .spt-logo--footer > img {
  width: 64px !important;
  height: auto;
}

/* 2026-04-04: Header logo composition spacing */
.site-header .spt-logo {
  align-items: flex-start;
  gap: 10px;
  padding: 2px 0 4px;
}

.site-header .spt-logo-copy {
  gap: 4px;
  padding-top: 2px;
}

.site-header .spt-logo-text--title {
  font-size: 1.92rem;
  line-height: 0.96;
}

.site-header .spt-logo-text--sub {
  max-width: 230px;
  font-size: 0.69rem;
  line-height: 1.28;
}

/* 2026-04-04: Hero image under text with white fade transition */
@media (min-width: 1181px) {
  .spt-hero__grid {
    position: relative;
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    overflow: hidden;
  }

  .spt-hero__copy {
    position: relative;
    z-index: 4;
    border-right: 0 !important;
    padding-right: 86px;
    background: linear-gradient(
      90deg,
      rgba(248, 251, 255, 0.98) 0%,
      rgba(248, 251, 255, 0.98) 62%,
      rgba(248, 251, 255, 0.88) 74%,
      rgba(248, 251, 255, 0.62) 84%,
      rgba(248, 251, 255, 0.28) 92%,
      rgba(248, 251, 255, 0) 100%
    ) !important;
  }

  .spt-hero__media {
    position: absolute;
    inset: 0 0 0 36%;
    z-index: 2;
    margin-left: 0;
    background: transparent;
  }

  .spt-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
      90deg,
      rgba(248, 251, 255, 1) 0%,
      rgba(248, 251, 255, 0.88) 16%,
      rgba(248, 251, 255, 0.52) 30%,
      rgba(248, 251, 255, 0.18) 45%,
      rgba(248, 251, 255, 0) 60%
    ) !important;
    pointer-events: none;
  }
}

/* 2026-04-04: Icon + vector wordmark + subtitle layout */
.site-header .spt-logo,
.site-footer .spt-logo--footer {
  align-items: flex-start;
  gap: 10px;
}

.site-header .spt-logo > img,
.site-footer .spt-logo--footer > img {
  display: block !important;
  flex: 0 0 auto;
  margin-top: 2px;
}

.site-header .spt-logo-copy,
.site-footer .spt-logo--footer .spt-logo-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding-top: 0;
}

.site-header .spt-logo .spt-logo-wordmark,
.site-footer .spt-logo--footer .spt-logo-wordmark {
  display: block;
  width: 196px !important;
  max-width: 100%;
  height: auto;
}

.site-footer .spt-logo--footer .spt-logo-wordmark {
  width: 172px !important;
}

.site-header .spt-logo .spt-logo-wordmark {
  margin-top: 13px;
}

.site-header .spt-logo-text--title,
.site-footer .spt-logo--footer .spt-logo-text--title {
  display: none !important;
}

.site-header .spt-logo-text--sub {
  max-width: 320px;
  font-size: 0.66rem;
  line-height: 1.24;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.site-footer .spt-logo--footer .spt-logo-text--sub {
  max-width: 190px;
  font-size: 0.72rem;
  line-height: 1.3;
}

/* 2026-04-04: Footer logo copy and description aligned near half of icon height */
.site-footer .spt-logo--footer .spt-logo-copy {
  padding-top: 24px;
}

.site-footer .site-footer__brand > p {
  margin-top: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .site-footer .spt-logo--footer .spt-logo-copy {
    padding-top: 20px;
  }

  .site-footer .site-footer__brand > p {
    margin-left: 0;
  }
}

/* 2026-04-04: Contacts CTA size = Hero CTA + centered WhatsApp label */
.spt-contacts-actions .button,
.spt-contacts-actions .wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 11px 16px;
  font-size: 0.9rem;
  line-height: 1.2;
}

.spt-messenger-button--hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.spt-messenger-button--hero::after {
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 767px) {
  .spt-contacts-actions {
    flex-direction: column;
    gap: 8px;
  }

  .spt-contacts-actions .button,
  .spt-contacts-actions .wp-element-button {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.95rem;
    min-height: 48px;
  }
}

/* 2026-04-04: Lead CTA form polish + stable field layout + animated arrow CTA */
.spt-cta-form-wrap {
  border: 1px solid #d8e5f6;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 12px 24px rgba(24, 52, 95, 0.08);
  padding: 16px;
}

.spt-cta-form-wrap .septikopt-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  align-items: end;
}

.spt-cta-form-wrap .septikopt-lead-form > p:not(.septikopt-lead-form__policy) {
  display: none !important;
}

.spt-cta-form-wrap .septikopt-lead-form__field {
  display: grid;
  gap: 6px;
}

.spt-cta-form-wrap .septikopt-lead-form__field label {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
}

.spt-cta-form-wrap .septikopt-lead-form input,
.spt-cta-form-wrap .septikopt-lead-form select,
.spt-cta-form-wrap .septikopt-lead-form textarea {
  min-height: 52px;
  border: 1px solid #cfdcf0;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: inset 0 1px 2px rgba(15, 31, 56, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.spt-cta-form-wrap .septikopt-lead-form input:focus,
.spt-cta-form-wrap .septikopt-lead-form select:focus,
.spt-cta-form-wrap .septikopt-lead-form textarea:focus {
  border-color: #2b84e3;
  box-shadow: 0 0 0 3px rgba(43, 132, 227, 0.16);
  outline: none;
}

.spt-cta-form-wrap .septikopt-lead-form__policy {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #556070;
}

.spt-cta-form-wrap .septikopt-lead-form__submit-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}

.spt-cta-form-wrap .septikopt-lead-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #2b84e3;
  border-radius: 999px;
  background: #2b84e3;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(43, 132, 227, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.spt-cta-form-wrap .septikopt-lead-form__submit:hover {
  background: #166fd5;
  border-color: #166fd5;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(22, 111, 213, 0.28);
}

.spt-cta-form-wrap .septikopt-lead-form__arrow {
  display: inline-block;
  width: 90px;
  height: 44px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 64' fill='none'%3E%3Cpath d='M104 10c-22 27-46 41-72 31C17 36 11 22 14 11' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M23 4 12 10l10 10' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform-origin: left center;
  animation: sptLeadArrowFloat 2.4s ease-in-out infinite;
}

@keyframes sptLeadArrowFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-4px) rotate(-1deg);
  }
}

@media (max-width: 767px) {
  .spt-cta-form-wrap .septikopt-lead-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .spt-cta-form-wrap .septikopt-lead-form__submit-wrap {
    align-items: flex-start;
  }

  .spt-cta-form-wrap .septikopt-lead-form__submit {
    min-height: 48px;
    font-size: 0.95rem;
    padding: 0 22px;
  }

  .spt-cta-form-wrap .septikopt-lead-form__arrow {
    width: 74px;
    height: 36px;
    margin-left: 6px;
  }
}

/* 2026-04-04: Backward compatibility for legacy lead-form markup stored in DB */
.spt-cta-form-wrap .septikopt-lead-form > div:not(.full) {
  display: grid;
  gap: 6px;
}

.spt-cta-form-wrap .septikopt-lead-form > div:not(.full) > label {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
  display: grid;
  gap: 6px;
}

.spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type {
  display: flex;
  align-items: center;
  gap: 12px;
}

.spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 44px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 64' fill='none'%3E%3Cpath d='M104 10c-22 27-46 41-72 31C17 36 11 22 14 11' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M23 4 12 10l10 10' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform-origin: left center;
  animation: sptLeadArrowFloat 2.4s ease-in-out infinite;
}

.spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type > button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #2b84e3;
  border-radius: 999px;
  background: #2b84e3;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(43, 132, 227, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type > button[type="submit"]:hover {
  background: #166fd5;
  border-color: #166fd5;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(22, 111, 213, 0.28);
}

@media (max-width: 767px) {
  .spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type {
    align-items: flex-start;
  }

  .spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type > button[type="submit"] {
    min-height: 48px;
    font-size: 0.95rem;
    padding: 0 22px;
  }

  .spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type::after {
    width: 74px;
    height: 36px;
    margin-left: 6px;
  }
}

/* 2026-04-04: Final mobile adaptation override (header/hero/catalog/cards/footer) */
:root {
  --spt-mobile-safe-bottom: 88px;
}

@media (max-width: 1023px) {
  html,
  body {
    overflow-x: clip !important;
  }

  body.septikopt-mobile-menu-open,
  body.septikopt-mobile-filters-open,
  body.septikopt-mobile-sort-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .site-header {
    position: sticky !important;
    top: 0;
    z-index: 1200;
  }

  .site-header::before {
    content: none !important;
    display: none !important;
  }

  main,
  .wp-site-blocks,
  .site-main,
  .content-area {
    margin-top: 0 !important;
  }

  .site-header .spt-header-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      'logo contact'
      'actions actions';
    gap: 10px;
    align-items: start;
    padding: 10px 70px 14px 16px !important;
    min-height: 0 !important;
    position: relative;
  }

  .site-header .spt-logo {
    grid-area: logo;
    position: static !important;
    transform: none !important;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 0;
  }

  .site-header .spt-logo > img {
    width: 46px !important;
    margin-top: 1px;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    width: min(168px, 52vw) !important;
    margin-top: 8px !important;
  }

  .site-header .spt-logo-copy {
    gap: 3px;
    padding-top: 0;
  }

  .site-header .spt-logo-text--sub {
    max-width: 210px;
    white-space: normal !important;
    font-size: 0.62rem;
    line-height: 1.24;
  }

  .site-header .spt-header-contact-group {
    grid-area: contact;
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: start;
    justify-items: end;
    width: auto;
    margin: 0 50px 0 auto;
  }

  .site-header .spt-header-messengers {
    gap: 6px;
  }

  .site-header .spt-header-messengers a {
    width: 30px;
    height: 30px;
    border-radius: 999px;
  }

  .site-header .spt-header-messengers img {
    width: 16px;
    height: 16px;
  }

  .site-header .spt-header-phonebox {
    min-width: 0;
    margin: 0;
    padding: 6px 8px;
    border-radius: 10px;
  }

  .site-header .spt-header-phonebox__number {
    font-size: 0.89rem;
    white-space: nowrap;
  }

  .site-header .spt-header-phonebox__time {
    font-size: 0.68rem;
  }

  .site-header .site-header__actions {
    grid-area: actions;
    width: 100% !important;
    display: grid !important;
    gap: 10px;
    margin: 0;
  }

  .site-header .spt-header-inline-search {
    width: 100%;
    min-height: 48px;
    border-radius: 12px;
  }

  .site-header .spt-header-inline-search input {
    min-height: 48px;
    font-size: 0.95rem;
    padding-right: 44px;
  }

  .site-header .spt-header-inline-search button {
    width: 42px;
    min-height: 42px;
    right: 3px;
    top: 3px;
  }

  .site-header .site-header__actions-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .site-header .site-header__actions-grid .wp-element-button {
    width: 100%;
    height: 48px;
    min-height: 48px;
    font-size: 0.93rem;
    padding: 0 14px;
    white-space: normal;
    text-overflow: clip;
    line-height: 1.2;
  }

  .site-header .spt-header-nav-wrap {
    position: absolute;
    top: 10px;
    right: 16px;
    width: auto;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    z-index: 6;
    pointer-events: none;
  }

  .site-header .spt-header-nav-inner {
    min-height: 0;
    padding: 0 !important;
    pointer-events: none;
  }

  .site-header .spt-header-nav-inner .site-nav {
    width: auto;
    pointer-events: auto;
  }

  .site-header .spt-header-nav-inner .wp-block-navigation__container {
    display: none !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    position: static !important;
    transform: none !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid #d5e1f2 !important;
    color: #234 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 6px 12px rgba(17, 34, 58, 0.12);
    pointer-events: auto;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    background: rgba(12, 19, 30, 0.46) !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: none !important;
    pointer-events: none;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-close {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-dialog {
    width: min(340px, 86vw);
    height: 100%;
    background: #fff;
    padding: 62px 18px 18px;
    transform: translateX(105%);
    transition: transform 0.24s ease;
    overflow: auto;
    box-shadow: -18px 0 38px rgba(17, 31, 50, 0.26);
    position: relative;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    transform: translateX(0);
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: #f4f7fb !important;
    border: 1px solid #d6e1f0 !important;
    color: #21344f !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    gap: 14px;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    display: grid !important;
    gap: 2px;
    width: 100%;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    color: #203047 !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 10px !important;
    border: 1px solid transparent;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus {
    background: #f2f6fd !important;
    border-color: #d8e4f5 !important;
  }

  .spt-mobile-menu-links {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #dce6f4;
    display: grid;
    gap: 8px;
  }

  .spt-mobile-menu-links__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid #cfdced;
    background: #f7faff;
    color: #1f2f45;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0 12px;
  }

  .spt-mobile-menu-links__item.is-accent {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #fff;
  }

  .spt-hero {
    margin-top: 12px !important;
    padding: 16px !important;
    border-radius: 18px;
  }

  .spt-hero__grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .spt-hero__copy {
    order: 1;
    padding-right: 0 !important;
    background: transparent !important;
    border-right: 0 !important;
  }

  .spt-hero__copy h1 {
    font-size: clamp(1.7rem, 7vw, 2.25rem);
    line-height: 1.06;
  }

  .spt-hero__copy p {
    font-size: 0.95rem;
    max-width: 38ch;
  }

  .spt-hero__copy ul {
    gap: 9px;
  }

  .spt-hero__actions {
    flex-direction: column;
    gap: 8px;
  }

  .spt-hero__actions .button,
  .spt-hero__actions .wp-element-button {
    width: 100%;
    min-height: 48px;
  }

  .spt-hero__media {
    order: 2;
    margin-left: 0 !important;
    min-height: 240px;
    border-radius: 14px;
  }

  .spt-hero__media::before,
  .spt-hero__media::after {
    display: none !important;
  }

  .spt-hero__media img {
    object-fit: cover;
    object-position: center top;
    height: 100%;
  }

  .spt-brand-strip.spt-brand-strip--carousel {
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brands-arrow {
    display: none;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brands-track {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
  }

  .spt-brand-strip.spt-brand-strip--carousel .spt-brand-card {
    min-height: 36px;
    padding: 7px 12px;
  }

  .septikopt-catalog-layout {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .septikopt-catalog-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0;
    width: min(370px, 92vw);
    max-width: 92vw;
    background: #fff;
    border-right: 1px solid #dce6f4;
    transform: translateX(-104%);
    transition: transform 0.24s ease;
    z-index: 1305;
    overflow-y: auto;
    padding: 16px;
    top: 0 !important;
  }

  .septikopt-catalog-sidebar.is-open {
    transform: translateX(0);
  }

  .septikopt-catalog-sidebar #catalog-filters {
    height: 100%;
  }

  .septikopt-catalog-main {
    min-width: 0;
  }

  .septikopt-catalog-mobile-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }

  .septikopt-catalog-mobile-tools .button {
    min-height: 44px;
    border-radius: 12px;
  }

  .septikopt-catalog-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 1295;
    background: rgba(14, 23, 35, 0.48);
  }

  .septikopt-catalog-mobile-overlay[hidden] {
    display: none !important;
  }

  .septikopt-catalog-filters {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .septikopt-filter-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2eaf5;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
  }

  .septikopt-filter-mobile-close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #d3dfef;
    background: #f7faff;
    color: #21344f;
    font-size: 1.5rem;
    line-height: 1;
  }

  .septikopt-filter-field span {
    font-size: 0.82rem;
    font-weight: 600;
    color: #607086;
  }

  .septikopt-filter-field input,
  .septikopt-filter-field select {
    min-height: 46px;
    border-radius: 12px;
    font-size: 0.95rem;
  }

  .septikopt-filter-advanced {
    border: 1px solid #dce6f4;
    border-radius: 12px;
    padding: 8px;
    background: #fbfdff;
  }

  .septikopt-filter-advanced > summary {
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    font-size: 0.86rem;
    color: #20334a;
  }

  .septikopt-filter-advanced > summary::-webkit-details-marker {
    display: none;
  }

  .septikopt-filter-advanced > summary::after {
    content: '+';
    float: right;
    color: #6a7b93;
  }

  .septikopt-filter-advanced[open] > summary::after {
    content: '−';
  }

  .septikopt-filter-actions--top {
    order: 99;
    position: sticky;
    bottom: -16px;
    margin: 8px -16px -16px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #dce6f4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    z-index: 3;
  }

  .septikopt-filter-actions--top .button {
    min-height: 46px;
    width: 100%;
    justify-content: center;
  }

  .septikopt-catalog-main .woocommerce-ordering {
    display: none;
    margin: 0;
  }

  .septikopt-catalog-main .woocommerce-ordering.is-open {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1310;
    background: #fff;
    padding: 14px;
    border: 1px solid #dce6f4;
    border-radius: 14px;
    box-shadow: 0 20px 46px rgba(17, 31, 50, 0.28);
  }

  .septikopt-catalog-main .woocommerce-ordering.is-open::before {
    content: 'Сортировка';
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #5f7088;
    margin-bottom: 8px;
  }

  .septikopt-catalog-main .woocommerce-ordering select.orderby {
    max-width: none;
    min-height: 46px;
    font-size: 0.95rem;
  }

  .septikopt-quick-brands-section {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .septikopt-quick-brands {
    gap: 8px;
  }

  .septikopt-quick-brands__item {
    min-height: 36px;
    padding: 6px 10px;
    font-size: 0.84rem;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  li.product.septikopt-product-card,
  .woocommerce ul.products li.product.septikopt-product-card {
    min-height: 0;
    padding-bottom: 10px;
    border-radius: 16px;
  }

  .septikopt-product-card__image {
    min-height: 170px;
    height: 170px;
  }

  .septikopt-product-card__image img {
    max-height: 150px;
    object-fit: contain;
  }

  .septikopt-product-card__title {
    font-size: 1rem;
  }

  .septikopt-product-card__excerpt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    font-size: 0.86rem;
  }

  .septikopt-product-card__specs {
    gap: 6px;
  }

  .septikopt-product-card__spec-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .septikopt-product-card__spec-row strong {
    white-space: normal;
    text-align: right;
  }

  .septikopt-product-card__fit {
    border-radius: 14px;
    padding: 8px 10px;
  }

  .septikopt-product-card__meta {
    font-size: 1.55rem;
    line-height: 1.1;
  }

  .septikopt-product-card__actions {
    gap: 8px;
  }

  .septikopt-product-card__actions .button {
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  .site-header .spt-header-main {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'logo'
      'contact'
      'actions';
    padding: 10px 16px 14px !important;
  }

  .site-header .spt-header-contact-group {
    margin-right: 0;
    justify-content: space-between;
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .site-header .spt-header-phonebox {
    justify-self: end;
  }

  .site-header .spt-header-nav-wrap {
    top: 12px;
    right: 16px;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    width: min(150px, 58vw) !important;
    margin-top: 7px !important;
  }

  .site-header .spt-logo > img {
    width: 42px !important;
  }

  .site-header .site-header__actions-grid .wp-element-button {
    min-height: 46px;
    font-size: 0.9rem;
  }

  .spt-hero {
    padding: 14px !important;
  }

  .spt-hero__copy h1 {
    font-size: clamp(1.55rem, 8.2vw, 2rem);
  }

  .spt-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .spt-hero__facts span {
    justify-content: center;
  }

  .spt-hero__media {
    min-height: 220px;
  }

  .septikopt-catalog-mobile-tools {
    position: sticky;
    top: 74px;
    z-index: 30;
    background: #f7fafc;
    padding: 4px 0;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .septikopt-product-card__body {
    gap: 7px;
  }

  .septikopt-product-card__excerpt {
    display: none;
  }

  .septikopt-product-card__spec-row:nth-child(n + 3) {
    display: none;
  }

  .septikopt-product-card__fit {
    font-size: 0.84rem;
    border-radius: 12px;
  }

  .septikopt-product-card__meta {
    font-size: 1.75rem;
    padding-top: 8px;
  }

  .septikopt-product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .septikopt-product-card__actions .button {
    width: 100%;
    min-height: 46px;
  }

  .septikopt-product-card__actions .button.button-outline {
    order: 2;
  }

  .septikopt-product-card__actions .button:not(.button-outline) {
    order: 1;
  }

  .site-main,
  .content-area {
    padding-bottom: var(--spt-mobile-safe-bottom);
  }

  .site-footer {
    padding: 24px 16px calc(22px + var(--spt-mobile-safe-bottom));
  }

  .site-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .site-footer__col,
  .site-footer__brand {
    width: 100% !important;
    max-width: none !important;
  }

  .site-footer .spt-logo--footer {
    align-items: flex-start;
    gap: 10px;
  }

  .site-footer .spt-logo--footer > img {
    width: 42px !important;
  }

  .site-footer .spt-logo--footer .spt-logo-wordmark {
    width: 150px !important;
  }

  .site-footer .spt-logo--footer .spt-logo-copy {
    padding-top: 4px !important;
    gap: 4px;
  }

  .site-footer .spt-logo--footer .spt-logo-text--sub {
    max-width: 210px;
    white-space: normal;
    font-size: 0.68rem;
  }

  .site-footer .site-contact-inline {
    display: grid;
    gap: 8px;
  }

  .site-footer .site-contact-inline a,
  .site-footer .site-contact-inline span {
    min-height: 44px;
    border-radius: 10px;
    padding: 10px 12px;
  }

  .site-footer__bottom {
    display: grid !important;
    gap: 8px;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .site-header .spt-logo .spt-logo-wordmark {
    width: min(138px, 58vw) !important;
  }

  .site-header .spt-logo-text--sub {
    font-size: 0.58rem;
    max-width: 170px;
  }

  .site-header .spt-header-phonebox__number {
    font-size: 0.82rem;
  }

  .site-header .spt-header-phonebox__time {
    font-size: 0.63rem;
  }

  .site-header .spt-header-messengers a {
    width: 28px;
    height: 28px;
  }

  .site-header .spt-header-inline-search input {
    font-size: 0.9rem;
  }

  .spt-hero__actions .button,
  .spt-hero__actions .wp-element-button {
    min-height: 44px;
  }

  .septikopt-catalog-mobile-tools .button {
    min-height: 42px;
    font-size: 0.86rem;
  }

  .septikopt-filter-actions--top {
    grid-template-columns: 1fr;
  }
}

/* 2026-04-04: Lead CTA cleanup (single arrow), larger form, desktop-safe mobile menu links */
@media (min-width: 1024px) {
  .spt-mobile-menu-links {
    display: none !important;
  }
}

.spt-cta-section > .wp-block-group.is-layout-flex {
  align-items: stretch;
  gap: 18px;
}

.spt-cta-form-wrap {
  display: flex;
  align-self: stretch;
  min-height: 320px;
  padding: 22px;
}

.spt-cta-form-wrap .septikopt-lead-form {
  width: 100%;
  gap: 14px 16px;
  align-content: start;
}

.spt-cta-form-wrap .septikopt-lead-form__submit-wrap {
  margin-top: 8px;
  min-height: 64px;
}

.spt-cta-form-wrap .septikopt-lead-form__submit {
  min-height: 56px;
  padding: 0 34px;
  font-size: 1rem;
}

.spt-cta-form-wrap .septikopt-lead-form__arrow {
  width: 104px;
  height: 52px;
  animation: sptLeadArrowFloat 2.3s ease-in-out infinite !important;
}

.spt-cta-form-wrap .septikopt-lead-form > .full:last-of-type::after {
  content: none !important;
  display: none !important;
}

.spt-cta-form-wrap .septikopt-lead-form > .septikopt-lead-form__arrow {
  display: none !important;
}

.spt-cta-form-wrap .septikopt-lead-form__submit-wrap > .septikopt-lead-form__arrow ~ .septikopt-lead-form__arrow {
  display: none !important;
}

@media (max-width: 1023px) {
  .spt-cta-form-wrap {
    min-height: 0;
    padding: 16px;
  }

  .spt-cta-form-wrap .septikopt-lead-form__submit {
    min-height: 52px;
    padding: 0 24px;
  }

  .spt-cta-form-wrap .septikopt-lead-form__arrow {
    width: 82px;
    height: 40px;
  }
}

@media (max-width: 1023px) {
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open:hover,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open:focus {
    color: #1f3653 !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open svg,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
  }
}

/* 2026-04-04: Arrow shape fix for lead CTA */
.spt-cta-form-wrap .septikopt-lead-form__arrow {
  width: 128px;
  height: 64px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 80' fill='none'%3E%3Cpath d='M160 14C131 17 106 29 84 46C66 60 43 64 20 52' stroke='%23FF8A00' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 39L18 52L34 62' stroke='%23FF8A00' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform-origin: center center;
  animation: sptLeadArrowDrift 1.9s ease-in-out infinite !important;
}

@keyframes sptLeadArrowDrift {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-4px) translateX(-2px);
  }
}

@media (max-width: 1023px) {
  .spt-cta-form-wrap .septikopt-lead-form__arrow {
    width: 96px;
    height: 48px;
    margin-left: 6px;
  }
}

/* 2026-04-04: Mobile fixes round 2 (burger/catalog/cards/sort/header copy) */
.spt-logo-text--mobile {
  display: none;
}

@media (min-width: 1024px) {
  .septikopt-catalog-mobile-tools,
  .septikopt-catalog-mobile-overlay,
  .septikopt-filter-mobile-head {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .site-header .spt-header-nav-wrap,
  .site-header .spt-header-nav-inner {
    pointer-events: auto !important;
  }

  .site-header .spt-logo-text--desktop {
    display: none !important;
  }

  .site-header .spt-logo-text--mobile {
    display: block !important;
    max-width: 210px;
    font-size: 0.66rem;
    line-height: 1.24;
    color: #44556f;
    white-space: normal;
  }

  .post-type-archive-product #primary.content-area,
  .tax-product_cat #primary.content-area {
    padding-inline: 16px;
  }

  .post-type-archive-product .woocommerce-products-header,
  .tax-product_cat .woocommerce-products-header {
    margin: 0 0 12px;
  }

  .post-type-archive-product .woocommerce-products-header__title,
  .tax-product_cat .woocommerce-products-header__title {
    margin-bottom: 8px;
  }

  .post-type-archive-product .woocommerce-products-header .page-description,
  .tax-product_cat .woocommerce-products-header .page-description {
    margin: 0;
  }

  .septikopt-catalog-mobile-tools {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center;
  }

  .septikopt-catalog-mobile-tools .js-open-catalog-filters {
    width: 100%;
  }

  .septikopt-catalog-main .woocommerce-ordering,
  .septikopt-catalog-main .woocommerce-ordering.is-open {
    display: block !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .septikopt-catalog-main .woocommerce-ordering::before,
  .septikopt-catalog-main .woocommerce-ordering.is-open::before {
    content: none !important;
    display: none !important;
  }

  .septikopt-catalog-mobile-tools .woocommerce-ordering,
  .septikopt-catalog-mobile-tools .woocommerce-ordering.is-mobile-inline-ordering {
    width: 100%;
  }

  .septikopt-catalog-mobile-tools .woocommerce-ordering select.orderby {
    width: 100% !important;
    max-width: none !important;
    min-height: 44px;
    border-radius: 12px;
    font-size: 0.9rem;
    padding: 10px 34px 10px 12px;
  }

  .septikopt-filter-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .site-header .spt-logo-text--mobile {
    max-width: 180px;
    font-size: 0.63rem;
    line-height: 1.22;
  }

  .septikopt-product-card__image {
    min-height: 132px !important;
    height: 132px !important;
  }

  .septikopt-product-card__image img {
    max-height: 116px !important;
  }

  .septikopt-product-card__body {
    gap: 5px !important;
    padding: 8px 10px 10px !important;
  }

  .septikopt-product-card__meta {
    margin: 0 !important;
    padding-top: 4px !important;
    font-size: 1.48rem !important;
    line-height: 1.06 !important;
  }

  .septikopt-product-card__actions {
    margin-top: 4px !important;
    gap: 6px !important;
  }

  .septikopt-product-card__actions .button {
    min-height: 40px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

/* 2026-04-04: Final stabilization for mobile menu + catalog rhythm */
.post-type-archive-product #primary.content-area,
.tax-product_cat #primary.content-area {
  padding-inline: clamp(14px, 2.2vw, 28px);
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  margin: 0 0 14px;
  padding-inline: 2px;
}

.post-type-archive-product .woocommerce-products-header .page-description p,
.tax-product_cat .woocommerce-products-header .page-description p {
  margin: 0;
  line-height: 1.52;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  gap: clamp(12px, 1.25vw, 16px) !important;
}

li.product.septikopt-product-card,
.woocommerce ul.products li.product.septikopt-product-card {
  min-height: 0;
}

.septikopt-product-card__image {
  min-height: 200px;
  height: 200px;
}

.septikopt-product-card__body {
  padding: 12px 13px 12px !important;
  gap: 7px !important;
}

.septikopt-product-card__meta {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  padding-top: 4px !important;
  min-height: 0 !important;
}

.septikopt-product-card__actions {
  margin-top: 4px !important;
  gap: 6px !important;
}

@media (max-width: 1023px) {
  .site-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .site-header::before {
    display: none !important;
  }

  main,
  .wp-site-blocks,
  .site-main,
  .content-area {
    margin-top: 0 !important;
  }

  .site-header .spt-header-main {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "contact"
      "actions";
    gap: 10px;
    padding: 10px 16px 14px !important;
  }

  .site-header .spt-logo,
  .site-header .spt-logo .spt-logo-copy {
    display: flex !important;
  }

  .site-header .site-header__actions {
    display: grid !important;
    width: 100%;
  }

  .site-header .spt-header-nav-wrap {
    z-index: 60 !important;
  }

  .site-header .spt-header-nav-wrap,
  .site-header .spt-header-nav-inner,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open {
    pointer-events: auto !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content {
    padding-top: 0 !important;
  }

  .septikopt-catalog-mobile-tools {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: 8px !important;
  }

  .septikopt-catalog-mobile-tools .woocommerce-ordering select.orderby {
    min-height: 42px;
    font-size: 0.88rem;
  }

  .septikopt-filter-mobile-close {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-family: "Montserrat", "Segoe UI", sans-serif;
  }
}

@media (max-width: 767px) {
  .site-header .spt-logo span {
    display: block !important;
  }

  .site-header .spt-logo > img {
    width: 38px !important;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    width: min(148px, 56vw) !important;
    margin-top: 6px !important;
  }

  .site-header .spt-logo-copy {
    gap: 2px;
  }

  .site-header .spt-logo-text--mobile {
    max-width: 182px;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .septikopt-product-card__image {
    min-height: 126px !important;
    height: 126px !important;
  }

  .septikopt-product-card__image img {
    max-height: 112px !important;
  }

  .septikopt-product-card__meta {
    font-size: 1.42rem !important;
    line-height: 1.05 !important;
  }

  .septikopt-product-card__actions {
    margin-top: 2px !important;
    gap: 6px !important;
  }
}

/* 2026-04-04: Desktop card price alignment fix */
@media (min-width: 768px) {
  li.product.septikopt-product-card,
  .woocommerce ul.products li.product.septikopt-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .septikopt-product-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .septikopt-product-card__fit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: calc(1.28em * 3 + 10px);
  }

  .septikopt-product-card__meta {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    min-height: 46px;
    display: flex;
    align-items: flex-end;
  }

  .septikopt-product-card__actions {
    margin-top: 8px !important;
  }
}

/* 2026-04-04: Final lead-form arrow polish */
.spt-cta-form-wrap .septikopt-lead-form__submit-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.spt-cta-form-wrap .septikopt-lead-form__arrow {
  width: 92px;
  height: 42px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 52' fill='none'%3E%3Cpath d='M114 12C96 13 83 18 71 27C58 37 43 42 28 39' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M34 29L22 39L35 47' stroke='%23FF8A00' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform-origin: 32% 55%;
  animation: sptLeadArrowNudge 1.6s ease-in-out infinite !important;
}

@keyframes sptLeadArrowNudge {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-2px) translateX(-1px);
  }
}

@media (max-width: 1023px) {
  .spt-cta-form-wrap .septikopt-lead-form__arrow {
    width: 80px;
    height: 36px;
  }
}

/* 2026-04-04: Header breakpoints + drawer cleanup + side paddings (1000-1400) */
@media (min-width: 1000px) and (max-width: 1400px) {
  .site-header .spt-header-main,
  .site-header .spt-header-nav-inner,
  main .alignwide,
  #primary.content-area.alignwide,
  .site-footer .alignwide {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin-inline: auto !important;
  }
}

@media (min-width: 1000px) {
  .site-header .spt-logo .spt-logo-wordmark {
    display: block !important;
  }

  .site-header .spt-logo-text--desktop {
    display: block !important;
    line-height: 1.2;
    white-space: normal;
  }

  .site-header .spt-logo-text--mobile {
    display: none !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open {
    display: none !important;
  }

  .site-header .spt-header-nav-inner .wp-block-navigation__container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
}

@media (max-width: 999px) {
  .site-header .spt-logo .spt-logo-wordmark,
  .site-header .spt-logo-text--desktop {
    display: none !important;
  }

  .site-header .spt-logo-copy {
    display: flex !important;
    align-items: center;
    gap: 0;
    padding-top: 0;
  }

  .site-header .spt-logo-text--mobile {
    display: block !important;
    max-width: 148px;
    font-size: 0.63rem;
    line-height: 1.2;
    font-weight: 700;
  }

  .site-header .spt-header-main {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "contact"
      "actions";
    gap: 10px;
    padding: 10px 14px 14px !important;
  }

  .site-header .spt-header-contact-group {
    margin-right: 52px;
  }

  .site-header .spt-header-nav-wrap {
    position: absolute;
    top: 10px;
    right: 14px;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 80;
  }

  .site-header .spt-header-nav-inner {
    min-height: 0;
    padding: 0 !important;
  }

  .site-header .spt-header-nav-inner .wp-block-navigation__container {
    display: none !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1px solid #d5e1f2 !important;
    color: #1f3653 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 6px 12px rgba(17, 34, 58, 0.12);
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(12, 19, 30, 0.46) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-close {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-dialog {
    width: min(330px, 88vw);
    height: 100%;
    background: #fff;
    padding: 60px 16px 16px;
    transform: translateX(104%);
    transition: transform 0.24s ease;
    overflow-y: auto;
    box-shadow: -18px 0 38px rgba(17, 31, 50, 0.26);
    position: relative;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    transform: translateX(0);
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: #f4f7fb !important;
    border: 1px solid #d6e1f0 !important;
    color: #21344f !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    gap: 12px;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    margin: 0 !important;
    width: 100%;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 12px !important;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 0.98rem;
    font-weight: 700;
    color: #203047 !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus {
    background: #f2f6fd !important;
    border-color: #d8e4f5 !important;
  }

  .spt-mobile-menu-links {
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .site-header .spt-logo-text--mobile {
    max-width: 132px;
    font-size: 0.6rem;
  }

  .site-header .spt-header-contact-group {
    margin-right: 50px;
  }
}

/* 2026-04-04: Product card green fit block - no clipping for long text */
@media (min-width: 768px) {
  .septikopt-product-card__fit {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
  }
}

/* 2026-04-04: Mobile cross-page polish (top bar, catalog tools order, card media, footer) */
@media (max-width: 999px) {
  .spt-top-bar {
    display: none !important;
  }

  .septikopt-catalog-main {
    display: flex;
    flex-direction: column;
  }

  .septikopt-catalog-main .woocommerce-notices-wrapper {
    order: 1;
  }

  .septikopt-catalog-main .septikopt-quick-brands-section {
    order: 2;
    margin-bottom: 8px;
  }

  .septikopt-catalog-main .woocommerce-result-count {
    order: 4;
    margin: 0 0 6px;
  }

  .septikopt-catalog-main .septikopt-active-filters {
    order: 3;
    margin: 0 0 8px;
  }

  .septikopt-catalog-main .septikopt-catalog-mobile-tools {
    order: 5;
    margin: 0 0 10px;
    position: static;
    top: auto;
    background: transparent;
    padding: 0;
  }

  .septikopt-catalog-main ul.products,
  .septikopt-catalog-main .woocommerce-pagination,
  .septikopt-catalog-main .woocommerce-info,
  .septikopt-catalog-main .woocommerce-no-products-found {
    order: 10;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__media {
    padding: 12px 12px 0;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7fd 100%);
    padding: 10px;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image img {
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: contain;
    object-position: center center;
    padding: 6px;
  }

  .site-footer .site-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .site-footer .spt-logo--footer {
    align-items: flex-start;
    gap: 8px;
  }

  .site-footer .spt-logo--footer > img {
    width: 36px !important;
    margin-top: 0 !important;
  }

  .site-footer .spt-logo--footer .spt-logo-copy {
    padding-top: 0 !important;
    gap: 3px !important;
  }

  .site-footer .spt-logo--footer .spt-logo-wordmark {
    width: 132px !important;
    max-width: 100%;
  }

  .site-footer .spt-logo--footer .spt-logo-text--sub {
    max-width: 170px;
    font-size: 0.64rem;
    line-height: 1.2;
  }

  .site-footer .site-footer__brand > p {
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.42;
  }
}

@media (max-width: 767px) {
  .septikopt-catalog-main .septikopt-catalog-mobile-tools {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .septikopt-catalog-main .septikopt-catalog-mobile-tools .woocommerce-ordering,
  .septikopt-catalog-main .septikopt-catalog-mobile-tools .js-open-catalog-filters {
    width: 100%;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    aspect-ratio: 16 / 10;
  }

  .site-footer .spt-logo--footer .spt-logo-wordmark {
    width: 124px !important;
  }

  .site-footer .spt-logo--footer .spt-logo-text--sub {
    max-width: 150px;
  }
}

/* 2026-04-05: catalog CTA glow on home featured section */
.spt-button-catalog-glow.wp-element-button {
  background: #FF8A00 !important;
  border-color: #FF8A00 !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  animation: sptPulseAccent 2.2s ease-in-out infinite;
}

.spt-button-catalog-glow.wp-element-button:hover {
  background: #EF7F00 !important;
  border-color: #EF7F00 !important;
  color: #ffffff !important;
}

.spt-button-catalog-glow.wp-element-button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
  animation: sptShine 2.8s ease-in-out infinite;
}

/* 2026-04-05: mobile header logo composition and footer bottom alignment */
@media (max-width: 999px) {
  .site-header .spt-logo {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .site-header .spt-logo > img {
    width: 36px !important;
    margin-top: 0 !important;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    display: block !important;
    width: min(150px, 44vw) !important;
    max-width: 100% !important;
    margin-top: 2px !important;
  }

  .site-header .spt-logo-text--desktop {
    display: none !important;
  }

  .site-header .spt-logo-text--mobile {
    display: block !important;
    max-width: 164px;
    font-size: 0.61rem;
    line-height: 1.2;
    white-space: normal;
  }

  .site-header .spt-logo-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    padding-top: 0 !important;
  }

  .site-footer {
    padding-bottom: calc(22px + var(--spt-mobile-safe-bottom));
  }

  .site-footer .site-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .site-footer .spt-logo--footer {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .site-footer .spt-logo--footer > img {
    width: 34px !important;
    margin-top: 0 !important;
  }

  .site-footer .spt-logo--footer .spt-logo-copy {
    padding-top: 0 !important;
    gap: 2px !important;
  }

  .site-footer .spt-logo--footer .spt-logo-wordmark {
    width: 124px !important;
    margin-top: 0 !important;
  }

  .site-footer .spt-logo--footer .spt-logo-text--sub {
    max-width: 150px;
    font-size: 0.61rem;
    line-height: 1.18;
    white-space: normal;
  }

  .site-footer .site-footer__brand > p {
    margin: 2px 0 0 !important;
    font-size: 0.9rem;
    line-height: 1.36;
  }

  .site-footer__bottom {
    display: grid !important;
    gap: 6px !important;
    text-align: left;
  }
}

/* 2026-04-05: Final mobile fixes requested (footer brand, CTA aside, steps, logo copy) */
@media (max-width: 999px) {
  .spt-steps li strong {
    display: block;
  }

  .site-header .spt-logo-copy > .spt-logo-text--sub:first-of-type {
    display: none !important;
  }

  .site-header .spt-logo-copy > .spt-logo-text--sub:last-of-type {
    display: block !important;
    max-width: 130px;
    font-size: 0.52rem;
    line-height: 1.14;
    font-weight: 700;
    white-space: normal;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    width: min(128px, 38vw) !important;
    margin-top: 1px !important;
  }

  .site-header .spt-logo-copy {
    gap: 1px !important;
  }

  .spt-cta-section > .wp-block-group.is-layout-flex {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .spt-cta-aside {
    width: 100% !important;
    max-width: none !important;
    border-radius: 14px;
  }

  .spt-precontacts-cta,
  .spt-precontacts-cta__inner,
  .spt-precontacts-cta__actions {
    width: 100%;
  }

  .spt-precontacts-cta__inner {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .wp-block-buttons .wp-block-button,
  .spt-precontacts-cta__actions,
  .spt-cta-section .wp-block-button {
    display: flex;
    justify-content: center;
  }

  .wp-block-button .wp-element-button.js-open-lead-modal,
  .button.button-outline.js-open-lead-modal,
  .spt-precontacts-cta__actions .button.js-open-lead-modal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-button .wp-element-button.js-open-lead-modal,
  .spt-precontacts-cta__actions .button.js-open-lead-modal {
    background: #FF8A00 !important;
    border-color: #FF8A00 !important;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    animation: sptPulseAccent 2.2s ease-in-out infinite;
  }

  .wp-block-button .wp-element-button.js-open-lead-modal::after,
  .spt-precontacts-cta__actions .button.js-open-lead-modal::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
    animation: sptShine 2.8s ease-in-out infinite;
  }

  .site-footer .site-footer__col.site-footer__brand {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: block !important;
  }

  .site-footer .site-footer__col.site-footer__brand .spt-logo--footer {
    display: flex !important;
    width: 100% !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .site-footer .site-footer__col.site-footer__brand .spt-logo-copy {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 0 !important;
    gap: 2px !important;
  }

  .site-footer .site-footer__col.site-footer__brand > p {
    display: block;
    width: 100%;
    margin: 6px 0 0 !important;
    line-height: 1.34;
  }
}

@media (max-width: 767px) {
  .site-header .spt-logo .spt-logo-wordmark {
    width: min(114px, 36vw) !important;
  }

  .site-header .spt-logo-copy > .spt-logo-text--sub:last-of-type {
    max-width: 116px;
    font-size: 0.49rem;
  }

  .wp-block-button .wp-element-button.js-open-lead-modal,
  .button.button-outline.js-open-lead-modal,
  .spt-precontacts-cta__actions .button.js-open-lead-modal {
    width: 100%;
    max-width: 320px;
  }
}

/* 2026-04-05: Final mobile alignment fixes (buttons, spacing, header logo copy) */
@media (max-width: 999px) {
  .site-main .wp-block-buttons,
  .site-main .spt-dark-band__actions {
    justify-content: center !important;
  }

  .site-main .wp-block-button {
    display: flex !important;
    justify-content: center !important;
    margin-inline: auto !important;
  }

  .site-main .wp-block-button .wp-block-button__link,
  .site-main .wp-block-button .wp-element-button,
  .site-main .spt-dark-band__actions .button,
  .site-main .spt-service-cta .button.js-open-lead-modal {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  .site-main .spt-dark-band__actions .button,
  .site-main .spt-service-cta .button.js-open-lead-modal {
    width: min(340px, 100%) !important;
  }

  .site-main .spt-dark-band__actions .button.button-outline,
  .site-main .spt-dark-band__actions .button.js-open-lead-modal {
    padding-inline: 16px !important;
  }

  .spt-brand-strip__hint {
    margin: 6px 0 16px !important;
    line-height: 1.45 !important;
  }

  .spt-hero__facts {
    margin-bottom: 22px !important;
  }

  .site-header .spt-logo {
    align-items: center !important;
    gap: 10px !important;
  }

  .site-header .spt-logo > img {
    margin-top: 0 !important;
    align-self: center !important;
  }

  .site-header .spt-logo-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 3px !important;
    padding-top: 0 !important;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    display: block !important;
    margin-top: 0 !important;
    transform: translateY(1px);
  }

  .site-header .spt-logo-copy .spt-logo-text--desktop,
  .site-header .spt-logo-copy > .spt-logo-text--sub:not(.spt-logo-text--mobile) {
    display: none !important;
  }

  .site-header .spt-logo-copy .spt-logo-text--mobile {
    display: block !important;
    margin: 0 !important;
    max-width: 140px !important;
    font-size: 0.56rem !important;
    line-height: 1.18 !important;
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  .site-main .spt-dark-band__actions .button,
  .site-main .spt-service-cta .button.js-open-lead-modal,
  .site-main .wp-block-button .wp-block-button__link,
  .site-main .wp-block-button .wp-element-button {
    width: 100% !important;
    max-width: 320px !important;
  }

  .site-header .spt-logo .spt-logo-wordmark {
    width: min(120px, 37vw) !important;
  }

  .site-header .spt-logo-copy .spt-logo-text--mobile {
    max-width: 124px !important;
    font-size: 0.5rem !important;
  }
}

/* 2026-04-05: Desktop card price rhythm + compact contacts CTA buttons */
@media (min-width: 1000px) {
  .septikopt-product-card__meta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    text-align: center !important;
    margin: 10px 0 !important;
    padding: 8px 0 !important;
    min-height: 0 !important;
    line-height: 1.15 !important;
  }

  .septikopt-product-card__meta .price,
  .septikopt-product-card__meta .woocommerce-Price-amount,
  .septikopt-product-card__meta del,
  .septikopt-product-card__meta ins {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  .septikopt-product-card__actions {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .spt-contacts-actions .button,
  .spt-contacts-actions .wp-element-button {
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 0.88rem !important;
    line-height: 1.15 !important;
  }
}

/* 2026-04-05: Button text centering + desktop header accent fit */
.site-main a.button,
.site-main .wp-element-button,
.site-main .woocommerce a.button,
.site-main .woocommerce button.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (min-width: 1000px) {
  .site-header__actions-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  }

  .site-header__actions-grid .spt-action-accent.js-open-lead-modal {
    height: auto !important;
    min-height: 40px !important;
    padding: 6px 10px !important;
    font-size: 0.76rem !important;
    line-height: 1.14 !important;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
  }
}

/* 2026-04-05: Catalog card chip + centered specs alignment (per design QA) */
.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__statuses {
  align-items: center;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__status {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 50px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row span {
    display: flex !important;
    align-items: center !important;
    min-height: 100%;
    line-height: 1.3 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row strong {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: right !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    font-variant-numeric: tabular-nums;
  }
}

/* 2026-04-05: Final catalog card layout reset (desktop + mobile) */
.woocommerce ul.products li.product.septikopt-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__media {
  padding: 12px 12px 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
  min-height: 210px !important;
  height: 210px !important;
  border-radius: 12px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 12px 12px 12px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__title {
  margin: 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__statuses {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: center !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__status {
  white-space: nowrap !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__excerpt {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__specs {
  display: grid !important;
  gap: 6px !important;
  margin-top: 2px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row span {
  min-width: 0 !important;
  line-height: 1.28 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row strong {
  min-width: 0 !important;
  text-align: right !important;
  justify-self: end !important;
  line-height: 1.28 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__fit {
  margin: 0 !important;
  border-radius: 12px !important;
  padding: 9px 10px !important;
  width: 100% !important;
  line-height: 1.3 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
  margin: 2px 0 0 !important;
  padding: 6px 0 0 !important;
  min-height: 0 !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions {
  margin-top: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions .button {
  min-height: 42px !important;
  width: 100% !important;
}

@media (min-width: 1280px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    min-height: 190px !important;
    height: 190px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    min-height: 168px !important;
    height: 168px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    min-height: 42px !important;
    padding: 7px 9px !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    min-height: 136px !important;
    height: 136px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image img {
    max-height: 118px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
    padding: 9px 10px 10px !important;
    gap: 6px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__excerpt {
    display: none !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row:nth-child(n + 3) {
    display: none !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    min-height: 40px !important;
    padding: 7px 9px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
    font-size: 1.46rem !important;
    line-height: 1.08 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions .button {
    min-height: 40px !important;
  }
}

/* 2026-04-05: Spec label abbreviations + safe value wrapping */
.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
  grid-template-columns: minmax(108px, 56%) minmax(84px, 44%) !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label {
  display: block;
  min-width: 0;
  line-height: 1.22 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label .is-short {
  display: none;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row strong {
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 1600px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label .is-full {
    display: none !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label .is-short {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    grid-template-columns: minmax(100px, 58%) minmax(72px, 42%) !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label .is-full {
    display: none !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label .is-short {
    display: inline !important;
  }
}

/* 2026-04-05: Card overflow guard + price pinned above actions */
.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
  min-width: 0 !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__specs {
  min-width: 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
  grid-template-columns: minmax(92px, 44%) minmax(0, 56%) !important;
  align-items: start !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label {
  min-width: 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row strong {
  max-width: 100% !important;
  min-width: 0 !important;
  text-align: right !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  hyphens: auto;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-top: 8px !important;
  flex: 0 0 auto !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions {
  margin-top: 8px !important;
  flex: 0 0 auto !important;
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    grid-template-columns: minmax(86px, 46%) minmax(0, 54%) !important;
  }
}

/* 2026-04-05: Hotfix duplicated spec labels + stable card baseline */
.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
  grid-template-columns: minmax(116px, 54%) minmax(0, 46%) !important;
  align-items: center !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label {
  display: block !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: auto;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row strong {
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  text-align: right !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
  margin-top: auto !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions {
  margin-top: 8px !important;
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    grid-template-columns: minmax(102px, 58%) minmax(0, 42%) !important;
  }
}

/* 2026-04-05: Final catalog card stabilization (mobile image, full mobile labels, desktop balance) */
.woocommerce ul.products li.product.septikopt-product-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: 100% !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__media {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 12px 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 188px !important;
  height: 188px !important;
  margin: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  gap: 8px !important;
  padding: 12px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__specs {
  min-width: 0 !important;
  gap: 6px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
  display: grid !important;
  grid-template-columns: minmax(116px, 52%) minmax(0, 48%) !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label {
  display: block !important;
  min-width: 0 !important;
  color: #667085 !important;
  line-height: 1.23 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row strong {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-self: end !important;
  text-align: right !important;
  line-height: 1.23 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-pipe-depth {
  align-items: start !important;
  grid-template-columns: minmax(78px, 36%) minmax(0, 64%) !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-pipe-depth strong {
  justify-self: stretch !important;
  text-align: left !important;
  font-size: 0.74rem !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-pipe-depth.is-split strong {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 2px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__pipe-depth-item {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  column-gap: 4px !important;
  max-width: 100% !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__pipe-depth-key {
  flex: 0 0 auto !important;
  font-weight: 700 !important;
  color: #344054 !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__pipe-depth-value {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-top: 8px !important;
  min-height: 44px !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions {
  margin-top: 8px !important;
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label[data-short] {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label[data-short]::before {
    content: attr(data-short);
    display: block;
    font-size: 0.74rem;
    line-height: 1.23;
    color: #667085;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__media {
    padding: 10px 10px 0 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    min-height: 152px !important;
    height: 152px !important;
    aspect-ratio: 16 / 10 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
    padding: 10px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 40px !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label[data-short] {
    font-size: 0.74rem !important;
    line-height: 1.22 !important;
    color: #667085 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-label[data-short]::before {
    content: none !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
    min-height: 0 !important;
    font-size: 1.46rem !important;
  }
}

/* 2026-04-05: Inner-page eyebrow parity + header TG group/bot chips */
.spt-inner-hero__eyebrow.spt-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px !important;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 0;
  background: #f2f7fd;
  color: #2f5d8a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-header .spt-header-messengers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header .spt-header-messengers .spt-header-messenger-pill {
  width: auto !important;
  height: 34px !important;
  min-width: 88px;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  box-shadow: 0 8px 14px rgba(21, 101, 216, 0.18);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-header .spt-header-messengers .spt-header-messenger-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(21, 101, 216, 0.24);
}

.site-header .spt-header-messengers .spt-header-messenger-pill--group {
  background: linear-gradient(180deg, #2b7fe5 0%, #1968d6 100%) !important;
  border-color: #1663cc !important;
}

.site-header .spt-header-messengers .spt-header-messenger-pill--bot {
  background: linear-gradient(180deg, #1484d6 0%, #0f73ba 100%) !important;
  border-color: #0d68a8 !important;
}

.site-header .spt-header-messengers .spt-header-messenger-pill img {
  width: 14px !important;
  height: 14px !important;
  filter: brightness(0) invert(1) !important;
}

.site-header .spt-header-messengers .spt-header-messenger-pill__label {
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 999px) {
  .spt-inner-hero__eyebrow.spt-hero__eyebrow {
    margin-bottom: 10px !important;
    min-height: 29px;
    padding: 5px 11px;
    font-size: 0.68rem;
  }

  .site-header .spt-header-messengers {
    gap: 6px;
  }

  .site-header .spt-header-messengers .spt-header-messenger-pill {
    height: 30px !important;
    min-width: 74px;
    padding: 0 8px !important;
    gap: 5px;
    border-radius: 12px !important;
  }

  .site-header .spt-header-messengers .spt-header-messenger-pill img {
    width: 13px !important;
    height: 13px !important;
  }

  .site-header .spt-header-messengers .spt-header-messenger-pill__label {
    font-size: 0.56rem;
  }
}

/* 2026-04-05: Header pills labels + phone alignment + inner eyebrow centering + card spacing trim */
.spt-inner-hero .spt-inner-hero__eyebrow.spt-hero__eyebrow {
  display: flex !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
}

.site-header .spt-header-contact-group {
  display: grid !important;
  grid-template-columns: auto auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
}

.site-header .spt-header-messengers {
  gap: 6px !important;
}

.site-header .spt-header-messengers .spt-header-messenger-pill {
  height: 32px !important;
  min-width: 66px;
  padding: 0 9px !important;
}

.site-header .spt-header-messengers .spt-header-messenger-pill--bot {
  min-width: 84px;
}

.site-header .spt-header-messengers .spt-header-messenger-pill__label {
  font-size: 0.62rem;
}

.site-header .spt-header-phonebox {
  min-width: max-content !important;
}

.site-header .spt-header-phonebox__number {
  white-space: nowrap !important;
}

.site-header .spt-header-phonebox__time {
  white-space: nowrap !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__media {
  padding: 8px 10px 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
  min-height: 176px !important;
  height: 176px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
  padding: 10px !important;
  gap: 7px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__fit {
  margin: 0 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
  min-height: 38px !important;
  margin-top: auto !important;
  padding-top: 6px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__actions {
  margin-top: 4px !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-pipe-depth.is-placeholder strong {
  justify-self: end !important;
  text-align: right !important;
  font-size: 0.86rem !important;
  color: #8ca0bb !important;
}

@media (max-width: 999px) {
  .site-header .spt-header-contact-group {
    margin-right: 0 !important;
  }

  .site-header .spt-header-phonebox {
    justify-self: end !important;
  }

  .site-header .spt-header-messengers .spt-header-messenger-pill {
    min-width: 62px;
    padding: 0 8px !important;
  }

  .site-header .spt-header-messengers .spt-header-messenger-pill--bot {
    min-width: 74px;
  }

  .site-header .spt-header-messengers .spt-header-messenger-pill__label {
    font-size: 0.54rem;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
    min-height: 152px !important;
    height: 152px !important;
  }
}

/* 2026-04-05: Inner page hero final alignment (services/cases/about/faq/contacts) */
.spt-inner-page .spt-inner-hero {
  text-align: left !important;
}

.spt-inner-page .spt-inner-hero .spt-inner-hero__eyebrow.spt-hero__eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 12px !important;
  justify-content: flex-start !important;
}

.spt-inner-page .spt-inner-hero .spt-inner-hero__title,
.spt-inner-page .spt-inner-hero .spt-inner-hero__lead {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.spt-inner-page .spt-inner-hero .spt-inner-hero__title {
  max-width: 940px;
}

.spt-inner-page .spt-inner-hero .spt-inner-hero__lead {
  max-width: 860px;
}

.spt-inner-page .spt-inner-hero .wp-block-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-top: 18px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.spt-inner-page .spt-inner-hero .wp-block-button {
  display: block !important;
  margin: 0 !important;
}

.spt-inner-page .spt-inner-hero .wp-block-button .wp-block-button__link,
.spt-inner-page .spt-inner-hero .wp-block-button .wp-element-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 44px !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  font-size: 0.98rem !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.spt-inner-page .spt-inner-hero .wp-block-button .wp-element-button:not(.button-outline):not(.is-style-outline),
.spt-inner-page .spt-inner-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: linear-gradient(180deg, #2b67df 0%, #2257c8 100%) !important;
  border-color: #2257c8 !important;
  color: #fff !important;
  box-shadow: 0 10px 18px rgba(33, 86, 199, 0.2);
}

@media (max-width: 999px) {
  .spt-inner-page .spt-inner-hero .wp-block-buttons {
    gap: 8px !important;
  }

  .spt-inner-page .spt-inner-hero .wp-block-button .wp-block-button__link,
  .spt-inner-page .spt-inner-hero .wp-block-button .wp-element-button {
    min-height: 42px !important;
    padding: 9px 14px !important;
    font-size: 0.93rem !important;
  }
}

@media (max-width: 767px) {
  .spt-inner-page .spt-inner-hero .wp-block-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-content: flex-start !important;
    width: 100%;
    max-width: 340px;
  }

  .spt-inner-page .spt-inner-hero .wp-block-button {
    width: 100% !important;
  }

  .spt-inner-page .spt-inner-hero .wp-block-button .wp-block-button__link,
  .spt-inner-page .spt-inner-hero .wp-block-button .wp-element-button {
    width: 100% !important;
    max-width: none !important;
  }
}

/* 2026-04-06: Header TG buttons under logo + unified blue + shimmer on "ÃƒÂÃ‚ÂÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™" */
.site-header .spt-brand-stack {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px;
  min-width: 0;
}

.site-header .spt-brand-stack .spt-logo {
  margin: 0 !important;
}

.site-header .spt-brand-stack .spt-header-messengers--under-logo {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.site-header .spt-header-contact-group {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-template-columns: none !important;
  width: auto !important;
  gap: 0 !important;
  margin: 0 !important;
}

.site-header .spt-brand-stack .spt-header-messenger-pill {
  position: relative;
  overflow: hidden;
  height: 32px !important;
  min-width: 86px;
  padding: 0 11px !important;
  border-radius: 999px !important;
  border: 1px solid #225fd2 !important;
  background: linear-gradient(180deg, #2f73e4 0%, #225fd2 100%) !important;
  box-shadow: 0 8px 14px rgba(21, 101, 216, 0.22);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .spt-brand-stack .spt-header-messenger-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(21, 101, 216, 0.28);
}

.site-header .spt-brand-stack .spt-header-messenger-pill--group,
.site-header .spt-brand-stack .spt-header-messenger-pill--bot {
  background: linear-gradient(180deg, #2f73e4 0%, #225fd2 100%) !important;
  border-color: #225fd2 !important;
}

.site-header .spt-brand-stack .spt-header-messenger-pill--bot {
  animation: sptGlowBlue 2.2s ease-in-out infinite;
}

.site-header .spt-brand-stack .spt-header-messenger-pill--bot::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
  animation: sptShine 2.8s ease-in-out infinite;
  pointer-events: none;
}

.site-header .spt-brand-stack .spt-header-messenger-pill img,
.site-header .spt-brand-stack .spt-header-messenger-pill__label {
  position: relative;
  z-index: 1;
}

.site-header .spt-brand-stack .spt-header-messenger-pill img {
  width: 13px !important;
  height: 13px !important;
  filter: brightness(0) invert(1) !important;
}

.site-header .spt-brand-stack .spt-header-messenger-pill__label {
  font-size: 0.64rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #fff !important;
  white-space: nowrap !important;
}

.site-header .spt-header-phonebox {
  min-width: max-content !important;
}

.site-header .spt-header-phonebox__number,
.site-header .spt-header-phonebox__time {
  white-space: nowrap !important;
}

@media (min-width: 1000px) {
  .site-header .spt-header-main {
    grid-template-columns: minmax(280px, 430px) auto minmax(360px, 560px) !important;
    align-items: center !important;
  }

  .site-header .spt-brand-stack {
    grid-column: 1;
  }

  .site-header .spt-header-contact-group {
    grid-column: 2;
  }

  .site-header .site-header__actions {
    grid-column: 3;
  }
}

@media (max-width: 999px) {
  .site-header .spt-brand-stack {
    grid-area: logo;
    gap: 6px;
  }

  .site-header .spt-header-contact-group {
    grid-area: contact;
    justify-self: end !important;
  }

  .site-header .spt-brand-stack .spt-header-messengers--under-logo {
    gap: 6px !important;
  }

  .site-header .spt-brand-stack .spt-header-messenger-pill {
    min-width: 72px;
    height: 30px !important;
    padding: 0 9px !important;
  }

  .site-header .spt-brand-stack .spt-header-messenger-pill__label {
    font-size: 0.58rem !important;
  }
}

@media (max-width: 767px) {
  .site-header .spt-brand-stack {
    width: 100%;
  }

  .site-header .spt-brand-stack .spt-header-messengers--under-logo {
    margin-top: 2px;
  }

  .site-header .spt-header-contact-group {
    width: auto !important;
    justify-self: end !important;
  }
}


/* 2026-04-06: Soft glow shimmer for header Telegram bot button */
@keyframes sptGlowBlue {
  0%,
  100% {
    filter: brightness(1) saturate(1);
    transform: translateY(0);
  }
  50% {
    filter: brightness(1.07) saturate(1.08);
    transform: translateY(-1px);
  }
}

/* 2026-04-06: Contacts buttons + dark-band centering + steps/trust cleanup */
.spt-contacts-actions {
  gap: 8px !important;
}

.spt-contacts-actions .button,
.spt-contacts-actions .wp-element-button {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap;
}

.spt-contacts-actions .spt-messenger-button {
  background: #ff8a00 !important;
  border-color: #ff8a00 !important;
  color: #ffffff !important;
}

.spt-contacts-actions .spt-messenger-button:hover {
  background: #ef7f00 !important;
  border-color: #ef7f00 !important;
  color: #ffffff !important;
}

.site-contact-inline a[href*="t.me"],
.site-contact-inline a[href*="telegram.me"] {
  border-color: #ffd4ac !important;
  background: #fff3e8 !important;
  color: #d96800 !important;
}

.site-contact-inline a[href*="t.me"]:hover,
.site-contact-inline a[href*="telegram.me"]:hover {
  border-color: #ffb977 !important;
  background: #ffe8d1 !important;
  color: #c95b00 !important;
}

.spt-dark-band__actions .button,
.spt-dark-band__actions a.button.button-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.spt-steps {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.spt-steps li::marker {
  content: "" !important;
}

.spt-steps li strong {
  display: block !important;
  margin-bottom: 6px !important;
}

.spt-trust-card {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 6px;
  align-items: start;
}

.spt-trust-icon {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 999px !important;
  border: 2px solid #84d6a0 !important;
  background: #ffffff !important;
  color: var(--spt-accent) !important;
  position: relative !important;
}

.spt-trust-icon::before {
  content: "\2713";
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.spt-trust-icon::after {
  content: none !important;
}

.spt-trust-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0 !important;
  line-height: 1.3;
}

.spt-trust-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .spt-contacts-actions .button,
  .spt-contacts-actions .wp-element-button {
    width: 100%;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 14px !important;
    font-size: 0.9rem !important;
  }
}

/* Homepage featured products: keep only users spec row in card */
.spt-featured-section .septikopt-product-card__spec-row.is-performance,
.spt-featured-section .septikopt-product-card__spec-row.is-pipe-depth {
  display: none !important;
}

/* 2026-04-06: Catalog select stability + sale design refresh */
.septikopt-filter-field > span {
  display: block;
  margin-bottom: 4px;
  color: #5a6f87 !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

.septikopt-filter-field select,
.septikopt-filter-field input[type="number"] {
  min-height: 44px !important;
  border-radius: 12px !important;
  border: 1px solid #c7d7ee !important;
  background-color: #fff !important;
  color: #22354f !important;
  font-size: 0.94rem !important;
  line-height: 1.2 !important;
}

.septikopt-filter-field select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding: 10px 38px 10px 12px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23314a68' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 14px 14px !important;
}

.septikopt-filter-field input[type="number"] {
  padding: 10px 12px !important;
}

.septikopt-filter-field select:focus,
.septikopt-filter-field input[type="number"]:focus {
  border-color: #2b60ee !important;
  box-shadow: 0 0 0 3px rgba(43, 96, 238, 0.14) !important;
  outline: none !important;
}

.woocommerce span.onsale,
.single-product span.onsale {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  background: #E11F24 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(29, 45, 76, 0.22);
}

.woocommerce ul.products li.product .onsale {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}

.single-product .product .onsale {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}

.single-product div.product p.price,
.septikopt-product-card__meta .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.septikopt-product-card__meta .price {
  gap: 16px;
}

.single-product div.product p.price del,
.septikopt-product-card__meta del {
  position: relative;
  text-decoration: none !important;
  color: #a3acb8 !important;
  font-weight: 700 !important;
}

.single-product div.product p.price del {
  font-size: clamp(1.55rem, 2.1vw, 2rem);
}

.septikopt-product-card__meta del {
  font-size: 1rem;
}

.single-product div.product p.price del::after,
.septikopt-product-card__meta del::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 52%;
  height: 3px;
  background: #e33d3d;
  border-radius: 999px;
  transform: rotate(-2.5deg);
  transform-origin: center;
}

.single-product div.product p.price ins,
.septikopt-product-card__meta ins {
  text-decoration: none !important;
  color: #1ab149 !important;
  font-weight: 900 !important;
}

.single-product div.product p.price ins {
  font-size: clamp(2rem, 2.3vw, 2.35rem);
}

.septikopt-product-card__meta ins {
  font-size: 1.36rem;
}

.single-product div.product p.price ins .woocommerce-Price-currencySymbol,
.septikopt-product-card__meta ins .woocommerce-Price-currencySymbol {
  color: #20314a !important;
}

.single-product div.product p.price .screen-reader-text,
.septikopt-product-card__meta .screen-reader-text {
  display: none !important;
}

/* 2026-04-06: Home featured cards aligned rows (title/excerpt/spec/fit/price) */
@media (min-width: 1024px) {
  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__body {
    gap: 8px !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__title {
    min-height: 74px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2;
    overflow: hidden !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__statuses {
    min-height: 34px !important;
    margin: 0 !important;
    align-content: flex-start !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__excerpt {
    min-height: 76px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    overflow: hidden !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__specs {
    min-height: 44px !important;
    margin: 0 !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__fit {
    min-height: 96px !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    overflow: hidden !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta {
    min-height: 58px !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta .price {
    justify-content: center !important;
    min-height: 40px !important;
  }
}

@media (max-width: 1023px) {
  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__title,
  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__excerpt,
  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__fit {
    min-height: 0 !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset;
  }
}

/* 2026-04-06: Pricing spacing + single product mobile gallery stabilization */
.septikopt-product-card__meta .price {
  column-gap: 20px !important;
  row-gap: 8px !important;
}

.septikopt-product-card__meta del {
  margin-right: 4px;
}

.single-product div.product p.price {
  column-gap: 18px !important;
  row-gap: 8px !important;
}

.single-product div.product p.price del {
  margin-right: 6px;
}

.home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__meta .price {
  column-gap: 26px !important;
}

@media (max-width: 767px) {
  .single-product .woocommerce-breadcrumb {
    margin: 0 0 10px !important;
    padding: 0 12px !important;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .woocommerce div.product div.images .flex-viewport {
    border: 1px solid #d4e2ef !important;
    border-radius: 12px !important;
    background: #edf4fb !important;
    padding: 0 !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image a {
    width: 100% !important;
    min-height: 0 !important;
    height: clamp(250px, 72vw, 350px) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  .woocommerce div.product div.images img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
  }

  .single-product span.onsale {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    font-size: 0.9rem !important;
  }

  .single-product div.product p.price {
    column-gap: 14px !important;
    row-gap: 6px !important;
    line-height: 1.12 !important;
  }

  .single-product div.product p.price del {
    font-size: clamp(1.2rem, 5.2vw, 1.45rem) !important;
  }

  .single-product div.product p.price ins {
    font-size: clamp(1.75rem, 7vw, 2.05rem) !important;
  }
}
/* 2026-04-07: Commercial hero + promotions section + header sales accents */
.site-header .spt-brand-stack .spt-logo {
  align-items: center !important;
  gap: 14px !important;
}

.site-header .spt-brand-stack .spt-logo > img {
  width: 62px !important;
  height: 62px !important;
  flex: 0 0 62px !important;
}

.site-header .spt-brand-stack .spt-logo .spt-logo-wordmark {
  width: min(205px, 22vw) !important;
  max-width: 205px !important;
}

.site-header .spt-brand-stack .spt-logo-copy {
  gap: 4px !important;
}

.site-header .spt-brand-stack .spt-header-messenger-pill {
  min-width: 112px !important;
  height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
}

.site-header .spt-brand-stack .spt-header-messenger-pill img {
  width: 16px !important;
  height: 16px !important;
}

.site-header .spt-brand-stack .spt-header-messenger-pill__label {
  font-size: 0.76rem !important;
  font-weight: 800 !important;
}

.site-header .spt-header-phonebox__number {
  font-size: clamp(1rem, 1.1vw, 1.12rem) !important;
}

.site-header .site-header__actions-grid .spt-action-accent.js-open-lead-modal {
  min-height: 46px !important;
  padding: 10px 14px !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: linear-gradient(180deg, #ff9c2b 0%, #ff7a00 100%) !important;
  border-color: #ff7a00 !important;
  color: #fff !important;
}

.site-header .spt-header-nav-wrap {
  border-top: 1px solid #ffe3c4 !important;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item__content {
  position: relative;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item__content:hover,
.site-header .spt-header-nav-wrap .wp-block-navigation-item__content:focus {
  color: #d96d00 !important;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item__content:hover::after,
.site-header .spt-header-nav-wrap .wp-block-navigation-item__content:focus::after,
.site-header .spt-header-nav-wrap .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content::after {
  background: #ff8a00;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item.is-accent-link > .wp-block-navigation-item__content {
  color: #d96d00 !important;
  font-weight: 900 !important;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item.is-accent-link > .wp-block-navigation-item__content::after {
  background: #ff8a00;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item.current-menu-item.is-accent-link > .wp-block-navigation-item__content,
.site-header .spt-header-nav-wrap .wp-block-navigation-item.is-accent-link > .wp-block-navigation-item__content:hover {
  color: #b95d00 !important;
}

.spt-hero {
  border-color: #ffdcb5 !important;
  box-shadow: 0 22px 42px rgba(16, 37, 63, 0.1) !important;
}

.spt-hero__copy h1 {
  font-size: clamp(2.05rem, 2.8vw, 3.05rem) !important;
  line-height: 1.08 !important;
  max-width: 14ch !important;
}

.spt-hero__copy p {
  max-width: 39ch !important;
}

.spt-hero__copy li.spt-hero-benefit--accent {
  color: #cb5f00 !important;
  font-weight: 800 !important;
}

.spt-hero__copy li.spt-hero-benefit--accent::before {
  background: #ff8a00 !important;
}

.spt-hero__offer-form {
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  padding: 22px !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 138, 0, 0.18), transparent 48%),
    radial-gradient(circle at 88% 14%, rgba(21, 101, 216, 0.16), transparent 44%),
    #f6f9ff !important;
}

.spt-hero__offer-form::before,
.spt-hero__offer-form::after {
  display: none !important;
}

.spt-hero-offer-card {
  width: 100%;
  border: 1px solid #d4e3f5;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(16, 37, 63, 0.12);
  padding: 22px 20px 18px;
}

.spt-hero-offer-card h3 {
  margin: 0 0 10px;
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1.14rem, 1.4vw, 1.34rem);
  line-height: 1.28;
  color: #142a45;
}

.spt-hero-offer-card > p {
  margin: 0 0 14px;
  color: #345070;
  font-weight: 600;
}

.spt-hero-offer-card .septikopt-lead-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.spt-hero-offer-card .septikopt-lead-form__field {
  margin: 0 !important;
}

.spt-hero-offer-card .septikopt-lead-form label {
  font-size: 0.84rem;
}

.spt-hero-offer-card .septikopt-lead-form input {
  min-height: 46px;
}

.spt-hero-offer-card .septikopt-lead-form__policy {
  margin: 2px 0 0 !important;
  font-size: 0.76rem !important;
  line-height: 1.4 !important;
}

.spt-hero-offer-card .septikopt-lead-form__submit-wrap {
  width: 100%;
  margin-top: 4px;
}

.spt-hero-offer-card .septikopt-lead-form__submit {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  font-size: 0.94rem;
}

.spt-hero-offer-card .septikopt-lead-form__arrow {
  display: none !important;
}

.spt-hero-offer-card__jivo {
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border-color: #ff8a00 !important;
  color: #cf6900 !important;
  font-weight: 800 !important;
}

.spt-promo-grid {
  display: grid;
  gap: clamp(16px, 1.8vw, 22px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spt-promo-grid--full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spt-promo-card {
  position: relative;
  isolation: isolate;
  min-height: clamp(248px, 22vw, 320px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d1deee;
  background-color: #1b3555;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 28px rgba(16, 37, 63, 0.14);
}

.spt-promo-card::before,
.spt-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.spt-promo-card::before {
  background: linear-gradient(180deg, rgba(10, 22, 37, 0.24) 0%, rgba(10, 22, 37, 0.5) 38%, rgba(10, 22, 37, 0.88) 100%);
}

.spt-promo-card::after {
  background: linear-gradient(90deg, rgba(10, 22, 37, 0.34) 0%, rgba(10, 22, 37, 0.08) 56%, rgba(10, 22, 37, 0) 100%);
}

.spt-promo-card--fallback {
  background-color: #1b3555;
}

.spt-promo-card__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 100%;
  padding: 20px 22px;
  background: transparent;
}

.spt-promo-card h3 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(1.2rem, 1.55vw, 1.72rem);
  line-height: 1.16;
  font-weight: 800;
  color: #fff;
  display: block;
  overflow: visible;
}

.spt-promo-card p {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(0.98rem, 1.04vw, 1.12rem);
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.34;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.spt-promo-card .spt-promo-card__cta {
  align-self: flex-start;
  margin-top: 4px;
  min-height: 50px;
  height: 50px;
  padding: 0 28px !important;
  border-radius: 14px !important;
  font-size: clamp(0.95rem, 1vw, 1.02rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
  border-color: rgba(255, 255, 255, 0.82) !important;
  color: #fff !important;
}

.spt-promo-card .spt-promo-card__cta:hover {
  transform: translateY(-1px);
}

.spt-offers-preview .spt-promo-card {
  min-height: clamp(220px, 19vw, 286px);
}

.spt-offers-preview__cta .wp-element-button {
  min-width: 180px;
  background: linear-gradient(180deg, #ff9c2b 0%, #ff7a00 100%) !important;
  border-color: #ff7a00 !important;
}

.spt-inner-page--promotions .spt-inner-card--promotions {
  padding: clamp(20px, 2.8vw, 32px) !important;
}

.spt-inner-page--promotions .spt-side-list li::marker {
  color: #ff8a00;
}

@media (max-width: 1180px) {
  .spt-hero__offer-form {
    padding: 18px !important;
  }

  .spt-promo-grid,
  .spt-promo-grid--full {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .spt-promo-card {
    min-height: 236px;
    border-radius: 16px;
  }

  .spt-promo-card__overlay {
    gap: 10px;
    padding: 16px;
  }

  .spt-promo-card h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: clamp(1.14rem, 5.2vw, 1.42rem);
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .spt-promo-card p {
    font-size: 0.95rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .spt-promo-card .spt-promo-card__cta {
    min-height: 46px;
    height: 46px;
    padding: 0 20px !important;
    font-size: 0.92rem !important;
  }
}

@media (max-width: 999px) {
  .site-header .spt-brand-stack .spt-logo > img {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }

  .site-header .spt-brand-stack .spt-logo .spt-logo-wordmark {
    width: min(170px, 48vw) !important;
  }

  .site-header .spt-brand-stack .spt-header-messenger-pill {
    min-width: 100px !important;
    height: 36px !important;
  }

  .site-header .spt-brand-stack .spt-header-messenger-pill__label {
    font-size: 0.7rem !important;
  }

  .site-header .site-header__actions-grid .spt-action-accent.js-open-lead-modal {
    min-height: 42px !important;
    font-size: 0.82rem !important;
  }

  .spt-hero-offer-card {
    padding: 18px 16px 16px;
  }
}
.site-header .spt-header-nav-wrap .wp-block-navigation-item__content.is-accent-link {
  color: #d96d00 !important;
  font-weight: 900 !important;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item__content.is-accent-link::after {
  background: #ff8a00;
}
/* 2026-04-07: User fixes - promotions buttons + no sticky sidebar */
.spt-promo-card .spt-promo-card__cta,
.spt-promo-card .spt-promo-card__cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 238px;
  max-width: 100%;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 22px !important;
  border-radius: 12px !important;
  box-sizing: border-box;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
  white-space: nowrap;
  font-size: 0.96rem !important;
  font-weight: 800 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #17395f !important;
}

.spt-promo-card .spt-promo-card__cta:hover,
.spt-promo-card .spt-promo-card__cta:focus {
  transform: none;
  background: #ff8a00 !important;
  border-color: #ff8a00 !important;
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .spt-promo-card .spt-promo-card__cta,
  .spt-promo-card .spt-promo-card__cta:visited {
    min-width: 204px;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 0.9rem !important;
  }
}

.spt-inner-page--promotions .spt-inner-side {
  position: static !important;
  top: auto !important;
}

/* 2026-04-07: neutralize extra orange outlines/accent bullets per UI feedback */
.spt-hero {
  border-color: #d7e5f8 !important;
}

.site-header .spt-header-nav-wrap {
  border-top-color: #d7e5f8 !important;
}

.spt-hero__copy li.spt-hero-benefit--accent {
  color: inherit !important;
  font-weight: inherit !important;
}

.spt-hero__copy li.spt-hero-benefit--accent::before {
  background: #2b60ee !important;
}

/* 2026-04-07: normalize header CTA size + remove forced accent nav item */
.site-header .site-header__actions-grid .spt-action-accent.js-open-lead-modal {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 10px !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 999px) {
  .site-header .site-header__actions-grid .spt-action-accent.js-open-lead-modal {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 0.82rem !important;
  }
}

/* 2026-05-17: Safari fix for header lead CTA */
.site-header .site-header__actions-grid .wp-element-button.spt-action-accent.js-open-lead-modal,
.site-header .site-header__actions-grid .button.spt-action-accent.js-open-lead-modal {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  isolation: isolate !important;
  cursor: pointer !important;
  -webkit-text-fill-color: #ffffff !important;
}

.site-header .site-header__actions-grid .spt-action-accent.js-open-lead-modal::after {
  pointer-events: none !important;
  z-index: 0 !important;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item.is-accent-link > .wp-block-navigation-item__content,
.site-header .spt-header-nav-wrap .wp-block-navigation-item__content.is-accent-link {
  color: inherit !important;
  font-weight: inherit !important;
}

.site-header .spt-header-nav-wrap .wp-block-navigation-item.is-accent-link > .wp-block-navigation-item__content::after,
.site-header .spt-header-nav-wrap .wp-block-navigation-item__content.is-accent-link::after {
  background: transparent !important;
}


/* 2026-04-08: Home hero CTA color swap + commercial text accents */
.home .spt-hero__actions .spt-hero-cta-main,
.home .spt-hero__actions .spt-hero-cta-main:visited {
  background: linear-gradient(180deg, #ff9c2b 0%, #ff7a00 100%) !important;
  border-color: #ff7a00 !important;
  color: #ffffff !important;
}

.home .spt-hero__actions .spt-hero-cta-main:hover,
.home .spt-hero__actions .spt-hero-cta-main:focus {
  background: linear-gradient(180deg, #ff8608 0%, #ea6900 100%) !important;
  border-color: #ea6900 !important;
  color: #ffffff !important;
}

.home .spt-hero__actions .spt-hero-cta-catalog,
.home .spt-hero__actions .spt-hero-cta-catalog:visited {
  background: #2b60ee !important;
  border-color: #2b60ee !important;
  color: #ffffff !important;
}

.home .spt-hero__actions .spt-hero-cta-catalog:hover,
.home .spt-hero__actions .spt-hero-cta-catalog:focus {
  background: #1f4ecf !important;
  border-color: #1f4ecf !important;
  color: #ffffff !important;
}

.home .spt-hero__facts span:first-child strong {
  color: #d8241f !important;
}

.home .spt-hero__copy .spt-hero-word-red {
  color: #d8241f !important;
  font-weight: 800 !important;
}

/* 2026-04-09: Footer/contacts alignment tweaks */
.site-footer__brand::before {
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid #3b5878;
  background: #2c425a;
  color: #e8f1ff;
  font-size: 0.86rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 6px 10px;
}

.site-footer .site-footer__col h5,
.site-footer .site-footer__brand > p {
  font-size: 0.92rem !important;
  line-height: 1.4;
}

.site-footer__tg-actions .site-footer__tg-button::before {
  content: none !important;
}

.site-footer__tg-actions .site-footer__tg-button,
.site-footer__tg-actions .site-footer__tg-button:visited {
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  min-height: 34px;
  height: 34px;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid #225fd2 !important;
  background: linear-gradient(180deg, #2f73e4 0%, #225fd2 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 14px rgba(21, 101, 216, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__tg-actions .site-footer__tg-button:hover,
.site-footer__tg-actions .site-footer__tg-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(21, 101, 216, 0.28);
  background: linear-gradient(180deg, #2f73e4 0%, #225fd2 100%) !important;
  border-color: #225fd2 !important;
  color: #ffffff !important;
}

.site-footer__tg-actions .site-footer__tg-button--write::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.36) 40%, transparent 80%);
  animation: sptShine 2.8s ease-in-out infinite;
  pointer-events: none;
}

.site-footer__tg-actions .site-footer__tg-button img,
.site-footer__tg-actions .site-footer__tg-button-label {
  position: relative;
  z-index: 1;
}

.site-footer__tg-actions .site-footer__tg-button img {
  width: 13px !important;
  height: 13px !important;
  filter: brightness(0) invert(1) !important;
}

.site-footer__tg-actions .site-footer__tg-button-label {
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

/* 2026-04-09: polish for footer chips, contacts layout, cards, and modal */
.site-footer__brand::before {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 14px;
}

.home .spt-contacts-main .spt-contacts-chips .site-contact-inline > span {
  display: inline-flex !important;
}

.home .spt-contacts-main .spt-contacts-chips .site-contact-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (min-width: 1024px) {
  .home .spt-featured-section .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__fit {
    min-height: 0 !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
  }
}

.septikopt-modal {
  width: min(640px, 94vw);
  border-radius: 22px;
  border: 1px solid #d8e6f8;
  box-shadow: 0 28px 56px rgba(13, 37, 71, 0.26);
  overflow: hidden;
}

.septikopt-modal::backdrop {
  background: rgba(8, 20, 38, 0.68);
}

.septikopt-modal__inner {
  background:
    radial-gradient(circle at 92% -12%, rgba(43, 96, 238, 0.14), transparent 42%),
    radial-gradient(circle at 8% 108%, rgba(43, 96, 238, 0.08), transparent 40%),
    #ffffff;
  padding: 22px;
}

.septikopt-modal__hero {
  margin-bottom: 16px;
  padding-right: 52px;
}

.septikopt-modal__title {
  font-size: clamp(1.34rem, 2vw, 1.62rem);
  line-height: 1.18;
  color: #112945;
}

.septikopt-modal__subtitle {
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #3f5167;
}

.septikopt-modal__close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #cfdcf0;
  background: #ffffff;
  color: #445066;
}

.septikopt-modal__close:hover {
  border-color: #b7cae8;
  box-shadow: 0 10px 20px rgba(24, 63, 118, 0.16);
}

.septikopt-modal__form-wrap {
  border: 1px solid #d8e5f8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(18, 47, 88, 0.1);
  padding: 16px;
}

.septikopt-modal__form-wrap .septikopt-lead-form {
  grid-template-columns: 1fr;
  gap: 10px;
}

.septikopt-modal__form-wrap .septikopt-lead-form input {
  min-height: 46px;
  border: 1px solid #c9dbf3;
  border-radius: 12px;
  background: #fbfdff;
}

.septikopt-modal__form-wrap .septikopt-lead-form input:focus {
  border-color: #2b60ee;
  box-shadow: 0 0 0 3px rgba(43, 96, 238, 0.16);
  outline: none;
}

.septikopt-modal__form-wrap .septikopt-lead-form__submit-wrap {
  margin-top: 2px;
}

.septikopt-modal__form-wrap .septikopt-lead-form__submit {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #2b60ee;
  background: linear-gradient(180deg, #2f73e4 0%, #225fd2 100%);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0;
}

.septikopt-modal__form-wrap .septikopt-lead-form__submit:hover {
  background: linear-gradient(180deg, #2a66cf 0%, #1f55bd 100%);
  border-color: #1f55bd;
}

.septikopt-modal__form-wrap .septikopt-lead-form__arrow {
  display: none;
}

.septikopt-modal__jivo-btn {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border-radius: 12px;
  border-color: #b8cff2 !important;
  background: #f3f8ff !important;
  color: #1f4fa8 !important;
  font-weight: 700;
}

.septikopt-modal__jivo-btn:hover {
  border-color: #2b60ee !important;
  background: #ecf4ff !important;
  color: #1b4b9f !important;
}

.spt-inner-page--contacts .spt-inner-side {
  position: static !important;
  top: auto !important;
}

.spt-inner-page--contacts .spt-inner-layout {
  align-items: flex-start !important;
}

.spt-inner-page--contacts .spt-inner-card--contact .site-contact-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.spt-inner-page--contacts .spt-inner-card--contact .site-contact-inline a,
.spt-inner-page--contacts .spt-inner-card--contact .site-contact-inline span {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #c4d7ea;
  background: #f2f7fe;
  color: #274b72;
  padding: 10px 12px;
  justify-content: flex-start;
  font-size: 0.88rem;
}

.spt-inner-page--contacts .spt-inner-card--contact .site-contact-inline a:hover {
  border-color: var(--spt-brand);
  background: #edf4ff;
  color: var(--spt-brand);
}

@media (max-width: 767px) {
  .home .spt-contacts-main .spt-contacts-chips .site-contact-inline {
    grid-template-columns: 1fr;
  }

  .spt-inner-page--contacts .spt-inner-card--contact .site-contact-inline {
    grid-template-columns: 1fr;
  }
}

/* 2026-04-10: Catalog grid recovery after migration (wider cards with sidebar) */
.septikopt-catalog-main ul.products,
.septikopt-catalog-main .woocommerce ul.products,
.septikopt-catalog-main .woocommerce-page ul.products {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 14px !important;
}

@media (min-width: 1600px) {
  .septikopt-catalog-main ul.products,
  .septikopt-catalog-main .woocommerce ul.products,
  .septikopt-catalog-main .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 999px) {
  .septikopt-catalog-main ul.products,
  .septikopt-catalog-main .woocommerce ul.products,
  .septikopt-catalog-main .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .septikopt-catalog-main ul.products,
  .septikopt-catalog-main .woocommerce ul.products,
  .septikopt-catalog-main .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-04-10: Safari Telegram icon flicker fix in header pills */
.site-header .spt-brand-stack .spt-header-messengers--under-logo .spt-header-messenger-pill img {
  filter: none !important;
  -webkit-filter: none !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 2026-04-26: Catalog sale badge bubble + montage badge + discount price style */
.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__image {
  position: relative !important;
}

.woocommerce ul.products li.product.septikopt-product-card .onsale {
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  background: #E11F24 !important;
  color: #fff !important;
  font-size: 0.96rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 7px 16px rgba(39, 52, 89, 0.25) !important;
  z-index: 6 !important;
}

.woocommerce ul.products li.product .onsale {
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  background: #E11F24 !important;
  color: #fff !important;
  font-size: 0.96rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 7px 16px rgba(39, 52, 89, 0.25) !important;
  z-index: 6 !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__gift-badge {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: min(132px, 44%);
  z-index: 5;
  pointer-events: none;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__gift-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-pipe-depth {
  align-items: start !important;
  grid-template-columns: minmax(78px, 36%) minmax(0, 64%) !important;
}

.woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-pipe-depth strong {
  justify-self: stretch !important;
  text-align: left !important;
  font-size: 0.74rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 991px) {
  .woocommerce ul.products li.product.septikopt-product-card .onsale {
    top: 7px !important;
    left: 7px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
  }

  .woocommerce ul.products li.product .onsale {
    top: 7px !important;
    left: 7px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__gift-badge {
    right: 10px;
    bottom: 8px;
    width: min(110px, 40%);
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.septikopt-product-card .onsale,
  .woocommerce ul.products li.product .onsale {
    top: 7px !important;
    left: 7px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1 !important;
  }

  .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__gift-badge {
    right: 8px;
    bottom: 6px;
    width: min(88px, 36%);
  }
}

/* Horizontal strike and blue discounted price */
.single-product div.product p.price del::after,
.septikopt-product-card__meta del::after {
  top: 50% !important;
  height: 2px !important;
  background: #db4a4a !important;
  border-radius: 999px !important;
  transform: none !important;
}

.single-product div.product p.price ins,
.septikopt-product-card__meta ins {
  color: var(--spt-brand, #2b60ee) !important;
}

.woocommerce ul.products li.product .price del {
  position: relative !important;
  color: #a3acb8 !important;
}

.woocommerce ul.products li.product .price del::after {
  content: "" !important;
  position: absolute !important;
  left: -2px !important;
  right: -2px !important;
  top: 50% !important;
  height: 2px !important;
  background: #db4a4a !important;
  border-radius: 999px !important;
  transform: none !important;
}

.woocommerce ul.products li.product .price ins {
  color: var(--spt-brand, #2b60ee) !important;
  text-decoration: none !important;
}

.single-product div.product p.price ins .woocommerce-Price-currencySymbol,
.septikopt-product-card__meta ins .woocommerce-Price-currencySymbol {
  color: inherit !important;
}

/* 2026-04-26: Global onsale bubble fallback (for labels like "Распродажа!") */
.woocommerce span.onsale,
.single-product span.onsale {
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  text-align: center !important;
  font-size: 0.96rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  background: #E11F24 !important;
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(39, 52, 89, 0.25) !important;
}

@media (max-width: 767px) {
  .woocommerce span.onsale,
  .single-product span.onsale {
    top: 7px !important;
    left: 7px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1 !important;
  }
}

/* 2026-04-26: Single-product discount badge as circle with percent */
.single-product .product span.onsale {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-size: 0.98rem !important;
  font-weight: 900 !important;
  background: #E11F24 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .single-product .product span.onsale {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    font-size: 0.9rem !important;
  }
}

/* 2026-04-26: Single-product montage badge via pseudo-element (no gallery height impact) */
.single-product div.product.septikopt-has-free-install div.images .woocommerce-product-gallery__wrapper {
  position: relative;
}

.single-product div.product.septikopt-has-free-install div.images .woocommerce-product-gallery__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: min(156px, 40%) !important;
  height: 88px !important;
  background-image: url("/wp-content/themes/septikopt-v2/assets/serviceseptik/log_montage.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 7;
}

@media (min-width: 760px) and (max-width: 1159px) {
  .single-product div.product.septikopt-has-free-install div.images .woocommerce-product-gallery__wrapper::after {
    right: 12px;
    bottom: 10px;
    width: min(124px, 34%) !important;
    height: 70px !important;
  }
}

@media (max-width: 759px) {
  .single-product div.product.septikopt-has-free-install div.images .woocommerce-product-gallery__wrapper::after {
    right: 9px;
    bottom: 8px;
    width: min(102px, 36%) !important;
    height: 58px !important;
  }
}

/* 2026-04-26: Single-product tablet gallery height stabilization */
@media (min-width: 760px) and (max-width: 1159px) {
  .single-product div.product {
    padding: 20px !important;
    gap: 20px !important;
  }

  .single-product div.product div.images .woocommerce-product-gallery__wrapper {
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    overflow: hidden !important;
  }

  .single-product div.product div.images .flex-viewport {
    height: auto !important;
  }

  .single-product div.product div.images .woocommerce-product-gallery__image {
    height: auto !important;
  }

  .single-product div.product div.images .woocommerce-product-gallery__image a {
    min-height: clamp(300px, 50vw, 420px) !important;
    height: auto !important;
    padding: 12px !important;
  }

  .single-product div.product div.images img {
    max-height: clamp(260px, 44vw, 380px) !important;
    width: auto !important;
    height: auto !important;
  }
}

/* 2026-05-01: Mobile burger menu readability and active-item contrast */
@media (max-width: 1023px) {
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:visited,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus {
    color: #203047 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content,
  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content:hover {
    color: #203047 !important;
    background: #eef4ff !important;
    border-color: #d2dff4 !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__label {
    color: inherit !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-dialog {
    padding-bottom: calc(116px + env(safe-area-inset-bottom)) !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content {
    padding-bottom: calc(94px + env(safe-area-inset-bottom)) !important;
  }

  .site-header .spt-header-nav-wrap .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    background: #f4f7fd !important;
    border-color: #d8e3f3 !important;
  }

  .spt-mobile-menu-links {
    display: grid !important;
    gap: 8px !important;
    margin-top: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 4px !important;
    border-top: 1px solid #dce6f4 !important;
    background: #fff !important;
    position: sticky !important;
    bottom: calc(env(safe-area-inset-bottom) + 10px) !important;
    z-index: 4 !important;
  }

  .spt-mobile-menu-links__item {
    background: #eef4ff !important;
    border: 1px solid #d3e0f2 !important;
    color: #203047 !important;
    min-height: 46px !important;
  }

  .spt-mobile-menu-links__item.is-accent {
    background: #2b60ee !important;
    border-color: #2b60ee !important;
    color: #fff !important;
  }
}

/* 2026-05-02: Catalog card rhythm alignment + slightly smaller sale bubble */
.septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .onsale,
.septikopt-catalog-main ul.products li.product.septikopt-product-card .onsale {
  top: 7px !important;
  left: 7px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  font-size: 0.84rem !important;
}

@media (max-width: 991px) {
  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .onsale,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .onsale {
    top: 6px !important;
    left: 6px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    font-size: 0.78rem !important;
  }
}

@media (max-width: 767px) {
  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .onsale,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .onsale {
    top: 6px !important;
    left: 6px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    font-size: 0.74rem !important;
  }
}

@media (min-width: 768px) {
  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__title,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .septikopt-product-card__title {
    display: block !important;
    overflow: hidden !important;
    min-height: calc(1.3em * 3 + 4px) !important;
    max-height: calc(1.3em * 3 + 4px) !important;
    margin-bottom: 0 !important;
  }

  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__title a,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .septikopt-product-card__title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 1.3 !important;
    max-height: calc(1.3em * 3 + 4px) !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
    box-sizing: border-box !important;
    max-width: calc(100% - 0.95rem) !important;
    padding-right: 0.95rem !important;
  }

  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__statuses,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .septikopt-product-card__statuses {
    min-height: 66px !important;
    max-height: 66px !important;
    align-content: flex-start !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
  }

  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__excerpt,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .septikopt-product-card__excerpt {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 1.32 !important;
    min-height: calc(1.32em * 3) !important;
    max-height: calc(1.32em * 3) !important;
    margin-bottom: 0 !important;
  }

  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-users,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .septikopt-product-card__spec-row.is-users {
    min-height: 44px !important;
  }

  .septikopt-catalog-main .woocommerce ul.products li.product.septikopt-product-card .septikopt-product-card__fit,
  .septikopt-catalog-main ul.products li.product.septikopt-product-card .septikopt-product-card__fit {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    line-height: 1.3 !important;
    min-height: calc(1.3em * 3 + 18px) !important;
    max-height: calc(1.3em * 3 + 18px) !important;
    margin-bottom: 0 !important;
  }
}

/* 2026-05-05: brand subcategories under quick brands */
.septikopt-quick-brand-subcats {
  margin-top: 10px;
}

.septikopt-quick-brand-subcats .septikopt-quick-brands__item {
  min-height: 44px;
  padding: 7px 12px;
}

@media (max-width: 767px) {
  .septikopt-quick-brand-subcats .septikopt-quick-brands__item {
    min-height: 40px;
    padding: 6px 11px;
  }
}

/* 2026-05-05: filter action buttons match filter field width */
.septikopt-catalog-filters .septikopt-filter-actions--top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.septikopt-catalog-filters .septikopt-filter-actions--top .button,
.septikopt-catalog-filters .septikopt-filter-actions--top .wp-element-button {
  width: 100% !important;
  justify-content: center;
}

/* 2026-05-28: native homepage install text section */
.spt-home-seo-section {
  overflow: visible;
  background: #f8fafc !important;
}

.spt-home-seo-section::before {
  content: none !important;
}

.spt-home-seo-section > * {
  max-width: none;
}

.spt-home-seo-section .spt-home-install-head {
  max-width: 780px;
  margin: 0 auto 22px;
  text-align: center;
}

.spt-home-seo-section .spt-home-install-head h2 {
  margin-bottom: 10px;
}

.spt-home-seo-section .spt-home-install-head p {
  margin: 0;
  color: var(--spt-muted);
}

.spt-home-install-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: start;
}

.spt-home-install-card,
.spt-home-install-note {
  border: 1px solid #dbe6f4;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(22, 45, 84, 0.05);
  padding: 20px;
}

.spt-home-install-card h3,
.spt-home-install-note h3 {
  margin: 0 0 10px;
  color: #243447;
  font-size: 1.1rem;
  line-height: 1.25;
}

.spt-home-install-card p,
.spt-home-install-note p {
  margin: 0;
  color: #475467;
  line-height: 1.58;
}

.spt-home-install-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.spt-home-install-list li {
  position: relative;
  margin: 0 !important;
  padding-left: 26px;
  color: #344054;
  line-height: 1.45;
}

.spt-home-install-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--spt-brand);
  border-radius: 999px;
  background: #ffffff;
}

.spt-home-install-aside.spt-cta-aside {
  width: auto;
  padding: 20px;
}

.spt-home-install-aside .spt-home-install-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.spt-home-install-aside .spt-home-install-list li::before {
  border-color: var(--spt-accent);
}

.spt-home-install-note {
  max-width: 1040px;
  margin: 16px auto 0;
  background: #ffffff;
}

.spt-home-install-cta.spt-precontacts-cta {
  max-width: 1040px;
  margin: 16px auto 0;
}

.spt-home-install-cta .spt-precontacts-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

.spt-home-install-cta h2 {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

@media (max-width: 900px) {
  .spt-home-install-grid {
    grid-template-columns: 1fr;
  }

  .spt-home-install-aside .spt-home-install-list {
    grid-template-columns: 1fr;
  }

  .spt-home-install-cta .spt-precontacts-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .spt-home-seo-section {
    padding: 20px !important;
  }

  .spt-home-seo-section .spt-home-install-head {
    text-align: left;
    margin-bottom: 16px;
  }

  .spt-home-install-card,
  .spt-home-install-note,
  .spt-home-install-aside.spt-cta-aside {
    padding: 16px;
  }
}

/* 2026-05-27: home SEO lists + compact lead CTA */
.spt-home-seo-section .spt-home-seo-card,
.spt-home-seo-section .spt-cta-aside.spt-home-seo-aside {
  height: auto;
}

.spt-home-seo-section .spt-home-seo-grid {
  align-items: start;
}

.spt-home-seo-section .spt-cta-aside.spt-home-seo-aside {
  width: auto;
  padding: 20px;
}

.spt-home-seo-section .spt-home-seo-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.spt-home-seo-section .spt-home-seo-list li {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: #334155;
  line-height: 1.52;
}

.spt-home-seo-section .spt-home-seo-list li + li {
  margin-top: 9px;
}

.spt-home-seo-section .spt-home-seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--spt-accent);
  border-radius: 999px;
  background: #ffffff;
}

.spt-home-seo-section .spt-home-seo-list--brand li::before {
  border-color: var(--spt-brand);
}

.spt-home-seo-section .spt-precontacts-cta.spt-home-seo-precontacts {
  max-width: 920px;
  margin: 16px auto 0;
}

.spt-home-seo-section .spt-precontacts-cta.spt-home-seo-precontacts .spt-precontacts-cta__inner {
  grid-template-columns: 1fr;
  gap: 12px;
}

.spt-home-seo-section .spt-precontacts-cta.spt-home-seo-precontacts .spt-precontacts-cta__actions {
  justify-content: flex-start;
}

.spt-home-seo-section .spt-precontacts-cta.spt-home-seo-precontacts h2 {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

.home .spt-cta-section {
  padding: clamp(18px, 2.2vw, 24px) !important;
}

.home .spt-cta-section .section-head {
  max-width: 720px;
  margin-bottom: 12px;
}

.home .spt-cta-section .section-head h2 {
  margin-bottom: 6px;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.home .spt-cta-section .section-head p {
  font-size: 0.96rem;
}

.home .spt-cta-section .spt-cta-form-wrap {
  min-height: 0;
  padding: 16px;
}

.home .spt-cta-section .spt-cta-form-wrap .septikopt-lead-form {
  gap: 9px 12px;
}

.home .spt-cta-section .spt-cta-form-wrap .septikopt-lead-form__submit-wrap {
  min-height: 52px;
  margin-top: 4px;
}

.home .spt-cta-section .spt-cta-form-wrap .septikopt-lead-form__submit {
  min-height: 48px;
}

.home .spt-cta-section .spt-cta-aside {
  padding: 10px;
}

.home .spt-cta-section .spt-cta-aside img {
  max-height: 128px;
}

.home .spt-cta-section .spt-precontacts-cta {
  margin-top: 16px;
  padding: 14px 16px;
}

@media (max-width: 900px) {
  .spt-home-seo-section .spt-cta-aside.spt-home-seo-aside {
    width: 100%;
  }

  .spt-home-seo-section .spt-precontacts-cta.spt-home-seo-precontacts .spt-precontacts-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .spt-home-seo-section .spt-cta-aside.spt-home-seo-aside,
  .spt-home-seo-section .spt-home-seo-card {
    padding: 16px;
  }

  .spt-home-seo-section .spt-home-seo-list li {
    padding-left: 24px;
  }

  .home .spt-cta-section {
    padding: 16px 16px calc(16px + var(--spt-mobile-safe-bottom, 82px)) !important;
  }
}

/* 2026-05-27: catalog intro alignment + native homepage SEO section */
.spt-catalog-intro.wp-block-group.is-style-section {
  display: block;
  margin-bottom: 18px;
  padding: clamp(22px, 3.2vw, 40px);
}

.spt-catalog-intro .wp-block-post-title {
  margin: 0 0 12px;
  line-height: 1.08;
}

.spt-catalog-intro .wp-block-post-content {
  max-width: 760px;
  margin: 0;
}

.spt-catalog-intro .wp-block-post-content p {
  margin: 0;
  color: #344054;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.55;
}

.spt-home-seo-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%) !important;
}

.spt-home-seo-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--spt-brand), var(--spt-accent));
}

.spt-home-seo-section > * {
  position: relative;
  z-index: 1;
}

.spt-home-seo-section .spt-home-seo-eyebrow {
  width: fit-content;
  margin: 0 0 12px;
  border: 1px solid #cfe0f7;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--spt-brand);
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.spt-home-seo-section .spt-home-seo-lead {
  max-width: 820px;
  color: #344054;
  font-size: clamp(1.02rem, 1.28vw, 1.16rem);
}

.spt-home-seo-section .spt-home-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
  gap: 16px;
  max-width: 920px;
  margin: 22px auto 0;
}

.spt-home-seo-section .spt-home-seo-card,
.spt-home-seo-section .spt-home-seo-note,
.spt-home-seo-section .spt-home-seo-cta {
  border: 1px solid #dbe6f3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(22, 45, 84, 0.05);
  padding: 20px;
}

.spt-home-seo-section .spt-home-seo-card h3,
.spt-home-seo-section .spt-home-seo-note h3,
.spt-home-seo-section .spt-home-seo-cta h3 {
  margin-top: 0;
}

.spt-home-seo-section .spt-home-seo-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.spt-home-seo-section .spt-home-seo-list li {
  position: relative;
  margin: 0;
  padding-left: 26px;
}

.spt-home-seo-section .spt-home-seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--spt-accent);
  border-radius: 999px;
  background: #ffffff;
}

.spt-home-seo-section .spt-home-seo-note {
  max-width: 920px;
  margin: 16px auto 0;
  background: #f8fbff;
}

.spt-home-seo-section .spt-home-seo-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  max-width: 920px;
  margin: 16px auto 0;
  border-color: #cfe0f7;
  background: #eef6ff;
}

.spt-home-seo-section .spt-home-seo-cta .wp-block-buttons {
  margin: 0;
}

@media (max-width: 900px) {
  .spt-catalog-intro.wp-block-group.is-style-section {
    display: block;
  }

  .spt-home-seo-section .spt-home-seo-grid,
  .spt-home-seo-section .spt-home-seo-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .spt-catalog-intro.wp-block-group.is-style-section {
    margin-bottom: 14px;
    padding: 20px;
  }

  .spt-home-seo-section::before {
    width: 4px;
  }

  .spt-home-seo-section .spt-home-seo-card,
  .spt-home-seo-section .spt-home-seo-note,
  .spt-home-seo-section .spt-home-seo-cta {
    padding: 16px;
  }
}
