:root {
  --ink: #0e1111;
  --navy: #0e1111;
  --navy-2: #25428e;
  --blue: #254594;
  --blue-bright: #4165b3;
  --steel: #a0a6af;
  --steel-dark: #595d62;
  --silver: #e5e8ed;
  --paper: #f4f6f9;
  --white: #ffffff;
  --muted: #5e6879;
  --line: #dbe2ec;
  --success: #0c7a56;
  --shadow: 0 18px 50px rgba(7, 26, 58, .12);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.62 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.topbar { background: #080b10; color: #fff; font-size: .88rem; }
.hours-alert { padding: .68rem 0; color: #fff; background: linear-gradient(90deg, var(--blue), var(--navy-2)); border-bottom: 1px solid rgba(255,255,255,.18); font-size: .88rem; text-align: center; }
.hours-alert strong { color: #fff; }
.topbar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar-languages { display: flex; align-items: center; gap: .75rem; }
.language-notice { display: inline-flex; align-items: center; padding: .22rem .68rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: var(--blue); font-weight: 850; letter-spacing: .03em; white-space: nowrap; }
.language-switch { display: inline-flex; align-items: center; gap: .42rem; color: #dce6f7; font-weight: 750; white-space: nowrap; }
.language-switch a:hover, .language-switch a:focus-visible { color: #fff; }
.language-switch a[aria-current="page"] { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.hours-status { display: inline-flex; align-items: center; gap: .5rem; }
.hours-status::before { content: ""; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--steel); box-shadow: 0 0 0 3px rgba(160,166,175,.18); }
.hours-status.is-open::before { background: #35d48b; box-shadow: 0 0 0 0 rgba(53,212,139,.5); animation: pulse 2.2s infinite; }
.hours-status.is-closed::before { background: #f05252; box-shadow: 0 0 0 3px rgba(240,82,82,.2); }
.hero-kicker .hours-status { color: #fff; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(10,30,65,.08); }
.nav { min-height: 102px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 1.5rem; }
.brand img { width: 142px; height: auto; }
.site-header .brand img { width: 184px; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 1.55rem; font-size: .92rem; font-weight: 750; }
.nav-links a { border-bottom: 2px solid transparent; padding: .4rem 0; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); border-color: var(--blue); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: .7rem .8rem; font-weight: 800; }
.nav-actions { display: flex; align-items: center; gap: .65rem; white-space: nowrap; }
.nav-actions .button { min-width: 108px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .72rem 1.1rem; border-radius: 999px; font-weight: 850; border: 2px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(37,69,148,.28); }
.button-primary:hover { background: #1d3678; }
.button-secondary { color: var(--navy); background: #fff; border-color: rgba(7,26,58,.18); }
.button-secondary:hover { border-color: var(--blue); }
.button-dark { color: #fff; background: var(--navy); }
.hero { overflow: hidden; position: relative; background: radial-gradient(circle at 78% 12%, rgba(65,101,179,.72), transparent 29%), radial-gradient(circle at 8% 90%, rgba(160,166,175,.16), transparent 25%), linear-gradient(125deg, #080a0c 0%, #101829 52%, #25428e 100%); color: #fff; }
.hero-impact { background-image: linear-gradient(90deg, rgba(2,8,20,.98) 0%, rgba(3,12,29,.93) 32%, rgba(4,17,39,.67) 51%, rgba(2,8,20,.12) 78%, rgba(2,8,20,.08) 100%), url('lexus-hunter-alignment-hero-v3.webp'); background-size: cover; background-position: center right; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero::after { content: ""; position: absolute; right: -7%; bottom: -34%; width: 620px; height: 620px; border: 90px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 36px rgba(37,69,148,.10), 0 0 0 70px rgba(255,255,255,.025); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,5rem); align-items: center; padding-block: 76px 96px; position: relative; z-index: 1; }
.hero-impact .hero-grid { grid-template-columns: .94fr 1.06fr; }
.hero-photo-space { min-height: 520px; }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #8db8ff; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 800px; margin-bottom: 1.2rem; font-size: clamp(3rem, 6.5vw, 6.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.28rem; }
.hero-copy > p { max-width: 680px; color: #d9e6fb; font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-title { max-width: 720px; font-size: 1rem; line-height: 1; }
.hero-title .hero-shop-name { display: block; color: #fff; font-size: clamp(3rem,4.3vw,4.7rem); line-height: .96; letter-spacing: -.05em; text-shadow: 0 14px 42px rgba(0,0,0,.35); }
.hero-title .hero-shop-name > span { display: block; }
.hero-title .hero-shop-name > span:last-child { color: #8fa8e1; }
.hero-title .hero-tagline { display: block; margin-top: 1.45rem; color: #e6edf8; font-size: clamp(1.65rem,2.25vw,2.2rem); line-height: 1.12; letter-spacing: -.035em; }
.hero-title .hero-tagline em { color: #8fa8e1; font-style: normal; text-shadow: 0 12px 40px rgba(65,101,179,.34); }
.hero-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.35rem; padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #e7f0ff; background: rgba(255,255,255,.07); font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #53e5a3; box-shadow: 0 0 0 0 rgba(83,229,163,.55); animation: pulse 2.2s infinite; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero .button-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 1.6rem 0 0; margin: 2rem 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; color: #eaf2ff; }
.hero-proof strong { display: block; color: #fff; font-size: clamp(.72rem, 3.2vw, 1.18rem); font-weight: 950; white-space: nowrap; }
html[lang="es"] .hero-proof strong { font-size: clamp(.65rem, 2.5vw, 1rem); }
.hero-proof span { display: block; color: #aebfda; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.hero-visual { position: relative; padding: 48px 24px 42px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 4% 0 0 12%; z-index: -2; border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.18); transform: rotate(5deg); }
.hero-visual::after { content: ""; position: absolute; width: 180px; height: 14px; right: -20px; top: 30px; z-index: 3; background: var(--blue); transform: rotate(-10deg); box-shadow: 0 20px 0 var(--steel); }
.hero-card { position: relative; background: #fff; color: var(--ink); border-radius: 28px; padding: .8rem; box-shadow: 0 34px 90px rgba(0,0,0,.42); transform: rotate(-2deg); animation: lift-in .75s ease-out both; }
.hero-card img { width: 100%; border-radius: 18px; }
.hero-card .card-note { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem .5rem .25rem; font-size: .9rem; }
.open-pill { color: var(--success); font-weight: 850; }
.visual-stamp { position: absolute; left: 0; top: 0; z-index: 4; display: grid; width: 122px; height: 122px; place-content: center; text-align: center; color: #fff; background: var(--blue); border: 8px solid rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 16px 38px rgba(0,0,0,.3); transform: rotate(-9deg); }
.visual-stamp strong { font-size: 1.1rem; letter-spacing: .06em; }
.visual-stamp span { max-width: 78px; font-size: .55rem; line-height: 1.25; font-weight: 900; letter-spacing: .08em; }
.floating-badge { position: absolute; z-index: 5; min-width: 150px; padding: .75rem 1rem; color: #fff; background: rgba(4,14,34,.92); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; box-shadow: 0 14px 34px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.floating-badge strong, .floating-badge span { display: block; }
.floating-badge strong { color: #9bb2e8; font-size: .83rem; letter-spacing: .08em; }
.floating-badge span { font-size: .78rem; font-weight: 800; }
.badge-smog { right: -12px; bottom: 8px; }
.badge-hunter { left: 40px; bottom: -12px; }
.service-ribbon { overflow: hidden; color: #fff; background: linear-gradient(90deg, #1d3678, var(--blue), #1d3678); border-block: 1px solid rgba(255,255,255,.22); transform: rotate(-1deg) scale(1.01); transform-origin: center; }
.ribbon-track { width: max-content; display: flex; align-items: center; gap: 1.35rem; padding: .8rem 0; font-size: .84rem; font-weight: 950; letter-spacing: .11em; white-space: nowrap; animation: ribbon 24s linear infinite; }
.ribbon-track b { color: #bfc5ce; }
.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 120px; padding: 1.35rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--navy); font-size: 1.06rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }
.section { padding-block: 88px; }
.section-soft { background: var(--paper); }
.section-dark { color: #fff; background: var(--navy); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-head p { color: #c7d7ef; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 220px; padding: 1.6rem; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 26px rgba(7,26,58,.05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(7,92,229,.35); box-shadow: 0 22px 46px rgba(7,26,58,.13); }
.service-card .number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 1.2rem; color: #fff; background: var(--navy); border-radius: 12px; font-weight: 900; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.service-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.service-card.featured .number { background: var(--blue); border: 1px solid rgba(255,255,255,.3); }
.service-card.featured p { color: #d2def0; }
.service-list { columns: 3; column-gap: 2.5rem; margin-top: 2rem; padding: 0; list-style: none; }
.service-list li { break-inside: avoid; padding: .62rem 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.service-teaser { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,6vw,5rem); align-items: center; }
.service-teaser-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.service-teaser-list { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.service-teaser-list span { min-height: 84px; display: grid; place-items: center; padding: .8rem; color: var(--navy); text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; font-size: .9rem; font-weight: 900; box-shadow: 0 7px 18px rgba(7,26,58,.05); }
.service-teaser-list span:nth-child(3), .service-teaser-list span:nth-child(6) { color: #fff; background: var(--navy); border-color: var(--navy); }
.service-instruction { margin: -1rem 0 1.4rem; color: var(--muted); font-size: .9rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.service-icon-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .8rem; }
.service-icon-card { min-height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; padding: 1rem .7rem; color: var(--navy); text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 22px rgba(7,26,58,.055); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease; }
.service-icon-card:hover, .service-icon-card:focus-visible { color: var(--blue); border-color: rgba(7,92,229,.45); transform: translateY(-5px); box-shadow: 0 18px 34px rgba(7,26,58,.13); outline: none; }
.service-icon-card:focus-visible { box-shadow: 0 0 0 4px rgba(7,92,229,.17), 0 18px 34px rgba(7,26,58,.13); }
.service-icon-card svg { width: 42px; height: 42px; color: var(--blue); stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.service-icon-card:hover svg, .service-icon-card:focus-visible svg { transform: scale(1.1); }
.service-icon-card span { font-size: .84rem; line-height: 1.25; font-weight: 900; }
.service-dialog { width: min(720px, calc(100% - 28px)); max-height: min(760px, calc(100vh - 28px)); padding: clamp(1.5rem, 4vw, 2.6rem); color: var(--ink); background: #fff; border: 0; border-radius: 26px; box-shadow: 0 34px 100px rgba(0,0,0,.42); overflow: auto; }
.service-dialog::backdrop { background: rgba(2,8,20,.76); backdrop-filter: blur(7px); }
.service-dialog[open] { animation: dialog-in .22s ease-out both; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--navy); background: var(--paper); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 1.65rem; line-height: 1; }
.dialog-close:hover, .dialog-close:focus-visible { color: #fff; background: var(--navy); outline: none; }
.dialog-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 1.35rem; color: #fff; background: linear-gradient(145deg, var(--blue), var(--blue-bright)); border-radius: 20px; box-shadow: 0 14px 28px rgba(37,69,148,.26); }
.dialog-icon svg { width: 36px; height: 36px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-dialog h2 { margin-bottom: 1.5rem; font-size: clamp(2rem, 5vw, 3.2rem); }
.dialog-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dialog-copy > div { padding: 1.25rem; border: 1px solid var(--line); border-radius: 18px; }
.dialog-copy h3 { margin-bottom: .55rem; font-size: 1rem; letter-spacing: 0; }
.dialog-copy p { margin: 0; color: var(--muted); }
.dialog-copy .benefit-panel { color: #fff; background: var(--navy); border-color: var(--navy); }
.dialog-copy .benefit-panel p { color: #d5e1f3; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }
.dialog-booking-note { margin: 1.2rem 0 0; padding: .85rem 1rem; color: var(--navy); background: #eef5ff; border-left: 4px solid var(--blue); border-radius: 10px; font-size: .92rem; font-weight: 750; }
.plug-patch-visual { margin-top: 1rem; padding: 1rem; background: linear-gradient(145deg, #071a3a, #0d326a); border-radius: 18px; color: #fff; }
.plug-patch-visual[hidden], .dialog-booking[hidden] { display: none !important; }
.plug-patch-visual h3 { margin: 0 0 .65rem; color: #fff; font-size: 1rem; }
.plug-patch-visual svg { width: 100%; height: auto; display: block; }
.plug-patch-visual .tire-rubber { fill: #202837; }
.plug-patch-visual .inner-liner { fill: #657289; }
.plug-patch-visual .repair { fill: #4165b3; stroke: #9bb2e8; stroke-width: 2; }
.plug-patch-visual .callout { fill: #fff; font: 700 13px Inter, Arial, sans-serif; }
.plug-patch-visual .leader { stroke: #8dc3ff; stroke-width: 2; fill: none; }
.plug-patch-visual figcaption { margin-top: .65rem; color: #d5e1f3; font-size: .84rem; line-height: 1.5; }
.repair-standard-note { margin: .85rem 0 0; padding-top: .85rem; color: #d5e1f3; border-top: 1px solid rgba(255,255,255,.18); font-size: .84rem; line-height: 1.55; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.feature-panel { padding: clamp(1.6rem,4vw,3rem); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-panel.dark { background: #071a3a; color: #fff; border-color: #071a3a; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.check-list li { position: relative; padding: .55rem 0 .55rem 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .55rem; color: var(--blue); font-weight: 950; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.stat { padding: 1.15rem; background: var(--paper); border-radius: 16px; }
.stat strong { display: block; color: var(--navy); font-size: 1.4rem; }
.stat span { color: var(--muted); font-size: .83rem; }
.promo-image { border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.quote { margin: 0; padding: 1.6rem; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.quote p { color: #dce7f8; }
.quote cite { font-style: normal; font-weight: 850; }
.cta-band { margin-top: 3rem; padding: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #fff; background: linear-gradient(110deg, var(--blue), var(--navy-2)); border-radius: var(--radius); }
.cta-band h3 { margin-bottom: .3rem; font-size: 1.75rem; }
.cta-band p { margin: 0; color: #dce8fb; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.2rem; }
.contact-card { padding: 2rem; border-radius: var(--radius); background: var(--navy); color: #fff; }
.contact-card a { color: #fff; font-weight: 800; }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hours td:last-child { text-align: right; font-weight: 850; }
.map-card { min-height: 100%; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-visual { position: relative; min-height: 340px; overflow: hidden; background: #dfe6ef; border-bottom: 1px solid var(--line); }
.map-visual iframe { width: 100%; height: 100%; min-height: 340px; display: block; border: 0; filter: saturate(.85) contrast(1.02); }
.shop-map-pin { position: absolute; left: 50%; top: 50%; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .35rem; transform: translate(-50%, -100%); filter: drop-shadow(0 12px 16px rgba(7,26,58,.28)); }
.shop-map-pin::after { content: ""; position: absolute; left: calc(50% - 11px); bottom: -14px; width: 22px; height: 22px; background: var(--blue); transform: rotate(45deg); border-radius: 0 0 5px 0; z-index: 0; }
.pin-logo { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; padding: .45rem; overflow: hidden; background: #fff; border: 5px solid var(--blue); border-radius: 50%; }
.pin-logo img { width: 100%; height: auto; }
.pin-label { position: relative; z-index: 1; min-width: 205px; display: grid; gap: .05rem; padding: .7rem .85rem; color: #fff; background: var(--blue); border: 3px solid #fff; border-radius: 13px; text-align: center; }
.pin-label strong { font-size: .88rem; line-height: 1.2; }
.pin-label small { color: #dbe7fa; font-size: .7rem; font-weight: 700; }
.shop-map-pin:hover .pin-label, .shop-map-pin:focus-visible .pin-label { background: var(--navy-2); }
.shop-map-pin:focus-visible { outline: 4px solid rgba(37,69,148,.3); outline-offset: 5px; border-radius: 16px; }
.map-card-footer { display: grid; gap: 1rem; padding: 1.35rem 1.5rem 1.5rem; }
.map-card-footer > p { display: grid; gap: .2rem; margin: 0; }
.map-card-footer > p strong { color: var(--navy); font-size: 1.05rem; }
.map-card-footer > p span { color: var(--muted); font-size: .86rem; }
.map-card-footer .hero-actions { margin-top: 0; }
.page-hero { position: relative; overflow: hidden; padding-block: 88px; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(7,92,229,.7), transparent 26%), linear-gradient(125deg, #030a18, #0b377b); }
.page-hero::after { content: ""; position: absolute; right: -100px; top: -160px; width: 440px; height: 440px; border: 72px solid rgba(255,255,255,.06); border-radius: 50%; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.5rem,5vw,4.6rem); }
.page-hero p { max-width: 760px; color: #d5e4f8; font-size: 1.12rem; }
.prose { max-width: 840px; }
.prose h2 { margin-top: 2.2rem; font-size: 2rem; }
.prose h3 { margin-top: 1.7rem; }
.notice { padding: 1.2rem 1.35rem; border-left: 5px solid var(--blue); background: #eef2fb; border-radius: 0 14px 14px 0; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; counter-reset: steps; }
.step { padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.step::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); display: block; color: var(--blue); font-weight: 950; font-size: .85rem; letter-spacing: .1em; margin-bottom: 1.4rem; }
.faq details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq summary { cursor: pointer; font-weight: 850; font-size: 1.05rem; }
.coupon { display: grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items: center; padding: 1.5rem; border: 2px dashed var(--blue); border-radius: var(--radius); background: #fff; }
.coupon img { border-radius: 16px; }
.jobs-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.job { padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.job ul { color: var(--muted); padding-left: 1.2rem; }
.application-callout { color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy-2)); border-color: transparent; }
.application-callout h3 { color: #fff; }
.application-callout > p:not(.eyebrow) { color: #dbe7fa; }
.application-callout .eyebrow { color: #fff; }
.application-callout .button { margin-top: .75rem; background: #fff; color: var(--blue); }
.employment-hero { background: radial-gradient(circle at 84% 18%, rgba(65,101,179,.72), transparent 27%), linear-gradient(125deg, #05080e, #254594); }
.application-section { background: linear-gradient(180deg, #fff, #f4f6f9); scroll-margin-top: 86px; }
.application-layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.65fr); gap: clamp(2rem,5vw,5rem); align-items: start; }
.application-intro { position: sticky; top: 120px; }
.application-intro h2 { margin: .45rem 0 1rem; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1; letter-spacing: -.04em; }
.application-intro > p { color: var(--muted); }
.application-note { margin-top: 1.15rem; padding: 1.15rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.application-note strong { color: var(--navy); }
.application-note p { margin: .35rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.application-card { padding: clamp(1.25rem,3vw,2.25rem); background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.application-form-section { padding: 0 0 2rem; margin: 0 0 2rem; border-bottom: 1px solid var(--line); }
.application-form-heading { display: grid; grid-template-columns: 48px 1fr; gap: .9rem; align-items: start; margin-bottom: 1.35rem; }
.application-form-heading > span { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 13px; font-size: .82rem; font-weight: 950; }
.application-form-heading h3 { margin: 0; font-size: 1.35rem; }
.application-form-heading p { margin: .15rem 0 0; color: var(--muted); font-size: .9rem; }
.application-fields { display: grid; gap: 1rem; }
.application-fields.two-up { grid-template-columns: repeat(2,minmax(0,1fr)); }
.application-fields label, .resume-upload { display: grid; gap: .45rem; color: var(--ink); font-size: .92rem; font-weight: 850; }
.application-fields label > span:not(.optional) { color: #a01616; }
.application-fields .optional { color: var(--muted); font-size: .78rem; font-weight: 650; }
.application-fields input, .application-fields select, .application-fields textarea { width: 100%; min-height: 49px; padding: .78rem .9rem; color: var(--ink); background: #fbfcfe; border: 1px solid #aeb8c7; border-radius: 11px; font: inherit; }
.application-fields textarea { min-height: 110px; resize: vertical; }
.application-fields input:focus, .application-fields select:focus, .application-fields textarea:focus { outline: 3px solid rgba(37,69,148,.18); border-color: var(--blue); }
.application-options { margin: 1.2rem 0 0; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; }
.application-options legend { padding: 0 .4rem; color: var(--ink); font-size: .92rem; font-weight: 850; }
.check-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .6rem; }
.check-grid label, .radio-row label { display: flex; align-items: center; gap: .5rem; min-height: 42px; padding: .55rem .7rem; background: var(--paper); border-radius: 10px; font-size: .88rem; font-weight: 750; }
.check-grid input, .radio-row input, .certification-check input { width: 18px; height: 18px; accent-color: var(--blue); flex: 0 0 auto; }
.radio-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.radio-row label { min-width: 90px; }
.resume-upload { padding: 1rem; color: var(--navy); background: #eef2fb; border: 1px dashed var(--blue); border-radius: 14px; }
.resume-upload input { padding: .6rem; background: #fff; }
.resume-upload small { color: var(--muted); font-weight: 650; }
.certification-check { display: flex; gap: .7rem; align-items: flex-start; padding: 1rem; background: var(--paper); border-radius: 14px; color: var(--muted); font-size: .86rem; line-height: 1.55; cursor: pointer; }
.certification-check input { margin-top: .15rem; }
.certification-check strong { color: #a01616; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.application-submit { width: 100%; min-height: 56px; border: 0; cursor: pointer; font-size: 1rem; }
.application-submit:disabled { opacity: .7; cursor: wait; }
.application-status { min-height: 1.6rem; margin: .8rem 0 0; color: #9b1c1c; text-align: center; font-size: .9rem; font-weight: 750; }
.application-success { padding: clamp(1.5rem,5vw,4rem); text-align: center; }
.application-success:focus { outline: none; }
.success-check { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 1.2rem; color: #fff; background: var(--success); border-radius: 50%; font-size: 2.1rem; font-weight: 950; }
.application-success h3 { margin: .4rem 0 .75rem; font-size: clamp(2rem,4vw,3rem); }
.application-success > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 1.5rem; color: var(--muted); }
.employment-equal-opportunity { padding-top: 0; }
.directory-tools { position: sticky; top: 86px; z-index: 10; padding: 1rem; margin-bottom: 1.5rem; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 30px rgba(7,26,58,.08); }
.search-row { display: flex; gap: .7rem; }
.search-input { flex: 1; min-height: 50px; padding: .7rem 1rem; border: 2px solid var(--line); border-radius: 14px; }
.search-input:focus { outline: 3px solid rgba(7,92,229,.18); border-color: var(--blue); }
.directory-meta { color: var(--muted); margin: .8rem 0 0; font-size: .9rem; }
.brand-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; }
.brand-item { padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.brand-item strong { display: block; color: var(--navy); }
.brand-item span { display: block; color: var(--muted); font-size: .82rem; margin: .2rem 0 .65rem; }
.brand-item a { color: var(--blue); font-weight: 850; font-size: .9rem; }
.site-footer { color: #dce6f5; background: #070d18; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 3rem; }
.site-footer .brand img { width: 165px; filter: drop-shadow(0 3px 8px rgba(255,255,255,.08)); }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a:hover { color: #8db8ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; color: #9eacc0; }
.mobile-actions { display: none; }
@media (max-width: 960px) {
  .nav { min-height: 92px; grid-template-columns: 180px 1fr auto; gap: .8rem; }
  .site-header .brand img { width: 164px; }
  .nav-actions, .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .nav-links { display: none; position: absolute; inset: 92px 20px auto 20px; padding: 1rem; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .section-head, .coupon, .contact-grid { grid-template-columns: 1fr; }
  .service-teaser { grid-template-columns: 1fr; }
  .hero-impact .hero-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 56px; }
  .hero-impact { background-image: linear-gradient(180deg, rgba(2,8,20,.97) 0%, rgba(2,10,24,.91) 54%, rgba(2,8,20,.32) 100%), url('lexus-hunter-alignment-hero-v3.webp'); background-position: 66% center; }
  .hero-photo-space { min-height: 320px; }
  .hero-visual { max-width: 700px; }
  .hero-card { max-width: 660px; transform: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .service-grid, .quote-grid, .brand-grid { grid-template-columns: repeat(2,1fr); }
  .service-icon-grid { grid-template-columns: repeat(4,1fr); }
  .service-list { columns: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .application-layout { grid-template-columns: 1fr; }
  .application-intro { position: static; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .topbar .wrap { min-height: 48px; align-items: flex-start; padding-block: .5rem; flex-direction: column; gap: .1rem; }
  .topbar-languages { width: 100%; justify-content: space-between; gap: .5rem; padding-top: .3rem; }
  .language-notice { padding: .18rem .55rem; font-size: .78rem; }
  .language-switch { font-size: .8rem; }
  .nav { min-height: 82px; grid-template-columns: 160px 1fr auto; }
  .nav-links { top: 82px; }
  .brand img { width: 118px; }
  .site-header .brand img { width: 148px; }
  .hero-title .hero-shop-name { font-size: clamp(2.6rem,12vw,3.7rem); }
  .hero-title .hero-tagline { margin-top: 1rem; font-size: clamp(1.5rem,7vw,1.9rem); line-height: 1.16; }
  .hero-grid { min-height: auto; }
  .hero-impact { background-position: 68% center; }
  .hero-photo-space { min-height: 240px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: repeat(3,1fr); }
  .hero-proof strong { font-size: clamp(.72rem, 3.2vw, .95rem); }
  .hero-proof span { font-size: .62rem; }
  .hero-visual { padding: 36px 0 64px; }
  .visual-stamp { width: 96px; height: 96px; left: -4px; border-width: 6px; }
  .floating-badge { min-width: 128px; }
  .badge-hunter { left: 8px; }
  .badge-smog { right: 0; bottom: 18px; }
  .trust-grid, .service-grid, .quote-grid, .steps, .jobs-grid, .brand-grid, .stat-row { grid-template-columns: 1fr; }
  .service-icon-grid { grid-template-columns: repeat(3,1fr); gap: .6rem; }
  .service-teaser-list { grid-template-columns: 1fr 1fr; padding: .65rem; gap: .55rem; }
  .service-teaser-list span { min-height: 68px; font-size: .78rem; }
  .service-icon-card { min-height: 118px; padding: .8rem .4rem; border-radius: 15px; }
  .service-icon-card svg { width: 34px; height: 34px; }
  .service-icon-card span { font-size: .75rem; }
  .dialog-copy { grid-template-columns: 1fr; }
  .dialog-actions .button { width: 100%; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 92px; }
  .service-list { columns: 1; }
  .section { padding-block: 64px; }
  .section-head { gap: 1rem; }
  .cta-band { align-items: stretch; flex-direction: column; }
  .cta-band .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .map-visual, .map-visual iframe { min-height: 300px; }
  .shop-map-pin::after { left: calc(50% - 10px); bottom: -12px; width: 20px; height: 20px; }
  .pin-logo { width: 58px; height: 58px; }
  .pin-label { min-width: 190px; text-align: center; }
  .application-fields.two-up, .check-grid { grid-template-columns: 1fr; }
  .application-form-heading { grid-template-columns: 40px 1fr; }
  .application-form-heading > span { width: 38px; height: 38px; }
  .mobile-actions { display: grid; grid-template-columns: repeat(3,1fr); position: fixed; inset: auto 0 0 0; z-index: 80; background: #fff; box-shadow: 0 -6px 24px rgba(7,26,58,.16); }
  .mobile-actions a { min-height: 58px; display: grid; place-items: center; font-size: .82rem; font-weight: 900; border-right: 1px solid var(--line); }
  .mobile-actions a:nth-child(2) { background: var(--blue); color: #fff; }
  body { padding-bottom: 58px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(83,229,163,0); } 100% { box-shadow: 0 0 0 0 rgba(83,229,163,0); } }
@keyframes lift-in { from { opacity: 0; transform: translateY(28px) rotate(-2deg); } to { opacity: 1; transform: translateY(0) rotate(-2deg); } }
@keyframes ribbon { to { transform: translateX(-50%); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
