:root {
  --ink: #0a1017;
  --ink-2: #111a24;
  --steel: #243241;
  --slate: #5c6875;
  --line: #d9dfe5;
  --paper: #ffffff;
  --mist: #f2f5f7;
  --red: #d51d38;
  --red-dark: #ad1029;
  --blue: #1688d4;
  --green: #25d366;
  --radius: 16px;
  --shadow: 0 22px 55px rgba(7, 16, 27, .11);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.light-section { background: var(--mist); }
.dark-section { color: #fff; background: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-160%); background: #fff; color: #000; padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { transform: none; }

h1, h2, h3 { margin: 0; font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; font-weight: 800; letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.5vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.9rem); }
h3 { font-size: 1.65rem; }
p { margin: 0; }
em { color: var(--red); font-style: normal; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.eyebrow-light { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading p { margin-top: 22px; color: var(--slate); font-size: 1.08rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.split-heading p { margin: 0 0 8px; }

.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid rgba(22, 136, 212, .42); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 14px 30px rgba(213, 29, 56, .28); }
.button-primary:hover { background: var(--red-dark); }
.button-dark { color: #fff; background: var(--ink); }
.button-white { color: var(--ink); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.button-outline { color: var(--ink); border-color: var(--line); background: #fff; }
.button-outline:hover { border-color: var(--ink); }
.button-small { min-height: 40px; padding: 9px 16px; }
.button-wide { width: 100%; }
.text-link { display: inline-flex; margin-top: 28px; color: var(--red); font-weight: 800; text-decoration: none; }

.flescan-promo { position: relative; z-index: 1; min-height: 70px; display: block; overflow: hidden; color: #172334; background: linear-gradient(105deg, #fff 0%, #fff9f4 48%, #fff 100%); border-top: 3px solid #ff6a00; border-bottom: 1px solid #f0e4da; }
.flescan-promo::before { position: absolute; top: -75px; right: 15%; width: 210px; height: 210px; content: ""; background: radial-gradient(circle, rgba(255,106,0,.12), transparent 68%); pointer-events: none; }
.flescan-promo[hidden] { display: none; }
.flescan-promo-inner { position: relative; min-height: 67px; display: grid; grid-template-columns: auto minmax(240px, 1fr) auto auto; align-items: center; gap: 24px; padding-right: 48px; }
.flescan-promo-brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.flescan-promo-brand img { width: 110px; height: auto; }
.flescan-promo-brand span { padding: 5px 10px; color: #e45b00; background: #fff0e5; border: 1px solid #ffd1b3; border-radius: 999px; font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.flescan-promo-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.flescan-promo-copy strong { font-size: 1rem; }
.flescan-promo-copy span { margin-top: 2px; color: #667285; font-size: .76rem; }
.flescan-promo-benefits { display: flex; gap: 16px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.flescan-promo-benefits li { position: relative; padding-left: 16px; color: #3d4b5c; font-size: .7rem; font-weight: 800; }
.flescan-promo-benefits li::before { position: absolute; top: -.16em; left: 0; content: "✓"; color: #ff6a00; font-size: 1rem; font-weight: 900; }
.flescan-promo-cta { min-height: 40px; display: inline-flex; align-items: center; gap: 12px; padding: 9px 16px; color: #fff; background: #ff6a00; border-radius: 999px; box-shadow: 0 8px 20px rgba(255,106,0,.2); font-size: .78rem; font-weight: 900; text-decoration: none; white-space: nowrap; transition: transform .2s, background .2s, box-shadow .2s; }
.flescan-promo-cta:hover { transform: translateY(-2px); background: #e95d00; }
.flescan-promo-close { position: absolute; top: 50%; right: 9px; width: 32px; height: 32px; display: grid; place-items: center; padding: 0; color: #566275; background: rgba(232,236,240,.88); border: 0; border-radius: 50%; cursor: pointer; transform: translateY(-50%); transition: color .2s, background .2s, transform .2s; }
.flescan-promo-close:hover { color: #fff; background: #ff6a00; }
.flescan-promo-close svg { width: 16px; height: 16px; }

.topbar { color: #d8dee5; background: #05090d; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .8rem; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.topbar-links { display: flex; gap: 25px; }
.site-header { position: sticky; z-index: 100; top: 0; color: #fff; background: #000; box-shadow: 0 10px 32px rgba(0,0,0,.16); }
.nav-shell { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 280px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; color: #e9edf1; font-size: .91rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-nav > a:not(.nav-phone)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { transform: scaleX(1); }
.nav-phone { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.23); border-radius: 7px; }
.nav-phone svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.nav-phone:hover { border-color: var(--red); background: var(--red); }
.menu-toggle { width: 48px; height: 44px; display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; }
.menu-toggle span:not(.sr-only) { width: 21px; height: 2px; background: currentColor; }

.hero { position: relative; min-height: 760px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 55%; animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,10,15,.94) 0%, rgba(5,10,15,.76) 48%, rgba(5,10,15,.45) 100%), linear-gradient(0deg, rgba(5,10,15,.8), transparent 45%); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .78fr; align-items: center; gap: 65px; padding-top: 74px; padding-bottom: 130px; }
.hero-copy h1 { max-width: 760px; }
.hero-copy > p { max-width: 650px; margin-top: 28px; color: #dbe1e6; font-size: 1.16rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-search { align-self: end; }
.trust-bar { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: rgba(10,16,23,.93); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.trust-bar > div { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 14px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-bar strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.25rem; text-transform: uppercase; }
.trust-bar span { color: #aeb7c1; font-size: .82rem; }

.parts-search { position: relative; padding: 36px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.55); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.parts-search-compact { padding: 30px; background: rgba(255,255,255,.96); }
.search-heading h2 { color: var(--ink); font-size: 2.1rem; }
.search-heading p { margin-top: 9px; color: var(--slate); font-size: .92rem; }
.search-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 25px; }
.parts-search-compact .search-fields { grid-template-columns: 1fr 1fr; }
.field-reference, .search-divider { grid-column: 1 / -1; }
.field { position: relative; }
.field label { display: block; margin-bottom: 7px; color: var(--steel); font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ink); background: #f8fafb; border: 1px solid var(--line); border-radius: 7px; transition: border .2s, box-shadow .2s, background .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,136,212,.1); outline: 0; }
.field input:disabled { color: #9aa4ae; background: #eef1f4; cursor: not-allowed; }
.search-divider { position: relative; color: #8c97a2; font-size: .7rem; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.search-divider::before { position: absolute; top: 50%; right: 0; left: 0; z-index: 0; height: 1px; content: ""; background: var(--line); }
.search-divider span { position: relative; z-index: 1; padding: 0 10px; background: #fff; }
.parts-search-compact .search-divider span { background: rgba(255,255,255,.96); }
.search-submit { width: 100%; margin-top: 18px; }
.search-submit svg { width: 20px; height: 20px; }
.form-message { min-height: 22px; margin-top: 10px; color: #b51b2d; font-size: .84rem; }
.autocomplete-field { z-index: 4; }
.suggestions { position: absolute; z-index: 20; top: calc(100% + 6px); right: 0; left: 0; max-height: 260px; overflow-y: auto; display: none; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 35px rgba(7,16,27,.16); }
.suggestions.is-open { display: block; }
.suggestions button { width: 100%; padding: 11px 12px; color: var(--ink); background: transparent; border: 0; border-radius: 5px; text-align: left; cursor: pointer; }
.suggestions button:hover, .suggestions button:focus { background: var(--mist); outline: 0; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 290px; display: flex; flex-direction: column; padding: 30px; color: var(--ink); background: linear-gradient(145deg, #f7f9fa, #eef2f4); border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .25s, box-shadow .35s; }
.service-card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: var(--shadow); }
.service-card > span, .service-card-content > span { color: var(--red); font-family: monospace; font-weight: 700; }
.service-card h3 { margin-top: auto; }
.service-card p { margin-top: 15px; color: var(--slate); }
.service-card strong { margin-top: 22px; color: var(--red); font-size: .88rem; }
.service-card-featured { position: relative; grid-row: span 2; padding: 0; overflow: hidden; color: #fff; background: var(--ink); }
.service-card-featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.service-card-featured::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,10,15,.95), rgba(5,10,15,.05)); }
.service-card-content { position: relative; z-index: 1; min-height: 600px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; }
.service-card-featured p { color: #d5dce2; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 42px; color: var(--red); background: #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(7,16,27,.08); }
.service-icon svg { width: 28px; height: 28px; }

.process-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 95px; align-items: center; }
.process-image-wrap { position: relative; }
.process-image-wrap img { width: 100%; min-height: 600px; object-fit: cover; border-radius: var(--radius); }
.image-stamp { position: absolute; right: -30px; bottom: 36px; width: 210px; padding: 25px; color: #fff; background: var(--red); border-radius: 12px; box-shadow: var(--shadow); }
.image-stamp strong { display: block; font-family: Impact, sans-serif; font-size: 3rem; line-height: 1; }
.image-stamp span { display: block; margin-top: 8px; font-size: .82rem; line-height: 1.45; }
.process-copy > p { margin-top: 25px; color: #b9c2ca; font-size: 1.07rem; }
.steps { display: grid; gap: 0; margin: 35px 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--steel); border-radius: 50%; font-weight: 800; }
.steps strong { font-size: 1.05rem; }
.steps p { color: #9faab4; font-size: .9rem; }

.yard-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.yard-copy > p { margin-top: 25px; color: var(--slate); font-size: 1.08rem; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.metric-row strong { display: block; color: var(--red); font-family: Impact, sans-serif; font-size: 3rem; line-height: 1; }
.metric-row span { display: block; margin-top: 8px; color: var(--slate); font-size: .85rem; }
.yard-collage { position: relative; padding-bottom: 90px; }
.yard-main { width: 92%; height: 480px; margin-left: auto; object-fit: cover; border-radius: var(--radius); }
.yard-small { position: absolute; bottom: 0; left: 0; width: 45%; height: 260px; object-fit: cover; border: 12px solid #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.cta-section { padding-top: 0; }
.cta-panel { min-height: 320px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 65px; color: #fff; background: linear-gradient(115deg, var(--red-dark), var(--red)); border-radius: 20px; }
.cta-panel h2 { max-width: 800px; font-size: clamp(2.4rem, 4.5vw, 4rem); }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }

.page-hero { position: relative; min-height: 470px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.page-hero-parts { background: radial-gradient(circle at 80% 10%, rgba(22,136,212,.27), transparent 32%), linear-gradient(125deg, #0a1017 0%, #172330 100%); }
.page-hero-about { background: linear-gradient(115deg, rgba(5,10,15,.95), rgba(5,10,15,.55)), url('/assets/images/desguace-panorama.webp') center/cover; }
.page-hero-contact { background: radial-gradient(circle at 82% 25%, rgba(213,29,56,.33), transparent 28%), var(--ink); }
.page-hero-image > img, .page-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-image > img { object-fit: cover; }
.page-hero-overlay { background: linear-gradient(90deg, rgba(5,10,15,.95), rgba(5,10,15,.45)); }
.page-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: 90px 0; }
.page-hero-inner > div:first-child { max-width: 850px; }
.page-hero h1 { font-size: clamp(3.3rem, 6.5vw, 6rem); }
.page-hero p { max-width: 690px; margin-top: 25px; color: #cbd3da; font-size: 1.1rem; }
.page-hero-note { width: 280px; padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; backdrop-filter: blur(12px); }
.page-hero-note strong, .page-hero-note span { display: block; }
.page-hero-note span { margin-top: 6px; color: #bfc8d0; font-size: .88rem; }

.search-page-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 45px; align-items: start; }
.search-page-grid .parts-search { border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(7,16,27,.08); }
.search-help { padding: 40px; color: #fff; background: var(--ink); border-radius: var(--radius); }
.search-help h2 { font-size: 2.6rem; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: #c7cfd6; }
.check-list li::before { position: absolute; top: .65em; left: 0; width: 8px; height: 8px; content: ""; background: var(--red); border-radius: 50%; }
.help-card { margin-top: 35px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.help-card strong, .help-card a { display: block; }
.help-card p { margin: 8px 0 16px; color: #aeb8c1; font-size: .9rem; }
.help-card a { color: #fff; font-weight: 800; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-strip > div { padding: 28px; background: #fff; border-radius: 12px; }
.feature-strip strong, .feature-strip span { display: block; }
.feature-strip span { margin-top: 5px; color: var(--slate); font-size: .88rem; }

.document-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.sticky-heading p { margin-bottom: 28px; }
.document-cards { display: grid; gap: 14px; }
.document-cards details, .faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.document-cards summary, .faq-list summary { display: flex; align-items: center; gap: 18px; padding: 23px; font-weight: 800; cursor: pointer; list-style: none; }
.document-cards summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.document-cards summary span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--ink); border-radius: 50%; font-size: .75rem; }
.document-cards details[open] summary span { background: var(--red); }
.document-cards ul { margin: 0; padding: 0 30px 28px 80px; color: var(--slate); }
.process-simple .section-heading { margin-bottom: 45px; }
.process-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-cards > div { min-height: 260px; padding: 34px; background: var(--ink-2); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.process-cards > div > span { color: var(--red); font-family: Impact, sans-serif; font-size: 2.7rem; }
.process-cards h3 { margin-top: 40px; }
.process-cards p { margin-top: 12px; color: #aeb7c0; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-list { display: grid; gap: 12px; }
.faq-list summary::after { margin-left: auto; content: "+"; color: var(--red); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { padding: 0 24px 24px; color: var(--slate); }

.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.story-images { position: relative; padding: 0 80px 90px 0; }
.story-main { width: 100%; min-height: 500px; object-fit: cover; border-radius: var(--radius); }
.story-small { position: absolute; right: 0; bottom: 0; width: 43%; height: 270px; object-fit: cover; border: 12px solid #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-copy > p { margin-top: 22px; color: var(--slate); font-size: 1.05rem; }
.story-copy blockquote { margin: 35px 0 0; padding: 24px 0 24px 28px; color: var(--steel); border-left: 4px solid var(--red); font-size: 1.15rem; font-weight: 700; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { min-height: 260px; padding: 30px; background: #fff; border-radius: 14px; }
.values-grid article > span { color: var(--red); font-family: monospace; font-weight: 800; }
.values-grid h3 { margin-top: 55px; }
.values-grid p { margin-top: 13px; color: var(--slate); font-size: .92rem; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
.contact-info h2, .contact-form-card h2 { font-size: 3.3rem; }
.contact-methods { display: grid; gap: 12px; margin-top: 35px; }
.contact-methods > a { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 20px; padding: 21px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; transition: border .2s, transform .2s; }
.contact-methods > a:hover { transform: translateX(5px); border-color: var(--red); }
.contact-methods span { color: var(--slate); font-size: .8rem; }
.contact-methods strong { overflow-wrap: anywhere; }
.contact-methods small { color: var(--red); font-weight: 800; }
.address-card { margin-top: 30px; overflow: hidden; background: var(--ink); border-radius: 14px; }
.address-card img { width: 100%; height: 230px; object-fit: cover; opacity: .78; }
.address-card > div { padding: 25px; color: #fff; }
.address-card span, .address-card strong, .address-card a { display: block; }
.address-card span { color: #9ba7b2; font-size: .8rem; }
.address-card strong { margin-top: 7px; }
.address-card a { margin-top: 15px; color: #fff; font-weight: 800; }
.contact-form-card { padding: 45px; background: var(--mist); border-radius: var(--radius); }
.contact-form-card > p { margin-top: 15px; color: var(--slate); }
.contact-form { display: grid; gap: 18px; margin-top: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-field { display: flex; gap: 10px; align-items: flex-start; color: var(--slate); font-size: .88rem; }
.check-field input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--red); }
.check-field a { color: var(--ink); font-weight: 700; }
.honeypot { position: absolute; left: -9999px; }
.alert { margin-top: 22px; padding: 16px 18px; border-radius: 8px; }
.alert-success { color: #175f36; background: #e8f7ed; border: 1px solid #b5dfc2; }
.alert-error { color: #8d1827; background: #fff0f2; border: 1px solid #f1bcc4; }
.alert ul { margin: 7px 0 0; padding-left: 20px; }

.results-header, .product-header { padding: 45px 0; background: var(--mist); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--slate); font-size: .8rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs strong { color: var(--ink); }
.breadcrumbs-light { color: #bac3cb; }
.breadcrumbs-light strong { color: #fff; }
.results-title-row { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-top: 35px; }
.results-title-row h1 { max-width: 900px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.results-title-row p { margin-top: 12px; color: var(--slate); }
.parts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.part-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: transform .2s, box-shadow .2s; }
.part-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.part-image { position: relative; height: 250px; display: grid; place-items: center; overflow: hidden; background: var(--mist); text-decoration: none; }
.part-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.part-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #8d98a2; background: repeating-linear-gradient(135deg, #edf1f3, #edf1f3 10px, #f6f8f9 10px, #f6f8f9 20px); font-size: .85rem; }
.part-placeholder.large { min-height: 520px; }
.part-status { position: absolute; top: 14px; left: 14px; padding: 6px 10px; color: #19693b; background: #e5f7eb; border-radius: 999px; font-size: .7rem; font-weight: 800; }
.part-body { padding: 24px; }
.part-meta { min-height: 22px; display: flex; gap: 8px; flex-wrap: wrap; }
.part-meta span { padding: 4px 8px; color: var(--slate); background: var(--mist); border-radius: 4px; font-size: .7rem; font-weight: 700; }
.part-body h2 { margin-top: 15px; font-family: inherit; font-size: 1.08rem; line-height: 1.35; letter-spacing: 0; }
.part-body h2 a { text-decoration: none; }
.part-reference { margin-top: 8px; color: var(--slate); font-size: .78rem; }
.part-footer { display: flex; justify-content: space-between; align-items: end; gap: 15px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.part-footer strong, .part-footer small { display: block; }
.part-footer strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.65rem; letter-spacing: .01em; }
.part-footer small { color: var(--slate); font-size: .68rem; }
.part-footer > a { color: var(--red); font-size: .83rem; font-weight: 800; text-decoration: none; }
.pagination { min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; margin-top: 45px; }
.pagination > :last-child { justify-self: end; }
.pagination > span { color: var(--slate); font-size: .85rem; }
.empty-state { max-width: 720px; margin: 0 auto; padding: 80px 30px; text-align: center; }
.empty-state .hero-actions { justify-content: center; }
.empty-state > p { max-width: 550px; margin: 20px auto 0; color: var(--slate); }
.empty-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--red); background: var(--mist); border-radius: 50%; }
.empty-icon svg { width: 32px; height: 32px; }

.product-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.product-gallery { position: sticky; top: 115px; }
.product-main-image { min-height: 560px; display: grid; place-items: center; overflow: hidden; background: var(--mist); border-radius: var(--radius); }
.product-main-image img { width: 100%; height: 560px; object-fit: contain; }
.product-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.product-thumbs button { aspect-ratio: 1; padding: 4px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
.product-thumbs button.is-active { border: 2px solid var(--red); }
.product-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-availability { display: inline-flex; align-items: center; gap: 8px; color: #1f7947; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-availability i { width: 8px; height: 8px; background: #25a761; border-radius: 50%; box-shadow: 0 0 0 4px #dcf5e6; }
.product-summary h1 { margin-top: 18px; font-family: inherit; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.12; letter-spacing: -.025em; }
.product-vehicle { margin-top: 16px; color: var(--slate); font-size: 1.08rem; }
.product-price { display: flex; align-items: end; gap: 15px; margin-top: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.product-price strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 3rem; line-height: 1; letter-spacing: .01em; }
.product-price span { color: var(--slate); font-size: .75rem; }
.product-benefits { display: grid; gap: 13px; margin-top: 25px; }
.product-benefits > div { display: flex; align-items: center; gap: 12px; color: var(--steel); }
.product-benefits svg { width: 21px; height: 21px; color: var(--red); flex: 0 0 auto; }
.product-actions { display: grid; gap: 10px; margin-top: 28px; }
.cart-link { display: block; margin-top: 16px; color: var(--red); font-weight: 800; text-align: center; }
.compatibility-note { margin-top: 24px; padding: 18px; color: var(--slate); background: var(--mist); border-left: 4px solid var(--blue); border-radius: 4px; font-size: .84rem; }
.product-details-section { background: var(--ink); color: #fff; }
.product-details-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; }
.product-details-grid > div:first-child > p { margin-top: 20px; color: #aeb8c0; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.facts-grid > div { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.facts-grid > div:nth-child(odd) { padding-right: 25px; }
.facts-grid > div:nth-child(even) { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.14); }
.facts-grid dt { color: #8f9ba6; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.facts-grid dd { margin: 5px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.product-observations { margin-top: 45px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.product-observations p { margin-top: 10px; color: #b8c1c9; }
.purchase-info { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; }
.purchase-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.purchase-cards article { padding: 26px; background: #fff; border-radius: 12px; }
.purchase-cards h3 { font-family: inherit; font-size: 1.1rem; letter-spacing: 0; }
.purchase-cards p { margin-top: 11px; color: var(--slate); font-size: .86rem; }
.purchase-cards a { display: inline-block; margin-top: 14px; color: var(--red); font-weight: 800; }

.legal-hero { padding: 70px 0; color: #fff; background: var(--ink); }
.legal-hero .eyebrow { margin-top: 48px; }
.legal-hero h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-hero p { margin-top: 12px; color: #aab4bd; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 80px; align-items: start; }
.legal-nav { position: sticky; top: 110px; display: grid; gap: 5px; padding: 20px; background: var(--mist); border-radius: 12px; }
.legal-nav strong { padding: 8px 10px 14px; }
.legal-nav a { padding: 10px; color: var(--slate); border-radius: 6px; text-decoration: none; }
.legal-nav a:hover, .legal-nav a.is-active { color: #fff; background: var(--ink); }
.legal-content { max-width: 850px; }
.legal-content .legal-intro { margin-bottom: 45px; color: var(--steel); font-size: 1.2rem; line-height: 1.7; }
.legal-content h2 { margin: 48px 0 18px; font-family: inherit; font-size: 1.55rem; line-height: 1.3; letter-spacing: -.01em; }
.legal-content p { margin-top: 16px; color: #465463; }
.legal-content ul { color: #465463; }
.legal-content a { color: #126fae; }
.legal-data { display: grid; gap: 5px; padding: 25px; background: var(--mist); border-left: 4px solid var(--red); border-radius: 6px; }
.legal-table-wrap { overflow-x: auto; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.legal-content th, .legal-content td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { background: var(--ink); color: #fff; }
.legal-content code { font-size: .8rem; }

.status-page { min-height: 650px; display: grid; place-items: center; padding: 100px 0; text-align: center; background: var(--mist); }
.status-page .container { display: flex; flex-direction: column; align-items: center; }
.status-code { color: var(--red); font-family: Impact, sans-serif; font-size: 7rem; line-height: 1; }
.status-page h1 { max-width: 800px; font-size: clamp(3rem, 6vw, 5rem); }
.status-page p { margin-top: 20px; color: var(--slate); }

.site-footer { padding: 80px 0 20px; color: #d6dce1; background: #070b10; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .8fr; gap: 60px; }
.footer-brand img { width: 255px; height: auto; }
.footer-brand p { max-width: 350px; margin-top: 20px; color: #8f9aa4; }
.footer-whatsapp { display: inline-flex; margin-top: 20px; color: #fff; font-weight: 800; }
.footer-grid h2 { margin-bottom: 22px; color: #fff; font-family: inherit; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin-top: 10px; color: #9ca7b1; font-size: .88rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: #fff !important; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 25px; margin-top: 65px; padding-top: 22px; color: #727f89; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-credit { white-space: nowrap; }
.footer-credit a { position: relative; color: #aeb8c1; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.footer-credit a::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.footer-credit a:hover { color: #fff; }
.footer-credit a:hover::after { transform: scaleX(1); transform-origin: left; }
.whatsapp-widget { position: fixed; z-index: 70; right: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; pointer-events: none; contain: layout style; }
.whatsapp-widget > * { pointer-events: auto; }
.whatsapp-float { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #2be56f, #1bbd55); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.24), 0 0 0 1px rgba(37,211,102,.18); transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-2px) scale(1.06); box-shadow: 0 19px 40px rgba(0,0,0,.28); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; stroke: none; }
.whatsapp-panel { width: min(350px, calc(100vw - 28px)); overflow: hidden; color: var(--ink); background: #f5fbf7; border: 1px solid rgba(7,16,27,.09); border-radius: 18px; box-shadow: 0 22px 60px rgba(7,16,27,.22); opacity: 0; transform: translate3d(0,14px,0) scale(.97); transform-origin: bottom right; will-change: transform, opacity; transition: opacity .28s ease, transform .32s cubic-bezier(.2,.8,.2,1); }
.whatsapp-panel[hidden] { display: none; }
.whatsapp-panel.is-open { opacity: 1; transform: none; }
.whatsapp-panel > header { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; color: #fff; background: linear-gradient(135deg, #22c75f, #159947); }
.whatsapp-panel-title { display: flex; align-items: center; gap: 9px; }
.whatsapp-panel-title svg { width: 27px; height: 27px; fill: currentColor; stroke: none; flex: 0 0 auto; }
.whatsapp-panel > header button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(0,0,0,.16); border: 0; border-radius: 50%; cursor: pointer; }
.whatsapp-panel > header button:hover { background: rgba(0,0,0,.26); }
.whatsapp-panel > header button svg { width: 18px; height: 18px; }
.whatsapp-panel-body { min-height: 174px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 22px 19px 17px; }
.whatsapp-message { position: relative; width: 100%; display: flex; flex-direction: column; padding: 17px 19px; background: #fff; border-radius: 14px; box-shadow: 0 6px 20px rgba(7,16,27,.1); }
.whatsapp-message::before { position: absolute; top: 50%; left: -9px; width: 18px; height: 18px; content: ""; background: #fff; transform: translateY(-50%) rotate(45deg); }
.whatsapp-message span, .whatsapp-message strong { position: relative; z-index: 1; }
.whatsapp-message span { color: #566274; }
.whatsapp-message strong { margin-top: 3px; font-size: 1.02rem; }
.whatsapp-panel-body > a { min-height: 46px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 17px; color: #fff; background: linear-gradient(135deg, #22c75f, #159947); border-radius: 999px; font-weight: 900; text-decoration: none; box-shadow: 0 8px 20px rgba(37,211,102,.22); }
.whatsapp-panel-body > a svg { width: 24px; height: 24px; fill: currentColor; stroke: none; }
.cookie-notice { position: fixed; z-index: 90; right: 100px; bottom: 24px; left: 24px; max-width: 820px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 20px; color: #fff; background: #131c26; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; box-shadow: var(--shadow); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { color: #aeb8c1; font-size: .84rem; }
.cookie-actions { display: flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.cookie-actions > a { color: #fff; font-size: .8rem; }
body:has(.cookie-notice:not([hidden])) .whatsapp-widget { bottom: 128px; }

.wheel-cursor { position: fixed; z-index: 9998; top: 0; left: 0; width: 40px; height: 40px; display: none; pointer-events: none; transform: translate3d(-100px,-100px,0); transform-origin: center; will-change: transform; filter: drop-shadow(0 4px 5px rgba(0,0,0,.32)); }
.wheel-cursor img { width: 40px; height: 40px; object-fit: contain; }
body.has-wheel-cursor, body.has-wheel-cursor a, body.has-wheel-cursor button, body.has-wheel-cursor input, body.has-wheel-cursor select, body.has-wheel-cursor textarea, body.has-wheel-cursor summary { cursor: none !important; }
body.has-wheel-cursor .wheel-cursor { display: block; }
.wheel-cursor.is-active { filter: drop-shadow(0 2px 3px rgba(0,0,0,.38)); }

.reveal-ready { opacity: 0; transform: translate3d(0,22px,0); transition: opacity .72s ease, transform .78s cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-ready.is-visible { opacity: 1; transform: none; }

@keyframes hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@media (max-width: 1120px) {
  .flescan-promo-inner { grid-template-columns: auto 1fr auto; gap: 18px; }
  .flescan-promo-benefits { display: none; }
  .main-nav { gap: 17px; }
  .main-nav > a { font-size: .82rem; }
  .brand img { width: 225px; }
  .hero-content { gap: 35px; }
  .parts-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-methods > a { grid-template-columns: 85px 1fr; }
  .contact-methods small { display: none; }
}

@media (max-width: 900px) {
  .flescan-promo-inner { grid-template-columns: auto 1fr auto; }
  .flescan-promo-brand span { display: none; }
  .flescan-promo-copy strong { font-size: 1rem; }
  .flescan-promo-copy span { display: none; }
  .section { padding: 76px 0; }
  .topbar { display: none; }
  .nav-shell { min-height: 76px; }
  .brand img { width: 220px; }
  .menu-toggle { display: flex; }
  .main-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 25px; background: #000; border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 30px rgba(0,0,0,.25); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px 4px; font-size: 1rem; }
  .main-nav > a::after { display: none; }
  .nav-phone { justify-content: center; margin-top: 10px; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; padding: 80px 0 145px; }
  .hero-search { max-width: 650px; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-bar > div { min-height: 70px; }
  .split-heading, .process-grid, .yard-grid, .search-page-grid, .document-layout, .faq-layout, .story-grid, .contact-grid, .product-layout, .product-details-grid, .purchase-info, .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-row: auto; grid-column: span 2; }
  .service-card-content { min-height: 520px; }
  .image-stamp { right: 20px; }
  .yard-main { height: 420px; }
  .cta-panel { grid-template-columns: 1fr; padding: 50px; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-hero-note { width: 100%; max-width: 430px; }
  .sticky-heading, .product-gallery, .legal-nav { position: static; }
  .process-cards, .values-grid { grid-template-columns: 1fr 1fr; }
  .story-images { padding-right: 60px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .product-main-image, .product-main-image img { min-height: 480px; height: 480px; }
  .legal-nav { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .flescan-promo { min-height: 62px; }
  .flescan-promo-inner { min-height: 59px; grid-template-columns: auto 1fr; gap: 11px; padding-right: 39px; }
  .flescan-promo-brand img { width: 82px; }
  .flescan-promo-copy strong { font-size: .8rem; line-height: 1.12; }
  .flescan-promo-cta { grid-column: 2; min-height: 0; justify-self: start; margin-top: -8px; padding: 0; color: #e95d00; background: transparent; border-radius: 0; box-shadow: none; font-size: .68rem; }
  .flescan-promo-cta:hover { transform: none; background: transparent; }
  .flescan-promo-close { right: 6px; width: 29px; height: 29px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .brand img { width: 208px; }
  .hero-content { padding-top: 60px; padding-bottom: 260px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar > div { min-height: 58px; padding: 8px 18px; }
  .trust-bar > div:nth-child(n+4) { display: none; }
  .trust-bar strong { font-size: 1rem; }
  .parts-search, .parts-search-compact, .contact-form-card { padding: 24px 20px; border-radius: 12px; }
  .search-heading h2 { font-size: 1.8rem; }
  .search-fields, .parts-search-compact .search-fields, .form-row { grid-template-columns: 1fr; }
  .field-reference, .search-divider { grid-column: auto; }
  .split-heading { gap: 25px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; }
  .service-card-content { min-height: 430px; padding: 28px; }
  .service-card { min-height: 270px; padding: 25px; }
  .process-image-wrap img { min-height: 420px; }
  .image-stamp { right: 12px; bottom: 12px; width: 175px; }
  .yard-collage { padding-bottom: 70px; }
  .yard-main { width: 100%; height: 330px; }
  .yard-small { width: 54%; height: 190px; border-width: 7px; }
  .metric-row { grid-template-columns: 1fr; }
  .cta-panel { padding: 35px 25px; border-radius: 12px; }
  .cta-actions { flex-direction: column; }
  .page-hero { min-height: 430px; }
  .page-hero-inner { padding: 65px 0; }
  .page-hero h1 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .document-cards ul { padding-left: 50px; }
  .process-cards, .values-grid, .feature-strip, .parts-grid, .facts-grid, .purchase-cards { grid-template-columns: 1fr; }
  .story-images { padding: 0 35px 60px 0; }
  .story-main { min-height: 350px; }
  .story-small { width: 52%; height: 180px; border-width: 7px; }
  .contact-info h2, .contact-form-card h2 { font-size: 2.65rem; }
  .contact-methods > a { grid-template-columns: 1fr; gap: 3px; }
  .contact-methods span { margin-bottom: 4px; }
  .results-title-row { align-items: stretch; flex-direction: column; }
  .part-image { height: 230px; }
  .pagination { grid-template-columns: 1fr 1fr; }
  .pagination > span { grid-column: 1 / -1; grid-row: 1; text-align: center; }
  .product-main-image, .product-main-image img { min-height: 340px; height: 340px; }
  .product-thumbs { grid-template-columns: repeat(4, 1fr); }
  .facts-grid > div:nth-child(odd), .facts-grid > div:nth-child(even) { padding: 17px 0; border-left: 0; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-content .legal-intro { font-size: 1.05rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-widget { right: 14px; bottom: 14px; }
  .whatsapp-float { width: 54px; height: 54px; }
  .whatsapp-panel { width: min(330px, calc(100vw - 28px)); }
  .whatsapp-panel-body { min-height: 175px; }
  .cookie-notice { right: 14px; bottom: 86px; left: 14px; flex-direction: column; align-items: stretch; }
  .cookie-actions { justify-content: space-between; }
  body:has(.cookie-notice:not([hidden])) .whatsapp-widget { bottom: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal-ready { opacity: 1; transform: none; }
  .wheel-cursor { display: none !important; }
  body.has-wheel-cursor, body.has-wheel-cursor * { cursor: auto !important; }
}
