
:root{
  --fc-bg:#f4f3ef;
  --fc-paper:#ffffff;
  --fc-ink:#171916;
  --fc-muted:#6e716b;
  --fc-dark:#171a17;
  --fc-lime:#c9f36b;
  --fc-lime-dark:#91bd35;
  --fc-line:#dcded7;
  --fc-soft:#e9ebe4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--fc-bg);color:var(--fc-ink);font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}

.topbar{height:76px;background:var(--fc-dark);color:#fff;border-bottom:1px solid #2c302b}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900;letter-spacing:-.04em}
.logo span{width:38px;height:38px;border-radius:6px;background:var(--fc-lime);color:#141712;display:grid;place-items:center;font-size:11px;font-weight:950;box-shadow:none}
.navlinks{display:flex;align-items:center;gap:24px;font-size:12px;color:#c9cbc5}
.navlinks a:hover{color:var(--fc-lime)}
.navbtn{background:var(--fc-lime)!important;color:#151812!important;padding:11px 17px;border-radius:5px;font-weight:900}

.hero{background:var(--fc-dark);color:#fff;padding:76px 0 0}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:end}
.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:900;color:#9ba097;margin-bottom:18px}
.hero h1{font-size:clamp(48px,6.5vw,82px);line-height:.91;letter-spacing:-.075em;margin:0;max-width:720px}
.hero h1 em{font-style:normal;color:var(--fc-lime)}
.hero-copy>p{font-size:16px;line-height:1.7;color:#bfc2bb;max-width:560px;margin:27px 0 30px}
.hero-cta{display:flex;gap:10px;align-items:center;margin-bottom:65px}
.hero-cta a{padding:14px 20px;border-radius:5px;font-size:13px;font-weight:900}
.hero-cta .primary{background:var(--fc-lime);color:#171a17}
.hero-cta .secondary{border:1px solid #454943;color:#fff}
.hero-panel{background:#fff;color:var(--fc-ink);padding:30px;margin-bottom:-1px;border-radius:4px 4px 0 0;border:1px solid #30342e}
.hero-panel .tag{font-size:9px;letter-spacing:.17em;text-transform:uppercase;font-weight:900;color:#777b73}
.hero-panel h2{font-size:30px;letter-spacing:-.05em;line-height:1.05;margin:12px 0 24px}
.hero-panel .mini-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.hero-panel .mini{border:1px solid var(--fc-line);padding:15px}
.hero-panel .mini b{display:block;font-size:19px}
.hero-panel .mini span{font-size:10px;color:var(--fc-muted)}

.process{background:var(--fc-lime);border-top:1px solid #b5db58;border-bottom:1px solid #b5db58}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.process-item{padding:22px 24px;border-right:1px solid #aaca5d}
.process-item:last-child{border-right:0}
.process-item b{font-size:10px;letter-spacing:.15em}
.process-item p{margin:7px 0 0;font-size:12px;line-height:1.5}

.application{padding:86px 0;background:var(--fc-bg)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.section-head h2{font-size:47px;letter-spacing:-.06em;line-height:1;margin:0;max-width:600px}
.progressbox{width:290px;font-size:11px;color:var(--fc-muted);font-weight:800}
.progress{height:3px;background:#d9dcd4;margin-top:11px}
.progress i{display:block;height:100%;background:var(--fc-ink);width:2.7%;transition:.25s}

.step{display:none;max-width:920px;margin:0 auto;background:var(--fc-paper);border:1px solid var(--fc-line);padding:52px;min-height:350px}
.step.active{display:block}
.step label:first-child{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.2em;color:#858980;font-weight:950}
.step h3{font-size:38px;line-height:1.08;letter-spacing:-.055em;margin:16px 0 30px;max-width:680px}
.step input,.step select{width:100%;height:62px;border:1px solid #cfd2ca;border-radius:3px;background:#fff;padding:0 17px;font-size:16px;color:var(--fc-ink);outline:none}
.step input:focus,.step select:focus{border-color:var(--fc-ink);box-shadow:0 0 0 3px rgba(23,25,22,.08)}
.actions{max-width:920px;margin:12px auto 0;display:flex;justify-content:space-between;gap:10px}
.back,.next{border:0;border-radius:3px;padding:14px 22px;font-weight:900;font-size:13px;cursor:pointer}
.back{background:#dfe1da;color:#373a35}
.next{background:var(--fc-dark);color:#fff}
.next span{margin-left:8px;color:var(--fc-lime)}
.consent{font-size:13px;line-height:1.75;color:var(--fc-muted)}
.check{display:flex!important;gap:10px;align-items:center;text-transform:none!important;letter-spacing:0!important;font-size:13px!important;color:var(--fc-ink)!important}
.check input{width:18px;height:18px}

.info-band{background:#fff;border-top:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line);padding:68px 0}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.info-grid h2{font-size:40px;letter-spacing:-.055em;margin:0}
.info-grid p{font-size:14px;line-height:1.8;color:var(--fc-muted)}
.rule-list{border-top:1px solid var(--fc-line)}
.rule{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--fc-line);font-size:13px}
.rule span{color:var(--fc-muted)}

.mini-disclosures{background:var(--fc-soft);border-top:0}
.disclosure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding:32px 0}
.disclosure-grid b{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#30352d}
.disclosure-grid p{font-size:10px;line-height:1.7;color:#70756d;margin:8px 0 0}

.footer{background:var(--fc-dark);color:#aeb3aa}
.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.15fr;gap:35px;padding:55px 0}
.footer .logo{color:#fff}
.footer .logo span{background:var(--fc-lime);color:#171a17}
.footer p{font-size:12px;line-height:1.75;max-width:330px}
.footer h4{color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.14em;margin:3px 0 14px}
.footer-grid>div:not(:first-child) a{display:block;font-size:12px;line-height:2;color:#aeb3aa}
.footer-grid a:hover{color:var(--fc-lime)}
.footer-bottom{border-top:1px solid #ffffff14;text-align:left;padding:18px 0;font-size:11px}

.thanks{min-height:70vh;display:grid;place-items:center;text-align:center;padding:60px 20px}
.thanks>div{max-width:650px}
.thanks h1{font-size:54px;letter-spacing:-.06em;margin:10px 0}
.thanks p{color:var(--fc-muted);line-height:1.75}
.success{width:62px;height:62px;border-radius:4px;background:var(--fc-lime);color:#171a17;display:grid;place-items:center;font-size:28px;font-weight:950;margin:0 auto 24px}
.inline{display:inline-block;margin-top:20px;background:var(--fc-dark);color:#fff;padding:13px 19px;border-radius:4px}

@media(max-width:850px){
 .navlinks a:not(.navbtn){display:none}
 .hero-grid{grid-template-columns:1fr;gap:25px}
 .hero-panel{margin-top:10px}
 .process-grid{grid-template-columns:1fr}
 .process-item{border-right:0;border-bottom:1px solid #aaca5d}
 .process-item:last-child{border-bottom:0}
 .section-head{display:block}
 .progressbox{width:100%;margin-top:20px}
 .info-grid{grid-template-columns:1fr;gap:35px}
 .disclosure-grid,.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .wrap{width:calc(100% - 28px)}
 .topbar{height:68px}
 .logo{font-size:17px}
 .logo span{width:33px;height:33px;font-size:9px}
 .navbtn{padding:9px 12px;font-size:11px}
 .hero{padding-top:55px}
 .hero h1{font-size:47px}
 .hero-cta{margin-bottom:42px}
 .hero-panel{padding:23px}
 .application{padding:58px 0}
 .section-head h2{font-size:38px}
 .step{padding:30px 20px;min-height:315px}
 .step h3{font-size:28px}
 .disclosure-grid,.footer-grid{grid-template-columns:1fr}
 .footer-grid{padding:42px 0}
 .thanks h1{font-size:41px}
}
