:root {
  --blue: #0055FF;
  --white: #FFFFFF;
  --page: #F4F4F4;
  --yellow: #FFB200;
  --ink: #212121;
  --muted: #929292;
  --toggle: #E1E1E1;
  --design-scale: 1;
  --pin-height: 704px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--page);
}

html { scroll-behavior: auto; }

body {
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.hero-scroll {
  position: relative;
  width: 100%;
}

.hero-pin {
  position: relative;
  width: 100vw;
  height: var(--pin-height);
  overflow: hidden;
}

.design-frame {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 704px;
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
}

.hero-card {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 1380px;
  height: 674px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  isolation: isolate;
}

/* Header: positions are pinned to the 1440px Figma frame. */
.brand {
  position: absolute;
  z-index: 30;
  left: 24px;
  top: 20px;
  width: 120px;
  height: 34px;
  display: block;
}
.brand svg {
  display: block;
  width: 120px;
  height: 34px;
}

.main-nav {
  position: absolute;
  z-index: 30;
  inset: 0;
  pointer-events: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
.main-nav a {
  position: absolute;
  top: 31px;
  pointer-events: auto;
  white-space: nowrap;
  transition: opacity .18s ease;
}
.main-nav a:hover { opacity: .58; }
.main-nav a:nth-child(1) { left: 216px; }
.main-nav a:nth-child(2) { left: 340px; }
.main-nav a:nth-child(3) { left: 519px; }
.main-nav a:nth-child(4) { left: 650px; }
.main-nav a:nth-child(5) { left: 818px; }

.header-phone {
  position: absolute;
  z-index: 30;
  left: 992px;
  top: 25px;
  height: 28px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.025em;
}

.header-pay {
  position: absolute;
  z-index: 30;
  left: 1171px;
  top: 25px;
  width: 184px;
  height: 27px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: var(--white);
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  transition: opacity .18s ease;
}
.header-pay:hover { opacity: .88; }

/* Hero typography. */
.hero-copy {
  position: absolute;
  z-index: 20;
  left: 86px;
  top: 153px;
}

.hero-kicker {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 29px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -.045em;
}

.hero-copy h1 {
  margin: 0;
  width: 500px;
  font-size: 52px;
  line-height: .96;
  font-weight: 700;
  letter-spacing: -.055em;
}

/*
  The form sits in a cut-out that continues into the page background.
  The two pseudo-elements create the curved white corners beside the cut-out,
  which were missing in v1.
*/
.discount-card {
  position: absolute;
  z-index: 35;
  left: 86px;
  bottom: 0;
  width: 311px;
  height: 255px;
  padding: 27px 31px 31px;
  border: 0;
  border-radius: 20px 20px 0 0;
  background: var(--page);
}

.discount-card::before,
.discount-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.discount-card::before {
  left: -20px;
  border-bottom-right-radius: 20px;
  box-shadow: 10px 10px 0 10px var(--page);
}

.discount-card::after {
  right: -20px;
  border-bottom-left-radius: 20px;
  box-shadow: -10px 10px 0 10px var(--page);
}

.discount-copy {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.03em;
}
.discount-copy strong { font-weight: 800; }

.discount-card input {
  display: block;
  width: 251px;
  height: 40px;
  margin: 0 0 9px;
  padding: 0 10px;
  border: 1px solid #929292;
  border-radius: 5px;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.discount-card input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.discount-card input:focus { border-color: var(--blue); }

.discount-card button {
  display: block;
  width: 251px;
  height: 43px;
  margin: 1px 0 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.025em;
}
.discount-card button:hover { filter: brightness(.97); }

/* Live 3D occupies the same area as the tuned render in the hero. */
.model-wrap {
  position: absolute;
  z-index: 10;
  left: 507px;
  top: 31px;
  width: 878px;
  height: 626px;
  pointer-events: none;
}

#hero3d {
  display: block;
  width: 100%;
  height: 100%;
}

.model-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  opacity: .35;
  transition: opacity .2s ease;
}
.model-loader.is-hidden { opacity: 0; }

.after-hero {
  height: 220px;
  background: var(--page);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   BLOCK 2 — "Для кого?"
   Exact 1440px layout coordinates are taken from the supplied layout.
   ========================================================= */

.audience-wrap {
  position: relative;
  width: 100%;
  height: var(--audience-height, 710px);
  overflow: hidden;
  background: var(--page);
}

.audience-frame {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 710px;
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
}

.audience-section {
  position: relative;
  width: 1440px;
  height: 710px;
  background: var(--page);
}

.audience-heading {
  position: absolute;
  left: 116px;
  top: 94px;
  margin: 0;
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.052em;
  color: var(--ink);
}

.audience-lead {
  position: absolute;
  left: 116px;
  top: 167px;
  width: 505px;
  margin: 0;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.audience-tabs {
  position: absolute;
  z-index: 4;
  left: 116px;
  top: 246px;
  height: 54px;
  display: flex;
  align-items: stretch;
  gap: 7px;
}

.audience-tab {
  position: relative;
  height: 54px;
  padding: 0 30px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: var(--toggle);
  color: var(--muted);
  border-radius: 20px 20px 0 0;
  font-size: 29px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: -0.04em;
  white-space: nowrap;
  isolation: isolate;
  transition:
    background-color 230ms cubic-bezier(.2,.7,.2,1),
    color 230ms cubic-bezier(.2,.7,.2,1);
}

/*
  Figma tab connector.
  This is the small curved continuation at the lower-right of each tab.
  It is what creates the concave/flowing transition visible in the source layout.
*/
.audience-tab::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: -10px 10px 0 10px var(--toggle);
  pointer-events: none;
  transition: box-shadow 230ms cubic-bezier(.2,.7,.2,1);
}

.audience-tab[data-tab="personal"] { width: 227px; }
.audience-tab[data-tab="business"] { width: 233px; }

.audience-tab.is-active {
  background: var(--white);
  color: var(--ink);
}

.audience-tab.is-active::after {
  box-shadow: -10px 10px 0 10px var(--white);
}

.audience-tab:focus-visible {
  box-shadow: inset 0 0 0 2px var(--blue);
}

.audience-shell {
  position: absolute;
  z-index: 3;
  left: 116px;
  top: 300px;
  width: 1208px;
  height: 265px;
  padding: 10px;
  border-radius: 20px;
  background: var(--white);
}

.audience-cards {
  width: 100%;
  height: 244px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  transition:
    opacity 145ms ease,
    transform 180ms cubic-bezier(.2,.7,.2,1);
}

.audience-cards.is-switching {
  opacity: 0;
  transform: translateY(5px);
}

.audience-card {
  position: relative;
  min-width: 0;
  height: 244px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--page);
  cursor: default;
  color: var(--ink);
  transition:
    background-color 210ms cubic-bezier(.2,.7,.2,1),
    color 210ms cubic-bezier(.2,.7,.2,1),
    transform 210ms cubic-bezier(.2,.7,.2,1);
}

.audience-card.is-active {
  background: var(--blue);
  color: var(--white);
}

.audience-card-imagebox {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 13px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.audience-card-image {
  display: block;
  width: var(--icon-size, 126px);
  height: var(--icon-size, 126px);
  object-fit: contain;
  object-position: center;
  filter: saturate(1.02);
  transform: translateZ(0) scale(1);
  transition:
    transform 250ms cubic-bezier(.2,.7,.2,1),
    filter 210ms ease;
  will-change: transform;
}

.audience-card.is-active .audience-card-image {
  transform: translateZ(0) scale(1.025);
}

.audience-card-copy {
  position: absolute;
  left: 25px;
  right: 22px;
  bottom: 19px;
}

.audience-card-title {
  margin: 0 0 5px;
  color: inherit;
  font-size: 18px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.035em;
  transition: color 210ms cubic-bezier(.2,.7,.2,1);
}

.audience-card-description {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.028em;
  transition: color 210ms cubic-bezier(.2,.7,.2,1);
}

.audience-card.is-active .audience-card-description {
  color: rgba(255,255,255,.96);
}

.audience-help {
  position: absolute;
  left: 116px;
  top: 584px;
  height: 39px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ink);
}

.audience-help-arrow {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
}

.audience-help-arrow svg {
  display: block;
  width: 39px;
  height: 39px;
}

.audience-help p {
  margin: 0;
  width: 340px;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.028em;
}

/* Content does not jump when the tab changes. */
.audience-card-title,
.audience-card-description {
  backface-visibility: hidden;
}


/* =========================================================
   BLOCK 2 (rebuild) — exact shell SVG background + cards
   ========================================================= */

.aud2-wrap {
  position: relative;
  width: 100%;
  height: var(--aud2-height, 720px);
  overflow: hidden;
  background: var(--page);
}

.aud2-frame {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 720px;
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
}

.aud2-section {
  position: relative;
  width: 1440px;
  height: 720px;
}

.aud2-title {
  position: absolute;
  left: 77px;
  top: 78px;
  margin: 0;
  color: var(--ink);
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.054em;
}

.aud2-lead {
  position: absolute;
  left: 77px;
  top: 167px;
  width: 510px;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.028em;
}

.aud2-figure {
  position: absolute;
  left: 77px;
  top: 247px;
  width: 1207px;
  height: 318px;
  isolation: isolate;
}

.aud2-shape {
  position: absolute;
  inset: 0;
  width: 1207px;
  height: 318px;
  object-fit: fill;
  user-select: none;
  -webkit-user-drag: none;
}

.aud2-shape--inactive {
  clip-path: inset(0 0 244px 0);
}

.aud2-tabrow {
  position: absolute;
  inset: 0;
}

.aud2-tab {
  position: absolute;
  top: 0;
  height: 54px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 29px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--muted);
  transition: color 200ms ease;
}

.aud2-tab.is-active {
  color: var(--ink);
}

.aud2-tab--personal {
  left: 29px;
  width: 196px;
  text-align: left;
}

.aud2-tab--business {
  left: 262px;
  width: 220px;
  text-align: left;
}

.aud2-tab:focus-visible,
.sizes-tab:focus-visible,
.aud2-card:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--blue);
  border-radius: 10px;
}

.aud2-cards {
  position: absolute;
  left: 10px;
  top: 64px;
  width: 1187px;
  height: 244px;
  display: grid;
  grid-template-columns: repeat(4, 294px);
  column-gap: 3px;
  transition: opacity 140ms ease, transform 180ms cubic-bezier(.2,.7,.2,1);
}

.aud2-cards.is-switching {
  opacity: 0;
  transform: translateY(5px);
}

.aud2-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: var(--page);
  color: var(--ink);
  transition:
    background-color 210ms cubic-bezier(.2,.7,.2,1),
    color 210ms cubic-bezier(.2,.7,.2,1);
}

.aud2-card.is-active {
  background: var(--blue);
  color: var(--white);
}

.aud2-card-imagebox {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 13px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aud2-card-image {
  display: block;
  width: var(--aud2-icon-size, 126px);
  height: var(--aud2-icon-size, 126px);
  object-fit: contain;
  transform: scale(1);
  transition: transform 240ms cubic-bezier(.2,.7,.2,1);
}

.aud2-card.is-active .aud2-card-image {
  transform: scale(1.02);
}

.aud2-card-copy {
  position: absolute;
  left: 25px;
  right: 21px;
  bottom: 22px;
}

.aud2-card-title {
  margin: 0 0 8px;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.036em;
}

.aud2-card-description {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.aud2-card.is-active .aud2-card-description {
  color: rgba(255,255,255,.97);
}

.aud2-help {
  position: absolute;
  left: 77px;
  top: 587px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink);
}

.aud2-help-arrow {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
}

.aud2-help-arrow svg {
  display: block;
  width: 39px;
  height: 39px;
}

.aud2-help p {
  margin: 0;
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

/* =========================================================
   BLOCK 4 — prices and sizes
   ========================================================= */

.sizes-wrap {
  position: relative;
  width: 100%;
  height: var(--sizes-height, 930px);
  overflow: hidden;
  background: var(--page);
}

.sizes-frame {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1440px;
  height: 930px;
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
}

.sizes-section {
  position: relative;
  width: 1440px;
  height: 930px;
}

.sizes-title {
  position: absolute;
  left: 77px;
  top: 72px;
  margin: 0;
  color: var(--ink);
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.054em;
}

.sizes-tabrow {
  position: absolute;
  left: 597px;
  top: 73px;
  display: flex;
  gap: 10px;
}

.sizes-tab {
  width: 165px;
  height: 43px;
  border: 0;
  border-radius: 6px;
  background: var(--toggle);
  color: #555;
  cursor: pointer;
  font-size: 19px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: -0.03em;
  transition: background-color 190ms ease, color 190ms ease;
}

.sizes-tab.is-active {
  background: var(--blue);
  color: var(--white);
}

.sizes-card {
  position: absolute;
  left: 0;
  top: 126px;
  width: 1440px;
  height: 604px;
  border-radius: 20px;
  background: var(--white);
  overflow: visible;
}

.sizes-left {
  position: absolute;
  left: 77px;
  top: 167px;
  width: 245px;
}

.sizes-kicker {
  margin: 0 0 14px;
  color: rgba(33,33,33,.82);
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.sizes-fit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sizes-fit-list li {
  position: relative;
  margin: 0 0 16px 0;
  padding-left: 19px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.sizes-fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--blue);
}

.sizes-price {
  position: absolute;
  left: 0;
  top: 245px;
  width: 260px;
}

.sizes-price-value {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 40px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.sizes-cta {
  width: 252px;
  height: 51px;
  border: 0;
  border-radius: 6px;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sizes-metrics {
  position: absolute;
  left: 389px;
  top: 167px;
  width: 206px;
}

.sizes-metric-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sizes-metric-row--secondary {
  margin-top: 38px;
}

.sizes-icon {
  position: relative;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.sizes-icon-square {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background: var(--blue);
}

.sizes-icon-arrow {
  position: absolute;
  display: block;
  border-color: var(--ink);
}

.sizes-icon-arrow--v {
  left: 0;
  top: 14px;
  width: 1px;
  height: 52px;
  background: var(--ink);
}

.sizes-icon-arrow--v::before,
.sizes-icon-arrow--v::after,
.sizes-icon-arrow--h::before,
.sizes-icon-arrow--h::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
}

.sizes-icon-arrow--v::before {
  left: -4px;
  top: -1px;
  transform: rotate(-45deg);
}

.sizes-icon-arrow--v::after {
  left: -4px;
  bottom: -1px;
  transform: rotate(135deg);
}

.sizes-icon-arrow--h {
  left: 14px;
  bottom: 0;
  width: 52px;
  height: 1px;
  background: var(--ink);
}

.sizes-icon-arrow--h::before {
  left: -1px;
  top: -4px;
  transform: rotate(-135deg);
}

.sizes-icon-arrow--h::after {
  right: -1px;
  top: -4px;
  transform: rotate(45deg);
}

.sizes-icon-cube,
.sizes-icon-cube-fill {
  position: absolute;
  display: block;
}

.sizes-icon-cube {
  left: 14px;
  top: 8px;
  width: 52px;
  height: 52px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: transparent;
}

.sizes-icon-cube::before,
.sizes-icon-cube::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(33,33,33,.55);
}

.sizes-icon-cube::before {
  left: 8px;
  top: -8px;
  width: 52px;
  height: 52px;
  transform: skewY(45deg);
  border-left: 0;
}

.sizes-icon-cube::after {
  left: -8px;
  top: -8px;
  width: 52px;
  height: 52px;
  transform: skewX(45deg);
  border-bottom: 0;
}

.sizes-icon-cube-fill--area {
  left: 15px;
  top: 45px;
  width: 52px;
  height: 15px;
  background: rgba(0,85,255,.9);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

.sizes-icon-cube--solid {
  background: var(--blue);
  border-color: var(--ink);
}

.sizes-icon-cube-fill--volume {
  left: 14px;
  top: 8px;
  width: 52px;
  height: 52px;
  background: rgba(0,85,255,.9);
}

.sizes-metric-copy {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.sizes-metric-copy strong {
  display: block;
  font-size: 19px;
  font-weight: 400;
}

.sizes-metric-copy span {
  display: block;
}

#sizesDimText strong {
  font-weight: 700;
}

.sizes-visual-mask {
  position: absolute;
  left: 510px;
  bottom: 0;
  width: 930px;
  height: 180px;
  overflow: hidden;
  pointer-events: none;
}

.sizes-shadow {
  position: absolute;
  left: 4px;
  bottom: -5px;
  width: 812px;
  height: 138px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,.16) 28%,
      rgba(0,0,0,.10) 48%,
      rgba(0,0,0,.05) 66%,
      rgba(0,0,0,0) 78%);
  filter: blur(8px);
  transform: scaleX(1.08);
}

.sizes-visual {
  position: absolute;
  right: -402px;
  bottom: -14px;
  width: 1234px;
  height: 423px;
  pointer-events: none;
}

.sizes-container-image {
  display: block;
  width: 1234px;
  height: auto;
}

.sizes-card.is-switching .sizes-container-image,
.sizes-card.is-switching .sizes-fit-list,
.sizes-card.is-switching .sizes-price-value,
.sizes-card.is-switching #sizesDimText,
.sizes-card.is-switching #sizesAreaValue,
.sizes-card.is-switching #sizesVolumeValue {
  opacity: .35;
  transition: opacity 120ms ease;
}


/* ===== v6 precision overrides ===== */
.aud2-wrap { height: var(--aud2-height, 710px); }
.aud2-frame, .aud2-section { height: 710px; }
.aud2-title { left:116px; top:94px; }
.aud2-lead { left:116px; top:167px; }
.aud2-figure { left:116px; top:246px; width:1207px; height:318px; }
.aud2-state { position:absolute; inset:0; opacity:0; transition:opacity 180ms cubic-bezier(.2,.7,.2,1); pointer-events:none; }
.aud2-state.is-visible { opacity:1; }
.aud2-shape { position:absolute; inset:0; width:1207px; height:318px; object-fit:fill; user-select:none; -webkit-user-drag:none; }
.aud2-shape--back { z-index:0; }
.aud2-shape--front { z-index:1; }
.aud2-tabrow { z-index:3; }
.aud2-tab--personal { left:29px; width:196px; }
.aud2-tab--business { left:263px; width:203px; }
.aud2-cards { z-index:2; left:11px; top:64px; width:1186px; height:244px; grid-template-columns:repeat(4, 1fr); gap:5px; }
.aud2-help { left:116px; top:584px; gap:20px; }

.sizes-wrap { height:var(--sizes-height,708px); }
.sizes-frame,.sizes-section { width:1440px; height:708px; }
.sizes-card { left:30px; top:52px; width:1380px; height:604px; border-radius:20px; overflow:visible; }
.sizes-title { left:116px; top:117px; z-index:4; font-size:56px; line-height:1; }
.sizes-tabrow { left:638px; top:127px; z-index:4; gap:10px; }
.sizes-tab { width:164px; height:43px; border-radius:6px; font-size:18px; line-height:43px; }
.sizes-left { left:86px; top:166px; width:250px; }
.sizes-kicker { font-size:16px; margin-bottom:14px; }
.sizes-price .sizes-kicker { margin-bottom:8px; }
.sizes-price-value { margin-bottom:12px; }
.sizes-metrics > div:first-child .sizes-kicker { margin-bottom:21px; }
.sizes-metrics > .sizes-metric-row--secondary + .sizes-metric-row--secondary { margin-top:53px; }
.sizes-fit-list li { font-size:19px; line-height:1.04; margin-bottom:16px; padding-left:20px; }
.sizes-fit-list li::before { width:6px; height:6px; top:8px; }
.sizes-price { left:0; top:245px; width:260px; }
.sizes-price-value { font-size:40px; margin-bottom:18px; }
.sizes-cta { width:252px; height:54px; border-radius:6px; font-size:18px; }
.sizes-metrics { left:399px; top:166px; width:205px; }
.sizes-metric-row { gap:16px; }
.sizes-metric-row--secondary { margin-top:37px; }
.sizes-metric-copy { font-size:19px; line-height:1.07; }
.sizes-icon { width:80px; height:80px; flex-basis:80px; }
.sizes-visual-mask { left:0; bottom:0; width:1380px; height:120px; overflow:hidden; border-radius:0 0 20px 20px; }
.sizes-shadow { position:absolute; left:425px; top:42px; width:900px; height:auto; opacity:1; object-fit:contain; }
.sizes-visual { left:586px; right:auto; top:175px; bottom:auto; width:900px; height:auto; }
.sizes-container-image { width:900px; height:auto; display:block; }
.after-hero { height:220px; }


/* ===== v7 corrections ===== */

/* Block 2: restore unmistakable blue hover/active-card behaviour. */
.aud2-card {
  transition:
    background-color 190ms cubic-bezier(.2,.7,.2,1),
    color 190ms cubic-bezier(.2,.7,.2,1);
}
.aud2-card.is-active {
  background: #0055FF;
  color: #FFFFFF;
}
.aud2-card.is-active .aud2-card-description {
  color: #FFFFFF;
}

/* Block 4 uses its own scale: exact 1440 layout never grows beyond 1:1. */
.sizes-frame {
  left: var(--sizes-offset-x, 0px);
  transform: scale(var(--sizes-scale, 1));
  transform-origin: 0 0;
}

/* Exact supplied SVGs, no reconstructed geometry. */
.sizes-icon {
  width: 85px;
  height: 84px;
  flex: 0 0 85px;
}
.sizes-icon-img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.sizes-icon-img--dims {
  width: 85px;
  height: 84px;
}

/* The first metric value must stay on the same line as Ш / В / Г. */
#sizesDimText {
  white-space: nowrap;
}
#sizesDimText strong {
  display: inline;
  font-weight: 700;
}

/* Match the PDF geometry around the exact icons. */
.sizes-metrics {
  left: 399px;
  top: 166px;
  width: 214px;
}
.sizes-metric-row {
  gap: 13px;
  align-items: center;
}
.sizes-metric-row--secondary {
  margin-top: 37px;
}
.sizes-metrics > .sizes-metric-row--secondary + .sizes-metric-row--secondary {
  margin-top: 46px;
}

/*
  Supplied shadow PNG fitted to the PDF:
  native 2048x300 -> rendered 1024x150.
  Its actual alpha begins around x=467/y=50, which places the visible
  shadow at ~634/598 in the 1440 reference and clips at the card bottom.
*/
.sizes-visual-mask {
  left: 0;
  top: 0;
  bottom: auto;
  width: 1380px;
  height: 604px;
  overflow: hidden;
  border-radius: 20px;
}
.sizes-shadow {
  left: 371px;
  top: 521px;
  width: 1024px;
  height: 150px;
  max-width: none;
  object-fit: fill;
  opacity: 1;
}

/* Container itself stays outside the card mask exactly as in the PDF. */
.sizes-visual {
  left: 586px;
  top: 175px;
  width: 900px;
}
.sizes-container-image {
  width: 900px;
  height: auto;
}

/* Preserve the original PDF typography at 1440px; do not enlarge on wide screens. */
.sizes-title { font-size: 56px; }
.sizes-kicker { font-size: 16px; }
.sizes-fit-list li { font-size: 19px; }
.sizes-price-value { font-size: 40px; }
.sizes-metric-copy { font-size: 19px; }
.sizes-tab { font-size: 18px; }
.sizes-cta { font-size: 18px; }


/* ===== v8: guaranteed card hover state ===== */
.aud2-cards:has(.aud2-card:hover) .aud2-card {
  background: var(--page);
  color: var(--ink);
}
.aud2-cards:has(.aud2-card:hover) .aud2-card .aud2-card-description {
  color: var(--ink);
}
.aud2-cards .aud2-card:hover {
  background: #0055FF;
  color: #FFFFFF;
}
.aud2-cards .aud2-card:hover .aud2-card-description {
  color: #FFFFFF;
}
.aud2-cards .aud2-card:hover .aud2-card-image {
  transform: scale(1.02);
}

/* ===== v8: unified responsive scaling ===== */
.sizes-frame {
  left: 0;
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
}

/* Seamless dual-layer image crossfade */
.sizes-visual {
  overflow: visible;
}
.sizes-container-image {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: 900px;
  height: auto;
  opacity: 0;
  transition: opacity 180ms cubic-bezier(.2,.7,.2,1);
  will-change: opacity;
}
.sizes-container-image.is-visible {
  opacity: 1;
}
.sizes-card.is-switching .sizes-container-image,
.sizes-card.is-switching .sizes-fit-list,
.sizes-card.is-switching .sizes-price-value,
.sizes-card.is-switching #sizesDimText,
.sizes-card.is-switching #sizesAreaValue,
.sizes-card.is-switching #sizesVolumeValue {
  opacity: 1;
}


/* ===== v9: interaction + unified responsive behaviour ===== */
.aud2-tabrow {
  pointer-events: none;
}
.aud2-tab {
  pointer-events: auto;
}
.aud2-cards,
.aud2-card {
  pointer-events: auto;
}
.aud2-card {
  cursor: pointer;
}

/* Every 1440px design frame uses the same viewport scale. */
.design-frame,
.aud2-frame,
.sizes-frame {
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
}
.sizes-frame {
  left: 0;
}

/* Slightly quicker crossfade, with both image layers always occupying one slot. */
.sizes-container-image {
  transition: opacity 150ms cubic-bezier(.2,.7,.2,1);
}


/* ===== v10: hover specificity fix ===== */
.aud2-cards:has(.aud2-card:hover) .aud2-card:hover {
  background: #0055FF;
  color: #FFFFFF;
}
.aud2-cards:has(.aud2-card:hover) .aud2-card:hover .aud2-card-description {
  color: #FFFFFF;
}


/* =========================================================
   v11 — Full Figma page, lower blocks.
   Native canvas is 1440px. Each section scales from the same --design-scale.
   ========================================================= */
.fig-flow{
  position:relative;
  width:100%;
  overflow:hidden;
  background:var(--page);
}
.fig-frame{
  position:absolute;
  left:0;
  top:0;
  width:1440px;
  height:100%;
  transform:scale(var(--design-scale));
  transform-origin:0 0;
}
.fig-title{
  margin:0;
  color:var(--ink);
  font-size:50px;
  line-height:1;
  font-weight:500;
  letter-spacing:-.055em;
}
.locations-frame{height:709px}
.locations-title{position:absolute;left:116px;top:9px}
.locations-card{
  position:absolute;
  top:85px;
  width:685px;
  height:604px;
  border-radius:20px;
  background:#fff;
  overflow:hidden;
}
.locations-card--left{left:30px}
.locations-card--map{left:725px}
.city-tabs{position:absolute;left:87px;top:60px;display:flex;gap:10px}
.city-tab{
  position:relative;width:251px;height:53px;border:0;border-radius:5px;padding:0 5px 0 20px;
  display:flex;align-items:center;justify-content:flex-end;gap:62px;
  font-family:inherit;font-size:20px;font-weight:700;cursor:pointer
}
.city-tab img{width:43px;height:43px}
.city-tab--active{background:var(--blue);color:#fff}
.city-tab--inactive{background:var(--page);color:rgba(0,0,0,.4)}
.city-tab--inactive img{width:47px}
.locations-list{
  position:absolute;left:87px;top:123px;width:511px;height:358px;border-radius:5px;background:var(--page);
  padding:0 14px;
}
.location-row{
  height:49px;border-bottom:1px solid rgba(33,33,33,.18);display:grid;grid-template-columns:170px 1fr;align-items:center;
}
.location-row:last-child{border-bottom:0}
.location-row strong{padding-left:10px;font-size:20px;line-height:1;font-weight:700}
.location-row span{border-left:1px solid rgba(33,33,33,.2);padding-left:30px;font-size:16px;line-height:1;font-weight:400}
.route-button{
  position:absolute;left:87px;top:491px;width:511px;height:53px;border:0;border-radius:5px;background:var(--page);
  color:rgba(33,33,33,.34);font-size:18px;font-weight:700
}
.route-hint{position:absolute;left:208px;top:551px;margin:0;color:rgba(33,33,33,.5);font-size:14px;line-height:1}
.locations-card--map{padding:10px}
.map-image{
  position:absolute;left:10px;top:10px;width:665px;height:584px;object-fit:cover;border-radius:12px
}
.map-image--two{opacity:.68}
.map-pin{position:absolute;width:53px;height:72.875px;object-fit:contain}

.promo-frame{height:512px}
.promo-card{
  position:absolute;left:30px;top:0;width:1380px;height:492px;border-radius:20px;overflow:hidden;color:#fff
}
.promo-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.promo-overlay{position:absolute;inset:0;background:rgba(0,0,0,.48)}
.promo-card h2{position:absolute;left:86px;top:80px;margin:0;font-size:50px;line-height:1;font-weight:500;letter-spacing:-.055em}
.promo-discount{
  position:absolute;top:156px;width:294px;height:128px;border-radius:19px;background:#fff;color:var(--ink);
  padding:24px 30px
}
.promo-discount--1{left:87px}.promo-discount--2{left:391px}.promo-discount--3{left:696px}
.promo-discount strong{display:block;font-size:50px;line-height:.9;font-weight:700;letter-spacing:-.045em;margin-bottom:15px}
.promo-discount span{display:block;font-size:16px;line-height:1.1;font-weight:700}
.promo-note{position:absolute;left:86px;top:364px;width:295px;margin:0;font-size:16px;line-height:1.1}
.promo-cta{
  position:absolute;left:1000px;top:284px;width:294px;height:128px;border-radius:19px;background:var(--blue);
}
.promo-cta p{position:absolute;left:30px;top:24px;width:137px;margin:0;font-size:20px;line-height:1.1;font-weight:700}
.promo-cta img{position:absolute;right:24px;bottom:24px;width:40px;height:40px}

.services-frame{height:418px}
.services-card{position:absolute;left:30px;top:0;width:1380px;height:318px;border-radius:20px;background:#fff}
.services-card>.fig-title{position:absolute;left:86px;top:75px}
.service{position:absolute;top:171px;display:flex;align-items:flex-start;gap:16px}
.service--1{left:116px}.service--2{left:551px}.service--3{left:986px}
.service-icon{width:72px;height:72px;border-radius:5px;background:var(--blue);display:grid;place-items:center;flex:0 0 72px}
.service-icon img{width:37px;height:37px;object-fit:contain}
.service--2 .service-icon img{width:38px;height:28px}
.service h3{margin:0 0 8px;font-size:18px;line-height:1.1;font-weight:700}
.service p{margin:0;width:240px;font-size:16px;line-height:1.1}

.gallery-frame{height:556px}
.gallery-frame>.fig-title{position:absolute;left:116px;top:0}
.gallery-grid{position:absolute;left:117px;top:76px;display:grid;grid-template-columns:repeat(4,294px);gap:10px}
.gallery-grid img{width:294px;height:380px;object-fit:cover;border-radius:19px}
.gallery-arrow{position:absolute;top:244px;width:43px;height:43px;padding:0;border:0;background:transparent}
.gallery-arrow img{width:43px;height:43px}
.gallery-arrow--left{left:30px}
.gallery-arrow--right{left:1367px}

.reviews-frame{height:1065px}
.reviews-card{position:absolute;left:30px;top:0;width:1380px;height:965px;border-radius:20px;background:#fff;overflow:hidden}
.reviews-card>.fig-title{position:absolute;left:86px;top:75px}
.reviews-image{position:absolute;left:56px;top:133px;width:1274px;height:802px;object-fit:cover}

.team-frame{height:644px}
.team-frame>.fig-title{position:absolute;left:116px;top:0}
.team-lead{position:absolute;left:116px;top:76px;width:599px;margin:0;font-size:16px;line-height:1.1}
.team-card{position:absolute;top:164px;width:598px;height:380px;border-radius:19px;background:#fff}
.team-card--1{left:117px}.team-card--2{left:725px}
.team-card img{position:absolute;left:10px;top:10px;width:578px;height:294px;object-fit:cover;border-radius:13px}
.team-card h3{position:absolute;left:30px;top:324px;margin:0;font-size:20px;line-height:1.1;font-weight:700}
.team-card p{position:absolute;left:30px;top:348px;margin:0;font-size:16px;line-height:1.1;font-weight:500}

.faq-frame{height:622px}
.faq-frame>.fig-title{position:absolute;left:116px;top:0}
.faq-col{position:absolute;top:76px;width:598px}
.faq-col--left{left:117px}.faq-col--right{left:725px}
.faq-item{
  position:relative;width:598px;height:88px;border-radius:19px;background:#fff;display:flex;align-items:center;
  padding:0 50px 0 30px;margin-bottom:10px
}
.faq-item h3{margin:0;font-size:20px;line-height:1.1;font-weight:700}
.faq-item--active{background:var(--blue);color:#fff}
.faq-chevron{position:absolute;right:30px;top:29px;font-size:27px;line-height:1;font-weight:400}
.faq-answer{
  width:598px;height:162px;border-radius:19px;background:#fff;margin-bottom:10px;padding:30px
}
.faq-answer p{margin:0;font-size:16px;line-height:1.1;font-weight:500}
.footer-frame{height:252px}
.footer-logo{position:absolute;left:117px;top:0;width:120px;height:33px}
.footer-legal{position:absolute;left:117px;top:70px;width:290px;margin:0;font-size:14px;line-height:1}
.footer-nav{position:absolute;left:464px;top:0;display:flex;flex-direction:column;gap:20px}
.footer-nav a{font-size:16px;line-height:1;color:var(--ink)}
.footer-nav .is-blue{color:var(--blue);font-weight:700}
.footer-contact{position:absolute;left:725px;top:2px}
.footer-contact>div:not(.footer-socials){display:flex;align-items:center;gap:10px;height:35px}
.footer-contact>div>img{width:23px;height:23px}
.footer-contact strong{font-size:16px;line-height:1}
.footer-socials{display:flex;gap:10px;margin-top:46px}
.social{width:35px;height:35px;border-radius:5px;display:grid;place-items:center;background:var(--blue)}
.social--yt{background:red}
.social img{width:23px;height:23px}
.footer-payment{position:absolute;left:1073px;top:0;width:250px}
.footer-payment p{margin:0;width:225px;font-size:16px;line-height:1.1}
.footer-pay-button{
  position:absolute;left:0;top:85px;width:250px;height:37px;border-radius:5px;background:var(--blue);color:#fff;
  display:grid;place-items:center;font-size:14px;font-weight:700
}
.footer-divider{position:absolute;left:30px;top:169px;width:1380px;height:3px;border-radius:20px;background:#fff}
.footer-copy{position:absolute;left:117px;top:202px;margin:0;font-size:14px;opacity:.5}
.footer-contract{position:absolute;left:464px;top:202px;font-size:14px;text-decoration:underline;opacity:.5}
.footer-credit{position:absolute;left:1073px;top:199px;height:24px;display:flex;align-items:center;gap:7px;opacity:.5}
.footer-credit span{font-size:14px}.footer-credit img{width:80px;height:23px}


/* =========================================================
   v12 — Figma-locked geometry + requested interactions
   Canon: 1440px. The whole composition scales proportionally.
   ========================================================= */

/* Exact vertical flow of the 1440 Figma frame */
.aud2-wrap { height: var(--aud2-height, 639px); }
.aud2-frame, .aud2-section { height: 639px; }
.aud2-title { top: 100px; }
.aud2-lead { top: 166px; }
.aud2-figure { top: 246px; }
.aud2-help { top: 584px; }

/* Prices: section starts at Figma y=1343 and next section starts at y=2131 */
.sizes-wrap {
  height: var(--sizes-height, 788px);
  overflow: visible;
}
.sizes-frame, .sizes-section {
  width: 1440px;
  height: 788px;
}
.sizes-card {
  left: 30px;
  top: 84px;
  width: 1380px;
  height: 604px;
  border-radius: 20px;
  overflow: visible;
}
.sizes-title {
  left: 116px;
  top: 159px;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}
.sizes-tabrow {
  left: 638px;
  top: 159px;
  gap: 10px;
}
.sizes-tab {
  width: 164px;
  height: 43px;
  line-height: 43px;
  font-size: 18px;
}
.sizes-left {
  left: 87px;
  top: 167px;
}
.sizes-metrics {
  left: 400px;
  top: 167px;
}
.sizes-visual-mask,
.sizes-shadow {
  display: none !important;
}
.sizes-visual {
  left: 467px;
  top: -84px;
  right: auto;
  bottom: auto;
  width: 948px;
  height: 948px;
  overflow: visible;
}
.sizes-container-image {
  width: 948px;
  height: 948px;
  object-fit: contain;
}

/* Locations starts exactly at Figma y=2131 */
.locations-frame { height: 700px; }
.locations-title { left: 116px; top: 0; }
.locations-card { top: 76px; }

/* -------- Locations interactive states -------- */
.locations-card--left {
  overflow: hidden;
}
.city-tabs {
  z-index: 4;
}
.city-tab {
  transition: background-color 160ms ease, color 160ms ease;
}
.location-row {
  cursor: pointer;
  transition: background-color 150ms ease;
}
.location-row:hover {
  background: rgba(0,85,255,.06);
}
.location-row.is-selected {
  background: rgba(0,85,255,.09);
}
.location-selected {
  position: absolute;
  inset: 0;
  display: none;
}
.locations-card--left.is-selected .locations-list,
.locations-card--left.is-selected .route-hint {
  display: none;
}
.locations-card--left.is-selected .location-selected {
  display: block;
}
.location-selected-address {
  position: absolute;
  left: 91px;
  top: 126px;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #212121;
}
.location-main-photo {
  position: absolute;
  left: 87px;
  top: 153px;
  width: 511px;
  height: 318px;
  object-fit: cover;
  border-radius: 5px;
}
.location-thumbs {
  position: absolute;
  left: 97px;
  top: 391px;
  display: flex;
  gap: 10px;
}
.location-thumb {
  width: 70px;
  height: 70px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}
.location-thumb.is-active {
  border-color: #FFFFFF;
  box-shadow: 0 0 0 1px #212121;
}
.location-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-card--left.is-selected .route-button {
  background: #FFB200;
  color: #212121;
  cursor: pointer;
}
.locations-card--left.is-selected .city-tab--active {
  justify-content: flex-end;
}
.locations-card--left.is-selected .city-tab--active span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* -------- Live gallery carousel -------- */
.gallery-frame {
  overflow: visible;
}
.gallery-viewport {
  position: absolute;
  left: 117px;
  top: 76px;
  width: 1206px;
  height: 380px;
  overflow: hidden;
}
.gallery-track {
  display: flex;
  gap: 10px;
  height: 380px;
  transition: transform 300ms cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}
.gallery-slide {
  flex: 0 0 294px;
  width: 294px;
  height: 380px;
  padding: 0;
  border: 0;
  border-radius: 19px;
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-arrow {
  z-index: 5;
  cursor: pointer;
}

/* -------- Fullscreen lightbox -------- */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.86);
  padding: 48px;
}
.gallery-lightbox.is-open {
  display: flex;
}
.gallery-lightbox-image {
  display: block;
  max-width: min(1400px, 92vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 12px;
}
.gallery-lightbox-close {
  position: fixed;
  right: 28px;
  top: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #212121;
  font: 400 32px/1 Manrope, sans-serif;
  cursor: pointer;
}
.gallery-lightbox-nav {
  position: fixed;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 0;
  border-radius: 8px;
  background: #0055FF;
  color: white;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.gallery-lightbox-prev { left: 24px; }
.gallery-lightbox-next { right: 24px; }

/* -------- Reviews placeholder remains Figma-sized -------- */
.reviews-image {
  object-fit: cover;
}

/* -------- FAQ true dropdowns -------- */
.faq-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-entry {
  width: 598px;
}
.faq-item {
  margin: 0;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: #212121;
}
.faq-item--active {
  background: #0055FF;
  color: #FFFFFF;
}
.faq-chevron {
  width: 34px;
  height: 17px;
  top: 35px;
  display: block;
}
.faq-chevron img {
  width: 34px;
  height: 17px;
  display: block;
  transition: transform 180ms ease;
}
.faq-entry.is-open .faq-chevron img {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  height: 162px;
  margin: 10px 0 0;
}
.faq-entry.is-open .faq-answer {
  display: block;
}
.faq-answer.is-placeholder {
  display: none;
}
.faq-entry.is-open .faq-answer.is-placeholder {
  display: flex;
  align-items: flex-start;
}
.faq-answer.is-placeholder p {
  opacity: .5;
}

/* -------- Footer exact current Figma assets -------- */
.footer-socials .social-tile {
  display: block;
  width: 35px;
  height: 35px;
}



/* =========================================================
   v12.2 — interaction polish fixes from review
   ========================================================= */

/* Buttons: true optical centering */
.sizes-tab,
.route-button,
.city-tab {
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.sizes-tab span,
.city-tab span {
  display:block;
  transform: translateY(-1px);
}
.route-button { padding:0; }

/* Gallery arrows: point in opposite horizontal directions */
.gallery-arrow img {
  transition: transform .18s ease;
  transform-origin: 50% 50%;
}
.gallery-arrow--left img { transform: rotate(90deg); }
.gallery-arrow--right img { transform: rotate(-90deg); }

/* Locations tabs: exact active/inactive arrow behavior */
.city-tab {
  position: relative;
  padding: 0 58px 0 20px;
  justify-content: center;
  transition: background-color .18s ease, color .18s ease;
}
.city-tab img { display:none !important; }
.city-tab::before {
  content:"";
  position:absolute;
  right:5px;
  top:5px;
  width:43px;
  height:43px;
  border-radius:5px;
  background:transparent;
  transition: background-color .18s ease;
}
.city-tab::after {
  content:"";
  position:absolute;
  right:19px;
  top:16px;
  width:16px;
  height:16px;
  border-right:4px solid #0055FF;
  border-bottom:4px solid #0055FF;
  transform: rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;
}
.city-tab--active::before { background:#FFFFFF; }
.city-tab--active::after {
  border-color:#1744B5;
  transform: rotate(-135deg); /* up */
}
.city-tab--inactive::before { background:transparent; }
.city-tab--inactive::after {
  border-color:#0055FF;
  transform: rotate(45deg); /* down */
}

/* FAQ: smooth blue/white transition */
.faq-item {
  transition: background-color .18s ease, color .18s ease;
  overflow:hidden;
}
.faq-chevron {
  top:35px;
  width:17px;
  height:17px;
}
.faq-chevron img {
  width:17px;
  height:17px;
  display:block;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}
.faq-item--active .faq-chevron img {
  filter: brightness(0) invert(1);
}
.faq-entry.is-open .faq-chevron img {
  transform: rotate(180deg);
}

/* Selected location rows */
.location-row.is-selected {
  background: rgba(0,85,255,.07);
}


/* =========================================================
   v13 — exact Figma arrows, hover states, dynamic FAQ flow
   ========================================================= */

/* All tab/button labels remain optically centered. */
.sizes-tab,
.route-button {
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  line-height:1 !important;
}
.sizes-tab {
  text-align:center;
}

/* ---------- Gallery: use exact Figma frame SVGs with zero transforms ---------- */
.gallery-arrow {
  display:block;
  overflow:visible;
  cursor:pointer;
}
.gallery-arrow img {
  display:block;
  width:43px;
  height:43px;
  transform:none !important;
  transition:none !important;
}
.gallery-arrow--left img,
.gallery-arrow--right img {
  transform:none !important;
}

/* ---------- Location tabs: exact Figma assets, no pseudo-chevron recreation ---------- */
.city-tab {
  position:relative;
  display:block !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center;
}
.city-tab::before,
.city-tab::after {
  display:none !important;
  content:none !important;
}
.city-tab span {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) !important;
  display:block;
  width:max-content;
  max-width:180px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1;
}
.city-tab img {
  display:block !important;
  position:absolute;
  right:5px;
  top:5px;
  object-fit:contain;
  transform:none !important;
}
.city-tab--active {
  background:#0055FF;
  color:#FFFFFF;
}
.city-tab--inactive {
  background:#F4F4F4;
  color:rgba(0,0,0,.40);
}

/* ---------- Promo hovers ---------- */
.promo-discount {
  transition:background-color .18s ease, transform .18s ease;
}
.promo-discount strong {
  transition:color .18s ease;
}
.promo-discount:hover strong {
  color:#0055FF;
}

.promo-cta {
  cursor:pointer;
  transition:background-color .2s ease;
}
.promo-cta img {
  transition:transform .24s cubic-bezier(.2,.7,.2,1);
  transform-origin:50% 50%;
}
.promo-cta:hover {
  background:#FFB200;
}
.promo-cta:hover img {
  transform:rotate(8deg);
}

/* ---------- Team cards ---------- */
.team-card {
  overflow:hidden;
  transition:background-color .22s cubic-bezier(.2,.7,.2,1), color .22s ease;
}
.team-card img {
  transition:transform .32s cubic-bezier(.2,.7,.2,1);
  transform-origin:50% 50%;
}
.team-card h3,
.team-card p {
  transition:color .22s ease;
}
.team-card:hover {
  background:#0055FF;
}
.team-card:hover img {
  transform:scale(1.035);
}
.team-card:hover h3,
.team-card:hover p {
  color:#FFFFFF;
}

/* ---------- FAQ: exact Figma chevrons + dynamic content height ---------- */
.faq-wrap {
  overflow:visible;
  transition:height .28s cubic-bezier(.2,.7,.2,1);
}
.faq-frame {
  transition:height .28s cubic-bezier(.2,.7,.2,1);
}
.faq-col {
  gap:10px;
}
.faq-entry {
  width:598px;
}
.faq-item {
  margin:0;
  color:#212121;
  transition:
    background-color .22s cubic-bezier(.2,.7,.2,1),
    color .22s cubic-bezier(.2,.7,.2,1);
}
.faq-item h3 {
  color:inherit;
  transition:color .22s cubic-bezier(.2,.7,.2,1);
}
.faq-item--active {
  background:#0055FF;
  color:#FFFFFF;
}

.faq-chevron {
  position:absolute;
  right:30px;
  top:35px;
  width:34px;
  height:17px;
}
.faq-chevron img {
  position:absolute;
  inset:0;
  display:block;
  width:34px;
  height:17px;
  transform:none !important;
}
.faq-chevron-closed {
  opacity:1;
  transition:opacity .18s ease;
}
.faq-chevron-open {
  opacity:0;
  transition:opacity .18s ease;
}
.faq-entry.is-open .faq-chevron-closed {
  opacity:0;
}
.faq-entry.is-open .faq-chevron-open {
  opacity:1;
}

/* Answer can be any length; it expands the whole document flow. */
.faq-answer {
  display:block !important;
  box-sizing:border-box;
  width:598px;
  height:auto !important;
  max-height:0;
  overflow:hidden;
  opacity:0;
  margin:0;
  padding:0 30px;
  border-radius:19px;
  background:#FFFFFF;
  transition:
    max-height .28s cubic-bezier(.2,.7,.2,1),
    opacity .18s ease,
    margin-top .28s cubic-bezier(.2,.7,.2,1),
    padding-top .28s cubic-bezier(.2,.7,.2,1),
    padding-bottom .28s cubic-bezier(.2,.7,.2,1);
}
.faq-entry.is-open .faq-answer {
  max-height:var(--faq-answer-height, 1000px);
  opacity:1;
  margin-top:10px;
  padding-top:30px;
  padding-bottom:30px;
}
.faq-answer p {
  margin:0;
}
.faq-answer.is-placeholder {
  display:block !important;
}


/* =========================================================
   v14 — interaction pass
   ========================================================= */

/* ---------- Location tabs: exact chevron geometry, smooth state rotation ---------- */
.city-tab {
  position: relative;
  display: block !important;
  padding: 0 !important;
  overflow: hidden;
  line-height: 1 !important;
}
.city-tab::before,
.city-tab::after { content:none !important; display:none !important; }
.city-tab span {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) !important;
  display:block;
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height:1;
  z-index:2;
}
.city-tab-chevron {
  position:absolute;
  right:12px;
  top:18px;
  display:block !important;
  width:27px !important;
  height:14px !important;
  object-fit:contain;
  z-index:3;
  transform:rotate(0deg) !important;
  transform-origin:50% 50%;
  transition:transform .32s cubic-bezier(.2,.7,.2,1), filter .22s ease, opacity .22s ease !important;
}
.city-tab--active::after {
  content:"" !important;
  display:block !important;
  position:absolute;
  right:5px;
  top:5px;
  width:43px;
  height:43px;
  border-radius:5px;
  background:#fff;
  z-index:1;
}
.city-tab--inactive::after { display:none !important; }
.city-tab--inactive .city-tab-chevron {
  right:16px;
  top:19px;
  width:24px !important;
  height:12px !important;
  filter:grayscale(1);
  opacity:.40;
}
.city-tab.is-list-open .city-tab-chevron {
  transform:rotate(180deg) !important;
}
.city-tab.is-location-selected .city-tab-chevron,
.city-tab--inactive .city-tab-chevron {
  transform:rotate(0deg) !important;
}

/* ---------- Gallery: exact Figma chevron rotated left/right ---------- */
.gallery-arrow {
  width:43px;
  height:43px;
  border:0;
  border-radius:5px;
  padding:0;
  background:#0055FF;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.gallery-arrow img.gallery-arrow-chevron {
  position:relative;
  width:27px;
  height:14px;
  display:block;
  filter:brightness(0) invert(1);
  transform-origin:50% 50%;
  transition:filter .25s ease !important;
  z-index:2;
}
.gallery-arrow-chevron--left { transform:rotate(90deg) !important; }
.gallery-arrow-chevron--right { transform:rotate(-90deg) !important; }
.gallery-arrow.cursor-fill-active .gallery-arrow-chevron { filter:none; }

/* ---------- Team: clip the zoom to the exact image frame ---------- */
.team-card { overflow:hidden; }
.team-image-frame {
  position:absolute;
  left:10px;
  top:10px;
  width:578px;
  height:294px;
  border-radius:13px;
  overflow:hidden;
}
.team-card .team-image-frame img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  transform:scale(1);
  transition:transform .42s cubic-bezier(.2,.7,.2,1);
}
.team-card:hover .team-image-frame img { transform:scale(1.045); }
.team-card:hover { background:#0055FF; }
.team-card:hover h3,
.team-card:hover p { color:#fff; }

/* ---------- Services: animate the exact Figma SVGs, preserving the glyphs ---------- */
.service-icon { overflow:hidden; }
.service-icon img {
  transform-origin:50% 50%;
  will-change:transform;
}
.service--1:hover .service-icon img { animation:svcBox .70s cubic-bezier(.2,.75,.2,1); }
.service--2:hover .service-icon img { animation:svcTruck .75s cubic-bezier(.2,.75,.2,1); }
.service--3:hover .service-icon img { animation:svcExpand .70s cubic-bezier(.2,.75,.2,1); }
@keyframes svcBox {
  0%{transform:translateY(0) scale(1)}
  28%{transform:translateY(3px) scale(.90,.84)}
  55%{transform:translateY(-4px) scale(1.06,.98)}
  76%{transform:translateY(1px) scale(.98,1.02)}
  100%{transform:translateY(0) scale(1)}
}
@keyframes svcTruck {
  0%{transform:translateX(0) translateY(0)}
  20%{transform:translateX(-3px) translateY(1px)}
  52%{transform:translateX(6px) translateY(-2px)}
  72%{transform:translateX(3px) translateY(1px)}
  100%{transform:translateX(0) translateY(0)}
}
@keyframes svcExpand {
  0%{transform:scale(1)}
  34%{transform:scale(.80)}
  62%{transform:scale(1.15)}
  82%{transform:scale(.98)}
  100%{transform:scale(1)}
}

/* ---------- Promo CTA arrow: continuous transform, no snapping ---------- */
.promo-cta img {
  transform:rotate(0deg);
  transform-origin:50% 50%;
  transition:transform .38s cubic-bezier(.2,.75,.2,1), filter .25s ease !important;
  z-index:2;
}
.promo-cta:hover img { transform:rotate(10deg); }
.promo-cta.cursor-fill-active[data-fill-mode="blue-to-yellow"] img { filter:brightness(0); }

/* ---------- FAQ: exact Figma chevron rotates smoothly; content is natural height ---------- */
.faq-col {
  display:flex;
  flex-direction:column;
  gap:10px;
}
.faq-entry { width:598px; }
.faq-item {
  margin:0 !important;
  transition:background-color .24s cubic-bezier(.2,.7,.2,1), color .24s ease;
}
.faq-item h3 { transition:color .24s ease; }
.faq-chevron {
  position:absolute;
  right:30px;
  top:35px;
  width:34px;
  height:17px;
}
.faq-chevron-icon {
  display:block !important;
  width:34px !important;
  height:17px !important;
  filter:none;
  transform:rotate(0deg) !important;
  transform-origin:50% 50%;
  transition:transform .30s cubic-bezier(.2,.7,.2,1), filter .24s ease !important;
}
.faq-entry.is-open .faq-chevron-icon {
  transform:rotate(180deg) !important;
  filter:brightness(0) invert(1);
}
.faq-answer {
  display:grid !important;
  grid-template-rows:0fr;
  width:598px;
  height:auto !important;
  max-height:none !important;
  box-sizing:border-box;
  overflow:hidden;
  opacity:0;
  margin:0 !important;
  padding:0 30px !important;
  border-radius:19px;
  background:#fff;
  transition:
    grid-template-rows .32s cubic-bezier(.2,.7,.2,1),
    opacity .20s ease,
    margin-top .32s cubic-bezier(.2,.7,.2,1),
    padding-top .32s cubic-bezier(.2,.7,.2,1),
    padding-bottom .32s cubic-bezier(.2,.7,.2,1) !important;
}
.faq-answer-inner {
  min-height:0;
  overflow:hidden;
}
.faq-entry.is-open .faq-answer {
  grid-template-rows:1fr;
  opacity:1;
  margin-top:10px !important;
  padding-top:30px !important;
  padding-bottom:30px !important;
}
.faq-answer.is-placeholder { display:grid !important; }
.faq-answer-inner p { margin:0; }

/* ---------- RedCore-like directional fill: expands from pointer entry point ---------- */
.cursor-fill {
  --fill-x:50%;
  --fill-y:50%;
  position:relative !important;
  isolation:isolate;
  overflow:hidden !important;
  transition:color .24s ease;
}
.cursor-fill-layer {
  position:absolute;
  left:var(--fill-x);
  top:var(--fill-y);
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--fill-color, #FFB200);
  transform:translate(-50%,-50%) scale(0);
  transition:transform .48s cubic-bezier(.2,.7,.15,1);
  pointer-events:none;
  z-index:0;
}
.cursor-fill.cursor-fill-active .cursor-fill-layer {
  transform:translate(-50%,-50%) scale(var(--fill-scale, 40));
}
.cursor-fill-content { position:relative; z-index:2; }
.cursor-fill > img,
.cursor-fill > p,
.cursor-fill > span:not(.cursor-fill-layer) { z-index:2; }
.cursor-fill[data-fill-mode="blue-to-yellow"].cursor-fill-active { color:#212121 !important; }
.cursor-fill[data-fill-mode="yellow-to-blue"].cursor-fill-active { color:#fff !important; }
.cursor-fill[data-fill-mode="blue-to-yellow"].cursor-fill-active p,
.cursor-fill[data-fill-mode="blue-to-yellow"].cursor-fill-active span { color:#212121 !important; }
.cursor-fill[data-fill-mode="yellow-to-blue"].cursor-fill-active p,
.cursor-fill[data-fill-mode="yellow-to-blue"].cursor-fill-active span { color:#fff !important; }

@media (prefers-reduced-motion: reduce) {
  .cursor-fill-layer,
  .faq-chevron-icon,
  .city-tab-chevron,
  .promo-cta img,
  .team-card .team-image-frame img { transition-duration:.01ms !important; }
  .service:hover .service-icon img { animation:none !important; }
}


/* =========================================================
   v15 — targeted fixes only
   ========================================================= */

/* 1) Directional fills are intentionally slower now. */
.cursor-fill-layer {
  transition: transform .72s cubic-bezier(.18,.72,.18,1) !important;
}
.cursor-fill {
  transition: color .42s ease !important;
}

/* Hero discount CTA participates in the same hover, no old brightness flash. */
.discount-card button:hover {
  filter: none !important;
}

/* Slow down the already-approved hover effects without changing geometry. */
.promo-discount,
.promo-discount strong {
  transition-duration: .48s !important;
}
.team-card,
.team-card h3,
.team-card p {
  transition-duration: .48s !important;
}
.team-card .team-image-frame img {
  transition-duration: .58s !important;
}

/* 2) Location tab: rectangle remains a rectangle. Only the chevron rotates. */
.city-tab--active::after {
  transform: none !important;
  rotate: none !important;
  clip-path: none !important;
  border-radius: 5px !important;
  width: 43px !important;
  height: 43px !important;
  right: 5px !important;
  top: 5px !important;
  background: #FFFFFF !important;
}
.city-tab-chevron {
  right: 13px !important;
  top: 19px !important;
  width: 27px !important;
  height: 14px !important;
  transform-origin: 50% 50% !important;
  transition: transform .56s cubic-bezier(.18,.72,.18,1),
              opacity .38s ease,
              filter .38s ease !important;
}
.city-tab.is-list-open .city-tab-chevron {
  transform: rotate(180deg) !important;
}
.city-tab.is-location-selected .city-tab-chevron,
.city-tab--inactive .city-tab-chevron {
  transform: rotate(0deg) !important;
}

/* 3) Promo CTA: hover/fill and arrow rotation are independent and smooth. */
.promo-cta {
  cursor: pointer;
}
.promo-cta img {
  transform: rotate(0deg) !important;
  transform-origin: 50% 50% !important;
  transition: transform .62s cubic-bezier(.18,.72,.18,1),
              filter .42s ease !important;
}
.promo-cta:hover img,
.promo-cta.cursor-fill-active img {
  transform: rotate(9deg) !important;
}

/* 4) Gallery: use the exact pre-oriented Figma arrow assets.
   No CSS rotation is allowed here anymore. */
.gallery-arrow {
  width: 43px !important;
  height: 43px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  background: transparent !important;
}
.gallery-arrow img,
.gallery-arrow img.gallery-arrow-chevron,
.gallery-arrow-chevron--left,
.gallery-arrow-chevron--right {
  display: block !important;
  width: 43px !important;
  height: 43px !important;
  max-width: none !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* The hover fill still happens inside the blue arrow frame,
   but never changes or rotates the arrow artwork. */
.gallery-arrow .cursor-fill-layer {
  z-index: 1;
}
.gallery-arrow > img {
  position: relative;
  z-index: 2;
}

/* Keep button labels untouched and centered above the slower fill. */
.discount-card button .cursor-fill-content,
.header-pay .cursor-fill-content,
.sizes-cta .cursor-fill-content,
.route-button .cursor-fill-content,
.footer-pay-button .cursor-fill-content {
  position: relative;
  z-index: 2;
}
