:root {
  --navy: #0e2a47;
  --navy-deep: #081d31;
  --navy-soft: #244a69;
  --orange: #e66a10;
  --orange-soft: #f3a15e;
  --paper: #faf8f3;
  --paper-deep: #f1ede5;
  --ink: #162536;
  --muted: #627180;
  --line: #d9d4ca;
  --sage: #d9e3d7;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(10, 35, 58, 0.12);
  --content: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }

html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

::selection { background: var(--orange); color: var(--white); }

.page-progress {
  position: fixed;
  z-index: 100;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: transparent;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.content-wrap { width: var(--content); margin: 0 auto; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 300ms ease, transform 300ms ease;
}

.site-header.is-scrolled {
  background: rgba(250, 248, 243, 0.96);
  border-color: var(--line);
  box-shadow: 0 3px 20px rgba(8, 29, 49, 0.06);
  color: var(--navy);
}

.site-header.is-intro-light { color: var(--navy); }
.site-header.is-intro-light .brand img { filter: none; }
.site-header.is-intro-light .desktop-nav a { opacity: 0.82; }
.site-header.is-journey-hidden { opacity: 0; pointer-events: none; transform: translateY(-12px); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--content);
  min-height: 76px;
  margin: 0 auto;
  gap: 28px;
}

.brand { flex: 0 0 auto; }
.brand img { width: 164px; height: auto; filter: brightness(0) invert(1); transition: filter 220ms ease; }
.is-scrolled .brand img { filter: none; }

.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; opacity: 0.9; transition: color 160ms ease, opacity 160ms ease; }
.desktop-nav a:hover { color: var(--orange); opacity: 1; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  background: var(--orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 170ms ease, border-color 170ms ease, transform 170ms ease, box-shadow 170ms ease;
}

.button:hover { background: #c9570a; border-color: #c9570a; box-shadow: 0 10px 24px rgba(230, 106, 16, 0.24); transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, .pricing-mode-switch button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(230, 106, 16, 0.42); outline-offset: 3px; }
.button svg { width: 17px; height: 17px; }
.button-small { min-height: 42px; padding: 10px 14px; font-size: 13px; }
.button-compact { min-height: 40px; }
.button-full { width: 100%; }
.button-outline { border-color: rgba(14, 42, 71, 0.3); background: transparent; color: var(--navy); }
.button-outline:hover { border-color: var(--navy); background: var(--navy); color: var(--white); box-shadow: 0 10px 24px rgba(8, 29, 49, 0.14); }

.menu-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: currentColor;
}

.menu-toggle svg { width: 22px; height: 22px; }
.mobile-menu { display: none; }

.hero-journey { position: relative; z-index: 1; min-height: 780px; height: 100svh; background: var(--paper); isolation: isolate; }
.hero-journey-sticky { position: relative; height: 100svh; overflow: hidden; }
.journey-lines { position: absolute; z-index: 0; inset: 0; pointer-events: none; transition: opacity 700ms ease, transform 900ms ease; }
.journey-lines span { position: absolute; display: block; overflow: visible; background: rgba(14, 42, 71, 0.16); opacity: 0.9; animation: journey-line-breathe 10s ease-in-out infinite; }
.journey-lines span::after { position: absolute; display: block; border-radius: 2px; background: var(--orange); content: ""; opacity: 0; will-change: opacity, transform; }
.journey-lines span:nth-child(1) { top: 18%; left: 7%; width: 1px; height: 58%; }
.journey-lines span:nth-child(2) { top: 21%; left: 13%; width: 11%; height: 1px; }
.journey-lines span:nth-child(3) { top: 16%; right: 7%; width: 1px; height: 28%; }
.journey-lines span:nth-child(4) { right: 8%; bottom: 18%; width: 17%; height: 1px; }
.journey-lines span:nth-child(1)::after { top: 0; left: -1px; width: 3px; height: 62px; --trace-distance: 58vh; animation: journey-trace-y 9s cubic-bezier(0.42, 0, 0.2, 1) -2s infinite; }
.journey-lines span:nth-child(2)::after { top: -1px; left: 0; width: 56px; height: 3px; --trace-distance: 11vw; animation: journey-trace-x 11s cubic-bezier(0.42, 0, 0.2, 1) -6s infinite; }
.journey-lines span:nth-child(3)::after { top: 0; left: -1px; width: 3px; height: 48px; --trace-distance: 28vh; background: var(--navy-soft); animation: journey-trace-y 12s cubic-bezier(0.42, 0, 0.2, 1) -8s infinite; }
.journey-lines span:nth-child(4)::after { top: -1px; left: 0; width: 60px; height: 3px; --trace-distance: 17vw; background: var(--navy-soft); animation: journey-trace-x 13s cubic-bezier(0.42, 0, 0.2, 1) -4s infinite; }

@keyframes journey-line-breathe {
  0%, 100% { opacity: 0.66; }
  50% { opacity: 1; }
}

@keyframes journey-trace-x {
  0%, 10% { opacity: 0; transform: translate3d(-110%, 0, 0); }
  18% { opacity: 0.96; }
  76% { opacity: 0.72; }
  90%, 100% { opacity: 0; transform: translate3d(var(--trace-distance), 0, 0); }
}

@keyframes journey-trace-y {
  0%, 10% { opacity: 0; transform: translate3d(0, -110%, 0); }
  18% { opacity: 0.96; }
  76% { opacity: 0.72; }
  90%, 100% { opacity: 0; transform: translate3d(0, var(--trace-distance), 0); }
}

.journey-intro { position: relative; z-index: 4; padding-top: 152px; text-align: center; transition: opacity 500ms ease, transform 700ms cubic-bezier(0.2, 0.78, 0.2, 1); }
.journey-question-stack { display: grid; gap: 5px; }
.journey-question { margin: 0; color: var(--navy); font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(22px, 2vw, 30px); font-weight: 700; line-height: 1.25; }
.journey-question-secondary { color: var(--orange); font-size: clamp(18px, 1.65vw, 24px); font-weight: 600; }

.journey-brand { position: absolute; z-index: 5; top: 26px; left: 50%; display: grid; justify-items: center; gap: 7px; width: max-content; text-align: center; transform: translateX(-50%); transition: opacity 360ms ease, transform 560ms cubic-bezier(0.2, 0.78, 0.2, 1); }
.journey-brand img { display: block; width: 214px; height: auto; }
.journey-brand p { margin: 0; color: var(--orange); font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }

.journey-collage { position: absolute; z-index: 2; inset: 0; }
.journey-fragment { position: absolute; z-index: 3; display: grid; gap: 8px; width: 250px; min-height: 124px; padding: 18px; border: 1px solid rgba(14, 42, 71, 0.18); border-radius: 3px; background: rgba(255, 255, 255, 0.8); color: var(--navy); box-shadow: 0 14px 32px rgba(8, 29, 49, 0.08); transition: opacity 520ms ease, transform 940ms cubic-bezier(0.2, 0.78, 0.2, 1), box-shadow 520ms ease; }
.journey-fragment svg { width: 21px; height: 21px; color: var(--orange); }
.journey-fragment span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.journey-fragment strong { color: var(--navy); font-size: 16px; line-height: 1.35; }
.journey-fragment-doc { top: 29%; left: 8%; transform: rotate(-3deg); }
.journey-fragment-search { top: 25%; right: 7%; width: 268px; transform: rotate(2deg); }
.journey-fragment-decision { bottom: 15%; left: 7%; width: 262px; transform: rotate(1.4deg); }
.journey-fragment-open { right: 8%; bottom: 17%; width: 224px; border-top: 3px solid var(--orange); transform: rotate(-2deg); }

.journey-focus { position: absolute; z-index: 2; top: 56%; left: 50%; width: min(43vw, 600px); height: min(43vh, 330px); margin: 0; overflow: hidden; border: 1px solid rgba(14, 42, 71, 0.28); border-radius: 4px; background: var(--navy); box-shadow: 0 26px 56px rgba(8, 29, 49, 0.18); transform: translate(-50%, -50%); transition: top 1420ms cubic-bezier(0.2, 0.78, 0.2, 1), left 1420ms cubic-bezier(0.2, 0.78, 0.2, 1), width 1420ms cubic-bezier(0.2, 0.78, 0.2, 1), height 1420ms cubic-bezier(0.2, 0.78, 0.2, 1), border-radius 1050ms ease, border-color 500ms ease, box-shadow 700ms ease; }
.journey-focus picture { display: block; width: 100%; height: 100%; }
.journey-focus img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(1.06) saturate(1.04); transition: filter 1100ms ease, transform 1420ms cubic-bezier(0.2, 0.78, 0.2, 1); }
.journey-focus-shade { position: absolute; inset: 0; background: var(--navy-deep); opacity: 0; transition: opacity 1100ms ease; }

.journey-scroll-prompt { position: absolute; z-index: 5; top: 80%; left: 50%; display: inline-flex; align-items: center; gap: 13px; min-height: 64px; max-width: calc(100vw - 48px); padding: 8px 9px 8px 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.78); border-radius: 999px; background: rgba(242, 153, 81, 0.38); box-shadow: 0 18px 30px rgba(93, 51, 18, 0.18), 0 5px 10px rgba(230, 106, 16, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.94), inset 0 -2px 0 rgba(151, 71, 12, 0.17); color: #a64a0c; font: inherit; font-size: 15px; font-weight: 700; line-height: 1.2; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.46); white-space: nowrap; isolation: isolate; backdrop-filter: blur(16px) saturate(1.25); -webkit-backdrop-filter: blur(16px) saturate(1.25); transform: translateX(-50%); transition: border-color 260ms ease, box-shadow 260ms ease, color 240ms ease, opacity 360ms ease, transform 560ms cubic-bezier(0.2, 0.78, 0.2, 1); }
.journey-scroll-prompt::before { position: absolute; z-index: -1; right: 4px; bottom: 3px; left: 4px; height: 36%; border-radius: 0 0 999px 999px; background: rgba(169, 73, 8, 0.13); box-shadow: inset 0 1px 0 rgba(255, 226, 201, 0.34); content: ""; }
.journey-scroll-prompt::after { position: absolute; z-index: 0; inset: 1px; border: 1px solid rgba(255, 239, 224, 0.4); border-radius: inherit; content: ""; pointer-events: none; }
.journey-scroll-glass { position: absolute; z-index: 0; inset: 4px 5px; overflow: hidden; border-radius: inherit; pointer-events: none; }
.journey-scroll-glass::before { position: absolute; top: 0; right: 8%; left: 8%; height: 43%; border-top: 1px solid rgba(255, 255, 255, 0.78); border-radius: 999px 999px 48% 48%; background: rgba(255, 255, 255, 0.5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38); content: ""; }
.journey-scroll-glass::after { position: absolute; top: -35%; left: -42px; width: 38px; height: 175%; border-radius: 50%; background: rgba(255, 255, 255, 0.44); content: ""; opacity: 0.8; transform: rotate(22deg); transition: left 680ms cubic-bezier(0.2, 0.78, 0.2, 1), opacity 260ms ease; }
.journey-scroll-label, .journey-scroll-icon { position: relative; z-index: 1; }
.journey-scroll-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, 0.68); border-radius: 50%; background: rgba(255, 249, 242, 0.42); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(169, 73, 8, 0.12); }
.journey-scroll-prompt svg { width: 19px; height: 19px; animation: nudge 1.7s ease-in-out infinite; }
.journey-scroll-prompt:hover, .journey-scroll-prompt:focus-visible { border-color: rgba(255, 255, 255, 0.96); box-shadow: 0 22px 36px rgba(93, 51, 18, 0.22), 0 7px 13px rgba(230, 106, 16, 0.18), inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 -2px 0 rgba(151, 71, 12, 0.2); color: var(--orange); outline: none; transform: translate(-50%, -2px); }
.journey-scroll-prompt:hover .journey-scroll-glass::after, .journey-scroll-prompt:focus-visible .journey-scroll-glass::after { left: calc(100% + 12px); opacity: 0.9; }
.journey-scroll-prompt:hover .journey-scroll-icon, .journey-scroll-prompt:focus-visible .journey-scroll-icon { background: rgba(255, 252, 247, 0.7); transform: translateY(1px); }

.hero-layout { position: absolute; z-index: 6; inset: 0; display: grid; grid-template-columns: minmax(0, 660px) minmax(320px, 380px); align-items: center; justify-content: space-between; gap: 60px; padding: 118px 0 82px; color: var(--white); opacity: 0; pointer-events: none; transform: translateY(22px); transition: opacity 620ms ease 80ms, transform 700ms cubic-bezier(0.2, 0.78, 0.2, 1) 80ms; }

.scroll-cue { position: absolute; z-index: 6; bottom: 28px; left: 50%; display: inline-flex; align-items: center; gap: 10px; transform: translate(-50%, 12px); color: rgba(255,255,255,0.82); font-size: 12px; font-weight: 600; opacity: 0; pointer-events: none; transition: opacity 450ms ease 180ms, transform 550ms ease 180ms; }
.scroll-cue svg { width: 16px; height: 16px; animation: nudge 1.7s ease-in-out infinite; }

.hero-journey.is-transitioning .journey-focus,
.hero-journey.is-hero .journey-focus { z-index: 1; top: 50%; left: 50%; width: 100vw; height: 100svh; border-color: transparent; border-radius: 0; box-shadow: none; }
.hero-journey.is-transitioning .journey-focus img,
.hero-journey.is-hero .journey-focus img { filter: brightness(1) saturate(1); transform: scale(1.1); }
.hero-journey.is-transitioning .journey-focus-shade,
.hero-journey.is-hero .journey-focus-shade { opacity: 0.73; }
.hero-journey.is-transitioning .journey-fragment,
.hero-journey.is-hero .journey-fragment { opacity: 0; box-shadow: none; pointer-events: none; }
.hero-journey.is-transitioning .journey-fragment-doc,
.hero-journey.is-hero .journey-fragment-doc { transform: translate(-42%, 12%) rotate(-9deg) scale(0.88); }
.hero-journey.is-transitioning .journey-fragment-search,
.hero-journey.is-hero .journey-fragment-search { transform: translate(38%, -15%) rotate(8deg) scale(0.88); }
.hero-journey.is-transitioning .journey-fragment-decision,
.hero-journey.is-hero .journey-fragment-decision { transform: translate(-35%, 28%) rotate(-5deg) scale(0.88); }
.hero-journey.is-transitioning .journey-fragment-open,
.hero-journey.is-hero .journey-fragment-open { transform: translate(35%, 25%) rotate(6deg) scale(0.88); }
.hero-journey.is-transitioning .journey-intro,
.hero-journey.is-hero .journey-intro { opacity: 0; transform: translateY(-18px); }
.hero-journey.is-transitioning .journey-brand,
.hero-journey.is-hero .journey-brand,
.hero-journey.is-transitioning .journey-scroll-prompt,
.hero-journey.is-hero .journey-scroll-prompt { opacity: 0; pointer-events: none; transform: translate(-50%, -12px); }
.hero-journey.is-transitioning .journey-lines,
.hero-journey.is-hero .journey-lines { opacity: 0; transform: scale(1.04); }
.hero-journey.is-hero .hero-layout { opacity: 1; pointer-events: auto; transform: translateY(0); }
.hero-journey.is-hero .scroll-cue { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }

.hero-copy { max-width: 660px; }
.hero-copy > .eyebrow { font-size: 13px; line-height: 1.3; }
.hero-journey .hero-copy h1 {
  margin-bottom: 26px;
  font-size: clamp(42px, 4.6vw, 64px);
}
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: 0; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: var(--orange-soft); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Poppins, Inter, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
h1 { margin-bottom: 28px; font-size: clamp(46px, 6.1vw, 82px); font-weight: 700; line-height: 1.05; }
h1 em { color: var(--orange-soft); font-style: normal; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(32px, 4.2vw, 54px); font-weight: 700; line-height: 1.12; }
h3 { margin-bottom: 0; font-size: 20px; line-height: 1.25; }

.hero-lead { max-width: 588px; margin-bottom: 32px; font-size: 19px; line-height: 1.62; color: rgba(255, 255, 255, 0.9); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link svg { width: 16px; height: 16px; }
.text-link-light { color: var(--white); }
.text-link:hover { color: var(--orange); }

.hero-memory-visual { position: relative; width: 100%; min-height: 380px; opacity: 0; transform: translateX(24px); transition: opacity 580ms ease 280ms, transform 720ms cubic-bezier(0.2, 0.78, 0.2, 1) 280ms; }
.hero-memory-visual::before { position: absolute; z-index: 0; top: 138px; left: 50%; width: 2px; height: 43px; background: rgba(230, 106, 16, 0.72); content: ""; opacity: 0.72; transform: translateX(-50%); animation: hero-flow-line 5.6s ease-in-out infinite; animation-play-state: paused; }
.hero-journey.is-hero .hero-memory-visual { opacity: 1; transform: translateX(0); }
.hero-source-stream { position: absolute; z-index: 1; inset: 0 0 auto; height: 145px; }
.hero-source-pill { --source-rotation: 0deg; --source-loop-delay: 0s; position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, 0.88); border-radius: 4px; background: rgba(250, 248, 243, 0.96); color: var(--navy); font-size: 12px; font-weight: 800; white-space: nowrap; box-shadow: 0 12px 28px rgba(3, 15, 26, 0.24); opacity: 0; transform: translateY(-9px) rotate(var(--source-rotation)); transition: opacity 420ms ease, transform 580ms cubic-bezier(0.2, 0.78, 0.2, 1); animation: hero-source-card-pulse 5.6s ease-in-out var(--source-loop-delay) infinite; animation-play-state: paused; }
.hero-source-pill svg { width: 14px; height: 14px; color: var(--orange-soft); }
.hero-source-one { --source-rotation: -2deg; --source-loop-delay: 0s; top: 0; left: 0; transition-delay: 360ms; }
.hero-source-two { --source-rotation: 1.5deg; --source-loop-delay: 0.45s; top: 48px; right: 0; transition-delay: 440ms; }
.hero-source-three { --source-rotation: -1deg; --source-loop-delay: 0.9s; top: 96px; left: 24px; transition-delay: 520ms; }
.hero-journey.is-hero .hero-source-pill { opacity: 1; transform: translateY(0) rotate(var(--source-rotation)); animation-play-state: running; }
.hero-memory-arrow { position: absolute; z-index: 3; top: 108px; left: 50%; width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--orange); color: var(--white); transform: translateX(-50%); animation: hero-arrow-pulse 5.6s ease-in-out infinite; animation-play-state: paused; }
.hero-answer-card { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; overflow: hidden; padding: 20px; border: 1px solid var(--white); border-top: 4px solid var(--orange); border-radius: 5px; background: #ffffff; color: var(--navy); box-shadow: 0 26px 56px rgba(3, 15, 26, 0.34); }
.hero-answer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(14, 42, 71, 0.18); font-size: 12px; font-weight: 800; }
.hero-answer-head > span:first-child { display: inline-flex; align-items: center; gap: 7px; }
.hero-answer-head img { width: 22px; height: 22px; object-fit: contain; }
.hero-answer-status { display: inline-flex; align-items: center; gap: 5px; color: #416947; font-size: 10px; }
.hero-answer-status i { width: 6px; height: 6px; border-radius: 50%; background: #5f8062; }
.hero-answer-question { display: flex; align-items: center; gap: 9px; padding: 17px 0 14px; font-size: 13px; }
.hero-answer-question > svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--muted); }
.hero-answer-response { display: flex; align-items: flex-start; gap: 10px; padding: 14px 0; border-top: 1px solid rgba(14, 42, 71, 0.14); }
.hero-answer-response > span { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: Poppins, sans-serif; font-size: 11px; font-weight: 700; }
.hero-answer-response p { margin: 1px 0 0; color: var(--ink); font-size: 14px; line-height: 1.45; }
.hero-answer-source { display: flex; align-items: center; gap: 7px; color: #536676; font-size: 11px; font-weight: 700; }
.hero-answer-source svg { width: 13px; height: 13px; }
.hero-journey.is-hero .hero-memory-visual::before,
.hero-journey.is-hero .hero-memory-arrow,
.hero-journey.is-hero .hero-answer-response,
.hero-journey.is-hero .hero-answer-source { animation-play-state: running; }
.hero-journey.is-hero .hero-answer-response { animation: hero-answer-pulse 5.6s ease-in-out infinite; }
.hero-journey.is-hero .hero-answer-source { animation: hero-source-confirm 5.6s ease-in-out infinite; }

@keyframes hero-source-card-pulse {
  0%, 12%, 34%, 100% { border-color: rgba(255, 255, 255, 0.88); box-shadow: 0 12px 28px rgba(3, 15, 26, 0.24); }
  20%, 27% { border-color: var(--orange-soft); box-shadow: 0 14px 32px rgba(230, 106, 16, 0.3); }
}

@keyframes hero-flow-line {
  0%, 38%, 100% { opacity: 0.38; }
  50%, 64% { opacity: 1; }
}

@keyframes hero-arrow-pulse {
  0%, 48%, 76%, 100% { box-shadow: 0 0 0 0 rgba(230, 106, 16, 0); transform: translateX(-50%) scale(1); }
  60% { box-shadow: 0 0 0 7px rgba(230, 106, 16, 0.2); transform: translateX(-50%) scale(1.08); }
}

@keyframes hero-answer-pulse {
  0%, 58%, 88%, 100% { background: transparent; }
  70%, 80% { background: rgba(230, 106, 16, 0.08); }
}

@keyframes hero-source-confirm {
  0%, 66%, 94%, 100% { color: #536676; }
  78%, 88% { color: #b64c07; }
}

@keyframes nudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

.offer-snapshot { border-top: 3px solid var(--orange); background: #123654; color: var(--white); }
.offer-snapshot-grid { display: grid; grid-template-columns: 0.72fr 1fr 1.28fr; min-height: 132px; }
.offer-snapshot-grid > div { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-width: 0; padding: 26px 34px; border-left: 1px solid rgba(255, 255, 255, 0.18); }
.offer-snapshot-grid > div:first-child { padding-left: 0; border-left: 0; }
.offer-snapshot-grid > div:last-child { padding-right: 0; }
.offer-snapshot-grid span { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 17px; font-weight: 800; line-height: 1.3; }
.offer-snapshot-grid svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--orange-soft); }
.offer-snapshot-grid .offer-snapshot-value { font-family: Poppins, sans-serif; font-size: 34px; line-height: 1; }
.offer-snapshot-value small { align-self: flex-end; padding-bottom: 2px; font-family: Inter, sans-serif; font-size: 14px; font-weight: 700; }
.offer-snapshot-grid p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 14px; line-height: 1.45; }

.section { padding: 152px 0; }
.problem-section { padding-top: 118px; background: var(--paper); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr); gap: 80px; align-items: end; }
.split-heading h2 { max-width: 750px; }
.section-lead { margin-bottom: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }

.continuity-layout { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: stretch; gap: 24px; margin-top: 72px; }
.continuity-before, .continuity-after { min-height: 390px; padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,0.44); }
.continuity-label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.label-dot { width: 8px; height: 8px; border-radius: 50%; background: #5f8062; }
.label-dot-orange { background: var(--orange); }
.fragment { display: flex; align-items: center; gap: 10px; width: max-content; max-width: 92%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); color: #4d5965; box-shadow: 0 8px 20px rgba(8,29,49,0.05); font-size: 13px; }
.fragment svg { width: 16px; flex: 0 0 auto; color: var(--orange); }
.fragment-one { margin: 42px 0 0 4%; transform: rotate(-3deg); }
.fragment-two { margin: 20px 0 0 21%; transform: rotate(2.5deg); }
.fragment-three { margin: 22px 0 0 8%; transform: rotate(-1.5deg); }
.fragment-four { margin: 19px 0 0 30%; transform: rotate(3deg); }
.continuity-arrow { display: grid; place-items: center; color: var(--orange); }
.continuity-arrow svg { width: 28px; height: 28px; }
.memory-stack { margin-top: 36px; padding: 22px; border: 1px solid rgba(14,42,71,0.18); border-top: 4px solid var(--orange); background: var(--white); box-shadow: var(--shadow); }
.memory-meta, .answer-panel-head, .overview-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.memory-meta { color: var(--navy); font-size: 12px; font-weight: 700; }
.status-dot, .answer-confidence { display: inline-flex; align-items: center; gap: 5px; color: #446f49; font-size: 11px; font-weight: 700; }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #5f8062; }
.memory-question { display: flex; align-items: center; gap: 10px; margin: 24px 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: #354252; font-size: 14px; font-weight: 600; }
.memory-question svg { width: 16px; height: 16px; color: var(--muted); }
.memory-answer { display: flex; align-items: flex-start; gap: 11px; }
.answer-mark { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: Poppins, sans-serif; font-size: 12px; font-weight: 700; }
.memory-answer p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.5; }
.memory-source { display: flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--muted); font-size: 11px; }
.memory-source svg { width: 13px; height: 13px; }

.memory-section { background: var(--paper-deep); }
.product-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 0.64fr); gap: 90px; align-items: end; }
.product-intro h2 { max-width: 660px; }
.product-frame { display: grid; grid-template-columns: 206px minmax(0, 1fr); margin-top: 70px; overflow: hidden; border: 1px solid #c7cdd3; border-radius: 7px; background: #eff2f3; box-shadow: 0 26px 68px rgba(8, 29, 49, 0.14); }
.product-rail { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; min-height: 570px; padding: 24px 16px 18px; background: var(--navy); color: rgba(255,255,255,0.8); }
.product-icon { width: 34px; height: 34px; object-fit: contain; filter: brightness(0) invert(1); }
.rail-nav { display: grid; gap: 8px; margin-top: -66px; }
.rail-nav span { display: flex; align-items: center; gap: 10px; padding: 10px; color: rgba(255,255,255,0.74); font-size: 12px; }
.rail-nav svg { width: 15px; height: 15px; }
.rail-nav .rail-active { border-left: 2px solid var(--orange); background: rgba(255,255,255,0.08); color: var(--white); }
.rail-nav b { font-weight: 600; }
.rail-account { display: flex; align-items: center; gap: 9px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.17); font-size: 10px; line-height: 1.35; }
.account-initials { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: var(--white); font-size: 10px; font-weight: 700; }
.product-canvas { min-width: 0; padding: 38px; background: #f7f8f7; }
.product-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid #d6dbdc; }
.product-kicker { margin-bottom: 4px; color: #6a7780; font-size: 12px; font-weight: 600; }
.product-topline h3 { color: var(--navy); font-size: 24px; }
.demo-chip { padding: 6px 9px; border: 1px solid #d1d8d5; border-radius: 99px; color: #5a6967; font-size: 10px; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(210px, 0.7fr); gap: 24px; margin-top: 26px; }
.question-panel { min-width: 0; }
.search-label { margin: 0 0 8px; color: #586773; font-size: 12px; font-weight: 700; }
.search-row { display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 7px 0 14px; border: 1px solid #c9d2d4; border-radius: 4px; background: var(--white); }
.search-row > svg { flex: 0 0 auto; width: 18px; height: 18px; color: #62717b; }
.search-query { min-width: 0; flex: 1; overflow: hidden; color: var(--ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.search-submit { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 3px; background: var(--orange); color: var(--white); }
.search-submit svg { width: 16px; height: 16px; }
.suggestion-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0 17px; }
.suggestion-row span { padding: 6px 9px; border: 1px solid #d2d9d9; border-radius: 99px; color: #5d6b75; font-size: 10px; font-weight: 600; }
.answer-panel { padding: 18px; border: 1px solid #ccd4d5; border-radius: 4px; background: var(--white); }
.answer-panel-head { margin-bottom: 14px; color: var(--navy); font-size: 12px; font-weight: 700; }
.answer-confidence svg { width: 14px; height: 14px; }
.answer-panel > p { margin-bottom: 18px; font-size: 13px; line-height: 1.58; white-space: pre-line; }
.source-line { display: flex; align-items: center; width: 100%; gap: 8px; padding: 10px 0 0; border-top: 1px solid #e1e5e3; color: #596970; font-size: 10px; font-weight: 600; }
.source-line span { flex: 1; }
.source-line svg { width: 13px; height: 13px; }
.overview-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; align-content: start; }
.overview-card { min-height: 130px; padding: 14px; border: 1px solid #ccd4d5; border-radius: 4px; background: var(--white); }
.overview-card-head { margin-bottom: 20px; color: #63717a; font-size: 10px; font-weight: 600; }
.overview-card-head svg { width: 15px; height: 15px; color: var(--orange); }
.overview-card strong { display: block; color: var(--navy); font-size: 12px; line-height: 1.4; }
.overview-card p { margin: 6px 0 0; color: #64727a; font-size: 10px; line-height: 1.4; }
.overview-card-orange { border-top: 3px solid var(--orange); }
.overview-wide { grid-column: span 2; min-height: auto; }
.product-caption { display: flex; gap: 36px; margin-top: 22px; color: #647079; font-size: 13px; }
.product-caption p { margin: 0; }
.product-caption span { margin-right: 8px; color: var(--orange); font-weight: 700; }

.portfolio-section { border-top: 1px solid rgba(14, 42, 71, 0.1); background: var(--paper); }
.portfolio-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 0.64fr); gap: 90px; align-items: end; }
.portfolio-intro h2 { max-width: 760px; }
.portfolio-frame { display: grid; grid-template-columns: 168px minmax(0, 1fr); margin-top: 70px; overflow: hidden; border: 1px solid #c7cdd3; border-radius: 7px; background: #eff2f3; box-shadow: 0 26px 68px rgba(8, 29, 49, 0.14); }
.portfolio-rail { display: flex; flex-direction: column; min-width: 0; min-height: 520px; padding: 24px 16px 18px; background: var(--navy); color: rgba(255, 255, 255, 0.8); }
.portfolio-icon { width: 34px; height: 34px; object-fit: contain; filter: brightness(0) invert(1); }
.portfolio-rail-active { display: flex; align-items: center; gap: 9px; margin: 94px 0 auto; padding: 11px 10px; border-left: 2px solid var(--orange); background: rgba(255, 255, 255, 0.08); color: var(--white); font-size: 12px; }
.portfolio-rail-active svg { width: 15px; height: 15px; }
.portfolio-rail-active b { font-weight: 600; }
.portfolio-account { display: flex; align-items: center; gap: 9px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.17); font-size: 10px; }
.portfolio-canvas { min-width: 0; padding: 38px; background: #f7f8f7; }
.portfolio-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid #d6dbdc; }
.portfolio-topline h3 { color: var(--navy); font-size: 24px; }
.portfolio-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 24px 0 14px; }
.portfolio-search { display: flex; align-items: center; gap: 10px; width: min(100%, 520px); min-height: 46px; padding: 0 14px; border: 1px solid #c9d2d4; border-radius: 4px; background: var(--white); }
.portfolio-search svg { flex: 0 0 auto; width: 17px; height: 17px; color: #62717b; }
.portfolio-search span { color: #687780; font-size: 13px; }
.portfolio-count { flex: 0 0 auto; color: #63717a; font-size: 11px; font-weight: 700; }
.company-list { overflow: hidden; border: 1px solid #ccd4d5; border-radius: 5px; background: var(--white); }
.company-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto 18px; align-items: center; gap: 13px; width: 100%; min-height: 72px; padding: 12px 16px; border-bottom: 1px solid #e0e4e3; background: var(--white); color: var(--navy); text-align: left; }
.company-row:last-child { border-bottom: 0; }
.company-row.is-selected { background: #fff8f1; box-shadow: inset 3px 0 0 var(--orange); }
.company-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #cad2d4; border-radius: 6px; background: #f1f3f2; color: var(--navy); font-family: Poppins, sans-serif; font-size: 13px; font-weight: 700; }
.company-row.is-selected .company-mark { border-color: var(--orange-soft); background: var(--orange); color: var(--white); }
.company-name { display: grid; gap: 3px; min-width: 0; }
.company-name strong { overflow: hidden; font-size: 14px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.company-name small { color: #687780; font-size: 11px; line-height: 1.3; }
.company-selected-label { padding: 5px 8px; border-radius: 99px; background: rgba(230, 106, 16, 0.1); color: #b84e05; font-size: 10px; font-weight: 800; opacity: 0; }
.company-row.is-selected .company-selected-label { opacity: 1; }
.company-row > svg { width: 17px; height: 17px; color: #7a878d; }
.company-row.is-selected > svg { color: var(--orange); transform: translateX(2px); }
.portfolio-access-note { display: flex; align-items: center; gap: 13px; margin-top: 14px; padding: 15px 17px; border: 1px solid rgba(14, 42, 71, 0.14); border-radius: 5px; background: #edf2ee; }
.portfolio-access-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: #dfe9e1; color: #416947; }
.portfolio-access-icon svg { width: 18px; height: 18px; }
.portfolio-access-note p { margin: 0; color: #53646c; font-size: 12px; line-height: 1.5; }
.portfolio-access-note strong { color: var(--navy); }

.benefit-section { --benefit-progress: 0; --benefit-open: 0; --benefit-start-opacity: 1; --benefit-start-scale: 1; --benefit-center-opacity: 0; --benefit-center-offset: 18px; --benefit-ring-scale: 0.76; --benefit-ring-outer-opacity: 0; --benefit-ring-middle-opacity: 0; --benefit-ring-angle: 0deg; position: relative; height: 190svh; background: var(--paper); }
.benefit-sticky { position: sticky; top: 0; display: grid; place-items: center; height: 100svh; min-height: 650px; overflow: clip; padding-top: 76px; }
.benefit-story-shell { display: grid; place-items: center; }
.benefit-orbit { position: relative; width: min(100%, 1020px); height: min(80vh, 680px); }
.benefit-ring { position: absolute; top: 50%; left: 50%; aspect-ratio: 1; border: 1px solid rgba(14, 42, 71, 0.14); border-radius: 50%; transform: translate(-50%, -50%) scale(var(--benefit-ring-scale)); transform-origin: center; }
.benefit-ring-outer { width: min(64vw, 72vh, 640px); opacity: var(--benefit-ring-outer-opacity); }
.benefit-ring-middle { width: min(54vw, 62vh, 550px); border-color: rgba(36, 74, 105, 0.2); opacity: var(--benefit-ring-middle-opacity); }
.benefit-ring-inner { width: min(44vw, 52vh, 460px); border: 2px solid rgba(230, 106, 16, 0.62); opacity: 1; }
.benefit-ring-inner::before { position: absolute; inset: -2px; border: 2px solid transparent; border-top-color: var(--orange); border-right-color: var(--orange-soft); border-radius: inherit; content: ""; transform: rotate(var(--benefit-ring-angle)); }
.benefit-start-mark { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; place-items: center; width: 84px; height: 84px; border: 1px solid rgba(14, 42, 71, 0.16); border-radius: 16px; background: var(--white); box-shadow: 0 18px 34px rgba(8, 29, 49, 0.16); opacity: var(--benefit-start-opacity); transform: translate(-50%, -50%) scale(var(--benefit-start-scale)); }
.benefit-start-mark img { width: 52px; height: 52px; object-fit: contain; }
.benefit-story-heading { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(44vw, 460px); opacity: var(--benefit-center-opacity); text-align: center; transform: translate(-50%, -50%) translateY(var(--benefit-center-offset)); }
.benefit-story-heading .eyebrow { margin-bottom: 14px; }
.benefit-story-heading h2 { font-size: clamp(27px, 2.2vw, 34px); line-height: 1.14; text-wrap: balance; }
.benefit-story-cards { position: absolute; z-index: 4; inset: 0; }
.benefit-story-card { --benefit-x: 0px; --benefit-y: 0px; --benefit-card-opacity: 0; --benefit-card-scale: 0.72; position: absolute; top: 50%; left: 50%; display: grid; grid-template-columns: 44px 1fr; gap: 12px; width: 276px; min-height: 132px; padding: 15px; border: 1px solid rgba(14, 42, 71, 0.16); border-radius: 6px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 16px 36px rgba(8, 29, 49, 0.12); opacity: var(--benefit-card-opacity); transform: translate(-50%, -50%) translate3d(var(--benefit-x), var(--benefit-y), 0) scale(var(--benefit-card-scale)); transform-origin: center; }
.benefit-story-card:first-child { width: 310px; }
.benefit-card-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white); }
.benefit-card-icon svg { width: 20px; height: 20px; }
.benefit-card-copy { min-width: 0; opacity: var(--benefit-open); }
.benefit-card-index { display: block; margin-bottom: 5px; color: var(--orange); font-family: Poppins, sans-serif; font-size: 10px; font-weight: 700; }
.benefit-story-card h3 { color: var(--navy); font-size: 14px; line-height: 1.28; }
.benefit-story-card p { margin: 8px 0 0; color: #526676; font-size: 12px; line-height: 1.52; }
.benefit-scroll-progress { position: absolute; z-index: 6; right: 18px; bottom: 18px; left: 18px; height: 1px; overflow: hidden; background: var(--line); }
.benefit-scroll-progress > span { display: block; width: 100%; height: 100%; transform: scaleX(var(--benefit-progress)); transform-origin: left; }
.benefit-scroll-progress > span i { display: block; width: 100%; height: 100%; background: var(--orange); }

.pricing-section { position: relative; overflow: hidden; background: var(--paper-deep); }
.pricing-orbit { position: absolute; top: 70px; right: -20px; display: flex; align-items: flex-start; color: rgba(14, 42, 71, 0.035); font-family: Poppins, sans-serif; line-height: 0.8; pointer-events: none; transform: rotate(-4deg); }
.pricing-orbit span { font-size: 280px; font-weight: 800; }
.pricing-orbit i { margin-top: 22px; font-size: 84px; font-style: normal; font-weight: 700; }
.pricing-heading { position: relative; max-width: 800px; text-align: center; }
.pricing-heading h2 { max-width: 760px; margin: 0 auto; }
.pricing-heading > p:last-child { max-width: 700px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.pricing-experience { position: relative; margin-top: 58px; }
.pricing-mode-switch { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(100%, 500px); margin: 0 auto; padding: 5px; border: 1px solid rgba(14, 42, 71, 0.18); border-radius: 5px; background: rgba(255, 255, 255, 0.56); }
.pricing-switch-indicator { position: absolute; z-index: 0; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 3px; background: var(--navy); box-shadow: 0 8px 22px rgba(8, 29, 49, 0.14); transition: transform 360ms cubic-bezier(0.2, 0.78, 0.2, 1); }
.is-office-mode .pricing-switch-indicator { transform: translateX(100%); }
.pricing-mode-switch button { position: relative; z-index: 1; min-height: 44px; padding: 10px 16px; border: 0; background: transparent; color: var(--navy); font-size: 13px; font-weight: 700; transition: color 240ms ease; }
.pricing-mode-switch button[aria-selected="true"] { color: var(--white); }
.pricing-context { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr); gap: 70px; align-items: end; margin-top: 62px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.pricing-context-kicker { margin: 0 0 8px; color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pricing-context h3 { color: var(--navy); font-size: 25px; }
.pricing-context > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; white-space: pre-line; }
.pricing-feature-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; padding: 22px 0; color: #4f606c; font-size: 12px; font-weight: 600; }
.pricing-feature-line span { display: inline-flex; align-items: center; gap: 6px; }
.pricing-feature-line svg { width: 15px; height: 15px; color: var(--orange); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; border-top: 1px solid var(--line); border-left: 1px solid var(--line); transition: opacity 160ms ease, transform 160ms ease; }
.pricing-grid.is-switching { opacity: 0; transform: translateY(8px); }
.pricing-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 460px; padding: 26px 22px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.46); animation: pricing-card-enter 460ms cubic-bezier(0.2, 0.78, 0.2, 1) both; animation-delay: calc(var(--plan-index) * 45ms); transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.pricing-card:hover { z-index: 1; background: rgba(255, 255, 255, 0.78); box-shadow: 0 20px 42px rgba(8, 29, 49, 0.1); transform: translateY(-4px); }
.pricing-card.is-highlighted { background: var(--white); box-shadow: inset 0 4px 0 var(--orange); }
.pricing-card-top { display: flex; align-items: flex-start; justify-content: space-between; min-height: 59px; gap: 10px; }
.pricing-card-top > div { display: grid; gap: 4px; min-width: 0; }
.pricing-plan-name { color: var(--navy); font-family: Poppins, sans-serif; font-size: 18px; font-weight: 700; }
.pricing-plan-detail { color: var(--muted); font-size: 12px; font-weight: 600; }
.pricing-badge { flex: 0 0 auto; padding: 5px 7px; border-radius: 3px; background: #fff0e4; color: #b74f08; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pricing-price { display: flex; align-items: flex-start; gap: 6px; margin: 22px 0 12px; color: var(--navy); }
.pricing-price strong { font-family: Poppins, sans-serif; font-size: 54px; line-height: 0.92; }
.pricing-price > span { display: flex; align-items: baseline; gap: 2px; padding-top: 4px; font-size: 18px; font-weight: 700; }
.pricing-price small { color: var(--muted); font-size: 11px; font-weight: 600; }
.pricing-per-seat { margin: -4px 0 11px; color: var(--orange); font-size: 12px; font-weight: 700; }
.pricing-description { flex: 1; margin: 8px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; white-space: pre-line; }
.pricing-yearly { margin: 0 0 17px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 700; }
.pricing-card .button { min-height: 46px; font-size: 12px; }
.pricing-tax-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.pricing-seat-rules { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 24px; padding: 18px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.pricing-seat-rules > span:first-child { color: var(--navy); font-weight: 700; }
.pricing-seat-rules strong { color: var(--navy); }
.pricing-reassurance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-reassurance article { display: grid; grid-template-columns: 34px 1fr; gap: 13px; min-width: 0; padding: 30px 24px; }
.pricing-reassurance article:first-child { padding-left: 0; }
.pricing-reassurance article:last-child { padding-right: 0; }
.pricing-reassurance article + article { border-left: 1px solid var(--line); }
.pricing-reassurance svg { width: 24px; height: 24px; color: var(--orange); }
.pricing-reassurance h3 { margin-bottom: 8px; color: var(--navy); font-size: 16px; }
.pricing-reassurance p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.assisted-setup { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr); gap: 80px; align-items: center; margin-top: 72px; padding: 46px 50px; border-top: 4px solid var(--orange); background: var(--navy); color: var(--white); box-shadow: 0 24px 55px rgba(8, 29, 49, 0.14); }
.assisted-setup h3 { max-width: 610px; color: var(--white); font-size: 27px; }
.assisted-setup-copy > p:not(.eyebrow) { max-width: 620px; margin: 16px 0 20px; color: rgba(255, 255, 255, 0.72); font-size: 14px; line-height: 1.6; }
.assisted-setup-prices { border-top: 1px solid rgba(255, 255, 255, 0.22); }
.assisted-setup-prices > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.assisted-setup-prices span { color: rgba(255, 255, 255, 0.72); font-size: 13px; }
.assisted-setup-prices strong { color: var(--white); font-family: Poppins, sans-serif; font-size: 17px; white-space: nowrap; }

@keyframes pricing-card-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.pricing-offer { position: relative; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr); margin-top: 64px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: 7px; background: var(--white); box-shadow: 0 28px 64px rgba(8, 29, 49, 0.13); }
.pricing-offer-main { display: flex; align-items: flex-start; flex-direction: column; padding: 50px; }
.pricing-offer-main h3 { color: var(--navy); font-size: 25px; }
.pricing-offer .pricing-price { margin: 30px 0 4px; }
.pricing-offer .pricing-price strong { font-size: 76px; line-height: 0.86; }
.pricing-offer .pricing-price > span { padding-top: 2px; font-size: 23px; }
.pricing-offer .pricing-price small { font-size: 13px; }
.pricing-vat { margin: 0 0 26px; color: var(--muted); font-size: 12px; font-weight: 700; }
.pricing-offer-copy { max-width: 390px; margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.pricing-offer-main .button { margin-top: auto; }
.pricing-offer-details { padding: 50px; border-left: 1px solid var(--line); background: #f8f7f3; }
.pricing-detail-heading { margin: 0 0 18px; color: var(--navy); font-family: Poppins, sans-serif; font-size: 17px; font-weight: 700; }
.pricing-feature-list { border-top: 1px solid var(--line); }
.pricing-feature-list span { display: flex; align-items: center; gap: 10px; min-height: 49px; border-bottom: 1px solid var(--line); color: #4f606c; font-size: 13px; font-weight: 600; }
.pricing-feature-list svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--orange); }
.pricing-start-note { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin-top: 24px; padding: 17px; border: 1px solid rgba(65, 105, 71, 0.2); border-radius: 5px; background: #edf2ee; }
.pricing-start-note > svg { width: 22px; height: 22px; color: #416947; }
.pricing-start-note p { margin: 0; color: #53646c; font-size: 12px; line-height: 1.55; }
.pricing-start-note strong { color: var(--navy); }
.assisted-setup-mark { display: grid; grid-template-columns: auto auto auto auto; align-items: center; justify-content: end; gap: 12px; }
.assisted-setup-mark svg { width: 20px; height: 20px; color: var(--orange-soft); }
.assisted-setup-mark span { color: var(--white); font-size: 13px; font-weight: 700; white-space: nowrap; }

.trust-section { padding: 135px 0; background: var(--navy); color: var(--white); }
.trust-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr); gap: 112px; align-items: center; }
.trust-copy h2 { color: var(--white); max-width: 650px; }
.trust-copy > p:last-child { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,0.78); font-size: 18px; line-height: 1.65; }
.trust-principles { border-top: 1px solid rgba(255,255,255,0.25); }
.trust-principles > div { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.25); }
.trust-principles svg { width: 22px; height: 22px; color: var(--orange-soft); }
.trust-principles span { display: grid; gap: 3px; color: rgba(255,255,255,0.72); font-size: 14px; line-height: 1.45; }
.trust-principles strong { color: var(--white); font-size: 15px; }

.pilot-section { background: var(--sage); }
.pilot-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr); gap: 116px; align-items: start; }
.pilot-layout h2 { max-width: 600px; }
.pilot-layout .section-lead { max-width: 610px; margin-top: 26px; }
.pilot-cta { margin-top: 28px; }
.pilot-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(14,42,71,0.25); }
.pilot-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(14,42,71,0.25); }
.pilot-steps li > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: Poppins, sans-serif; font-size: 12px; font-weight: 700; }
.pilot-steps strong { display: block; color: var(--navy); font-size: 15px; }
.pilot-steps p { margin: 3px 0 0; color: #52616a; font-size: 13px; line-height: 1.45; }

.contact-section { padding: 128px 0; background: var(--navy-deep); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(330px, 0.7fr); gap: 100px; align-items: start; }
.contact-layout h2 { max-width: 600px; color: var(--white); }
.contact-layout > div > p:last-child { max-width: 550px; margin: 26px 0 0; color: rgba(255,255,255,0.73); font-size: 18px; line-height: 1.62; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,0.77); font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,0.3); border-radius: 3px; background: rgba(255,255,255,0.06); color: var(--white); padding: 12px; outline: none; resize: vertical; transition: border-color 160ms ease, background-color 160ms ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange-soft); background: rgba(255,255,255,0.1); }
.contact-form .form-message { grid-column: span 2; }
.contact-form .form-company { grid-column: span 2; }
.contact-form .button { grid-column: span 2; margin-top: 5px; }
.contact-form .button:disabled { cursor: wait; opacity: 0.68; }
.form-note { grid-column: span 2; margin: 0; color: rgba(255,255,255,0.55); font-size: 11px; }
.form-note[data-state="success"] { color: #cde8d1; }
.form-note[data-state="error"] { color: #ffd2c2; }
.form-note a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.form-privacy { grid-column: span 2; margin: -7px 0 0; color: rgba(255,255,255,0.55); font-size: 11px; }
.form-privacy a { color: rgba(255,255,255,0.88); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 30px 0; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.72); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand img { width: 138px; filter: brightness(0) invert(1); }
.footer-copy { display: grid; flex: 1; gap: 3px; }
.footer-copy p { margin: 0; font-size: 12px; }
.footer-copy a { width: fit-content; color: rgba(255,255,255,0.86); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.back-to-top { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.35); border-radius: 3px; color: var(--white); transition: border-color 160ms ease, color 160ms ease, transform 160ms ease; }
.back-to-top:hover { border-color: var(--orange); color: var(--orange-soft); transform: translateY(-2px); }
.back-to-top svg { width: 17px; height: 17px; }

.legal-page { background: var(--paper); color: var(--ink); }
.legal-header { border-top: 3px solid var(--orange); border-bottom: 1px solid var(--line); background: rgba(250,248,243,0.96); }
.legal-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.legal-brand img { width: 166px; }
.legal-back { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 14px; font-weight: 700; transition: color 160ms ease; }
.legal-back:hover { color: var(--orange); }
.legal-main { padding: 88px 0 118px; }
.legal-article { width: min(800px, calc(100vw - 64px)); margin: 0 auto; }
.legal-intro { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.legal-article h1 { max-width: 700px; margin: 13px 0 20px; color: var(--navy); font-family: Poppins, Inter, sans-serif; font-size: clamp(44px, 6vw, 68px); line-height: 1.04; letter-spacing: 0; }
.legal-lead { max-width: 690px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.legal-updated { margin: 22px 0 0; color: var(--muted); font-size: 12px; font-weight: 600; }
.legal-article section { padding: 36px 0 38px; border-bottom: 1px solid var(--line); }
.legal-article section:last-child { border-bottom: 0; }
.legal-article h2 { margin: 0 0 17px; color: var(--navy); font-family: Poppins, Inter, sans-serif; font-size: 22px; line-height: 1.3; letter-spacing: 0; }
.legal-article p { margin: 0 0 14px; color: #485c6e; font-size: 16px; line-height: 1.75; }
.legal-article p:last-child { margin-bottom: 0; }
.legal-article ul { display: grid; gap: 8px; margin: 12px 0 18px; padding-left: 22px; color: #485c6e; }
.legal-article li { padding-left: 4px; line-height: 1.65; }
.legal-article a { color: var(--navy); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(230,106,16,0.45); text-underline-offset: 3px; }
.legal-article address { color: #485c6e; font-style: normal; line-height: 1.75; }
.legal-footer { margin-top: 0; }

[data-reveal] { opacity: 0; transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1); }
[data-reveal="rise"] { transform: translateY(30px); }
[data-reveal="slide-left"] { transform: translateX(38px); }
[data-reveal].is-visible { opacity: 1; transform: translate(0, 0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  :root { --content: min(1180px, calc(100vw - 40px)); }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu { width: 100%; margin: 0; padding: 0 20px; overflow: hidden; max-height: 0; transition: max-height 220ms ease, padding 220ms ease, background-color 220ms ease; }
  .mobile-menu.is-open { display: grid; align-content: start; gap: 0; min-height: calc(100svh - 66px); max-height: calc(100svh - 66px); padding: 0 20px 16px; background: var(--navy-deep); box-shadow: 0 14px 28px rgba(8, 29, 49, 0.18); }
  .is-scrolled .mobile-menu.is-open { background: rgba(250, 248, 243, 0.99); }
  .mobile-menu a:not(.button) { padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.22); font-size: 14px; font-weight: 600; }
  .is-scrolled .mobile-menu a:not(.button) { border-color: var(--line); }
  .mobile-menu .button { margin-top: 12px; }
  .hero-journey { min-height: 720px; }
  .journey-intro { padding-top: 144px; }
  .journey-focus { width: min(48vw, 590px); }
  .journey-fragment-doc { left: 5%; }
  .journey-fragment-search { right: 5%; }
  .journey-fragment-decision { left: 8%; }
  .journey-fragment-open { right: 8%; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); align-content: center; gap: 18px; padding: 96px 0 56px; }
  .hero-memory-visual { width: min(100%, 390px); min-height: 132px; }
  .hero-memory-visual::before, .hero-source-stream, .hero-memory-arrow { display: none; }
  .hero-answer-card { position: relative; padding: 13px 15px; }
  .hero-answer-head { padding-bottom: 9px; }
  .hero-answer-question { padding: 10px 0 8px; }
  .hero-answer-response { padding: 9px 0; }
  .hero-answer-response p { font-size: 12px; }
  .split-heading, .product-intro, .portfolio-intro, .pricing-context, .trust-layout, .pilot-layout, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .continuity-layout { grid-template-columns: 1fr; gap: 22px; }
  .continuity-arrow { height: 42px; transform: rotate(90deg); }
  .product-frame { grid-template-columns: 1fr; }
  .product-rail { min-height: 0; padding: 16px; }
  .product-icon, .rail-account { display: none; }
  .rail-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; }
  .rail-nav span { min-width: 0; justify-content: center; gap: 5px; padding: 8px 3px; font-size: 9px; line-height: 1.18; text-align: center; white-space: normal; }
  .rail-nav svg { width: 13px; height: 13px; }
  .product-grid { grid-template-columns: 1fr; }
  .portfolio-frame { grid-template-columns: 1fr; }
  .portfolio-rail { flex-direction: row; align-items: center; min-height: 0; padding: 14px 16px; }
  .portfolio-icon { width: 28px; height: 28px; }
  .portfolio-rail-active { margin: 0 0 0 18px; padding: 8px 10px; }
  .portfolio-account { display: none; }
  .benefit-orbit { width: 100%; height: min(78vh, 620px); }
  .benefit-story-heading { width: min(54vw, 410px); }
  .benefit-story-heading h2 { font-size: clamp(25px, 3.8vw, 30px); }
  .benefit-story-card { width: 220px; min-height: 132px; padding: 15px; }
  .benefit-story-card:first-child { width: 240px; }
  .benefit-story-card p { font-size: 11.5px; line-height: 1.5; }
  .product-caption { flex-wrap: wrap; gap: 10px 24px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-card { min-height: 410px; }
  .pricing-offer { grid-template-columns: 1fr; }
  .pricing-offer-details { border-top: 1px solid var(--line); border-left: 0; }
  .pricing-reassurance { grid-template-columns: 1fr; }
  .pricing-reassurance article { padding: 24px 0; }
  .pricing-reassurance article + article { border-top: 1px solid var(--line); border-left: 0; }
  .assisted-setup { grid-template-columns: 1fr; gap: 36px; }
  .assisted-setup-mark { justify-content: start; }
}

@media (max-width: 720px) {
  .offer-snapshot-grid { grid-template-columns: 1fr; min-height: 0; }
  .offer-snapshot-grid > div { min-height: 74px; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, 0.18); border-left: 0; }
  .offer-snapshot-grid > div:first-child { border-top: 0; }
  .offer-snapshot-grid .offer-snapshot-value { font-size: 25px; }
  .offer-snapshot-grid p { margin-top: 4px; }
}

@media (max-width: 600px) {
  :root { --content: min(1180px, calc(100vw - 32px)); }
  html { scroll-padding-top: 66px; }
  .header-inner { min-height: 66px; }
  .brand img { width: 144px; }
  .hero-journey { min-height: 660px; height: 100svh; }
  .journey-intro { padding-top: 126px; }
  .journey-question { font-size: 20px; }
  .journey-question-stack { gap: 3px; }
  .journey-question-secondary { font-size: 16px; }
  .journey-lines span:nth-child(1) { left: 5%; height: 42%; }
  .journey-lines span:nth-child(2) { left: 13%; width: 18%; }
  .journey-lines span:nth-child(3) { right: 5%; height: 18%; }
  .journey-lines span:nth-child(4) { right: 4%; width: 25%; }
  .journey-lines span:nth-child(3)::after, .journey-lines span:nth-child(4)::after { display: none; }
  .journey-focus { top: 54%; width: calc(100vw - 64px); height: 230px; }
  .journey-focus img { object-position: 62% center; }
  .journey-fragment { width: auto; min-height: 94px; padding: 11px; }
  .journey-fragment svg { width: 16px; height: 16px; }
  .journey-fragment span { font-size: 9px; }
  .journey-fragment strong { font-size: 11px; }
  .journey-fragment-doc { top: 30%; left: 4%; width: 132px; }
  .journey-fragment-search { top: 29%; right: 4%; width: 148px; }
  .journey-fragment-decision { display: none; }
  .journey-fragment-open { right: 7%; bottom: 4%; width: 154px; }
  .journey-brand { top: 20px; }
  .journey-brand img { width: 166px; }
  .journey-brand p { font-size: 10px; }
  .journey-scroll-prompt { top: calc(54% + 146px); gap: 8px; min-height: 52px; max-width: calc(100vw - 42px); padding: 6px 6px 6px 16px; font-size: 13px; }
  .journey-scroll-icon { width: 38px; height: 38px; }
  .journey-scroll-prompt svg { width: 17px; height: 17px; }
  .hero-layout { gap: 11px; padding: 70px 0 26px; }
  h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-journey .hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(32px, 9vw, 40px);
  }
  h2 { font-size: 32px; }
  .section-lead, .trust-copy > p:last-child, .contact-layout > div > p:last-child { font-size: 16px; }
  .hero-lead { margin-bottom: 20px; font-size: 14.5px; line-height: 1.48; }
  .hero-actions { align-items: center; flex-direction: row; gap: 12px 17px; }
  .hero-actions .text-link { display: none; }
  .hero-memory-visual { min-height: 98px; }
  .hero-answer-head { display: none; }
  .hero-answer-card { padding: 10px 12px; }
  .hero-answer-question { padding: 2px 0 7px; }
  .hero-answer-response { padding: 7px 0; }
  .hero-answer-head img { width: 19px; height: 19px; }
  .hero-answer-status { font-size: 8px; }
  .hero-answer-question { font-size: 12px; }
  .hero-answer-source { font-size: 10px; }
  .scroll-cue { display: none; }
  .section, .trust-section { padding: 92px 0; }
  .continuity-layout, .product-frame, .portfolio-frame { margin-top: 45px; }
  .continuity-before, .continuity-after { min-height: 340px; padding: 20px; }
  .fragment { max-width: 100%; font-size: 12px; }
  .fragment-one { margin-left: 0; }
  .fragment-two { margin-left: 8%; }
  .fragment-three { margin-left: 2%; }
  .fragment-four { margin-left: 10%; }
  .product-canvas { padding: 22px 16px; }
  .product-topline { align-items: flex-start; }
  .product-topline h3 { font-size: 20px; }
  .demo-chip { white-space: nowrap; }
  .overview-panel { grid-template-columns: 1fr; }
  .overview-wide { grid-column: auto; }
  .portfolio-canvas { padding: 22px 16px; }
  .portfolio-topline h3 { font-size: 20px; }
  .portfolio-toolbar { gap: 12px; margin-top: 18px; }
  .portfolio-count { font-size: 10px; }
  .company-row { grid-template-columns: 36px minmax(0, 1fr) 16px; gap: 10px; min-height: 68px; padding: 10px 12px; }
  .company-mark { width: 36px; height: 36px; }
  .company-name strong { font-size: 13px; }
  .company-name small { font-size: 10.5px; }
  .company-selected-label { display: none; }
  .portfolio-access-note { align-items: flex-start; padding: 14px; }
  .portfolio-access-note p { font-size: 12px; }
  .benefit-section { height: 180svh; }
  .benefit-sticky { min-height: 620px; padding: 66px 0 8px; }
  .benefit-orbit { width: 100%; height: min(calc(100svh - 74px), 680px); }
  .benefit-ring-outer { width: min(92vw, 390px); }
  .benefit-ring-middle { width: min(81vw, 340px); }
  .benefit-ring-inner { width: min(70vw, 292px); }
  .benefit-start-mark { width: 68px; height: 68px; border-radius: 13px; }
  .benefit-start-mark img { width: 42px; height: 42px; }
  .benefit-story-heading { top: 12%; width: min(calc(100vw - 44px), 320px); }
  .benefit-story-heading .eyebrow { margin-bottom: 8px; font-size: 9px; }
  .benefit-story-heading h2 { font-size: clamp(18px, 5.1vw, 21px); line-height: 1.15; }
  .benefit-story-card { grid-template-columns: 36px 1fr; gap: 9px; width: min(82vw, 300px); min-height: 102px; padding: 11px; }
  .benefit-story-card:first-child { width: min(82vw, 300px); }
  .benefit-card-icon { width: 32px; height: 32px; }
  .benefit-card-icon svg { width: 16px; height: 16px; }
  .benefit-card-index { margin-bottom: 3px; font-size: 8px; }
  .benefit-story-card h3 { font-size: 13px; line-height: 1.24; }
  .benefit-story-card p { display: block; margin-top: 6px; font-size: 11px; line-height: 1.45; }
  .benefit-scroll-progress { right: 8px; bottom: 8px; left: 8px; }
  .pricing-orbit { top: 120px; right: -32px; }
  .pricing-orbit span { font-size: 160px; }
  .pricing-orbit i { margin-top: 12px; font-size: 50px; }
  .pricing-heading { text-align: left; }
  .pricing-heading > p:last-child { margin-top: 20px; font-size: 16px; }
  .pricing-offer { margin-top: 38px; }
  .pricing-offer-main, .pricing-offer-details { padding: 30px 20px; }
  .pricing-offer-main h3 { font-size: 22px; }
  .pricing-offer .pricing-price strong { font-size: 64px; }
  .pricing-offer-copy { font-size: 14px; }
  .pricing-feature-list span { min-height: 46px; font-size: 12px; }
  .pricing-start-note { grid-template-columns: 28px 1fr; padding: 14px; }
  .pricing-experience { margin-top: 38px; }
  .pricing-mode-switch { width: 100%; }
  .pricing-mode-switch button { min-height: 46px; padding: 9px 8px; font-size: 12px; }
  .pricing-context { margin-top: 42px; }
  .pricing-context h3 { font-size: 22px; }
  .pricing-feature-line { justify-content: flex-start; padding: 18px 0; }
  .pricing-feature-line span { width: 100%; }
  .pricing-grid { grid-template-columns: 1fr; border-left: 0; }
  .pricing-card { min-height: 0; padding: 24px 20px; border-left: 1px solid var(--line); }
  .pricing-card.is-highlighted { order: -1; }
  .pricing-card-top { min-height: 52px; }
  .pricing-price strong { font-size: 50px; }
  .pricing-description { min-height: 62px; }
  .pricing-seat-rules { align-items: flex-start; flex-direction: column; gap: 8px; }
  .pricing-reassurance { grid-template-columns: 1fr; margin-top: 50px; }
  .pricing-reassurance article { padding: 26px 0; }
  .pricing-reassurance article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .assisted-setup { width: 100%; margin-top: 50px; padding: 36px 22px; }
  .assisted-setup h3 { font-size: 24px; }
  .assisted-setup-prices > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .assisted-setup-mark { display: flex; justify-content: flex-start; width: 100%; }
  .assisted-setup-mark svg:nth-of-type(2) { display: none; }
  .trust-principles > div { grid-template-columns: 30px 1fr; }
  .pilot-cta { width: 100%; }
  .contact-section { padding: 90px 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .form-company, .contact-form .form-message, .contact-form .button, .form-note, .form-privacy { grid-column: auto; }
  .footer-inner { align-items: flex-start; flex-wrap: wrap; }
  .footer-copy { order: 3; flex-basis: 100%; }
  .legal-main { padding: 66px 0 86px; }
  .legal-article { width: min(800px, calc(100vw - 40px)); }
  .legal-intro { padding-bottom: 34px; }
  .legal-article h1 { font-size: 34px; overflow-wrap: anywhere; }
  .legal-lead { font-size: 17px; }
  .legal-article section { padding: 30px 0 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-lines span::after { display: none; }
  .benefit-section { height: auto; }
  .benefit-sticky { position: relative; height: auto; min-height: 0; padding: 120px 0; overflow: visible; }
  .benefit-story-shell { grid-template-columns: 1fr; gap: 42px; }
  .benefit-orbit { display: grid; width: 100%; height: auto; }
  .benefit-ring, .benefit-start-mark, .benefit-scroll-progress { display: none; }
  .benefit-story-heading { position: relative; top: auto; left: auto; width: min(760px, 100%); margin-bottom: 36px; opacity: 1; text-align: left; transform: none; }
  .benefit-story-cards { position: relative; inset: auto; display: grid; width: 100%; transform: none; }
  .benefit-story-card { position: relative; top: auto; left: auto; width: 100%; min-height: 0; padding: 24px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; text-align: left; transform: none; }
  .benefit-story-card:first-child { width: 100%; }
  .benefit-story-card:last-child { border-bottom: 1px solid var(--line); }
  .benefit-card-copy { opacity: 1; }
  .benefit-story-card p { display: block; max-width: 620px; margin-right: 0; margin-left: 0; }
}
