:root{--bg: #f4f6f9;--surface: #ffffff;--surface-soft: #eef2f7;--navy: #071b4d;--navy-soft: #15336f;--red: #b80012;--text: #111827;--muted: #526071;--border: #dce2ea;--border-soft: #edf1f6;--success: #147a3f;--success-soft: #edf8f1;--danger-soft: #fff5f6;--focus: 0 0 0 4px rgba(21, 51, 111, .18);--shadow: 0 24px 64px rgba(7, 27, 77, .08);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.page-shell{width:min(840px,calc(100% - 32px));margin:0 auto}.site-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border)}.wordmark{display:inline-flex;align-items:baseline;gap:7px;color:var(--navy);text-decoration:none;font-weight:900;letter-spacing:-.03em}.wordmark-primary{font-size:18px}.wordmark-secondary{color:var(--red);font-size:14px;letter-spacing:.06em}.header-label{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.header-label svg{color:var(--success)}.verification-hero{padding:76px 0 68px;border-bottom:1px solid var(--border)}.status-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #b9dec8;border-radius:999px;background:var(--success-soft);color:var(--success);font:800 12px/1.1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}.status-badge span{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #147a3f1c}.eyebrow{margin:28px 0 0;color:var(--navy-soft);font:800 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.eyebrow.danger{color:var(--red)}h1,h2,p{margin:0}h1,h2{color:var(--navy);letter-spacing:-.035em}h1{max-width:690px;margin-top:13px;font-size:clamp(43px,8vw,68px);line-height:.98}h2{margin-top:10px;font-size:clamp(25px,4vw,34px);line-height:1.1}.lead{max-width:710px;margin-top:22px;color:var(--muted);font-size:clamp(17px,2.5vw,20px);line-height:1.58}.lead strong{color:var(--navy);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.button.primary{background:var(--navy);color:#fff}.button.primary:hover{background:var(--navy-soft);transform:translateY(-1px)}.button.secondary{border-color:var(--border);background:var(--surface);color:var(--navy)}.button.secondary:hover{border-color:var(--navy-soft);color:var(--navy-soft)}.button:focus-visible,a:focus-visible{outline:none;box-shadow:var(--focus)}.content-grid{display:block;padding:48px 0;border-bottom:1px solid var(--border)}.purpose-panel,.contacts-section,.preferences{border:1px solid var(--border);background:var(--surface)}.purpose-panel{padding:clamp(24px,4vw,34px);border-radius:14px}.purpose-panel>p:not(.eyebrow),.preferences>p:not(.eyebrow),.section-heading>p:not(.eyebrow){margin-top:16px;color:var(--muted);line-height:1.65}.check-list{display:grid;gap:13px;margin:24px 0 0;padding:0;list-style:none}.check-list li{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:var(--navy);font-weight:700;line-height:1.45}.check-list svg{width:19px;color:var(--success);margin-top:1px}.contacts-section{margin:0 0 24px;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.section-heading{padding:clamp(24px,5vw,38px);border-bottom:1px solid var(--border-soft)}.contact-list{display:grid}.contact-row{min-height:92px;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;gap:15px;align-items:center;padding:18px clamp(20px,5vw,38px);color:var(--navy);text-decoration:none;border-bottom:1px solid var(--border-soft);transition:background .15s ease}.contact-row:last-child{border-bottom:0}.contact-row:hover{background:var(--surface-soft)}.contact-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;background:var(--navy);color:#fff}.contact-icon svg{width:20px}.contact-copy{min-width:0;display:grid;gap:5px}.contact-copy strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere}.contact-copy small{color:var(--muted);font-size:13px}.preferences{padding:clamp(24px,5vw,38px);border-radius:14px}.preferences a{color:var(--navy-soft);font-weight:800;overflow-wrap:anywhere}.site-footer{min-height:160px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:40px 0;color:var(--muted)}.site-footer strong{color:var(--navy)}.site-footer p{max-width:480px;margin-top:7px;font-size:13px;line-height:1.55}.site-footer nav{display:flex;flex-wrap:wrap;gap:18px}.site-footer nav a{color:var(--navy-soft);font-size:13px;font-weight:800;text-decoration:none}.site-footer nav a:hover{text-decoration:underline}@media (max-width: 760px){.site-header{min-height:88px;align-items:flex-start;justify-content:center;flex-direction:column;gap:8px;padding:18px 0}.verification-hero{padding:54px 0 48px}.content-grid{grid-template-columns:1fr;padding:32px 0}.hero-actions{flex-direction:column}.button{width:100%}.site-footer{align-items:flex-start;flex-direction:column;min-height:0}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
