:root{--navy:#003366;--navy2:#082b4b;--orange:#F37721;--yellow:#FCB415;--ink:#243447;--muted:#64748b;--line:#e6ebf0;--bg:#f4f6f8;--green:#116149;--red:#9a3030;--amber:#7b5a00}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:Arial,Helvetica,sans-serif;color:var(--ink)}button,input{font:inherit}a{color:var(--navy)}header{height:112px;background:#fff;border-bottom:1px solid #ededed;display:flex;align-items:center;justify-content:space-between;padding:18px max(24px,calc((100vw - 1100px)/2))}header img{width:205px;max-width:48vw}.headerTag{font-size:12px;font-weight:800;color:var(--navy);background:#f4f4f4;padding:10px 14px;border-radius:999px}.hero{background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff;text-align:center;padding:60px 20px}.hero h1{max-width:850px;margin:auto;font-size:44px;line-height:1.08}.hero em{font-style:normal;color:var(--yellow)}.hero p{color:#ffffffd9;max-width:860px;margin:18px auto 0;font-size:18px;line-height:1.55}.searchMain{max-width:720px;margin:auto;padding:38px 20px 34px}.eyebrow{color:var(--navy);font-weight:850;font-size:12px;text-transform:uppercase;letter-spacing:.07em}.eyebrow.center,.sub{text-align:center}.sub{color:var(--muted);margin:8px 0 20px;line-height:1.5}.card{background:#fff;border:1px solid #ededed;border-radius:18px;padding:22px;box-shadow:0 8px 28px #0033660c}.search label,.modal label{display:block;font-weight:800;color:var(--navy);margin:8px 0}.wrap{position:relative}.wrap input,.modal input[type=text],.modal input[type=email]{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}.results{position:absolute;z-index:10;top:52px;left:0;right:0;background:#fff;border:1px solid #ededed;border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #00336618}.results button{width:100%;text-align:left;border:0;border-bottom:1px solid #ededed;background:#fff;padding:12px;cursor:pointer}.results button:hover{background:#fffaf6}.results small{display:block;color:var(--muted);margin-top:3px}.hint,.muted{color:var(--muted);font-size:13px}.hint{margin:10px 0}.found{color:#15803d;font-weight:800}.confirm h2{color:var(--navy);margin-bottom:5px}.detail{display:grid;grid-template-columns:110px 1fr;gap:10px;margin-top:16px}.primary,.ctaBtn{border:0;background:var(--navy);color:#fff;border-radius:12px;padding:14px 18px;font-weight:800;cursor:pointer;text-decoration:none}.primary{width:100%;margin-top:16px}.secondary{border:0;background:transparent;color:var(--navy);font-weight:800;padding:12px;cursor:pointer}.primary:disabled,.ctaBtn:disabled{opacity:.55;cursor:not-allowed}.error{max-width:720px;margin:12px auto 0;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 14px;border-radius:12px;line-height:1.5}.successBox{background:#ecfdf3;border:1px solid #bbf7d0;color:#116149;padding:14px;border-radius:12px;margin-top:14px}.homeBenefits{background:#fff;border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:28px 20px}.homeBenefitsInner{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:16px;background:#f4f4f4}.benefitIcon{width:42px;height:42px;border-radius:12px;background:var(--yellow);color:var(--navy);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.benefit b{display:block;color:var(--navy);margin-bottom:6px}.benefit small{display:block;color:var(--muted);line-height:1.5}.homeFooter{background:#fff;padding:30px max(24px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:1.1fr 1fr;gap:32px;border-top:1px solid var(--line)}.homeFooter b{display:block;color:var(--navy);font-size:17px}.homeFooter p,.homeFooter small{color:var(--muted);line-height:1.55;margin:6px 0}.footerLinks{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.footerLinks a{font-size:12px;font-weight:700;text-decoration:none}.socials{display:flex;gap:10px;justify-content:flex-end;margin-top:14px}.social{width:38px;height:38px;border:1px solid var(--line);border-radius:11px;display:grid;place-items:center;background:#fff}.social svg{width:20px;height:20px;fill:var(--navy)}.legalLine{text-align:right}.report{max-width:1100px;margin:auto;padding:28px 20px 50px}.reportTop{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.reportTop h1{color:var(--navy);margin:6px 0}.status{background:#fff7da;color:var(--navy);border:1px solid #ffd45a;border-radius:999px;padding:10px 14px;font-weight:800;font-size:12px;white-space:nowrap}.status.done{background:#ecfdf3;border-color:#bbf7d0}.scanActivity{margin-top:16px;background:#fff8df;border:1px solid #ffd45a;border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:14px}.spinner{width:28px;height:28px;border:3px solid #00336622;border-top-color:var(--navy);border-right-color:var(--yellow);border-radius:50%;animation:spin .9s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}.summary>div{background:#f4f4f4;padding:14px;border-radius:12px}.summary small{display:block;font-size:11px;font-weight:800;color:var(--muted)}.summary b{display:block;color:var(--navy);margin-top:5px}.reportGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.scoreCard{display:flex;align-items:center;gap:18px}.ring{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;position:relative}.ring:after{content:"";position:absolute;inset:12px;background:#fff;border-radius:50%}.ring strong{z-index:1;font-size:30px;color:var(--navy)}.resultBig{font-size:34px;color:var(--navy);margin:10px 0 4px}.insight{margin-top:14px;background:#fff8df;border:1px solid #ffd45a;border-radius:18px;padding:20px}.insight h3{color:var(--navy);margin:8px 0}.lockedCards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.lockCard{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px}.lockCard b{color:var(--navy)}.lockCard p{color:var(--muted);font-size:13px;line-height:1.5}.cta{margin-top:16px;background:var(--navy);color:#fff;border-radius:18px;padding:24px;display:flex;justify-content:space-between;gap:20px;align-items:center}.cta h3{margin:0 0 7px}.cta p{margin:0;color:#dbe7ef;line-height:1.5}.ctaBtn{background:var(--yellow);color:var(--navy);white-space:nowrap}.modalBg{position:fixed;inset:0;background:#003366d9;display:grid;place-items:center;padding:20px;z-index:50}.modal{background:#fff;border-radius:20px;padding:24px;max-width:500px;width:100%;max-height:92vh;overflow:auto}.modal h2{color:var(--navy);margin-top:0}.modal p{color:var(--muted);line-height:1.55}.checkRow{display:flex;gap:10px;align-items:flex-start;margin-top:14px;font-size:13px;line-height:1.45}.checkRow input{margin-top:3px;flex:0 0 auto}.checkRow label{margin:0;color:var(--ink);font-weight:400}.checkRow strong{color:var(--navy)}.formFine{font-size:11px;color:var(--muted);line-height:1.5;margin-top:12px}.legalPage{max-width:850px;margin:auto;padding:28px 20px 60px}.legalPage .brand{width:180px}.legalPage h1{color:var(--navy);font-size:34px}.legalPage h2{color:var(--navy);margin-top:28px}.legalPage p,.legalPage li{line-height:1.65}.legalPage .back{display:inline-block;margin:18px 0;color:var(--navy);font-weight:800;text-decoration:none}@media(max-width:800px){header{height:88px;padding:14px 20px}header img{width:168px}.headerTag{display:none}.hero{padding:46px 18px}.hero h1{font-size:34px}.hero p{font-size:16px}.homeBenefitsInner,.homeFooter,.reportGrid,.lockedCards,.summary{grid-template-columns:1fr}.footerLinks,.socials{justify-content:flex-start}.legalLine{text-align:left}.reportTop,.cta{flex-direction:column}.ctaBtn{width:100%;text-align:center}.scoreCard{align-items:flex-start}.detail{grid-template-columns:1fr}.homeFooter{gap:18px}}
/* PROMPT_LOCAL_MOBILE_RESULT_STYLE_V1 */
@media(max-width:800px){
  .scoreCard.mobileScoreCardV1{flex-direction:column;align-items:center;text-align:center;padding:20px 18px;gap:10px}
  .scoreCard.mobileScoreCardV1 .ring{width:132px;height:132px;flex:0 0 auto;margin:0 auto 2px}
  .scoreCard.mobileScoreCardV1 .ring:after{inset:14px}
  .scoreCard.mobileScoreCardV1 .ring strong{font-size:40px;line-height:1}
  .scoreCard.mobileScoreCardV1 .ring strong:after{content:'/100';display:block;font-size:12px;font-weight:800;color:var(--muted);margin-top:3px}
  .scoreCard.mobileScoreCardV1>div:last-child{width:100%;max-width:360px}
  .scoreCard.mobileScoreCardV1 h2{font-size:28px!important;margin:4px 0 7px!important}
  .scoreCard.mobileScoreCardV1 p{margin:0;line-height:1.45}
  .reportGrid{gap:10px}
  .mobileResultCardV1{padding:18px 20px}
  .mobileResultCardV1 .resultBig{font-size:38px;margin:6px 0 3px}
  .mobileResultCardV1 p{margin:8px 0;line-height:1.45}
  .mobileWebsiteReadinessV1{margin-top:10px!important;padding:19px 20px}
  .mobileWebsiteReadinessV1 h3{margin:8px 0 10px}
  .mobileWebsiteReadinessV1 p{margin-bottom:0;line-height:1.45}
  .lockedCards{margin-top:10px}
  .cta{margin-top:10px;padding:20px}
}
