:root {
    --ink: #171718;
    --ink-soft: #555158;
    --paper: #f7f5f1;
    --white: #fff;
    --line: #dedbd4;
    --coral: #ff4f3d;
    --coral-dark: #e73929;
    --lime: #dfff4f;
    --green: #198754;
    --blue: #315cff;
    --radius: 22px;
    --shadow: 0 20px 60px rgba(30, 25, 20, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 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; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(247,245,241,.9); border-bottom: 1px solid rgba(23,23,24,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { position: relative; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); transform: rotate(-7deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; display: block; position: absolute; left: 9px; width: 16px; height: 3px; border-radius: 9px; background: var(--lime); }
.brand-mark::before { top: 10px; }
.brand-mark span { top: 16px; width: 12px; }
.brand-mark::after { top: 22px; width: 8px; }
.brand-name { font-size: 22px; }
.brand-name span { color: var(--coral); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 14px; cursor: pointer; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 10px 26px rgba(255,79,61,.24); }
.button-primary:hover { background: var(--coral-dark); }
.button-ghost { min-height: 44px; padding-inline: 14px; background: transparent; font-size: 14px; }
.button-login { min-height: 42px; padding-inline: 17px; border: 1px solid #cfcac2; background: rgba(255,255,255,.72); box-shadow: 0 5px 16px rgba(23,23,24,.06); }
.button-login:hover { border-color: var(--ink); background: #fff; }
.button-dark { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: var(--lime); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 12px; background: #ebe8e2; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--ink); }
.mobile-nav { padding: 8px 20px 20px; background: var(--paper); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: 88px 0 72px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .42; pointer-events: none; background-image: radial-gradient(rgba(23,23,24,.15) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; filter: blur(4px); opacity: .55; pointer-events: none; }
.hero-glow-one { right: -140px; top: 40px; background: radial-gradient(circle, rgba(255,79,61,.33), transparent 70%); }
.hero-glow-two { left: 35%; bottom: -240px; background: radial-gradient(circle, rgba(223,255,79,.5), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: 70px; align-items: center; }
.eyebrow, .section-kicker { color: #6a6264; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.6); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(25,135,84,.12); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 24px 0 22px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { position: relative; display: inline-block; color: var(--coral); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 8px; background: var(--lime); transform: rotate(-1deg); z-index: -1; }
.hero-lead { max-width: 700px; margin-bottom: 32px; color: var(--ink-soft); font-size: 20px; line-height: 1.55; }
.company-search { display: flex; align-items: center; max-width: 720px; padding: 7px; border: 1px solid #d4d0c9; border-radius: 18px; background: white; box-shadow: 0 16px 42px rgba(35,30,25,.1); }
.search-icon { width: 24px; height: 24px; margin: 0 12px; flex: 0 0 auto; }
.search-icon svg { width: 100%; fill: none; stroke: #777178; stroke-width: 1.8; }
.company-search input { min-width: 0; flex: 1; height: 50px; border: 0; outline: 0; color: var(--ink); font-size: 16px; }
.company-search input::placeholder { color: #918b90; }
.company-search button { height: 50px; padding: 0 26px; border: 0; border-radius: 12px; color: white; background: var(--ink); cursor: pointer; font-weight: 800; }
.search-hints { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 13px; color: #878085; font-size: 13px; }
.search-hints button { padding: 4px 8px; border: 0; border-radius: 7px; background: #ebe8e2; cursor: pointer; font-size: 12px; }
.search-message { min-height: 24px; margin: 10px 0 0; color: var(--coral-dark); font-size: 13px; font-weight: 700; }

.hero-card { position: relative; padding: 22px; border: 1px solid #ddd8cf; border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-card::after { content: ""; position: absolute; inset: 11px -11px -11px 11px; z-index: -1; border: 1px solid rgba(23,23,24,.2); border-radius: 28px; background: var(--lime); }
.hero-card-top { display: flex; align-items: center; gap: 8px; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: #625c60; font-size: 12px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.checked-date { margin-left: auto; color: #9b9599; font-weight: 500; }
.company-preview { display: flex; gap: 14px; align-items: center; padding: 22px 0; }
.company-logo { width: 60px; height: 60px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 17px; color: white; background: var(--ink); font-size: 20px; font-weight: 900; }
.preview-label { color: #918b90; font-size: 11px; text-transform: uppercase; }
.company-preview h2 { margin: 2px 0; font-size: 21px; letter-spacing: -.03em; }
.company-preview p { margin: 0; color: #797278; font-size: 13px; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.company-facts div { padding: 12px; border-right: 1px solid var(--line); }
.company-facts div:last-child { border: 0; }
.company-facts dt { color: #989196; font-size: 10px; text-transform: uppercase; }
.company-facts dd { margin: 4px 0 0; font-size: 12px; font-weight: 800; }
.company-facts .fact-active { color: var(--green); }
.rating-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 20px 0; }
.rating-row strong { display: block; font-size: 34px; line-height: 1; }
.rating-row span { color: #8a8488; font-size: 10px; }
.rating-bars { display: flex; flex-direction: column; gap: 5px; }
.rating-bars span { display: block; width: var(--width); height: 5px; border-radius: 99px; background: var(--coral); }
.warning-badge { padding: 7px 9px; border-radius: 8px; color: #9e2b1f; background: #ffe4de; font-size: 10px; font-weight: 800; }
.card-quote { position: relative; display: flex; gap: 10px; padding: 15px; border-radius: 14px; background: #f1eee8; }
.quote-mark { color: var(--coral); font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.card-quote p { margin: 0; color: #595358; font-size: 12px; }

.trust-strip { padding: 0 0 22px; background: transparent; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.trust-item { display: flex; align-items: center; gap: 13px; min-height: 108px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 900; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { margin-bottom: 3px; font-size: 14px; }
.trust-item small { color: #7f787d; font-size: 11px; }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading.compact { margin-bottom: 26px; }
.section-heading h2, .companies-copy h2 { max-width: 720px; margin: 8px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.05em; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 7px; color: var(--coral); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; flex-direction: column; min-height: 340px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.review-meta { display: flex; justify-content: space-between; align-items: center; color: #918a8f; font-size: 11px; }
.sentiment { padding: 6px 9px; border-radius: 8px; font-weight: 900; }
.review-negative .sentiment { color: #a92e20; background: #ffe4de; }
.review-positive .sentiment { color: #167246; background: #dbf5e8; }
.review-neutral .sentiment { color: #5c5683; background: #e9e6ff; }
.review-company { display: flex; align-items: center; gap: 11px; margin: 22px 0; }
.mini-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: white; font-weight: 900; }
.mini-red { background: #d62828; }.mini-green { background: #138a52; }.mini-blue { background: #315cff; }
.review-company h3 { margin: 0 0 2px; font-size: 16px; }
.review-company p { margin: 0; color: #8b8489; font-size: 11px; }
.review-card blockquote { margin: 0 0 24px; font-size: 16px; line-height: 1.62; }
.review-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 17px; border-top: 1px solid #ece9e3; font-size: 11px; }
.review-footer > span { padding: 4px 7px; border-radius: 6px; background: #f0ede7; }
.review-footer a { color: var(--coral-dark); font-weight: 800; }

.companies-section { background: var(--ink); color: white; }
.companies-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 84px; align-items: center; }
.companies-copy .section-kicker { color: var(--lime); }
.companies-copy p { max-width: 500px; margin: 24px 0; color: #b7b1b4; font-size: 17px; }
.check-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; color: #e4dfe1; }
.check-list span { color: var(--coral); font-size: 11px; font-weight: 900; }
.companies-copy .button-dark { color: var(--ink); background: var(--lime); }
.watch-list { overflow: hidden; border: 1px solid #393638; border-radius: 22px; background: #211f20; }
.watch-head, .watch-row { display: grid; grid-template-columns: 38px 44px minmax(0,1fr) 50px 52px; align-items: center; gap: 12px; }
.watch-head { grid-template-columns: 1fr auto; padding: 16px 18px; border-bottom: 1px solid #393638; color: #928c8f; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.watch-row { min-height: 76px; padding: 10px 18px; border-bottom: 1px solid #393638; transition: background .2s; }
.watch-row:last-child { border: 0; }
.watch-row:hover { background: #2c292b; }
.rank { color: #686265; font-size: 11px; font-weight: 800; }
.watch-logo { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: #f2eee8; font-size: 12px; font-weight: 900; }
.watch-name strong, .watch-name small { display: block; }
.watch-name strong { margin-bottom: 3px; font-size: 14px; }
.watch-name small { color: #847e81; font-size: 10px; }
.watch-score { width: 36px; height: 28px; display: grid; place-items: center; border-radius: 8px; font-size: 11px; font-weight: 900; }
.score-low { color: #ff9c91; background: rgba(255,79,61,.14); }.score-mid { color: #ffd66b; background: rgba(255,190,32,.13); }.score-high { color: #8ce1b8; background: rgba(36,183,112,.14); }
.watch-count { color: #aaa4a7; text-align: right; font-size: 12px; }

.principles { background: #eeebe5; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: item; }
.steps article { position: relative; min-height: 220px; padding: 25px; border: 1px solid #d6d1c8; border-radius: var(--radius); background: var(--paper); }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 35px; border-radius: 50%; color: white; background: var(--coral); font-weight: 900; }
.steps h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.025em; }
.steps p { margin: 0; color: #6e686c; font-size: 14px; }

.cta-section { padding: 80px 0; background: var(--paper); }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 58px; border-radius: 32px; color: white; background: var(--coral); }
.cta-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: 180px; bottom: -260px; border-radius: 50%; background: var(--lime); opacity: .28; }
.cta-stamp { width: 110px; height: 110px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; text-align: center; font-size: 14px; font-weight: 900; transform: rotate(-9deg); }
.cta-copy { position: relative; }
.cta-copy > span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.cta-copy h2 { margin: 8px 0 10px; font-size: clamp(28px, 3.5vw, 48px); line-height: 1.04; letter-spacing: -.045em; }
.cta-copy p { max-width: 570px; margin: 0; opacity: .85; }

.site-footer { padding: 58px 0 22px; color: #d1ccce; background: #121112; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
.brand-footer { color: white; }
.footer-grid > div:first-child p { max-width: 300px; margin-top: 18px; color: #716c6f; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid strong { margin-bottom: 5px; color: white; font-size: 13px; }
.footer-grid a { color: #827d80; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #292629; color: #625d60; font-size: 10px; }

@media (max-width: 1040px) {
    .desktop-nav { display: none; }
    .header-actions { margin-left: auto; }
    .menu-button { display: block; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 840px; }
    .hero-card { width: min(520px, 92%); justify-self: center; }
    .companies-layout { gap: 42px; }
    .cta-card { grid-template-columns: auto 1fr; }
    .cta-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 680px); }
    .header-inner { min-height: 66px; }
    .brand-name { font-size: 19px; }
    .header-actions > .button { display: none; }
    .hero { padding: 58px 0 52px; }
    .hero-grid { gap: 42px; }
    .hero h1 { font-size: clamp(44px, 14vw, 66px); }
    .hero-lead { font-size: 17px; }
    .company-search { align-items: stretch; flex-wrap: wrap; padding: 9px; }
    .search-icon { margin-top: 13px; }
    .company-search input { width: calc(100% - 52px); flex: none; }
    .company-search button { width: 100%; margin-top: 6px; }
    .hero-card { width: calc(100% - 10px); transform: none; }
    .trust-grid, .review-grid, .steps, .companies-layout, .footer-grid { grid-template-columns: 1fr; }
    .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border: 0; }
    .section { padding: 72px 0; }
    .section-heading { align-items: start; flex-direction: column; }
    .review-card { min-height: 310px; }
    .companies-layout { gap: 50px; }
    .watch-head, .watch-row { grid-template-columns: 30px 38px minmax(0,1fr) 42px; }
    .watch-head { grid-template-columns: 1fr auto; }
    .watch-count { display: none; }
    .cta-card { grid-template-columns: 1fr; padding: 36px 26px; }
    .cta-stamp { width: 84px; height: 84px; }
    .cta-card .button { grid-column: 1; }
    .footer-grid { gap: 30px; }
    .footer-bottom { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
