:root {
  --ink: #07182b;
  --muted: #53677d;
  --paper: #fbfdff;
  --soft: #eef5fb;
  --line: #c7d8e6;
  --orange: #087df1;
  --dark: #031525;
  --lime: #67d5ff;
}

body { background: var(--paper); }
.nav { background: rgb(251 253 255 / 94%); border-color: #dbe7f0; backdrop-filter: blur(14px); }
.btn:hover { background: #0564c4; box-shadow: 0 8px 24px rgb(8 125 241 / 17%); }
.btn.ghost { border-color: #a9bfd2; }
.btn.ghost:hover { background: #e7f2fc; }
.scanner-shell { background: #e7f0f7; border-color: #bfd2e2; box-shadow: 0 35px 80px rgb(6 37 68 / 14%); }
.dot { background: #9bb2c5; }
.addressbar, .scanner, .audit-card, .process-card { background: #fff; }
.scanner { border-color: #cbdbe7; }
.fieldrow input { border-color: #a9bfd2; }
.scan-side { background: linear-gradient(155deg, #06233d, var(--dark)); }
.side-label, .score small { color: #9bb7cf; }
.meter { background: #17334d; }
.checks div { border-color: #17334d; }
.statement { background: radial-gradient(circle at 50% 120%, #0a4b7e, var(--dark) 58%); }
.statement p { color: #668199; }
.statement p:first-child { color: #b9cad8; }
.statement p:last-child { text-shadow: 0 0 45px rgb(30 155 255 / 50%); }
.audit-card:hover { box-shadow: 0 14px 35px rgb(8 125 241 / 13%); }
.intent-copy { background: linear-gradient(145deg, #062a4a, var(--dark)); }
.intent-copy p { color: #a9bfd2; }
.intent-form input { border-color: #a9bfd2; background: transparent; }
.intent-form input:focus { box-shadow: 0 2px 0 rgb(8 125 241 / 15%); }
.cta { background: linear-gradient(125deg, #056bd0 0%, #087df1 52%, #04a9e8 100%); }
.cta .btn:hover { background: #e8f4ff; }
.result.good { background: #e8f7ff; color: #07517e; border-color: #9bd8f7; }
.result.bad { background: #fff0f0; color: #8b2935; border-color: #efbbc2; }

*:focus-visible { outline: 3px solid rgb(8 125 241 / 35%); outline-offset: 3px; }

.access-section { padding: 120px 0; background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.access-section::before { content: "PG"; position: absolute; right: -3vw; bottom: -10vw; font: 800 min(34vw, 520px)/1 Manrope, sans-serif; letter-spacing: -.12em; color: rgb(255 255 255 / 2.6%); pointer-events: none; }
.access-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; align-items: center; position: relative; }
.access-intro h2, .contact-grid h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.06em; }
.access-intro > p { color: #a9bfd2; font-size: 17px; line-height: 1.7; max-width: 560px; }
.beta-details { margin-top: 42px; display: grid; gap: 0; border-top: 1px solid #17334d; }
.beta-details span { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid #17334d; color: #c7d8e6; font-size: 14px; }
.beta-details b { color: var(--lime); font: 700 12px Manrope, sans-serif; }
.signup-form { background: #fbfdff; color: var(--ink); padding: 42px; box-shadow: 24px 24px 0 #0b3352; }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.form-heading span { font: 700 24px Manrope, sans-serif; letter-spacing: -.03em; }
.form-heading small { color: var(--muted); }
.netlify-form label { display: block; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin: 18px 0 8px; }
.netlify-form input:not([type="checkbox"]), .netlify-form select, .netlify-form textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #a9bfd2; border-radius: 3px; padding: 14px 15px; font: 500 15px "DM Sans", sans-serif; transition: border-color .2s, box-shadow .2s; }
.netlify-form textarea { resize: vertical; min-height: 135px; }
.netlify-form input:focus, .netlify-form select:focus, .netlify-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgb(8 125 241 / 10%); outline: none; }
.netlify-form .btn { width: 100%; margin-top: 26px; }
.netlify-form .btn:disabled { opacity: .65; cursor: wait; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; line-height: 1.45; color: var(--muted); }
.consent input { margin-top: 3px; accent-color: var(--orange); }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 20px; margin: 14px 0 0; font-size: 13px; line-height: 1.45; }
.form-status.success { color: #277251; }
.form-status.error { color: #a42e3b; }
.contact-section { padding: 120px 0; background: #e7f0f7; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: start; }
.contact-grid > div > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.direct-link { display: inline-block; margin-top: 24px; color: var(--orange); font-weight: 700; border-bottom: 1px solid currentColor; }
.contact-form { background: #fff; padding: 40px; border: 1px solid var(--line); }

@media (max-width: 800px) {
  .access-section, .contact-section { padding: 78px 0; }
  .access-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .signup-form, .contact-form { padding: 28px 22px; box-shadow: 12px 12px 0 #0b3352; }
  .contact-form { box-shadow: none; }
  .form-heading { display: block; }
  .form-heading small { display: block; margin-top: 7px; }
}
