:root {
    color-scheme: light;
    --ink: #20272b;
    --muted: #56646a;
    --navy: #123b4a;
    --teal: #0f766e;
    --amber: #f2b544;
    --red: #b42318;
    --green: #287a52;
    --paper: #f7f6f2;
    --white: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: var(--teal); text-underline-offset: .18em; }
a:hover { color: var(--navy); }
.site-header { min-height: 72px; padding: 0 max(24px, calc((100vw - 1120px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--white); border-bottom: 1px solid #e3e7e5; }
.brand { color: var(--navy); font-size: 1.4rem; font-weight: 850; text-decoration: none; letter-spacing: -.04em; }
.brand span { color: var(--teal); }
nav { display: flex; align-items: center; gap: 24px; }
nav a { color: var(--navy); font-weight: 650; text-decoration: none; }
.nav-action, .button-link { display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; padding: 11px 17px; color: var(--white) !important; background: var(--teal); text-decoration: none; font-weight: 700; }
main { min-height: 70vh; }
.hero { padding: clamp(54px, 8vw, 100px) 24px 72px; background: var(--navy); color: var(--white); text-align: center; }
.hero h1 { max-width: 820px; margin: 12px auto; font-size: clamp(2.4rem, 6vw, 4.5rem); line-height: 1.04; letter-spacing: -.055em; }
.eyebrow { color: var(--teal); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: #b5e3d9; }
.hero-copy { max-width: 640px; margin: 18px auto 32px; color: #e2ecee; font-size: 1.1rem; }
.search-form { max-width: 660px; margin: 0 auto; text-align: left; }
.search-form label, .review-form label { display: block; margin: 14px 0 7px; font-size: .92rem; font-weight: 700; }
.search-row { display: flex; gap: 10px; }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); border: 1px solid #abb8b7; border-radius: 8px; background: var(--white); font: inherit; }
textarea { resize: vertical; }
button { min-height: 46px; padding: 10px 20px; border: 0; border-radius: 8px; color: var(--white); background: var(--teal); font: inherit; font-weight: 750; cursor: pointer; }
button:hover, .nav-action:hover, .button-link:hover { background: #0a5e58; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.hero-note { margin-top: 22px; color: #e2ecee; }
.hero-note a { color: #ffe0a0; font-weight: 700; }
.how-it-works, .content-page { max-width: 1000px; margin: 0 auto; padding: 56px 24px 80px; }
.how-it-works h2 { font-size: 1.8rem; }
.tag-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tag-card, .review-card { padding: 20px; border: 1px solid #dce3df; border-radius: 12px; background: var(--white); }
.tag-card span, .review-tag { display: inline-block; padding: 4px 9px; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.fraud, .possible-fraud { color: #7f1d1d; background: #fee4e2; }
.negative, .negative-experience { color: #714500; background: #fff0c2; }
.positive, .positive-experience { color: #14532d; background: #dcfce7; }
.notice, .form-note { margin-top: 26px; padding: 14px 16px; border-left: 4px solid var(--amber); border-radius: 4px; background: #fff8e7; color: #493b1d; }
.content-page h1 { margin: 8px 0 12px; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.12; letter-spacing: -.04em; }
.company-summary, .review-meta { color: var(--muted); }
.review-list { display: grid; gap: 16px; margin-top: 34px; }
.review-card h2 { margin: 12px 0 2px; font-size: 1.35rem; }
.review-body { white-space: pre-wrap; overflow-wrap: anywhere; }
.company-results { padding: 0; list-style: none; }
.company-results li { margin: 12px 0; border: 1px solid #dce3df; border-radius: 10px; background: var(--white); }
.company-results a { display: flex; justify-content: space-between; gap: 12px; padding: 18px; color: var(--navy); text-decoration: none; }
.company-results span { color: var(--muted); }
.company-result { padding: 18px; }
.company-result-heading { display: flex; gap: 12px; align-items: baseline; }
.company-result-heading a { padding: 0; display: inline; }
.search-filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin: 20px 0 28px; padding: 16px; background: #f2f6f3; border-radius: 10px; }
.search-filters label { display: grid; gap: 5px; color: var(--navy); font-weight: 600; }
.search-filters input:not([type=checkbox]) { min-width: 230px; padding: 9px; border: 1px solid #bccac2; border-radius: 6px; }
.check-label { display: flex !important; grid-template-columns: auto auto; align-items: center; gap: 7px !important; }
.search-filters button { padding: 9px 16px; border: 0; border-radius: 6px; background: var(--navy); color: white; cursor: pointer; }
.search-review-previews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 16px 0 10px; }
.search-review-previews article { padding: 12px; border-left: 3px solid #d1dfd8; background: #f8faf9; }
.search-review-previews strong, .search-review-previews small { display: block; }
.search-review-previews small { color: var(--muted); margin-top: 4px; }
.search-review-previews p { margin: 8px 0 0; font-size: .92rem; color: #3d4c45; }
.result-more { display: inline !important; padding: 0 !important; color: var(--accent) !important; font-weight: 700; }
.review-form { max-width: 680px; margin-top: 24px; }
.review-form button { margin-top: 20px; }
.review-form .consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; }
.consent input { width: 20px; min-height: 20px; margin-top: 4px; }
.site-footer { padding: 24px; color: #e2ecee; background: var(--navy); text-align: center; }
.site-footer p { max-width: 900px; margin: 0 auto; }

@media (max-width: 680px) {
    .site-header { align-items: flex-start; flex-direction: column; padding: 14px 20px; }
    nav { width: 100%; justify-content: space-between; gap: 10px; }
    .search-row { flex-direction: column; }
    .tag-grid { grid-template-columns: 1fr; }
    .company-results a { flex-direction: column; }
    .search-review-previews { grid-template-columns: 1fr; }
}
