:root {
  --cinematic-ink: #10231e;
  --cinematic-muted: #63746f;
  --cinematic-paper: #f4f7f5;
  --cinematic-card: #ffffff;
  --cinematic-green: #093c2d;
  --cinematic-green-bright: #18d675;
  --cinematic-mint: #dffbef;
  --cinematic-line: rgba(12, 52, 40, 0.14);
  --cinematic-shadow: 0 28px 70px rgba(12, 48, 37, 0.1);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--cinematic-paper); color: var(--cinematic-ink); }
body, button, input, select { font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.title-line { display: block; white-space: nowrap; }
.title-line--mobile { display: none; }
.story-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.story-section { position: relative; padding: clamp(110px, 12vw, 190px) 0; overflow: hidden; }
.story-section:nth-of-type(odd) { background: #fff; }
.section-eyebrow { margin: 0 0 22px; color: #078d58; font-size: 13px; font-weight: 850; letter-spacing: .18em; }
.section-title { margin: 0; font-size: clamp(42px, 5.4vw, 80px); font-weight: 850; letter-spacing: -.055em; line-height: 1.04; }
.section-lead { max-width: 650px; margin: 30px 0 0; color: var(--cinematic-muted); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.75; }
.section-lead--narrow { max-width: 720px; }
.section-legal { margin: 24px 0 0; color: #71817c; font-size: 13px; line-height: 1.65; }
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 780; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--cinematic-green-bright); color: #06271b; box-shadow: 0 14px 34px rgba(24, 214, 117, .22); }
.button--secondary { border-color: var(--cinematic-line); background: #fff; color: var(--cinematic-ink); }
.button--glass { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(14px); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #24e584; outline-offset: 4px; }

.site-header { position: fixed !important; inset: 0 0 auto; z-index: 200; background: rgba(5, 31, 23, .72) !important; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.site-header .header-inner { width: min(1280px, calc(100% - 48px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.site-header .brand { width: 108px; flex: 0 0 auto; }
.site-header .brand img { width: 100%; height: auto; display: block; filter: brightness(0) invert(1); }
.cinematic-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.cinematic-nav a { color: rgba(255,255,255,.76); font-size: 14px; font-weight: 650; }
.site-header .header-actions { margin-left: auto; display: flex; gap: 8px; }
.site-header .download-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); transition: transform .22s ease, border-color .22s ease, background-color .22s ease; }
.site-header .download-button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.15); }
.site-header .download-button img { width: 22px; height: 22px; display: block; border-radius: 6px; object-fit: contain; }

.cinematic-hero { position: relative; height: 1060vh; background: #061d16; }
.cinematic-hero__stage { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; isolation: isolate; perspective: 1200px; background: #09261d; }
.has-homepage-motion .cinematic-hero__stage { position: relative; }
.cinematic-hero__video, .cinematic-hero__poster { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; }
.cinematic-hero__video { z-index: -5; filter: saturate(.72) contrast(1.08); }
.cinematic-hero__poster { z-index: -6; background: url("assets/hero/restaurant-work-poster.webp") center/cover no-repeat; }
.cinematic-hero__shade { position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 24% 46%, rgba(40,235,137,.11), transparent 34%), linear-gradient(90deg, rgba(4,22,16,.94) 0%, rgba(5,30,22,.7) 48%, rgba(3,18,13,.84) 100%), linear-gradient(180deg, rgba(3,18,13,.3), rgba(3,18,13,.86)); }
.cinematic-hero__glow { position: absolute; width: 58vw; aspect-ratio: 1; right: -12vw; top: -25vw; z-index: -3; border-radius: 50%; background: radial-gradient(circle, rgba(28,221,125,.22), rgba(28,221,125,.06) 38%, transparent 68%); filter: blur(22px); mix-blend-mode: screen; will-change: transform, opacity; }
.cinematic-hero__copy, .cinematic-hero__final { position: absolute; left: max(6vw, calc((100vw - 1280px) / 2)); top: 50%; width: min(900px, 88vw); transform: translateY(-50%); color: #fff; z-index: 15; }
.cinematic-hero__copy:not([data-hero-scene="greeting"]) { opacity: 0; visibility: hidden; }
.cinematic-hero__eyebrow { margin: 0 0 24px; color: #62efa2; font-size: 13px; font-weight: 850; letter-spacing: .2em; }
.cinematic-hero h1, .cinematic-hero h2 { margin: 0; color: #fff; font-size: clamp(52px, 7.2vw, 108px); font-weight: 790; letter-spacing: -.065em; line-height: .99; text-wrap: balance; }
[data-hero-scene="payment"] h2, [data-hero-scene="focus"] h2 { font-size: clamp(44px, 4.6vw, 60px); }
.hero-copy__soft, .hero-copy__strong { font-style: normal; }
.hero-copy__soft { color: rgba(255,255,255,.76); font-weight: 560; letter-spacing: -.04em; }
.hero-copy__strong { display: inline-block; color: #fff; font-weight: 950; letter-spacing: -.075em; text-shadow: 0 8px 38px rgba(255,255,255,.12); transform-origin: left center; will-change: transform, opacity, filter; }
.cinematic-hero__final { left: 50%; width: min(920px, calc(100% - 40px)); display: flex; flex-direction: column; align-items: center; text-align: center; opacity: 1; top: auto; bottom: 7vh; transform: translateX(-50%); }
.has-homepage-motion .cinematic-hero__final { opacity: 0; visibility: hidden; top: 50%; bottom: auto; transform: none; }
.cinematic-hero__final h2 { font-size: clamp(38px, 5vw, 72px); }
.cinematic-hero__brand { width: clamp(170px, 16vw, 230px); height: auto; margin-top: 26px; background: transparent; filter: brightness(0) invert(1); transform-origin: 50% 50%; will-change: transform, opacity, filter; }
.cinematic-hero__actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.cinematic-hero__scroll { position: absolute; right: 38px; bottom: 40px; z-index: 30; margin: 0; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 750; letter-spacing: .16em; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; }
.cinematic-hero__scroll span { width: 42px; height: 1px; background: rgba(255,255,255,.5); }

.franchise-logo-stage { position: absolute; inset: 0; z-index: 8; transform-style: preserve-3d; pointer-events: none; }
.franchise-logo { --logo-x: 0vw; --logo-y: 0vh; position: absolute; left: 50%; top: 50%; width: clamp(110px, 13vw, 190px); height: clamp(64px, 8vw, 104px); padding: 16px 18px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 28px 90px rgba(0,0,0,.38); backdrop-filter: blur(12px); transform-style: preserve-3d; opacity: 0; will-change: transform, opacity; }
.franchise-logo[data-dark-logo="true"] { background: rgba(15,48,38,.94); }
.franchise-logo img { width: 100%; height: 100%; object-fit: contain; }

.rocket-section { padding: 0; overflow: clip; background: radial-gradient(circle at 80% 20%, #e4fff1 0, transparent 32%), #eef8f3 !important; }
.rocket-pin-stage { min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.rocket-layout { min-height: 100svh; padding: 96px 0 40px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); align-items: center; gap: clamp(40px, 8vw, 110px); }
.rocket-details { padding: clamp(48px, 7vw, 90px) 0 clamp(90px, 10vw, 140px); }
.rocket-heading { margin: 0; font-size: clamp(48px, 6.4vw, 92px); font-weight: 850; letter-spacing: -.06em; line-height: 1.03; }
.rocket-minutes { position: relative; width: fit-content; margin: 12px 0 4px; isolation: isolate; color: #0bbd68; font-size: 1.55em; line-height: .9; text-shadow: 0 14px 34px rgba(10,185,101,.18); }
.rocket-minutes__label { position: relative; z-index: 3; display: block; transform-origin: 50% 72%; }
.rocket-minutes__echo { position: absolute; left: 50%; top: 50%; z-index: 1; width: 1.08em; height: 1.08em; margin: -.54em 0 0 -.54em; display: block; border: 2px solid rgba(30,211,121,.4); border-radius: 50%; opacity: 0; pointer-events: none; transform-origin: 50% 50%; will-change: transform, opacity, filter; }
.rocket-minutes__echo--one { border-color: rgba(68,234,145,.5); }
.rocket-minutes__echo--two { border-color: rgba(0,116,72,.28); }
.rocket-facts { margin: 34px 0 0; padding: 0; display: flex; gap: 10px; list-style: none; }
.rocket-facts li { padding: 10px 16px; border: 1px solid rgba(6,109,69,.17); border-radius: 999px; color: #096a46; background: rgba(255,255,255,.72); font-size: 14px; font-weight: 750; }
.rocket-visual { position: relative; min-height: 550px; display: grid; place-items: center; isolation: isolate; }
.rocket-visual img { position: relative; z-index: 3; width: min(540px, 100%); height: auto; filter: drop-shadow(0 40px 50px rgba(11,74,50,.22)); will-change: transform; }
.rocket-orbit { position: absolute; inset: 23%; z-index: 1; border: 0; border-radius: 50%; background: conic-gradient(from 205deg, transparent 0 14%, rgba(19,221,121,.72) 18% 31%, transparent 36% 61%, rgba(255,196,69,.48) 67% 76%, transparent 82% 100%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); filter: drop-shadow(0 0 18px rgba(19,221,121,.38)); will-change: transform, opacity; }
.rocket-trail { position: absolute; left: 6%; bottom: 4%; z-index: 2; width: 45%; height: 30%; border-radius: 50%; background: linear-gradient(90deg, rgba(3,199,90,0), rgba(47,237,143,.5) 58%, rgba(255,196,69,.88)); filter: blur(18px); transform: rotate(42deg); transform-origin: right center; opacity: .15; will-change: transform, opacity; }

.problem-section { background: #0a2a20 !important; color: #fff; }
.problem-section .section-title { color: #fff; }
.problem-section .section-lead { color: rgba(255,255,255,.64); }
.problem-grid, .step-grid, .feature-grid { display: grid; gap: 18px; margin-top: 70px; }
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.story-card { min-height: 330px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); }
.story-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.story-card__number { color: #55eaa0; font-size: 13px; font-weight: 850; letter-spacing: .15em; }
.story-card__icon { width: 62px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(85,234,160,.3); border-radius: 50%; color: #72f1af; background: radial-gradient(circle at 32% 24%, rgba(117,255,184,.2), rgba(46,196,119,.07)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 34px rgba(0,0,0,.14); }
.story-card__icon svg { width: 32px; height: 32px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.story-card h3 { margin: auto 0 18px; color: #fff; font-size: 29px; letter-spacing: -.04em; }
.story-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }

.comparison-section { background: #f4f1ea !important; }
.before-after-flow { margin-top: 65px; display: grid; grid-template-columns: 1fr 94px 1fr; align-items: center; gap: 18px; }
.comparison-card { min-width: 0; overflow: hidden; padding: 18px 18px 30px; border: 1px solid rgba(47,61,54,.12); border-radius: 28px; background: #fff; box-shadow: var(--cinematic-shadow); }
.comparison-card--before { background: #eef2ed; }
.comparison-card--after { background: #0d3a2b; color: #fff; }
.comparison-card__heading { padding: 16px 12px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.comparison-card__heading span { color: #10ad65; font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.comparison-card__heading h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.comparison-card__media { position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border-radius: 18px; background: #f5f3ec; }
.comparison-card__photo { min-width: 0; overflow: hidden; }
.comparison-card__photo img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.comparison-card--before .comparison-card__photo img { object-position: 52% 48%; filter: saturate(.76) contrast(1.04); }
.comparison-card--after .comparison-card__photo img { object-position: 50% 45%; filter: saturate(.92) contrast(1.03); }
.comparison-card:hover .comparison-card__photo img { transform: scale(1.045); }
.comparison-flow { min-width: 0; padding: 18px 14px 38px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; color: #17342b; background: rgba(255,255,255,.94); }
.comparison-flow__node { padding: 8px 9px; border: 1px solid rgba(15,58,45,.15); color: #17342b; background: #fff; font-size: 11px; font-weight: 780; line-height: 1.3; text-align: center; }
.comparison-flow__node--brand { border-color: rgba(3,199,90,.38); color: #087d4e; background: #e7f8ef; }
.comparison-flow__arrow { height: 18px; color: #0aa761; font-size: 16px; font-weight: 400; line-height: 18px; text-align: center; }
.comparison-flow small { margin-top: 10px; color: #72817c; font-size: 9px; font-weight: 650; line-height: 1.35; text-align: center; }
.comparison-card__caption { position: absolute; left: 10px; bottom: 10px; z-index: 1; width: calc(43% - 20px); padding: 7px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: #fff; background: rgba(12,25,21,.5); backdrop-filter: blur(10px); font-size: 10px; font-weight: 720; line-height: 1.35; }
.comparison-card ul { margin: 24px 12px 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.comparison-card li { position: relative; padding-left: 22px; color: #596a65; font-size: 15px; line-height: 1.5; }
.comparison-card--after li { color: rgba(255,255,255,.76); }
.comparison-card li::before { content: "✓"; position: absolute; left: 0; color: #11bd6b; font-weight: 900; }
.comparison-arrow { display: grid; justify-items: center; gap: 12px; color: #0ca861; }
.comparison-arrow span { font-size: 48px; font-weight: 250; }
.comparison-arrow em { writing-mode: vertical-rl; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: .14em; }

.steps-section { background: #fff !important; }
.step-grid { grid-template-columns: repeat(3, 1fr); }
.step-card { min-height: 300px; padding: 34px; border: 1px solid var(--cinematic-line); border-radius: 26px; background: linear-gradient(150deg,#fff,#f3f8f5); }
.step-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.step-card__number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0b5d40; font-size: 13px; font-weight: 850; }
.step-card__icon { width: 64px; height: 64px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(11,135,85,.16); border-radius: 18px; color: #087b4d; background: linear-gradient(145deg, #ebfbf3, #d9f5e8); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 14px 30px rgba(9,92,59,.1); }
.step-card__icon svg { width: 34px; height: 34px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 52px 0 14px; font-size: 29px; letter-spacing: -.04em; }
.step-card p { min-height: 54px; margin: 0; color: var(--cinematic-muted); line-height: 1.65; }
.step-card strong { display: block; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--cinematic-line); color: #0b8755; font-size: 14px; line-height: 1.55; }

.cost-section { background: #eaf4ef !important; }
.cost-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); align-items: end; gap: clamp(30px, 7vw, 90px); }
.cost-owner { position: relative; min-width: 0; margin: 0; overflow: hidden; align-self: stretch; aspect-ratio: 3 / 2; border-radius: 18px; background: #d9d6ce; box-shadow: 0 30px 70px rgba(29,35,31,.16); }
.cost-owner::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(180deg, transparent, rgba(9,19,15,.78)); pointer-events: none; }
.cost-owner img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(.9) contrast(1.03); transform: scale(1.02); }
.cost-owner figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 1; margin: 0; padding: 0; color: #fff; font-size: 14px; font-weight: 760; line-height: 1.35; }
.cost-owner figcaption span { display: block; margin-bottom: 7px; color: #67dda0; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.cost-table-wrap { margin-top: 58px; overflow-x: auto; overflow-y: hidden; border: 1px solid var(--cinematic-line); border-radius: 26px; background: #fff; box-shadow: var(--cinematic-shadow); }
.cost-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.cost-table th, .cost-table td { padding: 25px 28px; border-bottom: 1px solid #e4ece8; text-align: left; white-space: nowrap; }
.cost-table th { color: #61726d; background: #f8faf9; font-size: 13px; font-weight: 760; }
.cost-table td { font-size: clamp(17px, 1.7vw, 22px); letter-spacing: -.03em; }
.cost-table td:last-child strong { color: #05a45c; font-size: 1.15em; }
.cost-example { margin: 28px 0 0; padding: 28px 32px; display: grid; grid-template-columns: .8fr 1.6fr auto; align-items: center; gap: 20px; border-radius: 22px; color: #fff; background: #0a392a; }
.cost-example span { color: rgba(255,255,255,.62); font-size: 13px; }
.cost-example strong { font-size: 18px; line-height: 1.5; }
.cost-example em { color: #5affad; font-size: 18px; font-style: normal; font-weight: 850; }

.features-section { background: #fff !important; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 235px; padding: 30px; border: 1px solid var(--cinematic-line); border-radius: 24px; background: #fbfdfc; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(17,189,107,.5); box-shadow: var(--cinematic-shadow); }
.feature-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.feature-card__number { color: #13b869; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.feature-card__icon { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(11,135,85,.14); border-radius: 50%; color: #07814f; background: #eaf9f1; }
.feature-card__icon svg { width: 27px; height: 27px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 30px 0 12px; font-size: 27px; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: var(--cinematic-muted); line-height: 1.65; }

.faq-section { --faq-active: #e3f7ec; background: #f8f9f5 !important; }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 0 clamp(58px, 8vw, 118px); align-items: start; }
.faq-heading { position: sticky; top: 120px; grid-row: 1 / span 3; align-self: start; padding-top: 10px; }
.has-homepage-motion .faq-heading { position: relative; top: auto; }
.faq-heading .section-title { font-size: clamp(48px, 5vw, 72px); }
.faq-heading .section-lead { max-width: 430px; font-size: clamp(16px, 1.45vw, 19px); }
.faq-eyebrow { display: flex; align-items: center; gap: 12px; }
.faq-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.faq-eyebrow span { color: #81918b; font-size: 10px; font-weight: 760; letter-spacing: .17em; }
.faq-section .faq-filters { order: 0 !important; grid-column: 2; margin: 0 0 18px !important; }
.faq-section .faq-filters:empty { display: none; }
.faq-section .faq-pager { order: 2 !important; grid-column: 2; }
.faq-list { order: 1; width: 100%; grid-column: 2; gap: 0; border-top: 1px solid rgba(15, 58, 45, .18); }
.faq-empty { margin: 0; padding: 52px 24px; border-bottom: 1px solid rgba(15, 58, 45, .16); color: #64736e; font-size: 16px; text-align: center; }
.faq-list details { margin: 0; overflow: clip; border: 0; border-bottom: 1px solid rgba(15, 58, 45, .16); border-radius: 0; background: transparent; transition: margin .32s ease, border-color .32s ease, border-radius .32s ease, background-color .32s ease, box-shadow .32s ease; }
.faq-list details[open] { margin: 14px 0; border-color: transparent; border-radius: 28px; background: var(--faq-active); box-shadow: 0 22px 55px rgba(10, 76, 51, .09); }
.faq-list details[open]:first-child { margin-top: 0; }
.faq-list summary { min-height: 102px; padding: 0 24px 0 10px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 48px; align-items: center; gap: 18px; cursor: pointer; list-style: none; color: #17342b; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-item__number { align-self: start; padding-top: 40px; color: #11a965; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.faq-item__question { font-size: clamp(19px, 1.7vw, 25px); font-weight: 690; line-height: 1.35; transition: color .28s ease, font-weight .28s ease, transform .28s ease; }
.faq-item__arrow { width: 46px; height: 46px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(8, 121, 72, .25); border-radius: 50%; color: #087b4a; background: rgba(255, 255, 255, .64); transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .38s cubic-bezier(.22, 1, .36, 1); }
.faq-item__arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.faq-list summary:hover .faq-item__arrow { border-color: #0aa761; color: #fff; background: #0aa761; transform: translateX(3px); }
.faq-list details[open] .faq-item__question { color: #072f21; font-weight: 820; transform: translateX(3px); }
.faq-list details[open] .faq-item__arrow { border-color: #0a8c54; color: #fff; background: #0a8c54; transform: rotate(90deg); }
.faq-item__answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .42s cubic-bezier(.22, 1, .36, 1), opacity .28s ease; }
.faq-item__answer > div { min-height: 0; overflow: hidden; }
.faq-item__answer p { margin: 0; padding: 0 80px 32px 82px; color: #4e675e; font-size: 16px; line-height: 1.8; }
.faq-list details[open] .faq-item__answer { grid-template-rows: 1fr; opacity: 1; }

.partner-section { background: radial-gradient(circle at 12% 15%, rgba(31,230,132,.2), transparent 26%), #092c21 !important; color: #fff; }
.partner-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); }
.partner-section .section-title { color: #fff; }
.partner-section .section-lead { color: rgba(255,255,255,.62); }
.cinematic-form { margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.cinematic-form .partner-form__field span { color: rgba(255,255,255,.7); }
.cinematic-form input, .cinematic-form select { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.08); }
.cinematic-form option { color: #111; }
.cinematic-form button { background: var(--cinematic-green-bright); color: #073122; }
.partner-form__consent { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.cinematic-form .partner-form__consent span { color: #fff; }
.partner-form__consent input { width: 18px; height: 18px; flex: 0 0 auto; }

.site-footer[data-reveal-section] { overflow: hidden; }

[data-scroll-stage] { position: relative; transform-style: preserve-3d; }
.has-homepage-motion .is-scroll-active [data-scroll-stage] { will-change: transform; }
.problem-grid, .step-grid, .feature-grid, .before-after-flow { perspective: 1200px; }

.has-homepage-motion [data-scroll-scene] [data-reveal],
.has-homepage-motion [data-scroll-scene] [data-reveal-media],
.has-homepage-motion [data-scroll-scene] [data-reveal-list] > *,
.has-homepage-motion [data-scroll-scene] [data-kinetic-title] .title-line { opacity: 0; transform: translateY(34px); }

[data-reveal-section] { overflow: hidden; }
@supports (overflow: clip) { [data-reveal-section] { overflow: clip; } }

[data-motion-fallback="true"] .cinematic-hero__video { display: none; }
[data-motion-fallback="true"] .franchise-logo-stage { display: none; }
[data-motion-fallback="true"] .cinematic-hero__copy:not([data-hero-scene="greeting"]) { display: none; }
[data-motion-fallback="true"] .cinematic-hero__final { opacity: 1 !important; visibility: visible !important; top: 50% !important; bottom: auto !important; transform: translate(-50%, -50%) !important; }
.no-js .cinematic-hero { height: 100svh; }
.no-js .cinematic-hero__final { opacity: 1; visibility: visible; }

@media (min-width: 901px) and (max-height: 800px) {
  .has-homepage-motion .story-section .section-eyebrow { margin-bottom: 10px; }
  .has-homepage-motion .story-section .section-title { font-size: 52px; line-height: 1; }
  .has-homepage-motion .story-section .section-lead { margin-top: 14px; font-size: 15px; line-height: 1.5; }
  .has-homepage-motion .problem-grid,
  .has-homepage-motion .step-grid,
  .has-homepage-motion .feature-grid,
  .has-homepage-motion .before-after-flow { margin-top: 24px; }
  .has-homepage-motion .story-card { min-height: 235px; padding: 24px; }
  .has-homepage-motion .story-card h3 { margin-bottom: 10px; font-size: 24px; }
  .has-homepage-motion .story-card p { font-size: 14px; line-height: 1.55; }
  .has-homepage-motion .comparison-card { padding: 10px 10px 14px; }
  .has-homepage-motion .comparison-card__heading { padding: 8px 8px 12px; }
  .has-homepage-motion .comparison-card__heading h3 { font-size: 21px; }
  .has-homepage-motion .comparison-card__media { max-height: 215px; }
  .has-homepage-motion .comparison-card ul { margin: 12px 8px 0; gap: 4px; }
  .has-homepage-motion .comparison-card li { font-size: 12px; line-height: 1.35; }
  .has-homepage-motion .step-card { min-height: 238px; padding: 23px; }
  .has-homepage-motion .step-card h3 { margin: 24px 0 8px; font-size: 24px; }
  .has-homepage-motion .step-card p { min-height: 42px; font-size: 14px; }
  .has-homepage-motion .step-card strong { margin-top: 12px; padding-top: 10px; }
  .has-homepage-motion .cost-intro { align-items: center; }
  .has-homepage-motion .cost-owner { max-height: 260px; }
  .has-homepage-motion .cost-owner figcaption { font-size: 12px; }
  .has-homepage-motion .cost-table-wrap { margin-top: 16px; border-radius: 18px; }
  .has-homepage-motion .cost-table th,
  .has-homepage-motion .cost-table td { padding: 10px 20px; }
  .has-homepage-motion .cost-table td { font-size: 16px; }
  .has-homepage-motion .cost-example { margin-top: 12px; padding: 12px 20px; }
  .has-homepage-motion .cost-example strong,
  .has-homepage-motion .cost-example em { font-size: 15px; }
  .has-homepage-motion .cost-section .section-legal { margin-top: 8px; font-size: 11px; }
  .has-homepage-motion .feature-card { min-height: 150px; padding: 20px; }
  .has-homepage-motion .feature-card h3 { margin: 17px 0 8px; font-size: 22px; }
  .has-homepage-motion .feature-card p { font-size: 13px; line-height: 1.45; }
  .has-homepage-motion .faq-heading { top: auto; }
  .has-homepage-motion .faq-heading .section-title { font-size: 52px; }
  .has-homepage-motion .faq-heading .section-lead { font-size: 15px; }
  .has-homepage-motion .faq-list summary { min-height: 64px; grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 10px; }
  .has-homepage-motion .faq-list details[open] { margin: 7px 0; border-radius: 20px; }
  .has-homepage-motion .faq-item__number { padding-top: 25px; }
  .has-homepage-motion .faq-item__question { font-size: 17px; }
  .has-homepage-motion .faq-item__arrow { width: 36px; height: 36px; }
  .has-homepage-motion .faq-item__answer p { padding: 0 60px 18px 64px; font-size: 13px; line-height: 1.55; }
  .has-homepage-motion .cinematic-form { padding: 24px; }
}

@media (max-width: 900px) {
  .cinematic-nav { display: none; }
  .problem-grid, .step-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .before-after-flow { grid-template-columns: 1fr; }
  .comparison-arrow { padding: 8px; transform: rotate(90deg); }
  .comparison-arrow em { display: none; }
  .rocket-layout, .cost-intro, .faq-layout, .partner-layout { grid-template-columns: 1fr; }
  .faq-layout { gap: 44px; }
  .faq-heading { position: static; grid-row: auto; padding-top: 0; }
  .faq-section .faq-filters, .faq-section .faq-pager, .faq-list { grid-column: 1; }
  .rocket-visual { min-height: 420px; }
  .cost-owner { width: min(320px, 100%); justify-self: center; }
}

@media (max-width: 768px) {
  .story-shell { width: min(100% - 32px, 620px); }
  .story-section { padding: 96px 0; }
  .rocket-section { padding: 0; }
  .section-title { font-size: clamp(35px, 10.2vw, 50px); }
  .title-line--desktop { display: none; }
  .title-line--mobile { display: block; }
  .section-lead { font-size: 16px; }
  .site-header .header-inner { width: calc(100% - 28px); min-height: 62px; }
  .site-header .brand { width: 92px; }
  .site-header .header-actions { margin-left: auto; }
  .site-header .download-button { width: 36px; height: 36px; }
  .site-header .download-button img { width: 20px; height: 20px; }
  .cinematic-hero { height: 880vh; }
  .cinematic-hero__stage { min-height: 560px; }
  .cinematic-hero__copy { left: 20px; width: calc(100% - 40px); }
  .cinematic-hero__final { left: 50%; width: calc(100% - 40px); }
  .cinematic-hero h1, .cinematic-hero h2 { font-size: clamp(41px, 13.6vw, 66px); line-height: 1.02; }
  .cinematic-hero [data-hero-scene="payment"] h2,
  .cinematic-hero [data-hero-scene="focus"] h2 { font-size: clamp(22px, 6vw, 34px); }
  .cinematic-hero__final h2 { font-size: clamp(36px, 11vw, 52px); }
  .cinematic-hero__brand { width: 185px; }
  .cinematic-hero__actions { width: min(320px, 100%); flex-direction: column; align-items: stretch; }
  .cinematic-hero__scroll { display: none; }
  .franchise-logo { width: 116px; height: 70px; padding: 12px; border-radius: 15px; }
  .rocket-heading { font-size: clamp(44px, 13vw, 62px); }
  .rocket-layout { min-height: 100svh; padding: 70px 0 16px; gap: 2px; align-content: center; }
  .rocket-details { padding: 42px 0 96px; }
  .rocket-facts { flex-wrap: wrap; }
  .rocket-visual { min-height: min(300px, 34svh); }
  .rocket-visual img { width: min(300px, 82vw); }
  .problem-grid, .step-grid, .feature-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .story-card { min-height: 260px; }
  .before-after-flow { margin-top: 45px; }
  .comparison-card { padding: 12px 12px 26px; }
  .comparison-card__heading { padding: 14px 8px 18px; }
  .cost-table-wrap { margin-inline: -16px; border-radius: 18px; }
  .cost-table th, .cost-table td { padding: 20px 18px; }
  .cost-example { grid-template-columns: 1fr; padding: 24px; }
  .faq-layout { gap: 38px; }
  .faq-heading .section-title { font-size: clamp(39px, 11vw, 52px); }
  .faq-heading .section-lead { margin-top: 22px; }
  .faq-list summary { min-height: 86px; padding: 0 12px; grid-template-columns: 36px minmax(0, 1fr) 42px; gap: 10px; }
  .faq-list details[open] { margin: 10px 0; border-radius: 22px; }
  .faq-item__number { padding-top: 34px; font-size: 10px; }
  .faq-item__question { font-size: clamp(17px, 4.8vw, 20px); }
  .faq-item__arrow { width: 40px; height: 40px; }
  .faq-item__arrow svg { width: 18px; height: 18px; }
  .faq-item__answer p { padding: 0 18px 25px 58px; font-size: 15px; line-height: 1.72; }
  .cinematic-form { padding: 24px 18px; }
  .title-line { white-space: nowrap; }
}

@media (max-width: 360px) {
  .cinematic-hero h1, .cinematic-hero h2 { font-size: 38px; }
  .section-title { font-size: 34px; }
  .rocket-heading { font-size: 39px; }
  .story-shell { width: calc(100% - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .cinematic-hero { height: auto; min-height: 100svh; }
  .cinematic-hero__stage { position: relative; height: 100svh; }
  .cinematic-hero__video, .franchise-logo-stage, .cinematic-hero__copy { display: none !important; }
  .cinematic-hero__final { opacity: 1 !important; visibility: visible !important; transform: translate(-50%, -50%) !important; top: 50% !important; bottom: auto !important; }
  .cinematic-hero__brand { opacity: 1 !important; transform: none !important; filter: brightness(0) invert(1) !important; }
  .cinematic-hero__actions,
  .cinematic-hero__actions a { opacity: 1 !important; transform: none !important; filter: none !important; }
  .rocket-pin-stage, .rocket-layout { min-height: auto; }
  .rocket-layout { padding: 96px 0 24px; }
  .rocket-minutes__echo { display: none !important; }
  .rocket-minutes__label { opacity: 1 !important; transform: none !important; }
  [data-scroll-stage] { transform: none !important; }
  [data-reveal], [data-reveal-media], [data-reveal-list] > *, [data-kinetic-title] .title-line { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* Editorial fintech refresh: deliberate surfaces, clear numbers, restrained accent. */
:root {
  --editorial-paper: #f2f0e9;
  --editorial-surface: #fbfaf6;
  --editorial-ink: #12231d;
  --editorial-muted: #66736e;
  --editorial-line: rgba(18, 35, 29, .17);
  --editorial-line-inverse: rgba(255, 255, 255, .22);
  --editorial-radius: 8px;
  --editorial-accent: #03c75a;
}

body { background: var(--editorial-paper); color: var(--editorial-ink); }
.story-shell { width: min(1240px, calc(100% - 64px)); }
.story-section { counter-increment: editorial-section; border-top: 1px solid var(--editorial-line); }
.story-section[data-scroll-scene]::after {
  content: "0" counter(editorial-section);
  position: absolute;
  top: 46px;
  right: max(32px, calc((100vw - 1240px) / 2));
  color: rgba(18, 35, 29, .38);
  font-size: 11px;
  font-weight: 760;
  font-variant-numeric: tabular-nums;
  letter-spacing: .16em;
}
.problem-section[data-scroll-scene]::after,
.partner-section[data-scroll-scene]::after { color: rgba(255, 255, 255, .46); }
.section-eyebrow { color: #087d4e; font-size: 11px; font-weight: 760; letter-spacing: .22em; }
.section-title { max-width: 990px; color: var(--editorial-ink); font-weight: 860; letter-spacing: -.06em; }
.section-lead { color: var(--editorial-muted); }
.button { border-radius: 6px; box-shadow: none; }
.button--primary { background: var(--editorial-accent); box-shadow: none; }

.site-header {
  background: linear-gradient(180deg, rgba(3, 20, 15, .66), rgba(3, 20, 15, 0)) !important;
  border-bottom-color: transparent;
  backdrop-filter: none;
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.site-header .header-inner { width: min(1320px, calc(100% - 64px)); min-height: 68px; gap: 38px; }
.site-header .brand { width: 102px; }
.cinematic-nav { margin-left: 28px; gap: 30px; }
.cinematic-nav a { color: rgba(255, 255, 255, .74); font-size: 13px; font-weight: 560; letter-spacing: -.01em; }
.header-actions { margin-left: auto; }
.header-cta {
  min-height: 38px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 720;
  transition: color .24s ease, background-color .24s ease, border-color .24s ease;
}
.site-header[data-scrolled] {
  background: rgba(248, 247, 242, .94) !important;
  border-bottom-color: var(--editorial-line);
  box-shadow: 0 8px 28px rgba(18, 35, 29, .045);
  backdrop-filter: blur(14px);
}
.site-header[data-scrolled] .brand img { filter: none; }
.site-header[data-scrolled] .cinematic-nav a { color: #48564f; }
.site-header[data-scrolled] .header-cta { border-color: #123b2e; color: #fff; background: #123b2e; }
.site-header[data-scrolled] .download-button { border-color: rgba(18, 59, 46, .16); background: rgba(18, 59, 46, .06); }

.rocket-section { background: linear-gradient(115deg, #f1f7f2 0 56%, #e1f5e9 56% 100%) !important; }
.rocket-heading { color: var(--editorial-ink); font-weight: 880; }
.rocket-visual::after {
  content: "FAST SETTLEMENT";
  position: absolute;
  right: 0;
  bottom: 12%;
  color: rgba(10, 71, 49, .42);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.problem-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--editorial-line-inverse); border-bottom: 1px solid var(--editorial-line-inverse); }
.story-card { min-height: 292px; padding: 34px 34px 30px; border: 0; border-right: 1px solid var(--editorial-line-inverse); border-radius: 0; background: transparent; }
.story-card:last-child { border-right: 0; }
.story-card__icon { width: 52px; height: 52px; border-color: rgba(114, 241, 175, .42); border-radius: 2px; background: transparent; box-shadow: none; }
.story-card h3 { margin: auto 0 14px; font-size: 27px; }
.story-card p { max-width: 310px; }

.comparison-section { background: var(--editorial-paper) !important; }
.before-after-flow { gap: 12px; }
.comparison-card { padding: 12px 12px 26px; border-color: var(--editorial-line); border-radius: var(--editorial-radius); box-shadow: none; }
.comparison-card--before { background: #e8e7e1; }
.comparison-card--after { background: #0a382a; }
.comparison-card__media { border-radius: 2px; }
.comparison-arrow { color: var(--editorial-accent); }

.step-grid { position: relative; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); }
.step-card { min-height: 322px; padding: 30px 32px; border: 0; border-right: 1px solid var(--editorial-line); border-radius: 0; background: transparent; }
.step-card:last-child { border-right: 0; }
.step-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; position: relative; z-index: 1; }
.step-card__number { width: auto; height: auto; display: block; border-radius: 0; color: #087d4e; background: transparent; font-variant-numeric: tabular-nums; }
.step-card__icon { width: 54px; height: 54px; border-color: var(--editorial-line); border-radius: 2px; background: var(--editorial-surface); box-shadow: none; }
.step-card h3 { margin-top: 46px; }

.cost-section { background: #e5eee8 !important; }
.cost-owner { border-radius: 2px; }
.cost-table-wrap { border-color: var(--editorial-line); border-radius: var(--editorial-radius); box-shadow: none; }
.cost-table { font-variant-numeric: tabular-nums; }
.cost-table th { background: #f4f7f3; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.cost-table td { font-weight: 610; }
.cost-table td:last-child { background: rgba(3, 199, 90, .055); }
.cost-example { border-radius: var(--editorial-radius); background: #0a382a; }

.feature-grid { grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--editorial-line); border-left: 1px solid var(--editorial-line); }
.feature-card { min-height: 218px; padding: 30px 34px; border: 0; border-right: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); border-radius: 0; background: transparent; }
.feature-card:nth-child(1), .feature-card:nth-child(4) { background: #edf4ef; }
.feature-card:hover { transform: none; border-color: var(--editorial-line); box-shadow: inset 4px 0 0 var(--editorial-accent); }
.feature-card__icon { width: 46px; height: 46px; border-color: var(--editorial-line); border-radius: 2px; background: transparent; }
.feature-card h3 { margin-top: 28px; }

.faq-section { --faq-active: #e3eee7; background: var(--editorial-surface) !important; }
.faq-list details[open] { margin: 8px 0; border-radius: var(--editorial-radius); box-shadow: none; }
.faq-item__arrow { border-radius: 4px; }

.partner-section { background: #082f23 !important; }
.cinematic-form { padding: 32px; border-color: var(--editorial-line-inverse); border-radius: var(--editorial-radius); background: rgba(255, 255, 255, .045); backdrop-filter: none; }
.cinematic-form input, .cinematic-form select { border-radius: 4px; }
.cinematic-form button { border-radius: 4px; }

@media (max-width: 900px) {
  .story-shell { width: min(100% - 40px, 720px); }
  .site-header .header-inner { width: calc(100% - 40px); }
  .cinematic-nav { display: none; }
  .problem-grid, .step-grid, .feature-grid { grid-template-columns: 1fr; }
  .story-card, .step-card { border-right: 0; border-bottom: 1px solid var(--editorial-line); }
  .problem-grid .story-card { border-bottom-color: var(--editorial-line-inverse); }
  .story-card:last-child, .step-card:last-child { border-bottom: 0; }
  .step-card h3 { margin-top: 42px; }
}

@media (max-width: 768px) {
  .story-shell { width: calc(100% - 32px); }
  .story-section[data-scroll-scene]::after { display: none; }
  .site-header .header-inner { width: calc(100% - 28px); min-height: 60px; }
  .site-header .brand { width: 88px; }
  .header-cta { min-height: 34px; padding-inline: 14px; }
  .cinematic-hero [data-hero-scene="greeting"] h1 { font-size: clamp(30px, 8vw, 38px); }
  .rocket-section { background: linear-gradient(180deg, #f1f7f2 0 58%, #e1f5e9 58% 100%) !important; }
  .story-card { min-height: 240px; padding-inline: 22px; }
  .comparison-card { padding: 8px 8px 22px; }
  .step-card { min-height: 270px; padding-inline: 22px; }
  .feature-card { min-height: 190px; padding: 26px 22px; }
  .cost-table-wrap { border-radius: 0; }
  .cost-example, .cinematic-form { border-radius: 6px; }
  .faq-list details[open] { border-radius: 6px; }
}

/* Photoreal story system: scroll-masked documentary scenes. */
.story-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: end;
  gap: clamp(38px, 6vw, 86px);
}

.story-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 2px;
  background: #dfe7e1;
  clip-path: inset(0% 0% 0% 0%);
  transform-origin: 50% 50%;
  isolation: isolate;
}

.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 54%, rgba(4, 28, 20, .6));
}

.story-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.025);
}

.story-media figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 17px;
  z-index: 2;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: -.01em;
}

.problem-intro-grid .story-media { border: 1px solid rgba(255, 255, 255, .14); background: #153a2e; }
.problem-grid { margin-top: clamp(34px, 4vw, 54px); }
.steps-intro-grid .story-media { border: 1px solid var(--editorial-line); }
.step-grid { margin-top: clamp(34px, 4vw, 54px); }
.partner-story { min-width: 0; }
.partner-story .story-media { margin-top: 34px; border: 1px solid rgba(255, 255, 255, .14); background: #153a2e; }
.story-media--problem img { object-position: 60% 50%; }
.story-media--steps img { object-position: 51% 50%; }
.story-media--partner img { object-position: 42% 50%; }

.has-homepage-motion .is-scroll-active .story-media { will-change: clip-path, transform, opacity; }
.no-js .story-media,
[data-motion-fallback="true"] .story-media { opacity: 1 !important; clip-path: inset(0) !important; transform: none !important; }

@media (min-width: 901px) and (max-height: 800px) {
  .has-homepage-motion .story-intro-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 34px; }
  .has-homepage-motion .story-media { max-height: 230px; }
  .has-homepage-motion .problem-grid,
  .has-homepage-motion .step-grid { margin-top: 20px; }
  .has-homepage-motion .partner-story .story-media { max-height: 190px; margin-top: 18px; }
}

@media (max-width: 900px) {
  .story-intro-grid { grid-template-columns: 1fr; align-items: stretch; }
  .story-media { width: 100%; }
}

@media (max-width: 768px) {
  .story-intro-grid { gap: 32px; }
  .story-media { aspect-ratio: 3 / 2; }
  .story-media figcaption { left: 16px; right: 16px; bottom: 14px; }
  .story-media--problem img { object-position: 62% 50%; }
  .story-media--steps img { object-position: 49% 50%; }
  .story-media--partner img { object-position: 41% 50%; }
  .problem-grid,
  .step-grid { margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-media,
  .story-media img { transform: none !important; clip-path: inset(0) !important; opacity: 1 !important; }
}

/* Showcase rebalance: warm editorial canvas with concentrated brand accents. */
:root {
  --showcase-paper: #f4f1ea;
  --showcase-surface: #fbfaf6;
  --showcase-charcoal: #171c1a;
  --showcase-charcoal-soft: #252b28;
  --showcase-muted: #69716d;
  --showcase-accent: #03c75a;
  --showcase-amber: #f0a33a;
}

body { background: var(--showcase-paper); color: var(--showcase-charcoal); }
.section-title { color: var(--showcase-charcoal); }
.section-lead { color: var(--showcase-muted); }
.section-eyebrow { color: #087d4e; }

.rocket-section { background: linear-gradient(112deg, #f7f3eb 0 58%, #eee8dc 58% 100%) !important; }
.rocket-heading { color: var(--showcase-charcoal); }
.rocket-orbit { opacity: .48; filter: saturate(.55); }
.rocket-trail { filter: saturate(.68); }
.rocket-facts li { color: var(--showcase-charcoal-soft); background: rgba(255, 255, 255, .55); }
.rocket-visual::after { color: rgba(23, 28, 26, .38); }

.problem-section { background: var(--showcase-charcoal) !important; }
.problem-section .section-lead { color: rgba(255, 255, 255, .66); }
.problem-section .section-eyebrow,
.partner-section .section-eyebrow { color: #65d895; }
.story-card__icon { border-color: rgba(255, 255, 255, .24); color: rgba(255, 255, 255, .9); }
.story-card__number { color: #65d895; }
.problem-intro-grid .story-media,
.partner-story .story-media { background: #2d332f; }

.comparison-section { background: var(--showcase-paper) !important; }
.comparison-card--before { background: #e8e4dc; }
.comparison-card--after { background: var(--showcase-charcoal-soft); }

.steps-section,
.features-section { background: var(--showcase-surface) !important; }
.step-card__icon,
.feature-card__icon { color: var(--showcase-charcoal); background: #efede6; }
.step-card__number,
.feature-card__number { color: #087d4e; }
.feature-card:nth-child(1),
.feature-card:nth-child(4) { background: #efede6; }

.cost-section { background: #ece9e1 !important; }
.cost-owner { background: #d9d6ce; }
.cost-table th { background: #f4f1ea; }
.cost-table td:last-child { background: rgba(3, 199, 90, .04); }
.cost-example { background: var(--showcase-charcoal-soft); }

.faq-section { --faq-active: #efede6; background: #f8f6f0 !important; }
.faq-list details[open] { background: var(--faq-active); }

.partner-section { background: #1f2422 !important; }
.cinematic-form { background: rgba(255, 255, 255, .035); }
.cinematic-form input,
.cinematic-form select { color: #17201c; background: rgba(255, 255, 255, .94); }

@media (max-width: 768px) {
  .rocket-section { background: linear-gradient(180deg, #f7f3eb 0 58%, #eee8dc 58% 100%) !important; }
}

/* Spatial depth layer: one WebGL hero island, DOM depth everywhere else. */
.cinematic-hero__spatial {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
}
.cinematic-hero__spatial canvas { width: 100% !important; height: 100% !important; display: block; pointer-events: none; }
.has-spatial-hero .cinematic-hero__spatial { opacity: 1; }
.has-spatial-hero [data-logo-stage] { opacity: 0; visibility: hidden; }

.rocket-launch-bay { position: absolute; inset: 10% 4% 4%; z-index: 0; pointer-events: none; transform-style: preserve-3d; perspective: 900px; }
.rocket-launch-bay::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 8%;
  bottom: 5%;
  height: 23%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(27, 35, 31, .28), rgba(27, 35, 31, .07) 46%, transparent 72%);
  filter: blur(7px);
  transform: rotateX(64deg) scaleX(1.08);
  transform-origin: center;
}
.rocket-launch-bay i { position: absolute; display: block; pointer-events: none; }
.rocket-launch-bay i:first-child {
  inset: 11% 8% 20% 17%;
  border: 1px solid rgba(31, 55, 44, .11);
  background: linear-gradient(142deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .06));
  box-shadow: inset 0 0 80px rgba(255, 255, 255, .3), 0 40px 90px rgba(51, 45, 34, .08);
  filter: blur(.2px);
  transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
}
.rocket-launch-bay i:last-child {
  width: 56%;
  height: 56%;
  right: 5%;
  top: 3%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 230, 177, .42), rgba(3, 199, 90, .08) 42%, transparent 70%);
  filter: blur(20px);
  mix-blend-mode: screen;
}

.story-media { perspective: 1000px; box-shadow: 0 28px 70px rgba(15, 24, 20, .14); }
.story-media::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -7%;
  z-index: 2;
  height: 18%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 21, .58));
  filter: blur(10px);
  transform: translateZ(30px);
}
.story-media figcaption { z-index: 3; text-shadow: 0 2px 12px rgba(0, 0, 0, .34); }
.story-media img,
.comparison-card__photo img,
.cost-owner img { will-change: transform; backface-visibility: hidden; }

@media (max-width: 768px) {
  .cinematic-hero__spatial { display: none; }
  .story-media::before { height: 12%; filter: blur(7px); }
  .story-media img { transform: scale(1.025); }
  .rocket-launch-bay { inset: 8% 0 2%; }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-hero__spatial,
  .rocket-launch-bay,
  .story-media::before { display: none !important; }
}

/* Current service benefits, translated into the warm spatial system. */
.card-benefits-section {
  background:
    radial-gradient(circle at 84% 18%, rgba(240, 163, 58, .14), transparent 28%),
    linear-gradient(150deg, #18201d 0%, #111715 68%, #0b120f 100%) !important;
  color: #fff;
}
.card-benefits-section .section-title { color: #fff; }
.card-benefits-section .section-lead { color: rgba(255, 255, 255, .66); }
.card-benefits-section .section-legal { color: rgba(255, 255, 255, .5); }
.card-benefits__heading { max-width: 920px; }
.card-benefit-deck {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(54px, 7vw, 88px);
  perspective: 1400px;
}
.card-benefit-card { min-width: 0; }
.card-benefit-card__surface {
  position: relative;
  min-height: 370px;
  padding: clamp(28px, 3.2vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025));
  box-shadow: 0 34px 75px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .12);
  transform: rotateX(2deg) translateZ(0);
  transform-style: preserve-3d;
}
.card-benefit-card:nth-child(2) .card-benefit-card__surface { transform: translateY(-20px) rotateX(1deg) translateZ(34px); }
.card-benefit-card__surface::after {
  content: "";
  position: absolute;
  width: 190px;
  aspect-ratio: 1;
  right: -72px;
  bottom: -88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(3, 199, 90, .26), transparent 68%);
  filter: blur(6px);
}
.card-benefit-card__number { color: #67dda0; font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.card-benefit-card__icon {
  width: 62px;
  aspect-ratio: 1;
  margin-top: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}
.card-benefit-card__icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card-benefit-card__label { margin: 28px 0 10px; color: #67dda0; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.card-benefit-card h3 { margin: 0; font-size: clamp(25px, 2.6vw, 34px); font-weight: 840; letter-spacing: -.045em; }
.card-benefit-card p:last-child { margin: 18px 0 0; color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.7; }
.faq-support-note { margin: 22px 0 0; color: #087d4e; font-size: 14px; font-weight: 720; line-height: 1.55; }

@media (min-width: 901px) and (max-height: 800px) {
  .card-benefit-deck { margin-top: 36px; }
  .card-benefit-card__surface { min-height: 292px; padding: 28px; }
  .card-benefit-card__icon { width: 52px; margin-top: 34px; }
  .card-benefit-card h3 { font-size: 25px; }
}

@media (max-width: 900px) {
  .card-benefit-deck { grid-template-columns: 1fr; }
  .card-benefit-card__surface,
  .card-benefit-card:nth-child(2) .card-benefit-card__surface { min-height: 300px; transform: none; }
}

@media (max-width: 768px) {
  .card-benefit-deck { margin-top: 42px; }
  .card-benefit-card__surface { min-height: 280px; padding: 26px 22px; border-radius: 14px; }
  .card-benefit-card__icon { width: 50px; margin-top: 36px; }
}

/* Production header parity: compact white bar, centered content, black download pills. */
.site-header,
.site-header[data-scrolled] {
  background: #fff !important;
  border-bottom: 1px solid #03c75a;
  box-shadow: none;
  backdrop-filter: none;
}
.site-header .header-inner {
  width: min(960px, calc(100% - 40px));
  min-height: 74px;
  gap: 20px;
}
.site-header .brand { width: 100px; }
.site-header .brand img,
.site-header[data-scrolled] .brand img { filter: none; }
.site-header .header-actions { margin-left: auto; gap: 20px; }
.site-header .download-button,
.site-header[data-scrolled] .download-button {
  width: auto;
  min-width: 72px;
  height: 30px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #050706;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: -.01em;
}
.site-header .download-button:hover,
.site-header[data-scrolled] .download-button:hover {
  border-color: transparent;
  color: #fff;
  background: #17201c;
  transform: translateY(-1px);
}
.site-header .download-button img { width: 17px; height: 17px; border-radius: 4px; }

@media (max-width: 768px) {
  .site-header .header-inner { width: calc(100% - 40px); min-height: 74px; }
  .site-header .brand { width: 92px; }
  .site-header .header-actions { gap: 8px; }
  .site-header .download-button { min-width: 72px; height: 30px; padding-inline: 8px; }
}

/* BEFORE / AFTER flow map: the process is the hero, photography is context. */
.comparison-section .before-after-flow {
  margin-top: clamp(42px, 6vw, 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  perspective: 1500px;
}
.comparison-section .comparison-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(25, 45, 38, .14);
  border-radius: 12px;
  background: #ebe8e0;
  box-shadow: none;
  transform-style: preserve-3d;
}
.comparison-section .comparison-card--after {
  color: #fff;
  background: #18201d;
  border-color: rgba(255, 255, 255, .1);
}
.comparison-section .comparison-card__heading {
  min-height: 76px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(25, 45, 38, .12);
}
.comparison-section .comparison-card--after .comparison-card__heading { border-bottom-color: rgba(255, 255, 255, .1); }
.comparison-section .comparison-card__heading span { color: #0b9760; }
.comparison-section .comparison-card__heading h3 { font-size: clamp(22px, 2vw, 29px); font-weight: 780; }
.comparison-card__body {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.7fr);
  align-items: stretch;
}
.comparison-card--after .comparison-card__body { grid-template-columns: minmax(0, 1.7fr) minmax(240px, .7fr); }
.comparison-section .comparison-card__media {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 3 / 2;
  align-self: center;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #d7d3ca;
  box-shadow: 18px 0 50px rgba(19, 31, 26, .12);
  z-index: 2;
}
.comparison-card--after .comparison-card__media {
  order: 2;
  box-shadow: -18px 0 50px rgba(0, 0, 0, .28);
}
.comparison-section .comparison-card__photo { position: absolute; inset: 0; }
.comparison-section .comparison-card__photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); }
.comparison-section .comparison-card--before .comparison-card__photo img { object-position: 49% 50%; filter: saturate(.76) contrast(1.04); }
.comparison-section .comparison-card--after .comparison-card__photo img { object-position: 55% 46%; filter: saturate(.92) contrast(1.03); }
.comparison-section .comparison-card__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  width: auto;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 4px;
  color: #fff;
  background: rgba(12, 25, 21, .58);
  backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.45;
}
.comparison-section .comparison-flow {
  min-width: 0;
  padding: 24px 28px 28px;
  color: #23352f;
  background: transparent;
}
.comparison-card--after .comparison-flow { order: 1; color: #fff; }
.comparison-flow__label {
  margin: 0 0 12px;
  color: #6e7873;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.comparison-card--after .comparison-flow__label { color: rgba(255, 255, 255, .5); }
.comparison-flow__canvas {
  position: relative;
  min-height: 300px;
  isolation: isolate;
  transform-style: preserve-3d;
}
.comparison-flow__routes { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; overflow: visible; }
.comparison-flow__routes path {
  fill: none;
  stroke: #9a7659;
  stroke-width: 2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.comparison-flow--before .comparison-flow__path--return { stroke-dasharray: 5 7; opacity: .7; }
.comparison-flow--after .comparison-flow__routes path { stroke: #30d486; stroke-width: 2.4; }
.comparison-flow__node {
  position: absolute;
  width: 22%;
  min-height: 70px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(40, 55, 49, .16);
  border-radius: 8px;
  color: #24352f;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 28px rgba(39, 48, 44, .1), inset 0 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(12px);
  transform: translateY(-50%) translateZ(18px);
}
.comparison-flow__node small,
.comparison-flow__node strong { display: block; }
.comparison-flow__node small { margin-bottom: 3px; color: #7b8581; font-size: 9px; font-weight: 720; letter-spacing: .04em; }
.comparison-flow__node strong { font-size: clamp(11px, 1vw, 14px); font-weight: 800; line-height: 1.28; letter-spacing: -.025em; }
.comparison-flow__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 67, 48, .18);
  border-radius: 50%;
  color: #75583f;
  background: #f3ece4;
}
.comparison-flow__icon svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.comparison-flow__node--source { left: 0; top: 50%; }
.comparison-flow__node--hub { left: 35%; top: 50%; }
.comparison-flow__targets { display: contents; }
.comparison-flow__node--target { left: 72%; }
.comparison-flow__node--target:nth-child(1) { top: 19%; }
.comparison-flow__node--target:nth-child(2) { top: 50%; }
.comparison-flow__node--target:nth-child(3) { top: 81%; }
.comparison-flow__chip {
  position: absolute;
  z-index: 2;
  padding: 5px 8px;
  border: 1px solid rgba(104, 76, 53, .2);
  border-radius: 999px;
  color: #765637;
  background: #f6ede3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.comparison-flow__chip--tax { left: 44%; top: 7%; }
.comparison-flow__chip--repeat { left: 43%; bottom: 5%; }
.comparison-card--after .comparison-flow__node {
  color: #143328;
  background: rgba(250, 252, 250, .96);
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22), inset 0 1px #fff;
}
.comparison-card--after .comparison-flow__node small { color: #668076; }
.comparison-card--after .comparison-flow__icon { color: #08794b; background: #e6f7ee; border-color: rgba(3, 199, 90, .22); }
.comparison-card--after .comparison-flow__node--brand {
  min-height: 86px;
  border-color: rgba(48, 212, 134, .62);
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .3), 0 0 0 4px rgba(48, 212, 134, .09);
  transform: translateY(-50%) translateZ(38px) scale(1.04);
}
.comparison-flow__node--brand img { width: 54px; height: auto; flex: 0 0 auto; object-fit: contain; }
.comparison-card--after .comparison-flow__chip {
  color: #bdf7d8;
  background: rgba(3, 199, 90, .11);
  border-color: rgba(48, 212, 134, .28);
}
.comparison-flow__chip--single { left: 43%; top: 5%; }
.comparison-flow__chip--visible { left: 43%; bottom: 4%; }
.comparison-section .comparison-card ul {
  margin: 0;
  padding: 0 28px;
  min-height: 68px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(25, 45, 38, .12);
}
.comparison-section .comparison-card--after ul { border-top-color: rgba(255, 255, 255, .1); }
.comparison-section .comparison-card li { padding-left: 18px; font-size: 12px; }
.comparison-section .comparison-arrow {
  height: 86px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #0b9760;
  transform: none;
}
.comparison-section .comparison-arrow span { font-size: 28px; font-weight: 300; }
.comparison-section .comparison-arrow em { writing-mode: horizontal-tb; font-size: 9px; }

@media (min-width: 901px) and (max-height: 800px) {
  .comparison-section .before-after-flow { margin-top: 22px; }
  .comparison-section .comparison-card__heading { min-height: 54px; }
  .comparison-section .comparison-card__media { min-height: 0; }
  .comparison-section .comparison-flow { padding-block: 12px 16px; }
  .comparison-section .comparison-flow__canvas { min-height: 230px; }
  .comparison-section .comparison-card ul { min-height: 48px; }
  .comparison-section .comparison-arrow { height: 52px; }
}

@media (max-width: 900px) {
  .comparison-card__body,
  .comparison-card--after .comparison-card__body { grid-template-columns: minmax(210px, .78fr) minmax(0, 1.22fr); }
  .comparison-card--after .comparison-card__media { order: 0; box-shadow: 18px 0 50px rgba(0, 0, 0, .24); }
  .comparison-card--after .comparison-flow { order: 0; }
  .comparison-section .comparison-flow { padding-inline: 18px; }
  .comparison-section .comparison-card ul { grid-template-columns: 1fr 1fr; padding-block: 15px; }
}

@media (max-width: 680px) {
  .comparison-section .comparison-card__heading { min-height: 66px; padding-inline: 18px; }
  .comparison-card__body,
  .comparison-card--after .comparison-card__body { grid-template-columns: minmax(0, 1fr); }
  .comparison-section .comparison-card__media { min-height: 0; aspect-ratio: 3 / 2; box-shadow: 0 16px 38px rgba(19, 31, 26, .16); }
  .comparison-section .comparison-flow { padding: 22px 18px 26px; }
  .comparison-flow__canvas { min-height: 0; display: flex; flex-direction: column; gap: 10px; }
  .comparison-flow__routes { display: none; }
  .comparison-flow__node {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-height: 62px;
    transform: none;
  }
  .comparison-flow__node--source::after,
  .comparison-flow__node--hub::after {
    content: "";
    position: absolute;
    left: 29px;
    top: 100%;
    width: 1px;
    height: 11px;
    background: #9a7659;
  }
  .comparison-flow--after .comparison-flow__node--source::after,
  .comparison-flow--after .comparison-flow__node--hub::after { background: #30d486; }
  .comparison-flow__targets { display: grid; gap: 10px; padding-left: 36px; }
  .comparison-flow__node--target { min-height: 56px; }
  .comparison-flow__chip { position: static; align-self: flex-start; order: 4; }
  .comparison-card--after .comparison-flow__node--brand { min-height: 72px; transform: none; }
  .comparison-section .comparison-card ul { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 18px; }
  .comparison-section .comparison-arrow { height: 68px; }
}

/* Keep documentary photos subordinate to the copy and aligned to the data surface below. */
@media (min-width: 901px) {
  .steps-intro-grid {
    grid-template-columns: minmax(0, 1fr) clamp(320px, 38vw, 440px);
    gap: clamp(28px, 4vw, 60px);
  }
  .has-homepage-motion .steps-intro-grid {
    grid-template-columns: minmax(0, 1fr) clamp(320px, 38vw, 440px);
  }
  .steps-intro-grid .story-media {
    width: 100%;
    max-width: 440px;
    justify-self: end;
  }
  .cost-intro {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 34vw, 390px);
    gap: clamp(28px, 5vw, 72px);
  }
  .cost-intro .cost-owner {
    width: 100%;
    max-width: 390px;
    justify-self: end;
  }
  .partner-layout {
    align-items: end;
  }
  .partner-story .story-media {
    width: min(100%, 360px);
    max-width: 360px;
  }
}
