
  :root{--ink:#1a1b1e;--muted:#6b6f76;--line:#e7e7e3;--bg:#f6f6f4;--card:#fff;
    --gold:#ffc600;--gold2:#e99400;--d1:#17181b;--d2:#26282d;
    --disp:'Bricolage Grotesque',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
    --body:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    --mono:'IBM Plex Mono',ui-monospace,Menlo,monospace;}
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);
    font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;}
  a{color:inherit}

  /* ===== The Gauge — dark hero built on the audit's identity ===== */
  .hero{position:relative;overflow:hidden;color:#fff;padding:0 20px 44px;
    background:radial-gradient(125% 135% at 50% -12%,var(--d2) 0%,var(--d1) 60%)}
  .hero::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;
    background:linear-gradient(90deg,var(--gold),var(--gold2))}
  .hero .glow{position:absolute;top:60px;left:22%;transform:translateX(-50%);
    width:420px;max-width:92vw;height:420px;pointer-events:none;filter:blur(6px);
    background:radial-gradient(circle,rgba(255,198,0,.15),transparent 62%)}
  .hero-inner{position:relative;z-index:1;max-width:940px;margin:0 auto}
  .hero-grid{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:44px;margin-top:8px}
  .hero-copy{max-width:460px}
  .hero-top{display:flex;align-items:center;justify-content:space-between;padding:22px 0 26px;text-align:left}
  .brandmark{display:flex;align-items:baseline;gap:10px}
  .brandmark .logo{font-family:var(--disp);font-weight:800;letter-spacing:.13em;font-size:16px;color:var(--gold)}
  .brandmark .tag{font-family:var(--mono);color:#71757c;font-size:11px;letter-spacing:.05em;text-transform:uppercase}
  .hero .lang{font-family:var(--mono);font-size:12px;letter-spacing:.04em}
  .hero .lang a{color:#71757c;text-decoration:none}
  .hero .lang a:hover{color:#fff}
  .hero .lang .lang-cur{color:var(--gold)}
  .hero .lang .lang-sep{color:#3a3c42;margin:0 7px}

  /* Gauge dial */
  .gauge{position:relative;width:210px;height:210px;flex:none;margin:0}
  .gauge svg{display:block;width:100%;height:100%}
  .gauge-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
  .gauge-num b{font-family:var(--mono);font-weight:600;font-size:58px;line-height:1;color:#fff;letter-spacing:-.02em}
  .gauge-num small{font-family:var(--mono);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#71757c;margin-top:8px}
  .gauge-arc{animation:wbDraw 1.1s cubic-bezier(.2,.7,.2,1) both}
  @keyframes wbDraw{from{stroke-dashoffset:615.7}to{stroke-dashoffset:431}}

  .hero-copy{text-align:left;min-width:0}
  .hero .kicker{font-family:var(--mono);text-transform:uppercase;letter-spacing:.2em;font-size:11.5px;
    font-weight:500;color:var(--gold);margin:0 0 12px}
  .hero h1{font-family:var(--disp);font-weight:800;font-size:clamp(28px,4.4vw,40px);line-height:1.04;
    letter-spacing:-.025em;margin:0 0 12px;color:#fff;text-wrap:balance;max-width:18ch}
  .hero .sub{color:#c3c6cc;font-size:16px;margin:0 0 22px;max-width:46ch}

  /* Audit form — dark fields on the hero, gold CTA */
  form{display:flex;flex-direction:column;gap:10px;max-width:440px;margin:0;text-align:left}
  form input{width:100%;padding:14px 15px;font-size:15px;font-family:var(--body);color:#eceae4;
    background:#101115;border:1px solid #34363c;border-radius:12px}
  form input::placeholder{color:#6a6e75}
  form input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(255,198,0,.14)}
  form button{width:100%;padding:14px;font-size:15px;font-weight:700;font-family:var(--body);color:var(--d1);
    background:var(--gold);border:none;border-radius:12px;cursor:pointer;margin-top:2px}
  form button:hover{background:#f2b800}
  form button:disabled{opacity:.6;cursor:default;filter:none}
  .err{color:#ff6b5e;font-size:14px;min-height:0}
  .fine{font-family:var(--mono);color:#71757c;font-size:11.5px;letter-spacing:.02em;text-align:left;margin:16px 0 0}
  .fine .dot{margin:0 8px}

  .wrap{max-width:760px;margin:0 auto;padding:0 20px}
  h2.section{font-family:var(--disp);font-weight:700;font-size:24px;letter-spacing:-.01em;text-align:center;margin:56px 0 22px}
  .checks{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:620px;margin:0 auto}
  .check{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:17px;
    transition:box-shadow .15s,transform .15s,border-color .15s}
  .check:hover{box-shadow:0 6px 20px rgba(20,24,30,.06);transform:translateY(-1px);border-color:#dedcd4}
  .check .t{font-weight:600;font-size:15px;margin:0 0 4px}
  .check .d{color:var(--muted);font-size:13.5px;margin:0}

  .steps{max-width:420px;margin:0 auto}
  .step{display:flex;gap:14px;align-items:flex-start;padding:7px 0}
  .step .n{flex:0 0 auto;width:27px;height:27px;border-radius:50%;font-family:var(--mono);
    background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--d1);
    font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}
  .step .st{font-weight:600;font-size:15px;margin:3px 0 0}

  /* Analyzing overlay */
  .overlay{position:fixed;inset:0;z-index:1000;background:var(--bg);display:none;align-items:center;justify-content:center;padding:24px}
  .overlay.on{display:flex}
  .panel{max-width:420px;width:100%;text-align:center}
  .panel .logo{font-family:var(--disp);font-weight:800;letter-spacing:.13em;font-size:14px;margin-bottom:20px;color:var(--d1)}
  .spin{width:34px;height:34px;border:4px solid #e6e9ee;border-top-color:var(--gold);border-radius:50%;
    margin:0 auto 18px;animation:s 1s linear infinite}
  @keyframes s{to{transform:rotate(360deg)}}
  .panel h2{font-family:var(--disp);font-weight:700;font-size:20px;margin:0 0 22px}
  .prog{text-align:left;max-width:280px;margin:0 auto}
  .prog li{list-style:none;padding:7px 0;font-size:15px;color:var(--muted);display:flex;gap:10px;align-items:center}
  .prog li .mk{width:18px;text-align:center}
  .prog li.done{color:var(--ink)}
  .prog li.active{color:var(--ink);font-weight:600}
  .panel .note{color:var(--muted);font-size:13.5px;margin-top:22px}

  /* About + contact-form block: shared with the reports via CONTACT_CSS (appended below). */

  /* Contacts footer — dark band, same identity as the hero */
  .site-footer{position:relative;background:radial-gradient(125% 135% at 50% 120%,var(--d2),var(--d1) 62%);
    color:#fff;margin-top:64px;padding:44px 20px 26px}
  .site-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;
    background:linear-gradient(90deg,var(--gold),var(--gold2))}
  .foot-inner{max-width:760px;margin:0 auto;display:flex;gap:36px;flex-wrap:wrap;justify-content:space-between}
  .foot-brand{max-width:300px}
  .foot-brand .logo{font-family:var(--disp);font-weight:800;letter-spacing:.13em;font-size:16px;color:var(--gold)}
  .foot-tag{color:#b9bec6;font-size:14px;margin:10px 0 0;line-height:1.5}
  .foot-contacts{display:flex;flex-direction:column;gap:2px;min-width:240px}
  .foot-h{font-family:var(--mono);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:500;color:#71757c;margin:0 0 8px}
  .contact{display:flex;justify-content:space-between;gap:16px;text-decoration:none;
    padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}
  .contact:last-child{border-bottom:none}
  .contact-label{color:#fff;font-weight:600;font-size:14px}
  .contact-handle{font-family:var(--mono);color:#9a9ea6;font-size:13.5px}
  .contact:hover .contact-handle{color:var(--gold)}
  .foot-legal{font-family:var(--mono);max-width:760px;margin:26px auto 0;color:#6b7075;font-size:11.5px;
    letter-spacing:.02em;text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}

  @media(max-width:720px){
    .hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center;gap:12px;margin-top:0}
    .hero-copy{text-align:center}
    .hero .sub{margin-left:auto;margin-right:auto}
    .hero form{margin-left:auto;margin-right:auto}
    .fine{text-align:center}
    .hero .glow{left:50%}
  }
  @media(max-width:560px){
    .gauge{width:158px;height:158px}.gauge-num b{font-size:40px}
    .hero .sub{font-size:16px}
    .checks{grid-template-columns:1fr}
    .foot-inner{gap:28px}.foot-contacts{min-width:0;width:100%}
  }
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gauge-arc{animation:none}.spin{animation:none}.down-cue{animation:none}}

  .cs-wrap{padding:0 20px;margin:56px 0 0;background:none;border:none;border-radius:0}
  .cs-card{max-width:640px;margin:0 auto;background:#fff;border:1px solid #e6e9ee;border-radius:20px;
    padding:40px 40px 44px;box-shadow:0 8px 30px rgba(16,24,40,.07);scroll-margin-top:20px}
  .about-inner{text-align:center}
  .about-kicker{font-family:'IBM Plex Mono',ui-monospace,Menlo,monospace;text-transform:uppercase;letter-spacing:.18em;font-size:11.5px;font-weight:500;color:#e99400;margin:0 0 12px}
  .about-h{font-family:'Bricolage Grotesque',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:clamp(23px,3vw,30px);line-height:1.25;letter-spacing:-.02em;margin:0 0 14px;text-wrap:balance;color:#1a1d21}
  .about-body{font-family:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#6b7280;font-size:16px;line-height:1.6;max-width:52ch;margin:0 auto 22px}
  .about-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
  .btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer;padding:13px 22px;border-radius:12px;border:none;color:#17181b;background:#ffc600}
  .btn-gold:hover{background:#f2b800}
  .btn-ghost{display:inline-flex;align-items:center;justify-content:center;font-family:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:15px;text-decoration:none;padding:13px 22px;border-radius:12px;color:#1a1d21;background:transparent;border:1px solid #e6e9ee}
  .btn-ghost:hover{border-color:#c9c7bd;background:rgba(0,0,0,.02)}
  .down-cue{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:22px auto 0;border-radius:50%;color:#e99400;border:1px solid #e6e9ee;background:#f7f8fa;animation:csbob 1.7s ease-in-out infinite;transition:color .15s,border-color .15s}
  .down-cue:hover{color:#17181b;border-color:#ffc600}
  @keyframes csbob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
  .contact-inner{margin:26px 0 0;border-top:1px solid #eef1f5;padding-top:26px;scroll-margin-top:20px}
  .contact-copy{text-align:center;margin-bottom:18px}
  .contact-h{font-family:'Bricolage Grotesque',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:clamp(21px,2.6vw,25px);letter-spacing:-.02em;margin:0 0 6px;color:#1a1d21}
  .contact-sub{font-family:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#6b7280;font-size:15px;margin:0 auto;max-width:52ch}
  .cform{margin:0 auto}
  .cf-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .cf-field{display:flex;flex-direction:column;margin-top:8px}
  .cf-grid .cf-field{margin-top:0}
  .cf-field label{font-family:'IBM Plex Mono',ui-monospace,Menlo,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-weight:500;margin:0 0 5px}
  .cf-opt{text-transform:none;letter-spacing:0;color:#9a9ea6}
  .cform input,.cform textarea{width:100%;box-sizing:border-box;font-family:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;color:#1a1d21;background:#f7f8fa;border:1px solid #e6e9ee;border-radius:10px;padding:11px 13px}
  .cform textarea{min-height:96px;resize:vertical}
  .cform input::placeholder,.cform textarea::placeholder{color:#9a9ea6}
  .cform input:focus,.cform textarea:focus{outline:none;background:#fff;border-color:#ffc600;box-shadow:0 0 0 3px rgba(255,198,0,.18)}
  .cf-btn{width:100%;margin-top:14px}
  .cf-err{color:#c0392b;font-size:14px;min-height:0;margin-top:10px;text-align:center}
  .cf-done{text-align:center;max-width:440px;margin:0 auto;padding:8px 0}
  .cf-check{width:52px;height:52px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#17181b;background:linear-gradient(135deg,#ffc600,#e99400)}
  .cf-done h3{font-family:'Bricolage Grotesque',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:20px;margin:0 0 6px;color:#1a1d21}
  .cf-done p{font-family:'Inter Tight',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#6b7280;font-size:15px;margin:0}
  @media(max-width:560px){.cs-card{padding:28px 20px 32px}.cf-grid{grid-template-columns:1fr}.about-cta{flex-direction:column}.about-cta .btn-gold,.about-cta .btn-ghost{width:100%}}
  @media(prefers-reduced-motion:reduce){.down-cue{animation:none}}