:root{--font: "Inter", system-ui, -apple-system, sans-serif;--bg: #f1f5f9;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--border-focus: #3b82f6;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-600: #2563eb;--blue-700: #1d4ed8;--green-50: #f0fdf4;--green-100: #dcfce7;--green-700: #15803d;--green-800: #166534;--red-50: #fff1f2;--red-100: #fee2e2;--red-700: #b91c1c;--red-800: #991b1b;--amber-50: #fffbeb;--amber-100: #fef3c7;--amber-700: #b45309;--amber-800: #92400e;--shadow-sm: 0 1px 2px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.1);--shadow: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.06);--radius: 10px;--radius-sm: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.header{background:#0f172a;color:#f8fafc;padding:0 2rem;height:60px;display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:100}.header-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0}.header-title{font-size:1rem;font-weight:700;letter-spacing:-.01em}.header-sub{font-size:.75rem;color:#94a3b8;margin-left:.25rem}.header-badge{margin-left:auto;background:#1e3a5f;border:1px solid #1d4ed8;color:#93c5fd;font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:999px;letter-spacing:.04em}.main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.two-col{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;align-items:start}@media (max-width: 860px){.two-col{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-header{padding:1rem 1.25rem .875rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.5rem}.card-header h2{font-size:.9rem;font-weight:600;color:var(--text-primary)}.card-icon{width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:12px}.card-icon.blue{background:var(--blue-100);color:var(--blue-600)}.card-icon.green{background:var(--green-100);color:var(--green-700)}.card-icon.slate{background:#f1f5f9;color:#475569}.card-body{padding:1.25rem}.form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group.full{grid-column:1 / -1}label{font-size:.75rem;font-weight:500;color:var(--text-secondary);letter-spacing:.01em}label .required{color:#ef4444;margin-left:2px}input[type=text],input[type=number],input[type=month],select{height:36px;padding:0 .625rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-family:var(--font);color:var(--text-primary);background:var(--surface);outline:none;transition:border-color .15s,box-shadow .15s;width:100%}input:focus,select:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #3b82f619}select{cursor:pointer}input::placeholder{color:var(--text-muted)}.field-hint{font-size:.7rem;color:var(--text-muted);line-height:1.4}.section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.25rem 0;border-bottom:1px solid var(--border);margin-bottom:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:38px;padding:0 1.25rem;border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--blue-600);color:#fff;width:100%}.btn-primary:hover{background:var(--blue-700)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.verdict-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.03em}.verdict-matches{background:var(--green-100);color:var(--green-800)}.verdict-discrepancy_found{background:var(--red-100);color:var(--red-800)}.verdict-unable_to_verify{background:var(--amber-100);color:var(--amber-800)}.result-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;color:var(--text-muted);text-align:center}.result-empty-icon{font-size:2.5rem;opacity:.4}.result-empty p{font-size:.875rem}.result-summary{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:1.25rem}.result-metric{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem .875rem}.result-metric-label{font-size:.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.result-metric-value{font-size:1.2rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.result-metric-value.green{color:var(--green-700)}.result-metric-value.red{color:var(--red-700)}.result-metric-value.amber{color:var(--amber-700)}.result-section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:1.25rem 0 .5rem}.breakdown-text{font-size:.78rem;font-family:SF Mono,Fira Code,monospace;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.625rem .75rem;line-height:1.6;word-break:break-word}.adj-table{width:100%;border-collapse:collapse;font-size:.8rem}.adj-table th{text-align:left;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:0 .5rem .4rem}.adj-table td{padding:.35rem .5rem;color:var(--text-secondary);border-top:1px solid var(--border);vertical-align:top}.adj-table td:last-child{text-align:right;font-variant-numeric:tabular-nums}.adj-table .formula-cell{font-family:SF Mono,Fira Code,monospace;font-size:.72rem;color:var(--text-muted);line-height:1.5}.caveat-list{list-style:none;display:flex;flex-direction:column;gap:.375rem}.caveat-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;color:var(--amber-700);background:var(--amber-50);border:1px solid #fcd34d;border-radius:var(--radius-sm);padding:.5rem .625rem;line-height:1.5}.caveat-dot{flex-shrink:0;margin-top:3px}.citation-box{font-size:.75rem;color:var(--text-secondary);background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius-sm);padding:.5rem .75rem;line-height:1.5}.citation-confidence{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:999px;margin-bottom:.375rem}.confidence-high{background:var(--green-100);color:var(--green-800)}.confidence-medium{background:var(--amber-100);color:var(--amber-800)}.confidence-low{background:var(--red-100);color:var(--red-800)}.charges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.875rem}.charge-item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .625rem}.charge-item-label{font-size:.68rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.charge-item-value{font-size:.95rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums;margin-top:2px}.history-table{width:100%;border-collapse:collapse;font-size:.83rem}.history-table th{text-align:left;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:.5rem .875rem;background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}.history-table td{padding:.625rem .875rem;border-bottom:1px solid var(--border);color:var(--text-secondary);white-space:nowrap}.history-table tr:last-child td{border-bottom:none}.history-table tr:hover td{background:var(--surface-2)}.history-table .mono{font-family:SF Mono,Fira Code,monospace;font-size:.8rem;font-variant-numeric:tabular-nums}.history-table .delta-pos{color:var(--red-700)}.history-table .delta-neg{color:var(--green-700)}.history-table .delta-zero{color:var(--text-muted)}.history-empty{text-align:center;padding:2.5rem;color:var(--text-muted);font-size:.875rem}.error-banner{background:var(--red-100);border:1px solid #fca5a5;border-radius:var(--radius-sm);padding:.625rem .875rem;font-size:.8rem;color:var(--red-700)}.success-banner{background:var(--green-100);border:1px solid #86efac;border-radius:var(--radius-sm);padding:.625rem .875rem;font-size:.8rem;color:var(--green-700)}.upload-section{margin-bottom:1.25rem}.upload-dropzone{border:2px dashed var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;background:var(--surface-2);-webkit-user-select:none;user-select:none;outline:none}.upload-dropzone:hover,.upload-dropzone:focus{border-color:var(--border-focus);background:var(--blue-50)}.upload-dropzone.drag-over{border-color:var(--blue-600);background:var(--blue-50)}.upload-dropzone.extracting{cursor:default;opacity:.7}.upload-idle{display:flex;flex-direction:column;align-items:center;gap:.375rem}.upload-icon{font-size:1.5rem;line-height:1}.upload-label{font-size:.875rem;color:var(--text-secondary)}.upload-link{color:var(--blue-600);text-decoration:underline}.upload-hint{font-size:.75rem;color:var(--text-muted)}.upload-extracting{display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:.875rem;color:var(--text-secondary)}.login-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e3a5f);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 60px #0000004d;padding:2rem;width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.login-brand{display:flex;align-items:center;gap:.75rem}.login-logo{width:48px;height:48px;object-fit:contain;flex-shrink:0}.login-title{font-size:1.15rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.login-subtitle{font-size:.78rem;color:var(--text-muted)}.login-tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--bg);border-radius:var(--radius-sm);padding:3px;gap:2px}.login-tab{height:34px;border:none;background:transparent;border-radius:4px;font-size:.83rem;font-weight:500;font-family:var(--font);color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.login-tab.active{background:var(--surface);color:var(--text-primary);font-weight:600;box-shadow:var(--shadow-sm)}.login-success{text-align:center;padding:1rem 0}.login-success-icon{width:40px;height:40px;background:var(--green-100);color:var(--green-700);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto .75rem}.login-success p{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.login-footer{font-size:.73rem;color:var(--text-muted);text-align:center;border-top:1px solid var(--border);padding-top:1rem;margin:0}.header-user{margin-left:auto;display:flex;align-items:center;gap:.625rem}.header-user-email{font-size:.75rem;color:#94a3b8;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-ghost{height:30px;padding:0 .75rem;border:1px solid #334155;background:transparent;color:#94a3b8;border-radius:5px;font-size:.75rem;font-weight:500;font-family:var(--font);cursor:pointer;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:#475569;color:#cbd5e1}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.scope-section{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.25rem}.scope-group{display:flex;flex-direction:column;gap:.25rem}.scope-group-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.2rem}.scope-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;padding:.3rem .5rem;border-radius:var(--radius-sm);line-height:1.4}.scope-icon{flex-shrink:0;font-size:.7rem;margin-top:2px;width:14px;text-align:center;font-weight:700}.scope-label{color:var(--text-secondary)}.scope-note{font-size:.68rem;color:var(--text-muted);margin-top:1px;line-height:1.4}.scope-verified{background:var(--green-50)}.scope-verified .scope-icon{color:var(--green-700)}.scope-passthrough{background:var(--amber-50)}.scope-passthrough .scope-icon{color:var(--amber-700)}.scope-not-verified{background:var(--surface-2)}.scope-not-verified .scope-icon{color:var(--text-muted)}.scope-stale-rate{background:#fff7ed}.scope-stale-rate .scope-icon{color:#c2410c;font-style:normal}.citation-snapshot-badge{display:inline-flex;align-items:center;font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:999px;letter-spacing:.02em}.snapshot-exact{background:var(--green-100);color:var(--green-800)}.snapshot-approximate{background:#ffedd5;color:#c2410c}.next-steps{border-radius:var(--radius-sm);padding:.875rem 1rem;margin-top:.25rem}.next-steps-overcharge{background:var(--red-50);border:1px solid #fca5a5}.next-steps-undercharge{background:var(--blue-50);border:1px solid var(--blue-100)}.next-steps-heading{font-size:.8rem;font-weight:700;margin-bottom:.625rem;color:var(--text-primary)}.next-steps-list{padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.next-steps-list li{font-size:.78rem;color:var(--text-secondary);line-height:1.5}.next-steps-note{font-size:.78rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.75rem}.next-steps-disclaimer{font-size:.68rem;color:var(--text-muted);border-top:1px solid rgba(0,0,0,.06);padding-top:.5rem;line-height:1.5;margin-top:.125rem}.citation-disclaimer{font-size:.68rem;color:var(--text-muted);line-height:1.5;border-top:1px solid var(--blue-100);padding-top:.375rem}.hp-root{--hp-brand: #0E7C7B;--hp-brand-d: #0a5c5b;--hp-slate-50: #f8fafc;--hp-slate-100:#f1f5f9;--hp-slate-200:#e2e8f0;--hp-slate-400:#94a3b8;--hp-slate-500:#64748b;--hp-slate-600:#475569;--hp-slate-700:#334155;--hp-slate-800:#1e293b;--hp-slate-900:#0f172a;--hp-blue-500: #3b82f6;--hp-amber-500:#f59e0b;--hp-teal-500: #14b8a6;background:#fff;color:var(--hp-slate-900);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.hp-nav{position:sticky;top:0;z-index:200;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--hp-slate-200);transition:box-shadow .2s}.hp-nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;gap:2rem}.hp-nav-brand{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.hp-nav-logo{width:30px;height:30px;object-fit:contain}.hp-nav-name{font-size:1rem;font-weight:700;color:var(--hp-slate-900);letter-spacing:-.01em}.hp-nav-links{display:flex;gap:1.75rem;margin-left:1rem}.hp-nav-link{font-size:.875rem;font-weight:500;color:var(--hp-slate-600);text-decoration:none;transition:color .15s}.hp-nav-link:hover{color:var(--hp-slate-900)}.hp-btn-nav{margin-left:auto;height:38px;padding:0 1.25rem;background:var(--hp-brand);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;flex-shrink:0}.hp-btn-nav:hover{background:var(--hp-brand-d)}.hp-btn-nav:active{transform:scale(.97)}.hp-hero{padding:5rem 1.5rem 4rem;background:linear-gradient(160deg,#f8fafc,#eff6ff,#f0fdf4)}.hp-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:center}.hp-hero-text{display:flex;flex-direction:column;gap:1.25rem}.hp-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hp-brand);background:#f0fdf4;border:1px solid #bbf7d0;padding:4px 12px;border-radius:999px;width:fit-content}.hp-headline{font-size:clamp(2rem,4vw,2.875rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:var(--hp-slate-900)}.hp-headline-accent{color:var(--hp-brand)}.hp-subheadline{font-size:1.0625rem;color:var(--hp-slate-600);line-height:1.65;max-width:580px}.hp-hero-cta{display:flex;flex-direction:column;gap:.5rem}.hp-btn-primary{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 2rem;background:var(--hp-brand);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,transform .12s,box-shadow .15s;box-shadow:0 4px 14px #0e7c7b47;width:fit-content}.hp-btn-primary:hover{background:var(--hp-brand-d);box-shadow:0 6px 20px #0e7c7b5c;transform:translateY(-1px)}.hp-btn-primary:active{transform:scale(.98)}.hp-btn-large{height:58px;font-size:1.0625rem;padding:0 2.5rem}.hp-microcopy{font-size:.78rem;color:var(--hp-slate-500)}.hp-trust-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.hp-trust-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;color:var(--hp-slate-600);background:#fff;border:1px solid var(--hp-slate-200);border-radius:999px;padding:4px 12px}.hp-trust-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hp-trust-dot.green{background:#22c55e}.hp-trust-dot.blue{background:#3b82f6}.hp-trust-dot.teal{background:#14b8a6}.hp-hero-visual{display:flex;align-items:center;justify-content:center}.hp-section{padding:5rem 1.5rem}.hp-section-alt{background:var(--hp-slate-50)}.hp-section-inner{max-width:1200px;margin:0 auto}.hp-section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem;display:flex;flex-direction:column;gap:.75rem}.hp-section-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hp-brand)}.hp-section-title{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:800;line-height:1.2;letter-spacing:-.025em;color:var(--hp-slate-900)}.hp-section-sub{font-size:1rem;color:var(--hp-slate-600);line-height:1.6}.hp-steps{display:flex;align-items:flex-start;gap:0}.hp-step{flex:1;display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;background:#fff;border:1px solid var(--hp-slate-200);border-radius:14px;position:relative;transition:box-shadow .2s,transform .2s}.hp-step:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.hp-step-connector{width:3rem;flex-shrink:0;align-self:center;height:2px;background:linear-gradient(90deg,var(--hp-slate-200) 0%,var(--hp-slate-300, #cbd5e1) 100%);position:relative;margin-top:-1rem}.hp-step-connector:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #cbd5e1;border-top:5px solid transparent;border-bottom:5px solid transparent}.hp-step-number{font-size:.7rem;font-weight:800;letter-spacing:.08em;color:var(--hp-slate-400)}.hp-step-content{display:flex;flex-direction:column;gap:.75rem}.hp-step-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.hp-step-icon-wrap.blue{background:#eff6ff;color:#2563eb}.hp-step-icon-wrap.teal{background:#f0fdfa;color:#0d9488}.hp-step-icon-wrap.amber{background:#fffbeb;color:#d97706}.hp-step-title{font-size:1rem;font-weight:700;color:var(--hp-slate-900);letter-spacing:-.01em}.hp-step-body{font-size:.875rem;color:var(--hp-slate-600);line-height:1.65}.hp-audit-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hp-audit-visual{display:flex;align-items:center;justify-content:center}.hp-audit-text{display:flex;flex-direction:column;gap:.875rem}.hp-audit-body{font-size:.9375rem;color:var(--hp-slate-600);line-height:1.7}.hp-audit-body em{font-style:italic;color:var(--hp-slate-700)}.hp-audit-checks{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.hp-audit-check{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--hp-slate-700);font-weight:500}.hp-audit-check svg{color:var(--hp-brand);flex-shrink:0;margin-top:1px}.hp-ratewatch-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hp-ratewatch-text{display:flex;flex-direction:column;gap:1rem}.hp-ratewatch-visual{display:flex;align-items:center;justify-content:center}.hp-ratewatch-stats{display:flex;gap:2rem;margin-top:.5rem}.hp-stat{display:flex;flex-direction:column;gap:.2rem}.hp-stat-value{font-size:1.5rem;font-weight:800;color:var(--hp-slate-900);letter-spacing:-.03em;line-height:1}.hp-stat-label{font-size:.75rem;color:var(--hp-slate-500)}.hp-security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-security-card{background:#fff;border:1px solid var(--hp-slate-200);border-radius:14px;padding:2rem;display:flex;flex-direction:column;gap:.875rem;transition:box-shadow .2s,transform .2s}.hp-security-card:hover{box-shadow:0 8px 24px #00000012;transform:translateY(-2px)}.hp-security-icon{width:52px;height:52px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#16a34a}.hp-security-title{font-size:1rem;font-weight:700;color:var(--hp-slate-900)}.hp-security-body{font-size:.875rem;color:var(--hp-slate-600);line-height:1.65}.hp-cta-section{background:linear-gradient(135deg,var(--hp-slate-900) 0%,#0d3d3d 100%);padding:5rem 1.5rem}.hp-cta-inner{max-width:680px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.hp-cta-headline{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:#fff;line-height:1.15}.hp-cta-sub{font-size:1rem;color:#94a3b8;line-height:1.6;max-width:500px}.hp-cta-inner .hp-btn-primary{margin-top:.5rem;box-shadow:0 4px 24px #0e7c7b73}.hp-cta-note{font-size:.78rem;color:#64748b}.hp-footer{background:var(--hp-slate-900);padding:2.5rem 1.5rem;border-top:1px solid var(--hp-slate-800)}.hp-footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.hp-footer-brand{display:flex;align-items:center;gap:.5rem}.hp-footer-note{font-size:.78rem;color:#64748b;line-height:1.6;max-width:560px}.hp-footer-copy{font-size:.75rem;color:#475569}@media (max-width: 1024px){.hp-hero-inner{grid-template-columns:1fr}.hp-hero-visual{display:none}.hp-audit-inner,.hp-ratewatch-inner{grid-template-columns:1fr;gap:2.5rem}.hp-audit-visual{order:-1}.hp-security-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hp-nav-links{display:none}.hp-steps{flex-direction:column;gap:1rem}.hp-step-connector{display:none}.hp-section{padding:3.5rem 1.25rem}.hp-hero{padding:3.5rem 1.25rem 2.5rem}.hp-security-grid{grid-template-columns:1fr}.hp-ratewatch-stats{gap:1.25rem}}@media (max-width: 480px){.hp-trust-row{gap:.375rem}.hp-cta-section{padding:3.5rem 1.25rem}}
