*{margin:0;padding:0;box-sizing:border-box}
html,body{font-family:-apple-system,BlinkMacSystemFont,'Inter',sans-serif;color:#1A2332;background:#fff;scroll-behavior:smooth}
a{text-decoration:none;color:inherit}

/* NAV */
#nav{position:fixed;top:0;left:0;right:0;height:64px;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid #E2E8F0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 24px}
#nav-inner{max-width:1100px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}
#logo{display:flex;align-items:center;gap:10px}
#logo-icon{width:34px;height:34px;background:linear-gradient(135deg,#1E40AF,#3B82F6);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px}
#logo-text{font-size:17px;font-weight:800;letter-spacing:-0.3px}
#nav-links{display:flex;gap:28px;align-items:center}
.nav-link{font-size:15px;font-weight:600;color:#475569;cursor:pointer;transition:color .15s}
.nav-link:hover{color:#1E40AF}
#nav-cta{background:#1E40AF;color:#fff;padding:9px 18px;border-radius:8px;font-size:15px;font-weight:700}
#nav-cta:hover{background:#1E3A8A}
#nav-toggle{display:none;font-size:22px;cursor:pointer;background:none;border:none}

/* HERO */
#hero{padding:150px 24px 90px;background:linear-gradient(180deg,#EFF6FF 0%,#fff 100%)}
#hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr 0.9fr;gap:50px;align-items:center}
#hero-badge{display:inline-flex;align-items:center;gap:6px;background:#DBEAFE;color:#1E40AF;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;margin-bottom:20px}
#hero h1{font-size:48px;font-weight:800;line-height:1.15;letter-spacing:-1px;margin-bottom:20px}
#hero h1 span{color:#1E40AF}
#hero p{font-size:19px;color:#64748B;line-height:1.7;margin-bottom:28px;max-width:520px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary{background:#1E40AF;color:#fff;padding:14px 26px;border-radius:10px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;gap:8px;transition:all .15s}
.btn-primary:hover{background:#1E3A8A;transform:translateY(-1px)}
.btn-secondary{background:#fff;color:#1A2332;padding:14px 26px;border-radius:10px;font-size:16px;font-weight:700;border:1.5px solid #E2E8F0;transition:all .15s}
.btn-secondary:hover{border-color:#1E40AF;color:#1E40AF}
#hero-stats{display:flex;gap:28px;margin-top:36px;flex-wrap:wrap}
.hstat-num{font-size:30px;font-weight:800;color:#1E40AF}
.hstat-label{font-size:13px;color:#94A3B8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}

/* HERO VISUAL - live embedded map */
#hero-visual{background:#0A1A0E;border-radius:20px;padding:10px;box-shadow:0 30px 60px -20px rgba(0,0,0,.25);position:relative;overflow:hidden}
#hero-map-live{position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#0D1F12}
#hero-iframe{width:180%;height:180%;border:none;position:absolute;top:-15%;left:-40%;pointer-events:none}
#hero-live-badge{position:absolute;top:14px;left:14px;background:rgba(30,64,175,0.95);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:20px;z-index:3;display:flex;align-items:center;gap:5px}
#hero-live-overlay{position:absolute;inset:0;z-index:2;cursor:pointer;display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;background:linear-gradient(180deg,transparent 60%,rgba(10,26,14,0.85) 100%)}
#hero-live-cta{background:#fff;color:#1E40AF;font-weight:700;font-size:14px;padding:12px 22px;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.25);transition:transform .15s}
#hero-live-overlay:hover #hero-live-cta{transform:translateY(-2px)}

/* TRUST BAR */
#trust{padding:36px 24px;background:#F8FAFC;border-top:1px solid #F1F5F9;border-bottom:1px solid #F1F5F9}
#trust-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px;align-items:center}
.trust-item{text-align:center}
.trust-num{font-size:27px;font-weight:800;color:#1A2332}
.trust-label{font-size:13px;color:#94A3B8;font-weight:600}

/* SECTION SHARED */
.section{padding:80px 24px}
.section-inner{max-width:1100px;margin:0 auto}
.section-tag{display:inline-block;background:#EFF6FF;color:#1E40AF;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:6px;margin-bottom:14px}
.section-title{font-size:35px;font-weight:800;letter-spacing:-0.5px;margin-bottom:14px;max-width:600px}
.section-sub{font-size:18px;color:#64748B;line-height:1.6;max-width:600px;margin-bottom:50px}

/* WORKFLOW STRIP */
#workflow{padding:40px 24px;background:#fff;border-bottom:1px solid #F1F5F9}
#workflow-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
.wf-step{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:110px}
.wf-icon{width:52px;height:52px;background:#EFF6FF;border:1.5px solid #BFDBFE;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}
.wf-label{font-size:12px;font-weight:700;color:#475569;text-align:center}
.wf-arrow{color:#BFDBFE;font-size:20px;margin:0 2px}

/* HOW IT WORKS */
#how{background:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-card{background:#F8FAFC;border:1.5px solid #E2E8F0;border-radius:16px;padding:28px}
.step-num{width:36px;height:36px;background:#1E40AF;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;margin-bottom:16px}
.step-card h3{font-size:19px;font-weight:700;margin-bottom:10px}
.step-card p{font-size:16px;color:#64748B;line-height:1.6}

/* FEATURE GRID */
#features{background:#F8FAFC}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feat-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:14px;padding:24px}
.feat-icon{font-size:26px;margin-bottom:12px}
.feat-card h3{font-size:17px;font-weight:700;margin-bottom:8px}
.feat-card p{font-size:15px;color:#64748B;line-height:1.55}

/* MISMATCH HIGHLIGHT */
#mismatch{background:#0A1A0E;color:#fff;padding:80px 24px}
#mismatch-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
#mismatch h2{font-size:33px;font-weight:800;margin-bottom:16px;letter-spacing:-0.5px}
#mismatch p{font-size:17px;color:#A8BEDD;line-height:1.7;margin-bottom:20px}
.mismatch-stat{display:flex;gap:30px;margin-top:28px}
.mstat-num{font-size:33px;font-weight:800;color:#3B82F6}
.mstat-label{font-size:13px;color:#93A5C7;font-weight:600;margin-top:2px}
#mismatch-card{background:#0F2015;border:1.5px solid #FECACA;border-radius:16px;padding:24px}
.mm-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #1A3020}
.mm-row:last-child{border-bottom:none}
.mm-label{font-size:12px;color:#93A5C7;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.mm-val{font-size:15px;font-weight:700}

/* HONESTY SECTION */
#honesty{background:#fff}
.honesty-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.honesty-card{border-radius:14px;padding:24px;border:1.5px solid}
.honesty-good{background:#EFF6FF;border-color:#BFDBFE}
.honesty-limit{background:#FFFBEB;border-color:#FDE68A}
.honesty-card h3{font-size:17px;font-weight:700;margin-bottom:12px}
.honesty-card ul{list-style:none}
.honesty-card li{font-size:15px;color:#475569;line-height:1.7;padding-left:20px;position:relative;margin-bottom:6px}
.honesty-card li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%}
.honesty-good li::before{background:#1E40AF}
.honesty-limit li::before{background:#D97706}

/* CTA */
#cta{background:linear-gradient(135deg,#1E40AF,#1E3A8A);padding:70px 24px;text-align:center;color:#fff}
#cta h2{font-size:33px;font-weight:800;margin-bottom:14px}
#cta p{font-size:18px;opacity:.9;margin-bottom:28px}
.btn-white{background:#fff;color:#1E40AF;padding:15px 30px;border-radius:10px;font-size:15px;font-weight:800;display:inline-flex;align-items:center;gap:8px}
.btn-white:hover{background:#EFF6FF}

/* FOOTER */
#footer{background:#0A1A0E;color:#A8BEDD;padding:50px 24px 24px}
#footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:32px;margin-bottom:36px}
.footer-brand{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.footer-brand span{font-weight:800;color:#fff;font-size:16px}
#footer p{font-size:14px;line-height:1.6;color:#93A5C7;max-width:320px}
.footer-col h4{font-size:12px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px}
.footer-col a{display:block;font-size:14px;color:#A8BEDD;margin-bottom:10px;transition:color .15s}
.footer-col a:hover{color:#fff}
#footer-bottom{border-top:1px solid #1A3020;padding-top:20px;font-size:12px;color:#4A7A50;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

@media(max-width:860px){
  #hero-inner{grid-template-columns:1fr}
  #hero h1{font-size:32px}
  .steps,.feat-grid{grid-template-columns:1fr}
  #mismatch-inner,.honesty-grid,.footer-top{grid-template-columns:1fr}
  #nav-links{display:none}
  #nav-toggle{display:block}
}