:root {
  --black: #050505;
  --black-soft: #0b0b0c;
  --panel: #111113;
  --panel-2: #171719;
  --line: rgba(255,255,255,.14);
  --line-strong: rgba(255,209,0,.38);
  --yellow: #ffd100;
  --yellow-soft: #e8be00;
  --ivory: #f4f2eb;
  --silver: #b7b8bc;
  --muted: #909096;
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ivory); font-family: var(--font-manrope), "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.premium-header { height: 82px; padding: 0 max(24px, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; gap: 22px; position: sticky; top: 0; z-index: 50; background: linear-gradient(180deg,rgba(14,14,16,.96),rgba(5,5,6,.9)); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 14px 45px rgba(0,0,0,.28); backdrop-filter: blur(22px) saturate(1.3); }
.logo-wrap { width: 76px; height: 58px; display: flex; align-items: center; overflow: hidden; }
.logo-wrap img { width: 66px; height: 66px; object-fit: contain; }
.premium-header nav { display: flex; align-items: center; gap: clamp(14px,1.7vw,28px); }
.premium-header nav a { color: #c6c5c0; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transition: .2s; }
.premium-header nav a:hover { color: var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-meta { padding-right: 16px; display: grid; gap: 4px; border-right: 1px solid var(--line); text-align: right; }
.header-meta span { color: #77777e; font-size: 7px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.header-meta a { color: #e8e6df; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.header-cta { min-height: 44px; padding: 0 21px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid rgba(255,209,0,.46); border-radius: 999px; background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,209,0,.06)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 9px 28px rgba(0,0,0,.28); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.header-cta:hover { color: #050505; border-color: #ffe97a; background: linear-gradient(135deg,#fff5b1 0%,#ffd100 48%,#ae7e00 100%); }

.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.kicker { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: var(--yellow); font-size: 10px; font-weight: 950; letter-spacing: .2em; text-transform: uppercase; }
.kicker > span { width: 34px; height: 2px; background: var(--yellow); }
.cta { min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; position: relative; overflow: hidden; border: 1px solid transparent; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s ease, filter .25s ease, border .25s ease; }
.cta:hover { transform: translateY(-3px); }
.cta::before { content: ""; position: absolute; inset: 1px 12% auto; height: 42%; border-radius: 999px; background: linear-gradient(180deg,rgba(255,255,255,.35),transparent); opacity: .48; pointer-events: none; }
.cta > *,.cta { isolation: isolate; }
.cta-primary { background: linear-gradient(135deg,#fff3a1 0%,#ffd100 40%,#e6ad00 72%,#9d6f00 100%); color: #060606; border-color: rgba(255,239,133,.75); box-shadow: inset 0 1px 0 rgba(255,255,255,.7),0 14px 42px rgba(255,190,0,.2),0 3px 10px rgba(0,0,0,.35); }
.cta-primary:hover { filter: brightness(1.09) saturate(1.05); }
.cta-glass { border-color: rgba(255,255,255,.34); background: linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.035) 55%,rgba(255,209,0,.07)); box-shadow: inset 0 1px 0 rgba(255,255,255,.18),0 12px 35px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.cta-glass:hover { border-color: var(--yellow); }
.cta.full { width: 100%; }

.scrolly-hero { height: 268vh; min-height: 1900px; position: relative; }
.scrolly-sticky { height: calc(100vh - 82px); min-height: 650px; position: sticky; top: 82px; overflow: hidden; background: #020203; }
.hero-canvas { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95) 0%,rgba(0,0,0,.74) 37%,rgba(0,0,0,.14) 70%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.82),transparent 34%,rgba(0,0,0,.22)); }
.hero-noise { position: absolute; inset: 0; opacity: .22; mix-blend-mode: soft-light; background-image: repeating-radial-gradient(circle at 0 0, transparent 0, rgba(255,255,255,.07) 1px, transparent 2px); background-size: 5px 5px; pointer-events: none; }
.hero-content { width: min(690px, calc(100% - 48px)); position: absolute; left: max(24px, calc((100vw - var(--max))/2)); top: 50%; transform: translateY(-48%); will-change: transform,opacity; }
.hero-content h1 { max-width: 760px; margin: 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(56px,5.4vw,88px); line-height: .9; letter-spacing: -.025em; font-weight: 800; text-transform: uppercase; text-wrap: balance; }
.hero-content h1 em { color: var(--yellow); font-style: normal; }
.hero-subtitle { margin: 24px 0 0; font-size: 19px; font-weight: 850; }
.hero-description { max-width: 610px; margin: 17px 0 0; color: #b5b3ae; font-size: 15px; line-height: 1.65; }
.hero-chips { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chips span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(0,0,0,.18); color: #cfcdc7; font-size: 9px; font-weight: 850; letter-spacing: .05em; backdrop-filter: blur(8px); }
.hero-chips span::before { content: "◆"; margin-right: 7px; color: var(--yellow); font-size: 7px; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.frame-caption { position: absolute; right: max(24px, calc((100vw - var(--max))/2)); top: 44%; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.58); }
.frame-caption span { color: var(--yellow); font-size: 34px; font-weight: 950; letter-spacing: -.06em; }
.frame-caption p { margin: 0; font-size: 8px; line-height: 1.3; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { position: absolute; left: 50%; bottom: 108px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: #aaa; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; transition: opacity .25s; }
.scroll-cue i { width: 1px; height: 35px; display: block; position: relative; overflow: hidden; background: #555; }
.scroll-cue i::after { content: ""; width: 100%; height: 45%; position: absolute; top: -45%; left: 0; background: var(--yellow); animation: cue 1.8s infinite; }
@keyframes cue { to { top: 100%; } }
.hero-progress { height: 2px; position: absolute; inset: auto 0 0; background: rgba(255,255,255,.1); }
.hero-progress span { width: 100%; height: 100%; display: block; transform: scaleX(0); transform-origin: left; background: var(--yellow); will-change: transform; }
.floating-dock { min-width: 670px; height: 66px; padding: 6px; display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 10; border: 1px solid rgba(255,255,255,.28); border-radius: 23px; background: linear-gradient(180deg,rgba(70,70,73,.92),rgba(20,20,21,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.3),0 18px 55px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.floating-dock a { padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid rgba(255,255,255,.12); border-radius: 17px; color: #e2e0da; font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.floating-dock a:hover { background: rgba(255,255,255,.08); }
.floating-dock a:last-child { border: 0; }
.floating-dock i { width: 12px; height: 12px; display: inline-block; border: 1px solid #aaa; border-radius: 3px; }
.floating-dock .dock-tire { border-radius: 50%; box-shadow: inset 0 0 0 3px #2a2a2a; }
.floating-dock .dock-oil { border-radius: 2px 2px 5px 5px; }
.floating-dock .dock-whatsapp { background: linear-gradient(135deg,#7df6a8 0%,#25d366 44%,#058f40 100%); color: #031509; box-shadow: inset 0 1px 0 rgba(255,255,255,.55),0 10px 24px rgba(24,200,94,.2); }
.floating-dock .dock-whatsapp i { border-radius: 50%; border-color: #031509; }

.reputation-strip { padding: 58px max(24px,calc((100vw - var(--max))/2)); display: grid; grid-template-columns: auto 1fr; gap: 60px; align-items: center; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 0,rgba(255,209,0,.06),transparent 38%),#08080a; }
.reputation-strip > a { padding: 12px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 9px; text-transform: uppercase; }
.reputation-strip > a span { letter-spacing: .14em; }
.reputation-strip > a b { color: var(--yellow); letter-spacing: .1em; }
.reputation-strip > a strong { text-transform: none; }
.reputation-strip > a em { color: var(--yellow); font-style: normal; }
.reputation-strip > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.reputation-strip > div span { padding-left: 18px; border-left: 1px solid var(--line); color: #aaa; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ticker { height: 52px; overflow: hidden; border-block: 1px solid rgba(255,209,0,.18); background: #0a0a0b; }
.ticker div { width: max-content; height: 100%; display: flex; align-items: center; gap: 20px; color: #e7e5df; font-size: 17px; font-weight: 950; letter-spacing: .04em; white-space: nowrap; animation: ticker 26s linear infinite; }
.ticker i { width: 8px; height: 8px; transform: rotate(45deg); background: var(--yellow); }
@keyframes ticker { to { transform: translateX(-38%); } }

.experience-grid { padding-block: 115px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.feature-panel { min-height: 690px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 46px; background: linear-gradient(145deg,#18181b,#0b0b0d); box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 30px 90px rgba(0,0,0,.28); }
.portal-panel { display: grid; grid-template-rows: 285px 1fr; }
.panel-visual { position: relative; overflow: hidden; background: linear-gradient(180deg,rgba(4,4,5,.12),rgba(4,4,5,.82)),url('/uploads/client-portal-d44a93f6.webp') center/cover; }
.portal-visual::before { content: "RALLY"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,.035); font-size: 150px; font-weight: 1000; letter-spacing: -.08em; }
.plate-showcase { width: min(76%,430px); max-height: 74%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-2deg); z-index: 3; object-fit: contain; filter: drop-shadow(0 22px 34px rgba(0,0,0,.72)); }
.orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,209,0,.28); border-radius: 50%; }
.orbit-one { width: 260px; height: 260px; }
.orbit-two { width: 410px; height: 410px; opacity: .5; }
.panel-copy { padding: 38px; }
.panel-copy h2,.finder-panel h2 { max-width: 590px; margin: 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(42px,3.8vw,62px); line-height: .94; letter-spacing: -.02em; font-weight: 800; text-transform: uppercase; }
.panel-copy > p,.finder-panel > p { color: var(--muted); line-height: 1.65; }
.plate-form { margin-top: 30px; }
.plate-form label,.finder-controls label,.quote-form label { display: grid; gap: 9px; color: #a5a4a1; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.plate-form > div { display: grid; grid-template-columns: 1fr auto; }
.plate-form input,.finder-controls select,.quote-form input,.quote-form select { height: 54px; padding: 0 17px; border: 1px solid #444449; border-radius: 16px; background: linear-gradient(180deg,#101012,#080809); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); outline: 0; }
.plate-form input:focus,.finder-controls select:focus,.quote-form input:focus,.quote-form select:focus { border-color: var(--yellow); }
.plate-form button { margin-left: 7px; padding: 0 24px; border: 1px solid #ffe883; border-radius: 16px; background: linear-gradient(135deg,#fff4ab,#ffd100 45%,#a97900); color: #050505; box-shadow: inset 0 1px 0 #fff,0 12px 30px rgba(255,190,0,.14); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-note { color: #c8a900 !important; font-size: 11px; }
.finder-panel { padding: 40px; display: flex; flex-direction: column; background: linear-gradient(180deg,rgba(8,8,9,.62),#0e0e10 48%),url('/uploads/battery-finder-5a485035.webp') center top/cover; }
.finder-top { display: flex; justify-content: space-between; align-items: baseline; }
.finder-top small { color: #777; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.finder-panel > p { margin-top: 20px; }
.finder-controls { margin: 22px 0 16px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.finder-controls select:disabled { cursor: not-allowed; opacity: .48; }
.finder-actions { display: grid; grid-template-columns: 1.18fr .82fr; gap: 9px; }
.finder-actions .cta { width: 100%; min-height: 48px; padding-inline: 17px; }
.finder-result { min-height: 46px; margin-top: 12px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(0,0,0,.24); color: #9a9996; font-size: 10px; line-height: 1.45; }
.finder-result.show { border-color: rgba(255,209,0,.36); background: linear-gradient(135deg,rgba(255,209,0,.09),rgba(255,255,255,.025)); color: #f0eee8; }
.finder-result b { display: block; font-size: 11px; }
.finder-result p { margin: 5px 0 0; color: #b7b5af; }

.admin-page { min-height: 100vh; padding-bottom: 90px; background: radial-gradient(circle at 80% 4%,rgba(255,209,0,.09),transparent 25%),linear-gradient(180deg,#0a0a0b,#040405 55%); }
.admin-header { height: 78px; padding: 0 max(24px,calc((100vw - var(--max))/2)); display: flex; align-items: center; gap: 18px; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(6,6,7,.88); backdrop-filter: blur(22px); }
.admin-header > div { display: grid; gap: 3px; }
.admin-header small { color: #75757b; font-size: 7px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.admin-header strong { color: #e9e7df; font-size: 10px; }
.admin-back { margin-left: auto; padding: 12px 17px; border: 1px solid rgba(255,209,0,.36); border-radius: 999px; color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.admin-hero { width: min(var(--max),calc(100% - 48px)); margin: 0 auto; padding: 74px 0 45px; }
.admin-hero h1 { max-width: 820px; margin: 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(56px,7vw,96px); line-height: .88; letter-spacing: -.025em; font-weight: 800; text-transform: uppercase; }
.admin-hero h1 em { color: var(--yellow); font-style: normal; }
.admin-hero > p:not(.kicker) { max-width: 710px; color: var(--muted); line-height: 1.65; }
.admin-status { margin-top: 24px; padding: 14px 18px; border: 1px solid rgba(255,209,0,.28); border-radius: 17px; background: linear-gradient(135deg,rgba(255,209,0,.08),rgba(255,255,255,.025)); color: #d9d6ce; font-size: 12px; }
.admin-module-grid { width: min(var(--max),calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.admin-module { padding: 30px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 34px; background: linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.015)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 24px 65px rgba(0,0,0,.25); }
.admin-number { position: absolute; right: 25px; top: 18px; color: rgba(255,209,0,.16); font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: 76px; font-weight: 800; line-height: 1; }
.admin-module > small { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.admin-module h2 { max-width: 440px; margin: 13px 0 10px; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(36px,3.8vw,52px); line-height: .94; text-transform: uppercase; }
.admin-module > p { max-width: 540px; color: #99989e; font-size: 13px; line-height: 1.55; }
.admin-metrics { margin: 24px 0; padding: 18px; display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: end; gap: 7px 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(0,0,0,.2); }
.admin-metrics b { color: var(--yellow); font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: 32px; line-height: .8; }
.admin-metrics span { color: #77777d; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.admin-buttons { display: flex; flex-wrap: wrap; gap: 9px; }
.admin-buttons button,.admin-upload-button,.admin-media-card button { min-height: 43px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.025)); color: #e9e7df; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.admin-upload-button,.admin-media-card button:not(.ghost) { border-color: rgba(255,209,0,.65); background: linear-gradient(135deg,#fff0a0,#ffd100 45%,#a67700); color: #080808; }
.admin-upload-button input { width: 1px; height: 1px; position: absolute; opacity: 0; pointer-events: none; }
.admin-help { margin-bottom: 0 !important; color: #68686e !important; font-size: 10px !important; }
.admin-media-section { width: min(var(--max),calc(100% - 48px)); margin: 75px auto 0; }
.admin-section-heading { margin-bottom: 28px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 40px; }
.admin-section-heading h2 { margin: 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(48px,5vw,74px); line-height: .9; }
.admin-section-heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.admin-media-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.admin-media-card { padding: 13px 13px 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(145deg,#161618,#0a0a0b); }
.admin-media-preview { height: 185px; display: grid; place-items: center; border-radius: 19px; background: radial-gradient(circle at 50% 0,rgba(255,209,0,.11),transparent 55%),#080809 center/cover no-repeat; color: #616168; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.admin-media-card h3 { margin: 17px 6px 6px; font-size: 15px; }
.admin-media-card > p { min-height: 30px; margin: 0 6px 12px; color: #77777e; font-size: 9px; line-height: 1.45; }
.admin-media-card > input { width: calc(100% - 12px); margin: 0 6px 12px; color: #87878d; font-size: 9px; }
.admin-media-card > div:last-child { display: flex; flex-wrap: wrap; gap: 7px; }
.admin-media-card button { min-height: 38px; padding-inline: 13px; }
.admin-media-card button:disabled,.admin-buttons button:disabled,.admin-upload-button:has(input:disabled) { cursor: wait; opacity: .55; }

.brand-gallery { padding: 42px 0 48px; position: relative; overflow: hidden; border-block: 1px solid rgba(211,214,220,.18); background: radial-gradient(circle at 50% -80%,rgba(205,210,219,.13),transparent 55%),linear-gradient(180deg,#0c0c0e,#050506); }
.brand-gallery::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background: repeating-linear-gradient(115deg,transparent 0,transparent 42px,rgba(255,255,255,.025) 43px,transparent 44px); }
.brand-gallery-heading { width: min(var(--max),calc(100% - 48px)); margin: 0 auto 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; position: relative; z-index: 2; }
.brand-gallery-heading span,.brand-gallery-heading small { color: #777b83; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.brand-gallery-heading p { margin: 0; color: #c8cad0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.brand-gallery-heading small { justify-self: end; }
.brand-carousel { width: 100%; position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.brand-track { width: max-content; display: flex; animation: brandMarquee 26s linear infinite; will-change: transform; }
.brand-row { padding-right: 22px; display: flex; align-items: stretch; gap: 22px; }
.brand-logo-card { width: clamp(190px,15vw,238px); height: 116px; padding: 19px 25px; flex: 0 0 auto; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid rgba(205,209,218,.2); border-radius: 28px; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.015) 55%,rgba(255,255,255,.045)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 18px 45px rgba(0,0,0,.28); }
.brand-logo-card::before { content: ""; width: 76%; height: 1px; position: absolute; left: 12%; top: 0; background: linear-gradient(90deg,transparent,#eef0f4,transparent); opacity: .55; }
.brand-logo-card::after { content: ""; width: 55%; height: 160%; position: absolute; left: -80%; top: -30%; transform: rotate(18deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent); animation: brandSheen 5.8s ease-in-out infinite; }
.brand-logo-card img { width: auto; max-width: 176px; height: auto; max-height: 58px; object-fit: contain; filter: brightness(0) saturate(100%) invert(82%) sepia(5%) saturate(151%) hue-rotate(184deg) brightness(94%) contrast(89%) drop-shadow(0 7px 18px rgba(255,255,255,.06)); opacity: .96; }
.brand-motul img { max-width: 174px; max-height: 49px; }
.brand-petronas img,.brand-castrol img { max-width: 116px; max-height: 62px; }
.brand-moura img { max-width: 104px; max-height: 79px; }
.brand-heliar img { max-width: 180px; max-height: 59px; }
.brand-willard img { max-width: 182px; max-height: 57px; }
.brand-carousel:hover .brand-track { animation-play-state: paused; }
@keyframes brandMarquee { to { transform: translate3d(-50%,0,0); } }
@keyframes brandSheen { 0%,64% { left:-80%; } 100% { left:130%; } }

.visual-gallery { padding-block: 130px 40px; }
.gallery-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: end; }
.gallery-heading h2 { margin: 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(56px,6.4vw,94px); line-height: .86; letter-spacing: -.025em; font-weight: 800; text-transform: uppercase; }
.gallery-heading h2 em { color: var(--yellow); font-style: normal; }
.gallery-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.gallery-mosaic { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 320px 320px; gap: 14px; }
.gallery-mosaic figure { margin: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 38px; background: #111; box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 26px 75px rgba(0,0,0,.24); }
.gallery-mosaic .gallery-main { grid-row: 1 / 3; }
.gallery-mosaic figure:nth-child(4) { grid-column: 2 / 3; }
.gallery-mosaic figure:nth-child(5) { grid-column: 3 / 4; }
.gallery-mosaic img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); transition: transform .7s cubic-bezier(.2,.7,.2,1),filter .5s; }
.gallery-mosaic figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.82)); pointer-events: none; }
.gallery-mosaic figure:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.05); }
.gallery-mosaic figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.gallery-mosaic figcaption span { color: var(--yellow); }

.services-section { padding-block: 135px; }
.section-intro { margin-bottom: 60px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-intro h2,.fleet-copy h2,.market-heading h2,.store-heading h2,.workshop-copy h2,.why-heading h2,.faq-section h2,.contact-grid h2 { margin: 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(59px,6.7vw,100px); line-height: .84; letter-spacing: -.025em; font-weight: 800; text-transform: uppercase; }
.section-intro h2 em,.fleet-copy h2 em,.market-heading h2 em,.store-heading h2 em,.workshop-copy h2 em,.why-heading h2 em,.faq-section h2 em,.contact-grid h2 em { color: var(--yellow); font-style: normal; }
.section-intro > p,.market-heading > p,.store-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-card { min-height: 690px; padding: 30px; display: grid; grid-template-rows: auto 330px 1fr; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 44px; background: linear-gradient(145deg,#19191c,#0b0b0d); box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 26px 80px rgba(0,0,0,.22); }
.service-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg,transparent 40%,rgba(255,255,255,.035) 50%,transparent 60%); transform: translateX(-100%); transition: transform .8s ease; }
.service-card:hover::after { transform: translateX(100%); }
.service-meta { display: flex; justify-content: space-between; }
.service-meta span { color: var(--yellow); font-size: 11px; font-weight: 950; }
.service-meta p { margin: 0; color: #777; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-art { margin: 22px -10px 25px; display: flex; align-items: flex-end; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 32px; background-position: center; background-size: cover; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.service-art span { padding: 18px 20px; position: relative; z-index: 2; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.service-copy small { color: var(--yellow); font-size: 9px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.service-copy h3 { max-width: 540px; margin: 12px 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(39px,4.1vw,58px); line-height: .92; letter-spacing: -.015em; font-weight: 700; text-transform: uppercase; }
.service-copy > p { max-width: 540px; color: var(--muted); line-height: 1.6; }
.service-copy a { margin-top: 20px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--yellow); font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }

.fleet-stage { min-height: 900px; display: flex; align-items: center; position: relative; overflow: hidden; }
.fleet-background { position: absolute; inset: 0; background-image: url('/assets/images/service-mineria-507e49f2.jpg'); background-position: center; background-size: cover; filter: saturate(.82) contrast(1.08); }
.fleet-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.97),rgba(0,0,0,.8) 48%,rgba(0,0,0,.2)),linear-gradient(0deg,#050505 0,transparent 20%,transparent 75%,#050505 100%); }
.fleet-copy { position: relative; z-index: 2; }
.fleet-copy > p:not(.kicker) { max-width: 620px; color: #b4b2ac; font-size: 17px; line-height: 1.7; }
.fleet-stats { max-width: 820px; margin: 42px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.fleet-stats span { min-height: 76px; padding: 20px; display: flex; align-items: center; gap: 15px; background: rgba(8,8,9,.8); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); }
.fleet-stats b { color: var(--yellow); }

.market-section { padding-block: 135px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.market-heading > p { margin-top: 30px; }
.vehicle-showcase { display: grid; grid-template-columns: 1.3fr .7fr; border: 1px solid rgba(255,255,255,.15); border-radius: 44px; overflow: hidden; background: linear-gradient(145deg,#141416,#09090a); box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 30px 90px rgba(0,0,0,.24); }
.vehicle-feature { min-height: 600px; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; border-right: 1px solid var(--line); }
.vehicle-photo,.vehicle-listing-copy { display: none; }
.vehicle-silhouette { position: absolute; inset: 40px 20px auto; height: 260px; }
.vehicle-silhouette::before { content: ""; width: 70%; height: 40%; position: absolute; left: 15%; bottom: 28px; border-radius: 50px 90px 20px 20px; background: linear-gradient(135deg,#333,#0d0d0e); box-shadow: 0 30px 75px rgba(255,209,0,.08); }
.vehicle-silhouette::after { content: ""; width: 40%; height: 34%; position: absolute; left: 30%; bottom: 72px; transform: skewX(-24deg); border-radius: 35px 50px 0 0; background: linear-gradient(135deg,#3b3b3e,#111); }
.vehicle-silhouette i { width: 65px; height: 65px; position: absolute; bottom: 0; z-index: 2; border: 15px solid #171719; border-radius: 50%; background: #555; box-shadow: 0 0 0 2px #555; }
.vehicle-silhouette i:first-child { left: 21%; }
.vehicle-silhouette i:nth-child(2) { right: 21%; }
.vehicle-feature > span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.vehicle-feature h3 { margin: 12px 0; font-size: 34px; line-height: 1.05; text-transform: uppercase; }
.vehicle-feature p { color: var(--muted); }
.vehicle-feature a { margin-top: 15px; color: var(--yellow); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.market-specs { display: grid; grid-template-rows: repeat(4,1fr); }
.market-specs span { padding: 24px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); color: #777; font-size: 10px; line-height: 1.5; }
.market-specs span:last-child { border-bottom: 0; }
.market-specs b { color: #e8e5de; font-size: 11px; text-transform: uppercase; }

.store-section { padding-block: 130px; border-block: 1px solid var(--line); background: radial-gradient(circle at 80% 0,rgba(255,209,0,.08),transparent 28%),#0c0c0e; }
.store-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.category-row { margin: 50px 0 25px; display: flex; gap: 8px; }
.category-row button { padding: 12px 19px; border: 1px solid #45454a; border-radius: 99px; background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02)); color: #aaa; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.category-row button:first-child,.category-row button:hover { background: linear-gradient(135deg,#fff4ab,#ffd100 45%,#a97900); border-color: #ffe781; color: #050505; box-shadow: inset 0 1px 0 #fff,0 12px 32px rgba(255,190,0,.15); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.product-grid article { padding: 14px 14px 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: linear-gradient(145deg,#17171a,#0e0e10); box-shadow: inset 0 1px 0 rgba(255,255,255,.07),0 24px 65px rgba(0,0,0,.18); }
.product-art { height: 270px; margin-bottom: 24px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 25px; background-position: center; background-size: cover; }
.product-art span { position: absolute; left: 14px; top: 12px; color: #4d4d51; font-size: 9px; font-weight: 900; }
.product-grid small { color: var(--yellow); font-size: 8px; text-transform: uppercase; }
.product-grid h3 { margin: 8px 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: 31px; font-weight: 700; letter-spacing: .01em; text-transform: uppercase; }
.product-grid p { min-height: 70px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.product-grid a { color: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; }

.branches-section { padding-block: 135px; }
.branches-premium { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.branches-premium article { min-height: 560px; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 46px; background: linear-gradient(145deg,transparent 10%,rgba(0,0,0,.9)),url('/assets/images/service-pickup-ffd9cc99.jpg') center/cover; box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 30px 85px rgba(0,0,0,.25); }
.branches-premium article:nth-child(2) { background-image: linear-gradient(145deg,transparent 10%,rgba(0,0,0,.9)),url('/assets/images/service-neumaticos-4ba7e3b6.webp'); background-position: center; }
.branches-premium article::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,209,0,.1); pointer-events: none; }
.branches-premium article > * { position: relative; z-index: 2; }
.branches-premium article > span { color: var(--yellow); font-size: 9px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.branches-premium h3 { margin: 16px 0; font-family: var(--font-barlow-condensed),Impact,sans-serif; font-size: clamp(70px,8.5vw,122px); line-height: .74; letter-spacing: -.025em; font-weight: 800; }
.branches-premium p { color: #e6e3dc; line-height: 1.5; }
.branches-premium small { color: #999; line-height: 1.6; }
.branches-premium article > div { margin-top: 30px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.branches-premium a { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.workshop-band { min-height: 790px; display: grid; grid-template-columns: 1.1fr .9fr; background: #0d0d0e; }
.workshop-image { min-height: 650px; background: linear-gradient(90deg,transparent 65%,#0d0d0e),url('https://rallycarcenter.com.ar/rally-mecanico-taller.webp') center/cover; filter: saturate(.82) contrast(1.05); }
.workshop-copy { padding: 80px max(24px,calc((100vw - var(--max))/2)) 80px 70px; align-self: center; }
.workshop-copy > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.workshop-copy > div { margin-top: 35px; display: flex; gap: 8px; }
.workshop-copy > div span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; color: #aaa; font-size: 9px; text-transform: uppercase; }

.why-section { padding-block: 130px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.why-grid article { min-height: 260px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.035),transparent); }
.why-grid article:nth-child(2n) { border-right: 0; }
.why-grid article:nth-child(n+3) { border-bottom: 0; }
.why-grid b { color: var(--yellow); font-size: 10px; }
.why-grid h3 { margin: 80px 0 10px; font-size: 25px; text-transform: uppercase; }
.why-grid p { color: var(--muted); line-height: 1.55; }

.faq-section { padding-block: 130px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 17px; font-weight: 850; list-style: none; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary span { color: var(--yellow); font-size: 28px; font-weight: 300; }
.faq-section details p { margin: 0 50px 25px 0; color: var(--muted); line-height: 1.65; }

.contact-stage { padding-block: 130px; position: relative; overflow: hidden; background: #0c0c0e; }
.contact-light { width: 700px; height: 700px; position: absolute; left: 20%; top: -450px; border-radius: 50%; background: rgba(255,209,0,.14); filter: blur(120px); }
.contact-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 90px; position: relative; z-index: 2; }
.contact-grid > div > p:not(.kicker) { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-data { margin-top: 40px; display: flex; gap: 35px; }
.contact-data span { display: grid; gap: 7px; }
.contact-data small { color: var(--yellow); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.quote-form { padding: 36px; display: grid; gap: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 40px; background: linear-gradient(145deg,rgba(28,28,31,.74),rgba(7,7,8,.8)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.quote-form label { gap: 8px; }
.quote-form > small { color: #6e6e72; font-size: 8px; line-height: 1.5; text-align: center; }

footer { min-height: 160px; padding: 35px max(24px,calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: #6f6f73; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
footer img { width: 70px; height: 70px; object-fit: contain; }
.footer-data { display: grid; gap: 7px; }
.footer-data p { margin: 0; color: #8b8b90; }
.footer-data span { color: #55555b; font-size: 8px; }
footer nav { justify-self: end; display: flex; gap: 24px; }
footer a:hover { color: var(--yellow); }
.mobile-conversion { display: none; }
.mobile-liquid-dock { display: none; }

@media(max-width:1050px){
  .premium-header nav a:nth-child(4),.premium-header nav a:nth-child(5),.premium-header nav a:nth-child(6){display:none}
  .header-meta{display:none}
  .hero-content{width:min(640px,calc(100% - 48px))}
  .frame-caption{display:none}
  .reputation-strip{grid-template-columns:1fr;gap:25px}
  .experience-grid,.market-section,.why-section,.faq-section,.contact-grid{grid-template-columns:1fr}
  .market-section,.why-section,.faq-section{gap:50px}
  .store-heading{grid-template-columns:1fr;gap:30px}
  .gallery-heading{grid-template-columns:1fr;gap:28px}
  .gallery-mosaic{grid-template-columns:1.2fr 1fr;grid-template-rows:320px 280px 280px}.gallery-mosaic .gallery-main{grid-row:1/3}.gallery-mosaic figure:nth-child(4){grid-column:1/2}.gallery-mosaic figure:nth-child(5){grid-column:2/3}
  .product-grid{grid-template-columns:1fr 1fr}
  .workshop-band{grid-template-columns:1fr}
  .workshop-image{min-height:520px;background:linear-gradient(0deg,#0d0d0e,transparent 45%),url('https://rallycarcenter.com.ar/rally-taller.webp') center/cover}
  .workshop-copy{padding:0 24px 100px}
}

@media(max-width:760px){
  body{padding-bottom:64px}
  .premium-header{height:70px;padding-inline:15px}.premium-header nav{display:none}.header-cta{min-height:42px;font-size:8px;padding-inline:14px}.header-actions{gap:8px}
  .logo-wrap{width:62px}.logo-wrap img{width:58px;height:58px}
  .section-shell{width:calc(100% - 30px)}
  .scrolly-hero{height:235vh;min-height:1500px}.scrolly-sticky{height:calc(100vh - 70px);top:70px;min-height:590px}.hero-canvas{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.45)),linear-gradient(0deg,rgba(0,0,0,.92),transparent 45%)}
  .hero-content{left:15px;width:calc(100% - 30px);top:43%}.hero-content h1{font-size:clamp(39px,11.5vw,58px)}.hero-subtitle{font-size:15px}.hero-description{font-size:13px;max-width:90%}.hero-chips span:nth-child(n+3){display:none}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.cta{min-height:48px;padding-inline:15px;gap:12px;font-size:8px}
  .scroll-cue{bottom:92px}.floating-dock{min-width:0;width:calc(100% - 22px);height:58px;bottom:18px;border-radius:19px}.floating-dock a{padding:0 5px;font-size:7px;gap:5px}.floating-dock i{display:none}.floating-dock .dock-whatsapp i{display:none}
  .reputation-strip{padding:45px 15px}.reputation-strip>a{display:grid;grid-template-columns:auto auto;gap:6px 12px;border-radius:18px}.reputation-strip>a em{display:none}.reputation-strip>div{grid-template-columns:1fr 1fr}.reputation-strip>div span{font-size:8px}
  .ticker{height:44px}.ticker div{font-size:14px}
  .experience-grid{padding-block:80px}.feature-panel{min-height:auto;border-radius:32px}.portal-panel{grid-template-rows:240px 1fr}.panel-copy,.finder-panel{padding:25px}.panel-copy h2,.finder-panel h2{font-size:45px}.plate-showcase{width:min(88%,390px)}.finder-panel{min-height:720px}.finder-controls{grid-template-columns:1fr}.finder-actions{grid-template-columns:1fr}
  .brand-gallery{padding:34px 0 40px}.brand-gallery-heading{width:calc(100% - 30px);margin-bottom:24px;grid-template-columns:1fr}.brand-gallery-heading span,.brand-gallery-heading small{display:none}.brand-gallery-heading p{font-size:15px}.brand-carousel{-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.brand-row{gap:12px;padding-right:12px}.brand-logo-card{width:172px;height:94px;padding:16px 20px;border-radius:24px}.brand-logo-card img{max-width:140px;max-height:48px}.brand-petronas img,.brand-castrol img{max-width:94px;max-height:50px}.brand-moura img{max-width:78px;max-height:65px}.brand-heliar img{max-width:142px}.brand-willard img{max-width:142px}.brand-track{animation-duration:22s}
  .visual-gallery{padding-block:85px 20px}.gallery-heading h2{font-size:clamp(50px,15vw,70px)}.gallery-mosaic{grid-template-columns:1fr;grid-template-rows:420px repeat(4,240px)}.gallery-mosaic .gallery-main,.gallery-mosaic figure:nth-child(4),.gallery-mosaic figure:nth-child(5){grid-column:auto;grid-row:auto}.gallery-mosaic figure{border-radius:30px}
  .services-section{padding-block:90px}.section-intro{grid-template-columns:1fr;gap:25px;margin-bottom:35px}.section-intro h2,.fleet-copy h2,.market-heading h2,.store-heading h2,.workshop-copy h2,.why-heading h2,.faq-section h2,.contact-grid h2{font-size:clamp(46px,14vw,67px)}.section-intro>p,.market-heading>p,.store-heading>p{font-size:14px}
  .services-bento{grid-template-columns:1fr}.service-card{min-height:650px;padding:22px;grid-template-rows:auto 285px 1fr;border-radius:34px}.service-art{border-radius:26px}.service-copy h3{font-size:44px}
  .fleet-stage{min-height:850px}.fleet-copy{padding-block:90px}.fleet-stats{grid-template-columns:1fr}.fleet-stats span{min-height:58px}
  .market-section{padding-block:90px}.vehicle-showcase{grid-template-columns:1fr}.vehicle-feature{min-height:540px;border-right:0;border-bottom:1px solid var(--line)}.market-specs{grid-template-columns:1fr 1fr;grid-template-rows:auto}.market-specs span{border-right:1px solid var(--line)}
  .store-section{padding-block:90px}.category-row{overflow-x:auto}.category-row button{flex:0 0 auto}.product-grid{grid-template-columns:1fr}.product-grid article{border-radius:30px}.product-art{height:300px;border-radius:24px}.product-grid p{min-height:auto}
  .branches-section{padding-block:90px}.branches-premium{grid-template-columns:1fr}.branches-premium article{min-height:510px;padding:28px;border-radius:36px}.branches-premium h3{font-size:82px}
  .workshop-band{min-height:auto}.workshop-image{min-height:460px;background:linear-gradient(0deg,#0d0d0e,transparent 45%),url('https://rallycarcenter.com.ar/rally-mecanico-taller.webp') center/cover}.workshop-copy{padding:0 15px 80px}.workshop-copy>div{flex-wrap:wrap}
  .why-section,.faq-section{padding-block:90px}.why-grid{grid-template-columns:1fr}.why-grid article{min-height:210px;border-right:0!important;border-bottom:1px solid var(--line)!important}.why-grid article:last-child{border-bottom:0!important}.why-grid h3{margin-top:50px}
  .faq-section summary{font-size:15px}.faq-section details p{margin-right:10px}
  .contact-stage{padding-block:90px}.contact-grid{gap:45px}.contact-data{flex-direction:column;gap:20px}.quote-form{padding:22px}
  footer{padding:30px 15px 80px;grid-template-columns:1fr 1fr}footer p{display:none}footer nav{gap:12px;flex-wrap:wrap}footer nav a:nth-child(-n+2){display:none}
  .mobile-conversion{height:64px;display:grid;grid-template-columns:.7fr 1.3fr;position:fixed;inset:auto 0 0;z-index:80;box-shadow:0 -12px 40px rgba(0,0,0,.45)}.mobile-conversion a{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#343438,#151517);font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.mobile-conversion a:last-child{background:linear-gradient(135deg,#fff4ab,#ffd100 45%,#a97900);color:#050505}
  .admin-header{height:70px;padding-inline:15px}.admin-header>div{display:none}.admin-back{padding-inline:13px}.admin-hero,.admin-module-grid,.admin-media-section{width:calc(100% - 30px)}.admin-hero{padding:55px 0 32px}.admin-hero h1{font-size:clamp(48px,15vw,69px)}.admin-module-grid{grid-template-columns:1fr}.admin-module{padding:24px;border-radius:28px}.admin-metrics{grid-template-columns:auto 1fr}.admin-section-heading{grid-template-columns:1fr;gap:18px}.admin-media-section{margin-top:55px}.admin-media-grid{grid-template-columns:1fr}.admin-media-preview{height:215px}
}

@media(min-width:761px){
  .premium-header{height:72px}
  .scrolly-hero{height:190vh;min-height:1350px}
  .scrolly-sticky{height:calc(100vh - 72px);top:72px;min-height:590px}
  .hero-canvas{filter:brightness(1.03) contrast(.9) saturate(.93) sepia(.03)}
  .hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.58) 34%,rgba(0,0,0,.07) 68%,rgba(0,0,0,.04)),radial-gradient(ellipse at 76% 46%,rgba(255,218,112,.045),transparent 38%),radial-gradient(ellipse at center,transparent 52%,rgba(0,0,0,.28) 100%),linear-gradient(0deg,rgba(0,0,0,.64),transparent 34%,rgba(0,0,0,.15))}
  .hero-noise{opacity:.075}
  .hero-content{width:min(620px,calc(100% - 48px))}
  .hero-content h1{font-size:clamp(50px,4.8vw,76px)}
  .hero-subtitle{margin-top:19px;font-size:17px}
  .hero-description{margin-top:12px;font-size:14px;line-height:1.55}
  .hero-chips{margin-top:17px}
  .hero-actions{margin-top:21px}
  .floating-dock{min-width:610px;height:60px}
  .reputation-strip{padding-block:38px;gap:42px}
  .experience-grid{padding-block:58px;gap:14px}
  .feature-panel{min-height:540px;border-radius:38px}
  .portal-panel{grid-template-rows:205px 1fr}
  .panel-copy,.finder-panel{padding:28px}
  .panel-copy h2,.finder-panel h2{font-size:clamp(38px,3.2vw,51px)}
  .panel-copy>p,.finder-panel>p{font-size:13px;line-height:1.5}
  .plate-form{margin-top:21px}
  .finder-controls{margin-bottom:20px}
  .brand-gallery{padding-block:30px 34px}
  .brand-gallery-heading{margin-bottom:20px}
  .brand-logo-card{height:98px;border-radius:24px}
  .visual-gallery{padding-block:52px 8px}
  .gallery-heading{margin-bottom:24px;gap:40px}
  .gallery-heading h2{font-size:clamp(47px,5vw,72px)}
  .gallery-heading>p{font-size:14px;line-height:1.52}
  .gallery-mosaic figure{border-radius:30px}
  .services-section{padding-block:46px 62px}
  .section-intro{margin-bottom:30px;gap:46px}
  .section-intro h2,.fleet-copy h2,.market-heading h2,.store-heading h2,.workshop-copy h2,.why-heading h2,.faq-section h2,.contact-grid h2{font-size:clamp(48px,5vw,74px)}
  .section-intro>p,.market-heading>p,.store-heading>p{font-size:14px;line-height:1.52}
  .service-card{min-height:560px;padding:24px;grid-template-rows:auto 250px 1fr;border-radius:36px}
  .service-art{margin:16px -7px 18px;border-radius:26px}
  .service-copy h3{margin:9px 0;font-size:clamp(34px,3.25vw,46px)}
  .service-copy>p{margin-block:8px;font-size:13px;line-height:1.48}
  .service-copy a{margin-top:13px;padding-top:13px}
  .fleet-stage{min-height:620px}
  .fleet-copy>p:not(.kicker){font-size:15px;line-height:1.55}
  .fleet-stats{margin-block:24px}
  .fleet-stats span{min-height:60px;padding:15px}
  .market-section{padding-block:58px;gap:40px}
  .market-heading>p{margin-top:17px}
  .vehicle-showcase{grid-template-columns:1.48fr .52fr}
  .vehicle-feature{min-height:0;padding:14px;display:block}
  .vehicle-photo{height:260px;display:block;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:27px;background:#0b0b0c}
  .vehicle-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.74))}
  .vehicle-photo img{width:100%;height:100%;object-fit:cover;object-position:center 46%;filter:saturate(.85) contrast(1.06)}
  .vehicle-photo span{padding:9px 13px;position:absolute;left:16px;top:16px;z-index:2;border:1px solid rgba(255,255,255,.24);border-radius:99px;background:rgba(6,6,7,.6);color:#dedde0;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;backdrop-filter:blur(10px)}
  .vehicle-listing-copy{padding:18px 18px 14px;display:block}
  .vehicle-listing-meta{display:flex;align-items:center;justify-content:space-between;gap:18px}
  .vehicle-listing-meta span{color:var(--yellow);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
  .vehicle-listing-meta small{color:#66666d;font-size:8px;letter-spacing:.12em;text-transform:uppercase}
  .vehicle-listing-copy h3{margin:9px 0 12px;font-family:var(--font-barlow-condensed),Impact,sans-serif;font-size:clamp(31px,2.8vw,41px);line-height:.92;font-weight:800;letter-spacing:-.02em;text-transform:uppercase}
  .vehicle-spec-row{display:flex;flex-wrap:wrap;gap:7px}
  .vehicle-spec-row span{padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:99px;background:rgba(255,255,255,.035);color:#b0afb3;font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
  .vehicle-price{margin-top:13px;padding-top:12px;display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--line)}
  .vehicle-price small{color:#68686e;font-size:8px;letter-spacing:.12em;text-transform:uppercase}
  .vehicle-price strong{color:#eeece6;font-family:var(--font-barlow-condensed),Impact,sans-serif;font-size:24px;line-height:1;text-transform:uppercase}
  .vehicle-listing-copy>a{margin-top:13px;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,209,0,.35);border-radius:99px;background:linear-gradient(135deg,rgba(255,209,0,.1),rgba(255,255,255,.02));font-size:8px;letter-spacing:.11em}
  .vehicle-silhouette,.vehicle-mobile-label,.vehicle-mobile-title,.vehicle-mobile-state,.vehicle-mobile-link{display:none}
  .market-specs span{padding:15px}
  .store-section{padding-block:58px}
  .store-heading{gap:38px}
  .category-row{margin:23px 0 16px}
  .category-row button{padding:10px 15px}
  .product-grid article{padding:11px 11px 20px;border-radius:28px}
  .product-art{height:180px;margin-bottom:15px;border-radius:21px}
  .product-grid h3{font-size:26px}
  .product-grid p{min-height:42px;font-size:11px;line-height:1.45}
  .branches-section{padding-block:62px}
  .branches-premium article{min-height:430px;padding:30px;border-radius:38px}
  .branches-premium h3{margin:12px 0;font-size:clamp(64px,6.8vw,92px)}
  .branches-premium article>div{margin-top:20px;padding-top:14px}
  .workshop-band{min-height:550px}
  .workshop-image{min-height:500px}
  .workshop-copy{padding-block:55px;padding-left:48px}
  .workshop-copy>div{margin-top:25px}
  .why-section,.faq-section{padding-block:62px;gap:58px}
  .why-grid article{min-height:180px;padding:24px}
  .why-grid h3{margin:45px 0 8px;font-size:22px}
  .why-grid p{font-size:13px;line-height:1.45}
  .faq-section summary{min-height:68px;font-size:15px}
  .faq-section details p{margin-bottom:19px;font-size:13px;line-height:1.5}
  .contact-stage{padding-block:64px}
  .contact-grid{gap:58px}
  .contact-grid>div>p:not(.kicker){font-size:14px;line-height:1.55}
  .contact-data{margin-top:28px}
  .quote-form{padding:27px;gap:14px;border-radius:34px}
  footer{min-height:120px;padding-block:24px}
  footer img{width:58px;height:58px}
}

@media(min-width:1051px){.gallery-mosaic{grid-template-rows:250px 250px}}
@media(min-width:761px) and (max-width:1050px){.gallery-mosaic{grid-template-rows:250px 220px 220px}}

/* Mobile-only compact experience. Desktop rules above remain unchanged. */
@media(max-width:760px){
  body{padding-bottom:86px}
  .premium-header{height:62px;padding-inline:12px}.logo-wrap{width:54px;height:52px}.logo-wrap img{width:52px;height:52px}.header-cta{min-height:38px;padding-inline:12px;font-size:7px}
  .section-shell{width:calc(100% - 24px)}

  .scrolly-hero{height:175vh;min-height:1050px}.scrolly-sticky{height:calc(100vh - 62px);top:62px;min-height:520px}.hero-content{left:12px;width:calc(100% - 24px);top:44%}.hero-content h1{font-size:clamp(36px,10.7vw,49px);line-height:.9}.hero-subtitle{margin-top:15px;font-size:13px}.hero-description{margin-top:9px;max-width:92%;font-size:11px;line-height:1.45}.hero-chips{margin-top:12px}.hero-chips span{padding:6px 9px;font-size:7px}.hero-actions{margin-top:15px}.hero-actions .cta{min-height:42px;padding-inline:12px;font-size:7px}.scroll-cue{bottom:26px;font-size:7px}.scrolly-hero .floating-dock{display:none}

  .mobile-conversion{display:none}
  .mobile-liquid-dock{width:calc(100% - 18px);height:66px;padding:5px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;position:fixed;left:9px;bottom:max(9px,env(safe-area-inset-bottom));z-index:100;border:1px solid rgba(255,255,255,.32);border-radius:23px;background:linear-gradient(145deg,rgba(96,96,103,.55),rgba(18,18,21,.72) 56%,rgba(3,3,4,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.06),0 14px 42px rgba(0,0,0,.58);-webkit-backdrop-filter:blur(24px) saturate(1.35);backdrop-filter:blur(24px) saturate(1.35)}
  .mobile-liquid-dock::before{content:"";position:absolute;inset:2px 10% auto;height:45%;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.22),transparent);pointer-events:none}
  .mobile-liquid-dock a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;position:relative;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.025));color:#eceae4;font-size:6.5px;font-weight:950;letter-spacing:.04em;text-align:center;text-transform:uppercase}
  .mobile-liquid-dock i{width:14px;height:11px;display:block;position:relative;border:1.5px solid #c9c8c4;border-radius:3px;opacity:.92}.mobile-liquid-dock i::before{content:"";width:4px;height:2px;position:absolute;left:4px;top:-4px;border-radius:2px;background:#c9c8c4}.mobile-liquid-dock .dock-tire{width:14px;height:14px;border-radius:50%;box-shadow:inset 0 0 0 3px rgba(201,200,196,.2)}.mobile-liquid-dock .dock-tire::before{display:none}.mobile-liquid-dock .dock-oil{height:14px;border-radius:2px 2px 5px 5px}.mobile-liquid-dock .dock-whatsapp{border-color:rgba(122,255,172,.55);background:linear-gradient(135deg,rgba(125,246,168,.95),rgba(37,211,102,.92) 48%,rgba(5,143,64,.96));color:#031509;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),0 8px 20px rgba(24,200,94,.2)}.mobile-liquid-dock .dock-whatsapp i{width:15px;height:15px;border-color:#052612;border-radius:50%}.mobile-liquid-dock .dock-whatsapp i::before{width:4px;height:4px;left:8px;top:8px;transform:rotate(35deg);background:#052612}

  .reputation-strip{padding:28px 12px;gap:16px}.reputation-strip>a{padding:10px 12px;gap:6px 9px}.reputation-strip>div{gap:9px}.reputation-strip>div span{padding-left:9px;font-size:7px}.ticker{height:38px}.ticker div{gap:14px;font-size:12px}.ticker i{width:6px;height:6px}

  .experience-grid{padding-block:42px;gap:11px}.feature-panel{border-radius:25px}.portal-panel{grid-template-rows:170px 1fr}.panel-copy,.finder-panel{padding:18px}.panel-copy h2,.finder-panel h2{font-size:36px;line-height:.91}.panel-copy>p,.finder-panel>p{font-size:11px;line-height:1.45}.plate-showcase{width:min(84%,360px)}.orbit-one{width:190px;height:190px}.orbit-two{width:285px;height:285px}.plate-form{margin-top:18px}.plate-form input,.finder-controls select,.quote-form input,.quote-form select{height:46px;padding-inline:13px;border-radius:13px}.plate-form button{padding-inline:14px;border-radius:13px;font-size:7px}.finder-panel{min-height:575px}.finder-top small{display:none}.finder-panel>p{margin-top:12px}.finder-controls{margin:15px 0 11px;gap:7px}.finder-controls label{gap:6px}.finder-actions{grid-template-columns:1.2fr .8fr}.finder-actions .cta{min-height:43px;padding-inline:10px;font-size:7px}.finder-result{min-height:40px;margin-top:9px;padding:9px 11px;font-size:9px}

  .brand-gallery{padding:20px 0 24px}.brand-gallery-heading{width:calc(100% - 24px);margin-bottom:13px}.brand-gallery-heading p{font-size:12px;letter-spacing:.08em}.brand-row{gap:7px;padding-right:7px}.brand-logo-card{width:116px;height:64px;padding:10px 13px;border-radius:17px}.brand-logo-card img{max-width:88px;max-height:31px}.brand-motul img{max-width:90px;max-height:28px}.brand-petronas img,.brand-castrol img{max-width:62px;max-height:34px}.brand-moura img{max-width:48px;max-height:40px}.brand-heliar img,.brand-willard img{max-width:92px;max-height:32px}.brand-track{animation-duration:18s}

  .visual-gallery{padding-block:42px 8px}.gallery-heading{gap:15px;margin-bottom:18px}.gallery-heading .kicker{margin-bottom:0}.gallery-heading h2{font-size:43px;line-height:.88}.gallery-heading>p{font-size:11px;line-height:1.45}.gallery-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:220px 136px 136px;gap:8px}.gallery-mosaic .gallery-main{grid-column:1/3;grid-row:1}.gallery-mosaic figure:nth-child(4),.gallery-mosaic figure:nth-child(5){grid-column:auto;grid-row:auto}.gallery-mosaic figure{border-radius:20px}.gallery-mosaic figcaption{left:12px;right:10px;bottom:11px;gap:7px;font-size:7px}

  .services-section{padding-block:44px}.section-intro{gap:14px;margin-bottom:20px}.section-intro h2,.fleet-copy h2,.market-heading h2,.store-heading h2,.workshop-copy h2,.why-heading h2,.faq-section h2,.contact-grid h2{font-size:43px;line-height:.86}.section-intro>p,.market-heading>p,.store-heading>p{font-size:11px;line-height:1.45}.services-bento{gap:9px}.service-card{min-height:405px;padding:16px;grid-template-rows:auto 150px 1fr;border-radius:24px}.service-meta p{font-size:7px}.service-art{margin:12px -3px 13px;border-radius:18px}.service-art span{padding:11px 12px;font-size:7px}.service-copy small{font-size:7px}.service-copy h3{margin:7px 0;font-size:29px}.service-copy>p{margin:6px 0;font-size:10px;line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-copy a{margin-top:9px;padding-top:10px;font-size:7px}

  .fleet-stage{min-height:575px}.fleet-copy{padding-block:48px}.fleet-copy>p:not(.kicker){font-size:11px;line-height:1.5}.fleet-stats{margin:20px 0;grid-template-columns:1fr 1fr;gap:1px}.fleet-stats span{min-height:50px;padding:10px;gap:8px;font-size:7px}.fleet-copy .cta{min-height:43px;font-size:7px}

  .market-section{padding-block:45px;gap:20px}.market-heading>p{margin-top:13px}.vehicle-showcase{border-radius:25px}.vehicle-feature{min-height:380px;padding:20px}.vehicle-silhouette{inset:25px 12px auto;height:180px}.vehicle-silhouette i{width:48px;height:48px;border-width:11px}.vehicle-feature h3{font-size:26px}.market-specs{grid-template-columns:1fr 1fr}.market-specs span{min-height:72px;padding:11px;font-size:8px}.market-specs b{font-size:9px}

  .store-section{padding-block:46px}.store-heading{gap:15px}.category-row{margin:18px 0 14px;gap:6px;padding-bottom:4px}.category-row button{padding:8px 11px;font-size:7px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-grid article{min-width:0;padding:7px 7px 15px;border-radius:20px}.product-art{height:128px;margin-bottom:11px;border-radius:15px}.product-art span{left:9px;top:8px;font-size:7px}.product-grid small{font-size:6.5px;line-height:1.25;display:block}.product-grid h3{margin:6px 0;font-size:21px;line-height:.95}.product-grid p{min-height:42px;margin:6px 0;font-size:9px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-grid a{font-size:7px;line-height:1.3}

  .branches-section{padding-block:45px}.branches-premium{gap:9px}.branches-premium article{min-height:325px;padding:19px;border-radius:25px}.branches-premium h3{margin:10px 0;font-size:58px}.branches-premium p{margin:6px 0;font-size:11px}.branches-premium small{font-size:9px}.branches-premium article>div{margin-top:14px;padding-top:11px}.branches-premium a{font-size:7px}

  .workshop-image{min-height:285px}.workshop-copy{padding:34px 12px 45px}.workshop-copy>p:not(.kicker){font-size:11px;line-height:1.45}.workshop-copy>div{margin-top:17px}.workshop-copy>div span{padding:7px 9px;font-size:7px}

  .why-section,.faq-section{padding-block:45px;gap:25px}.why-grid{grid-template-columns:1fr 1fr}.why-grid article{min-height:150px;padding:14px;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}.why-grid article:nth-child(2n){border-right:0!important}.why-grid article:nth-child(n+3){border-bottom:0!important}.why-grid h3{margin:20px 0 6px;font-size:17px}.why-grid p{margin:0;font-size:9px;line-height:1.35}.faq-section summary{min-height:55px;font-size:12px}.faq-section summary span{font-size:22px}.faq-section details p{margin:0 7px 15px 0;font-size:10px;line-height:1.45}

  .contact-stage{padding-block:46px}.contact-grid{gap:24px}.contact-grid>div>p:not(.kicker){font-size:11px;line-height:1.45}.contact-data{margin-top:18px;gap:13px}.contact-data span{font-size:11px}.quote-form{padding:16px;gap:10px;border-radius:23px}.quote-form .cta{min-height:44px;font-size:7px}
  footer{min-height:95px;padding:20px 12px 92px;grid-template-columns:auto 1fr;gap:15px}footer img{width:48px;height:48px}footer nav{display:none}.footer-data span{font-size:7px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div,.scroll-cue i::after,.brand-logo-card::after{animation:none}.brand-track{animation:none;transform:none}.brand-carousel{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.brand-row[aria-hidden="true"]{display:none}.cta{transition:none}}


/* Rally V11: misma estética original, base estática estable. */
html,body{width:100%;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto;touch-action:pan-y;background:#050505}
body{position:static!important}
main{width:100%;min-height:100%;overflow:visible!important;position:relative}
.premium-header{transform:translateZ(0)}
.header-admin-link{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,209,0,.38);border-radius:50%;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,209,0,.05));color:var(--yellow);font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.15)}
.header-admin-link:hover{background:var(--yellow);color:#050505}
.scrolly-hero{height:calc(100svh - 82px);min-height:650px;max-height:940px;position:relative;overflow:hidden}
.scrolly-sticky{height:100%;min-height:650px;position:relative;top:auto;overflow:hidden;background:#020203}
.hero-canvas{width:100%;height:100%;display:block;pointer-events:none!important;touch-action:none!important;user-select:none}
.hero-content{will-change:auto!important}
.hero-progress span{transition:transform .08s linear}
.scrolly-hero.is-ready .hero-canvas{opacity:1}
.hero-canvas{opacity:.01;transition:opacity .35s ease}
.admin-install-note{display:none}
@media(max-width:980px){.premium-header nav{display:none}.header-meta{display:none}.header-actions{gap:8px}.header-admin-link{width:36px;height:36px}}
@media(max-width:760px){
  html{scroll-behavior:smooth}
  body{padding-bottom:86px!important}
  .scrolly-hero{height:calc(100svh - 62px);min-height:620px;max-height:820px;overflow:hidden}
  .scrolly-sticky{height:100%;min-height:620px;top:auto}
  .hero-content{top:42%;transform:translateY(-45%)!important;opacity:1!important}
  .hero-canvas{object-position:center}
  .frame-caption{display:none}
  .scroll-cue{bottom:22px}
  .hero-progress{bottom:0}
  .header-admin-link{width:34px;height:34px;font-size:13px}
}
@media(max-width:390px){
  .hero-content h1{font-size:35px}
  .hero-description{max-width:94%;font-size:10px}
  .hero-chips span:nth-child(4){display:none}
}


/* ==== rally-catalog-history-v18.css (unificado 9/8/2026) ==== */
/* Rally V18: unicamente catalogo e historial; conserva la estetica V11 */
.vehicle-history-result{margin-top:22px;display:grid;gap:14px}.history-loading-v18,.history-empty-v18{padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.025);color:#aaa;font-size:12px;line-height:1.55}.history-empty-v18 strong{display:block;margin-bottom:5px;color:#f2f0e8;font-size:15px}.history-summary-v18{padding:18px;border:1px solid rgba(255,209,0,.28);border-radius:23px;background:linear-gradient(145deg,rgba(255,209,0,.09),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.history-summary-top-v18{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.history-summary-v18 small{display:block;color:#8f8e93;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.history-plate-v18{margin-top:5px;font-family:var(--font-barlow-condensed),Impact,sans-serif;font-size:42px;font-weight:800;line-height:.9;letter-spacing:.045em}.history-summary-kpis-v18{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:15px}.history-summary-kpis-v18 div{padding:10px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(0,0,0,.2)}.history-summary-kpis-v18 span{display:block;color:#7e7d83;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.history-summary-kpis-v18 strong{display:block;margin-top:4px;color:#f4f1e8;font-size:12px;line-height:1.25}.history-timeline-v18{display:grid;gap:9px}.history-entry-v18{display:grid;grid-template-columns:105px 1fr;gap:14px;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(145deg,#121214,#09090a)}.history-entry-meta-v18{padding-right:13px;border-right:1px solid rgba(255,255,255,.1)}.history-entry-meta-v18 time{display:block;color:#ffd100;font-size:10px;font-weight:900}.history-entry-meta-v18 strong{display:block;margin-top:8px;font-size:16px;line-height:1.05}.history-entry-meta-v18 span{display:block;margin-top:3px;color:#77767c;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.history-entry-body-v18>small{color:#77767c;font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.history-service-list-v18{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.history-service-list-v18 span{padding:7px 9px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.035);color:#dedbd2;font-size:9px;line-height:1.25}.history-next-v18{margin-top:10px;padding:9px 11px;border-left:2px solid #ffd100;background:rgba(255,209,0,.055);color:#bdb9ad;font-size:9px;line-height:1.45}.history-next-v18 b{color:#ffd100}.history-recommend-v18{margin-top:7px;padding-top:16px;border-top:1px solid rgba(255,255,255,.11)}.history-recommend-heading-v18{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.history-recommend-heading-v18 span{color:#ffd100;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.history-recommend-heading-v18 h3{margin:4px 0 0;font-family:var(--font-barlow-condensed),Impact,sans-serif;font-size:29px;line-height:.92;text-transform:uppercase}.history-recommend-heading-v18 small{max-width:210px;color:#7e7d83;font-size:8px;line-height:1.4;text-align:right}.history-recommend-grid-v18{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.history-product-v18{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#0b0b0d}.history-product-image-v18{height:100px;background:#080809 center/cover no-repeat}.history-product-copy-v18{padding:11px}.history-product-copy-v18 small{color:#ffd100;font-size:7px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.history-product-copy-v18 strong{display:block;margin:5px 0 4px;font-size:11px;line-height:1.25}.history-product-copy-v18 p{display:-webkit-box;overflow:hidden;margin:0 0 8px;color:#85848a;font-size:8px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.history-product-copy-v18 a{display:flex;align-items:center;justify-content:space-between;color:#ffd100;font-size:7px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.product-grid article.is-hidden-product-v18{display:none}.product-grid article{transition:transform .2s ease,border-color .2s ease}.product-grid article:hover{transform:translateY(-3px);border-color:rgba(255,209,0,.35)}
@media(max-width:760px){.vehicle-history-result{margin-top:16px}.history-summary-v18{padding:14px;border-radius:19px}.history-plate-v18{font-size:35px}.history-summary-kpis-v18{grid-template-columns:1fr}.history-entry-v18{grid-template-columns:1fr;gap:10px;padding:13px;border-radius:17px}.history-entry-meta-v18{display:grid;grid-template-columns:1fr auto;align-items:end;padding:0 0 9px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.history-entry-meta-v18 strong{grid-column:2;grid-row:1/3;margin:0;text-align:right}.history-recommend-heading-v18{display:block}.history-recommend-heading-v18 small{display:block;margin-top:6px;text-align:left}.history-recommend-grid-v18{grid-template-columns:1fr 1fr}.history-product-image-v18{height:82px}}
@media(max-width:430px){.history-recommend-grid-v18{grid-template-columns:1fr}.history-product-v18{display:grid;grid-template-columns:105px 1fr}.history-product-image-v18{height:100%;min-height:110px}.history-summary-top-v18{display:block}.history-summary-top-v18>small{margin-top:8px}}
.category-row button.active{background:linear-gradient(135deg,#fff4ab,#ffd100 45%,#a97900);border-color:#ffe781;color:#050505;box-shadow:inset 0 1px 0 #fff,0 12px 32px rgba(255,190,0,.15)}

/* ==== rally-products-v19.css (unificado 9/8/2026) ==== */
/* Rally Car Center V19 - cuatro fichas visibles, sin filtros superiores */
.store-section .category-row{display:none!important}
.store-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.store-section .product-grid article.product-card-v19{display:flex;min-width:0;flex-direction:column;height:100%}
.store-section .product-grid article.product-card-v19>p{flex:1}
.product-card-footer-v19{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.09)}
.product-card-price-v19{color:#f4f1e8;font-family:var(--font-barlow-condensed),Impact,sans-serif;font-size:24px;line-height:1;text-transform:uppercase}
.product-card-footer-v19 a{flex:0 0 auto}
@media(max-width:1050px){.store-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.store-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-footer-v19{display:block}.product-card-price-v19{display:block;margin-bottom:8px;font-size:21px}}
@media(max-width:360px){.store-section .product-grid{grid-template-columns:1fr}}

/* ==== rally-liquid-sections-v21.css (unificado 9/8/2026) ==== */
/* rally-liquid-sections-v21: archivo ausente en el servidor original (404). Placeholder para evitar 404. */

/* ==== rally-compact-glass-v24.css (unificado 9/8/2026) ==== */
/* V24 - estetica mas premium y compacta para Por que Rally + FAQ */
.why-section,
.faq-section{
padding-top: 36px;
padding-bottom: 44px;
}

.why-section{
display:grid;
grid-template-columns:minmax(260px, .9fr) minmax(0, 1.1fr);
gap:28px;
align-items:start;
}
.why-heading,
.faq-section > div:first-child{
position:sticky;
top:98px;
align-self:start;
}
.why-heading h2,
.faq-section h2{
max-width: 9ch;
line-height:.9;
}
.why-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
align-content:start;
}
.why-grid article{
position:relative;
min-height:136px;
padding:18px 18px 18px;
border-radius:24px;
overflow:hidden;
background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
border:1px solid rgba(255,255,255,.11);
box-shadow:0 14px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.10);
-webkit-backdrop-filter: blur(18px) saturate(145%);
backdrop-filter: blur(18px) saturate(145%);
}
.why-grid article::before{
content:"";
position:absolute;
inset:1px;
border-radius:23px;
background:linear-gradient(180deg, rgba(255,214,10,.06), rgba(255,255,255,.02) 34%, rgba(255,255,255,0) 100%);
pointer-events:none;
}
.why-grid article b,
.why-grid article h3,
.why-grid article p{position:relative;z-index:1;}
.why-grid article b{
display:inline-flex;
width:30px;height:30px;align-items:center;justify-content:center;
border-radius:999px;
margin:0 0 12px;
background:rgba(255,213,0,.14);
border:1px solid rgba(255,213,0,.24);
color:#ffd500;
font-size:.84rem;
}
.why-grid article h3{
margin:0 0 8px;
font-size:clamp(1.1rem, .8vw + .9rem, 1.55rem);
line-height:1.02;
}
.why-grid article p{
margin:0;
color:rgba(255,255,255,.76);
font-size:.98rem;
line-height:1.38;
max-width:28ch;
}

.faq-section{
display:grid;
grid-template-columns:minmax(260px, .9fr) minmax(0, 1.1fr);
gap:28px;
align-items:start;
}
.faq-section > div:last-child{
display:flex;
flex-direction:column;
gap:12px;
}
.faq-section details{
position:relative;
margin:0;
border:none !important;
border-radius:22px;
overflow:hidden;
background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
border:1px solid rgba(255,255,255,.10);
box-shadow:0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
-webkit-backdrop-filter: blur(16px) saturate(145%);
backdrop-filter: blur(16px) saturate(145%);
}
.faq-section details::before{
content:"";
position:absolute;
inset:1px;
border-radius:21px;
background:linear-gradient(180deg, rgba(255,214,10,.04), rgba(255,255,255,.015) 30%, rgba(255,255,255,0) 100%);
pointer-events:none;
}
.faq-section summary,
.faq-section details p{
position:relative;
z-index:1;
}
.faq-section summary{
list-style:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
padding:18px 22px;
font-size:clamp(1rem,.5vw + .92rem,1.18rem);
line-height:1.28;
font-weight:800;
}
.faq-section summary::-webkit-details-marker{display:none;}
.faq-section summary span{
display:inline-flex;
width:34px;height:34px;
align-items:center;justify-content:center;
border-radius:999px;
background:rgba(255,213,0,.12);
border:1px solid rgba(255,213,0,.22);
color:#ffd500;
font-size:1.55rem;
line-height:1;
flex:0 0 auto;
}
.faq-section details[open] summary{
padding-bottom:12px;
}
.faq-section details[open] summary span{
transform:rotate(45deg);
}
.faq-section details p{
margin:0;
padding:0 22px 18px;
color:rgba(255,255,255,.76);
font-size:.98rem;
line-height:1.52;
max-width:62ch;
}

@media (max-width: 1180px){
.why-section,.faq-section{
grid-template-columns:1fr;
gap:20px;
}
.why-heading,
.faq-section > div:first-child{
position:static;
}
}
@media (max-width: 820px){
.why-section,
.faq-section{
padding-top:28px;
padding-bottom:34px;
gap:18px;
}
.why-grid{
grid-template-columns:1fr 1fr;
gap:12px;
}
.why-grid article{
min-height:126px;
padding:16px;
border-radius:20px;
}
.faq-section > div:last-child{
gap:10px;
}
.faq-section details,
.faq-section details::before{border-radius:18px;}
.faq-section summary{padding:16px 18px;font-size:1rem;}
.faq-section details p{padding:0 18px 16px;font-size:.94rem;}
}
@media (max-width: 640px){
.why-grid{
grid-template-columns:1fr;
}
.why-grid article{
min-height:unset;
}
.why-heading h2,
.faq-section h2{
max-width: none;
}
.faq-section summary span{width:30px;height:30px;font-size:1.35rem;}
}

/* ==== rally-mobile-v26.css (unificado 9/8/2026) ==== */
/* V26 - consolidado movil con todos los cambios hasta V25 */
@media (max-width: 820px){
html{scroll-padding-top:84px;}
body{overflow-x:hidden;}
.section-shell,
.store-section .section-shell,
.contact-grid.section-shell{width:min(100% - 24px, 1180px) !important;}

.premium-header{
padding:10px 12px !important;
gap:10px !important;
position:sticky; top:0; z-index:100;
backdrop-filter: blur(14px) saturate(130%);
-webkit-backdrop-filter: blur(14px) saturate(130%);
}
.premium-header nav,
.premium-header .header-meta span{display:none !important;}
.premium-header .logo-wrap img{height:34px !important; width:auto;}
.premium-header .header-actions{margin-left:auto; display:flex; align-items:center; gap:8px;}
.premium-header .header-meta a{font-size:.82rem !important;}
.premium-header .header-cta{padding:10px 12px !important; font-size:.82rem !important;}
.premium-header .header-admin-link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;}

.scrolly-hero{min-height:88svh !important;}
.scrolly-sticky{min-height:88svh !important;}
.hero-content{
width:min(100% - 24px, 540px) !important;
left:12px !important; right:12px !important; bottom:112px !important;
}
.hero-content h1{font-size:clamp(2.55rem, 12vw, 4.1rem) !important; line-height:.92 !important;}
.hero-subtitle{font-size:1rem !important;}
.hero-description{font-size:.96rem !important; max-width:36ch !important;}
.hero-chips{gap:8px !important;}
.hero-chips span{padding:7px 10px !important; font-size:.72rem !important;}
.hero-actions{display:flex; flex-wrap:wrap; gap:10px !important;}
.hero-actions .cta{padding:12px 14px !important; font-size:.92rem !important;}
.floating-dock{display:none !important;}
.scroll-cue,.frame-caption,.hero-progress{display:none !important;}

.reputation-strip{margin-top:10px !important; padding:12px !important; border-radius:18px !important;}
.reputation-strip > div{display:flex; flex-wrap:wrap; gap:8px;}
.reputation-strip > div span{font-size:.74rem !important;}

.experience-grid{display:grid !important; grid-template-columns:1fr !important; gap:14px !important;}
.feature-panel{padding:18px !important; border-radius:24px !important;}
.portal-panel{gap:14px !important;}
.panel-copy h2,.finder-panel h2{font-size:clamp(2.05rem, 9.5vw, 3.1rem) !important; line-height:.94 !important;}
.plate-form div,.finder-actions{display:grid !important; grid-template-columns:1fr !important; gap:10px !important;}
.plate-form input,.plate-form button,.finder-actions .cta{width:100% !important;}
.finder-controls{display:grid !important; grid-template-columns:1fr !important; gap:10px !important;}
.finder-result{padding:14px !important; font-size:.92rem !important; border-radius:18px !important;}

.brand-gallery{padding:22px 0 !important;}
.brand-gallery-heading{padding:0 12px !important; margin-bottom:10px !important;}
.brand-logo-card{height:76px !important; min-width:134px !important; border-radius:18px !important;}

.visual-gallery.section-shell{padding-top:24px !important; padding-bottom:24px !important;}
.gallery-heading h2,.section-intro h2,.workshop-copy h2,.store-heading h2,.market-heading h2,
.why-heading h2,.faq-section h2,.contact-grid h2{font-size:clamp(2.2rem, 11vw, 4rem) !important; line-height:.92 !important;}
.gallery-mosaic{display:grid !important; grid-template-columns:1fr 1fr !important; gap:10px !important;}
.gallery-main{grid-column:1/-1;}
.gallery-mosaic figure,.gallery-main{border-radius:22px !important;}

.services-section.section-shell{padding-top:28px !important; padding-bottom:28px !important;}
.section-intro{display:grid !important; grid-template-columns:1fr !important; gap:10px !important; margin-bottom:14px !important;}
.services-bento{display:grid !important; grid-template-columns:1fr !important; gap:12px !important;}
.service-card{border-radius:24px !important; overflow:hidden;}
.service-art{min-height:170px !important;}
.service-copy{padding:16px !important;}

.flotas-panel,
.market-section,
.store-section,
.branches-section,
.workshop-band,
.why-section,
.faq-section,
.contact-stage{margin-top:18px !important;}

.flotas-panel{padding:18px !important; border-radius:24px !important; gap:12px !important;}
.flotas-panel .cta{width:100%; justify-content:center;}

.market-section.section-shell{padding-top:22px !important; padding-bottom:22px !important;}
.vehicle-showcase{display:grid !important; grid-template-columns:1fr !important; gap:12px !important;}
.vehicle-feature{padding:16px !important; border-radius:24px !important; display:grid !important; grid-template-columns:1fr !important; gap:12px !important;}
.vehicle-photo{display:block !important; position:relative !important; width:100% !important; min-height:220px !important; border-radius:20px !important; overflow:hidden !important;}
.vehicle-photo img{display:block !important; width:100% !important; height:220px !important; object-fit:cover !important; border-radius:20px !important;}
.vehicle-photo span{display:inline-flex !important; position:absolute !important; left:12px !important; bottom:12px !important; padding:8px 10px !important; border-radius:999px !important; background:rgba(0,0,0,.58) !important;}
.vehicle-listing-copy{padding:0 !important;}
.vehicle-listing-copy h3{font-size:1.6rem !important;}
.vehicle-spec-row{display:flex !important; flex-wrap:wrap !important; gap:8px !important;}
.vehicle-spec-row span{padding:8px 10px !important; border-radius:999px !important; background:rgba(255,255,255,.06) !important;}
.vehicle-silhouette{display:none !important;}
.vehicle-mobile-label,.vehicle-mobile-title,.vehicle-mobile-state,.vehicle-mobile-link{display:none !important;}
.market-specs{display:grid !important; grid-template-columns:1fr 1fr !important; gap:10px !important;}
.market-specs span{border-radius:18px !important; padding:12px !important;}

.store-section .section-shell{padding-top:24px !important; padding-bottom:24px !important;}
.store-heading{display:grid !important; grid-template-columns:1fr !important; gap:10px !important; margin-bottom:14px !important;}
.product-grid{display:grid !important; grid-template-columns:1fr 1fr !important; gap:12px !important;}
.product-grid article{padding:12px !important; border-radius:22px !important;}
.product-art{height:140px !important; border-radius:18px !important; margin-bottom:10px !important;}
.product-grid article h3{font-size:1.2rem !important; line-height:1.02 !important;}
.product-grid article p{font-size:.88rem !important; line-height:1.35 !important;}
.product-grid article a{display:inline-flex !important; padding:10px 12px !important; border-radius:999px !important;}

.branches-section.section-shell{padding-top:24px !important; padding-bottom:24px !important;}
.branches-premium{display:grid !important; grid-template-columns:1fr !important; gap:14px !important;}
.branches-premium article{
min-height:390px !important;
padding:172px 18px 18px !important;
border-radius:24px !important;
}
.branches-premium article::before{
background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.16) 32%, rgba(0,0,0,.28) 46%, rgba(0,0,0,.88) 50%, rgba(0,0,0,.98) 78%, rgba(0,0,0,1) 100%) !important;
}
.branches-premium article::after{
height:60% !important;
background:linear-gradient(180deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.97) 28%, rgba(0,0,0,1) 100%) !important;
}
.branches-premium article h3{font-size:clamp(2.9rem, 13vw, 4.7rem) !important;}
.branches-premium article p,
.branches-premium article small{max-width:100% !important;}
.branches-premium article div{justify-content:flex-start !important; flex-wrap:wrap !important; gap:10px !important;}
.branches-premium article div a{padding:9px 12px !important; font-size:.84rem !important;}

.workshop-band{display:grid !important; grid-template-columns:1fr !important; min-height:auto !important; border-radius:24px !important; overflow:hidden !important;}
.workshop-image{min-height:220px !important;}
.workshop-copy{padding:18px !important;}

.why-section,
.faq-section{padding-top:26px !important; padding-bottom:30px !important; display:grid !important; grid-template-columns:1fr !important; gap:16px !important;}
.why-heading,
.faq-section > div:first-child{position:static !important;}
.why-grid{display:grid !important; grid-template-columns:1fr !important; gap:10px !important;}
.why-grid article{min-height:unset !important; padding:16px !important; border-radius:20px !important;}
.why-grid article h3{font-size:1.2rem !important;}
.why-grid article p{font-size:.9rem !important;}
.faq-section > div:last-child{display:flex !important; flex-direction:column !important; gap:10px !important;}
.faq-section details{border-radius:18px !important;}
.faq-section summary{padding:15px 16px !important; font-size:.98rem !important;}
.faq-section details p{padding:0 16px 15px !important; font-size:.9rem !important;}

.contact-stage{padding-top:22px !important; padding-bottom:90px !important;}
.contact-grid.section-shell{display:grid !important; grid-template-columns:1fr !important; gap:14px !important;}
.quote-form{padding:16px !important; border-radius:22px !important;}
.quote-form .cta.full{width:100% !important; justify-content:center !important;}

footer{padding:18px 12px 118px !important; display:grid !important; grid-template-columns:1fr !important; gap:12px !important;}
footer nav{display:flex !important; flex-wrap:wrap !important; gap:10px !important;}

.mobile-liquid-dock{
display:grid !important;
grid-template-columns:repeat(4,1fr);
gap:8px !important;
position:fixed !important;
left:10px !important; right:10px !important; bottom:10px !important;
padding:8px !important;
border-radius:22px !important;
background:linear-gradient(180deg, rgba(22,22,22,.92), rgba(14,14,14,.86)) !important;
border:1px solid rgba(255,255,255,.10) !important;
box-shadow:0 20px 40px rgba(0,0,0,.38) !important;
backdrop-filter: blur(18px) saturate(140%);
-webkit-backdrop-filter: blur(18px) saturate(140%);
}
.mobile-liquid-dock a{min-height:54px !important; border-radius:16px !important; padding:8px 4px !important; gap:6px !important; font-size:.72rem !important;}
.mobile-liquid-dock a span{font-size:.68rem !important; line-height:1.05 !important;}
.mobile-conversion{display:none !important;}
}

@media (max-width: 540px){
.product-grid{grid-template-columns:1fr 1fr !important;}
.product-art{height:122px !important;}
.market-specs{grid-template-columns:1fr 1fr !important;}
.hero-content h1{font-size:clamp(2.3rem, 12vw, 3.4rem) !important;}
}

@media (max-width: 390px){
.premium-header .header-cta{display:none !important;}
.product-grid{grid-template-columns:1fr !important;}
.market-specs{grid-template-columns:1fr !important;}
.mobile-liquid-dock{left:8px !important; right:8px !important; bottom:8px !important;}
}

/* ==== rally-unified-v27.css (unificado 9/8/2026) ==== */
/* V27 - cambios unificados desktop + movil
Sucursales: parte superior visible, mitad inferior muy oscura y texto siempre abajo */

.branches-premium{
gap: 18px;
}

/* Card = foto nitida arriba + franja negra solida abajo con TODO el texto */
.branches-premium article{
position: relative;
min-height: 560px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
gap: 6px;
overflow: hidden;
isolation: isolate;
padding: 34px 34px 30px;
border: 1px solid rgba(255,255,255,.14);
border-radius: 40px;
background: #4a4a4a url('/assets/images/service-pickup-ffd9cc99.jpg') center 34% / cover no-repeat;
background-blend-mode: screen;
box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 85px rgba(0,0,0,.35);
}
.branches-premium article:nth-child(2){
background-image: url('/assets/images/service-neumaticos-4ba7e3b6.webp');
background-position: center 30%;
}

.branches-premium article::before{
display: none;
}

.branches-premium article::after{
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: 0;
height: 72%;
z-index: 0;
pointer-events: none;
background: linear-gradient(
180deg,
rgba(8,8,10,0) 0,
rgba(8,8,10,.8) 34px,
#08080a 66px,
#08080a 100%
);
}

.branches-premium article > *{
position: relative;
z-index: 1;
}

.branches-premium article span{
margin: 0 0 2px;
color: #ffd500;
letter-spacing: .16em;
text-transform: uppercase;
font-size: .74rem;
font-weight: 800;
line-height: 1;
}

.branches-premium article h3{
margin: 0 0 10px;
font-size: clamp(50px, 6vw, 84px);
line-height: .84;
letter-spacing: -.02em;
color: #fff8ef;
text-shadow: 0 8px 24px rgba(0,0,0,.5);
}

.branches-premium article p,
.branches-premium article small{
margin: 0;
max-width: 92%;
}

.branches-premium article p{
color: #f2f0ea;
font-size: 1.06rem;
line-height: 1.35;
font-weight: 600;
}

.branches-premium article small{
margin-top: 9px;
color: rgba(255,255,255,.6);
font-size: .92rem;
line-height: 1.5;
}

.branches-premium article div{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
margin-top: 22px;
padding-top: 18px;
border-top: 1px solid rgba(255,255,255,.12);
}

.branches-premium article div a{
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 14px;
border-radius: 999px;
background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
border: 1px solid rgba(255,255,255,.12);
box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 10px 24px rgba(0,0,0,.20);
color: #ffd500;
text-decoration: none;
-webkit-backdrop-filter: blur(12px) saturate(135%);
backdrop-filter: blur(12px) saturate(135%);
}
.branches-premium article div a:first-child::before{
content: "⌖";
display:inline-flex;
width:18px;height:18px;
align-items:center;justify-content:center;
}
.branches-premium article div a:last-child::before{
content: "✆";
display:inline-flex;
width:18px;height:18px;
align-items:center;justify-content:center;
}
.branches-premium article div a:hover{
transform: translateY(-1px);
background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
}

/* MOVIL: mismo criterio visual, solo se compacta */
@media (max-width: 820px){
.branches-premium{
display: grid !important;
grid-template-columns: 1fr !important;
gap: 14px !important;
}
.branches-premium article{
min-height: 440px !important;
padding: 140px 20px 22px !important;
border-radius: 26px !important;
gap: 5px !important;
background-position: center 30% !important;
}
.branches-premium article::before{
display: none !important;
}
.branches-premium article::after{
display: block !important;
height: 72% !important;
background: linear-gradient(
180deg,
rgba(8,8,10,0) 0,
rgba(8,8,10,.8) 40px,
#08080a 82px,
#08080a 100%
) !important;
}
.branches-premium article h3{
font-size: clamp(2.8rem, 13vw, 4.5rem) !important;
}
.branches-premium article p,
.branches-premium article small{
max-width: 100% !important;
}
.branches-premium article p{font-size: .98rem !important;}
.branches-premium article small{font-size: .9rem !important;}
.branches-premium article div{
justify-content: flex-start !important;
flex-wrap: wrap !important;
gap: 10px !important;
}
.branches-premium article div a{
padding: 9px 12px !important;
font-size: .84rem !important;
}
}

/* Sucursales lado a lado (2 columnas) SOLO en telefono.
Mas foto visible arriba, el negro arranca mas abajo y textos compactos
para que todo entre a lo ancho de la card sin apretarse. */
@media (max-width: 760px){
.branches-premium{ grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
.branches-premium article{
min-height: 310px !important;
padding: 142px 10px 12px !important;
border-radius: 14px !important;
gap: 0 !important;
background-position: center 32% !important;
}
/* El panel negro arranca mas abajo -> se ve mucho mas la foto */
.branches-premium article::after{
height: 56% !important;
background: linear-gradient(
180deg,
rgba(8,8,10,0) 0,
rgba(8,8,10,.82) 26px,
#08080a 58px,
#08080a 100%
) !important;
}
.branches-premium article span{ font-size: .5rem !important; letter-spacing: .07em !important; }
.branches-premium article h3{ font-size: 1.12rem !important; margin: 2px 0 3px !important; line-height: .95 !important; letter-spacing: 0 !important; }
.branches-premium article p{ font-size: .62rem !important; line-height: 1.25 !important; max-width: 100% !important; }
.branches-premium article small{ font-size: .54rem !important; margin-top: 3px !important; line-height: 1.3 !important; max-width: 100% !important; }
.branches-premium article div{
flex-direction: column !important;
align-items: stretch !important;
gap: 4px !important;
margin-top: 7px !important;
padding-top: 7px !important;
}
.branches-premium article div a{
justify-content: center !important;
padding: 6px 4px !important;
font-size: .56rem !important;
border-radius: 8px !important;
}
.branches-premium article div a::before{ display: none !important; }
}

/* Movil: mantener compacidad de V24/V26 tambien en escritorio y movil */
.why-section,
.faq-section{
padding-top: 36px;
padding-bottom: 44px;
}

.why-grid article,
.faq-section details{
border-radius: 22px;
}

@media (max-width: 820px){
.why-section,
.faq-section{
padding-top: 26px !important;
padding-bottom: 30px !important;
}
}

/* Logo del header: la imagen tiene 25% de aire arriba y abajo.
Recortamos ese margen (overflow) y agrandamos el logo real ~50%,
sin cambiar la altura del header (no afecta el hero). */
.premium-header .logo-wrap{ overflow: hidden; align-items: center; }

@media (min-width: 981px){ /* escritorio */
.premium-header .logo-wrap{ width: auto; height: 52px; }
.premium-header .logo-wrap img{ width: auto; height: 104px; object-fit: contain; }
}
@media (min-width: 761px) and (max-width: 980px){ /* tablet */
.premium-header .logo-wrap{ width: auto; height: 47px; }
.premium-header .logo-wrap img{ width: auto; height: 94px; object-fit: contain; }
}
@media (max-width: 760px){ /* movil */
.premium-header .logo-wrap{ width: auto !important; height: 58px !important; overflow: hidden !important; align-items: center !important; }
.premium-header .logo-wrap img{ width: auto !important; height: 116px !important; object-fit: contain !important; }
/* Sin boton "Reservar turno" en el header movil */
.premium-header .header-cta{ display: none !important; }
}

/* Los iconos de redes de la barra de resenas son solo para movil */
.rep-social{ display: none; }

/* ============================================================= *
 * AUTOS EN VENTA (fichas dinamicas desde el administrador)
 * ============================================================= */
.vehicle-grid-v31{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 16px;
}
.vehicle-grid-v31.is-single{ grid-template-columns: 1fr; }

.vehicle-card-v31{
display: flex;
flex-direction: column;
overflow: hidden;
border: 1px solid rgba(255,255,255,.14);
border-radius: 26px;
background: linear-gradient(150deg,#151517,#0b0b0d);
box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 22px 60px rgba(0,0,0,.32);
}
.vehicle-card-photo-v31{
position: relative;
min-height: 220px;
background-color: #0a0a0b;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.vehicle-grid-v31.is-single .vehicle-card-photo-v31{ min-height: 340px; }

.vehicle-badge-v31{
position: absolute; left: 14px; top: 14px;
padding: 6px 12px; border-radius: 99px;
font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase;
}
.vehicle-badge-v31.is-ok{ background: rgba(34,197,94,.92); color: #04140a; }
.vehicle-badge-v31.is-off{
background: rgba(255,255,255,.16); color: #f4f2ed;
-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}

.vehicle-card-body-v31{ flex: 1; padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.vehicle-card-body-v31 h3{
margin: 0;
font-family: var(--font-barlow-condensed), Impact, sans-serif;
font-size: clamp(24px, 2vw, 34px);
line-height: .98; letter-spacing: -.01em; text-transform: uppercase;
}
.vehicle-card-specs-v31{ display: flex; flex-wrap: wrap; gap: 7px; }
.vehicle-card-specs-v31 span{
padding: 5px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px;
color: #cfcdc7; font-size: 11px; font-weight: 700;
}
.vehicle-card-desc-v31{ margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.vehicle-card-price-v31{
margin-top: auto; padding-top: 12px;
display: flex; flex-direction: column; gap: 2px;
border-top: 1px solid rgba(255,255,255,.1);
}
.vehicle-card-price-v31 small{
color: #8f8e8a; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.vehicle-card-price-v31 strong{ font-size: 23px; font-weight: 900; color: var(--yellow); }
.vehicle-card-cta-v31{
margin-top: 12px; min-height: 46px;
display: flex; align-items: center; justify-content: center; gap: 8px;
border-radius: 14px;
background: linear-gradient(135deg,#ffe27a,#ffd100 46%,#b8870a);
color: #0a0a0a; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase;
}
.vehicle-card-cta-v31:hover{ filter: brightness(1.06); }

/* ============================================================= *
 * HERO MOVIL (solo <=760px) - estetica premium
 * - Se ocultan los chips
 * - Los dos botones quedan lado a lado, sin encimarse
 * ============================================================= */
@media (max-width: 760px){
/* Ocultar los chips (Baterias premium, Neumaticos, etc.) solo en movil */
.scrolly-hero .hero-chips{ display: none !important; }

/* Acortar el hero y bajar el anclaje del contenido: elimina el gran espacio
muerto debajo de los botones. La tarjeta de resenas fluye natural (sin
margen negativo), asi NUNCA se encima, en cualquier alto de pantalla. */
.scrolly-hero{ height: auto !important; min-height: 0 !important; }
.scrolly-sticky{ height: auto !important; min-height: 0 !important; position: relative !important; }
/* Fondo (canvas + capas) como absolutos para que el contenido fluya limpio */
.scrolly-sticky .hero-canvas,
.scrolly-sticky .hero-shade,
.scrolly-sticky .hero-noise{ position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; }
.scrolly-hero .hero-content{
position: relative !important;
inset: auto !important;
transform: none !important;
width: auto !important;
max-width: 560px !important;
margin: 0 !important;
padding: 26px 12px 24px !important;
}

/* Acercar la seccion de resenas a los botones (elimina el espacio muerto
que deja el hero debajo de los botones) + tarjeta ordenada. Solo movil. */
.reputation-strip{
margin: 10px 12px 0 !important;
position: relative; z-index: 3;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 12px !important;
padding: 14px !important;
border: 1px solid rgba(255,209,0,.24) !important;
border-radius: 18px !important;
background: linear-gradient(180deg, rgba(22,22,24,.92), rgba(8,8,10,.96)) !important;
box-shadow: 0 16px 40px rgba(0,0,0,.4) !important;
}

/* Bloque de resenas: RESENAS VERIFICADAS + estrellas juntas / Google debajo */
.reputation-strip > a{
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
column-gap: 9px !important;
row-gap: 3px !important;
border: 0 !important;
padding: 0 !important;
border-radius: 0 !important;
min-width: 0 !important;
flex: 1 1 auto !important;
}
.reputation-strip > a span{ font-size: clamp(.62rem, 2.9vw, .72rem) !important; letter-spacing: .12em !important; color: #f4f2ed !important; white-space: nowrap !important; }
.reputation-strip > a b{ font-size: clamp(.74rem, 3.3vw, .86rem) !important; letter-spacing: .04em !important; color: var(--yellow) !important; white-space: nowrap !important; }
.reputation-strip > a strong{ flex: 0 0 100% !important; font-size: clamp(.68rem, 3.2vw, .8rem) !important; color: #c7c6c1 !important; white-space: nowrap !important; }
.reputation-strip > a em{ display: none !important; }

/* Ocultar la fila de garantias SOLO en movil */
.reputation-strip > div{ display: none !important; }

/* AUTOS EN VENTA: de a dos. Si hay uno solo, una ficha grande. */
.vehicle-grid-v31{ grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
.vehicle-grid-v31.is-single{ grid-template-columns: 1fr !important; }
.vehicle-card-v31{ border-radius: 16px !important; }
.vehicle-card-photo-v31{ min-height: 118px !important; }
.vehicle-grid-v31.is-single .vehicle-card-photo-v31{ min-height: 235px !important; }
.vehicle-badge-v31{ left: 8px !important; top: 8px !important; padding: 4px 8px !important; font-size: .52rem !important; }
.vehicle-card-body-v31{ padding: 12px !important; gap: 7px !important; }
.vehicle-card-body-v31 h3{ font-size: 1.05rem !important; }
.vehicle-grid-v31.is-single .vehicle-card-body-v31 h3{ font-size: 1.75rem !important; }
.vehicle-card-specs-v31{ gap: 5px !important; }
.vehicle-card-specs-v31 span{ padding: 4px 7px !important; font-size: .56rem !important; }
.vehicle-grid-v31.is-single .vehicle-card-specs-v31 span{ padding: 5px 10px !important; font-size: .72rem !important; }
/* En la vista de a dos la descripcion no entra: se muestra solo en la grande */
.vehicle-grid-v31:not(.is-single) .vehicle-card-desc-v31{ display: none !important; }
.vehicle-card-desc-v31{ font-size: .8rem !important; }
.vehicle-card-price-v31{ padding-top: 9px !important; }
.vehicle-card-price-v31 small{ font-size: .48rem !important; }
.vehicle-card-price-v31 strong{ font-size: 1.05rem !important; }
.vehicle-grid-v31.is-single .vehicle-card-price-v31 strong{ font-size: 1.6rem !important; }
.vehicle-card-cta-v31{ margin-top: 9px !important; min-height: 38px !important; font-size: .6rem !important; border-radius: 10px !important; }
.vehicle-grid-v31.is-single .vehicle-card-cta-v31{ min-height: 48px !important; font-size: .72rem !important; }

/* Tarjetas de servicios en 2x2 (dos arriba, dos abajo), compactas */
.services-bento{ grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
.service-card{ min-height: 0 !important; padding: 12px !important; grid-template-rows: auto auto 1fr !important; border-radius: 16px !important; }
.service-art{ margin: 10px 0 !important; height: 104px !important; border-radius: 12px !important; }
.service-art span{ padding: 7px 9px !important; font-size: 7px !important; }
.service-meta span{ font-size: 9px !important; }
.service-meta p{ font-size: 6.5px !important; letter-spacing: .08em !important; }
.service-copy small{ font-size: 7px !important; }
.service-copy h3{ font-size: 1.02rem !important; margin: 6px 0 !important; line-height: .98 !important; }
.service-copy > p{ font-size: .72rem !important; line-height: 1.34 !important; margin: 6px 0 !important; }
.service-copy a{ margin-top: 10px !important; padding-top: 10px !important; font-size: 7.5px !important; }

/* Boton "CONSULTAR" del portal: altura y peso premium (igual al input) */
.plate-form button{
height: 56px !important;
margin-left: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
font-size: .82rem !important;
letter-spacing: .06em !important;
border-radius: 16px !important;
}

/* Iconos de redes a la derecha, en linea con las resenas */
.rep-social{ display: flex !important; align-items: center !important; gap: 8px !important; flex: 0 0 auto !important; }
.rep-social a{
width: 38px; height: 38px;
display: flex; align-items: center; justify-content: center;
border-radius: 11px;
color: #f4f2ed;
background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
border: 1px solid rgba(255,255,255,.16);
-webkit-backdrop-filter: blur(10px) saturate(140%);
backdrop-filter: blur(10px) saturate(140%);
transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.rep-social a svg{ width: 19px; height: 19px; }
.rep-social a:active{ transform: translateY(1px); }
.rep-social a:hover{ color: #0a0a0a; background: var(--yellow); border-color: var(--yellow); }

/* Dos botones en una sola fila, mismo ancho */
.scrolly-hero .hero-actions{
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 11px !important;
flex-wrap: nowrap !important;
width: 100% !important;
margin-top: 24px !important;
}

.scrolly-hero .hero-actions .cta{
width: 100% !important;
min-width: 0 !important;
min-height: 58px !important;
padding: 0 10px !important;
gap: 7px !important;
font-size: .74rem !important;
letter-spacing: .02em !important;
justify-content: center !important;
text-align: center !important;
white-space: nowrap !important;
border-radius: 16px !important;
transition: transform .18s ease, box-shadow .18s ease !important;
}
.scrolly-hero .hero-actions .cta b{ font-size: .95em !important; }
.scrolly-hero .hero-actions .cta:active{ transform: translateY(1px) !important; }

/* Boton primario: amarillo con glow premium */
.scrolly-hero .hero-actions .cta-primary{
background: linear-gradient(135deg, #ffe27a, #ffd100 46%, #b8870a) !important;
color: #0a0a0a !important;
box-shadow: 0 14px 32px rgba(245,197,24,.30),
inset 0 1px 0 rgba(255,255,255,.55) !important;
}

/* Boton secundario: vidrio esmerilado refinado */
.scrolly-hero .hero-actions .cta-glass{
background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.045)) !important;
border: 1px solid rgba(255,255,255,.22) !important;
color: #f4f2ed !important;
-webkit-backdrop-filter: blur(16px) saturate(140%) !important;
backdrop-filter: blur(16px) saturate(140%) !important;
box-shadow: inset 0 1px 0 rgba(255,255,255,.14) !important;
}
}

/* ==== rc-rediseno-home (unificado 10/8/2026) ==== */
:root{
--rc-pad-compact-xs: 26px;
--rc-pad-compact-sm: 32px;
--rc-pad-compact-md: 40px;
--rc-pad-compact-lg: 48px;
--rc-pad-showcase-xs: 34px;
--rc-pad-showcase-sm: 44px;
--rc-pad-showcase-md: 56px;
--rc-pad-showcase-lg: 72px;
}
.section-pad-compact{padding-block:var(--rc-pad-compact-xs);}
.section-pad-showcase{padding-block:var(--rc-pad-showcase-xs);}
@media (max-width:539px){
.section-pad-compact{padding-block:var(--rc-pad-compact-xs) !important;}
.section-pad-showcase{padding-block:var(--rc-pad-showcase-xs) !important;}
}
@media (min-width:540px) and (max-width:759px){
.section-pad-compact{padding-block:var(--rc-pad-compact-sm) !important;}
.section-pad-showcase{padding-block:var(--rc-pad-showcase-sm) !important;}
}
@media (min-width:760px) and (max-width:1179px){
.section-pad-compact{padding-block:var(--rc-pad-compact-md);}
.section-pad-showcase{padding-block:var(--rc-pad-showcase-md);}
}
@media (min-width:1180px){
.section-pad-compact{padding-block:var(--rc-pad-compact-lg);}
.section-pad-showcase{padding-block:var(--rc-pad-showcase-lg);}
}
.rc-rubros-strip{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
margin:22px 0;
}
.rc-rubros-strip a{
display:block;
padding:14px 14px;
border:1px solid rgba(255,255,255,.12);
border-radius:14px;
background:rgba(255,255,255,.03);
text-decoration:none;
transition:border-color .18s ease, background .18s ease;
}
.rc-rubros-strip a:hover{border-color:rgba(255,209,0,.4);background:rgba(255,209,0,.05);}
.rc-rubros-strip strong{
display:block;
font-family:var(--font-barlow-condensed),Impact,sans-serif;
font-size:16px;
text-transform:uppercase;
letter-spacing:.02em;
color:#f4f2ed;
margin-bottom:4px;
}
.rc-rubros-strip span{
display:block;
font-size:11.5px;
line-height:1.35;
color:#9c9a93;
}
@media (max-width:760px){
.rc-rubros-strip{grid-template-columns:1fr 1fr !important;gap:8px !important;}
.rc-rubros-strip a{padding:12px !important;}
}
.rc-taller-badges{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:18px;
}
.rc-taller-badges span{
font-family:var(--font-barlow-condensed),Impact,sans-serif;
font-size:13px;
letter-spacing:.04em;
text-transform:uppercase;
padding:6px 14px;
border:1px solid rgba(255,255,255,.18);
border-radius:999px;
color:rgba(255,255,255,.75);
}
.rc-tienda-banner{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
gap:12px;
padding:18px 20px;
border:1px solid rgba(255,209,0,.25);
border-radius:14px;
background:rgba(255,209,0,.04);
margin-bottom:10px;
}
.rc-tienda-banner strong{
font-family:var(--font-barlow-condensed),Impact,sans-serif;
font-weight:700;
letter-spacing:.02em;
color:#fff;
font-size:15px;
}
.rc-tienda-banner a{color:#ffd100;font-weight:600;white-space:nowrap;text-decoration:none;font-size:13px;}
.rc-portal-compact{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:20px;
}
.rc-portal-compact .rc-portal-copy{flex:1 1 260px;}
.rc-portal-compact form{flex:1 1 240px;}
.rc-marcas-inline{padding-block:0 !important;margin-top:18px !important;}

/* ==== rc-hero-fit (evita que el hero se corte, 10/8/2026) ==== */
.scrolly-hero .hero-content .kicker{margin-bottom:10px !important;}
.scrolly-hero .hero-content .hero-subtitle{margin-top:10px !important;}
.scrolly-hero .hero-content .rc-rubros-strip{margin:12px 0 !important;}
.scrolly-hero .hero-content .hero-description{margin-top:8px !important;}
.scrolly-hero .hero-content .hero-actions{margin-top:12px !important;}
@media (min-width:761px){
.scrolly-hero .hero-content h1{font-size:clamp(42px,3.6vw,56px) !important;line-height:0.88 !important;}
}
@media (max-width:760px){
.scrolly-hero .hero-content h1{font-size:clamp(28px,8.5vw,40px) !important;line-height:0.9 !important;}
.rc-rubros-strip{margin:10px 0 !important;gap:6px !important;}
.rc-rubros-strip a{padding:8px 10px !important;}
.rc-rubros-strip strong{font-size:13px !important;margin-bottom:2px !important;}
.rc-rubros-strip span{font-size:10px !important;}
}

/* ==== rc-rubros-tap (área completa clickeable + scroll a rubro, 10/8/2026) ==== */
.rc-rubros-strip a{height:100%;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,209,0,.25);}
#servicio-baterias,#servicio-neumaticos,#servicio-lubricentro,#servicio-aire{scroll-margin-top:110px;}

/* ==== rc-service-buttons (botones en tarjetas de servicio, 10/8/2026) ==== */
.rc-service-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);}
.rc-service-actions a{margin-top:0 !important;padding:12px 20px !important;border-top:none !important;display:inline-flex !important;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-size:10px !important;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-decoration:none !important;opacity:1 !important;transition:transform .2s,filter .2s,border-color .2s,background .2s;}
.rc-service-actions a.rc-btn-primary{background:linear-gradient(135deg,#fff3a1 0%,#ffd100 40%,#e6ad00 72%,#9d6f00 100%);color:#060606 !important;}
.rc-service-actions a.rc-btn-primary:hover{transform:translateY(-2px);}
.rc-service-actions a.rc-btn-secondary{border:1px solid rgba(255,255,255,.24);color:#f4f2eb !important;background:rgba(255,255,255,.04);}
.rc-service-actions a.rc-btn-secondary:hover{border-color:rgba(255,209,0,.5);background:rgba(255,209,0,.08);}
@media (max-width:540px){
.rc-service-actions{flex-direction:column;gap:8px;}
.rc-service-actions a{width:100%;}
}

/* ==== rc-whatsapp-btn + rc-service-btn-fix (10/8/2026) ==== */

/* ==== rc-whatsapp-mobile-fix + rc-btn-align (10/8/2026) ==== */
.scrolly-hero .hero-actions .cta-primary.rc-cta-whatsapp{
background:#25D366 !important;
color:#fff !important;
box-shadow:rgba(255,255,255,.35) 0 1px 0 inset,rgba(37,211,102,.35) 0 14px 32px !important;
border-color:#1fb959 !important;
}
.service-copy{display:flex !important;flex-direction:column !important;height:100% !important;}
.rc-service-actions{margin-top:auto !important;}

.rc-cta-whatsapp{background:#25D366 !important;border-color:#1fb959 !important;color:#fff !important;box-shadow:rgba(255,255,255,.35) 0 1px 0 inset,rgba(37,211,102,.35) 0 14px 32px !important;gap:10px !important;}
.rc-cta-whatsapp svg{flex:none;}
.rc-cta-whatsapp:hover{filter:brightness(1.06);}
.rc-service-actions a{border-radius:12px !important;white-space:nowrap;}
@media (max-width:540px){
.rc-service-actions a{font-size:10px !important;padding:11px 14px !important;white-space:nowrap;}
}