:root {
  --bg: #f6f8fb;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --ink: #071832;
  --muted: #5b6a7f;
  --soft: #dce5ef;
  --line: rgba(16, 42, 72, 0.12);
  --blue: #062a66;
  --blue-2: #0d3c88;
  --green: #006837;
  --green-deep: #004d35;
  --gold: #d5a846;
  --cyan: #3a9fb7;
  --danger: #b8333a;
  --shadow: 0 24px 80px rgba(5, 28, 61, 0.14);
  --shadow-soft: 0 16px 44px rgba(5, 28, 61, 0.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1200px;
  --header-h: 74px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% -10%, rgba(58, 159, 183, 0.18), transparent 36rem),
    radial-gradient(circle at 10% 10%, rgba(0, 104, 55, 0.10), transparent 34rem),
    linear-gradient(180deg, #fbfcfd 0%, var(--bg) 46%, #eef3f8 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: rgba(6, 42, 102, .15); }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .20;
  z-index: -1;
  background-image:
    linear-gradient(rgba(7, 24, 50, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 24, 50, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.section { padding: 112px 0; position: relative; }
.section-anchor { scroll-margin-top: 96px; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-kicker,
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(213, 168, 70, .13);
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: .97;
  letter-spacing: -0.07em;
  max-width: 930px;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}
p { color: var(--muted); font-size: 17px; }

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  width: min(1280px, calc(100% - 32px));
  height: var(--header-h);
  transform: translateX(-50%);
  z-index: 100;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 0 16px 0 22px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 20px 70px rgba(7, 24, 50, .10);
  backdrop-filter: blur(24px) saturate(1.2);
  transition: transform .35s var(--ease), height .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.site-header.scrolled {
  height: 64px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 54px rgba(7, 24, 50, .14);
}
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: 214px; height: auto; }
.nav {
  display: flex;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}
.nav a {
  padding: 11px 12px;
  border-radius: 999px;
  color: #31435c;
  font-size: 14px;
  font-weight: 650;
  transition: background .25s var(--ease), color .25s var(--ease);
  white-space: nowrap;
}
.nav a:hover,
.nav a.active { background: rgba(6, 42, 102, .08); color: var(--blue); }
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 740;
  letter-spacing: -0.01em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.header-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green-deep));
  box-shadow: 0 16px 36px rgba(6, 42, 102, .22);
}
.header-cta:hover,
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(6, 42, 102, .28); }
.btn-ghost {
  color: var(--blue);
  background: rgba(255, 255, 255, .72);
  border-color: rgba(6, 42, 102, .14);
  box-shadow: 0 12px 34px rgba(7, 24, 50, .06);
}
.btn-ghost:hover { transform: translateY(-2px); border-color: rgba(6, 42, 102, .28); background: #fff; }
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--blue);
  font-weight: 760;
  border-bottom: 1px solid rgba(6, 42, 102, .25);
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 154px 0 74px;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(30px);
  opacity: .64;
}
.orb-one { right: -130px; top: 120px; background: radial-gradient(circle, rgba(6, 42, 102, .22), transparent 67%); }
.orb-two { left: 20%; bottom: 0; background: radial-gradient(circle, rgba(0, 104, 55, .12), transparent 67%); }
.blueprint-grid {
  position: absolute;
  right: 0;
  top: 150px;
  width: min(54vw, 760px);
  height: 620px;
  background:
    linear-gradient(rgba(6, 42, 102, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 42, 102, .06) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: perspective(900px) rotateX(58deg) rotateZ(-12deg);
  transform-origin: center;
  mask-image: radial-gradient(closest-side, black, transparent);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 34px;
  align-items: center;
}
.hero-lead {
  max-width: 790px;
  margin-bottom: 32px;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 34px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-chips span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #31435c;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(16px);
}
.hero-visual {
  min-height: 610px;
  perspective: 1200px;
  --rx: 0deg;
  --ry: 0deg;
}
.hero-device {
  position: relative;
  height: 610px;
  transform-style: preserve-3d;
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .18s linear;
}
.glass-panel,
.logo-chip {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .68);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(28px) saturate(1.15);
}
.panel-main {
  inset: 58px 66px 88px 38px;
  padding: 30px;
  border-radius: var(--radius-xl);
  transform: translateZ(54px) rotate(-2deg);
}
.panel-note {
  right: 12px;
  top: 90px;
  width: 210px;
  padding: 20px;
  border-radius: 22px;
  transform: translateZ(110px) rotate(7deg);
}
.panel-note strong { display: block; margin: 5px 0; font-size: 24px; color: var(--green); letter-spacing: -.04em; }
.panel-note p,
.panel-filter p,
.panel-score p { margin: 0; font-size: 13px; line-height: 1.35; }
.mini-kicker { color: var(--muted); font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.panel-filter {
  left: 0;
  bottom: 84px;
  width: 276px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  transform: translateZ(124px) rotate(-5deg);
}
.filter-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(6,42,102,.11), rgba(0,104,55,.11));
  position: relative;
}
.filter-icon::before,
.filter-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
}
.filter-icon::before { top: 17px; }
.filter-icon::after { top: 27px; width: 14px; right: auto; background: var(--green); }
.panel-score {
  right: 48px;
  bottom: 44px;
  width: 170px;
  padding: 18px;
  border-radius: 28px;
  text-align: center;
  transform: translateZ(150px) rotate(4deg);
}
.score-ring {
  width: 82px;
  height: 82px;
  margin: 0 auto 10px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--green), var(--blue), var(--gold), var(--green));
  position: relative;
}
.score-ring::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: #fff;
}
.score-ring span { position: relative; color: var(--blue); font-size: 26px; font-weight: 860; letter-spacing: -.05em; }
.logo-chip {
  left: 58%;
  top: 46%;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  transform: translate(-50%, -50%) translateZ(190px);
  background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(255,255,255,.76));
}
.logo-chip img { width: 74px; height: 74px; object-fit: contain; }
.doc-topline { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; }
.dot { width: 10px; height: 10px; border-radius: 999px; }
.dot.green { background: var(--green); }
.dot.gold { background: var(--gold); }
.dot.blue { background: var(--blue); }
.doc-code { margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.doc-title { max-width: 350px; margin-bottom: 22px; color: var(--ink); font-size: 26px; font-weight: 820; line-height: 1.06; letter-spacing: -.045em; }
.doc-lines { display: grid; gap: 12px; margin-bottom: 34px; }
.doc-lines span { width: var(--w); height: 10px; border-radius: 999px; background: rgba(6, 42, 102, .10); }
.risk-map {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  height: 190px;
  border: 1px solid rgba(6, 42, 102, .10);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(0,104,55,.09), transparent 48%),
    radial-gradient(circle at 70% 40%, rgba(213,168,70,.22), transparent 18%),
    linear-gradient(rgba(6,42,102,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,42,102,.055) 1px, transparent 1px);
  background-size: auto, auto, 22px 22px, 22px 22px;
}
.map-line {
  position: absolute;
  left: 7%;
  right: 10%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(6,42,102,.52), transparent);
  transform: rotate(-13deg);
}
.map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 10px rgba(213, 168, 70, .16);
}
.pin-one { left: 26%; top: 36%; }
.pin-two { right: 22%; bottom: 31%; background: var(--green); box-shadow: 0 0 0 10px rgba(0,104,55,.12); }

.signal-bar { padding: 18px 0 62px; }
.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.68);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}
.signal-grid div {
  min-height: 112px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.45));
}
.signal-grid strong { display: block; margin-bottom: 6px; font-size: 22px; letter-spacing: -.04em; }
.signal-grid span { color: var(--muted); font-size: 14px; }

.sticky-grid {
  display: grid;
  grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: start;
}
.sticky-pane {
  position: sticky;
  top: 118px;
  min-height: 540px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.70);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.52));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(22px);
}
.axis-widget {
  position: relative;
  height: 250px;
  margin-top: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(213,168,70,.19), transparent 18%),
    linear-gradient(rgba(6,42,102,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,42,102,.055) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
  overflow: hidden;
}
.axis {
  position: absolute;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: 780;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.axis::before { content: ""; position: absolute; background: rgba(6,42,102,.26); }
.axis-price { left: 28px; right: 28px; top: 50%; height: 1px; }
.axis-price::before { left: 0; right: 0; top: 0; height: 1px; }
.axis-speed { top: 28px; bottom: 28px; left: 50%; width: 1px; }
.axis-speed::before { top: 0; bottom: 0; left: 0; width: 1px; }
.axis-quality { inset: 34px; border: 1px dashed rgba(0,104,55,.24); border-radius: 999px; }
.axis-quality::before { display: none; }
.axis span { position: relative; z-index: 1; padding: 4px 9px; border-radius: 999px; background: rgba(255,255,255,.78); }
.axis-core {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 78px; height: 78px;
  display: grid; place-items: center;
  border-radius: 22px;
  color: #fff;
  font-weight: 860;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 18px 40px rgba(6,42,102,.22);
}
.story-list { display: grid; gap: 18px; }
.story-card,
.benefit-card,
.price-card,
.audience-card,
.timeline-step,
.format-card,
.legal-card,
.request-form,
.table-wrap,
.tabs {
  border: 1px solid rgba(255,255,255,.66);
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.58));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}
.story-card {
  min-height: 228px;
  padding: 32px;
  border-radius: var(--radius-lg);
  transition: transform .45s var(--ease), border-color .45s var(--ease), background .45s var(--ease);
}
.story-card.active,
.story-card:hover {
  transform: translateX(-8px);
  border-color: rgba(0, 104, 55, .22);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(247,251,249,.78));
}
.story-number { display: block; margin-bottom: 44px; color: var(--gold); font-weight: 840; }
.story-card p { margin-bottom: 0; }

.benefit-matrix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.benefit-card {
  min-height: 310px;
  padding: 26px;
  border-radius: var(--radius-lg);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.benefit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(6,42,102,.10), rgba(0,104,55,.10));
  position: relative;
}
.card-icon::before,
.card-icon::after { content: ""; position: absolute; }
.icon-price::before { inset: 15px 12px; border: 2px solid var(--green); border-radius: 999px; }
.icon-price::after { left: 18px; top: 14px; width: 19px; height: 27px; border-left: 2px solid var(--blue); transform: rotate(28deg); }
.icon-check::before { left: 14px; top: 27px; width: 12px; height: 7px; border-left: 3px solid var(--green); border-bottom: 3px solid var(--green); transform: rotate(-45deg); }
.icon-check::after { right: 13px; top: 13px; width: 18px; height: 30px; border: 2px solid var(--blue); border-radius: 10px; }
.icon-team::before { left: 12px; top: 15px; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 17px 0 0 var(--blue), 8px 18px 0 var(--gold); }
.icon-speed::before { inset: 14px; border: 2px solid var(--blue); border-radius: 50%; }
.icon-speed::after { left: 27px; top: 20px; width: 3px; height: 16px; border-radius: 999px; background: var(--green); transform-origin: bottom; transform: rotate(42deg); }

.balance-section { overflow: clip; }
.balance-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 56px;
  align-items: center;
}
.clean-list { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.clean-list li {
  position: relative;
  padding-left: 32px;
  color: #32445c;
  font-weight: 650;
}
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--green), var(--gold));
}
.balance-visual {
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 900px;
}
.balance-track {
  position: relative;
  width: 100%;
  max-width: 690px;
  height: 360px;
  border-radius: 42px;
  background:
    linear-gradient(90deg, rgba(184,51,58,.08), transparent 29%, rgba(0,104,55,.10) 50%, transparent 71%, rgba(6,42,102,.08)),
    rgba(255,255,255,.64);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow);
  transform: rotateX(10deg) rotateY(-10deg);
  transform-style: preserve-3d;
}
.balance-track::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(184,51,58,.35), rgba(0,104,55,.45), rgba(6,42,102,.35));
}
.balance-zone {
  position: absolute;
  top: 50%;
  width: 220px;
  min-height: 148px;
  padding: 22px;
  display: grid;
  gap: 6px;
  align-content: center;
  text-align: center;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(6,42,102,.10);
  box-shadow: 0 14px 40px rgba(7,24,50,.10);
  transform: translateY(-50%) translateZ(60px);
}
.balance-zone span { font-size: 19px; font-weight: 820; letter-spacing: -.035em; }
.balance-zone small { color: var(--muted); }
.balance-zone.left { left: 26px; }
.balance-zone.right { right: 26px; }
.balance-zone.active {
  left: 50%;
  width: 246px;
  min-height: 190px;
  transform: translate(-50%, -50%) translateZ(130px);
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 24px 72px rgba(6,42,102,.28);
}
.balance-zone.active img { width: 64px; height: 64px; object-fit: contain; margin: 0 auto 8px; filter: drop-shadow(0 8px 22px rgba(0,0,0,.18)); }
.balance-zone.active small { color: rgba(255,255,255,.78); }
.balance-zone.muted { opacity: .78; }

.experts-section { padding-top: 40px; }
.experts-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 22px;
  align-items: stretch;
}
.stats-panel {
  min-height: 420px;
  padding: 34px;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.28), transparent 30%),
    linear-gradient(135deg, var(--blue), var(--green-deep));
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.big-stat { font-size: clamp(112px, 17vw, 220px); font-weight: 860; line-height: .8; letter-spacing: -.1em; }
.big-stat span { color: var(--gold); }
.stats-panel p { max-width: 260px; color: rgba(255,255,255,.82); font-size: 22px; letter-spacing: -.03em; }
.experts-copy {
  min-height: 420px;
  padding: 42px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.66);
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.58));
  box-shadow: var(--shadow-soft);
}
.expert-nodes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.expert-nodes span {
  padding: 12px 16px;
  border: 1px solid rgba(6,42,102,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--blue);
  font-weight: 760;
}

.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card {
  min-height: 360px;
  padding: 30px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}
/* .price-card::after {
  content: "";
  position: absolute;
  inset: auto -28% -42% -28%;
  height: 190px;
  background: radial-gradient(circle, rgba(6,42,102,.13), transparent 60%);
} */
.price-card.primary { background: linear-gradient(145deg, rgba(6,42,102,.96), rgba(0,77,53,.90)); color: #fff; }
.price-card.primary p { color: rgba(255,255,255,.75); }
.price-card span { display: block; color: var(--gold); font-weight: 860; margin-bottom: 108px; }
.price-card h3 { font-size: 30px; }
.price-card a { position: relative; z-index: 1; display: inline-flex; margin-top: 12px; color: var(--green); font-weight: 780; }
.price-card.primary a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); }
.commercial-quote {
  margin: 28px 0 0;
  padding: 28px 34px;
  border-left: 4px solid var(--gold);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  color: #263955;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  letter-spacing: -.035em;
  box-shadow: var(--shadow-soft);
}

.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; align-items: stretch; }
.audience-card { padding: 34px; border-radius: var(--radius-xl); }
.audience-card.large { min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(237,246,242,.74)); }
.split-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.split-tags span { padding: 12px 16px; border-radius: 999px; color: var(--blue); background: rgba(6,42,102,.07); font-weight: 760; }

.check-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: start; }
.tabs { padding: 14px; border-radius: var(--radius-xl); }
.tab-buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 10px; }
.tab-buttons button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 760;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.tab-buttons button.active { background: var(--blue); color: #fff; }
.tab-panel { display: none; min-height: 260px; padding: 34px; border-radius: 26px; background: rgba(255,255,255,.68); }
.tab-panel.active { display: block; animation: tabIn .35s var(--ease); }
@keyframes tabIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.tab-panel h3 { font-size: 32px; }

.timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x proximity;
}
.timeline-step {
  min-height: 282px;
  padding: 24px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
}
.timeline-step::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 68px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.timeline-step span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-weight: 860;
  margin-bottom: 78px;
}
.timeline-step p { font-size: 15px; margin-bottom: 0; }

.documents-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 26px; align-items: stretch; }
.documents-copy,
.legal-card {
  min-height: 500px;
  padding: 38px;
  border-radius: var(--radius-xl);
}
.documents-copy {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(213,168,70,.28), transparent 30%),
    linear-gradient(135deg, var(--blue), #041a40);
  box-shadow: var(--shadow);
}
.documents-copy .section-kicker { color: var(--gold); }
.documents-copy p { color: rgba(255,255,255,.78); }
.document-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.documents-copy .btn-ghost { color: #fff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.20); }
.legal-badge { display: inline-flex; margin-bottom: 34px; padding: 10px 13px; border-radius: 999px; background: rgba(0,104,55,.10); color: var(--green); font-weight: 780; font-size: 13px; }
.legal-card dl { margin: 22px 0; display: grid; gap: 14px; }
.legal-card dt { color: var(--muted); font-size: 13px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.legal-card dd { margin: 4px 0 0; color: #213552; font-weight: 650; }
.legal-note { padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; }

.format-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.format-card { min-height: 260px; padding: 24px; border-radius: 26px; display: flex; flex-direction: column; }
.format-card h3 { font-size: 22px; }
.format-card p { font-size: 15px; }
.format-card a { margin-top: auto; color: var(--blue); font-weight: 780; }

.table-wrap { border-radius: var(--radius-xl); overflow: hidden; }
.compare-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.82); }
.compare-table th,
.compare-table td { padding: 22px 24px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table th { color: var(--blue); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.compare-table td:first-child { color: var(--ink); font-weight: 820; }
.compare-table td:last-child { color: var(--green-deep); font-weight: 740; }
.compare-table tr:last-child td { border-bottom: 0; }

.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 54px; align-items: start; }
.faq-copy { position: sticky; top: 118px; }
.faq-list { border-radius: var(--radius-xl); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
.faq-item:last-child { border-bottom: 0; }
.faq-item button {
  width: 100%;
  padding: 24px 28px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.035em;
  position: relative;
}
.faq-item button::after {
  content: "+";
  position: absolute;
  right: 26px;
  top: 22px;
  color: var(--blue);
  font-size: 24px;
  transition: transform .25s var(--ease);
}
.faq-item.open button::after { transform: rotate(45deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-item.open .faq-panel { grid-template-rows: 1fr; }
.faq-panel p { overflow: hidden; margin: 0; padding: 0 28px; }
.faq-item.open .faq-panel p { padding-bottom: 24px; }

.request-section { padding-bottom: 130px; }
.request-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 32px; align-items: start; }
.request-copy { position: sticky; top: 118px; }
.request-points { display: grid; gap: 10px; margin-top: 30px; }
.request-points span { padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.68); color: var(--blue); font-weight: 780; box-shadow: 0 10px 26px rgba(7,24,50,.06); }
.request-form { padding: 26px; border-radius: var(--radius-xl); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
label { display: grid; gap: 8px; color: #33475f; font-size: 13px; font-weight: 780; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(6,42,102,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  outline: none;
  padding: 14px 15px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
textarea { resize: vertical; min-height: 128px; }
input:focus, select:focus, textarea:focus { border-color: rgba(6,42,102,.48); box-shadow: 0 0 0 4px rgba(6,42,102,.08); background: #fff; }
input.error, select.error, textarea.error { border-color: rgba(184,51,58,.7); box-shadow: 0 0 0 4px rgba(184,51,58,.08); }
.full-field { margin-top: 14px; }
.file-field { margin-top: 14px; }
.file-field input { position: absolute; opacity: 0; pointer-events: none; }
.file-ui {
  min-height: 78px;
  display: grid;
  gap: 4px;
  align-content: center;
  padding: 18px;
  border: 1px dashed rgba(6,42,102,.28);
  border-radius: 20px;
  background: rgba(6,42,102,.045);
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.file-ui:hover { background: rgba(6,42,102,.07); border-color: rgba(6,42,102,.42); }
.file-ui strong { color: var(--blue); }
.file-ui small { color: var(--muted); font-weight: 600; }
.form-hint { margin: 16px 0; font-size: 13px; }
.form-status { display: none; margin-bottom: 14px; padding: 14px 16px; border-radius: 16px; font-weight: 720; }
.form-status.visible { display: block; }
.form-status.error { color: var(--danger); background: rgba(184,51,58,.08); }
.form-status.success { color: var(--green-deep); background: rgba(0,104,55,.09); }
.submit-btn { width: 100%; border: 0; }
.submit-btn.loading { pointer-events: none; opacity: .78; }

.site-footer {
  padding: 58px 0 76px;
  background: #061a36;
  color: #fff;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 28px; }
.footer-logo { width: 260px; max-width: 100%; margin-bottom: 20px; filter: drop-shadow(0 12px 24px rgba(0,0,0,.20)); }
.site-footer p,
.site-footer span { color: rgba(255,255,255,.62); }
.site-footer h3 { color: #fff; font-size: 18px; margin-bottom: 12px; }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.86); font-weight: 700; }
.site-footer a:hover { color: #fff; }

.mobile-sticky-cta { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.revealed { opacity: 1; transform: none; }
.magnetic { will-change: transform; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 210px 1fr auto; }
  .brand img { width: 184px; }
  .nav a { padding-inline: 8px; font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; max-width: 680px; width: 100%; margin: 0 auto; }
  .hero-device { height: 520px; }
  .benefit-matrix { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(6, 240px); }
}

@media (max-width: 980px) {
  :root { --header-h: 66px; }
  body.menu-open { overflow: hidden; }
  .container { width: min(100% - 32px, var(--container)); }
  .site-header { grid-template-columns: 1fr auto auto; top: 10px; width: calc(100% - 20px); padding-left: 16px; }
  .brand img { width: 190px; }
  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(6,42,102,.07);
    position: relative;
    z-index: 103;
  }
  .menu-toggle span {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--blue);
    transition: transform .25s var(--ease);
  }
  .menu-toggle span:first-child { transform: translateY(-4px); }
  .menu-toggle span:last-child { transform: translateY(4px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .nav {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 84px;
    display: grid;
    justify-content: stretch;
    gap: 6px;
    padding: 16px;
    border-radius: 26px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--shadow);
    transform: translateY(-18px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s var(--ease), transform .25s var(--ease);
  }
  .nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav a { padding: 14px 16px; font-size: 16px; }
  .header-cta { display: none; }
  .section { padding: 82px 0; }
  .hero { padding-top: 132px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-grid,
  .balance-grid,
  .experts-grid,
  .audience-grid,
  .check-grid,
  .documents-grid,
  .faq-grid,
  .request-grid { grid-template-columns: 1fr; }
  .sticky-pane,
  .faq-copy,
  .request-copy { position: static; min-height: auto; }
  .pricing-cards { grid-template-columns: 1fr; }
  .price-card { min-height: 300px; }
  .price-card span { margin-bottom: 70px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(40px, 13vw, 58px); }
  h2 { font-size: clamp(30px, 10vw, 42px); }
  p { font-size: 16px; }
  .hero { min-height: auto; padding-bottom: 50px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn, .text-link { width: 100%; }
  .hero-chips span { font-size: 13px; }
  .hero-visual { min-height: 430px; }
  .hero-device { height: 430px; }
  .panel-main { inset: 44px 24px 70px 12px; padding: 22px; }
  .panel-note { right: 0; top: 52px; width: 178px; }
  .panel-filter { width: 238px; bottom: 62px; }
  .panel-score { right: 14px; bottom: 20px; width: 142px; }
  .logo-chip { width: 86px; height: 86px; border-radius: 24px; }
  .logo-chip img { width: 62px; height: 62px; }
  .signal-grid { grid-template-columns: 1fr; border-radius: 24px; }
  .benefit-matrix { grid-template-columns: 1fr; }
  .benefit-card { min-height: 240px; }
  .card-icon { margin-bottom: 42px; }
  .balance-visual { min-height: 460px; }
  .balance-track { height: 420px; transform: none; }
  .balance-zone { width: calc(100% - 42px); min-height: 104px; left: 21px !important; right: auto; transform: none; }
  .balance-zone.left { top: 24px; }
  .balance-zone.active { top: 50%; transform: translateY(-50%); width: calc(100% - 42px); min-height: 134px; }
  .balance-zone.right { top: auto; bottom: 24px; }
  .balance-track::before { top: 24px; bottom: 24px; left: 50%; right: auto; width: 2px; height: auto; background: linear-gradient(var(--danger), var(--green), var(--blue)); }
  .stats-panel, .experts-copy, .documents-copy, .legal-card, .audience-card { min-height: auto; padding: 28px; }
  .big-stat { font-size: 120px; }
  .format-grid { grid-template-columns: 1fr; }
  .tab-buttons { grid-template-columns: 1fr 1fr; }
  .tab-panel { min-height: auto; padding: 24px; }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td { display: block; width: 100%; }
  .compare-table thead { display: none; }
  .compare-table tr { padding: 16px; border-bottom: 1px solid var(--line); }
  .compare-table td { padding: 12px 0; border: 0; }
  .compare-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
  .field-grid { grid-template-columns: 1fr; }
  .mobile-sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 98;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    border-radius: 999px;
    color: #fff;
    font-weight: 820;
    background: linear-gradient(135deg, var(--blue), var(--green-deep));
    box-shadow: 0 18px 44px rgba(6,42,102,.30);
  }
  .site-footer { padding-bottom: 96px; }
}

@media (max-width: 460px) {
  .container { width: min(100% - 24px, var(--container)); }
  .site-header { width: calc(100% - 12px); }
  .brand img { width: 164px; }
  .section { padding: 72px 0; }
  .sticky-pane, .story-card, .benefit-card, .price-card, .request-form { padding: 22px; }
  .doc-title { font-size: 22px; }
  .panel-filter { left: 8px; width: 214px; }
  .panel-note { display: none; }
  .timeline { grid-template-columns: repeat(6, 220px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-device { transform: none !important; }
}

/* === Update pass: layout fixes, clearer icons, working parallax blocks, team proof, carousel === */
.site-header {
  grid-template-columns: 220px minmax(0, 1fr) auto;
  overflow: hidden;
}
.brand {
  height: 100%;
  max-width: 220px;
  overflow: hidden;
}
.brand img {
  width: auto;
  height: 44px;
  max-width: 214px;
  object-fit: contain;
}
.site-header.scrolled .brand img { height: 40px; }

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 780px;
}
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.2vw, 78px);
}
.hero-visual {
  position: relative;
  z-index: 1;
}
.hero-device { pointer-events: none; }

.axis-widget.axis-parallax {
  height: 292px;
  background:
    radial-gradient(circle at 50% 52%, rgba(213,168,70,.22), transparent 20%),
    radial-gradient(circle at 28% 30%, rgba(0,104,55,.10), transparent 26%),
    radial-gradient(circle at 76% 28%, rgba(6,42,102,.12), transparent 26%),
    linear-gradient(rgba(6,42,102,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,42,102,.055) 1px, transparent 1px);
  background-size: auto, auto, auto, 24px 24px, 24px 24px;
  isolation: isolate;
}
.axis-gridlines,
.axis-orbit {
  position: absolute;
  inset: 22px;
  border-radius: 999px;
  pointer-events: none;
}
.axis-gridlines::before,
.axis-gridlines::after {
  content: "";
  position: absolute;
  background: rgba(6,42,102,.20);
}
.axis-gridlines::before { left: 0; right: 0; top: 50%; height: 1px; }
.axis-gridlines::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.axis-orbit {
  border: 1px dashed rgba(0,104,55,.26);
  box-shadow: inset 0 0 0 36px rgba(255,255,255,.22);
}
.axis-bubble {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 124px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 34px rgba(7,24,50,.12);
  backdrop-filter: blur(18px);
  transition: transform .45s var(--ease), background .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.axis-bubble strong {
  color: var(--blue);
  font-size: 16px;
  letter-spacing: -.025em;
}
.axis-bubble small {
  color: var(--muted);
  font-weight: 650;
}
.axis-price { left: 18px; top: 44%; }
.axis-speed { right: 16px; top: 28px; }
.axis-quality { left: 50%; bottom: 22px; transform: translateX(-50%); }
.axis-widget[data-state="price"] .axis-price,
.axis-widget[data-state="formalism"] .axis-quality,
.axis-widget[data-state="risk"] .axis-quality,
.axis-widget[data-state="resource"] .axis-speed,
.axis-bubble:hover {
  background: #fff;
  border-color: rgba(213,168,70,.42);
  box-shadow: 0 20px 46px rgba(7,24,50,.16);
}
.axis-widget .axis-core {
  z-index: 2;
  width: 84px;
  height: 84px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--blue), var(--green-deep));
  box-shadow: 0 22px 54px rgba(6,42,102,.24);
}

.card-icon {
  display: grid;
  place-items: center;
  color: var(--blue);
}
.card-icon::before,
.card-icon::after { content: none !important; }
.card-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-card:nth-child(2) .card-icon,
.benefit-card:nth-child(4) .card-icon { color: var(--green-deep); }
.benefit-card:nth-child(3) .card-icon { color: #9a7323; }

.balance-track {
  background:
    linear-gradient(90deg, rgba(184,51,58,.08), transparent 28%, rgba(213,168,70,.12) 50%, transparent 72%, rgba(6,42,102,.08)),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.56));
}
.balance-zone.active {
  color: var(--ink);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(213,168,70,.78), rgba(0,104,55,.44), rgba(6,42,102,.50)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 28px 80px rgba(6,42,102,.20);
}
.balance-zone.active::before {
  content: "";
  position: absolute;
  inset: -42px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(213,168,70,.20), transparent 62%);
}
.balance-logo {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 10px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(6,42,102,.10);
  box-shadow: 0 12px 28px rgba(7,24,50,.12);
}
.balance-zone.active .balance-logo img,
.balance-zone.active img {
  width: 58px;
  height: 58px;
  margin: 0;
  object-fit: contain;
  filter: none;
}
.balance-zone.active small { color: var(--muted); }

.team-section {
  padding-top: 42px;
  overflow: clip;
}
.team-grid {
  display: grid;
  grid-template-columns: 1.16fr repeat(3, 1fr);
  grid-auto-rows: 324px;
  gap: 16px;
}
.expert-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #dfe6ee;
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.expert-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.expert-card.lead { grid-row: span 2; }
.expert-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform .6s var(--ease);
}
.expert-card:hover img { transform: scale(1.06); }
.expert-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(4,18,39,.78));
}
.expert-info {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(5,22,48,.50);
  backdrop-filter: blur(18px);
}
.expert-info h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
}
.expert-info p {
  margin-bottom: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 700;
}
.expert-info span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.35;
}

.process-carousel {
  position: relative;
  padding: 0 58px 42px;
}
.carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border-radius: 34px;
}
.carousel-viewport::-webkit-scrollbar { display: none; }
.process-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 405px);
  gap: 18px;
  padding: 6px;
}
.process-card {
  min-height: 340px;
  padding: 28px;
  border-radius: 30px;
  scroll-snap-align: center;
  border: 1px solid rgba(255,255,255,.66);
  background:
    radial-gradient(circle at 88% 12%, rgba(213,168,70,.17), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.62));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  transition: transform .35s var(--ease), opacity .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.process-card.active {
  transform: translateY(-6px);
  border-color: rgba(213,168,70,.42);
  box-shadow: var(--shadow);
}
.process-card span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 84px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green-deep));
  font-weight: 880;
  letter-spacing: -.04em;
}
.process-card h3 { max-width: 300px; }
.process-card p { margin-bottom: 0; font-size: 16px; }
.carousel-control {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(6,42,102,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 34px rgba(7,24,50,.12);
  backdrop-filter: blur(18px);
  transition: transform .25s var(--ease), background .25s var(--ease), opacity .25s var(--ease);
}
.carousel-control:hover { transform: translateY(-2px); background: #fff; }
.carousel-control:disabled { opacity: .42; cursor: default; }
.carousel-control.prev { left: 0; }
.carousel-control.next { right: 0; }
.carousel-control::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
}
.carousel-control.prev::before { transform: rotate(-135deg); left: 18px; right: 14px; }
.carousel-control.next::before { transform: rotate(45deg); left: 14px; right: 18px; }
.carousel-progress {
  position: absolute;
  left: 58px;
  right: 58px;
  bottom: 4px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(6,42,102,.10);
}
.carousel-progress span {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--blue));
  transition: transform .25s var(--ease), width .25s var(--ease);
}

.footer-brand-card {
  display: inline-flex;
  align-items: center;
  max-width: 360px;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.footer-brand-card .footer-logo,
.footer-logo {
  width: 250px;
  max-height: 96px;
  margin: 0;
  object-fit: contain;
  filter: none;
}

.section-address p {
  font-size: 12px;
}

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 162px minmax(0, 1fr) auto; gap: 12px; }
  .brand { max-width: 162px; }
  .brand img { height: 38px; max-width: 158px; }
  .hero-copy h1 { max-width: 820px; }
  .team-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 318px; }
  .expert-card.lead { grid-column: span 1; grid-row: span 2; }
  .process-track { grid-auto-columns: minmax(330px, 380px); }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; overflow: visible; }
  .brand { max-width: 220px; }
  .brand img { height: 42px; max-width: 206px; }
  .hero-copy h1 { max-width: 100%; }
  .axis-widget.axis-parallax { height: 260px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 340px; }
  .expert-card.lead { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 760px) {
  .brand img { height: 38px; max-width: 178px; }
  .axis-widget.axis-parallax { height: 320px; }
  .axis-bubble { min-width: 118px; padding: 12px 14px; }
  .axis-price { left: 12px; top: 42%; }
  .axis-speed { right: 12px; top: 22px; }
  .axis-quality { bottom: 22px; }
  .team-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .expert-card.lead { grid-column: auto; grid-row: auto; }
  .process-carousel { padding: 0 0 40px; }
  .process-track { grid-auto-columns: minmax(278px, calc(100vw - 56px)); gap: 14px; }
  .process-card { min-height: 320px; padding: 24px; }
  .process-card span { margin-bottom: 64px; }
  .carousel-control { display: none; }
  .carousel-progress { left: 6px; right: 6px; }
  .footer-brand-card { max-width: 100%; padding: 12px 14px; }
  .footer-brand-card .footer-logo { width: 228px; }
}

@media (max-width: 460px) {
  .brand img { height: 34px; max-width: 160px; }
  .site-header.scrolled .brand img { height: 32px; }
  .hero-copy h1 { font-size: clamp(38px, 12vw, 54px); }
  .team-grid { grid-auto-rows: 390px; }
  .expert-info { left: 10px; right: 10px; bottom: 10px; padding: 14px; }
}

/* Axis class reset because old diagnostic-axis names are reused as semantic bubbles. */
.axis-bubble.axis-price,
.axis-bubble.axis-speed,
.axis-bubble.axis-quality {
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  min-height: 0;
  border-radius: 22px;
}
.axis-bubble.axis-price { left: 18px; top: 44%; }
.axis-bubble.axis-speed { left: auto; right: 16px; top: 28px; }
.axis-bubble.axis-quality {
  inset: auto auto 22px 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.78);
}
@media (max-width: 760px) {
  .axis-bubble.axis-price { left: 12px; top: 42%; }
  .axis-bubble.axis-speed { right: 12px; top: 22px; }
  .axis-bubble.axis-quality { inset: auto auto 22px 50%; }
}
@media (min-width: 1181px) {
  .brand img { height: 48px; max-width: 230px; }
  .site-header.scrolled .brand img { height: 42px; }
}

/* === Update pass v3: hover parallax, team proof, draggable process carousel, SEO/a11y helpers === */
.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-140%);
  transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.team-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: -10px 0 28px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(213,168,70,.20), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.90), rgba(255,255,255,.62));
  box-shadow: var(--shadow-soft);
}
.team-proof strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 22px;
  letter-spacing: -.035em;
}
.team-proof span {
  display: block;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}
.team-proof-stat {
  display: grid;
  place-items: center;
  min-width: 180px;
  min-height: 116px;
  padding: 16px;
  border-radius: 26px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--blue), var(--green-deep));
  box-shadow: 0 18px 46px rgba(6,42,102,.20);
}
.team-proof-stat b {
  display: block;
  color: var(--gold);
  font-size: 56px;
  line-height: .85;
  letter-spacing: -.08em;
}
.team-proof-stat small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 761px) {
  .balance-visual[data-hover-parallax] {
    --track-rx: 0deg;
    --track-ry: 0deg;
    --left-x: 0px;
    --left-y: 0px;
    --active-x: 0px;
    --active-y: 0px;
    --right-x: 0px;
    --right-y: 0px;
  }
  .balance-visual[data-hover-parallax] .balance-track {
    transform: rotateX(calc(10deg + var(--track-rx))) rotateY(calc(-10deg + var(--track-ry)));
    transition: transform .22s var(--ease), box-shadow .35s var(--ease);
    will-change: transform;
  }
  .balance-visual[data-hover-parallax].is-hovered .balance-track {
    box-shadow: 0 34px 94px rgba(5, 28, 61, 0.18);
  }
  .balance-visual[data-hover-parallax] .balance-zone {
    transition: transform .22s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
    will-change: transform;
  }
  .balance-visual[data-hover-parallax] .balance-zone.left {
    transform: translateY(-50%) translate3d(var(--left-x), var(--left-y), 60px);
  }
  .balance-visual[data-hover-parallax] .balance-zone.active {
    transform: translate(-50%, -50%) translate3d(var(--active-x), var(--active-y), 130px);
  }
  .balance-visual[data-hover-parallax] .balance-zone.right {
    transform: translateY(-50%) translate3d(var(--right-x), var(--right-y), 60px);
  }
}

.process-section {
  overflow: clip;
}
.process-showcase {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(213,168,70,.24), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(58,159,183,.28), transparent 34%),
    linear-gradient(135deg, #051933 0%, #062a66 54%, #004d35 100%);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.process-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 55% 45%, black, transparent 78%);
}
.process-showcase-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}
.process-showcase-top strong {
  display: block;
  max-width: 760px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.process-showcase-top p {
  margin-bottom: 0;
  color: rgba(255,255,255,.74);
  font-size: 15px;
}
.process-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.process-stage {
  position: relative;
}
.process-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding: 18px 70px;
  scrollbar-width: none;
  border-radius: 34px;
  cursor: grab;
  touch-action: pan-y;
}
.process-viewport::-webkit-scrollbar { display: none; }
.process-showcase.is-dragging .process-viewport {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.process-track {
  display: flex;
  gap: 18px;
  padding: 16px 70px 28px;
}
.process-card {
  position: relative;
  flex: 0 0 min(386px, calc(100vw - 130px));
  min-height: 378px;
  padding: 28px;
  border-radius: 32px;
  scroll-snap-align: center;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.70);
  background:
    radial-gradient(circle at 90% 10%, rgba(213,168,70,.20), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(240,246,251,.86));
  box-shadow: 0 20px 58px rgba(0,0,0,.16);
  backdrop-filter: blur(18px);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), opacity .35s var(--ease), border-color .35s var(--ease);
  user-select: none;
}
/* .process-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--blue));
  opacity: .88;
} */
.process-card.active {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(213,168,70,.54);
  box-shadow: 0 30px 78px rgba(0,0,0,.22);
}
.step-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 88px;
}
.step-meta span {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green-deep));
  font-size: 18px;
  font-weight: 880;
  letter-spacing: -.035em;
}
.step-meta small {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--green-deep);
  background: rgba(0,104,55,.09);
  font-weight: 820;
}
.process-card h3 {
  max-width: 310px;
  margin-bottom: 12px;
  font-size: 30px;
}
.process-card p {
  margin-bottom: 0;
  font-size: 16px;
}
.process-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.94);
  border-color: rgba(255,255,255,.62);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.process-nav.prev { left: 14px; }
.process-nav.next { right: 14px; }
.process-showcase-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 0 70px 4px;
}
.process-showcase .carousel-progress {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  height: 5px;
  background: rgba(255,255,255,.18);
}
.process-showcase .carousel-progress span {
  background: linear-gradient(90deg, var(--gold), #fff, rgba(58,159,183,.88));
}
.process-drag-hint {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 780;
  white-space: nowrap;
}
.process-drag-hint span {
  width: 28px;
  height: 16px;
  border: 1px solid rgba(255,255,255,.40);
  border-radius: 999px;
  position: relative;
}
.process-drag-hint span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 4px;
  border-radius: 999px;
  background: var(--gold);
  animation: dragHint 1.8s var(--ease) infinite;
}
@keyframes dragHint {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(11px); }
}

@media (max-width: 980px) {
  .process-showcase-top { grid-template-columns: 1fr; }
  .process-showcase-bottom { grid-template-columns: 1fr; padding: 0 18px 4px; }
  .process-drag-hint { justify-content: center; }
  .process-track { padding-left: 18px; padding-right: 18px; }
  .process-viewport { scroll-padding: 18px; }
  .process-nav { display: none; }
}
@media (max-width: 760px) {
  .team-proof { grid-template-columns: 1fr; }
  .team-proof-stat { min-width: 0; }
  .process-showcase { padding: 18px; border-radius: 32px; }
  .process-card { flex-basis: min(318px, calc(100vw - 74px)); min-height: 350px; padding: 24px; }
  .step-meta { margin-bottom: 64px; }
  .process-card h3 { font-size: 26px; }
}
