:root{
  --blue:#0A3161;
  --blue-deep:#0A3161;
  --blue-night:#0A3161;
  --red:#B31942;
  --red-bright:#B31942;
  --white:#ffffff;
  --paper:#f7f5ef;
  --ink:#09162a;
  --muted:#637083;
  --line:#dbe0e6;
  --orange:#ff8a24;
  --shadow:0 24px 70px rgba(10,49,97,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.wrap{width:min(1180px,calc(100% - 44px));margin:auto}

.hero{min-height:100svh;position:relative;overflow:hidden;color:white;background:#0A3161;display:flex;flex-direction:column}
.hero-photo{position:absolute;inset:0 0 0 36%;overflow:hidden;z-index:0;background:var(--blue)}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--blue) 0%,rgba(10,49,97,.55) 9%,transparent 28%);pointer-events:none}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:100% 51%;filter:saturate(1.16) contrast(1.05)}
.hero-flag{position:absolute;z-index:2;left:max(22px,calc((100vw - 1180px)/2));top:118px;width:clamp(210px,24vw,360px);height:auto;aspect-ratio:1.9/1;object-fit:contain;box-shadow:0 18px 48px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.72)}
.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(10,49,97,.90) 0%,rgba(10,49,97,.62) 30%,rgba(10,49,97,.18) 55%,rgba(10,49,97,.06) 73%,rgba(10,49,97,.18) 100%)}
.hero-vignette{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,49,97,.62) 0%,transparent 23%,transparent 66%,rgba(10,49,97,.72) 100%)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5;border-bottom:1px solid rgba(255,255,255,.22)}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.035em}
.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--blue);border:2px solid white;box-shadow:inset 0 -10px 0 var(--red)}
.brand-mark span{font-size:15px;transform:translateY(-4px)}
.brand-name{font-size:22px}.brand-name span{color:var(--red)}
.nav-links{display:flex;gap:32px;font-size:14px;font-weight:700;color:rgba(255,255,255,.84)}
.nav-links a:hover{color:white}
.nav-cta{border:1px solid rgba(255,255,255,.7);padding:12px 18px;font-size:13px;font-weight:800;transition:.2s}
.nav-cta:hover{background:#fff;color:var(--blue-deep)}
.hero-content{position:relative;z-index:3;flex:1;display:flex;align-items:center;padding:230px 0 110px}
.hero-copy{max-width:780px}
.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;margin-bottom:24px;text-shadow:0 2px 20px rgba(0,0,0,.3)}
.mini-flag{width:38px;height:auto;display:block;aspect-ratio:1.9/1;object-fit:contain;box-shadow:0 0 0 1px rgba(255,255,255,.5)}
h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,7.4vw,104px);line-height:.91;letter-spacing:-.055em;margin:0;max-width:890px;text-shadow:0 4px 34px rgba(0,0,0,.28)}
h1 em{display:block;color:white;font-style:italic;font-weight:400}
.lead{font-size:clamp(18px,1.8vw,23px);line-height:1.55;max-width:700px;color:rgba(255,255,255,.9);margin:28px 0 32px;text-shadow:0 2px 20px rgba(0,0,0,.28)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.privacy-note{max-width:690px;margin:15px 0 0;font-size:11px;line-height:1.5;color:rgba(255,255,255,.76)}.privacy-note strong{color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;font-weight:900;font-size:15px;border:1px solid transparent;transition:.22s transform,.22s background,.22s color}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red-bright);color:white;box-shadow:0 16px 40px rgba(179,25,66,.35)}
.btn-red span{font-size:20px;margin-left:16px}
.btn-ghost{border-color:rgba(255,255,255,.65);background:rgba(10,49,97,.30);backdrop-filter:blur(8px);color:white}
.hero-trust{margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.25);display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;gap:24px}
.hero-trust b{display:block;font-size:13px}.hero-trust small{display:block;color:rgba(255,255,255,.65);font-size:11px;margin-top:4px}
.scroll-cue{position:absolute;bottom:26px;right:max(22px,calc((100vw - 1180px)/2));z-index:4;color:#fff;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.scroll-cue span{display:inline-block;width:44px;height:1px;background:white}

.fit-section{padding:110px 0 120px;background:linear-gradient(180deg,#fbfaf7,#f2f4f7)}
.fit-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:76px;align-items:center}
.kicker{font-size:11px;letter-spacing:.18em;font-weight:1000;color:var(--blue);margin:0 0 18px}.kicker.red{color:var(--red)}.kicker.light{color:#fff}
.section-copy h2,.built-heading h2,.source-grid h2,.early h2,.statement h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em;margin:0;line-height:.98}
.section-copy h2{font-size:clamp(44px,5vw,72px);max-width:520px}
.section-copy>p:not(.kicker){font-size:18px;line-height:1.7;color:#566477;max-width:520px;margin:25px 0}
.stripe-rule{display:flex;width:180px;height:7px;gap:4px;margin-top:34px}.stripe-rule i{display:block;flex:1}.stripe-rule i:nth-child(1){background:var(--red)}.stripe-rule i:nth-child(2){background:#fff;border:1px solid #d5dbe2}.stripe-rule i:nth-child(3){background:var(--blue)}
.fit-console{background:var(--blue);color:#fff;padding:28px;box-shadow:var(--shadow);border-top:5px solid var(--red-bright);position:relative;overflow:hidden}
.fit-console:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(10,49,97,.22);filter:blur(70px);right:-100px;bottom:-160px;pointer-events:none}
.console-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12);font-size:13px}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#31dc92;box-shadow:0 0 0 4px rgba(49,220,146,.12);margin-right:9px}.preview-label{font-size:9px;letter-spacing:.16em;font-weight:900;color:#adc4e1}
.fit-console label{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;color:#c8d5e6}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0 14px}.profile-grid select{width:100%;height:48px;border:1px solid rgba(255,255,255,.18);background:#fff;color:var(--blue);padding:0 38px 0 13px;font-weight:750;outline:none}.profile-grid select:focus{box-shadow:0 0 0 3px rgba(255,255,255,.14)}.profile-submit{width:100%;height:50px;border:0;background:var(--red-bright);color:#fff;font-weight:900;margin-bottom:22px}
.results{background:#fff;color:var(--blue);padding:22px;position:relative;z-index:1}.result-head{display:flex;align-items:center;gap:14px;border-bottom:1px solid #e5e9ee;padding-bottom:18px}.result-head>div:first-child{display:flex;flex-direction:column;align-items:center}.score{font-size:36px;line-height:.9;font-weight:950;color:var(--red)}.result-head small{font-size:8px;letter-spacing:.1em;font-weight:900}.result-title{display:flex;flex-direction:column;flex:1}.result-title strong{font-size:17px}.result-title span{font-size:11px;color:#768294;margin-top:3px}.status{font-size:9px;font-weight:900;letter-spacing:.12em;background:#edf2f7;color:#53647a;padding:7px 9px}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:18px}.result-grid>div{border-left:3px solid #d9e1ea;padding-left:12px}.result-grid small{display:block;font-size:9px;color:#7e8998;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.result-grid strong{display:block;margin-top:5px;font-size:16px}.result-grid span{display:block;font-size:10px;color:#768294;margin-top:2px}.result-note{font-size:10px;line-height:1.5;color:#7b8795;margin:18px 0 0;padding-top:14px;border-top:1px solid #e5e9ee}

.statement{background:var(--blue);color:white;padding:120px 0;position:relative;overflow:hidden}.statement:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 68%,rgba(255,255,255,.035) 68%)}.statement-number{font-size:11px;font-weight:900;letter-spacing:.18em;color:#b8c8db}.statement h2{font-size:clamp(52px,6vw,88px);max-width:960px}.statement h2 span{color:var(--red);font-style:italic;font-weight:400}.three-steps{margin-top:72px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.24)}.three-steps article{padding:34px 38px 0 0;border-right:1px solid rgba(255,255,255,.16);min-height:200px}.three-steps article+article{padding-left:38px}.three-steps article:last-child{border-right:0}.three-steps article>span{font-size:10px;color:var(--red);font-weight:900}.three-steps h3{font-size:22px;margin:18px 0 10px}.three-steps p{color:#bdc9d8;line-height:1.7;font-size:14px;margin:0}

.built{padding:120px 0;background:#fff}.built-heading{max-width:850px;margin-bottom:54px}.built-heading h2{font-size:clamp(50px,6vw,80px)}.built-heading>p:not(.kicker){max-width:720px;font-size:18px;line-height:1.7;color:#687689}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:5px solid var(--red);border-left:1px solid var(--line)}.industry-grid article{padding:32px 30px 36px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px;transition:.2s background,.2s color}.industry-grid article:hover{background:var(--blue);color:white}.industry-grid span{font-size:10px;font-weight:900;color:var(--red)}.industry-grid h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:28px 0 8px;letter-spacing:-.03em}.industry-grid p{font-size:13px;line-height:1.55;color:#758194;margin:0}.industry-grid article:hover p{color:#c8d4e3}

.source-band{background:var(--red);color:white;padding:105px 0;position:relative;overflow:hidden}.source-band:after{content:"★";position:absolute;right:-10px;top:-80px;font-size:360px;color:rgba(255,255,255,.055);line-height:1}.source-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;position:relative;z-index:1}.source-grid h2{font-size:clamp(48px,5vw,72px)}.source-copy>p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.88);max-width:590px}.source-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.source-list span{border:1px solid rgba(255,255,255,.55);padding:10px 12px;font-size:11px;font-weight:900;letter-spacing:.04em}

.early{background:var(--blue);color:white;padding:120px 0;position:relative;overflow:hidden}.early-glow{position:absolute;inset:-200px -100px auto 45%;height:500px;background:radial-gradient(circle,rgba(10,49,97,.46),transparent 67%);pointer-events:none}.early-inner{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:end;position:relative;z-index:1}.early h2{font-size:clamp(55px,6.5vw,90px)}.early h2 span{color:var(--red);font-style:italic;font-weight:400}.signup{border-top:1px solid rgba(255,255,255,.26);padding-top:26px}.signup label{display:block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.signup>div{display:flex}.signup input{flex:1;min-width:0;height:54px;background:#fff;border:0;padding:0 15px;color:#09162a;font-weight:700;outline:0}.signup button{height:54px;border:0;background:var(--red-bright);color:white;padding:0 18px;font-weight:900}.signup p{font-size:11px;color:#8ea1b9;margin-top:10px}
footer{background:var(--blue);color:#8394a9;padding:28px 0}.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center;font-size:10px}.footer-brand{color:white}.footer-brand .brand-mark{width:28px;height:28px}.footer-brand .brand-name{font-size:16px}

@media(max-width:900px){
  .nav-links{display:none}.nav{height:78px}.hero-overlay{background:linear-gradient(90deg,rgba(10,49,97,.92),rgba(10,49,97,.58) 70%,rgba(10,49,97,.26))}.hero-photo{inset:0 0 0 30%}.hero-flag{top:98px;width:240px}.hero-content{padding:205px 0 110px}.hero-copy{max-width:690px}.hero-trust{grid-template-columns:1fr 1fr}.fit-grid,.source-grid,.early-inner{grid-template-columns:1fr;gap:46px}.fit-section,.built,.statement,.source-band,.early{padding:84px 0}.three-steps{grid-template-columns:1fr}.three-steps article,.three-steps article+article{padding:28px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.16);min-height:0}.industry-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr;gap:10px}
}
@media(max-width:600px){
  .wrap{width:min(100% - 28px,1180px)}.nav-cta{display:none}.hero{min-height:920px}.hero-photo{inset:0 0 0 18%}.hero-image{object-position:100% 50%}.hero-flag{top:88px;width:180px}.hero-overlay{background:linear-gradient(90deg,rgba(10,49,97,.94),rgba(10,49,97,.66) 72%,rgba(10,49,97,.34))}.hero-vignette{background:linear-gradient(180deg,rgba(10,49,97,.55),transparent 18%,transparent 58%,rgba(10,49,97,.85) 100%)}h1{font-size:54px;line-height:.94}.lead{font-size:17px}.hero-trust{grid-template-columns:1fr;gap:13px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.scroll-cue{display:none}.fit-console{padding:18px}.profile-grid{grid-template-columns:1fr}.result-head{align-items:flex-start}.result-grid{grid-template-columns:1fr}.result-grid>div{padding:8px 0 8px 12px}.industry-grid{grid-template-columns:1fr}.industry-grid article{min-height:auto}.source-grid{gap:28px}.signup>div{flex-direction:column}.signup button{width:100%}.brand-name{font-size:19px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.industry-grid article{transition:none}}
