/*
 * 車退場 public design system
 * Black titanium surfaces, electric-orange signals, no external UI framework.
 */
:root {
    color-scheme: dark;
    --ink-950: #07090a;
    --ink-900: #0b0e10;
    --ink-850: #101416;
    --ink-800: #151a1d;
    --ink-750: #1a2023;
    --ink-700: #22292c;
    --steel-500: #657074;
    --steel-400: #8c9699;
    --steel-300: #b5bdbe;
    --steel-200: #d7dcdd;
    --paper: #f4f3ef;
    --white: #fff;
    --orange-700: #b63a00;
    --orange-600: #db4700;
    --orange-500: #ff5a0a;
    --orange-400: #ff7735;
    --orange-300: #ff9b68;
    --green-500: #19bd6b;
    --green-600: #119452;
    --red-500: #f04b4b;
    --font-sans: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, sans-serif;
    --font-display: "Arial Narrow", "DIN Condensed", Impact, var(--font-sans);
    --shadow-sm: 0 10px 28px rgb(0 0 0 / 18%);
    --shadow-lg: 0 28px 80px rgb(0 0 0 / 34%);
    --ring: 0 0 0 3px rgb(255 90 10 / 28%);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --container: 1220px;
    --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    min-width: 320px;
    background: var(--ink-900);
    color: var(--steel-200);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body::selection { background: var(--orange-500); color: var(--white); }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange-400); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--white); line-height: 1.15; text-wrap: balance; }
p { text-wrap: pretty; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
    outline: 2px solid var(--orange-400);
    outline-offset: 3px;
}
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 40px), 900px); }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 16px;
    transform: translateY(-150%);
    border-radius: 6px;
    background: var(--orange-500);
    color: var(--white);
    font-weight: 800;
}
.skip-link:focus { transform: none; color: var(--white); }

/* Shared chrome */
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: var(--header-height);
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    background: rgb(7 9 10 / 86%);
    box-shadow: 0 8px 28px rgb(0 0 0 / 12%);
    backdrop-filter: blur(18px) saturate(125%);
}
.site-header__inner, .header-inner { display: flex; align-items: center; height: 100%; gap: 28px; }
.site-brand, .brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 11px; color: var(--white); font-weight: 900; letter-spacing: -.035em; }
.site-brand:hover, .brand:hover { color: var(--white); }
.brand-mark {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 9px;
    background: linear-gradient(145deg, var(--orange-400), var(--orange-700));
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), 0 8px 20px rgb(255 90 10 / 22%);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 20px;
    font-style: italic;
}
.brand-mark::after { position: absolute; width: 60px; height: 6px; transform: rotate(-35deg); background: rgb(255 255 255 / 25%); content: ""; }
.site-brand__text, .brand__text, .brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.site-brand__text small, .brand__text small, .brand-copy small { margin-top: 5px; color: var(--steel-400); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.brand-copy strong { color: var(--white); font-weight: 900; }
.brand-mark > span { display: block; width: 20px; height: 11px; transform: skewX(-18deg); border-block: 3px solid var(--white); }
.site-nav, .primary-nav { display: flex; align-items: center; flex: 1; justify-content: center; }
.site-nav ul, .site-nav__links { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.primary-nav { gap: 5px; }
.site-nav a, .primary-nav > a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 13px; border-radius: 8px; color: var(--steel-300); font-size: 14px; font-weight: 700; }
.site-nav a:hover, .site-nav a.is-active, .site-nav a[aria-current="page"], .primary-nav > a:hover, .primary-nav > a.is-active { background: rgb(255 255 255 / 5%); color: var(--white); }
.site-nav a.is-active::after, .site-nav a[aria-current="page"]::after, .primary-nav > a.is-active:not(.button)::after { width: 4px; height: 4px; margin-left: 7px; border-radius: 50%; background: var(--orange-500); content: ""; }
.primary-nav > .button { margin-left: 8px; border-color: var(--orange-500); background: linear-gradient(145deg, var(--orange-500), var(--orange-700)); color: var(--white); }
.site-header__actions { display: flex; align-items: center; flex: 0 0 auto; gap: 9px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; transition: transform .2s, opacity .2s; background: var(--white); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.site-footer { position: relative; overflow: hidden; border-top: 1px solid rgb(255 255 255 / 8%); background: #080a0b; }
.site-footer::before { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgb(255 255 255 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 65%); }
.site-footer__main, .site-footer__grid, .footer-grid { position: relative; display: grid; grid-template-columns: minmax(260px, 1.45fr) repeat(2, 1fr); gap: 54px; padding-block: 72px 54px; }
.footer-brand p, .footer-grid > div:first-child > p { max-width: 370px; margin: 22px 0; color: var(--steel-400); font-size: 14px; }
.footer-links h2, .footer-links h3, .footer-grid > div > h2 { margin-bottom: 18px; color: var(--steel-400); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links ul, .footer-grid > div > ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-grid > div > ul a { color: var(--steel-300); font-size: 14px; }
.footer-contact { display: grid; gap: 8px; margin-top: 18px; }
.footer-contact a { color: var(--steel-200); font-weight: 700; }
.site-footer__bottom, .footer-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 20px; border-top: 1px solid rgb(255 255 255 / 7%); color: var(--steel-500); font-size: 12px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgb(255 255 255 / 10%); border-radius: 8px; color: var(--steel-300); font-weight: 800; }
.footer-social a:hover { border-color: var(--orange-500); color: var(--orange-400); }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid var(--ink-900); border-radius: 50%; background: #20c66b; box-shadow: 0 14px 34px rgb(0 0 0 / 35%); color: #061c10; font-size: 12px; font-weight: 950; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgb(15 194 99 / 25%); color: #061c10; }
.whatsapp-float em { position: absolute; right: 64px; width: max-content; padding: 7px 10px; transform: translateX(5px); border: 1px solid rgb(255 255 255 / 10%); border-radius: 7px; background: var(--ink-800); box-shadow: var(--shadow-sm); color: var(--steel-200); font-size: 10px; font-style: normal; opacity: 0; pointer-events: none; transition: opacity .18s, transform .18s; }
.whatsapp-float:hover em, .whatsapp-float:focus-visible em { transform: none; opacity: 1; }
body.has-compare-tray .whatsapp-float { bottom: 205px; }
body.has-compare-tray .back-to-top { opacity: 0 !important; pointer-events: none !important; }

/* Common components */
.section { padding-block: 92px; }
.section--muted { border-block: 1px solid rgb(255 255 255 / 6%); background: var(--ink-850); }
.section--reviews { overflow: hidden; background: linear-gradient(145deg, #111719 0%, #0a0d0e 70%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--orange-400); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span:first-child { display: inline-block; width: 28px; height: 2px; background: var(--orange-500); box-shadow: 0 0 10px rgb(255 90 10 / 55%); }
.section-heading { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, .75fr) auto; align-items: end; gap: 36px; margin-bottom: 38px; }
.section-heading h2, .mini-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; }
.section-heading > p, .mini-heading > p:not(.eyebrow) { max-width: 520px; margin: 0; color: var(--steel-400); }
.mini-heading { margin-bottom: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-400); font-size: 14px; font-weight: 850; white-space: nowrap; }
.text-link span { transition: transform .18s; }
.text-link:hover span { transform: translateX(3px); }
.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 19px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 850;
    line-height: 1.2;
    transition: transform .18s, border-color .18s, background .18s, box-shadow .18s, color .18s;
}
.button:hover { transform: translateY(-2px); color: inherit; }
.button--primary { border-color: var(--orange-500); background: linear-gradient(145deg, var(--orange-500), var(--orange-700)); box-shadow: inset 0 1px rgb(255 255 255 / 22%), 0 10px 25px rgb(255 90 10 / 16%); color: var(--white); }
.button--primary:hover { box-shadow: inset 0 1px rgb(255 255 255 / 25%), 0 15px 32px rgb(255 90 10 / 24%); color: var(--white); }
.button--ghost { border-color: rgb(255 255 255 / 14%); background: rgb(255 255 255 / 3%); color: var(--steel-200); }
.button--ghost:hover { border-color: rgb(255 90 10 / 60%); background: rgb(255 90 10 / 7%); color: var(--white); }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink-950); }
.button--light:hover { box-shadow: 0 12px 30px rgb(0 0 0 / 20%); color: var(--ink-950); }
.button--whatsapp { border-color: #21c66c; background: #16a858; color: #fff; }
.button--whatsapp:hover { background: #20bd67; color: #fff; }
.button--outline-light { border-color: rgb(255 255 255 / 24%); background: transparent; color: var(--white); }
.button--outline-light:hover { border-color: var(--white); color: var(--white); }
.button--small { min-height: 39px; padding: 8px 13px; font-size: 13px; }
.button-small { min-height: 39px; padding: 8px 13px; font-size: 13px; }
.button--large { min-height: 54px; padding-inline: 28px; }
.tag, .status-badge { display: inline-flex; align-items: center; min-height: 29px; padding: 4px 10px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 999px; background: rgb(255 255 255 / 4%); color: var(--steel-300); font-size: 12px; font-weight: 700; }
.tag--accent { border-color: rgb(255 90 10 / 25%); background: rgb(255 90 10 / 9%); color: var(--orange-300); }
.status-badge--verified { border-color: rgb(25 189 107 / 26%); background: rgb(25 189 107 / 9%); color: #77e8ad; }
.verified-badge { display: inline-grid; width: 19px; height: 19px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--orange-500); color: var(--white); font-size: 11px; font-weight: 900; }
.rating-stars { color: var(--orange-400); font-size: 14px; letter-spacing: 1px; white-space: nowrap; }
.icon-button { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border: 1px solid rgb(255 255 255 / 11%); border-radius: 9px; background: rgb(255 255 255 / 3%); color: var(--steel-200); font-size: 12px; font-weight: 900; }
.icon-button--whatsapp { border-color: rgb(25 189 107 / 24%); color: #5ce29b; }
.muted-copy { color: var(--steel-400); }

.field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.field label, .field > label { color: var(--steel-300); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.field label .optional { margin-left: 6px; color: var(--steel-500); font-size: 10px; font-weight: 600; }
.field input, .field select, .field textarea, .editorial-search input {
    width: 100%;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 8px;
    outline: 0;
    background: #111517;
    color: var(--white);
    transition: border-color .18s, box-shadow .18s, background .18s;
}
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { min-height: 128px; padding: 13px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder, .editorial-search input::placeholder { color: #667073; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus, .editorial-search input:focus { border-color: var(--orange-500); box-shadow: var(--ring); background: #14191b; }
.field--search { position: relative; }
.field--search input { padding-left: 40px; }
.field__icon { position: absolute; z-index: 1; bottom: 12px; left: 14px; color: var(--orange-400); font-size: 19px; line-height: 1; }
.field__help { display: flex; justify-content: space-between; gap: 15px; color: var(--steel-500); font-size: 11px; }
.field-error { margin: 0; color: #ff8282; font-size: 12px; font-weight: 700; }
.field.has-error input, .field.has-error select, .field.has-error textarea, .has-error { border-color: var(--red-500); }
.choice-group { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }
.choice-group legend { width: 100%; margin-bottom: 7px; color: var(--steel-300); font-size: 12px; font-weight: 800; }
.choice-group label { position: relative; }
.choice-group input { position: absolute; inset: 0; opacity: 0; }
.choice-group span { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 12px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 8px; background: rgb(255 255 255 / 3%); color: var(--steel-300); font-size: 12px; font-weight: 700; }
.choice-group input:checked + span { border-color: var(--orange-500); background: rgb(255 90 10 / 12%); color: var(--orange-300); }
.choice-group input:focus-visible + span { box-shadow: var(--ring); }

/* Home hero */
.hero { position: relative; overflow: hidden; }
.hero--home { min-height: 670px; padding: 88px 0 0; background: radial-gradient(circle at 76% 35%, rgb(255 90 10 / 14%), transparent 24%), linear-gradient(112deg, #080a0b 0%, #111719 58%, #090b0c 100%); }
.hero--home::before { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero--home::after { position: absolute; top: -50%; right: -25%; width: 70%; height: 150%; transform: rotate(24deg); border-left: 1px solid rgb(255 90 10 / 20%); background: linear-gradient(90deg, transparent, rgb(255 90 10 / 3%)); content: ""; pointer-events: none; }
.hero__ambient span { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__ambient span:first-child { top: 17%; right: 14%; width: 6px; height: 6px; background: var(--orange-500); box-shadow: 0 0 30px 11px rgb(255 90 10 / 28%); }
.hero__ambient span:nth-child(2) { right: 37%; bottom: 22%; width: 3px; height: 3px; background: var(--white); box-shadow: 0 0 18px 7px rgb(255 255 255 / 15%); }
.hero__ambient span:last-child { top: 22%; left: 4%; width: 150px; height: 1px; border-radius: 0; background: linear-gradient(90deg, transparent, var(--orange-500)); }
.hero__grid { position: relative; z-index: 2; display: grid; min-height: 490px; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr); align-items: center; gap: 72px; }
.hero__content h1 { max-width: 800px; margin-bottom: 25px; font-family: var(--font-sans); font-size: clamp(44px, 5.3vw, 76px); font-weight: 950; letter-spacing: -.065em; }
.hero__content h1::first-line { color: var(--white); }
.hero__lead { max-width: 660px; margin-bottom: 34px; color: var(--steel-300); font-size: clamp(17px, 2vw, 20px); }
.search-panel { display: grid; max-width: 850px; grid-template-columns: minmax(230px, 1.5fr) minmax(160px, .7fr) auto; align-items: end; gap: 10px; padding: 13px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; background: rgb(7 9 10 / 74%); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.search-panel .field { gap: 4px; }
.search-panel label { padding-left: 2px; font-size: 10px; text-transform: uppercase; }
.search-panel input, .search-panel select { height: 50px; border-color: rgb(255 255 255 / 8%); background: #161b1d; }
.search-panel .field__icon { bottom: 13px; }
.button--search { height: 50px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; color: var(--steel-400); font-size: 12px; font-weight: 700; }
.hero__trust i { display: inline-grid; width: 18px; height: 18px; margin-right: 5px; place-items: center; border: 1px solid rgb(25 189 107 / 30%); border-radius: 50%; color: #56d996; font-size: 10px; font-style: normal; }
.hero-insight { position: relative; padding: 32px 28px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 3px 3px 18px 3px; background: linear-gradient(145deg, rgb(29 36 39 / 92%), rgb(12 15 16 / 94%)); box-shadow: var(--shadow-lg); }
.hero-insight::before { position: absolute; top: -1px; right: 22px; width: 55px; height: 3px; background: var(--orange-500); box-shadow: 0 0 14px rgb(255 90 10 / 40%); content: ""; }
.hero-insight__chrome { display: flex; gap: 5px; margin-bottom: 25px; }
.hero-insight__chrome span { width: 6px; height: 6px; border-radius: 50%; background: var(--steel-500); }
.hero-insight__chrome span:first-child { background: var(--orange-500); }
.hero-insight__label { color: var(--steel-500); font-family: monospace; font-size: 10px; letter-spacing: .14em; }
.match-steps { display: grid; gap: 0; margin: 25px 0; padding: 0; list-style: none; }
.match-steps li { position: relative; display: flex; gap: 17px; padding: 0 0 27px; }
.match-steps li:not(:last-child)::after { position: absolute; bottom: 4px; left: 17px; width: 1px; height: 20px; background: rgb(255 255 255 / 12%); content: ""; }
.match-steps li > span { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border: 1px solid rgb(255 90 10 / 30%); border-radius: 50%; background: rgb(255 90 10 / 8%); color: var(--orange-400); font-family: monospace; font-size: 10px; font-weight: 800; }
.match-steps strong, .match-steps small { display: block; }
.match-steps strong { margin-bottom: 2px; color: var(--white); font-size: 14px; }
.match-steps small { color: var(--steel-500); font-size: 11px; }
.hero__rail { position: relative; z-index: 2; display: flex; height: 58px; align-items: center; justify-content: center; gap: 22px; margin-top: 65px; border-top: 1px solid rgb(255 255 255 / 8%); background: rgb(0 0 0 / 20%); color: var(--steel-500); font-family: monospace; font-size: 9px; letter-spacing: .27em; }
.hero__rail i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange-500); }

.stats-strip { border-block: 1px solid rgb(255 255 255 / 7%); background: #0c0f10; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.stat-item { position: relative; padding: 31px 28px; border-right: 1px solid rgb(255 255 255 / 7%); }
.stat-item:first-child { border-left: 1px solid rgb(255 255 255 / 7%); }
.stat-item strong, .stat-item span { display: block; }
.stat-item strong { color: var(--white); font-family: var(--font-display); font-size: clamp(30px, 4vw, 45px); font-style: italic; letter-spacing: .01em; line-height: 1; }
.stat-item strong::after { color: var(--orange-500); content: "+"; font-size: .55em; }
.stat-item span { margin-top: 8px; color: var(--steel-500); font-size: 11px; font-weight: 800; letter-spacing: .08em; }

/* Carousel */
.section--banner { padding-block: 64px 0; }
.carousel { position: relative; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-lg); background: var(--ink-800); box-shadow: var(--shadow-lg); }
.carousel__viewport { position: relative; min-height: 390px; }
.carousel__slide { position: absolute; visibility: hidden; inset: 0; min-height: 390px; opacity: 0; transition: opacity .55s ease, visibility .55s; }
.carousel__slide.is-active { position: relative; visibility: visible; opacity: 1; }
.carousel__slide picture, .carousel__slide picture img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }
.carousel__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 7 8 / 95%) 0%, rgb(5 7 8 / 66%) 48%, rgb(5 7 8 / 12%) 100%); }
.carousel__content { position: relative; z-index: 2; display: flex; width: min(58%, 680px); min-height: 390px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 58px 64px; }
.carousel__content h2 { margin-bottom: 16px; font-size: clamp(31px, 4vw, 51px); letter-spacing: -.045em; }
.carousel__content > p:not(.eyebrow) { margin-bottom: 25px; color: var(--steel-300); }
.carousel__controls { position: absolute; z-index: 5; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 8px; }
.carousel__controls button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgb(255 255 255 / 18%); border-radius: 50%; background: rgb(5 7 8 / 65%); color: var(--white); backdrop-filter: blur(10px); }
.carousel__controls button:hover { border-color: var(--orange-500); }
.carousel__dots { display: flex; align-items: center; gap: 6px; padding: 0 5px; }
.carousel__dots button { width: 7px; height: 7px; padding: 0; border: 0; background: var(--steel-500); }
.carousel__dots button.is-active { width: 24px; border-radius: 999px; background: var(--orange-500); }
.carousel__pause { margin-left: 4px; font-size: 11px; }

/* Cards and discovery */
.company-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.company-card { position: relative; display: flex; min-width: 0; min-height: 310px; flex-direction: column; padding: 23px; overflow: hidden; border: 1px solid rgb(255 255 255 / 9%); border-radius: var(--radius-md); background: linear-gradient(145deg, #151a1c, #0e1213); box-shadow: 0 12px 30px rgb(0 0 0 / 12%); transition: transform .25s, border-color .25s, box-shadow .25s; }
.company-card::after { position: absolute; top: 0; right: 0; width: 70px; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--orange-500); content: ""; transition: transform .25s; }
.company-card:hover { transform: translateY(-5px); border-color: rgb(255 90 10 / 24%); box-shadow: 0 20px 45px rgb(0 0 0 / 26%); }
.company-card:hover::after { transform: scaleX(1); }
.company-card__topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.company-card__identity { display: flex; min-width: 0; gap: 13px; }
.company-card__identity > div:last-child { min-width: 0; }
.company-card__logo, .compare-company-mark { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid rgb(255 255 255 / 10%); border-radius: 12px; background: linear-gradient(145deg, #293033, #161a1c); color: var(--orange-400); font-family: var(--font-display); font-size: 27px; font-weight: 900; }
.company-card__logo img, .compare-company-mark img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.company-card__name-row { display: flex; align-items: center; gap: 6px; }
.company-card__name { overflow: hidden; margin: 2px 0 0; font-size: 17px; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.company-card__name-en { overflow: hidden; max-width: 170px; margin: 3px 0; color: var(--steel-500); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.company-card__location { display: flex; gap: 5px; margin: 5px 0 0; color: var(--steel-400); font-size: 11px; }
.company-card__location span:first-child { color: var(--orange-400); }
.rating-summary { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; line-height: 1.25; }
.rating-summary strong { color: var(--white); font-family: var(--font-display); font-size: 26px; font-style: italic; }
.rating-summary small { color: var(--steel-500); font-size: 9px; }
.company-card__summary { display: -webkit-box; min-height: 47px; margin: 20px 0 15px; overflow: hidden; color: var(--steel-400); font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.company-card__tags, .tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.company-card__actions { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 19px; border-top: 1px solid rgb(255 255 255 / 7%); }
.company-card__actions .button--primary { flex: 1; }
.company-card__actions .button--ghost { flex: 1; }
.company-card .js-compare-toggle[aria-pressed="true"] { border-color: var(--orange-500); background: rgb(255 90 10 / 13%); color: var(--orange-300); }
.discovery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.link-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.link-tiles a { position: relative; display: flex; min-height: 72px; flex-direction: column; justify-content: center; padding: 13px 42px 13px 16px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 9px; background: rgb(255 255 255 / 2.5%); transition: border-color .2s, transform .2s, background .2s; }
.link-tiles a:hover { transform: translateX(3px); border-color: rgb(255 90 10 / 28%); background: rgb(255 90 10 / 5%); }
.link-tiles span { color: var(--white); font-size: 14px; font-weight: 800; }
.link-tiles small { color: var(--steel-500); font-size: 10px; }
.link-tiles i { position: absolute; top: 20px; right: 16px; color: var(--orange-400); font-style: normal; }
.district-cloud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.district-cloud a { display: flex; min-height: 51px; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border-bottom: 1px solid rgb(255 255 255 / 8%); color: var(--steel-300); font-size: 13px; font-weight: 700; }
.district-cloud a:hover { border-bottom-color: var(--orange-500); color: var(--white); }
.district-cloud span { display: grid; min-width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgb(255 255 255 / 5%); color: var(--steel-500); font-size: 9px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { padding: 25px; border: 1px solid rgb(255 255 255 / 9%); border-radius: var(--radius-md); background: rgb(255 255 255 / 3%); }
.review-card__top { display: flex; justify-content: space-between; gap: 15px; }
.review-card h3 { margin: 9px 0 0; font-size: 17px; }
.review-card__quote { height: 35px; color: var(--orange-500); font-family: Georgia, serif; font-size: 48px; line-height: 1; opacity: .7; }
.review-card > p { display: -webkit-box; min-height: 75px; margin: 17px 0 22px; overflow: hidden; color: var(--steel-300); font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.review-card footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 7px 13px; padding-top: 16px; border-top: 1px solid rgb(255 255 255 / 7%); color: var(--steel-500); font-size: 10px; }
.review-card footer strong { color: var(--steel-300); }
.review-card footer a { color: var(--orange-400); font-weight: 750; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid rgb(255 255 255 / 9%); border-radius: var(--radius-md); background: linear-gradient(145deg, #151a1c, #0f1214); transition: transform .25s, border-color .25s; }
.post-card:hover { transform: translateY(-5px); border-color: rgb(255 90 10 / 23%); }
.post-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #1a2022; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { position: absolute; display: grid; inset: 0; place-items: center; background: radial-gradient(circle at 70% 25%, rgb(255 90 10 / 20%), transparent 24%), linear-gradient(135deg, #20282b, #0f1314); }
.post-card__placeholder::before { width: 44%; height: 1px; transform: rotate(-32deg); background: linear-gradient(90deg, transparent, var(--orange-500), transparent); box-shadow: 0 0 20px rgb(255 90 10 / 30%); content: ""; }
.post-card__body { padding: 21px; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--steel-500); font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.post-card__meta span { color: var(--orange-400); text-transform: uppercase; }
.post-card h3 { margin: 13px 0 10px; font-size: 19px; letter-spacing: -.025em; }
.post-card h3 a:hover { color: var(--orange-300); }
.post-card__body > p { display: -webkit-box; min-height: 45px; margin-bottom: 18px; overflow: hidden; color: var(--steel-400); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.post-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid rgb(255 255 255 / 7%); color: var(--steel-500); font-size: 10px; }
.post-card__footer a { color: var(--steel-300); font-weight: 750; }
.post-card__footer a:hover { color: var(--orange-400); }
.cta-band { position: relative; overflow: hidden; background: linear-gradient(115deg, var(--orange-700), var(--orange-500)); }
.cta-band::before { position: absolute; width: 530px; height: 530px; top: -310px; right: 4%; border: 1px solid rgb(255 255 255 / 17%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / 3%), 0 0 0 140px rgb(255 255 255 / 2%); content: ""; }
.cta-band__inner { position: relative; display: flex; min-height: 255px; align-items: center; justify-content: space-between; gap: 50px; padding-block: 50px; }
.cta-band .eyebrow { color: #ffe2d2; }
.cta-band .eyebrow span { background: var(--white); box-shadow: none; }
.cta-band h2 { max-width: 750px; margin-bottom: 12px; font-size: clamp(31px, 4.2vw, 52px); letter-spacing: -.05em; }
.cta-band p:not(.eyebrow) { margin: 0; color: rgb(255 255 255 / 82%); }

/* Page heads and directory */
.page-hero { position: relative; overflow: hidden; padding: 72px 0 67px; border-bottom: 1px solid rgb(255 255 255 / 8%); background: radial-gradient(circle at 78% 50%, rgb(255 90 10 / 10%), transparent 25%), linear-gradient(120deg, #0a0d0e, #151a1c); }
.page-hero--compact { padding-block: 54px 58px; }
.page-hero__grid, .error-page__grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(90deg, transparent, black, transparent); }
.page-hero__content { position: relative; max-width: 790px; padding-top: 25px; }
.page-hero__content h1 { margin-bottom: 16px; font-size: clamp(39px, 5.5vw, 65px); letter-spacing: -.055em; }
.page-hero__content > p:last-child { max-width: 700px; margin: 0; color: var(--steel-300); font-size: 17px; }
.breadcrumbs { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--steel-500); font-size: 11px; }
.breadcrumbs a:hover { color: var(--orange-400); }
.breadcrumbs [aria-current="page"] { overflow: hidden; max-width: 330px; color: var(--steel-300); text-overflow: ellipsis; white-space: nowrap; }
.filter-panel { overflow: hidden; margin-top: -126px; margin-bottom: 36px; border: 1px solid rgb(255 255 255 / 11%); border-radius: var(--radius-md); background: rgb(15 19 20 / 96%); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.directory-shell { padding-top: 98px; }
.filter-panel__primary { display: grid; grid-template-columns: minmax(240px, 1.4fr) minmax(170px, .7fr) minmax(170px, .7fr) auto; align-items: end; gap: 13px; padding: 20px; }
.filter-panel__advanced { border-top: 1px solid rgb(255 255 255 / 8%); }
.filter-panel__advanced summary { display: flex; min-height: 45px; align-items: center; justify-content: center; gap: 8px; cursor: pointer; color: var(--steel-400); font-size: 11px; font-weight: 800; list-style: none; }
.filter-panel__advanced summary::-webkit-details-marker { display: none; }
.filter-panel__advanced[open] summary span { transform: rotate(45deg); }
.filter-panel__advanced-grid { display: grid; grid-template-columns: 1.2fr 1fr minmax(180px, .5fr); align-items: end; gap: 25px; padding: 18px 20px 22px; border-top: 1px solid rgb(255 255 255 / 6%); }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; color: var(--steel-400); font-size: 13px; }
.results-toolbar p { margin: 0; }
.results-toolbar strong { color: var(--white); font-size: 18px; }
.results-toolbar a { color: var(--orange-400); font-size: 12px; font-weight: 750; }
.company-grid--directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pagination { display: grid; grid-template-columns: minmax(105px, 1fr) auto minmax(105px, 1fr); align-items: center; gap: 20px; margin-top: 45px; }
.pagination__control { justify-self: start; color: var(--steel-300); font-size: 12px; font-weight: 750; }
.pagination__control:last-child { justify-self: end; }
.pagination__control.is-disabled { color: var(--steel-500); opacity: .45; }
.pagination__pages { display: flex; align-items: center; gap: 5px; }
.pagination__pages a, .pagination__pages > span:not([aria-hidden]) { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgb(255 255 255 / 8%); border-radius: 8px; color: var(--steel-300); font-size: 12px; }
.pagination__pages a:hover { border-color: var(--orange-500); color: var(--orange-400); }
.pagination__pages .is-current { border-color: var(--orange-500); background: var(--orange-500); color: var(--white); font-weight: 850; }
.empty-state { display: grid; justify-items: center; padding: 44px 25px; text-align: center; }
.empty-state > span:first-child { display: grid; width: 62px; height: 62px; margin-bottom: 19px; place-items: center; border: 1px solid rgb(255 90 10 / 24%); border-radius: 50%; background: rgb(255 90 10 / 7%); color: var(--orange-400); font-size: 26px; }
.empty-state h2, .empty-state h3 { margin-bottom: 9px; }
.empty-state p { max-width: 480px; margin-bottom: 20px; color: var(--steel-400); }
.empty-state--large { min-height: 390px; align-content: center; border: 1px dashed rgb(255 255 255 / 12%); border-radius: var(--radius-md); background: rgb(255 255 255 / 2%); }

/* Company detail */
.company-hero { position: relative; padding: 28px 0 42px; border-bottom: 1px solid rgb(255 255 255 / 8%); background: radial-gradient(circle at 84% 10%, rgb(255 90 10 / 13%), transparent 22%), linear-gradient(135deg, #111618, #090b0c); }
.company-hero__main { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-top: 38px; }
.company-hero__brand { display: flex; min-width: 0; align-items: center; gap: 24px; }
.company-hero__logo { display: grid; width: 112px; height: 112px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid rgb(255 255 255 / 12%); border-radius: 18px; background: linear-gradient(145deg, #2a3235, #131719); box-shadow: var(--shadow-sm); color: var(--orange-400); font-family: var(--font-display); font-size: 50px; }
.company-hero__logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.company-hero__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 11px; }
.company-hero h1 { margin: 0; font-size: clamp(34px, 4.6vw, 57px); letter-spacing: -.055em; }
.company-hero__name-en { margin: 5px 0 10px; color: var(--steel-500); font-size: 12px; }
.company-hero__rating { display: flex; align-items: center; gap: 9px; color: var(--steel-400); font-size: 12px; }
.company-hero__rating strong { color: var(--white); font-size: 20px; }
.company-hero__rating a { text-decoration: underline; text-underline-offset: 3px; }
.company-hero__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.company-subnav { position: sticky; z-index: 30; top: var(--header-height); border-bottom: 1px solid rgb(255 255 255 / 8%); background: rgb(10 13 14 / 90%); backdrop-filter: blur(13px); }
.company-subnav .container { display: flex; gap: 25px; overflow-x: auto; scrollbar-width: none; }
.company-subnav a { display: flex; min-height: 52px; align-items: center; border-bottom: 2px solid transparent; color: var(--steel-400); font-size: 12px; font-weight: 750; white-space: nowrap; }
.company-subnav a:hover { border-bottom-color: var(--orange-500); color: var(--white); }
.company-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 345px; align-items: start; gap: 25px; }
.company-detail__content { display: grid; gap: 20px; }
.content-panel { padding: clamp(25px, 4vw, 40px); border: 1px solid rgb(255 255 255 / 9%); border-radius: var(--radius-md); background: linear-gradient(145deg, #14191b, #0e1112); }
.content-panel > h2, .reviews-section__header h2 { margin-bottom: 22px; font-size: clamp(25px, 3.3vw, 36px); letter-spacing: -.04em; }
.prose { color: var(--steel-300); }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2, .prose h3, .prose h4 { margin: 1.7em 0 .65em; letter-spacing: -.03em; }
.prose h2 { font-size: clamp(25px, 3.3vw, 34px); }
.prose h3 { font-size: 22px; }
.prose p, .prose li { color: var(--steel-300); }
.prose a { color: var(--orange-400); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li { margin-bottom: .45em; }
.prose blockquote { margin: 1.7em 0; padding: 20px 24px; border-left: 3px solid var(--orange-500); background: rgb(255 255 255 / 3%); color: var(--white); font-size: 18px; }
.prose img { margin-block: 28px; border-radius: 12px; }
.prose table { width: 100%; margin-block: 25px; border-collapse: collapse; font-size: 14px; }
.prose th, .prose td { padding: 12px; border: 1px solid rgb(255 255 255 / 10%); text-align: left; }
.prose th { background: rgb(255 255 255 / 5%); color: var(--white); }
.prose .lead { color: var(--steel-200); font-size: 18px; }
.hero__trust-copy p { margin: 0; color: inherit; }
.match-steps-copy { margin: 22px 0; }
.match-steps-copy ol { display: grid; gap: 12px; margin: 0; padding-left: 22px; }
.match-steps-copy li { color: var(--steel-200); }
.hero-insight__intro { margin: 8px 0 0; color: var(--steel-400); font-size: 12px; }
.feature-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.company-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.company-gallery figure { margin: 0; overflow: hidden; border-radius: 10px; background: var(--steel-900); }
.company-gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.company-gallery figcaption { padding: 8px 10px; color: var(--steel-400); font-size: 12px; }
.feature-checks > div { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border: 1px solid rgb(255 255 255 / 7%); border-radius: 9px; background: rgb(255 255 255 / 2%); opacity: .65; }
.feature-checks > div.is-positive { border-color: rgb(25 189 107 / 19%); opacity: 1; }
.feature-checks i { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgb(255 255 255 / 5%); color: var(--steel-400); font-size: 11px; font-style: normal; }
.feature-checks .is-positive i { background: rgb(25 189 107 / 12%); color: #65dfa0; }
.feature-checks strong, .feature-checks small { display: block; }
.feature-checks strong { color: var(--white); font-size: 13px; }
.feature-checks small { margin-top: 3px; color: var(--steel-500); font-size: 9px; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.detail-columns h3 { font-size: 14px; }
.spec-list { margin: 30px 0 0; border-top: 1px solid rgb(255 255 255 / 8%); }
.spec-list > div { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgb(255 255 255 / 7%); }
.spec-list dt { color: var(--steel-500); font-size: 12px; font-weight: 750; }
.spec-list dd { margin: 0; color: var(--steel-200); font-size: 13px; }
.rating-panel__headline { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.rating-panel__headline h2 { margin: 0; }
.rating-panel__score { display: flex; align-items: baseline; }
.rating-panel__score strong { color: var(--white); font-family: var(--font-display); font-size: 48px; font-style: italic; line-height: 1; }
.rating-panel__score > span { color: var(--steel-500); font-size: 14px; }
.rating-panel__score small { margin-left: 10px; color: var(--steel-500); font-size: 9px; }
.rating-bars { display: grid; gap: 16px; margin-top: 31px; }
.rating-bars > div { display: grid; grid-template-columns: 120px 1fr 32px; align-items: center; gap: 14px; color: var(--steel-300); font-size: 12px; }
.rating-bars progress { width: 100%; height: 7px; overflow: hidden; border: 0; border-radius: 999px; background: #262d2f; }
.rating-bars progress::-webkit-progress-bar { border-radius: 999px; background: #262d2f; }
.rating-bars progress::-webkit-progress-value { border-radius: 999px; background: linear-gradient(90deg, var(--orange-700), var(--orange-400)); }
.rating-bars progress::-moz-progress-bar { border-radius: 999px; background: linear-gradient(90deg, var(--orange-700), var(--orange-400)); }
.rating-bars strong { color: var(--white); font-size: 12px; }
.reviews-section__header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.reviews-section__header h2 { margin: 0; }
.reviews-section__header h2 span { color: var(--steel-500); font-size: .5em; }
.review-list { display: grid; gap: 11px; }
.review-list .review-card { background: rgb(255 255 255 / 2%); }
.company-sidebar { position: sticky; top: calc(var(--header-height) + 74px); display: grid; gap: 14px; }
.contact-card { padding: 27px; border: 1px solid rgb(255 90 10 / 22%); border-radius: var(--radius-md); background: linear-gradient(150deg, #21282a, #111516); box-shadow: var(--shadow-lg); }
.contact-card__label { color: var(--orange-400); font-family: monospace; font-size: 9px; letter-spacing: .12em; }
.contact-card h2 { margin-bottom: 9px; font-size: 25px; }
.contact-card > p:not(.contact-card__label) { color: var(--steel-400); font-size: 12px; }
.contact-card__actions { display: grid; gap: 8px; margin-block: 21px; }
.contact-card dl { margin: 0; }
.contact-card dl > div { padding: 11px 0; border-top: 1px solid rgb(255 255 255 / 8%); }
.contact-card dt { color: var(--steel-500); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card dd { margin: 3px 0 0; color: var(--steel-200); font-size: 12px; }
.contact-card dd a { color: var(--orange-300); }
.contact-card__notice { display: block; margin-top: 15px; color: var(--steel-500); font-size: 9px; }
.verification-card { display: flex; gap: 12px; padding: 18px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 10px; background: rgb(255 255 255 / 2%); }
.verification-card > span { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgb(25 189 107 / 10%); color: #63dfa0; font-size: 12px; }
.verification-card strong, .verification-card small { display: block; }
.verification-card strong { color: var(--white); font-size: 12px; }
.verification-card small { color: var(--steel-500); font-size: 9px; }
.verification-card p { margin: 7px 0 0; color: var(--steel-500); font-size: 9px; }
.verification-card a { color: var(--orange-400); }

/* Compare */
.compare-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; color: var(--steel-400); font-size: 13px; }
.compare-heading p { margin: 0; }
.compare-heading strong { color: var(--white); }
.compare-heading a { color: var(--orange-400); font-weight: 800; }
.compare-table-wrap { overflow-x: auto; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.compare-table { width: 100%; min-width: 900px; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td { width: 23%; padding: 18px; border-right: 1px solid rgb(255 255 255 / 7%); border-bottom: 1px solid rgb(255 255 255 / 7%); text-align: center; vertical-align: middle; }
.compare-table th:first-child, .compare-table tbody th { width: 17%; text-align: left; }
.compare-table thead th { position: relative; height: 210px; background: linear-gradient(150deg, #171d1f, #101314); }
.compare-table thead th:first-child { vertical-align: bottom; background: #0f1213; color: var(--steel-500); font-size: 10px; letter-spacing: .08em; }
.compare-table thead th > a { display: block; margin-top: 13px; color: var(--white); font-size: 15px; }
.compare-table thead th > small { display: block; margin-top: 5px; color: #61dda0; font-size: 9px; }
.compare-company-mark { width: 72px; height: 72px; margin: auto; }
.compare-table__remove { position: absolute; top: 10px; right: 10px; display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgb(255 255 255 / 9%); border-radius: 50%; background: transparent; color: var(--steel-500); font-size: 18px; }
.compare-table__remove:hover { border-color: var(--red-500); color: #ff7c7c; }
.compare-table tbody th { background: #0f1213; color: var(--steel-400); font-size: 11px; font-weight: 800; }
.compare-table td { background: rgb(255 255 255 / 2%); color: var(--steel-200); font-size: 12px; }
.compare-table tbody tr:hover td { background: rgb(255 90 10 / 3%); }
.compare-table__blank { color: var(--steel-500) !important; }
.compare-table thead .compare-table__blank a { display: grid; min-height: 105px; place-items: center; border: 1px dashed rgb(255 255 255 / 11%); border-radius: 9px; color: var(--steel-500); font-size: 11px; }
.compare-table thead .compare-table__blank span { display: block; font-size: 21px; }
.compare-table__cta td { padding-block: 22px; }
.compare-disclaimer { margin: 17px 0 0; color: var(--steel-500); font-size: 10px; text-align: center; }

/* Forms */
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 28px; }
.surface-form { padding: clamp(24px, 4vw, 40px); border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-md); background: linear-gradient(145deg, #14191b, #0e1112); box-shadow: var(--shadow-sm); }
.form-block { padding-block: 30px; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.form-block:first-of-type { padding-top: 0; }
.form-block__heading { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 23px; }
.form-block__heading > span { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border: 1px solid rgb(255 90 10 / 23%); border-radius: 50%; color: var(--orange-400); font-family: monospace; font-size: 10px; }
.form-block__heading h2 { margin: 0 0 3px; font-size: 21px; }
.form-block__heading p { margin: 0; color: var(--steel-500); font-size: 11px; }
.star-rating { display: flex; width: max-content; flex-direction: row-reverse; gap: 6px; margin: 0; padding: 0; border: 0; }
.star-rating input { position: absolute; opacity: 0; }
.star-rating label { color: #353d40; cursor: pointer; font-size: 38px; line-height: 1; transition: color .15s, transform .15s; }
.star-rating input:checked ~ label, .star-rating label:hover, .star-rating label:hover ~ label { color: var(--orange-400); }
.star-rating input:focus-visible + label { border-radius: 4px; box-shadow: var(--ring); }
.star-rating label:hover { transform: scale(1.1); }
.dimension-ratings { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.dimension-ratings fieldset { min-width: 0; margin: 0; padding: 14px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 9px; }
.dimension-ratings legend { padding-inline: 5px; color: var(--steel-300); font-size: 11px; font-weight: 750; }
.compact-rating { display: flex; gap: 5px; }
.compact-rating label { flex: 1; }
.compact-rating input { position: absolute; opacity: 0; }
.compact-rating label > span[aria-hidden] { display: grid; height: 31px; place-items: center; border: 1px solid rgb(255 255 255 / 9%); border-radius: 6px; color: var(--steel-500); cursor: pointer; font-size: 10px; font-weight: 800; }
.compact-rating input:checked + span { border-color: var(--orange-500); background: rgb(255 90 10 / 12%); color: var(--orange-300); }
.compact-rating input:focus-visible + span { box-shadow: var(--ring); }
.form-grid { display: grid; gap: 15px; margin-bottom: 17px; }
.form-grid--two { grid-template-columns: 1fr 1fr; }
.surface-form > .field, .form-block > .field { margin-bottom: 17px; }
.check-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: var(--steel-400); font-size: 11px; cursor: pointer; }
.check-field input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--orange-500); }
.check-field a { color: var(--orange-400); text-decoration: underline; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 28px; }
.form-submit p { max-width: 370px; margin: 0; color: var(--steel-500); font-size: 10px; }
.guideline-card { position: sticky; top: calc(var(--header-height) + 28px); padding: 27px; border: 1px solid rgb(255 255 255 / 9%); border-radius: var(--radius-md); background: rgb(255 255 255 / 3%); }
.guideline-card h2 { font-size: 23px; }
.guideline-card ol { display: grid; gap: 22px; margin: 25px 0 0; padding: 0; list-style: none; }
.guideline-card li { display: flex; gap: 12px; }
.guideline-card li > span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgb(255 90 10 / 10%); color: var(--orange-400); font-size: 10px; }
.guideline-card strong { color: var(--white); font-size: 12px; }
.guideline-card li p { margin: 3px 0 0; color: var(--steel-500); font-size: 10px; }
.alert { margin-bottom: 18px; padding: 16px 18px; border-radius: 9px; font-size: 12px; }
.alert--error { border: 1px solid rgb(240 75 75 / 28%); background: rgb(240 75 75 / 8%); color: #ffb4b4; }
.alert ul { margin: 8px 0 0; padding-left: 20px; }
.success-panel { display: flex; min-height: 380px; align-items: center; gap: 22px; padding: clamp(28px, 5vw, 55px); border: 1px solid rgb(25 189 107 / 24%); border-radius: var(--radius-md); background: linear-gradient(145deg, rgb(25 189 107 / 8%), rgb(255 255 255 / 2%)); }
.success-panel > span { display: grid; width: 64px; height: 64px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green-600); color: var(--white); font-size: 27px; }
.success-panel h2 { margin-bottom: 9px; font-size: 30px; }
.success-panel p { max-width: 510px; color: var(--steel-400); }

/* Blog */
.editorial-hero { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-top: 45px; }
.editorial-hero h1 { margin-bottom: 12px; font-size: clamp(47px, 7vw, 82px); letter-spacing: -.06em; }
.editorial-hero p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--steel-300); font-size: 17px; }
.editorial-search { display: flex; width: min(100%, 330px); flex: 0 0 auto; align-items: center; }
.editorial-search input { height: 51px; padding: 0 48px 0 15px; }
.editorial-search button { width: 42px; height: 42px; margin-left: -46px; border: 0; background: transparent; color: var(--orange-400); font-size: 20px; }
.category-nav { border-bottom: 1px solid rgb(255 255 255 / 8%); background: #0c0f10; }
.category-nav .container { display: flex; gap: 6px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.category-nav a { display: inline-flex; min-height: 38px; flex: 0 0 auto; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 7px; color: var(--steel-400); font-size: 11px; font-weight: 750; }
.category-nav a:hover, .category-nav a.is-active { background: rgb(255 90 10 / 10%); color: var(--orange-300); }
.category-nav a span { display: grid; min-width: 19px; height: 19px; place-items: center; border-radius: 50%; background: rgb(255 255 255 / 6%); font-size: 8px; }
.post-grid--index { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
.article-hero { position: relative; overflow: hidden; padding: 42px 0 70px; background: linear-gradient(140deg, #0b0e0f, #181e20); }
.article-hero__ambient { position: absolute; right: 5%; bottom: -220px; width: 550px; height: 550px; border: 1px solid rgb(255 90 10 / 15%); border-radius: 50%; box-shadow: 0 0 0 65px rgb(255 90 10 / 2%), 0 0 0 130px rgb(255 90 10 / 1%); }
.article-hero__inner { position: relative; width: min(calc(100% - 40px), 1000px); }
.article-hero .eyebrow { margin-top: 54px; }
.article-hero h1 { max-width: 950px; margin-bottom: 24px; font-size: clamp(39px, 6.1vw, 72px); letter-spacing: -.06em; }
.article-hero__lead { max-width: 800px; color: var(--steel-300); font-size: 18px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px 21px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 8%); color: var(--steel-500); font-size: 10px; }
.article-meta strong { color: var(--steel-300); }
.article-cover { position: relative; z-index: 2; overflow: hidden; margin-top: -33px; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.article-cover img { width: 100%; max-height: 620px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 58px minmax(0, 760px) minmax(220px, 1fr); align-items: start; gap: 38px; padding-block: 70px 95px; }
.article-share { position: sticky; top: calc(var(--header-height) + 30px); display: grid; justify-items: center; gap: 8px; }
.article-share > span { margin-bottom: 6px; color: var(--steel-500); font-size: 9px; letter-spacing: .12em; writing-mode: vertical-rl; }
.article-share button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgb(255 255 255 / 10%); border-radius: 50%; background: transparent; color: var(--steel-400); font-size: 10px; font-weight: 850; }
.article-share button:hover { border-color: var(--orange-500); color: var(--orange-400); }
.article-content { min-width: 0; font-size: 16px; line-height: 1.82; }
.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 8%); }
.article-tags > span:first-child { margin-right: 5px; color: var(--steel-500); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-note { display: flex; gap: 13px; margin-top: 28px; padding: 17px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 9px; background: rgb(255 255 255 / 2%); }
.article-note > span { color: var(--orange-400); }
.article-note p { margin: 0; color: var(--steel-500); font-size: 10px; }
.article-note strong { display: block; color: var(--steel-300); }
.article-aside { position: sticky; top: calc(var(--header-height) + 30px); }
.article-cta { padding: 24px; border: 1px solid rgb(255 90 10 / 19%); border-radius: var(--radius-md); background: linear-gradient(150deg, #1b2224, #101415); }
.article-cta h2 { margin-bottom: 10px; font-size: 22px; }
.article-cta > p:not(.eyebrow) { margin-bottom: 19px; color: var(--steel-500); font-size: 11px; }

/* CMS and contact */
.cms-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cms-card { position: relative; min-height: 220px; padding: 26px; overflow: hidden; border: 1px solid rgb(255 255 255 / 9%); border-radius: var(--radius-md); background: linear-gradient(145deg, #151a1c, #0e1112); }
.cms-card__number { position: absolute; top: 15px; right: 18px; color: rgb(255 90 10 / 23%); font-family: var(--font-display); font-size: 48px; font-style: italic; }
.cms-card h3 { position: relative; margin-top: 55px; font-size: 20px; }
.cms-card p { position: relative; color: var(--steel-400); font-size: 12px; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { border: 1px solid rgb(255 255 255 / 9%); border-radius: 10px; background: rgb(255 255 255 / 2%); }
.faq-list summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; cursor: pointer; color: var(--white); font-size: 14px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange-400); font-size: 20px; transition: transform .18s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details .prose { padding: 0 20px 20px; }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); gap: 70px; }
.contact-details { padding-top: 16px; }
.contact-details h2 { font-size: clamp(30px, 4vw, 43px); letter-spacing: -.045em; }
.contact-details > p:not(.eyebrow) { color: var(--steel-400); }
.contact-details dl { margin: 38px 0; border-top: 1px solid rgb(255 255 255 / 9%); }
.contact-details dl > div { padding: 16px 0; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.contact-details dt { color: var(--steel-500); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details dd { margin: 4px 0 0; color: var(--white); font-size: 15px; font-weight: 700; }
.contact-details dd a:hover { color: var(--orange-400); }
.contact-details__note { display: flex; gap: 12px; padding: 16px; border: 1px solid rgb(255 90 10 / 14%); border-radius: 9px; background: rgb(255 90 10 / 5%); }
.contact-details__note span { color: var(--orange-400); }
.contact-details__note p { margin: 0; color: var(--steel-400); font-size: 11px; }
.form-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 8px; margin-bottom: 28px; }
.form-heading .eyebrow { width: 100%; }
.form-heading h2 { margin: 0; font-size: 31px; }
.form-heading > p:not(.eyebrow) { margin: 0; color: var(--steel-500); font-size: 10px; }
.inquiry-form > .button { margin-top: 25px; }

/* Error pages */
.error-page { position: relative; display: grid; min-height: calc(100vh - var(--header-height)); overflow: hidden; place-items: center; background: radial-gradient(circle at 50% 45%, rgb(255 90 10 / 9%), transparent 27%), #090b0c; }
.error-page__inner { position: relative; z-index: 1; display: grid; max-width: 760px; justify-items: center; padding-block: 90px; text-align: center; }
.error-code { display: flex; align-items: center; margin-bottom: -2px; color: rgb(255 255 255 / 8%); font-family: var(--font-display); font-size: clamp(110px, 22vw, 220px); font-style: italic; font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.error-code i { display: grid; width: .63em; height: .63em; margin-left: .02em; place-items: center; border: .07em solid rgb(255 90 10 / 35%); border-radius: 50%; color: transparent; font-size: .9em; box-shadow: inset 0 0 45px rgb(255 90 10 / 8%), 0 0 40px rgb(255 90 10 / 7%); }
.error-code--500 i { border-style: dashed; }
.error-page h1 { margin-bottom: 14px; font-size: clamp(32px, 5vw, 52px); letter-spacing: -.055em; }
.error-page__inner > p:not(.eyebrow) { max-width: 550px; color: var(--steel-400); }
.error-page__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 16px; }
.error-page small { margin-top: 31px; color: var(--steel-500); font-family: monospace; font-size: 9px; }

/* Compare tray and transient UI */
.compare-tray { position: fixed; z-index: 90; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 430px); transform: translateY(calc(100% + 40px)); opacity: 0; transition: transform .26s ease, opacity .26s; }
.compare-tray.is-visible { transform: none; opacity: 1; }
.compare-tray__inner { overflow: hidden; border: 1px solid rgb(255 90 10 / 30%); border-radius: 13px; background: rgb(15 19 20 / 96%); box-shadow: 0 24px 65px rgb(0 0 0 / 45%); backdrop-filter: blur(18px); }
.compare-tray__head { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.compare-tray__head strong { color: var(--white); font-size: 12px; }
.compare-tray__head button { border: 0; background: transparent; color: var(--steel-500); font-size: 10px; }
.compare-tray__items { display: flex; gap: 6px; padding: 10px 15px; }
.compare-tray__item { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: space-between; gap: 5px; padding: 7px 8px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 7px; background: rgb(255 255 255 / 3%); color: var(--steel-300); font-size: 9px; }
.compare-tray__item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compare-tray__item button { padding: 0; border: 0; background: transparent; color: var(--steel-500); }
.compare-tray__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 15px 14px; }
.compare-tray__footer small { color: var(--steel-500); font-size: 9px; }
.toast-stack { position: fixed; z-index: 200; top: calc(var(--header-height) + 15px); right: 16px; display: grid; width: min(calc(100% - 32px), 340px); gap: 8px; pointer-events: none; }
.toast { padding: 13px 15px; transform: translateY(-8px); border: 1px solid rgb(255 255 255 / 11%); border-left: 3px solid var(--orange-500); border-radius: 8px; background: rgb(19 24 26 / 97%); box-shadow: var(--shadow-sm); color: var(--steel-200); font-size: 11px; opacity: 0; transition: opacity .18s, transform .18s; }
.toast.is-visible { transform: none; opacity: 1; }
.back-to-top { position: fixed; z-index: 70; right: 24px; bottom: 92px; display: grid; width: 41px; height: 41px; transform: translateY(10px); place-items: center; border: 1px solid rgb(255 255 255 / 13%); border-radius: 50%; background: rgb(10 13 14 / 80%); color: var(--steel-300); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; backdrop-filter: blur(9px); }
.back-to-top.is-visible { transform: none; opacity: 1; pointer-events: auto; }

/* Progressive reveal */
.js [data-reveal] { transform: translateY(16px); opacity: 0; transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease; }
.js [data-reveal].is-revealed { transform: none; opacity: 1; }

/* Responsive */
@media (max-width: 1080px) {
    :root { --header-height: 70px; }
    .site-nav, .primary-nav { position: fixed; visibility: hidden; top: var(--header-height); right: 0; left: 0; transform: translateY(-8px); border-bottom: 1px solid rgb(255 255 255 / 10%); background: rgb(9 12 13 / 98%); opacity: 0; transition: visibility .2s, opacity .2s, transform .2s; }
    .site-nav.is-open, .primary-nav.is-open { visibility: visible; transform: none; opacity: 1; }
    .site-nav ul, .site-nav__links { width: min(calc(100% - 40px), var(--container)); flex-direction: column; align-items: stretch; gap: 2px; margin: auto; padding: 15px 0 20px; }
    .primary-nav { align-items: stretch; flex-direction: column; gap: 2px; padding: 15px max(20px, calc((100vw - var(--container)) / 2)) 20px; }
    .site-nav a { justify-content: space-between; }
    .primary-nav > a { justify-content: space-between; }
    .primary-nav > .button { margin: 5px 0 0; justify-content: center; }
    body.nav-open { overflow: hidden; }
    .nav-toggle { display: block; margin-left: auto; }
    .site-header__actions .button--ghost { display: none; }
    .hero__grid { grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: 35px; }
    .hero__content h1 { font-size: clamp(42px, 6vw, 61px); }
    .search-panel { grid-template-columns: 1fr 1fr; }
    .search-panel .button { grid-column: 1 / -1; }
    .company-grid, .company-grid--directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .company-card:nth-child(3) { display: flex; }
    .section-heading { grid-template-columns: 1fr 1fr; }
    .section-heading .text-link { grid-column: 1 / -1; }
    .company-detail__layout { grid-template-columns: minmax(0, 1fr) 300px; }
    .feature-checks { grid-template-columns: 1fr; }
    .article-layout { grid-template-columns: 48px minmax(0, 1fr); }
    .article-aside { display: none; }
    .site-footer__main, .site-footer__grid, .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .footer-links:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
    .section { padding-block: 70px; }
    .hero--home { padding-top: 65px; }
    .hero__grid { grid-template-columns: 1fr; gap: 35px; }
    .hero-insight { display: none; }
    .hero__rail { margin-top: 50px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat-item:nth-child(3) { border-left: 1px solid rgb(255 255 255 / 7%); border-top: 1px solid rgb(255 255 255 / 7%); }
    .stat-item:nth-child(4) { border-top: 1px solid rgb(255 255 255 / 7%); }
    .carousel__content { width: 75%; padding: 45px 38px; }
    .discovery-grid { grid-template-columns: 1fr; gap: 58px; }
    .review-grid, .post-grid, .post-grid--index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .review-grid .review-card:last-child, .post-grid:not(.post-grid--index) .post-card:last-child { grid-column: 1 / -1; }
    .filter-panel__primary { grid-template-columns: 1fr 1fr; }
    .filter-panel__primary .field--search { grid-column: 1 / -1; }
    .filter-panel__primary .button { grid-column: 1 / -1; }
    .filter-panel__advanced-grid { grid-template-columns: 1fr; }
    .company-hero__main { align-items: flex-start; flex-direction: column; }
    .company-hero__actions { justify-content: flex-start; }
    .company-detail__layout { grid-template-columns: 1fr; }
    .company-sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .form-layout { grid-template-columns: 1fr; }
    .form-aside { order: -1; }
    .guideline-card { position: static; }
    .guideline-card ol { grid-template-columns: repeat(3, 1fr); }
    .article-layout { grid-template-columns: 1fr; }
    .article-share { position: static; display: flex; justify-content: flex-start; }
    .article-share > span { writing-mode: initial; }
    .cms-card-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-layout { grid-template-columns: 1fr; gap: 45px; }
    .site-footer__main, .site-footer__grid, .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-links:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
    :root { --header-height: 66px; }
    .container, .container--narrow { width: min(calc(100% - 28px), var(--container)); }
    .site-header__actions > .button { display: none; }
    .hero--home { min-height: auto; padding-top: 48px; }
    .hero__content h1 { font-size: clamp(39px, 12vw, 54px); }
    .hero__lead { font-size: 16px; }
    .search-panel { grid-template-columns: 1fr; padding: 10px; }
    .search-panel .button { grid-column: auto; }
    .hero__trust { gap: 11px; }
    .hero__rail { height: 50px; gap: 12px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat-item { padding: 24px 15px; }
    .section { padding-block: 58px; }
    .section--banner { padding-top: 35px; }
    .section-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 27px; }
    .section-heading .text-link { grid-column: auto; }
    .carousel__viewport, .carousel__slide { min-height: 440px; }
    .carousel__scrim { background: linear-gradient(0deg, rgb(5 7 8 / 96%), rgb(5 7 8 / 40%)); }
    .carousel__content { width: 100%; min-height: 440px; justify-content: flex-end; padding: 34px 25px 80px; }
    .carousel__content h2 { font-size: 33px; }
    .company-grid, .company-grid--directory, .review-grid, .post-grid, .post-grid--index { grid-template-columns: 1fr; }
    .review-grid .review-card:last-child, .post-grid:not(.post-grid--index) .post-card:last-child { grid-column: auto; }
    .company-card { min-height: 300px; }
    .company-card__topline { flex-direction: column; }
    .rating-summary { width: 100%; align-items: center; flex-direction: row; gap: 7px; }
    .link-tiles { grid-template-columns: 1fr; }
    .district-cloud { grid-template-columns: 1fr 1fr; }
    .cta-band__inner { min-height: 300px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 25px; }
    .page-hero { padding-block: 48px 54px; }
    .page-hero__content { padding-top: 20px; }
    .page-hero__content h1 { font-size: 39px; }
    .filter-panel { margin-top: -90px; }
    .directory-shell { padding-top: 64px; }
    .filter-panel__primary { grid-template-columns: 1fr; }
    .filter-panel__primary .field--search, .filter-panel__primary .button { grid-column: auto; }
    .results-toolbar { align-items: flex-start; flex-direction: column; }
    .pagination { grid-template-columns: 1fr 1fr; }
    .pagination__pages { grid-column: 1 / -1; grid-row: 1; justify-content: center; }
    .company-hero__brand { align-items: flex-start; }
    .company-hero__logo { width: 76px; height: 76px; border-radius: 13px; font-size: 35px; }
    .company-hero h1 { font-size: 34px; }
    .company-hero__actions { width: 100%; }
    .company-hero__actions .button { flex: 1; }
    .company-sidebar { grid-template-columns: 1fr; }
    .content-panel { padding: 23px 18px; }
    .detail-columns, .form-grid--two, .dimension-ratings { grid-template-columns: 1fr; }
    .spec-list > div { grid-template-columns: 1fr; gap: 4px; }
    .rating-panel__headline { align-items: flex-start; flex-direction: column; }
    .rating-bars > div { grid-template-columns: 93px 1fr 27px; gap: 8px; }
    .reviews-section__header { align-items: flex-start; flex-direction: column; }
    .form-submit { align-items: flex-start; flex-direction: column; }
    .form-submit .button { width: 100%; }
    .guideline-card ol { grid-template-columns: 1fr; }
    .editorial-hero { align-items: stretch; flex-direction: column; gap: 28px; }
    .editorial-search { width: 100%; }
    .article-hero { padding-bottom: 50px; }
    .article-hero .eyebrow { margin-top: 38px; }
    .article-hero h1 { font-size: 39px; }
    .article-cover { width: calc(100% - 20px); margin-top: -20px; border-radius: 13px; }
    .article-layout { padding-block: 45px 65px; }
    .article-content { font-size: 15px; }
    .cms-card-grid { grid-template-columns: 1fr; }
    .surface-form { padding: 22px 16px; }
    .success-panel { align-items: flex-start; flex-direction: column; }
    .site-footer__main, .site-footer__grid, .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 55px 38px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-brand, .footer-links:last-child { grid-column: auto; }
    .site-footer__bottom, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
    body.has-compare-tray .whatsapp-float { bottom: 235px; }
    .compare-tray { right: 10px; bottom: 10px; width: calc(100% - 20px); }
    .compare-tray__items { overflow-x: auto; }
    .compare-tray__item { min-width: 110px; }
    .compare-tray__footer { align-items: stretch; flex-direction: column; }
    .compare-tray__footer .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .js [data-reveal] { transform: none; opacity: 1; }
}

@media print {
    :root { color-scheme: light; }
    body { background: #fff; color: #222; }
    .site-header, .site-footer, .company-subnav, .company-sidebar, .article-share, .article-aside, .whatsapp-float, .compare-tray, .button, .cta-band { display: none !important; }
    h1, h2, h3, h4, .prose p, .prose li { color: #111; }
    .content-panel, .review-card, .company-card { border-color: #ccc; background: #fff; box-shadow: none; }
    .compare-table-wrap { overflow: visible; border-color: #bbb; }
    .compare-table { min-width: 0; }
    .compare-table th, .compare-table td { border-color: #bbb; background: #fff !important; color: #111; }
}
