:root{--navy:#0b1830;--navy-2:#132746;--blue:#2563eb;--blue-2:#1d4ed8;--cyan:#0ea5e9;--ink:#172033;--muted:#60708a;--line:#dbe4f0;--surface:#fff;--soft:#f4f7fb;--success:#15803d;--warning:#b45309;--danger:#b91c1c;--shadow:0 22px 60px rgba(15,38,73,.12);--radius:20px;--shell:1180px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
html[data-theme=dark]{--ink:#eaf0fa;--muted:#a7b4c8;--line:#293a54;--surface:#111d31;--soft:#0b1628;--navy:#f4f7fb;--navy-2:#dbe7f8;--shadow:0 22px 60px rgba(0,0,0,.3);color-scheme:dark}
.hc-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--ink);font-size:16px;line-height:1.65}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.hc-shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;left:16px;top:-80px;background:var(--blue);color:#fff;padding:10px 16px;border-radius:8px}.skip-link:focus{top:16px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}.hc-lucide{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hc-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.hc-nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.hc-brand{display:flex;align-items:center;gap:11px;color:var(--navy)}.hc-brand-mark{width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--blue),var(--cyan));display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 8px 18px rgba(37,99,235,.25)}.hc-brand strong,.hc-brand small{display:block;line-height:1.2}.hc-brand small{margin-top:3px;color:var(--muted);font-size:11px;font-weight:600}.hc-nav{display:flex;align-items:center;gap:25px}.hc-nav>a,.hc-nav-button{color:var(--muted);font-size:14px;font-weight:700;background:none;border:0;padding:8px 0;cursor:pointer}.hc-nav>a:hover,.hc-nav-button:hover{color:var(--blue)}.hc-theme{width:38px;height:38px;border:1px solid var(--line);background:var(--surface);border-radius:12px;color:var(--ink);cursor:pointer}.hc-menu-toggle{display:none;background:transparent;border:0;color:var(--ink);font-size:24px}
.hc-button,.hc-button-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:13px 20px;background:var(--blue);color:#fff!important;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(37,99,235,.22);transition:transform .18s ease,background .18s ease}.hc-button:hover{background:var(--blue-2);transform:translateY(-1px)}.hc-button-sm{padding:9px 15px!important;font-size:13px!important}.hc-button-block{width:100%}.hc-button-secondary{background:var(--surface);color:var(--blue)!important;border:1px solid var(--line);box-shadow:none}.hc-button-light{background:#fff;color:#153361!important}.hc-button-danger{background:var(--danger)}button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.hc-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:12px;line-height:1.3;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hc-eyebrow:before{content:"";width:22px;height:2px;background:currentColor;border-radius:99px}
.hc-nav>a.hc-button{background:var(--blue)}.hc-nav>a.hc-button:hover{background:var(--blue-2);color:#fff}
.hc-hero{position:relative;overflow:hidden;padding:92px 0 84px;background:radial-gradient(circle at 82% 15%,rgba(14,165,233,.15),transparent 28%),radial-gradient(circle at 10% 90%,rgba(37,99,235,.09),transparent 26%),var(--surface)}.hc-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.04) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent);pointer-events:none}.hc-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:center}.hc-hero h1{max-width:760px;margin:17px 0 22px;color:var(--navy);font-size:clamp(44px,5.3vw,76px);line-height:1.02;letter-spacing:-.052em}.hc-hero-copy>p{max-width:650px;margin:0;color:var(--muted);font-size:19px}.hc-hero-form{margin-top:34px}.hc-hero-form>label,.hc-audit-form>label,.hc-form-stack label,.hc-audit-form label{display:block;margin-bottom:8px;color:var(--navy);font-size:13px;font-weight:800}.hc-hero-form>div{display:flex;padding:7px;border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:var(--shadow)}.hc-hero-form input{min-width:0;flex:1;border:0;background:transparent;color:var(--ink);padding:12px 14px;outline:0}.hc-hero-form small,.hc-audit-form small,.hc-form-stack small{display:block;margin-top:9px;color:var(--muted);font-size:12px}.hc-hero-actions{display:flex;align-items:center;gap:24px;margin-top:22px;color:var(--muted);font-size:13px;font-weight:700}.hc-hero-actions a{color:var(--blue)}
.hc-preview{position:relative;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 35px 90px rgba(18,47,91,.18);transform:rotate(1.2deg);overflow:hidden}.hc-preview:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(37,99,235,.35),transparent 30%);pointer-events:none}.hc-preview-bar{height:48px;display:flex;align-items:center;gap:7px;padding:0 16px;background:var(--soft);border-bottom:1px solid var(--line)}.hc-preview-bar>span{width:8px;height:8px;background:#cbd5e1;border-radius:50%}.hc-preview-bar small{margin-left:auto;color:var(--muted);font-weight:700}.hc-preview-body{display:grid;grid-template-columns:145px 1fr;align-items:center;gap:27px;padding:32px}.hc-score-ring{--score:0;width:138px;aspect-ratio:1;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle closest-side,var(--surface) 76%,transparent 77% 99%),conic-gradient(var(--blue) calc(var(--score)*1%),var(--line) 0);box-shadow:inset 0 0 0 1px var(--line)}.hc-score-ring strong{display:block;color:var(--navy);font-size:42px;line-height:1}.hc-score-ring small{color:var(--muted);font-weight:700}.hc-score-empty{background:var(--soft)}.hc-mini-bars>div{display:grid;grid-template-columns:1fr auto;gap:3px 10px;margin-bottom:14px;font-size:12px}.hc-mini-bars b{color:var(--navy)}.hc-mini-bars i,.hc-category-grid i{grid-column:1/-1;height:7px;border-radius:999px;background:var(--soft);overflow:hidden}.hc-mini-bars em,.hc-category-grid em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan))}.hc-preview-note{margin:0 20px 22px;padding:16px;border:1px solid rgba(37,99,235,.16);border-radius:14px;background:rgba(37,99,235,.05)}.hc-preview-note span{color:var(--blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.hc-preview-note p{margin:5px 0 0;color:var(--navy);font-size:13px;font-weight:700}
.hc-trust-strip{border-block:1px solid var(--line);background:var(--soft)}.hc-trust-strip>div{display:flex;justify-content:center;gap:58px;padding:19px 0;color:var(--muted);font-size:12px;font-weight:800}.hc-trust-strip span:not(:first-child):before{content:"✓";margin-right:7px;color:var(--success)}.hc-section{padding:95px 0}.hc-section-tight{padding:55px 0 85px}.hc-section-soft{background:var(--soft)}.hc-section-heading{max-width:650px;margin-bottom:42px}.hc-section-heading h2,.hc-final-cta h2{margin:12px 0 13px;color:var(--navy);font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em}.hc-section-heading p{margin:0;color:var(--muted);font-size:17px}.hc-center{margin-inline:auto;text-align:center}.hc-card-grid{display:grid;gap:20px}.hc-card-grid-3{grid-template-columns:repeat(3,1fr)}.hc-feature-card,.hc-quote,.hc-price-card,.hc-panel{margin:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:28px;box-shadow:0 10px 30px rgba(25,51,91,.05)}.hc-feature-card h3,.hc-panel h3,.hc-price-card h3{margin:17px 0 8px;color:var(--navy);font-size:19px}.hc-feature-card p,.hc-panel p,.hc-price-card p{margin:0;color:var(--muted)}.hc-feature-icon{width:40px;height:40px;border-radius:12px;background:rgba(37,99,235,.1);color:var(--blue);display:grid;place-items:center;font-weight:900}.hc-process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.hc-steps{list-style:none;margin:0;padding:0}.hc-steps li{display:flex;gap:22px;padding:25px 0;border-bottom:1px solid var(--line)}.hc-steps li:first-child{padding-top:0}.hc-steps li>span{flex:0 0 48px;color:var(--blue);font-size:12px;font-weight:900}.hc-steps h3{margin:0 0 5px;color:var(--navy)}.hc-steps p{margin:0;color:var(--muted)}.hc-quote p{margin:0 0 24px;color:var(--navy);font-size:16px;font-weight:650}.hc-quote footer strong,.hc-quote footer span{display:block}.hc-quote footer span{color:var(--muted);font-size:13px}.hc-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.hc-price-card{display:flex;flex-direction:column}.hc-price-card>span{align-self:flex-start;padding:5px 9px;border-radius:99px;background:var(--soft);color:var(--blue);font-size:10px;font-weight:900;text-transform:uppercase}.hc-price-card h3{font-size:25px}.hc-price-card ul{list-style:none;margin:18px 0 25px;padding:0}.hc-price-card li{padding:7px 0;color:var(--muted)}.hc-price-card li:before{content:"✓";margin-right:8px;color:var(--success)}.hc-price-card .hc-button{margin-top:auto}.hc-price{color:var(--navy)!important;font-size:38px;font-weight:900}.hc-price-featured{border-color:var(--blue);box-shadow:0 24px 50px rgba(37,99,235,.14)}.hc-price-card>button{margin-top:auto;border:1px solid var(--line);border-radius:12px;background:var(--soft);padding:13px}.hc-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.hc-faq-list details{border-bottom:1px solid var(--line);padding:21px 0}.hc-faq-list summary{cursor:pointer;color:var(--navy);font-weight:850}.hc-faq-list p{color:var(--muted)}.hc-final-cta{padding:90px 0;text-align:center;background:linear-gradient(135deg,#0c2350,#1749a2);color:#fff}.hc-final-cta .hc-eyebrow{color:#93c5fd}.hc-final-cta h2{max-width:760px;margin:15px auto 28px;color:#fff}
.hc-page-head{padding:62px 0 45px;background:linear-gradient(180deg,var(--soft),var(--surface));border-bottom:1px solid var(--line)}.hc-page-head h1{margin:10px 0 8px;color:var(--navy);font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em}.hc-page-head p{margin:0;color:var(--muted)}.hc-page-head-row,.hc-report-top,.hc-report-actions,.hc-report-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.hc-alert{margin-top:20px;padding:14px 17px;border:1px solid var(--line);border-radius:12px;background:var(--soft);color:var(--ink)}.hc-alert-success{border-color:#86efac;background:#f0fdf4;color:#166534}.hc-alert-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.hc-badge,.hc-status,.hc-severity{display:inline-flex;align-items:center;border-radius:99px;padding:5px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.hc-badge-warning{background:#fff7ed;color:var(--warning)}.hc-badge-danger{background:#fef2f2;color:var(--danger)}.hc-status{background:var(--soft);color:var(--muted)}.hc-status-completed{background:#ecfdf5;color:var(--success)}.hc-status-failed{background:#fef2f2;color:var(--danger)}.hc-status-processing,.hc-status-queued{background:#eff6ff;color:var(--blue)}
.hc-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:50px}.hc-stat-row article{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:22px}.hc-stat-row span,.hc-stat-row small{display:block;color:var(--muted);font-size:12px}.hc-stat-row strong{display:block;margin:4px 0;color:var(--navy);font-size:31px}.hc-audit-list{margin-top:18px;border:1px solid var(--line);border-radius:18px;overflow:hidden}.hc-audit-list>a{display:grid;grid-template-columns:1fr auto 110px;gap:24px;align-items:center;padding:21px 24px;border-bottom:1px solid var(--line);background:var(--surface)}.hc-audit-list>a:last-child{border-bottom:0}.hc-audit-list>a:hover{background:var(--soft)}.hc-audit-list h3{margin:5px 0 0;color:var(--navy)}.hc-audit-list p{margin:0;color:var(--muted);font-size:12px;word-break:break-all}.hc-audit-list time{color:var(--muted);font-size:12px}.hc-audit-score strong{color:var(--navy);font-size:29px}.hc-audit-score small{color:var(--muted)}.hc-empty{text-align:center;padding:55px;border:1px dashed var(--line);border-radius:18px;background:var(--soft)}.hc-empty h2{margin:0;color:var(--navy)}.hc-empty p{color:var(--muted)}
.hc-form-shell{max-width:780px}.hc-tabs{display:flex;gap:8px;margin-bottom:18px;padding:5px;border:1px solid var(--line);border-radius:13px;background:var(--soft)}.hc-tabs button{flex:1;border:0;border-radius:9px;background:transparent;color:var(--muted);padding:11px;font-weight:800;cursor:pointer}.hc-tabs button.active{background:var(--surface);color:var(--blue);box-shadow:0 4px 13px rgba(20,47,87,.09)}.hc-audit-form,.hc-auth-card{border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:32px;box-shadow:var(--shadow)}.hc-audit-form input,.hc-form-stack input{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);padding:12px 13px}.hc-form-grid{display:grid;grid-template-columns:2fr 1fr .7fr;gap:15px}.hc-audit-form>[data-target-panel]{margin-bottom:24px}.hc-checkbox{display:flex!important;align-items:flex-start;gap:9px;margin:20px 0!important;color:var(--muted)!important;font-weight:600!important}.hc-checkbox input{width:auto!important;margin:4px 0 0!important}.hc-place-results{display:grid;gap:9px;margin-top:14px}.hc-place-option{display:block;width:100%;text-align:left;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:13px;color:var(--ink);cursor:pointer}.hc-place-option:hover,.hc-place-option.selected{border-color:var(--blue);background:rgba(37,99,235,.06)}.hc-place-option strong,.hc-place-option span{display:block}.hc-place-option span{color:var(--muted);font-size:12px}.hc-form-message,.hc-google-attribution{color:var(--muted);font-size:12px}.hc-google-attribution strong{color:#4285f4}.hc-form-stack{display:grid;gap:15px}.hc-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hc-settings-grid .hc-panel-danger{grid-column:1/-1;border-color:#fecaca}.hc-auth{min-height:70vh;display:grid;place-items:center;padding:65px 20px;background:var(--soft)}.hc-auth-card{width:min(470px,100%)}.hc-auth-card h1{margin:10px 0 5px;color:var(--navy);font-size:35px}.hc-auth-card>p{margin:0 0 24px;color:var(--muted)}.hc-auth-links{display:flex;justify-content:space-between;margin-top:20px;color:var(--blue);font-size:13px;font-weight:700}
.hc-progress-page{min-height:72vh;display:grid;place-items:center;padding:70px 0;background:radial-gradient(circle at 50% 10%,rgba(37,99,235,.1),transparent 40%),var(--soft)}.hc-progress-card{max-width:740px;margin:auto;text-align:center;border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:46px;box-shadow:var(--shadow)}.hc-progress-card h1{margin:12px 0 5px;color:var(--navy);font-size:37px}.hc-progress-card p{color:var(--muted)}.hc-progress-track{height:12px;margin:28px 0 8px;border-radius:99px;background:var(--soft);overflow:hidden}.hc-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:width .45s ease}.hc-progress-card>strong{color:var(--blue)}.hc-progress-stages{display:flex;justify-content:space-between;gap:15px;margin:32px 0 0;padding:24px 0 0;border-top:1px solid var(--line);list-style:none;color:var(--muted);font-size:11px;font-weight:750}.hc-report-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:start}.hc-score-card{position:sticky;top:102px;text-align:center;border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:27px}.hc-score-card .hc-score-ring{margin:auto}.hc-score-card>p{margin:17px 0 2px;color:var(--navy);font-weight:850}.hc-score-card>small{display:block;color:var(--muted)}.hc-score-card .hc-badge{margin-top:14px}.hc-report-top{margin-bottom:18px}.hc-report-top h2{margin:0;color:var(--navy);font-size:27px}.hc-report-top>span,.hc-report-top small{color:var(--muted);font-size:12px}.hc-chart-wrap{height:270px;margin:0 0 18px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.hc-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.hc-category-grid article{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:17px}.hc-category-grid article>div{display:flex;justify-content:space-between;gap:10px}.hc-category-grid span{color:var(--muted);font-size:13px;font-weight:700}.hc-category-grid strong{color:var(--navy);font-size:13px}.hc-category-grid i{display:block;margin-top:12px}.hc-category-grid small{color:var(--muted);font-size:10px}.hc-findings{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.hc-findings article{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:22px}.hc-findings article>div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.hc-findings h3{margin:13px 0 7px;color:var(--navy)}.hc-findings p{margin:0 0 12px;color:var(--muted);font-size:14px}.hc-findings strong{color:var(--ink);font-size:12px}.hc-severity-critical,.hc-severity-high{background:#fef2f2;color:var(--danger)}.hc-severity-medium{background:#fff7ed;color:var(--warning)}.hc-severity-low,.hc-severity-info{background:#eff6ff;color:var(--blue)}.hc-ai-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hc-panel-wide{grid-column:1/-1}.hc-panel ul{margin:8px 0 0;padding-left:19px;color:var(--muted)}.hc-panel li{margin:7px 0}.hc-panel dl{margin:0}.hc-panel dl>div{padding:10px 0;border-bottom:1px solid var(--line)}.hc-panel dt{color:var(--navy);font-weight:800}.hc-panel dd{margin:4px 0 0;color:var(--muted)}.hc-link-danger{border:0;background:transparent;color:var(--danger);font-weight:800;cursor:pointer}.hc-report-footer-actions{justify-content:flex-end}
.hc-legal{max-width:820px;padding-top:55px;padding-bottom:85px}.hc-legal h2{margin-top:35px;color:var(--navy)}.hc-legal p{color:var(--muted)}.hc-footer{border-top:1px solid var(--line);background:var(--soft);padding:42px 0}.hc-footer-grid{display:grid;grid-template-columns:1.5fr 1fr auto;gap:30px;align-items:start}.hc-footer strong{color:var(--navy)}.hc-footer p{margin:7px 0;color:var(--muted);font-size:13px}.hc-footer-grid>div:nth-child(2){display:flex;gap:17px;color:var(--muted);font-size:13px}.hc-footer-grid>p{margin:0}
@media(max-width:980px){.hc-hero-grid{grid-template-columns:1fr;gap:50px}.hc-preview{max-width:650px}.hc-card-grid-3,.hc-pricing-grid,.hc-findings{grid-template-columns:repeat(2,1fr)}.hc-process-grid,.hc-faq-layout{grid-template-columns:1fr;gap:35px}.hc-nav{display:none;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:stretch;gap:5px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.hc-nav.open{display:flex}.hc-menu-toggle{display:block}.hc-report-layout{grid-template-columns:1fr}.hc-score-card{position:static;display:flex;align-items:center;justify-content:center;gap:20px}.hc-score-card .hc-score-ring{margin:0}.hc-settings-grid{grid-template-columns:1fr}.hc-settings-grid .hc-panel-danger{grid-column:auto}}
@media(max-width:680px){.hc-shell{width:min(100% - 26px,var(--shell))}.hc-header{position:relative}.hc-hero{padding:65px 0}.hc-hero h1{font-size:43px}.hc-hero-copy>p{font-size:17px}.hc-hero-form>div{display:block}.hc-hero-form .hc-button{width:100%}.hc-hero-actions,.hc-trust-strip>div{align-items:flex-start;flex-direction:column;gap:9px}.hc-trust-strip>div{padding:16px 0}.hc-section{padding:68px 0}.hc-card-grid-3,.hc-pricing-grid,.hc-findings,.hc-ai-grid,.hc-category-grid,.hc-stat-row{grid-template-columns:1fr}.hc-preview-body{grid-template-columns:1fr}.hc-score-ring{width:125px}.hc-page-head-row,.hc-report-top,.hc-report-actions,.hc-report-footer-actions{align-items:flex-start;flex-direction:column}.hc-audit-list>a{grid-template-columns:1fr auto}.hc-audit-list time{grid-column:1/-1}.hc-form-grid{grid-template-columns:1fr}.hc-audit-form,.hc-auth-card,.hc-progress-card{padding:24px}.hc-progress-stages{display:grid;grid-template-columns:1fr 1fr;text-align:left}.hc-score-card{display:block}.hc-score-card .hc-score-ring{margin:auto}.hc-footer-grid{grid-template-columns:1fr}.hc-footer-grid>div:nth-child(2){flex-wrap:wrap}.hc-panel-wide{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media print{.hc-header,.hc-footer,.hc-report-actions,.hc-report-footer-actions{display:none!important}.hc-section,.hc-page-head{padding:22px 0}.hc-score-card{position:static}.hc-findings{grid-template-columns:1fr 1fr}.health-app{background:#fff;color:#111}.hc-panel,.hc-findings article,.hc-category-grid article{break-inside:avoid}}
.hc-form-stack select,.hc-audit-form select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);padding:12px 13px}.hc-billing-current{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:55px}.hc-billing-current h2{margin:8px 0}.hc-billing-plans{grid-template-columns:repeat(2,minmax(0,1fr));max-width:920px;margin-inline:auto}.hc-billing-plans .hc-price-card{gap:7px}.hc-payment-options{display:grid;gap:10px;margin-top:auto}.hc-payment-options form{display:grid;grid-template-columns:minmax(115px,.65fr) 1.35fr;gap:8px}.hc-payment-options select{border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);padding:10px}.hc-cancel-panel{max-width:920px;margin:35px auto}.hc-cancel-panel summary{cursor:pointer;color:var(--navy);font-weight:850}.hc-cancel-panel form{display:flex;align-items:end;gap:15px;max-width:460px}.hc-cancel-panel label{color:var(--muted);font-size:12px;font-weight:700}.hc-cancel-panel input{display:block;margin-top:5px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);padding:9px}.hc-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.hc-table{width:100%;border-collapse:collapse;min-width:650px}.hc-table th,.hc-table td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line)}.hc-table th{color:var(--navy);font-size:12px;background:var(--soft)}.hc-table td{color:var(--muted);font-size:13px}.hc-table tr:last-child td{border-bottom:0}.hc-list{margin-top:24px}.hc-list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid var(--line)}.hc-list-row:last-child{border-bottom:0}.hc-list-row strong,.hc-list-row small{display:block}.hc-list-row strong{color:var(--navy)}.hc-list-row small{margin-top:3px;color:var(--muted)}.hc-inline-actions{display:flex;align-items:center;gap:10px}.hc-token{display:block;margin-top:9px;padding:11px;border-radius:9px;background:var(--surface);color:var(--ink);overflow-wrap:anywhere}.hc-compare-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;margin-bottom:35px}.hc-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hc-compare-grid .hc-panel h2{margin-top:0}.hc-compare-score{display:flex;align-items:baseline;gap:5px;color:var(--navy)}.hc-compare-score strong{font-size:44px}.hc-compare-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);color:var(--muted)}.hc-compare-row strong{color:var(--navy)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
@media(max-width:680px){.hc-billing-plans,.hc-compare-grid,.hc-compare-form{grid-template-columns:1fr}.hc-billing-current,.hc-list-row{align-items:flex-start;flex-direction:column}.hc-payment-options form{grid-template-columns:1fr}.hc-cancel-panel form{align-items:flex-start;flex-direction:column}.hc-inline-actions{width:100%;justify-content:space-between}.hc-report-actions{width:100%}}
.hc-compare-form select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);padding:12px 13px}.hc-compare-form label{color:var(--navy);font-size:13px;font-weight:800}.hc-compare-grid .hc-category-grid>div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:9px 0}
.hc-business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hc-business-grid>a{display:block}.hc-business-grid h2{margin:12px 0 7px;color:var(--navy);font-size:21px}.hc-business-grid p{overflow-wrap:anywhere}.hc-business-meta{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.hc-pagination{display:flex;justify-content:space-between;gap:12px;margin-top:24px}
@media(max-width:980px){.hc-business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.hc-business-grid{grid-template-columns:1fr}}
