.site-header {
  transition:
    background-color .26s ease,
    border-color .26s ease,
    box-shadow .26s ease,
    height .26s ease,
    top .26s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  border-color: rgba(7, 21, 47, .1);
  box-shadow: 0 14px 38px rgba(5, 20, 47, .12);
  backdrop-filter: blur(18px);
}

body.premium-detail .site-header.is-scrolled,
body.blog-premium .site-header.is-scrolled {
  position: fixed;
  top: 10px;
  padding: 0 18px;
  color: #fff;
  background: rgba(5, 18, 42, .93);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 8, 25, .24);
}

body.premium-detail .site-header.is-scrolled .nav-wrap,
body.blog-premium .site-header.is-scrolled .nav-wrap {
  height: 78px;
}

body.homepage-premium .site-header.is-scrolled,
body.homepage-effects > .site-header.is-scrolled {
  position: fixed;
  top: 10px;
  height: 78px;
  padding: 0 18px;
  background: rgba(5, 18, 42, .93);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 8, 25, .24);
  backdrop-filter: blur(18px);
}

.motion-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .62s cubic-bezier(.2, .7, .2, 1) var(--motion-delay, 0ms),
    transform .62s cubic-bezier(.2, .7, .2, 1) var(--motion-delay, 0ms);
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-conversion-dock {
  display: none;
}

.product-direct-quote {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 76px 76px,
    radial-gradient(circle at 12% 18%, rgba(27, 108, 255, .24), transparent 27%),
    #06152f;
}

.product-direct-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
}

.product-direct-quote-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: "Syne", "Trebuchet MS", sans-serif;
  font-size: clamp(38px, 4.7vw, 68px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.product-direct-quote-copy > p {
  max-width: 570px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, .64);
  font-size: 15px;
  line-height: 1.75;
}

.product-direct-quote-copy ul {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.product-direct-quote-copy li {
  position: relative;
  padding: 15px 0 15px 23px;
  color: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: 13px;
  font-weight: 700;
}

.product-direct-quote-copy li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: #1b6cff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(27, 108, 255, .14);
}

.product-direct-quote-copy > span {
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}

.direct-quote-form.quote-form {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 7, 23, .28);
}

.direct-quote-product {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  align-items: baseline;
  border-bottom: 1px solid #dce4ef;
}

.direct-quote-product span {
  color: #657287;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.direct-quote-product strong {
  color: #07152f;
  font-size: 15px;
  text-align: right;
}

.direct-quote-form .form-submit {
  min-height: 52px;
  border-radius: 8px;
  cursor: pointer;
}

html[dir="rtl"] .product-direct-quote-copy li {
  padding-right: 23px;
  padding-left: 0;
}

html[dir="rtl"] .product-direct-quote-copy li::before {
  right: 2px;
  left: auto;
}

html[dir="rtl"] .direct-quote-product strong {
  text-align: left;
}

body.premium-detail.product-anvil .series-live-selector {
  margin: 42px 0 26px;
  padding: 12px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(7, 21, 47, .1);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(7, 21, 47, .08);
}

body.premium-detail.product-anvil .series-live-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

body.premium-detail.product-anvil .series-live-tab {
  min-height: 56px;
  padding: 0 20px;
  color: var(--premium-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: left;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

body.premium-detail.product-anvil .series-live-tab span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .03em;
  opacity: .72;
}

body.premium-detail.product-anvil .series-live-tab.is-active {
  color: #fff;
  background: var(--premium-blue);
  border-color: var(--premium-blue);
}

body.premium-detail.product-anvil .series-live-tab[data-live-series="mdi"].is-active {
  background: #414956;
  border-color: #414956;
}

body.premium-detail.product-anvil .series-live-stage {
  display: grid;
  min-height: 390px;
  grid-template-columns: 1.18fr .82fr;
  overflow: hidden;
  color: #fff;
  background: #071b42;
  border-radius: 8px;
  transition: opacity .18s ease, transform .18s ease, background-color .25s ease;
}

body.premium-detail.product-anvil .series-live-stage.is-mdi {
  background: #252d39;
}

body.premium-detail.product-anvil .series-live-stage.is-changing {
  opacity: .52;
  transform: scale(.995);
}

body.premium-detail.product-anvil .series-live-stage figure {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
}

body.premium-detail.product-anvil .series-live-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

body.premium-detail.product-anvil .series-live-stage:hover img {
  transform: scale(1.025);
}

body.premium-detail.product-anvil .series-live-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

body.premium-detail.product-anvil .series-live-copy > span {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

body.premium-detail.product-anvil .series-live-life {
  display: flex;
  margin: 28px 0 18px;
  align-items: flex-end;
  gap: 10px;
  font-family: var(--premium-display);
  font-weight: 600;
}

body.premium-detail.product-anvil .series-live-life b {
  font-size: clamp(76px, 8vw, 116px);
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .72;
}

body.premium-detail.product-anvil .series-live-life small {
  padding-bottom: 5px;
  color: rgba(255, 255, 255, .6);
  font-family: var(--premium-body);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.premium-detail.product-anvil .series-live-copy h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--premium-display);
  font-size: 30px;
}

body.premium-detail.product-anvil .series-live-copy p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.65;
}

body.premium-detail.product-anvil .series-live-link {
  width: fit-content;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
  font-size: 12px;
  font-weight: 700;
  transition: border-color .2s ease, opacity .2s ease;
}

body.premium-detail.product-anvil .series-live-link:hover {
  border-color: #fff;
  opacity: .78;
}

@media (max-width: 760px) {
  body.has-mobile-conversion-dock {
    padding-bottom: 78px;
  }

  body.has-mobile-conversion-dock .whatsapp-float {
    display: none !important;
  }

  .mobile-conversion-dock {
    position: fixed;
    z-index: 95;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 8px;
    padding: 8px;
    pointer-events: none;
    opacity: 0;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(7, 21, 47, .1);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(5, 20, 47, .22);
    transform: translateY(18px);
    transition: opacity .24s ease, transform .24s ease;
    backdrop-filter: blur(18px);
  }

  .mobile-conversion-dock.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

  body.menu-open .mobile-conversion-dock {
    pointer-events: none;
    opacity: 0;
    transform: translateY(18px);
  }

  .main-nav {
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-conversion-dock a {
    display: grid;
    min-height: 48px;
    padding: 0 12px;
    place-items: center;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-dock-quote {
    color: #fff;
    background: #0753d7;
  }

  .mobile-dock-whatsapp {
    color: #fff;
    background: #1e9f5a;
  }

  body.premium-detail .site-header.is-scrolled,
  body.blog-premium .site-header.is-scrolled,
  body.homepage-premium .site-header.is-scrolled,
  body.homepage-effects > .site-header.is-scrolled {
    top: 0;
    width: 100%;
    padding: 0 18px;
    border-width: 0 0 1px;
    border-radius: 0;
  }

  body.premium-detail.product-anvil .series-live-stage {
    grid-template-columns: 1fr;
  }

  body.premium-detail.product-anvil .series-live-stage figure {
    min-height: 260px;
  }

  body.premium-detail.product-anvil .series-live-copy {
    padding: 34px 26px 38px;
  }

  .product-direct-quote {
    padding: 76px 0;
  }

  .product-direct-quote-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .product-direct-quote-copy h2 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .direct-quote-product {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .direct-quote-product strong,
  html[dir="rtl"] .direct-quote-product strong {
    text-align: start;
  }

  .direct-quote-form input,
  .direct-quote-form select,
  .direct-quote-form textarea {
    width: 100%;
    min-width: 0;
    scroll-margin-bottom: 110px;
  }

  .comparison-table {
    table-layout: fixed;
    font-size: 13px;
    line-height: 1.45;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 10px;
    overflow-wrap: break-word;
    hyphens: none;
  }

  html[lang="ru"] .section-head > *,
  .product-panel-copy {
    min-width: 0;
  }

  .product-panel-copy h3,
  .product-panel-small .product-panel-copy h3 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 42px);
    overflow-wrap: anywhere;
  }

  body.premium-detail .page-hero-grid > *,
  body.premium-detail .page-hero-copy,
  body.premium-detail.privacy-premium .privacy-layout > *,
  body.premium-detail.privacy-premium .privacy-summary,
  body.premium-detail.privacy-premium .privacy-prose {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  html[lang="ru"] .section-head h2 {
    font-size: clamp(35px, 10vw, 42px);
    overflow-wrap: anywhere;
  }

  html[lang="ru"] .product-panel-copy h3,
  html[lang="ru"] .product-panel-small .product-panel-copy h3 {
    font-size: clamp(34px, 9.5vw, 38px);
    overflow-wrap: anywhere;
  }

  html[lang="ru"] body.premium-detail .page-hero-copy h1,
  html[lang="ru"] body.premium-detail.privacy-premium .privacy-summary h1 {
    max-width: 100%;
    font-size: clamp(31px, 9.7vw, 38px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  html[lang="ru"] body.premium-detail.privacy-premium .privacy-summary h1 {
    font-size: clamp(28px, 8.8vw, 36px);
    overflow-wrap: normal;
  }

  html[lang="ru"] body.premium-detail .page-hero-copy > p,
  html[lang="ru"] body.premium-detail.privacy-premium .privacy-summary > p,
  html[lang="ru"] body.premium-detail.privacy-premium .privacy-note,
  html[lang="ru"] body.premium-detail.privacy-premium .privacy-prose {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .motion-reveal,
  .mobile-conversion-dock,
  body.premium-detail.product-anvil .series-live-stage,
  body.premium-detail.product-anvil .series-live-stage img {
    transition: none !important;
  }

  .motion-reveal {
    opacity: 1;
    transform: none;
  }
}
