/* Cefio website. One committed look: white paper, Cefio navy, brand green as the only accent.
   Structure follows the Superpower reference; every value here is Cefio's. */
@font-face { font-family: "Switzer"; src: url("/assets/fonts/Switzer-Variable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("/assets/fonts/JetBrainsMono-Variable-latin.woff2") format("woff2"); font-weight: 100 800; font-style: normal; font-display: swap; }

:root {
  --navy: #00081B; --navy-2: #0A1730; --brand: #001F49; --ink: #071B3B; --paper: #FFFFFF; --mist: #F5F6F4; --mist-2: #ECEFEC;
  --line: #E3E7E3; --muted: #626B66; --faint: #69726D; --green: #00A95A; --green-btn: #0A8049; --green-ink: #0B7A47; --green-soft: #4FD694; --warn: #A84C17;
  --sans: "Switzer", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --wrap: 1080px; --gut: 24px; --r: 12px; --r-sm: 8px;
  --sec: clamp(72px, 9vw, 132px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.5 var(--sans); letter-spacing: -.005em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3 { font-weight: 400; letter-spacing: -.032em; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(40px, 4.7vw, 66px); }
h2 { font-size: clamp(31px, 3.7vw, 50px); }
h3 { font-size: clamp(20px, 1.9vw, 24px); letter-spacing: -.02em; line-height: 1.2; }
.br { display: block; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 999px; }
.skip:focus { left: 12px; }
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gut)); margin-inline: auto; }
.sec { padding-block: var(--sec); }
.sec--mist { background: var(--mist); }
.center { text-align: center; }
.muted { color: var(--muted); }
.mono { font: 500 12px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.lede { font-size: clamp(16px, 1.35vw, 18px); color: var(--muted); max-width: 46ch; }
.center .lede { margin-inline: auto; }
h2 + .lede { margin-top: 16px; }
.eyebrow { font-size: 15px; color: var(--muted); margin-bottom: 14px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 500; font-size: 15.5px; line-height: 1; padding: 15px 22px; border-radius: 999px; transition: transform .25s var(--ease), background-color .2s, color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn--light { background: #fff; color: var(--navy); }
.btn--glass { background: rgba(255, 255, 255, .16); color: #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn--glass:hover { background: rgba(255, 255, 255, .24); }
.btn--dark { background: var(--brand); color: #fff; }
.btn--green { background: var(--green-btn); color: #fff; }
.btn--green:hover { background: #086C3D; }
.btn--ghost { border: 1px solid var(--line); background: #fff; }
.btn--wide { width: 100%; padding-block: 17px; }
.btn--sm { padding: 11px 16px; font-size: 14px; }
.btn svg { width: 14px; height: 14px; }

/* announcement */
.announce { display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; padding: 11px var(--gut); font-size: 14.5px; text-align: center; }
.announce b { font-weight: 500; }
.announce span { color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.announce i { width: 16px; height: 16px; border-radius: 50%; border: 1.5px dashed var(--green); display: inline-block; flex: none; }

/* full-bleed rounded cards (hero, scenes, closing) */
.bleed { position: relative; margin-inline: 8px; border-radius: 14px; overflow: hidden; isolation: isolate; color: #fff; background: var(--navy); }
.bleed > .bg { position: absolute; inset: 0; z-index: -2; }
.bleed > .bg img { width: 100%; height: 100%; object-fit: cover; }
.bleed[data-tone="light"] { color: var(--ink); background: #F3F3F1; }

/* nav: a white pill everywhere — the new logo's wordmark is navy, so it never sits on a dark ground */
.nav { position: fixed; z-index: 90; left: 0; right: 0; top: 14px; pointer-events: none; }
.nav-in { pointer-events: auto; width: min(1180px, 100% - 32px); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 8px 8px 8px 18px; border-radius: 999px; background: rgba(255, 255, 255, .92); color: var(--ink); backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3); box-shadow: 0 10px 34px rgba(0, 8, 27, .16), 0 0 0 1px rgba(0, 8, 27, .05); }
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: flex; justify-content: center; gap: clamp(14px, 2.2vw, 30px); font-size: 14.5px; font-weight: 500; }
.nav-links a { opacity: .74; transition: opacity .2s; padding: 6px 0; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; }
.nav-act { display: flex; align-items: center; gap: 10px; }
.langs { display: inline-flex; gap: 2px; font: 500 12px var(--mono); letter-spacing: .04em; }
.langs a { padding: 6px 7px; border-radius: 6px; color: var(--muted); } .langs a:hover, .langs a[aria-current] { color: var(--ink); } .langs a[aria-current] { background: var(--mist-2); }
.nav-menu { display: none; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; }
.nav-menu span, .nav-menu span::before, .nav-menu span::after { display: block; width: 18px; height: 1.5px; background: currentColor; position: relative; content: ""; transition: transform .3s var(--ease), opacity .2s; }
.nav-menu span::before { position: absolute; top: -6px; } .nav-menu span::after { position: absolute; top: 6px; }
/* home: the pill starts inside the hero card, under the announcement bar, and pins to the top once you scroll */
.nav--home:not(.is-stuck) { position: absolute; top: auto; margin-top: 17px; }
.nav--home:not(.is-stuck) .nav-in { width: min(1180px, 100% - 64px); }
.menu { position: fixed; inset: 0; z-index: 80; background: var(--navy); color: #fff; padding: 110px 28px 40px; display: flex; flex-direction: column; gap: 6px; overflow: auto; }
.menu a { font-size: 32px; letter-spacing: -.03em; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.menu-foot { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; } .menu .btn { font-size: 16px; border: 0; }
.menu .langs a { font-size: 14px; border-bottom: 0; padding: 8px 10px; color: rgba(255, 255, 255, .72); } .menu .langs a:hover, .menu .langs a[aria-current] { color: #fff; } .menu .langs a[aria-current] { background: rgba(255, 255, 255, .14); }
body.menu-open { overflow: hidden; }
body.menu-open .nav-menu span { background: transparent; }
body.menu-open .nav-menu span::before { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav-menu span::after { transform: translateY(-6px) rotate(-45deg); }

/* hero */
.hero { min-height: clamp(640px, 88svh, 800px); display: flex; flex-direction: column; justify-content: center; padding: 130px clamp(24px, 4.2vw, 56px) 40px; }
.hero > .bg img { object-position: 68% 30%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 8, 27, .55) 0%, rgba(0, 8, 27, .15) 45%, transparent 62%); }
.hero-copy { max-width: 700px; margin-block: auto; padding-top: 30px; }
.check { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; margin-bottom: 18px; }
.check svg { width: 15px; height: 15px; }
.hero p { font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.45; margin: 20px 0 30px; max-width: 30em; color: rgba(255, 255, 255, .9); }
.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; font-size: 15px; }
.hero-proof li { padding: 4px 22px; border-left: 1px solid rgba(255, 255, 255, .22); }
.hero-proof li:first-child { padding-left: 0; border-left: 0; }
.hero-proof span { display: block; color: rgba(255, 255, 255, .62); }
@media (min-width: 761px) { .hero-proof { flex-wrap: nowrap; } }   /* one row; a long item wraps inside its own column instead of orphaning the last one */
@media (min-width: 761px) and (max-width: 1100px) { .hero > .bg img { object-position: 56% 30%; } .hero::after { background: linear-gradient(90deg, rgba(0, 8, 27, .82) 0%, rgba(0, 8, 27, .7) 42%, rgba(0, 8, 27, .2) 62%, transparent 76%); } .hero p { max-width: 23em; } }   /* tablets: the copy sat on her chin and on the halo */

/* sub-page hero */
.phero { min-height: clamp(420px, 56svh, 520px); display: flex; align-items: center; padding: 120px clamp(24px, 9vw, 112px) 60px; margin-top: 8px; }
.phero > .bg img { object-position: 72% 28%; }
.phero p { font-size: clamp(16px, 1.4vw, 18px); margin-top: 18px; max-width: 26em; color: rgba(255, 255, 255, .9); }
.phero .tag { position: absolute; display: inline-flex; align-items: center; gap: 12px; font: 500 12px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; padding: 7px 10px; border-radius: 6px; background: rgba(0, 8, 27, .55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.phero .tag::before { content: ""; width: 9px; height: 9px; background: #fff; box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); }
@media (max-width: 1399px) { .phero .tag:nth-of-type(1) { right: 5% !important; top: 28% !important; } .phero .tag:nth-of-type(2) { right: 2% !important; top: 50% !important; } .phero .tag:nth-of-type(3) { right: 2% !important; top: 70% !important; } }   /* positions are inline styles from build.py */
@media (max-width: 1000px) { .phero .tag { display: none; } }
.phero-num { opacity: .8; margin-bottom: 16px; } .phero--mod > .bg img { object-position: 72% 0%; } .phero--mod { min-height: clamp(518px, calc(62svh + 58px), 638px); } .phero--mod > .bg { top: 58px; } .phero--mod::after { content: ""; position: absolute; inset: 58px 0 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 8, 27, .62), rgba(0, 8, 27, .2) 55%, transparent 75%); }
.page-top { padding-top: 150px; }
.eyebrow-mono { color: var(--green-ink); margin-bottom: 18px; display: block; }

/* trust strip */
.trust { padding-block: 56px 28px; text-align: center; background: linear-gradient(#fff, var(--mist) 55%, #fff); }
.trust p { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; }
.trust p i { display: inline-flex; }
.trust p i b { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; margin-left: -7px; background: var(--navy); }
.trust p i b:nth-child(2) { background: var(--green); } .trust p i b:nth-child(3) { background: #C9D2CC; }
.marks { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px clamp(24px, 5vw, 60px); margin-top: 30px; color: var(--faint); font-size: clamp(19px, 2vw, 26px); font-weight: 500; letter-spacing: -.03em; }

/* three modules */
.aud { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 26px; font-size: 14px; color: var(--muted); }
.aud span { margin-right: 6px; } .aud b { font-weight: 500; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 13px; }
.mods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 52px; }
.mod { border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px 24px; display: flex; flex-direction: column; background: #fff; transition: box-shadow .3s, transform .3s var(--ease); }
.mod:hover { box-shadow: 0 18px 50px rgba(0, 8, 27, .08); transform: translateY(-2px); }
.mod-logo { height: 58px; width: auto; align-self: flex-start; margin-bottom: 26px; } .mod-logo--lg { height: 76px; margin-bottom: 36px; }
.mod h3 { font-size: clamp(22px, 2vw, 26px); margin-bottom: 12px; } .mod > p { color: var(--muted); font-size: 15.5px; margin-bottom: 18px; }
.mod ul { display: grid; gap: 8px; font-size: 15px; margin-bottom: 26px; } .mod li { display: flex; gap: 9px; align-items: center; } .mod li svg { width: 14px; height: 14px; color: var(--green); flex: none; }
.mod .tlink { margin-top: auto; align-self: flex-start; }

/* approach band + module pages */
.approach .lede { margin-top: 16px; }
.asteps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 48px; counter-reset: a; }
.asteps li { background: #fff; border-radius: var(--r); padding: 24px; } .asteps .n { font: 500 12px var(--mono); color: var(--green-ink); display: block; margin-bottom: 40px; } .asteps h3 { margin-bottom: 8px; } .asteps p { color: var(--muted); font-size: 15px; }
.msplit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 440px); gap: clamp(32px, 6vw, 88px); align-items: center; }
.mpoints { display: grid; gap: 28px; } .mpoints h2 { font-size: clamp(20px, 1.9vw, 24px); letter-spacing: -.02em; line-height: 1.2; margin-bottom: 6px; } .mpoints p { color: var(--muted); max-width: 46ch; }
.scope { margin-top: 34px; padding: 16px 18px; border-left: 2px solid var(--green); background: var(--mist); border-radius: 0 8px 8px 0; font-size: 14.5px; color: var(--ink); max-width: 56ch; }
.mpanel { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 24px 70px rgba(0, 8, 27, .1); }
.mhead { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; } .mhead .mono { color: var(--faint); font-size: 11px; } .mstate { font-size: 12px; font-weight: 500; color: var(--warn); background: #FBF0E6; border-radius: 999px; padding: 5px 10px; }
.mpanel h3 { font-size: 22px; } .mmeta { font: 400 12.5px var(--mono); color: var(--muted); margin: 6px 0 18px; } .msub { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.mtotal { display: flex; justify-content: space-between; align-items: baseline; background: var(--brand); color: #fff; border-radius: 12px; padding: 16px 18px; margin-bottom: 10px; font-size: 13px; } .mtotal b { font: 400 22px var(--mono); letter-spacing: -.02em; }
.mtotal { flex-wrap: wrap; gap: 4px 14px; } .mtotal b { white-space: nowrap; margin-left: auto; }
.mrows { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; } .mrow { border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font-size: 13px; color: var(--muted); } .mrow b { display: block; font: 400 17px var(--mono); color: var(--ink); margin-top: 4px; }
.msteps { display: grid; gap: 8px; } .msteps li { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; }
.msteps i { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; font: 500 12px var(--mono); font-style: normal; background: var(--mist-2); color: var(--muted); } .msteps i svg { width: 14px; height: 14px; }
.msteps [data-s="done"] i { background: #E2F5EB; color: var(--green-ink); } .msteps [data-s="now"] i { background: #FBF0E6; color: var(--warn); }
.msteps b { font-weight: 500; font-size: 14.5px; display: block; } .msteps small { color: var(--muted); font-size: 12.5px; } .msteps em { font-style: normal; font-size: 12px; font-weight: 500; color: var(--muted); }
.msteps [data-s="done"] em { color: var(--green-ink); } .msteps [data-s="now"] em { color: var(--warn); }
.mfoot { font-size: 12.5px; color: var(--faint); margin-top: 16px; } .status { font: 500 12px var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }

/* how it works (home) */
.how-head { margin-bottom: 52px; }
.how-head h2 { margin-bottom: 14px; }
.cards4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.hcard { display: grid; gap: 22px; align-content: start; }
.hcard-media { position: relative; aspect-ratio: 1 / 1.02; border-radius: var(--r-sm); overflow: hidden; background: var(--mist-2); isolation: isolate; }
.hcard-media > img { width: 100%; height: 100%; object-fit: cover; }
.hcard-media[data-tone="green"] { background: linear-gradient(160deg, #19B86C 0%, #0B7A47 55%, #06382B 100%); }
.hcard-media[data-tone="mist"] { background: linear-gradient(180deg, #ECEEEC, #DCE0DD); }
.num { position: absolute; left: 14px; top: 14px; z-index: 3; width: 26px; height: 26px; border-radius: 6px; display: grid; place-items: center; font-size: 12.5px; background: rgba(0, 8, 27, .55); color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.phone { position: absolute; left: 50%; top: 17%; width: 66%; transform: translateX(-50%); border-radius: 13% / 6.2%; border: 5px solid #0B0D12; background: #0B0D12; overflow: hidden; box-shadow: 0 30px 60px rgba(0, 8, 27, .28); }
.phone img { width: 100%; }
.glass { background: rgba(40, 34, 30, .46); color: #fff; backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); border-radius: 10px; }
.hnote { position: absolute; left: 12%; right: 12%; top: 38%; padding: 14px 16px; display: grid; grid-template-columns: 38px 1fr; gap: 4px 12px; font-size: 14px; line-height: 1.25; }
.hnote i { grid-row: span 2; width: 38px; height: 38px; border-radius: 8px; background: rgba(255, 255, 255, .16); display: grid; place-items: center; }
.hnote i svg { width: 17px; height: 17px; }
.hnote small { display: flex; gap: 12px; font-size: 11px; opacity: .7; }
.hlist { position: absolute; left: 9%; right: 9%; top: auto; bottom: 12px; color: #fff; padding: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; display: grid; gap: 5px; font-size: 13px; }
.hlist > b { font-weight: 500; font-size: 11.5px; display: flex; gap: 8px; align-items: center; justify-self: start; padding: 4px 10px 4px 8px; margin: 0 0 2px -4px; border-radius: 999px; background: rgba(0, 8, 27, .62); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hlist > b::before { content: ""; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid #fff; }
.hlist div { padding: 7px 12px; line-height: 1.25; }
.hlist small { display: block; opacity: .7; font-size: 11px; }
@media (min-width: 1001px) and (max-width: 1130px) { .hlist { left: 5%; right: 5%; bottom: 8px; gap: 4px; font-size: 12px; } .hlist div { padding: 5px 10px; } .hlist small { font-size: 10.5px; } .hlist > b { font-size: 11px; padding: 3px 9px 3px 7px; margin-bottom: 1px; } }   /* narrow 4-column cards: keep the rows on one line and the label off his face */
.hcard h3 { margin-bottom: 8px; }
.hcard p { color: var(--muted); font-size: 15.5px; max-width: 26ch; }

/* feature scenes */
.scenes { display: grid; gap: 12px; padding-bottom: 12px; }
.scene { height: clamp(640px, calc(100svh - 16px), 800px); }
.scene::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .12) 48%, rgba(0, 0, 0, .18)); }
.scene[data-tone="light"]::after { background: linear-gradient(90deg, rgba(243, 243, 241, .7), transparent 45%); }
.scene-copy { position: absolute; left: clamp(24px, 3.4vw, 46px); top: 40%; max-width: 420px; }
.scene-copy h2 { font-size: clamp(27px, 2.7vw, 35px); line-height: 1.12; margin-bottom: 14px; }
.scene-copy p { font-size: 15.5px; line-height: 1.45; }
.scene-index { position: absolute; right: clamp(24px, 3.4vw, 46px); top: 50%; transform: translateY(-50%); display: grid; gap: 14px; text-align: right; font-size: 15px; }
.scene-index li { opacity: .85; display: flex; gap: 14px; justify-content: flex-end; align-items: center; }
.scene-index li span { font-variant-numeric: tabular-nums; min-width: 1.6em; }
.scene-index li.on { opacity: 1; }
.scene-index li.on::before { content: ""; width: 1px; height: 16px; background: currentColor; margin-right: auto; }
.scene-faq { position: absolute; left: clamp(24px, 3.4vw, 46px); bottom: clamp(24px, 3.4vw, 40px); width: min(386px, 100% - 48px); display: grid; gap: 7px; }
.acc { border-radius: 8px; }
.acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 13px 12px 13px 16px; font-size: 14.5px; font-weight: 500; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary i { flex: none; width: 24px; height: 24px; border-radius: 5px; background: rgba(255, 255, 255, .16); position: relative; }
.acc summary i::before, .acc summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: currentColor; transform: translate(-50%, -50%); transition: transform .3s var(--ease); }
.acc summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.acc[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }
.acc p { padding: 0 16px 15px; font-size: 14px; line-height: 1.5; opacity: .9; }
[data-tone="light"] .glass { background: rgba(40, 40, 40, .78); }
.scene[data-tone="light"] .scene-index { color: #fff; background: rgba(40, 40, 40, .78); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); padding: 18px 20px; border-radius: 10px; right: clamp(16px, 2.4vw, 32px); }
@media (min-width: 761px) and (max-height: 860px) { .scene-copy { top: 30%; } }   /* short laptops: an opened question must not cover the paragraph */
@media (min-width: 761px) and (max-width: 1279px) { .scene-copy { top: 34%; max-width: min(300px, 33vw); } .scene-index { display: none; } .scene:nth-child(2) > .bg img { object-position: 30% 50%; } }   /* tablets and small laptops: keep copy off the subject */
@media (min-width: 761px) and (max-width: 1279px) and (max-height: 760px) { .scene-copy { top: 26%; } }   /* short AND narrow: the narrower column is taller, so lift it further */
@media (min-width: 1101px) and (max-width: 1279px) { .scene-copy h2 { font-size: 30px; } }   /* 2.7vw would wrap to 4 lines in the 300px column and push the paragraph under an opened answer */
@media (min-width: 761px) and (max-width: 1100px) { .scene[data-tone="light"]::after { background: linear-gradient(90deg, rgba(243, 243, 241, .94) 0%, rgba(243, 243, 241, .9) 36%, transparent 60%); } }
/* stacking: each scene pins, stays fully usable for 45vh of scrolling (so its questions can be opened), then the next slides over it */
@media (min-width: 900px) and (min-height: 700px) { .scene { position: sticky; top: 8px; } .scene:not(:last-child) { margin-bottom: 45vh; } }

/* value table */
.value h2 { margin-bottom: 44px; }
.vtable { width: min(640px, 100%); margin: 0 auto 36px; font-size: 15.5px; text-align: left; }
.vtable li { display: grid; grid-template-columns: 1fr 1.35fr; gap: 16px; padding: 8px 10px; border-radius: 3px; }
.vtable li:nth-child(odd) { background: var(--mist); }
.vtable li span { color: var(--muted); }
.fine { font-size: 12.5px; color: var(--faint); max-width: 66ch; margin: 22px auto 0; line-height: 1.5; }

/* carousels */
.rail-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.rail-head .label { color: var(--muted); font-size: 14px; margin-bottom: 14px; max-width: 60ch; }
.arrows { display: flex; gap: 8px; }
.arrows button { width: 40px; height: 40px; border-radius: 50%; background: var(--mist-2); display: grid; place-items: center; transition: background-color .2s; }
.arrows button:hover { background: #DDE2DD; }
.arrows button[aria-disabled="true"] { opacity: .35; cursor: default; }
.pslides .progress .arrows button { width: 34px; height: 34px; }
.arrows svg { width: 15px; height: 15px; }
.rail { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-inline: max(var(--gut), (100vw - var(--wrap)) / 2); scroll-padding-inline: max(var(--gut), (100vw - var(--wrap)) / 2); }
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; flex: none; }
.story { width: min(620px, 84vw); padding-right: 34px; margin-right: 34px; border-right: 1px solid var(--line); }
.story:last-child { border-right: 0; margin-right: 0; }
.story figure { aspect-ratio: 2.15; border-radius: var(--r-sm); overflow: hidden; margin-bottom: 26px; background: var(--mist-2); }
.story figure img { width: 100%; height: 100%; object-fit: cover; }
.story .who { font-size: 15.5px; margin-bottom: 8px; padding-left: 12px; }
.story h3 { font-size: 16.5px; letter-spacing: -.01em; line-height: 1.35; padding-left: 12px; margin-bottom: 8px; max-width: 34em; }
.story p { color: var(--muted); font-size: 14.5px; padding-left: 12px; max-width: 40em; }
.progress { display: flex; align-items: center; gap: 18px; margin-top: 46px; font: 400 12px var(--mono); color: var(--muted); }
.progress .bar { position: relative; width: min(550px, 60vw); height: 3px; border-radius: 3px; background: var(--mist-2); overflow: hidden; }
.progress .bar b { position: absolute; left: 0; top: 0; bottom: 0; width: 20%; background: var(--ink); border-radius: 3px; transition: left .3s var(--ease); }

.wall { gap: 12px; }
.wcard { position: relative; height: 336px; border-radius: var(--r-sm); overflow: hidden; background: var(--mist); }
.wcard--img { width: 320px; color: #fff; }
.wcard--img:nth-child(4n+1) { width: 420px; }
.wcard--img img { width: 100%; height: 100%; object-fit: cover; }
.wcard--img::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0, 8, 27, .72)); }
.wcard--img span { position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 16px; font-size: 15.5px; line-height: 1.3; }
.wcard--fact { width: 256px; padding: 22px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.wcard--fact b { font-weight: 400; font-size: 54px; letter-spacing: -.045em; line-height: 1; display: block; }
.wcard--fact em { font-style: normal; color: var(--green-ink); font: 500 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; display: block; margin-top: 10px; }
.wcard--fact p { font-size: 15px; color: var(--muted); line-height: 1.4; }

/* pricing block */
.pblock { display: grid; grid-template-columns: minmax(0, 500px) minmax(0, 1fr); gap: clamp(32px, 6.5vw, 72px); align-items: center; }
@media (min-width: 761px) and (max-width: 1000px) { .pblock { grid-template-columns: minmax(0, 560px) !important; justify-content: center; } }   /* one centred column on tablets */
.pslides { position: relative; }
.pslides .rail { padding: 0; scroll-padding: 0; border-radius: var(--r-sm); gap: 0; }
.pslides figure { width: 100%; aspect-ratio: 500 / 570; background: var(--mist); }
.pslides figure img { width: 100%; height: 100%; object-fit: cover; }
.pslides .progress { margin-top: 26px; } .pslides .progress .bar { flex: 1; width: auto; }
.pcopy h2 { margin-bottom: 30px; }
.pcopy ul.dots li { position: relative; padding: 4px 0 4px 18px; color: var(--muted); font-size: 16px; }
.pcopy ul.dots li::before { content: ""; position: absolute; left: 4px; top: 14px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.price { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin: 26px 0 22px; }
.price b { white-space: nowrap; font-weight: 400; font-size: clamp(52px, 5.4vw, 68px); letter-spacing: -.045em; line-height: .95; font-variant-numeric: tabular-nums; }
.price span { font-size: 14px; line-height: 1.35; padding-bottom: 6px; } .price span small { display: block; white-space: nowrap; color: var(--muted); font-size: 13.5px; }
.ticks { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 18px; font-size: 13px; color: var(--muted); }
.ticks li { display: inline-flex; align-items: center; gap: 7px; } .ticks svg { width: 13px; height: 13px; color: var(--green-ink); }
.pcopy .fine { text-align: center; margin-top: 14px; }
.tlink { display: inline-flex; gap: 6px; align-items: center; font-size: 14.5px; font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.pcopy .tlink { margin: 18px auto 0; display: flex; width: max-content; }

/* closing + footer */
.closing { margin-top: 20px; padding: 0; }
.closing > .bg { bottom: auto; height: min(820px, 70%); } .closing > .bg img { object-position: 70% 24%; }
@media (min-width: 761px) and (max-width: 1240px) { .closing > .bg img { object-position: 42% 24%; } }
.closing::after { content: ""; position: absolute; left: 0; right: 0; top: min(520px, 45%); height: 320px; z-index: -1; background: linear-gradient(transparent, var(--navy) 92%); }
.closing::before { content: ""; position: absolute; left: 0; right: 0; top: min(820px, 70%); bottom: 0; margin-top: -2px; z-index: -1; background: var(--navy); }
.closing-copy { padding: clamp(150px, 19vw, 240px) clamp(24px, 10vw, 128px) 0; }
.closing h2 { font-size: clamp(38px, 4.6vw, 56px); margin-bottom: 26px; max-width: 10em; }
.footcard { background: #fff; color: var(--ink); border-radius: 14px; padding: clamp(28px, 5vw, 64px) clamp(22px, 3.4vw, 44px) 28px; }
.closing .footcard { margin: clamp(170px, 21vw, 290px) 12px 12px; }
.foot-top { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, .55fr)); gap: 40px clamp(24px, 5vw, 80px); padding-bottom: 56px; }
.foot-logo { height: 46px; width: auto; margin-bottom: 8px; } .tagline { font: 500 11px var(--mono) !important; letter-spacing: .1em; text-transform: uppercase; color: var(--green-ink) !important; margin-bottom: 24px; }
.foot-top p { font-size: 14px; color: var(--muted); max-width: 40ch; } .foot-top p b { color: var(--ink); font-weight: 500; }
.mini-form { display: flex; gap: 8px; margin-top: 18px; max-width: 400px; }
.mini-form input { flex: 1; min-width: 0; font: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid #CDD3CE; border-radius: 8px; background: #fff; color: var(--ink); }
.mini-form .btn { border-radius: 8px; padding: 12px 16px; }
.fcol h3 { font-size: 14px; color: var(--faint); letter-spacing: 0; margin-bottom: 16px; }
.fcol a { display: block; font-size: 15px; font-weight: 500; padding: 6px 0; }
.fcol a:hover { color: var(--green-ink); }
.foot-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--line); padding-top: 22px; font-size: 13px; color: var(--faint); }
.footer-plain { background: var(--navy); margin: 40px 8px 8px; border-radius: 14px; padding: 12px; }
.footer-plain .footcard { margin: 0; }

/* how-it-works page */
.steps { position: relative; margin-top: 70px; display: grid; gap: clamp(60px, 9vw, 120px); }
.steps::before { content: ""; position: absolute; left: 50%; top: -34px; bottom: 0; width: 1px; background: linear-gradient(var(--green), rgba(0, 169, 90, .25)); }
.steps::after { content: ""; position: absolute; left: calc(50% - 16px); top: -34px; width: 33px; height: 1px; background: var(--green); }
.step { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 11vw, 120px); align-items: center; position: relative; }
.step > .when { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--green-btn); color: #fff; font-size: 12.5px; font-weight: 500; padding: 5px 8px; border-radius: 2px; white-space: nowrap; z-index: 1; }
.smedia { position: relative; aspect-ratio: 1; border-radius: 18px; overflow: hidden; background: var(--mist-2); isolation: isolate; }
.smedia > img { width: 100%; height: 100%; object-fit: cover; }
.smedia[data-tone="dusk"] { background: linear-gradient(180deg, #7C8AA6, #56637E); }
.smedia[data-tone="green"] { background: linear-gradient(160deg, #19B86C, #0B7A47 60%, #064232); }
.smedia .rows { position: absolute; left: 16%; right: 16%; top: 38%; display: grid; gap: 10px; }
.smedia .rows div { padding: 15px 18px; display: flex; justify-content: space-between; gap: 12px; font-size: 15px; border-radius: 14px; }
.smedia .rows small { opacity: .75; font-size: 14px; }
.tablet { position: absolute; left: 0; right: 9%; top: 12%; border-radius: 0 16px 16px 0; border: 7px solid #0B0D12; border-left: 0; background: #0B0D12; overflow: hidden; box-shadow: 0 30px 60px rgba(0, 8, 27, .3); }
.tablet img { width: 118%; max-width: none; margin-left: -18%; }
.smedia .phone { top: 12%; width: 60%; }
.stext h2 { font-size: clamp(27px, 2.8vw, 36px); margin-bottom: 16px; }
.stext p { font-size: 16px; line-height: 1.5; max-width: 40ch; }
.checks { margin-top: 18px; display: grid; gap: 7px; font-size: 16px; }
.checks li { display: flex; gap: 9px; align-items: center; } .checks svg { width: 15px; height: 15px; color: var(--green); flex: none; }

.guide .rail { gap: 12px; }
.gcard { width: min(300px, 76vw); }
.gcard figure { aspect-ratio: 1; border-radius: var(--r-sm); overflow: hidden; background: var(--navy-2); margin-bottom: 20px; position: relative; }
.gcard figure img { width: 100%; height: 100%; object-fit: cover; }
.gcard figure.ui { background: linear-gradient(150deg, #0D2A3A, #00081B); }
.gcard figure.ui img { position: absolute; left: 9%; top: 14%; width: 150%; max-width: none; height: auto; border-radius: 8px; box-shadow: 0 20px 50px rgba(0, 0, 0, .4); object-fit: initial; }
.gcard h3 { margin-bottom: 8px; } .gcard p { color: var(--muted); font-size: 14.5px; }

.nums h2 { margin-bottom: 50px; } .nums h2 span { color: var(--faint); }
.ngrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ncard { background: #fff; border-radius: var(--r); padding: 22px 24px 24px; }
.ncard--big { grid-row: span 2; display: flex; flex-direction: column; }
.ncard .n { font-size: 56px; letter-spacing: -.045em; line-height: 1; } .ncard .n small { font-size: 22px; letter-spacing: -.02em; margin-left: 6px; }
.ncard p { color: var(--muted); margin-top: 10px; font-size: 15.5px; max-width: 38ch; }
.ncard svg.chart { margin-top: auto; width: 100%; height: auto; }
.nbar { height: 4px; border-radius: 4px; background: var(--mist-2); margin: 22px 0 12px; position: relative; }
.nbar b { position: absolute; inset: 0 auto 0 0; border-radius: 4px; background: var(--green); }
.nlabel { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; } .nlabel i { width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--green-soft), var(--green-ink)); }
.legend { display: flex; gap: 16px; font-size: 12.5px; color: var(--muted); margin-top: 10px; } .legend i { display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 6px; }

.cmp2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 40px; }
.cmpcard { position: relative; height: 264px; border-radius: var(--r); overflow: hidden; background: var(--mist); padding: 22px 24px; }
.cmpcard--a { background: #fff; box-shadow: inset 0 0 0 1.5px var(--green); }
.cmpcard b { font-weight: 500; font-size: 17px; position: relative; z-index: 1; }
.cmpcard img { position: absolute; right: -6%; top: 22%; width: 74%; max-width: none; border-radius: 8px; box-shadow: 0 16px 40px rgba(0, 8, 27, .16); transform: rotate(-4deg); }
.ledger { position: absolute; right: -4%; top: 20%; width: 70%; height: 120%; background: #fff; border-radius: 6px; box-shadow: 0 16px 40px rgba(0, 8, 27, .1); transform: rotate(4deg); padding: 14px; display: grid; gap: 5px; align-content: start; }
.ledger i { height: 5px; border-radius: 2px; background: #DFE3E0; } .ledger i:nth-child(3n) { width: 82%; } .ledger i:nth-child(4n) { width: 64%; background: #CBD8EE; } .ledger i:nth-child(7n) { width: 92%; }

/* plans page */
.plans-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(28px, 4.5vw, 56px); align-items: start; margin-top: 34px; }
.plede { font-size: 18px; margin: 34px 0 14px; } .plede span { color: var(--faint); }
.plan label { display: block; cursor: pointer; } .plan label::after { content: ""; position: absolute; inset: 0; border-radius: inherit; } .plan details { position: relative; }
.plan { position: relative; display: block; border: 1px solid #D4DAD5; border-radius: var(--r-sm); padding: 18px 18px 16px; cursor: pointer; background: #fff; transition: border-color .2s, box-shadow .2s; }
.plan + .plan { margin-top: 8px; }
.plan input { position: absolute; opacity: 0; pointer-events: none; }
.plan:has(input:checked) { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.plan:has(input:focus-visible) { outline: 2px solid var(--green); outline-offset: 3px; }
.plan .top { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: baseline; }
.plan .top b { font-weight: 500; font-size: 18px; } .plan .top .pr { font-variant-numeric: tabular-nums; font-size: 18px; }
.plan .top small { color: var(--muted); font-size: 14px; } .plan .top .after { text-align: right; color: var(--green-ink); font-size: 12.5px; }
.plan .box { position: absolute; right: 16px; top: 16px; display: none; }
.plan details { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 10px; }
.plan summary { cursor: pointer; font-size: 13.5px; font-weight: 500; list-style: none; display: inline-flex; gap: 6px; align-items: center; color: var(--muted); }
.plan summary::-webkit-details-marker { display: none; } .plan summary::after { content: "+"; font-size: 16px; line-height: 1; } .plan details[open] summary::after { content: "–"; }
.plan details ul { margin-top: 10px; display: grid; gap: 5px; font-size: 14.5px; color: var(--muted); }
.plan details li::before { content: "·"; margin-right: 8px; }
.lgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lplan { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 18px; background: var(--mist); }
.lplan b { font-weight: 500; font-size: 18px; display: block; } .lplan .pr { font-size: 26px; letter-spacing: -.03em; margin-top: 8px; } .lplan .pr small { font-size: 13.5px; color: var(--muted); letter-spacing: 0; }
.lplan .term { font-size: 12.5px; color: var(--green-ink); margin: 6px 0 12px; } .lplan ul { display: grid; gap: 5px; font-size: 14.5px; color: var(--muted); margin-bottom: 16px; } .lplan li::before { content: "·"; margin-right: 8px; }
.summary { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; box-shadow: 0 18px 50px rgba(0, 8, 27, .07); padding: 24px; }
.summary h2 { font-size: 19px; letter-spacing: -.01em; margin-bottom: 18px; }
.sline { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 14.5px; margin-bottom: 8px; font-variant-numeric: tabular-nums; }
.sline > span:last-child:not(.stepper) { white-space: nowrap; flex: none; }
.sline small { display: block; color: var(--muted); font-size: 12.5px; }
.slabel { font-size: 12.5px; color: var(--faint); margin: 14px 0 8px; }
.stepper { display: inline-flex; align-items: center; gap: 4px; } .stepper button { width: 28px; height: 28px; border-radius: 6px; background: var(--mist-2); font-size: 16px; line-height: 1; } .stepper button:disabled { opacity: .35; cursor: default; } .stepper output { min-width: 1.6em; text-align: center; }
.switch { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14.5px; padding: 6px 2px; cursor: pointer; }
.switch input { appearance: none; -webkit-appearance: none; width: 38px; height: 22px; border-radius: 22px; background: #CFD6D0; position: relative; transition: background-color .2s; cursor: pointer; flex: none; margin: 0; }
.switch input::after { content: ""; position: absolute; left: 3px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform .25s var(--ease); }
.switch input:checked { background: var(--green); } .switch input:checked::after { transform: translateX(16px); }
.stotal { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 16px; font-size: 15px; font-weight: 500; }
.stotal output { font-size: 24px; letter-spacing: -.03em; font-weight: 400; font-variant-numeric: tabular-nums; }
.stotal { gap: 12px; } .stotal output { white-space: nowrap; flex: none; } .sline .stepper { flex: none; white-space: nowrap; }
@media (max-width: 360px) { #s-extra-row { flex-wrap: wrap; row-gap: 8px; } }
.summary .fine { margin: 6px 0 16px; text-align: left; } .summary .btn + .btn { margin-top: 8px; }
.tcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tcard { background: #fff; border-radius: var(--r); padding: 22px; box-shadow: 0 10px 30px rgba(0, 8, 27, .05); } .tcard b { font-weight: 400; font-size: 34px; letter-spacing: -.04em; display: block; } .tcard span { color: var(--muted); font-size: 14.5px; }
.tsplit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; align-items: center; }
.feat-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); margin-top: 40px; align-items: start; }
.chips { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; position: sticky; top: 96px; }
.chip { font-size: 12.5px; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: #fff; transition: all .2s; }
.chip[aria-pressed="true"] { border-color: var(--green); color: var(--green-ink); }
.key { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); display: grid; gap: 7px; } .key b { color: var(--ink); font-weight: 500; }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 8px; vertical-align: 1px; }
.dot--start { background: var(--green); } .dot--business { background: #2F6FDB; } .dot--holding { background: #8A56D9; } .dot--enterprise { background: #D98B2B; }
.search { width: 100%; font: inherit; font-size: 15px; padding: 13px 16px 13px 42px; border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 6px 20px rgba(0, 8, 27, .05); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239AA39E' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") 14px 50% / 17px no-repeat; color: var(--ink); }
.fgroup h3 { font-size: 18px; margin: 34px 0 12px; } .fgroup h3 span { color: var(--green-ink); margin-left: 6px; font-size: 15px; }
.frow { border: 1px solid var(--line); border-radius: 8px; background: #fff; } .frow + .frow { margin-top: 8px; }
.frow summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 4px; padding: 15px 14px 15px 16px; font-size: 15px; font-weight: 500; }
.frow summary::-webkit-details-marker { display: none; }
.frow summary .dot { flex: none; margin-right: 10px; }
.frow summary i { margin-left: auto; width: 26px; height: 26px; border-radius: 6px; background: var(--mist); position: relative; flex: none; }
.frow summary i::before, .frow summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: var(--muted); transform: translate(-50%, -50%); transition: transform .3s var(--ease); }
.frow summary i::after { transform: translate(-50%, -50%) rotate(90deg); } .frow[open] summary i::after { transform: translate(-50%, -50%); }
.frow p { padding: 0 16px 16px 31px; color: var(--muted); font-size: 14.5px; max-width: 60ch; } .frow p em { font-style: normal; color: var(--faint); font-size: 12.5px; display: block; margin-top: 6px; }
.none { color: var(--muted); padding: 30px 0; }
.explain { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.explain h2 { font-size: clamp(24px, 2.4vw, 30px); margin-bottom: 18px; } .explain h3 { font-size: clamp(22px, 2.2vw, 28px); margin: 30px 0 14px; }
.explain p { color: var(--muted); font-size: 15px; margin-bottom: 14px; max-width: 56ch; }
.explain ul li { position: relative; padding-left: 18px; color: var(--muted); font-size: 15px; margin-bottom: 9px; max-width: 56ch; } .explain ul li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.explain figure { border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 4 / 5; } .explain figure img { width: 100%; height: 100%; object-fit: cover; }

/* compare page */
.vs-head h1 { font-size: clamp(36px, 4vw, 48px); } .vs-head h1 small { display: block; font-size: 22px; color: var(--muted); letter-spacing: 0; margin: 8px 0; }
.vs-head .mono { color: var(--muted); display: block; margin-bottom: 18px; text-transform: none; letter-spacing: 0; font: 400 13px var(--sans); }
.vs-scroll { position: relative; overflow-x: auto; margin-top: 64px; padding: 6px 2px 10px; }
.vs { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; font-size: 13.5px; text-align: center; }
.vs th, .vs td { padding: 17px 14px; font-weight: 400; }
.vs thead th { font-size: 13px; padding-block: 22px; } .vs thead th img { height: 26px; width: auto; margin: 0 auto; }
.vs tbody tr:nth-child(odd) td, .vs tbody tr:nth-child(odd) th { background: var(--mist); }
.vs tbody th { font-size: 13px; width: 25%; border-radius: 4px 0 0 4px; } .vs td:last-child { border-radius: 0 4px 4px 0; color: var(--muted); } .vs td:nth-child(3) { color: var(--muted); }
.vs .me { background: #fff !important; border-inline: 1.5px solid var(--green); color: var(--ink); box-shadow: 0 0 40px rgba(0, 169, 90, .08); width: 25%; }
.vs thead .me { border-top: 1.5px solid var(--green); border-radius: 8px 8px 0 0; } .vs thead th img { height: 30px; } .vs tbody tr:last-child .me { border-bottom: 1.5px solid var(--green); border-radius: 0 0 8px 8px; font-size: 14.5px; font-weight: 500; }
.vs svg { width: 16px; height: 16px; } .vs .y { color: var(--green); } .vs .x { color: #9AA39E; }
.vs tbody tr:last-child td { font-size: 15px; color: var(--ink); }
.further h2 { margin-bottom: 56px; }
.line3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 3vw, 40px); position: relative; }
.l3 figure { aspect-ratio: 1.77; border-radius: var(--r-sm); overflow: hidden; margin-bottom: 20px; } .l3 figure img { width: 100%; height: 100%; object-fit: cover; }
.l3 .n::before { content: ""; position: absolute; left: -100vw; right: -100vw; top: 50%; height: 1px; background: var(--green-btn); opacity: 1; z-index: -1; }
.l3:not(:first-child) .n::before { display: none; }
.l3 .n { position: relative; z-index: 1; display: grid; place-items: center; width: 18px; height: 18px; background: var(--green-btn); color: #fff; font-size: 10px; border-radius: 2px; margin-bottom: 26px; }
.l3 h3 { margin-bottom: 10px; } .l3 p { font-size: 14px; color: var(--ink); max-width: 36ch; }
.alts { position: relative; margin-block: 0; padding: clamp(80px, 10vw, 120px) var(--gut); color: #fff; isolation: isolate; text-align: center; }
.alts > .bg { position: absolute; inset: 0; z-index: -1; } .alts > .bg img { width: 100%; height: 100%; object-fit: cover; }
.alts::before, .alts::after { content: ""; position: absolute; left: 0; right: 0; height: 70px; background: #fff; z-index: 0; }
.alts::before { top: -1px; border-radius: 0 0 60px 60px; } .alts::after { bottom: -1px; border-radius: 60px 60px 0 0; }
.alts h2 { margin: 50px 0 14px; } .alts > p { opacity: .9; }
.acards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: min(var(--wrap), 100%); margin: 50px auto 60px; text-align: left; align-items: center; }
.acard { background: #fff; color: var(--ink); border-radius: var(--r-sm); padding: 20px; } .acard:nth-child(2) { padding-block: 34px; }
.acard b { font-weight: 500; font-size: 17px; display: block; margin-bottom: 10px; } .acard p { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; }
.acard div { background: var(--mist); border-radius: 6px; padding: 14px; font-size: 13.5px; line-height: 1.45; }
.principle { display: grid; grid-template-columns: 1.15fr 1fr; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.principle div { padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.principle q { quotes: none; font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -.02em; line-height: 1.22; display: block; margin-bottom: 22px; } .principle q::before { content: "“"; display: block; color: var(--green); font-size: 46px; line-height: .6; margin-bottom: 14px; }
.principle small { color: var(--muted); font-size: 13.5px; } .principle img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }

/* faq page + faq sections */
.tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px clamp(18px, 3vw, 42px); border-bottom: 1px solid var(--line); margin-top: 70px; font-size: 14px; }
.tabs a { color: var(--muted); padding: 14px 0; border-bottom: 1.5px solid transparent; margin-bottom: -1px; } .tabs a:hover { color: var(--ink); border-color: var(--ink); }
.fq { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 24px clamp(24px, 5vw, 60px); padding-top: clamp(56px, 7vw, 90px); scroll-margin-top: 90px; }
.fq > h2 { font-size: clamp(22px, 2.2vw, 28px); letter-spacing: -.02em; } .fq > h2 sup { font: 500 11px var(--mono); color: var(--green-ink); margin-left: 4px; }
.qa { border-bottom: 1px solid var(--line); }
.qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary i { position: relative; width: 14px; height: 14px; flex: none; } .qa summary i::before, .qa summary i::after { content: ""; position: absolute; left: 0; top: 50%; width: 14px; height: 1.5px; background: var(--muted); transition: transform .3s var(--ease); }
.qa summary i::after { transform: rotate(90deg); } .qa[open] summary i::after { transform: rotate(0); } .qa[open] summary i::before { background: var(--green); }
.qa p { color: var(--muted); font-size: 15px; padding: 0 40px 22px 0; max-width: 70ch; }
.faq-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }

/* our why */
.essay { width: min(560px, 100% - 2 * var(--gut)); margin-inline: auto; padding-bottom: var(--sec); }
.essay h1 { font-size: clamp(30px, 3.3vw, 40px); line-height: 1.12; } .essay h1 em { font-style: normal; color: var(--green-ink); }
.emeta { display: flex; flex-wrap: wrap; gap: 8px 30px; border-top: 1px dashed #CDD3CE; margin: 22px 0 56px; padding-top: 10px; font: 400 10.5px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--faint); } .emeta b { color: var(--muted); font-weight: 500; margin-left: 10px; }
.essay .para { margin-bottom: 38px; } .essay .para p { font-size: 15px; line-height: 1.5; margin-bottom: 10px; }
.bubbles { display: grid; justify-items: start; gap: 10px; background: var(--mist); padding: 14px; border-radius: 12px; margin: -18px 0 38px; width: max-content; max-width: 100%; }
.bubbles span { background: #DFE3E0; border-radius: 16px; padding: 8px 14px; font-size: 14px; } .bubbles span:last-child { background: var(--green); color: #fff; }
.essay h2 { font-size: 24px; letter-spacing: -.02em; margin: 80px 0 14px; }
.rchips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 34px; } .rchips span { border: 1px solid var(--line); border-radius: 10px; padding: 9px 14px; font-size: 13.5px; display: inline-flex; align-items: center; gap: 9px; box-shadow: 0 2px 8px rgba(0, 8, 27, .04); } .rchips span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.rlist { display: grid; gap: 8px; margin: 18px 0 34px; max-width: 360px; } .rlist span { border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; font-size: 13.5px; display: flex; align-items: center; gap: 10px; } .rlist span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--green); }
.essay .closeline { font-size: 15px; margin-bottom: 8px; } .essay .closeline:first-of-type { color: var(--green-ink); }

/* 404 */
.nf { min-height: calc(100svh - 16px); margin-top: 8px; display: grid; place-items: center; text-align: center; padding: 120px var(--gut) 60px; background: radial-gradient(60vmin 60vmin at 50% 58%, rgba(0, 169, 90, .78), rgba(0, 169, 90, .2) 58%, transparent 72%), var(--navy); }
.nf .mono { color: #A8F2CE; margin-bottom: 22px; display: block; } .nf p { margin: 18px 0 30px; }

/* waitlist dialog */
dialog { border: 0; padding: 0; border-radius: 16px; width: min(480px, calc(100% - 28px)); color: var(--ink); background: #fff; box-shadow: 0 40px 100px rgba(0, 8, 27, .4); }
dialog::backdrop { background: rgba(0, 8, 27, .62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.wl { padding: 30px 28px 26px; position: relative; }
.wl h2 { font-size: 27px; margin-bottom: 10px; padding-right: 36px; } .wl-body > p { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.wl .x { position: absolute; right: 18px; top: 18px; width: 36px; height: 36px; border-radius: 50%; background: var(--mist); font-size: 20px; line-height: 1; }
.wl label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 14px; } .wl label span { display: block; margin-bottom: 6px; }
.wl input, .wl select { width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid #CDD3CE; border-radius: 8px; background: #fff; color: var(--ink); }
.wl input:focus, .wl select:focus, .mini-form input:focus, .search:focus { outline: 2px solid var(--green); outline-offset: 1px; border-color: transparent; }
.wl .hp { position: absolute; left: -9999px; } .wl .fine { text-align: left; margin: 12px 0 0; }
.wl .err { color: #A3341B; font-size: 14px; margin-top: 12px; } .wl .ok, .wl .soon { text-align: center; padding: 24px 0 10px; } .wl .ok:focus, .wl .soon:focus { outline: none; } .wl .soon h2 { padding-right: 0; } .wl .ok svg { width: 44px; height: 44px; color: var(--green); margin: 0 auto 16px; }

/* reveal: content is visible by default; .js adds a gentle rise only once the observer is running */
.js .rise { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rise.in { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .nav-links { display: none; } .nav-menu { display: inline-flex; }
  .nav--home:not(.is-stuck) .nav-in { width: calc(100% - 40px); }
  .nav-in { grid-template-columns: auto 1fr auto; } .nav-act { justify-content: flex-end; grid-column: 3; }
  .cards4 { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(-1 * var(--gut)); padding-inline: var(--gut); scroll-padding-inline: var(--gut); }
  .cards4::-webkit-scrollbar { display: none; } .hcard { flex: none; width: min(300px, 78vw); scroll-snap-align: start; }
  .pblock, .plans-grid, .explain, .tsplit, .principle, .feat-grid, .msplit { grid-template-columns: minmax(0, 1fr); }
  .nav .langs { display: none; } .menu .langs { display: inline-flex; } .mods { grid-template-columns: minmax(0, 1fr); }
  .summary, .chips { position: static; } .chips { flex-direction: row; flex-wrap: wrap; } .key { display: none; }
  .foot-top { grid-template-columns: 1fr 1fr 1fr; } .foot-top > :first-child { grid-column: 1 / -1; }
  .fq { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 760px) {
  :root { --gut: 20px; }
  h1 { font-size: clamp(33px, 9.4vw, 40px); }
  .announce { font-size: 13px; gap: 6px 14px; } .nav--home:not(.is-stuck) { margin-top: 9px; } .nav-logo img { height: 30px; }
  .hero { min-height: 0; padding: 370px 22px 28px; justify-content: flex-start; } .hero > .bg { bottom: auto; height: 470px; } .hero > .bg img { object-position: 71% 30%; }
  .hero::after { inset: 0 0 auto; height: 471px; background: linear-gradient(180deg, rgba(0, 8, 27, .4) 0%, transparent 28%, transparent 52%, var(--navy) 100%); }
  .hero-copy { margin-block: 0 30px; padding-top: 0; } .hero-proof { display: grid; gap: 10px; } .hero-proof li, .hero-proof li:first-child { padding: 0 0 0 14px; border-left: 1px solid rgba(255, 255, 255, .3); } .hero-proof li:first-child { padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .3); }
  .btns .btn { flex: 1 1 auto; }
  .phero { padding: 120px 22px 40px; align-items: flex-end; min-height: 480px; } .phero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .6)); } .phero .tag { display: none; }
  .scene { height: auto; display: flex; flex-direction: column; padding: 330px 20px 20px; gap: 22px; background: var(--scene-bg); }
  .scene > .bg { bottom: auto; height: 360px; } .scene > .bg img { object-position: var(--pos); }
  .scene::after, .scene[data-tone="light"]::after { inset: 0 0 auto; height: 361px; background: linear-gradient(180deg, transparent 58%, var(--scene-bg)); }
  .scene-copy, .scene-faq { position: static; max-width: none; width: 100%; } .scene-index { display: none; }
  .vtable li { grid-template-columns: 1fr; gap: 0; } .story { padding-right: 20px; margin-right: 20px; }
  .rail-head { flex-direction: column; align-items: flex-start; } .wcard { height: 300px; } .wcard--img, .wcard--img:nth-child(4n+1) { width: 280px; }
  .closing-copy { padding: 340px 22px 0; } .closing > .bg { height: 430px; } .closing > .bg img { object-position: 73% 20%; } .closing::after { top: 210px; height: 222px; } .closing::before { top: 430px; } .closing .footcard { margin: 56px 8px 8px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px 20px; padding-bottom: 36px; }
  .steps::before, .steps::after { left: 10px; } .steps::after { left: 0; width: 21px; } .steps { padding-left: 34px; }
  .step { grid-template-columns: minmax(0, 1fr); gap: 26px; } .step > .when { left: -34px; top: 0; transform: none; } .smedia { aspect-ratio: 1.1; }
  .smedia .rows { left: 8%; right: 8%; } .smedia .rows div { align-items: center; } .smedia .rows small { white-space: nowrap; }
  .phero--mod { min-height: 0; padding: 378px 22px 30px; } .phero--mod > .bg { top: 60px; bottom: auto; height: 360px; } .phero--mod > .bg img { object-position: 74% 0%; }
  .phero--mod::after { inset: 60px 0 auto; height: 361px; background: linear-gradient(180deg, rgba(0, 8, 27, .35) 0%, transparent 26%, transparent 58%, var(--navy) 100%); }
  .plan .top { grid-template-columns: auto minmax(0, 1fr); } .plan .top .pr { text-align: right; } .plan .top > small, .plan .top .after { grid-column: 1 / -1; } .plan .top .after { text-align: left; } .plan .top > span:empty { display: none; }
  .mtotal b { font-size: 19px; }
  .trust { padding-inline: var(--gut); } .trust p { display: flex; justify-content: center; text-align: left; }
  .ngrid, .cmp2, .lgrid, .tcards, .line3, .acards, .asteps { grid-template-columns: minmax(0, 1fr); } .asteps .n { margin-bottom: 18px; } .mrows { grid-template-columns: 1fr; } .l3 .n::before { display: none; } .l3 .n { margin-bottom: 14px; } .ncard--big { grid-row: auto; }
  .acard:nth-child(2) { padding-block: 20px; } .alts::before, .alts::after { height: 36px; border-radius: 0 0 32px 32px; } .alts::after { border-radius: 32px 32px 0 0; }
  .principle img { min-height: 220px; order: -1; } .qa summary { font-size: 16px; } .qa p { padding-right: 0; } .tabs { justify-content: flex-start; margin-top: 44px; } .page-top { padding-top: 120px; }
  .cmpcard { height: 230px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; }
  .js .rise { opacity: 1; transform: none; }
}
@media print { .js .rise { opacity: 1; transform: none; } }
