@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--font-heading:"Switzer", "Helvetica Neue", Arial, sans-serif;--font-body:"Manrope", "Inter", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:clamp(2.5rem, 5vw, 3.5rem);--text-6xl:clamp(3rem, 6vw, 4.5rem);--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--leading-tight:1.1;--leading-snug:1.25;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.04em;--tracking-widest:.12em;--blue-50:#eef3ff;--blue-100:#dce6ff;--blue-200:#b9cdff;--blue-300:#84a8ff;--blue-400:#4e7bf5;--blue-500:#2b5be8;--blue-600:#1b4fd8;--blue-700:#1540ac;--blue-800:#102f7a;--blue-900:#0a1d4a;--blue-950:#060e28;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#080f1e;--green-700:#166534;--green-100:#dcfce7;--amber-700:#92400e;--amber-100:#fef3c7;--red-700:#991b1b;--red-100:#fee2e2;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--container-2xl:1440px;--container-pad:clamp(1rem, 4vw, 2rem);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}[data-theme=light]{--bg-page:#fff;--bg-surface:#f4f7fc;--bg-surface-2:#ebf0f9;--bg-inverse:var(--slate-950);--border-default:#d4dcec;--border-strong:#a8badb;--border-focus:var(--blue-600);--text-primary:#0f1c35;--text-secondary:#2d4163;--text-muted:#5e738f;--text-inverse:#edf2ff;--text-on-brand:#fff;--brand:var(--blue-600);--brand-hover:var(--blue-700);--brand-light:var(--blue-50);--brand-medium:var(--blue-100);--status-low-risk-bg:var(--green-100);--status-low-risk-text:var(--green-700);--status-med-risk-bg:var(--amber-100);--status-med-risk-text:var(--amber-700);--status-high-risk-bg:var(--red-100);--status-high-risk-text:var(--red-700);--shadow-sm:0 1px 3px #0f1c3514;--shadow-md:0 4px 16px #0f1c351a;--shadow-lg:0 8px 32px #0f1c351f;--shadow-brand:0 4px 20px #1b4fd833}[data-theme=dark]{--bg-page:#0c1120;--bg-surface:#111c32;--bg-surface-2:#182540;--bg-inverse:#f4f7fc;--border-default:#1e2e4a;--border-strong:#2a3f62;--border-focus:var(--blue-400);--text-primary:#edf2ff;--text-secondary:#a8bada;--text-muted:#64788f;--text-inverse:#0f1c35;--text-on-brand:#fff;--brand:#4a7ae8;--brand-hover:#6090f0;--brand-light:#4a7ae81f;--brand-medium:#4a7ae833;--status-low-risk-bg:#16653440;--status-low-risk-text:#6ee7b7;--status-med-risk-bg:#92400e40;--status-med-risk-text:#fcd34d;--status-high-risk-bg:#991b1b40;--status-high-risk-text:#fca5a5;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-brand:0 4px 24px #4a7ae84d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-relaxed);color:var(--text-primary);background:var(--bg-page);transition:background-color var(--transition-slow), color var(--transition-slow)}main{display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);line-height:var(--leading-tight)}h1{font-size:var(--text-6xl);font-weight:var(--weight-extrabold);letter-spacing:var(--tracking-tight)}h2{font-size:var(--text-5xl);font-weight:var(--weight-bold)}h3{font-size:var(--text-3xl);font-weight:var(--weight-bold)}p{color:var(--text-secondary)}a{color:var(--brand);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--brand-hover)}img,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:var(--radius-sm)}.skip-link{left:var(--space-4);z-index:200;background:var(--brand);color:var(--text-on-brand);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);position:absolute;top:-3rem}.skip-link:focus{top:var(--space-4)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.01em;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:1.5px solid #0000;padding:.6875rem 1.375rem;line-height:1;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--brand);color:var(--text-on-brand);border-color:var(--brand);box-shadow:var(--shadow-brand)}.btn-primary:hover{background:var(--brand-hover);border-color:var(--brand-hover);transform:translateY(-1px);box-shadow:0 6px 24px #1b4fd847}.btn-secondary{color:var(--brand);border-color:var(--brand);background:0 0}.btn-secondary:hover{background:var(--brand-light)}.btn-lg{font-size:var(--text-base);padding:.875rem 1.75rem}.btn-sm{font-size:var(--text-xs);padding:.5rem 1rem}.card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base), transform var(--transition-base)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-bordered-brand{border-top:3px solid var(--brand)}.eyebrow{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--brand);margin-bottom:var(--space-4)}.eyebrow-line{align-items:center;gap:var(--space-3);display:flex}.eyebrow-line:before{content:"";background:var(--brand);flex-shrink:0;width:24px;height:2px;display:block}.badge{align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-full);padding:.25rem .625rem;line-height:1;display:inline-flex}.badge-brand{background:var(--brand-light);color:var(--brand)}.badge-success{background:var(--status-low-risk-bg);color:var(--status-low-risk-text)}.badge-warning{background:var(--status-med-risk-bg);color:var(--status-med-risk-text)}.badge-danger{background:var(--status-high-risk-bg);color:var(--status-high-risk-text)}.score-card{gap:var(--space-3);display:grid}.score-value{font-family:var(--font-heading);font-size:clamp(3rem,8vw,5rem);font-weight:var(--weight-extrabold);font-variant-numeric:tabular-nums;color:var(--brand);letter-spacing:var(--tracking-tight);line-height:1}.score-label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.score-band{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-semibold);display:inline-flex}.section{padding:var(--space-24) var(--container-pad)}.section-sm{padding:var(--space-16) var(--container-pad)}.section-dark{background:var(--bg-inverse)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark p,[data-id=differentiators],[data-id=testimonials]{color:var(--text-inverse)}.container{max-width:var(--container-xl);width:100%;margin-inline:auto}.container-narrow{max-width:var(--container-md)}.grid-2{gap:var(--space-8);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.grid-3{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.navbar{z-index:100;min-height:64px;padding-inline:var(--container-pad);background:var(--bg-page);align-items:center;display:flex;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.navbar{background:color-mix(in srgb, var(--bg-page) 88%, transparent)}}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar-inner{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.nav-logo{align-items:center;gap:var(--space-3);color:var(--text-primary);display:inline-flex}.nav-logo-icon{color:var(--brand);flex-shrink:0}.nav-logo-stack{gap:2px;display:grid}.nav-logo-text{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--weight-bold);align-items:baseline;gap:0;display:inline-flex}.nav-logo-text>span{color:inherit}.nav-logo-sup{color:var(--text-muted);margin-left:2px;font-size:10px}.nav-logo-subline{color:var(--text-muted);font-size:11px}.nav-links{align-items:center;gap:var(--space-8);list-style:none;display:flex}.navs-menu-site{z-index:90;border-bottom:1px solid var(--border-default);background:var(--bg-page);height:60px;position:sticky;top:64px}.navs-menu-site-inner{justify-content:flex-start;align-items:center;height:100%;display:flex}.nav-item-with-menu{position:relative}.nav-link{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--slate-700);align-items:center;gap:6px;transition:color .16s;display:inline-flex}.nav-link:hover{color:var(--brand)}.nav-caret-icon{color:var(--slate-600);flex:none;margin-top:1px;transition:transform .16s,color .16s}.nav-item-with-menu:hover .nav-caret-icon{color:var(--brand);transform:translateY(1px)}.nav-submenu{min-width:180px;padding:var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-page);box-shadow:var(--shadow-md);display:none;position:absolute;top:calc(100% + 12px);left:0}.nav-item-with-menu:hover .nav-submenu{gap:var(--space-1);display:grid}.nav-submenu-link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text-secondary)}.nav-submenu-link:hover{background:var(--bg-surface);color:var(--text-primary)}.nav-actions{align-items:center;gap:var(--space-3);display:flex}.theme-toggle,.menu-toggle,.mobile-nav-close{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-primary)}.theme-toggle{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.menu-toggle{border-radius:var(--radius-md);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;padding:0;display:none}.menu-toggle span{background:currentColor;width:18px;height:2px;display:block}.mobile-nav-backdrop{opacity:0;pointer-events:none;transition:opacity var(--transition-base);z-index:140;background:#080f1e8c;position:fixed;inset:0}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto}.mobile-nav-panel{background:var(--bg-page);border-left:1px solid var(--border-default);width:min(420px,100%);height:100vh;box-shadow:var(--shadow-lg);padding:var(--space-6);gap:var(--space-8);transition:transform var(--transition-base);z-index:150;flex-direction:column;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-nav-panel.is-open{transform:translate(0)}.mobile-nav-header{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.mobile-nav-close{border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px}.mobile-nav-links{gap:var(--space-3);list-style:none;display:grid}.mobile-nav-link{padding:var(--space-4);border-radius:var(--radius-md);background:var(--bg-surface);color:var(--text-primary);font-size:var(--text-lg);font-weight:var(--weight-medium);display:block}.mobile-nav-links .nav-submenu{margin-top:var(--space-2);box-shadow:none;background:0 0;border:0;padding-inline:0;display:grid;position:static}.mobile-nav-actions{align-items:center;gap:var(--space-3);display:flex}.data-table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.data-table th{font-weight:var(--weight-semibold);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:var(--space-3) var(--space-4);text-align:left;border-bottom:2px solid var(--border-default);background:var(--bg-surface)}.data-table td{padding:var(--space-4);border-bottom:1px solid var(--border-default);color:var(--text-primary);font-variant-numeric:tabular-nums}.form-group{gap:var(--space-2);flex-direction:column;display:flex}.form-label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary)}.form-input,.form-select,.form-textarea{font-size:var(--text-base);color:var(--text-primary);background:var(--bg-surface);border:1.5px solid var(--border-default);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);appearance:none;padding:.6875rem .875rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--brand-light);outline:none}.hero-grid,.feature-grid,.metrics-grid,.contact-grid{gap:var(--space-8);display:grid}.hero-grid,.contact-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center}.feature-grid,.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-copy,.section-copy{gap:var(--space-5);display:grid}.hero-lead{max-width:48rem;font-size:var(--text-xl);line-height:var(--leading-relaxed)}.hero-actions{gap:var(--space-3);margin-block:var(--space-6);flex-wrap:wrap;display:flex}.hero-panel,.contact-panel{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow-md)}.stat-list{gap:var(--space-4);list-style:none;display:grid}.stat-label{display:block}.stat-value{margin-top:var(--space-1);font-size:var(--text-xl);font-weight:var(--weight-semibold);color:var(--text-primary);font-variant-numeric:tabular-nums;display:block}.metric-card{gap:var(--space-2);display:grid}.metric-card p:first-child{font-size:var(--text-sm);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.metric-card p:last-child{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--text-primary);font-variant-numeric:tabular-nums}.contact-form{gap:var(--space-4);display:grid}.site-footer{padding:var(--space-10) var(--container-pad) var(--space-8);background:#fff;border-top:1px solid #0f1c3514}.site-footer-grid{gap:var(--space-8);grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,.8fr));display:grid}.site-footer-brand-col{gap:var(--space-4);display:grid}.site-footer-brand-lockup{align-items:center;gap:var(--space-3);display:inline-flex}.site-footer-brand-icon{flex:none}.site-footer-heading{color:var(--text-primary);font-weight:var(--weight-semibold);margin-bottom:var(--space-3)}.site-footer-links{gap:var(--space-3);list-style:none;display:grid}.site-footer-links a{color:var(--text-secondary)}.site-footer-links a:hover{color:var(--text-primary)}.site-footer-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.site-footer-link-pill{min-height:2.5rem;color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--weight-semibold);background:#f8fafcf0;border:1px solid #0f1c3514;border-radius:999px;justify-content:center;align-items:center;padding:.625rem 1rem;display:inline-flex}.site-footer-link-pill:hover{background:#f1f5f9}.site-footer-bottom{justify-content:space-between;gap:var(--space-4);margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid #0f1c3514;display:flex}.site-footer-brand{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--text-primary)}.site-footer-copy,.site-footer-meta{font-size:var(--text-sm);color:var(--text-secondary)}.site-footer-bottom p{font-size:var(--text-xs);color:var(--text-muted)}.page-hero{padding-top:var(--space-20)}.page-hero-copy,.section-intro,.legal-content{gap:var(--space-4);display:grid}.page-hero-body,.text-inverse-muted{font-size:var(--text-lg);max-width:48rem}.section-intro p{font-size:var(--text-lg);line-height:var(--leading-relaxed);max-width:52rem}.credit-gap-intro p,.how-it-works-intro p{max-width:none;font-size:var(--text-xl);line-height:var(--leading-relaxed)}.text-inverse{color:var(--text-inverse)}.text-inverse-muted{color:#edf2ffd1}.eyebrow-pill{text-transform:uppercase;letter-spacing:.08em;width:fit-content}.hero-section{background:var(--bg-page);position:relative;overflow:hidden}.hero-section:before{content:"";-webkit-mask-composite:source-in;pointer-events:none;-webkit-mask-composite:source-in;-webkit-mask-composite:source-in;background-color:#0000;background-image:linear-gradient(#0f1c350b 1px,#0000 1px),linear-gradient(90deg,#0f1c350b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0,#000 72px),radial-gradient(circle,#000 56%,#0000 100%);mask-image:linear-gradient(#0000 0,#000 72px),radial-gradient(circle,#000 56%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.hero-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#1b4fd829 0 2px,#0000 2.5px) 10% 18%/240px 240px no-repeat,radial-gradient(circle,#1b4fd81f 0 2px,#0000 2.5px) 78% 22%/280px 280px no-repeat,radial-gradient(circle,#1b4fd824 0 2px,#0000 2.5px) 26% 78%/220px 220px no-repeat,radial-gradient(circle,#1b4fd81f 0 2px,#0000 2.5px) 84% 72%/260px 260px no-repeat;animation:16s ease-in-out infinite alternate heroDotsFloat;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0,#000 96px);mask-image:linear-gradient(#0000 0,#000 96px)}.hero-section .container{z-index:1;position:relative}@keyframes heroDotsFloat{0%{opacity:.72;transform:translate(0)}50%{opacity:.92;transform:translate(10px,-8px)}to{opacity:.72;transform:translate(-8px,10px)}}.hero-section .hero-grid{grid-template-columns:minmax(0,1fr)}.hero-copy-core{gap:var(--space-5);max-width:66.666%;display:grid}.hero-title{color:var(--text-primary)}.score-panel{background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow-lg);gap:var(--space-4);display:grid}.score-card-hero{border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow-lg);background:linear-gradient(#fffffff5,#f4f7fcf5);border:1px solid #1b4fd824}.score-card-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.context-score-grid{gap:var(--space-4);display:grid}.context-score-item{gap:var(--space-2);padding:var(--space-4);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:#ffffffd6;display:grid}.context-score-topline{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.context-score-label{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary)}.context-score-value{font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.75rem);font-weight:var(--weight-extrabold);color:var(--brand);letter-spacing:var(--tracking-tight);font-variant-numeric:tabular-nums;line-height:1}.context-score-note{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}.score-risk-band{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--status-low-risk-text);background:var(--status-low-risk-bg);border-radius:var(--radius-full);width:fit-content;padding:3px 10px;display:inline-flex}.score-pod{font-size:var(--text-sm);color:var(--text-muted)}.score-divider{background:var(--border-default);height:1px;margin-block:var(--space-2)}.score-driver-heading,.pricing-tier-label,.pipeline-step,.stat-source,.legal-meta{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.score-drivers-label{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.score-driver-list,.feature-list,.faq-list{gap:var(--space-3);display:grid}.feature-list{list-style:none}.feature-list li:before{content:"→ ";color:var(--brand)}.score-driver-row{justify-content:space-between;align-items:center;gap:var(--space-4);color:var(--text-primary);font-size:var(--text-sm);display:flex}.driver-bar-track{background:var(--border-default);border-radius:2px;flex:1;height:4px;overflow:hidden}.driver-bar-fill{background:var(--brand);border-radius:2px;height:100%}.score-meta{margin-top:var(--space-6);font-size:var(--text-xs);color:var(--text-muted)}.hero-disclaimer,.section-footnote{margin-top:var(--space-3);font-size:var(--text-xs);color:var(--text-muted)}.stats-grid,.pipeline-grid,.pricing-grid{gap:var(--space-6);display:grid}.stats-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{margin-top:var(--space-10)}.bureau-card-grid{gap:var(--space-6);margin-top:var(--space-10);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.bureau-card{gap:var(--space-3);background:#ffffffeb;border:1px solid #0f1c3514;box-shadow:0 10px 24px #0f1c350d}.bureau-card:hover{transform:none;box-shadow:0 10px 24px #0f1c350d}.bureau-card-range{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.bureau-card-copy{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}.bureau-compare-wrap{margin-top:var(--space-8)}.bureau-compare-table th:first-child,.bureau-compare-table td:first-child{width:22%}.institution-wall-section{padding-top:0}.institution-wall{gap:var(--space-6);display:grid}.institution-wall-row{padding-block:.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.institution-wall-track{gap:var(--space-6);width:max-content;animation:54s linear infinite marquee;display:flex}.institution-wall-track-reverse{animation-direction:reverse}.institution-tile{aspect-ratio:1;align-content:center;justify-items:center;gap:var(--space-3);width:clamp(9.5rem,16vw,11.75rem);padding:var(--space-5);background:#fffffff0;border:0;border-radius:2.75rem;flex:none;display:grid;position:relative;box-shadow:0 6px 16px #0f1c350d}.institution-tile-logo{object-fit:contain;opacity:1;filter:grayscale();width:auto;max-width:84%;height:auto;max-height:3.7rem}.institution-tile-logo-cibil{max-width:100%;max-height:5rem}.institution-tile-logo-equifax{max-width:74%;max-height:3rem}.institution-tile-logo-crif{max-width:82%;max-height:2.8rem}.institution-tile-logo-finarkein{max-width:42%;max-height:4.2rem}.institution-tile-logo-gstn{max-width:84%;max-height:3.8rem}.institution-tile-logo-mca21{max-width:72%;max-height:2.8rem}.institution-tile-logo-digilocker{max-width:86%;max-height:3.2rem}.institution-tile-logo-itr{max-width:88%;max-height:3.5rem}.pipeline-grid{margin-top:var(--space-10);grid-template-columns:repeat(5,minmax(0,1fr))}.pipeline-card{align-content:start;gap:var(--space-4);min-height:270px;padding:var(--space-6);background:radial-gradient(circle at 0% 0%, var(--brand), transparent 50%), radial-gradient(circle at 100% 100%, var(--blue-100), transparent 46%), linear-gradient(180deg, var(--bg-page), var(--bg-surface));border:0;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.pipeline-card{background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--brand) 1%, transparent), transparent 50%), radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--blue-100) 55%, transparent), transparent 46%), linear-gradient(180deg, color-mix(in srgb, var(--bg-page) 98%, transparent), color-mix(in srgb, var(--bg-surface) 88%, transparent))}}.pipeline-card{box-shadow:0 14px 30px #0f1c350d}.pipeline-card:hover{transform:none;box-shadow:0 14px 30px #0f1c350d}.pipeline-card-head{min-height:104px;position:relative}.pipeline-card h3{z-index:1;max-width:14ch;margin-bottom:var(--space-3);font-size:var(--text-2xl);line-height:var(--leading-snug);color:var(--brand);padding-top:2.85rem;position:relative}.pipeline-step{font-family:var(--font-heading);font-size:clamp(4.5rem,8vw,5.75rem);font-weight:var(--weight-semibold);letter-spacing:-.04em;text-transform:none;color:var(--text-primary);margin:0;line-height:.88;position:absolute;top:0;left:0}@supports (color:color-mix(in lab, red, red)){.pipeline-step{color:color-mix(in srgb, var(--text-primary) 7%, transparent)}}.pipeline-card-copy{margin-top:var(--space-2);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-secondary)}.differentiators-section{background:radial-gradient(circle at 0 0,#94a3b814,#0000 34%),linear-gradient(#f8fafcf5,#fffffffa);position:relative;overflow:hidden}.differentiators-section:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#fffffff5,#fff0);height:7rem;position:absolute;inset:0 0 auto}.differentiators-section>*{z-index:1;position:relative}.differentiators-intro p{max-width:52rem;font-size:var(--text-xl);line-height:var(--leading-relaxed)}.differentiators-summary-grid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.differentiators-summary-card,.differentiator-card{align-content:start;gap:var(--space-4);background:radial-gradient(circle at 100% 0,#e2e8f0eb,#0000 38%),linear-gradient(#fffffff5,#f8fafcf0);border:1px solid #0f1c3514;min-height:218px;display:grid;box-shadow:0 14px 30px #0f1c350d}.differentiators-summary-card:hover,.differentiator-card:hover{transform:none;box-shadow:0 14px 30px #0f1c350d}.differentiators-summary-label{margin:0}.differentiator-card-head{gap:var(--space-4);display:grid}.differentiator-icon-wrap{width:2.75rem;height:2.75rem;color:var(--slate-700);background:#e2e8f0e6;border-radius:1rem;justify-content:center;align-items:center;display:inline-flex}.differentiator-icon-wrap-summary{background:linear-gradient(135deg,#e2e8f0f2,#f1f5f9fa)}.differentiators-summary-label,.differentiator-card h3{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(1.3rem,1.8vw,1.6rem);line-height:1.15}.differentiators-summary-body,.differentiator-card p{font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-secondary)}.differentiators-grid{gap:var(--space-6);margin-top:var(--space-10);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.differentiators-summary-grid>*,.differentiators-grid>*{height:100%}.integration-section{background:#fff}.integration-intro p{max-width:56rem;font-size:var(--text-xl);line-height:var(--leading-relaxed)}.integration-grid{gap:var(--space-6);margin-top:var(--space-10);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.integration-grid>*{height:100%}.integration-card{align-content:start;gap:var(--space-4);background:#fff;border:1px solid #0f1c3514;min-height:220px;display:grid;box-shadow:0 14px 30px #0f1c350d}.integration-card:hover{transform:none;box-shadow:0 14px 30px #0f1c350d}.integration-card-head{gap:var(--space-4);display:grid}.integration-icon-wrap{width:2.875rem;height:2.875rem;color:var(--slate-700);background:#f1f5f9f5;border-radius:1rem;justify-content:center;align-items:center;display:inline-flex}.integration-card h3{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(1.3rem,1.8vw,1.6rem);line-height:1.15}.integration-card p{font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-secondary)}.integration-note{margin-top:var(--space-8);padding:var(--space-5) var(--space-6);background:#fff;border:1px solid #0f1c3514;border-radius:1.5rem}.integration-note p{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}.stat-card,.module-card,.pricing-card,.testimonial-card,.faq-item{gap:var(--space-4);display:grid}.stat-card{align-content:start;gap:var(--space-4);padding:var(--space-6);background:#ffffffeb;border:0;grid-template-rows:auto minmax(0,1fr) auto;box-shadow:0 10px 24px #0f1c350f}.stat-card:hover{transform:none;box-shadow:0 10px 24px #0f1c350f}.stat-card-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.stat-icon-wrap{background:var(--bg-surface);width:40px;height:40px;color:var(--slate-500);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.stat-number,.pricing-price{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,3.25rem);font-weight:var(--weight-extrabold);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1}.stat-label,.pricing-volume{font-size:var(--text-base);font-weight:var(--weight-semibold);line-height:var(--leading-relaxed);min-height:calc(var(--leading-relaxed) * 3em);letter-spacing:0;text-transform:none;color:var(--text-secondary)}.stat-source{font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.04em;align-self:end}[data-theme=dark] .stat-card{background:linear-gradient(#111c32f5,#182540f0);box-shadow:0 14px 30px #00000038}[data-theme=dark] .stat-card:hover{box-shadow:0 14px 30px #00000038}[data-theme=dark] .stat-icon-wrap{color:var(--text-secondary);background:#ffffff0f}[data-theme=dark] .stat-number{color:var(--text-primary)}[data-theme=dark] .stat-label{color:var(--text-secondary)}[data-theme=dark] .stat-source{color:#a8badab8}[data-theme=dark] .institution-tile{background:#111c32f0;box-shadow:0 8px 20px #0000002e}[data-theme=dark] .institution-tile-logo{filter:grayscale()brightness(1.08)}[data-theme=dark] .differentiators-section{background:radial-gradient(circle at 0 0,#64748b1f,#0000 32%),linear-gradient(#0f172af7,#0f172afc)}[data-theme=dark] .integration-section{background:#0f172afa}[data-theme=dark] .differentiators-section:before{background:linear-gradient(#0f172afa,#0f172a00)}[data-theme=dark] .differentiators-summary-card,[data-theme=dark] .differentiator-card{background:radial-gradient(circle at 100% 0,#47556938,#0000 38%),linear-gradient(#0f172af2,#1e293bf0);border-color:#a8bada1a;box-shadow:0 16px 32px #0003}[data-theme=dark] .differentiators-summary-body,[data-theme=dark] .differentiator-card p{color:var(--text-secondary)}[data-theme=dark] .integration-card,[data-theme=dark] .integration-note{border-color:#a8bada1a;box-shadow:0 16px 32px #0003}[data-theme=dark] .integration-card{background:#0f172af2}[data-theme=dark] .integration-note{background:#0f172ac7}[data-theme=dark] .integration-card h3{color:var(--text-primary)}[data-theme=dark] .integration-card p,[data-theme=dark] .integration-note p{color:var(--text-secondary)}[data-theme=dark] .integration-icon-wrap{color:#e2e8f0eb;background:#4755693d}[data-theme=dark] .differentiators-summary-label,[data-theme=dark] .differentiator-card h3{color:var(--text-primary)}[data-theme=dark] .differentiator-icon-wrap{color:#e2e8f0eb;background:#4755693d}[data-theme=dark] .differentiator-icon-wrap-summary{background:linear-gradient(135deg,#47556947,#64748b2e)}.dark-card{background:#ffffff0a}.marquee-stack{gap:var(--space-4);display:grid;overflow:hidden}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{gap:var(--space-4);width:max-content;animation:28s linear infinite marquee;display:flex}.marquee-track-alt{animation-direction:reverse}.tab-group{gap:var(--space-6);display:grid}.integration-tabs{border-bottom:1px solid var(--border-default);margin-bottom:var(--space-8);flex-wrap:wrap;gap:0;display:flex}.tab-btn{padding:var(--space-4) var(--space-6);color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px}.tab-btn:hover{color:var(--text-primary)}.tab-btn.active{color:var(--brand);border-color:var(--brand)}.tab-panel{margin-top:0;padding-top:0;display:none}.tab-panel.active{gap:var(--space-4);display:grid}.code-block{background:var(--bg-inverse);border:1px solid var(--border-default);color:var(--text-inverse);padding:var(--space-6);border-radius:var(--radius-lg);margin-top:var(--space-6);overflow:auto}.code-block code{white-space:pre;font-family:monospace}.centered-intro{gap:var(--space-4);text-align:center;justify-items:center;display:grid}.centered-actions{justify-content:center}.closer-intro{text-align:left;justify-items:flex-start}.closer-actions{justify-content:flex-start}.closer-section{background:#fff}.closer-panel{background:radial-gradient(circle at 100% 0,#e2e8f0b8,#0000 36%),linear-gradient(#f8fafcf5,#fff);border:1px solid #0f1c3514;border-radius:2rem;padding:clamp(2rem,4vw,3rem);box-shadow:0 18px 40px #0f1c350f}.closer-intro h2{max-width:none;color:var(--text-primary)}.closer-copy{max-width:44rem;font-size:var(--text-xl);line-height:var(--leading-relaxed);color:var(--text-secondary)}.testimonial-card{background:var(--bg-surface-2);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-8);position:relative}.testimonial-card:before{content:"“";font-family:var(--font-heading);font-size:64px;font-weight:var(--weight-extrabold);color:var(--brand);opacity:.35;line-height:1;position:absolute;top:12px;left:20px}.testimonial-quote{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-relaxed);color:var(--text-primary);padding-top:var(--space-8);margin-bottom:var(--space-6)}.testimonial-attribution{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-muted)}.compliance-section{background:radial-gradient(circle at 0 0,#e2e8f0a3,#0000 32%),linear-gradient(#f8fafceb,#fffffffa)}.compliance-intro p{max-width:56rem;font-size:var(--text-xl);line-height:var(--leading-relaxed)}.compliance-card-grid{gap:var(--space-6);margin-top:var(--space-10);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.compliance-card-grid>*{height:100%}.compliance-card{align-content:start;gap:var(--space-4);background:#fffffff5;border:1px solid #0f1c3514;min-height:220px;display:grid;box-shadow:0 14px 30px #0f1c350d}.compliance-card:hover{transform:none;box-shadow:0 14px 30px #0f1c350d}.compliance-card-head{gap:var(--space-4);display:grid}.compliance-icon-wrap{width:2.75rem;height:2.75rem;color:var(--slate-700);background:#f1f5f9f5;border-radius:1rem;justify-content:center;align-items:center;display:inline-flex}.compliance-card h3{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(1.3rem,1.8vw,1.6rem);line-height:1.15}.compliance-card p{font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-secondary)}.compliance-checklist-wrap{margin-top:var(--space-8);padding:var(--space-6);background:#ffffffe0;border:1px solid #0f1c3514;border-radius:1.75rem}.compliance-checklist-title{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);display:flex}.compliance-checklist-title .compliance-icon-wrap{border-radius:.875rem;width:2.25rem;height:2.25rem}.compliance-checklist-title p{font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:.02em;color:var(--text-primary)}.compliance-checklist{gap:var(--space-4) var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;display:grid}.compliance-checklist li{align-items:flex-start;gap:var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);line-height:var(--leading-normal);display:flex}.compliance-checklist li:before{content:"✓";color:var(--brand);font-weight:var(--weight-bold);flex-shrink:0;margin-top:1px}[data-theme=dark] .compliance-section{background:radial-gradient(circle at 0 0,#47556929,#0000 32%),linear-gradient(#0f172af7,#0f172afc)}[data-theme=dark] .compliance-card,[data-theme=dark] .compliance-checklist-wrap{background:#0f172af0;border-color:#a8bada1a;box-shadow:0 16px 32px #0003}[data-theme=dark] .compliance-card h3,[data-theme=dark] .compliance-checklist-title p,[data-theme=dark] .compliance-checklist li{color:var(--text-primary)}[data-theme=dark] .compliance-card p{color:var(--text-secondary)}[data-theme=dark] .compliance-icon-wrap{color:#e2e8f0eb;background:#4755693d}.pricing-card{flex-direction:column;display:flex}.pricing-card.featured{border:2px solid var(--brand)}.pricing-tier-head{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.pricing-divider{background:var(--border-default);height:1px}.pricing-features{gap:var(--space-3);margin-bottom:var(--space-8);flex-direction:column;flex:1;list-style:none;display:flex}.pricing-features li{font-size:var(--text-sm);color:var(--text-secondary);align-items:flex-start;gap:var(--space-2);line-height:var(--leading-normal);display:flex}.pricing-features li:before{content:"→";color:var(--brand);flex-shrink:0}.pricing-card .btn{justify-content:center;width:100%;margin-top:auto}.legal-shell{padding-top:0}.legal-content h2{margin-top:var(--space-8)}@media (max-width:1023px){.compliance-card-grid,.integration-grid,.differentiators-summary-grid,.differentiators-grid,.feature-grid,.metrics-grid,.site-footer-grid,.stats-grid,.pricing-grid,.pipeline-grid{grid-template-columns:1fr}}@media (max-width:767px){.section{padding-block:var(--space-16)}.section-sm{padding-block:var(--space-12)}.grid-2,.grid-3,.hero-grid,.contact-grid,.compliance-grid,.bureau-card-grid,.compliance-checklist{grid-template-columns:1fr}.compliance-checklist-wrap,.integration-note,.differentiators-summary-card{padding:var(--space-5)}.institution-wall{gap:var(--space-5)}.institution-wall-track{gap:var(--space-5);animation-duration:40s}.institution-tile{border-radius:2.25rem;width:clamp(8rem,38vw,9.5rem)}.hero-copy-core{max-width:100%}.nav-links,.nav-cta,.navs-menu-site{display:none}.menu-toggle{display:inline-flex}.closer-intro h2{max-width:18ch}.site-footer-bottom,.mobile-nav-actions{flex-direction:column;align-items:flex-start}}
