*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--black: #050505;--off-white: #fefcfb;--bg-light: #f7f5f3;--white: #ffffff;--text-primary: #050505;--text-secondary: #6b6b6b;--text-tertiary: #9c9c9c;--text-on-dark: #ffffff;--text-on-dark-muted: rgba(255, 255, 255, .55);--accent: #0066ff;--teal: #0f9280;--amber: #b47d2e;--rose: #a85574;--border-light: rgba(0, 0, 0, .07);--border-on-dark: rgba(255, 255, 255, .1);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--off-white);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}#root{position:relative}a{color:inherit;text-decoration:none}::selection{background:#0066ff26;color:var(--text-primary)}.hero-dark{background:var(--black);position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column}.hero-dark>.hero-bg{position:absolute;inset:0;background:url(/hero.avif) center center / cover no-repeat;opacity:.35;pointer-events:none}.hero-dark:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 30%,rgba(0,102,255,.06) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 70% 60%,rgba(15,146,128,.04) 0%,transparent 70%);pointer-events:none}.hero-dark:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 24px 0;pointer-events:none}.header{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:11px 8px 11px 22px;background:transparent;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);border-radius:var(--radius-full);border:1px solid transparent;pointer-events:all;animation:slideDown .7s cubic-bezier(.16,1,.3,1) both;transition:background .4s ease,border-color .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease,box-shadow .4s ease}.header--scrolled{background:#05050599;backdrop-filter:blur(28px) saturate(1.4);-webkit-backdrop-filter:blur(28px) saturate(1.4);border-color:var(--border-on-dark);box-shadow:0 4px 24px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.logo{display:flex;align-items:center}.logo-img{height:22px;width:auto;display:block}.logo-img--light{filter:invert(1)}.logo-img--dark{height:20px}.header-nav{display:flex;align-items:center;gap:2px}.nav-link{font-size:.8rem;font-weight:500;color:var(--text-on-dark);padding:8px 14px;border-radius:var(--radius-full);transition:color .2s}.nav-link:hover{color:var(--text-on-dark)}.btn-demo{display:inline-flex;align-items:center;gap:6px;font-family:var(--font);font-size:.8rem;font-weight:600;color:var(--black);background:var(--white);border:none;padding:8px 20px;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease}.btn-demo:hover{background:#e8e8e8}.btn-demo svg{width:12px;height:12px;transition:transform .2s ease}.btn-demo:hover svg{transform:translate(2px)}.hero-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:130px 24px 80px;position:relative;z-index:1}.council-strip{position:absolute;bottom:48px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding:0 24px}.council-strip-label{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff6;white-space:nowrap}.council-strip-track{display:flex;align-items:center;justify-content:center;width:100%}.council-strip-track>:nth-child(2){display:none}.council-strip-names{display:flex;align-items:center;gap:14px;flex-shrink:0;flex-wrap:nowrap}.council-strip-names span{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;color:#ffffffe6;white-space:nowrap}.council-strip .council-dot{width:5px;height:5px;border-radius:50%;background:#ffffff59;flex-shrink:0}.hero-content-inner{max-width:860px;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) .15s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-pill{display:inline-flex;align-items:center;gap:8px;font-size:.7rem;font-weight:600;letter-spacing:.06em;color:var(--text-on-dark);border:1px solid var(--border-on-dark);padding:5px 14px 5px 9px;border-radius:var(--radius-full);margin-bottom:36px;text-transform:uppercase}.hero-pill-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e80;animation:pulse 2.5s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-content h1{font-size:clamp(2.6rem,5.5vw,3.8rem);font-weight:700;line-height:1.05;letter-spacing:-.04em;margin-bottom:24px;color:var(--text-on-dark)}.hero-content p{font-size:1.05rem;color:#ffffffbf;max-width:480px;margin:0 auto 44px;line-height:1.7;font-weight:400}.hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.btn-primary-light{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:.88rem;font-weight:600;color:var(--black);background:var(--white);border:none;padding:13px 30px;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease}.btn-primary-light:hover{background:#e8e8e8;transform:translateY(-1px)}.btn-primary-light svg{width:14px;height:14px}.btn-outline-dark{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:.88rem;font-weight:500;color:#fffc;background:transparent;border:1px solid rgba(255,255,255,.35);padding:13px 26px;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease}.btn-outline-dark:hover{color:var(--text-on-dark);border-color:#ffffff80}.hero-fade{display:none}.stats-banner{background:var(--off-white);padding:60px 24px}.stats-banner-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.stats-banner-text h2{font-size:.92rem;font-weight:500;line-height:1.6;letter-spacing:-.01em;color:var(--text-secondary)}.stats-banner-text .stats-subheading{font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:700;line-height:1.15;letter-spacing:-.035em;color:var(--text-primary);margin-top:10px}.stats-banner-numbers{display:flex;gap:56px;justify-content:flex-end}.stat-block{text-align:left}.stat-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:6px}.stat-number{font-size:clamp(2.2rem,4vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--text-primary)}.section{padding:80px 24px;position:relative;background:var(--off-white)}.section-inner{max-width:1100px;margin:0 auto}.section-header-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:72px}.section-header{text-align:left}.section-quote{padding-left:24px;border-left:2px solid var(--border-light);margin:0}.section-quote p{font-size:1.05rem;font-weight:400;font-style:italic;color:var(--text-secondary);line-height:1.65;margin:0 0 10px}.section-quote cite{font-size:.75rem;font-style:normal;font-weight:600;letter-spacing:.04em;color:var(--text-tertiary)}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.section-label-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;box-shadow:0 0 8px #0066ff80;animation:pulse 2.5s ease infinite}.section-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:14px;color:var(--text-primary);max-width:560px}.section-subtitle{font-size:1rem;color:var(--text-secondary);max-width:460px;line-height:1.7;font-weight:400}.cap-list{display:flex;flex-direction:column;gap:120px}.cap-section{display:grid;grid-template-columns:1fr 1fr;gap:48px 72px;align-items:center}.cap-section--reversed{direction:rtl}.cap-section--reversed>*{direction:ltr}.cap-tag-label{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;padding:4px 12px;border-radius:var(--radius-full)}.cap-tag-label[data-color=accent]{color:var(--accent);background:#0066ff14}.cap-tag-label[data-color=teal]{color:var(--teal);background:#0f928014}.cap-tag-label[data-color=amber]{color:var(--amber);background:#b47d2e14}.cap-heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:16px;color:var(--text-primary)}.cap-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.7;font-weight:400;margin-bottom:36px}.cap-features{display:flex;flex-direction:column;gap:28px}.cap-feature{padding-left:38px;position:relative}.cap-feature dt{font-size:.88rem;font-weight:600;color:var(--text-primary);display:inline;line-height:1.5}.cap-feature dd{display:inline;font-size:.88rem;color:var(--text-secondary);line-height:1.7;font-weight:400;margin-left:4px}.cap-feature-icon{position:absolute;top:2px;left:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cap-feature-icon svg{width:20px;height:20px}.cap-feature-icon[data-color=accent]{color:var(--accent)}.cap-feature-icon[data-color=teal]{color:var(--teal)}.cap-feature-icon[data-color=amber]{color:var(--amber)}.cap-feature-icon[data-color=rose]{color:var(--rose)}.cap-visual-wrapper{display:flex;align-items:center;justify-content:center}.visual-panel{width:100%;max-width:500px}.vp-mockup{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000a}.cap-section:hover .vp-mockup{transform:translateY(-4px);box-shadow:0 1px 3px #0000000a,0 20px 60px #00000014}.vp-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid var(--border-light);background:var(--bg-light)}.vp-bar-title{font-size:.65rem;font-weight:600;letter-spacing:.04em;color:var(--text-tertiary);margin-left:8px}.vp-dot{width:8px;height:8px;border-radius:50%;background:#0000001a}.vp-body{padding:22px}.vp-line{height:7px;border-radius:4px;margin-bottom:7px}.vp-line--w100{width:100%}.vp-line--w90{width:90%}.vp-line--w80{width:80%}.vp-line--w70{width:70%}.vp-line--w60{width:60%}.vp-line--w50{width:50%}.vp-line--w40{width:40%}.vp-spacer{height:16px}.vp-block-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vp-block{border:1px solid;border-radius:var(--radius-sm);padding:14px}.vp-block-icon{width:22px;height:22px;border-radius:6px;margin-bottom:12px;opacity:.3}.vp-chat{display:flex;flex-direction:column;gap:10px}.vp-bubble{border:1px solid;border-radius:14px;padding:11px 16px;max-width:75%}.vp-bubble .vp-line:last-child{margin-bottom:0}.vp-bubble--left{align-self:flex-start}.vp-bubble--right{align-self:flex-end}.vp-tag-row{display:flex;gap:6px;flex-wrap:wrap}.vp-tag{font-size:.62rem;font-weight:600;padding:4px 12px;border-radius:var(--radius-full);border:1px solid;letter-spacing:.02em}.vp-chart{display:flex;align-items:flex-end;gap:8px;height:110px;padding:0 4px}.vp-chart-bar{flex:1;border-radius:5px 5px 0 0;min-width:0}.vp-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vp-stat{border:1px solid;border-radius:var(--radius-sm);padding:12px 14px;background:var(--bg-light)}.vp-stat-val{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2px}.vp-stat-label{font-size:.65rem;color:var(--text-tertiary);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.vp-doc-stack{display:flex;flex-direction:column;align-items:center;gap:12px}.vp-doc{width:100%;border:1px solid;border-radius:var(--radius-sm);padding:16px}.vp-doc-badge{display:inline-block;font-size:.55rem;font-weight:700;color:#fff;padding:2px 8px;border-radius:4px;margin-bottom:12px;letter-spacing:.04em}.vp-doc-arrow{display:flex;align-items:center;justify-content:center;opacity:.35}.vp-doc-outputs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.vp-doc-sm{border:1px solid;border-radius:8px;padding:12px;text-align:center;background:var(--bg-light)}.vp-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.vp-metric-card{background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:10px 10px 8px;text-align:center}.vp-metric-val{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.vp-metric-label{font-size:.55rem;font-weight:500;color:var(--text-tertiary);letter-spacing:.02em;margin-top:2px}.vp-pipeline{display:flex;align-items:flex-start;gap:0;margin-bottom:14px}.vp-pipe-node{flex:1;text-align:center;position:relative;min-width:0}.vp-pipe-dot{width:28px;height:28px;border-radius:50%;margin:0 auto 6px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff;position:relative;z-index:1}.vp-pipe-node:not(:last-child) .vp-pipe-dot:after{content:"";position:absolute;top:50%;left:100%;width:100%;height:2px;transform:translateY(-50%)}.vp-pipe-title{font-size:.62rem;font-weight:600;color:var(--text-primary);line-height:1.2}.vp-pipe-sub{font-size:.52rem;color:var(--text-tertiary);line-height:1.3;margin-top:2px}.vp-file-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-sm);margin-bottom:14px;min-width:0}.vp-file-badge{font-size:.52rem;font-weight:700;color:#fff;padding:2px 7px;border-radius:4px;letter-spacing:.03em;flex-shrink:0}.vp-file-name{font-size:.58rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.vp-status-pill{font-size:.5rem;font-weight:600;padding:2px 8px;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;letter-spacing:.02em}.vp-status-pill--green{background:#22c55e1a;color:#16a34a}.vp-status-pill--amber{background:#f59e0b1a;color:#d97706}.vp-checklist{display:flex;flex-direction:column;gap:6px}.vp-check-item{display:flex;align-items:flex-start;gap:6px;font-size:.58rem;color:var(--text-secondary);line-height:1.4}.vp-check-icon{width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:0;font-size:.5rem;color:#fff}.vp-check-mark{font-size:.62rem;font-weight:600;flex-shrink:0;line-height:1}.vp-search-bar{display:flex;align-items:center;gap:8px;padding:8px 10px;background:var(--bg-light);border:1px solid var(--border-light);border-radius:var(--radius-sm);margin-bottom:14px}.vp-search-icon{width:14px;height:14px;color:var(--text-tertiary);flex-shrink:0}.vp-search-text{font-size:.56rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;font-style:italic}.vp-search-count{font-size:.5rem;font-weight:600;padding:2px 8px;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.vp-evidence-table{width:100%;border-collapse:collapse;margin-bottom:14px;font-size:.56rem}.vp-evidence-table th{text-align:left;font-weight:600;font-size:.52rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);padding:6px 8px;border-bottom:1px solid var(--border-light)}.vp-evidence-table td{padding:7px 8px;color:var(--text-secondary);border-bottom:1px solid var(--border-light);line-height:1.4;vertical-align:top}.vp-evidence-table tr:last-child td{border-bottom:none}.vp-strength{font-size:.5rem;font-weight:600;padding:1px 6px;border-radius:var(--radius-full);white-space:nowrap}.vp-strength--high{background:#22c55e1a;color:#16a34a}.vp-strength--medium{background:#f59e0b1a;color:#d97706}.vp-bottom-metrics{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:10px;padding:8px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.vp-bottom-metric{font-size:.54rem;color:var(--text-tertiary)}.vp-bottom-metric strong{color:var(--text-primary);font-weight:600}.vp-citation{font-size:.52rem;color:var(--text-tertiary);font-family:SF Mono,Fira Code,Cascadia Code,monospace;line-height:1.5;margin-top:6px}.vp-progress-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.vp-progress-item{display:flex;align-items:center;gap:10px}.vp-progress-label{font-size:.56rem;color:var(--text-secondary);width:45%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.vp-progress-track{flex:1;height:6px;background:var(--border-light);border-radius:3px;overflow:hidden;min-width:0}.vp-progress-fill{height:100%;border-radius:3px;transition:width .4s ease}.vp-progress-pct{font-size:.5rem;font-weight:600;white-space:nowrap;width:52px;text-align:right;flex-shrink:0}.vp-compliance{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.vp-compliance-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.56rem;padding:6px 10px;background:var(--bg-light);border-radius:var(--radius-sm);border:1px solid var(--border-light)}.vp-compliance-label{color:var(--text-secondary);font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-compliance-status{font-size:.5rem;font-weight:600;flex-shrink:0}.vp-compliance-status--pass{color:#16a34a}.vp-compliance-status--pending{color:#d97706}.vp-source-tags{display:flex;gap:5px;flex-wrap:wrap}.vp-source-tag{font-size:.5rem;font-weight:600;padding:3px 8px;border-radius:var(--radius-full);border:1px solid;letter-spacing:.02em}.section-divider{max-width:1100px;margin:0 auto;height:1px;background:var(--border-light)}.cta{padding:80px 24px 120px;position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0;z-index:0}.cta-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.cta-box{max-width:580px;margin:0 auto;text-align:center;background:#ffffff1f;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);padding:64px 48px;position:relative;z-index:1;box-shadow:0 8px 32px #0000001f,inset 0 1px #ffffff26}.cta-box h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.03em;margin-bottom:14px;position:relative;line-height:1.15;color:var(--text-on-dark)}.cta-box p{font-size:.95rem;color:var(--text-on-dark-muted);margin-bottom:36px;position:relative;line-height:1.7;max-width:420px;margin-left:auto;margin-right:auto}.btn-cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:.9rem;font-weight:600;color:var(--black);background:var(--white);border:none;padding:14px 32px;border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease;position:relative}.btn-cta:hover{background:#e8e8e8;transform:translateY(-1px)}.btn-cta svg{width:14px;height:14px}.footer{padding:64px 24px 32px;background:var(--off-white);border-top:1px solid var(--border-light);position:relative;z-index:1}.footer-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}.footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:48px;padding-bottom:48px;border-bottom:1px solid var(--border-light)}.footer-brand{display:flex;flex-direction:column;gap:14px}.footer-logo-icon{height:28px;width:28px;display:block;object-fit:contain}.footer-tagline{font-size:.85rem;color:var(--text-secondary);line-height:1.6;max-width:260px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-title{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:4px}.footer-col a{font-size:.85rem;color:var(--text-secondary);transition:color .2s ease;font-weight:450}.footer-col a:hover{color:var(--text-primary)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0 32px}.footer-copy{font-size:.78rem;color:var(--text-tertiary)}.footer-email{font-size:.78rem;color:var(--text-secondary);transition:color .2s ease}.footer-email:hover{color:var(--accent)}.footer-giant-text{font-size:clamp(8rem,18vw,16rem);font-weight:800;letter-spacing:-.04em;line-height:1;text-align:center;color:transparent;-webkit-text-stroke:1px rgba(0,0,0,.12);-webkit-user-select:none;user-select:none;pointer-events:none;margin-bottom:-.4em;position:relative;z-index:0}.reveal{opacity:0;transform:translateY(20px);transition:all .65s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes council-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:860px){.council-strip{overflow:hidden;padding:0}.council-strip-track{justify-content:flex-start;width:max-content;gap:14px;animation:council-marquee 22s linear infinite}.council-strip-track>:nth-child(2){display:flex}.council-strip-names{gap:14px;padding-right:14px}.section-header-row{grid-template-columns:1fr;gap:24px}.cap-section{grid-template-columns:1fr;gap:32px}.cap-section--reversed{direction:ltr}.cap-visual-wrapper{order:-1}.cap-list{gap:72px}.header-wrapper{padding:12px 14px 0}.header{padding:10px 6px 10px 18px}.nav-link{display:none}.cta-box{padding:48px 24px}.vp-progress-label{width:40%}.vp-file-name{font-size:.52rem}.stats-banner-inner{grid-template-columns:1fr;gap:40px}.stats-banner-numbers{justify-content:flex-start}.footer-top{grid-template-columns:1fr;gap:36px}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.hero-content{padding:140px 20px 120px}.hero-actions{flex-direction:column;align-items:center}.hero-content h1{font-size:2.2rem}.hero-fade{height:100px}.cap-heading{font-size:1.4rem}.vp-metrics{gap:5px}.vp-metric-val{font-size:.88rem}.vp-metric-label{font-size:.48rem}.vp-evidence-table{font-size:.5rem}.vp-evidence-table th{font-size:.46rem;padding:4px 5px}.vp-evidence-table td{padding:5px}.vp-progress-label{width:35%;font-size:.5rem}.vp-progress-pct{font-size:.46rem;width:44px}.vp-compliance-item{font-size:.5rem;padding:5px 8px}.vp-source-tag{font-size:.46rem;padding:2px 6px}.vp-bottom-metrics{gap:8px}.vp-bottom-metric{font-size:.48rem}.vp-body{padding:16px}.footer{padding:48px 20px 0}.footer-links{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.footer-giant-text{-webkit-text-stroke-width:1px}}
