
:root{--bg:#020806;--panel:#07130f;--panel2:#0d1711;--line:rgba(248,212,94,.24);--gold:#F8D45E;--gold2:#FFE46B;--em:#00C896;--text:#F8F1CF;--muted:#E1D8BA;--white:#fff}
*{box-sizing:border-box} body{margin:0;background:radial-gradient(circle at 15% 12%,rgba(0,200,150,.16),transparent 28%),radial-gradient(circle at 92% 12%,rgba(248,212,94,.12),transparent 30%),linear-gradient(180deg,#010403,#06100d 60%,#020604);color:var(--text);font-family:Inter,Arial,sans-serif}
a{text-decoration:none}.page{max-width:1480px;margin:auto;padding:28px}.top{min-height:96px;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.82);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.brand{display:flex;gap:14px;align-items:center}.brand img{width:58px;height:58px;border-radius:14px;border:1px solid var(--line)}.brand h1{font-family:"Libre Baskerville",serif;color:var(--gold);font-size:30px;margin:0;line-height:1}.brand p{margin:5px 0 0;color:#7FFFE4;font-size:12px;font-weight:900;letter-spacing:1.3px}.topActions{display:flex;gap:12px;align-items:center}.ghost,.goldBtn,.darkBtn{border-radius:18px;font-weight:950;padding:16px 22px;cursor:pointer;border:1px solid var(--line)}.goldBtn{background:linear-gradient(180deg,#FFE46B,#F3C84D);color:#070704;border:0;box-shadow:0 14px 35px rgba(248,212,94,.12)}.ghost,.darkBtn{background:rgba(7,19,15,.8);color:var(--gold)}.ticker{overflow:hidden;border-bottom:1px solid var(--line);background:rgba(0,200,150,.06)}.tickerTrack{display:flex;gap:60px;white-space:nowrap;animation:ticker 32s linear infinite;padding:13px 0;color:#dbfff3;font-weight:800}.tickerTrack span{display:inline-block}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.hero{min-height:690px;border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 14% 18%,rgba(0,200,150,.22),transparent 34%),linear-gradient(135deg,rgba(0,65,47,.74),rgba(5,10,8,.95) 54%,rgba(248,212,94,.08));display:grid;grid-template-columns:1.08fr .92fr;gap:34px;padding:38px}.heroLeft{display:flex;flex-direction:column;justify-content:center}.pills{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.pills span{border:1px solid rgba(248,212,94,.32);background:rgba(0,200,150,.12);border-radius:999px;padding:12px 16px;font-weight:900;font-size:14px}h2.big{font-family:"Libre Baskerville",serif;font-size:66px;line-height:1.08;color:var(--gold);letter-spacing:-1.8px;margin:0 0 22px}.lead{max-width:820px;font-size:19px;line-height:1.72;color:#EFE8C8}.heroRight{display:flex;flex-direction:column;justify-content:center}.logoBox{display:grid;place-items:center;min-height:410px;background:rgba(0,0,0,.35);border:1px solid var(--line);border-radius:34px;overflow:hidden}.logoBox img{width:min(340px,84%);filter:drop-shadow(0 0 24px rgba(248,212,94,.18))}.miniCards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:14px}.miniCards div,.card,.metric,.feature,.riskCard,.simCard{background:rgba(12,20,15,.88);border:1px solid rgba(248,212,94,.22);border-radius:24px}.miniCards div{padding:18px}.miniCards b{display:block;font-size:24px;color:var(--gold)}.miniCards span{color:#f0e8c7}.section{margin:28px 0}.card{padding:34px}.sectionTitle span{color:#77FFE1;font-weight:950}.sectionTitle h2{font-family:"Libre Baskerville",serif;color:var(--gold);font-size:38px;line-height:1.25;margin:10px 0 10px}.sectionTitle p{color:var(--muted);line-height:1.6}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.metric{padding:22px}.metric strong{display:block;color:#F8F1CF}.metric b{display:block;font-size:42px;color:var(--gold);margin:8px 0}.metric small{color:#d3d0b9}.feature{padding:24px}.feature i{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:rgba(0,200,150,.14);color:#77FFE1;font-style:normal;font-weight:950}.feature h3{color:var(--gold);font-size:22px;margin:18px 0 10px}.feature p{color:#e7dec2;line-height:1.65}.formRow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}input,select{width:100%;padding:16px;background:#06100d;border:1px solid rgba(248,212,94,.22);border-radius:16px;color:#fff;font-size:15px}.small{font-size:13px;color:#d3d0b9;line-height:1.5}.center{text-align:center}.assessmentBody{min-height:100vh;display:flex;align-items:center;justify-content:center}.assessmentWrap{width:min(900px,94%);padding:24px}.smallBrand{display:flex;align-items:center;gap:12px;margin-bottom:18px}.smallBrand img{width:52px;border-radius:12px}.smallBrand h3{margin:0;color:var(--gold);font-family:"Libre Baskerville",serif}.smallBrand p{margin:3px 0 0;color:#77FFE1;font-weight:800;font-size:12px}.progressHeader{margin-bottom:18px}.progressTop{display:flex;justify-content:space-between;font-weight:950;color:#F8F1CF}.bar{height:11px;background:#020604;border:1px solid rgba(248,212,94,.16);border-radius:999px;overflow:hidden;margin-top:10px}.fill{height:100%;width:10%;background:linear-gradient(90deg,var(--gold),var(--em));transition:.25s}.qCard{background:#06100d;border:1px solid var(--line);border-radius:30px;padding:36px;box-shadow:0 25px 80px rgba(0,0,0,.36)}.category{color:#77FFE1;font-weight:950}.qCard h1{font-family:"Libre Baskerville",serif;color:var(--gold);font-size:40px;line-height:1.28;margin:10px 0 12px}.qCard p{color:#e7dec2;line-height:1.6}.answers{display:grid;gap:12px;margin-top:24px}.answer{display:block;text-align:left;background:#020604;border:1px solid rgba(248,212,94,.18);border-radius:16px;padding:18px;color:#fff;font-size:18px;font-weight:900;cursor:pointer}.answer:hover{border-color:var(--gold);transform:translateY(-1px)}.resultHero{max-width:1300px;margin:auto;padding:48px 28px}.scoreRing{width:170px;height:170px;border-radius:50%;display:grid;place-items:center;margin:0 auto 24px;border:5px solid var(--gold);color:var(--gold);font-size:54px;font-weight:950;background:rgba(248,212,94,.08)}.resultHero h1{font-family:"Libre Baskerville",serif;color:var(--gold);font-size:48px;text-align:center;margin:0 0 12px}.resultHero>p{text-align:center;color:#e7dec2;line-height:1.7;max-width:820px;margin:0 auto}.meterList{display:grid;gap:12px}.meter{background:#06100d;border:1px solid rgba(248,212,94,.16);border-radius:16px;padding:14px}.meterTop{display:flex;justify-content:space-between;font-weight:900}.meterBar{height:10px;background:#010403;border-radius:999px;margin-top:10px;overflow:hidden}.meterBar i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--em))}.simGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.simCard{padding:18px}.simCard b{display:block;color:var(--gold);margin-bottom:8px}.simCard p{color:#e7dec2;margin:0;line-height:1.5}.committeeBox{display:flex;justify-content:space-between;gap:18px;align-items:center}.osWrap{max-width:1300px;margin:auto;padding:48px 28px}.osCard{background:linear-gradient(135deg,rgba(0,200,150,.12),rgba(248,212,94,.08));border:1px solid var(--line);border-radius:34px;padding:40px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.osCard h1{font-family:"Libre Baskerville",serif;color:var(--gold);font-size:52px;line-height:1.12;margin:0 0 16px}.osCard p{color:#e7dec2;line-height:1.7}.moduleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.module{background:#06100d;border:1px solid rgba(248,212,94,.18);border-radius:18px;padding:18px}.module b{color:var(--gold);display:block;margin-bottom:8px}.module span{color:#e7dec2}.downloadLink{display:inline-block}.hidden{display:none}
@media(max-width:980px){.top{height:auto;align-items:flex-start;gap:14px;flex-direction:column}.topActions{width:100%}.topActions a,.topActions button{width:100%;text-align:center}.hero{grid-template-columns:1fr;min-height:auto;padding:24px}h2.big{font-size:40px}.grid4,.grid2,.formRow,.simGrid,.moduleGrid,.osCard{grid-template-columns:1fr}.miniCards{grid-template-columns:repeat(2,1fr)}.qCard{padding:24px}.qCard h1{font-size:30px}.resultHero h1{font-size:34px}.committeeBox{flex-direction:column;align-items:stretch}.osCard h1{font-size:36px}.page{padding:16px}}

.primaryLandingNote{
margin-top:18px;
padding:16px 18px;
border-radius:16px;
background:rgba(0,200,150,.08);
border:1px solid rgba(248,212,94,.18);
color:#e7dec2;
line-height:1.6;
}
.primaryLandingNote strong{
color:#77FFE1;
}
.heroLeft .darkBtn{
margin-left:12px;
}
@media(max-width:980px){
.heroLeft .darkBtn{
display:block;
margin-left:0;
margin-top:12px;
text-align:center;
}
}

.adaptiveWrap{max-width:980px}
.adaptiveIntro{
background:rgba(6,16,13,.94);
border:1px solid rgba(248,212,94,.22);
border-radius:30px;
padding:34px;
box-shadow:0 25px 80px rgba(0,0,0,.38);
}
.adaptiveIntro span,.advancedBadge{
display:inline-block;
color:#77FFE1;
font-weight:950;
margin-bottom:10px;
}
.adaptiveIntro h1{
font-family:"Libre Baskerville",serif;
color:#F8D45E;
font-size:42px;
line-height:1.2;
margin:0 0 14px;
}
.adaptiveIntro p{
color:#E7DEC2;
line-height:1.65;
font-size:17px;
}
.adaptiveIntro label{
display:block;
margin-top:20px;
margin-bottom:8px;
font-weight:950;
color:#F8F1CF;
}
.fullBtn{
width:100%;
margin-top:24px;
font-size:18px;
}
.advancedBadge{
margin-top:12px;
padding:10px 14px;
border-radius:999px;
background:rgba(0,200,150,.10);
border:1px solid rgba(0,200,150,.22);
}
.riskCard{
background:#06100d;
border:1px solid rgba(248,212,94,.18);
border-radius:20px;
padding:22px;
}
.riskCard h3{
color:#F8D45E;
margin-top:0;
}
@media(max-width:980px){
.adaptiveIntro{padding:24px}
.adaptiveIntro h1{font-size:30px}
}

html{scroll-behavior:smooth}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,a,select,input{-webkit-tap-highlight-color:transparent}
.mobileStickyCTA{display:none}

@media(max-width:980px){
  body{
    background:radial-gradient(circle at 50% -10%,rgba(0,200,150,.18),transparent 32%),linear-gradient(180deg,#020604,#06100d 62%,#020604)!important;
  }
  .top{
    position:relative!important;min-height:auto!important;padding:14px 16px!important;gap:12px!important;flex-direction:row!important;align-items:center!important;
  }
  .brand{gap:10px!important;min-width:0}
  .brand img{width:44px!important;height:44px!important;border-radius:11px!important;flex-shrink:0}
  .brand h1{font-size:20px!important;line-height:1!important;white-space:nowrap}
  .brand p{font-size:9px!important;letter-spacing:.8px!important;margin-top:4px!important;white-space:nowrap}
  .topActions{width:auto!important;flex-shrink:0}
  .topActions a,.topActions button{width:auto!important;padding:10px 12px!important;font-size:12px!important;border-radius:14px!important}
  .ticker{display:none!important}
  .page{padding:12px!important}
  .hero{min-height:auto!important;grid-template-columns:1fr!important;gap:18px!important;padding:18px!important;border-radius:24px!important;margin-top:6px!important;overflow:hidden}
  .heroLeft{padding:0!important}
  .pills{gap:8px!important;margin-bottom:14px!important}
  .pills span{padding:8px 10px!important;font-size:11px!important;border-radius:999px!important}
  h2.big{font-size:31px!important;line-height:1.14!important;letter-spacing:-.7px!important;margin-bottom:14px!important}
  .lead{font-size:14.5px!important;line-height:1.55!important;max-width:100%!important}
  .heroLeft .pills:nth-of-type(2){margin-top:14px!important;margin-bottom:0!important}
  .heroLeft .pills:nth-of-type(2) span{font-size:10.5px!important;padding:7px 9px!important}
  .heroLeft > div[style*="margin-top"]{margin-top:18px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .heroLeft .goldBtn,.heroLeft .darkBtn{width:100%!important;margin:0!important;min-height:50px!important;padding:14px 16px!important;font-size:14px!important;border-radius:16px!important;text-align:center!important}
  .heroRight{display:block!important}
  .logoBox{min-height:170px!important;border-radius:22px!important;padding:14px!important}
  .logoBox img{width:150px!important;max-width:70%!important}
  .miniCards{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-top:10px!important}
  .miniCards div{padding:12px!important;border-radius:16px!important}
  .miniCards b{font-size:18px!important}
  .miniCards span{font-size:12px!important}
  .section{margin:16px 0!important}
  .card{padding:18px!important;border-radius:22px!important}
  .sectionTitle h2{font-size:25px!important;line-height:1.24!important;margin:8px 0!important}
  .sectionTitle p{font-size:13.5px!important;line-height:1.5!important}
  .formRow,.benchmarkControls{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}
  input,select{min-height:48px!important;padding:13px 14px!important;font-size:14px!important;border-radius:14px!important}
  .grid4,.grid2{grid-template-columns:1fr!important;gap:10px!important}
  .metric{padding:16px!important;border-radius:18px!important}
  .metric b{font-size:31px!important;margin:5px 0!important}
  .metric strong{font-size:14px!important}
  .metric small{font-size:12px!important}
  .primaryLandingNote{font-size:12.5px!important;padding:13px!important;border-radius:14px!important}
  .features{grid-template-columns:1fr!important;gap:10px!important;margin:16px 0!important}
  .feature{padding:16px!important;border-radius:18px!important}
  .feature i{width:34px!important;height:34px!important;font-size:12px!important}
  .feature h3{font-size:18px!important;margin:12px 0 6px!important}
  .feature p{font-size:13.5px!important;line-height:1.5!important}

  .assessmentBody{display:block!important;min-height:100svh!important}
  .assessmentWrap{width:100%!important;max-width:100%!important;padding:14px!important}
  .adaptiveWrap{max-width:100%!important}
  .smallBrand{margin-bottom:12px!important}
  .smallBrand img{width:40px!important;height:40px!important;border-radius:10px!important}
  .smallBrand h3{font-size:18px!important}
  .smallBrand p{font-size:10px!important}
  .adaptiveIntro{padding:18px!important;border-radius:22px!important}
  .adaptiveIntro h1{font-size:26px!important;line-height:1.18!important;margin-bottom:10px!important}
  .adaptiveIntro p{font-size:13.5px!important;line-height:1.5!important}
  .adaptiveIntro label{margin-top:14px!important;margin-bottom:7px!important;font-size:13px!important}
  .fullBtn{min-height:52px!important;margin-top:18px!important;font-size:14px!important}
  .progressHeader{margin-bottom:12px!important}
  .progressTop{font-size:12px!important;gap:10px}
  .bar{height:8px!important;margin-top:8px!important}
  .qCard{padding:18px!important;border-radius:22px!important;min-height:calc(100svh - 145px);display:flex;flex-direction:column;justify-content:center}
  .category{font-size:12px!important;margin-bottom:6px!important}
  .qCard h1{font-size:25px!important;line-height:1.22!important;margin:6px 0 10px!important}
  .qCard p{font-size:13.5px!important;line-height:1.45!important;margin:0 0 12px!important}
  .advancedBadge{font-size:11px!important;padding:7px 10px!important;margin-top:8px!important;margin-bottom:10px!important}
  .answers{gap:10px!important;margin-top:14px!important}
  .answer{min-height:52px!important;padding:14px!important;font-size:14px!important;line-height:1.25!important;border-radius:14px!important}

  .resultHero{padding:18px 12px!important}
  .scoreRing{width:124px!important;height:124px!important;font-size:40px!important;margin-bottom:18px!important}
  .resultHero h1{font-size:28px!important;line-height:1.22!important}
  .resultHero > p{font-size:13.5px!important;line-height:1.55!important}
  .meter{padding:12px!important;border-radius:14px!important}
  .meterTop{font-size:13px!important}
  .simGrid,.moduleGrid{grid-template-columns:1fr!important;gap:10px!important}
  .simCard,.riskCard,.module{padding:14px!important;border-radius:16px!important}
  .committeeBox{flex-direction:column!important;align-items:stretch!important}
  .osWrap{padding:18px 12px!important}
  .osCard{padding:20px!important;border-radius:24px!important;grid-template-columns:1fr!important}
  .osCard h1{font-size:30px!important;line-height:1.18!important}
  .osCard p{font-size:13.5px!important}

  .mobileStickyCTA{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:99;text-align:center;padding:14px 16px!important;border-radius:16px!important;box-shadow:0 12px 40px rgba(0,0,0,.5)}
  body:has(.mobileStickyCTA){padding-bottom:72px}
}
@media(max-width:390px){
  h2.big{font-size:28px!important}
  .qCard h1{font-size:23px!important}
  .brand h1{font-size:18px!important}
  .topActions a{font-size:11px!important;padding:9px 10px!important}
  .pills span{font-size:10px!important}
}

/* ==============================
   CMO CONVERSION FINAL PATCH
   ============================== */
.cmoHero .big{
  max-width:900px;
}
.heroActions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.premiumLogoBox{
  background:
    radial-gradient(circle at 50% 35%,rgba(248,212,94,.12),transparent 45%),
    rgba(0,0,0,.38)!important;
}
.riskCards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.riskPulse{
  background:rgba(12,20,15,.92);
  border:1px solid rgba(248,212,94,.22);
  border-radius:22px;
  padding:20px;
}
.riskPulse b{
  display:block;
  color:#F8D45E;
  font-size:18px;
  margin-bottom:8px;
}
.riskPulse span{
  color:#e7dec2;
  font-size:14px;
  line-height:1.45;
}
.contactBlock{
  background:
    radial-gradient(circle at 12% 10%,rgba(0,200,150,.12),transparent 32%),
    rgba(12,20,15,.92)!important;
}
.leadForm{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:18px;
}
.leadForm button{
  grid-column:1/-1;
}
.formSuccess{
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(0,200,150,.28);
  background:rgba(0,200,150,.08);
  color:#77FFE1;
  border-radius:14px;
  font-weight:800;
}
.reportHero{
  text-align:center;
  background:rgba(12,20,15,.88);
  border:1px solid rgba(248,212,94,.22);
  border-radius:30px;
  padding:34px;
}
.reportHero span{
  color:#77FFE1;
  font-weight:950;
}
.reportHero h1{
  font-family:"Libre Baskerville",serif;
  color:#F8D45E;
  font-size:48px;
  margin:10px 0;
}
.reportHero p{
  color:#e7dec2;
}
.premiumList{
  color:#e7dec2;
  line-height:1.8;
  padding-left:20px;
}
.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.threatCard{
  background:#06100d;
  border:1px solid rgba(248,212,94,.18);
  border-radius:20px;
  padding:20px;
}
.threatCard b{
  display:block;
  color:#F8D45E;
  margin-bottom:8px;
  font-size:20px;
}
.threatCard p{
  color:#e7dec2;
  line-height:1.55;
}
.centerActions{
  justify-content:center;
  text-align:center;
}
.benchmarkBlock .sectionTitle h2{
  max-width:920px;
}
@media(max-width:980px){
  .riskCards,.leadForm,.grid3{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .riskPulse{
    padding:15px!important;
    border-radius:18px!important;
  }
  .riskPulse b{
    font-size:16px!important;
  }
  .riskPulse span{
    font-size:13px!important;
  }
  .heroActions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .reportHero{
    padding:20px!important;
    border-radius:22px!important;
  }
  .reportHero h1{
    font-size:30px!important;
  }
  .threatCard{
    padding:16px!important;
    border-radius:18px!important;
  }
}

.scoreDrawer{
  display:none;
  position:absolute;
  top:86px;
  right:18px;
  left:18px;
  z-index:999;
  background:#06100d;
  border:1px solid rgba(248,212,94,.24);
  border-radius:22px;
  padding:14px;
  box-shadow:0 24px 80px rgba(0,0,0,.55);
}
.scoreDrawer.open{
  display:grid;
  gap:8px;
}
.scoreDrawer a{
  color:#F8F1CF;
  text-decoration:none;
  font-weight:900;
  padding:14px;
  border-radius:14px;
}
.scoreDrawer a:hover{
  background:rgba(248,212,94,.08);
}

/* SECURESCORE FINAL CMO DETAIL PATCH v2026.05.12.0544 */
.scoreStickyCTA{
  display:none;
}
.resultConversionBand{
  max-width:980px;
  margin:28px auto 34px;
  padding:24px;
  text-align:center;
  border:1px solid rgba(248,212,94,.22);
  background:rgba(6,16,13,.88);
  border-radius:26px;
}
.resultConversionBand p{
  color:#F8F1CF;
  font-size:19px;
  line-height:1.6;
  margin:0 0 18px;
}
.resultCtaButtons{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.trustStrip{
  margin-top:14px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}
.trustStrip span{
  border:1px solid rgba(248,212,94,.18);
  background:#06100d;
  color:#F8F1CF;
  padding:9px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}
@media(max-width:980px){
  .scoreStickyCTA{
    display:block;
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:9999;
    text-align:center;
    padding:14px 16px;
    border-radius:16px;
    background:linear-gradient(180deg,#FFE46B,#F3C84D);
    color:#050704;
    font-weight:950;
    text-decoration:none;
    box-shadow:0 16px 45px rgba(0,0,0,.55);
  }
  body{padding-bottom:72px;}
  .resultConversionBand{
    margin:18px 12px;
    padding:18px;
    border-radius:20px;
  }
  .resultConversionBand p{
    font-size:14px;
  }
  .resultCtaButtons{
    display:grid;
    grid-template-columns:1fr;
  }
  .resultCtaButtons a{
    width:100%;
  }
}


/* === CEO CLEAN FINAL — SecureScore Premium Intelligence Theme === */
:root{--bg:#0B0F14;--deep:#101A17;--ink:#0F172A;--em:#00C896;--em2:#7CFFE2;--soft:#F7F9FC;--muted:#526173}
body{font-family:Inter,Arial,sans-serif!important;background:linear-gradient(180deg,#0B0F14 0,#101A17 620px,#F7F9FC 620px,#F7F9FC 100%)!important}
.top{background:rgba(11,15,20,.94)!important;border-bottom:1px solid rgba(0,200,150,.20)!important}.brand h1{font-family:Inter,Arial,sans-serif!important;color:#fff!important}.brand p{color:var(--em)!important}
.hero{border:1px solid rgba(0,200,150,.22)!important;background:radial-gradient(circle at 20% 16%,rgba(0,200,150,.23),transparent 32%),linear-gradient(135deg,#0B0F14,#101A17 72%,#15261F)!important;box-shadow:0 32px 90px rgba(0,0,0,.32)!important}
.pills span{background:rgba(255,255,255,.07)!important;border:1px solid rgba(0,200,150,.24)!important;color:#D9FFF4!important}
.big{font-family:Inter,Arial,sans-serif!important;color:#fff!important;letter-spacing:-2px!important}.big::after{content:"Score. Compare. Improve.";display:block;color:var(--em);font-size:clamp(28px,4vw,48px);margin-top:10px}.lead{color:#D8E5E0!important}
.goldBtn{background:linear-gradient(135deg,var(--em),var(--em2))!important;color:#06100D!important}.darkBtn,.ghost{background:rgba(255,255,255,.07)!important;border:1px solid rgba(0,200,150,.22)!important;color:#F8FAFC!important}
.card,.riskPulse,.feature,.metric,.contactBlock{background:#fff!important;color:var(--ink)!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 18px 55px rgba(15,23,42,.08)!important}
.sectionTitle h2,.feature h3,.riskPulse b{color:var(--ink)!important}.sectionTitle p,.feature p,.riskPulse span,.metric small{color:var(--muted)!important}.sectionTitle span{color:#008B6F!important}.metric b{color:#008B6F!important}
.leadForm input,.leadForm select{background:#fff!important;color:var(--ink)!important;border:1px solid #DDE5E2!important}
@media(max-width:900px){body{background:linear-gradient(180deg,#0B0F14 0,#101A17 740px,#F7F9FC 740px,#F7F9FC 100%)!important}}


/* === CMO + CEO + INVESTOR FINAL UPGRADE: Dark Emerald Intelligence Theme === */
:root{
  --bg:#07110F;
  --bg2:#0B1613;
  --surface:#0F1B18;
  --surface2:#13231F;
  --surface3:#172B25;
  --emerald:#00D7A3;
  --emerald2:#7CFFE2;
  --gold:#D6B25E;
  --text:#F5F7F8;
  --muted:#9FB0AA;
  --line:rgba(124,255,226,.16);
  --danger:#FF5B5B;
  --shadow:0 28px 90px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter,Arial,sans-serif!important;
  background:
    radial-gradient(circle at 18% 10%,rgba(0,215,163,.14),transparent 28%),
    radial-gradient(circle at 88% 0%,rgba(214,178,94,.10),transparent 24%),
    linear-gradient(180deg,var(--bg),#08100E 46%,#09130F 100%)!important;
  color:var(--text)!important;
  -webkit-font-smoothing:antialiased;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:56px 56px;mask-image:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.04));
}
.mobileTop,.top{
  background:rgba(7,17,15,.86)!important;
  border-bottom:1px solid var(--line)!important;
  backdrop-filter:blur(18px)!important;
  box-shadow:0 12px 44px rgba(0,0,0,.30)!important;
}
.brand img{background:rgba(0,0,0,.24)!important;border:1px solid var(--line)!important;box-shadow:0 0 0 4px rgba(0,215,163,.04)}
.brand h1{font-family:Inter,Arial,sans-serif!important;color:#fff!important;letter-spacing:-.7px!important}
.brand p{color:var(--emerald)!important;letter-spacing:1.4px!important}
.menuBtn{background:rgba(214,178,94,.10)!important;border:1px solid rgba(214,178,94,.24)!important;color:var(--gold)!important}
.drawer,.scoreDrawer{
  background:rgba(11,22,19,.96)!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow)!important;
}
.drawer a,.scoreDrawer a{color:var(--text)!important}
.drawer a:hover,.scoreDrawer a:hover{background:rgba(0,215,163,.10)!important;color:var(--emerald2)!important}
main,.page{max-width:1440px!important}
.hero{
  border:1px solid var(--line)!important;
  background:
    radial-gradient(circle at 18% 18%,rgba(0,215,163,.20),transparent 28%),
    radial-gradient(circle at 84% 14%,rgba(214,178,94,.14),transparent 22%),
    linear-gradient(135deg,#08110F,#0E1A17 58%,#142A23)!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
  position:relative!important;
}
.hero:before{
  content:"";position:absolute;inset:auto -12% -28% 48%;height:420px;
  background:radial-gradient(circle,rgba(0,215,163,.18),transparent 62%);
  pointer-events:none;
}
.chips span,.pills span{
  background:rgba(255,255,255,.06)!important;
  border:1px solid rgba(124,255,226,.18)!important;
  color:#DFFCF5!important;
  box-shadow:inset 0 0 18px rgba(0,215,163,.035);
}
.hero h2,.big{
  font-family:Inter,Arial,sans-serif!important;
  color:#fff!important;
  letter-spacing:-2.4px!important;
  line-height:1.04!important;
  text-wrap:balance;
}
.hero h2::after{content:"Protect. Verify. Respond.";display:block;color:var(--emerald);font-size:clamp(28px,3.6vw,48px);margin-top:12px}
.big::after{content:"Score. Compare. Improve.";display:block;color:var(--emerald);font-size:clamp(28px,3.6vw,48px);margin-top:12px}
.hero p,.lead{color:#CFE0DA!important;font-size:clamp(15px,1.4vw,18px)!important;line-height:1.72!important}
.goldBtn{
  background:linear-gradient(135deg,var(--emerald),var(--emerald2))!important;
  color:#04100C!important;
  box-shadow:0 18px 44px rgba(0,215,163,.24),inset 0 1px 0 rgba(255,255,255,.35)!important;
}
.darkBtn,.ghost{
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(124,255,226,.18)!important;
  color:var(--text)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.goldBtn:hover,.darkBtn:hover,.ghost:hover{transform:translateY(-1px);filter:brightness(1.05)}
.statusGrid div,.miniCards div{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;
  border:1px solid var(--line)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.22)!important;
}
.statusGrid b,.miniCards b{color:#fff!important}
.statusGrid span,.miniCards span{color:#9FFFE8!important}
.warning,.rolePanel,.features,.pilot,.integrationSection,.liveFlow,.card,.riskPulse,.feature,.metric,.contactBlock{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  color:var(--text)!important;
  border:1px solid var(--line)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(10px)!important;
}
.warning h3,.sectionTitle h2,.pilot h2,.feature h3,.riskPulse b{
  color:#fff!important;
  font-family:Inter,Arial,sans-serif!important;
  letter-spacing:-1.2px!important;
}
.warning p,.sectionTitle p,.pilot p,.feature p,.riskPulse span,.metric small,.roleCard p,.roleCard li,.featureGrid p,.integrationCard p,.scenarioCard p{
  color:var(--muted)!important;
}
.sectionTitle span,.pilot span{color:var(--emerald)!important}
.roleCard,.featureGrid article,.integrationCard,.scenarioCard{
  background:linear-gradient(180deg,rgba(19,35,31,.95),rgba(12,24,20,.92))!important;
  border:1px solid var(--line)!important;
  color:var(--text)!important;
  box-shadow:0 18px 54px rgba(0,0,0,.24)!important;
}
.roleCard h3,.featureGrid b,.integrationCard b,.scenarioCard b{color:#fff!important}
.flowItem,.trustMicro span,.pilotBadges span,.advancedPilotNote{
  background:rgba(0,215,163,.10)!important;
  color:#C9FFF1!important;
  border:1px solid rgba(124,255,226,.18)!important;
}
.pilotForm,.leadForm{
  background:rgba(7,17,15,.72)!important;
  border:1px solid var(--line)!important;
  box-shadow:0 18px 54px rgba(0,0,0,.20)!important;
}
.pilotForm input,.pilotForm select,.leadForm input,.leadForm select{
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  border:1px solid rgba(124,255,226,.16)!important;
}
.pilotForm input::placeholder,.leadForm input::placeholder{color:#93A7A1!important}
.metric b{color:var(--emerald)!important}
.appFooter{
  background:linear-gradient(135deg,#08110F,#0F1B18)!important;
  border:1px solid var(--line)!important;
  border-radius:26px!important;
  box-shadow:0 18px 60px rgba(0,0,0,.24)!important;
}
.appFooter a{color:#B6FFF0!important}
.playstore-readiness-card{
  margin:26px auto;
  max-width:1420px;
  padding:28px;
  border-radius:28px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(0,215,163,.12),rgba(214,178,94,.08),rgba(255,255,255,.04));
  box-shadow:0 24px 70px rgba(0,0,0,.24);
}
.playstore-readiness-card h2{margin:0 0 10px;color:#fff;font-size:clamp(26px,3vw,42px);letter-spacing:-1.4px}
.playstore-readiness-card p{color:var(--muted);line-height:1.7;max-width:900px}
.playstore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.playstore-grid div{padding:18px;border-radius:20px;background:rgba(7,17,15,.72);border:1px solid var(--line)}
.playstore-grid b{display:block;color:var(--emerald2);font-size:18px;margin-bottom:6px}
.playstore-grid span{color:var(--muted);font-size:14px;line-height:1.5}
@media(max-width:900px){
  body{background:linear-gradient(180deg,#07110F 0,#0B1613 100%)!important}
  .hero{min-height:auto!important;padding:22px!important}
  .hero h2,.big{letter-spacing:-1.3px!important}
  .heroVisual>img,.logoBox img{max-width:150px!important}
  .featureGrid,.integrationGrid,.scenarioGrid,.grid4,.playstore-grid{grid-template-columns:1fr!important}
  .mainStickyBar a,.mobileStickyCTA{background:linear-gradient(135deg,var(--emerald),var(--emerald2))!important;color:#04100C!important}
  .mainStickyBar a:last-child{background:#0B1613!important;color:#B6FFF0!important;border:1px solid var(--line)!important}
}



/* === 9.9 FINAL PREMIUM SYSTEM === */
:root{
 --bg:#06100E;--bg2:#0B1714;--card:#101D19;--card2:#14241F;
 --em:#00D7A3;--em2:#76FFE0;--gold:#D6B25E;
 --text:#F5F8F7;--muted:#A5B6B0;--line:rgba(118,255,224,.16);
 --shadow:0 24px 80px rgba(0,0,0,.34);
}
html{scroll-behavior:smooth}
body{
 font-family:Inter,Arial,sans-serif!important;
 background:
 radial-gradient(circle at 18% 10%,rgba(0,215,163,.14),transparent 26%),
 radial-gradient(circle at 88% 0%,rgba(214,178,94,.10),transparent 22%),
 linear-gradient(180deg,#050908,#07110F 40%,#09130F)!important;
 color:var(--text)!important;
}
.mobileTop,.top{
 background:rgba(5,9,8,.88)!important;
 border-bottom:1px solid var(--line)!important;
 backdrop-filter:blur(18px)!important;
 box-shadow:0 14px 44px rgba(0,0,0,.32)!important;
}
.brand h1{color:#fff!important;font-weight:900!important;letter-spacing:-.7px!important}
.brand p{color:var(--em2)!important;letter-spacing:1.3px!important}
.hero{
 border:1px solid var(--line)!important;
 border-radius:34px!important;
 background:
 radial-gradient(circle at 20% 18%,rgba(0,215,163,.20),transparent 28%),
 radial-gradient(circle at 84% 12%,rgba(214,178,94,.12),transparent 22%),
 linear-gradient(135deg,#07110F,#0D1815 58%,#142821)!important;
 box-shadow:var(--shadow)!important;
 position:relative!important;
 overflow:hidden!important;
}
.hero:after{
 content:"Residential Safety OS";
 position:absolute;top:24px;right:24px;
 padding:10px 14px;border-radius:999px;
 background:rgba(0,215,163,.10);
 border:1px solid var(--line);
 color:#CFFFF2;font-size:12px;font-weight:900;
}
.hero h2,.big{
 color:#fff!important;
 font-size:clamp(36px,5vw,68px)!important;
 line-height:1.02!important;
 letter-spacing:-2.6px!important;
}
.hero h2::after{
 content:"Protect. Verify. Respond.";
 display:block;
 color:var(--em);
 font-size:clamp(28px,3.5vw,48px);
 margin-top:12px;
}
.big::after{
 content:"Score. Compare. Improve.";
 display:block;
 color:var(--em);
 font-size:clamp(28px,3.5vw,48px);
 margin-top:12px;
}
.hero p,.lead{
 color:#D3E1DC!important;
 line-height:1.74!important;
 max-width:760px!important;
}
.goldBtn{
 background:linear-gradient(135deg,var(--em),var(--em2))!important;
 color:#04100C!important;
 box-shadow:0 18px 44px rgba(0,215,163,.24)!important;
}
.darkBtn,.ghost{
 background:rgba(255,255,255,.05)!important;
 border:1px solid var(--line)!important;
 color:#F5F8F7!important;
}
.warning,.rolePanel,.features,.pilot,.integrationSection,.liveFlow,
.card,.riskPulse,.feature,.metric,.contactBlock,
.roleCard,.featureGrid article,.integrationCard,.scenarioCard{
 background:linear-gradient(180deg,rgba(16,29,25,.96),rgba(10,20,17,.92))!important;
 border:1px solid var(--line)!important;
 color:var(--text)!important;
 box-shadow:0 18px 54px rgba(0,0,0,.24)!important;
}
.sectionTitle h2,.pilot h2,.feature h3,.riskPulse b,
.warning h3,.roleCard h3,.featureGrid b,.integrationCard b,.scenarioCard b{
 color:#fff!important;
 letter-spacing:-1px!important;
}
.sectionTitle p,.pilot p,.feature p,.riskPulse span,
.warning p,.roleCard p,.roleCard li,.featureGrid p,.integrationCard p,.scenarioCard p{
 color:var(--muted)!important;
}
.sectionTitle span,.pilot span,.metric b{color:var(--em)!important}
.chips span,.pills span,.flowItem,.trustMicro span,.pilotBadges span,.advancedPilotNote{
 background:rgba(0,215,163,.08)!important;
 border:1px solid var(--line)!important;
 color:#D9FFF5!important;
}
.pilotForm,.leadForm{
 background:rgba(7,17,15,.72)!important;
 border:1px solid var(--line)!important;
}
.pilotForm input,.pilotForm select,.leadForm input,.leadForm select{
 background:rgba(255,255,255,.05)!important;
 color:#fff!important;
 border:1px solid rgba(118,255,224,.12)!important;
}
.playstore-readiness-card{
 margin:28px auto;
 padding:30px;
 border-radius:30px;
 background:linear-gradient(135deg,rgba(0,215,163,.12),rgba(214,178,94,.08),rgba(255,255,255,.04));
 border:1px solid var(--line);
 box-shadow:var(--shadow);
}
.playstore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.playstore-grid div{
 padding:18px;border-radius:20px;
 background:rgba(6,16,14,.82);
 border:1px solid var(--line);
}
.appFooter{
 background:linear-gradient(135deg,#08110F,#0E1B18)!important;
 border:1px solid var(--line)!important;
 border-radius:26px!important;
}
@media(max-width:900px){
 .featureGrid,.integrationGrid,.scenarioGrid,.playstore-grid{grid-template-columns:1fr!important}
 .hero{padding:22px!important}
 .hero h2,.big{letter-spacing:-1.3px!important}
}
