/* Scale AYJ Marketing. Tokens from design/dna-form.md and the copy doc amendment v1.2. */
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:300;font-display:swap;src:url(/assets/fonts/barlow-condensed-300.woff2) format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/barlow-condensed-600.woff2) format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:900;font-display:swap;src:url(/assets/fonts/barlow-condensed-900.woff2) format('woff2')}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/source-sans-3-400.woff2) format('woff2')}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/source-sans-3-600.woff2) format('woff2')}

:root{
  --ground:#090B09;--deep:#0C0E0D;--lift:#141615;--card:#1A1C1B;--brd:#313332;--line:#3B3E3C;
  --mut:#A3A6A4;--ink:#E7E5E2;--grn:#45A573;--cop:#AA8A77;
  --d:'Barlow Condensed','Arial Narrow',sans-serif;
  --b:'Source Sans 3','Segoe UI',system-ui,sans-serif;
  --pad:80px;--max:1280px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:auto}
body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--b);font-size:18px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:var(--grn)}
h1,h2,h3,p,fieldset,figure{margin:0}
fieldset{padding:0;border:0;min-width:0}
legend{padding:0}
button{font:inherit;color:inherit}
:focus-visible{outline:2px solid var(--grn);outline-offset:3px}
.wrap{max-width:var(--max);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
[hidden]{display:none !important}

/* type */
.lab{font-family:var(--b);font-size:13px;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;color:var(--mut)}
.cap{font-size:14px;line-height:1.5;color:var(--mut)}
.h1{font-family:var(--d);font-weight:900;line-height:.86;letter-spacing:-.02em;color:var(--ink);font-size:var(--h1,92px)}
.h2{font-family:var(--d);font-weight:900;font-size:57px;line-height:.96;letter-spacing:-.012em;color:var(--ink)}
.h2.big{font-size:64px}
.h2.sm{font-size:44px}
.h3{font-family:var(--d);font-weight:600;font-size:32px;line-height:1.1}
.num{font-family:var(--d);font-weight:600;font-size:22px;line-height:1.15;font-variant-numeric:tabular-nums}
.lead{font-size:20px;color:var(--mut);max-width:480px}
.body{font-size:21px;max-width:700px}
.rule{width:190px;height:6px;background:var(--grn)}
.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--b);font-size:17px;font-weight:600;color:var(--deep);background:var(--grn);border:0;padding:0 28px;min-height:48px;cursor:pointer;text-decoration:none}
.btn:hover{background:#3f9a6a}
.btn[disabled]{opacity:.6;cursor:default}

/* header */
.hd{position:relative;z-index:10}
.hd .wrap{height:88px;display:flex;align-items:center;justify-content:space-between}
.hd .logo img{height:32px;width:auto}
.hd nav{display:flex;align-items:center;gap:26px}
.hd nav a{font-size:15px;color:var(--mut);text-decoration:none;min-height:44px;display:inline-flex;align-items:center}
.hd nav a[aria-current=page]{color:var(--ink)}
.hd nav a.btn{color:var(--deep);padding:0 20px;min-height:44px}
.menu{display:none}

/* hero */
.hero{position:relative;overflow:hidden;background:var(--ground);isolation:isolate}
.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--pos,center);z-index:-1}
.hero .wrap{display:grid;grid-template-columns:minmax(0,560px) 440px;justify-content:space-between;gap:48px;padding-top:76px;padding-bottom:72px;align-items:start}
.hero .txt{display:flex;flex-direction:column;gap:26px}
.hero.apply .wrap{padding-top:90px}
.hero.legal .wrap{grid-template-columns:1fr;padding-top:80px;padding-bottom:60px}
.hero.legal .txt{gap:22px}

/* quiz */
.quiz{width:100%;min-height:580px;background:var(--deep);border:1px solid var(--brd);padding:28px;display:flex;flex-direction:column;gap:18px}
.prog{display:flex;align-items:center;gap:14px}
.segs{flex:1;display:flex;gap:4px}
.segs i{flex:1;height:3px;background:var(--brd);display:block}
.segs i.on{background:var(--grn)}
.pct{font-family:var(--d);font-weight:600;font-size:17px;line-height:1;color:var(--mut);font-variant-numeric:tabular-nums;min-width:40px;text-align:right}
.back{width:44px;height:44px;margin-bottom:4px;background:transparent;border:1px solid var(--brd);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.qs{display:flex;flex-direction:column;gap:14px}
.qs legend{font-family:var(--d);font-weight:600;font-size:30px;line-height:1.08;color:var(--ink);margin-bottom:14px}
.opts{display:flex;flex-direction:column;gap:10px}
.opt{width:100%;text-align:left;font-size:17px;font-weight:600;color:var(--ink);background:var(--lift);border:1px solid var(--brd);padding:14px 16px;min-height:52px;cursor:pointer}
.opt:hover{border-color:var(--mut)}
.opt[aria-pressed=true]{border-color:var(--grn)}
.contact{display:flex;flex-direction:column;gap:12px}
.fld{display:flex;flex-direction:column;gap:6px}
.fld label{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--mut)}
.fld input{height:48px;background:var(--lift);border:1px solid var(--brd);color:var(--ink);font-family:var(--b);font-size:16px;padding:0 14px;width:100%;border-radius:0}
.fld input:focus{border-color:var(--grn);outline:0}
.fld.bad input{border-color:#C25A5A}
.err{font-size:14px;color:#E09A9A;margin:0}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5;color:var(--mut);cursor:pointer}
.consent input{margin:3px 0 0;width:18px;height:18px;flex:0 0 18px;accent-color:var(--grn)}
.hp{position:absolute;opacity:0;width:0;height:0;overflow:hidden;pointer-events:none}
.quiz .btn{margin-top:6px;width:100%}

/* proof strip */
.proof{background:var(--deep);border-top:1px solid var(--brd);border-bottom:1px solid var(--brd)}
.proof .wrap{display:flex;padding-top:40px;padding-bottom:40px}
.proof .wrap>div{flex:1;padding:0 26px;border-left:1px solid var(--brd)}
.proof .wrap>div:first-child{padding-left:0;border-left:0}

/* generic section */
.sec{position:relative}
.sec .wrap{padding-top:76px;padding-bottom:76px}
.sec.deep{background:var(--deep)}
.sec.lift{background:var(--lift)}
.stack{display:flex;flex-direction:column;gap:36px}
.two{display:flex;gap:64px;align-items:flex-start}
.two .side{width:320px;flex:0 0 320px}
.two .main{flex:1;min-width:0}
.two .main .body{padding-top:6px}

/* configurator */
.conf{display:flex;align-items:flex-start;gap:48px}
.slabs{flex:1;display:flex;flex-direction:column;gap:12px}
.slab{width:100%;text-align:left;background:var(--lift);border:1px solid var(--brd);padding:18px 24px;display:flex;gap:18px;align-items:flex-start;cursor:pointer;min-height:56px}
.slab .mk{width:18px;height:18px;flex:0 0 18px;margin-top:5px;background:transparent;border:1px solid var(--brd);display:block}
.slab .t{font-family:var(--d);font-weight:600;font-size:28px;line-height:1;color:var(--ink);display:block}
.slab .s{font-size:19px;line-height:1.55;color:var(--mut);max-width:440px;display:block;margin-top:7px}
.slab[aria-pressed=true]{background:var(--grn);border-color:var(--grn)}
.slab[aria-pressed=true] .mk{background:var(--deep);border-color:var(--deep)}
.slab[aria-pressed=true] .t,.slab[aria-pressed=true] .s{color:var(--deep)}
.pipe{width:300px;flex:0 0 300px;background:var(--deep);border:1px solid var(--brd);padding:18px;display:flex;flex-direction:column;gap:10px}
.stage{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--lift);border:1px solid var(--brd);font-family:var(--d);font-weight:600;font-size:20px;color:var(--mut)}
.stage i{width:10px;height:10px;background:var(--mut);display:block}
.stage.lit{background:var(--grn);border-color:var(--grn);color:var(--deep)}
.stage.lit i{background:var(--deep)}

/* accounts */
.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:start}
.card{background:var(--card);padding:26px;display:flex;flex-direction:column;gap:16px}
.card:nth-child(2){margin-top:44px}
.shot{width:100%;height:auto;border:1px solid var(--brd);background:var(--deep)}
.card p{font-size:18px}

/* schedule */
.rows{flex:1;border-top:1px solid var(--brd)}
.row{display:flex;gap:26px;align-items:baseline;padding:14px 0;border-top:1px solid var(--brd)}
.row:first-child{border-top:0}
.row b{width:44px;flex:0 0 44px;font-family:var(--d);font-weight:300;font-size:22px;color:var(--mut);font-variant-numeric:tabular-nums}
.row span{font-size:19px;line-height:1.5}

/* who runs it */
.who{background:var(--deep);position:relative;overflow:hidden}
.who .wrap{min-height:760px;padding-top:74px;padding-bottom:74px;display:grid;grid-template-columns:minmax(0,560px) minmax(320px,1fr);gap:40px}
.who .txt{display:flex;flex-direction:column;gap:22px;position:relative;z-index:2}
.who .h2,.who .lead1{color:var(--grn)}
.who .lead1{font-size:22px;max-width:480px}
.who p.l{font-size:20px;max-width:480px}
.who .port{position:relative;min-height:600px}
.who .port img{position:absolute;right:20px;bottom:-98px;height:700px;width:auto;max-width:none}
.quote{display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--brd);padding-top:20px}
.quote p{font-size:24px;line-height:1.45}
.who .quote p{font-size:21px}

/* the call */
.call{background:var(--deep);position:relative;overflow:hidden;isolation:isolate}
.call .wrap{padding-top:76px;padding-bottom:76px;display:flex;flex-direction:column;gap:26px;align-items:flex-start}
.call p{font-size:22px;max-width:680px}

/* results */
.res .wrap{display:flex;flex-direction:column;gap:44px}
.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:start}
.fig{display:flex;flex-direction:column;gap:14px}

/* legal */
.legal .wrap{padding-top:56px;padding-bottom:60px}
.legal .doc{display:flex;flex-direction:column;gap:44px;max-width:680px}
.legal section{display:flex;flex-direction:column;gap:14px}
.legal .h2{font-size:32px}
.legal p{font-size:18px}

/* success / calendar */
.done .wrap{padding-top:64px;padding-bottom:64px;display:flex;flex-direction:column;gap:28px}
.done p{font-size:22px;max-width:520px}
.cal{width:100%;min-height:720px;border:0;background:var(--deep)}
.cal-note{font-size:16px;color:var(--mut)}

/* footer */
.ft{background:var(--deep);border-top:1px solid var(--brd)}
.ft .wrap{padding-top:44px;padding-bottom:48px;display:flex;justify-content:space-between;gap:40px}
.ft .l{display:flex;flex-direction:column;gap:10px}
.ft .l img{height:28px;width:auto;margin-bottom:6px;align-self:flex-start}
.ft .l p{font-size:15px}
.ft .l a{font-size:15px;color:var(--mut);text-decoration:none}
.ft .r{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.ft .r nav{display:flex;gap:20px}
.ft .r nav a{font-size:15px;color:var(--mut);min-height:44px;display:inline-flex;align-items:center}
.est{border-top:1px solid var(--cop);padding-top:8px;color:var(--cop)}
.sticky{display:none}

/* 404 */
.nf .wrap{padding-top:120px;padding-bottom:120px;display:flex;flex-direction:column;gap:26px;align-items:flex-start;min-height:60vh}

@media (max-width:1100px){
  .who .wrap{grid-template-columns:minmax(0,520px) minmax(240px,1fr)}
  .who .port img{height:600px;right:0;bottom:-90px}
}
@media (max-width:900px){
  :root{--pad:22px}
  body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
  body.noapp{padding-bottom:0}
  .h1{font-size:var(--h1m,54px);line-height:.88}
  .h2,.h2.big{font-size:40px;line-height:.98}
  .h2.sm{font-size:36px}
  .lead{font-size:17px;max-width:none}
  .body{font-size:18px}
  .rule{width:150px;height:5px}
  .hd .wrap{height:64px;border-bottom:1px solid var(--brd)}
  .hd .logo img{height:24px}
  .hd nav.desk{display:none}
  .menu{display:block;position:relative}
  .menu summary{list-style:none;width:44px;height:44px;border:1px solid var(--brd);display:flex;align-items:center;justify-content:center;cursor:pointer}
  .menu summary::-webkit-details-marker{display:none}
  .menu nav{position:absolute;right:0;top:54px;width:240px;background:var(--deep);border:1px solid var(--brd);display:flex;flex-direction:column;padding:8px 0}
  .menu nav a{font-size:17px;color:var(--ink);text-decoration:none;padding:0 18px;min-height:48px;display:flex;align-items:center}
  .menu nav a[aria-current=page]{color:var(--grn)}
  .hero .wrap{grid-template-columns:1fr;gap:18px;padding-top:34px;padding-bottom:40px}
  .hero.apply .wrap{padding-top:34px}
  .hero .txt{gap:18px}
  .quiz{min-height:530px;padding:22px;margin-top:6px}
  .proof .wrap{flex-direction:column;padding-top:24px;padding-bottom:24px}
  .proof .wrap>div{padding:16px 0;border-left:0;border-top:1px solid var(--brd)}
  .proof .wrap>div:first-child{border-top:0}
  .proof .num{font-size:25px}
  .sec .wrap{padding-top:42px;padding-bottom:42px}
  .stack{gap:20px}
  .two{flex-direction:column;gap:14px}
  .two .side{width:auto;flex:none}
  .two .main .body{padding-top:0}
  .conf{flex-direction:column;gap:22px}
  .slab{padding:16px;gap:13px}
  .slab .mk{width:16px;height:16px;flex-basis:16px}
  .slab .t{font-size:24px}
  .slab .s{font-size:17px}
  .pipe{width:100%;flex:none}
  .cards{grid-template-columns:1fr;gap:16px}
  .card{padding:18px}
  .card:nth-child(2){margin-top:0}
  .card p{font-size:17px}
  .row{gap:16px;padding:12px 0}
  .row b{width:30px;flex-basis:30px;font-size:19px}
  .row span{font-size:17px}
  .who .wrap{grid-template-columns:1fr;min-height:0;padding-top:42px;padding-bottom:0;gap:0}
  .who .txt{gap:12px}
  .who .h2{font-size:36px}
  .who .lead1{font-size:18px;max-width:none}
  .who p.l{font-size:17px;max-width:none}
  .who .quote p{font-size:18px}
  .who .port{min-height:0;height:380px;margin:24px calc(-1 * var(--pad)) 0;overflow:hidden}
  .who .port img{left:50%;right:auto;transform:translateX(-50%);bottom:-30px;height:420px}
  .call .wrap{padding-top:42px;padding-bottom:42px;gap:14px}
  .call p{font-size:18px}
  .res .wrap{gap:30px}
  .grid2{grid-template-columns:1fr;gap:30px}
  .quote p{font-size:19px}
  .legal .wrap{padding-top:40px;padding-bottom:48px}
  .legal .doc{gap:34px}
  .legal .h2{font-size:28px}
  .legal p{font-size:17px}
  .done .wrap{padding-top:42px;padding-bottom:42px}
  .done p{font-size:18px}
  .ft .wrap{flex-direction:column;padding-top:34px;padding-bottom:38px;gap:11px}
  .ft .l img{height:24px}
  .ft .r{align-items:flex-start}
  .sticky{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:20;height:calc(88px + env(safe-area-inset-bottom));background:var(--deep);border-top:1px solid var(--brd);padding:20px var(--pad) calc(20px + env(safe-area-inset-bottom))}
  .sticky .btn{flex:1}
  body.noapp .sticky{display:none}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}
