:root {
    --ink: #000;
    --ink-soft: #050607;
    --surface: #0a0c0e;
    --blue: #91a4b8;
    --blue-bright: #d1dae4;
    --paper: #050607;
    --white: #f4f5f6;
    --muted: #929aa3;
    --dark-text: #f4f5f6;
    --dark-muted: #929aa3;
    --line: rgba(255, 255, 255, .12);
    --line-dark: rgba(255, 255, 255, .1);
    --shell: min(1240px, calc(100% - 96px));
    --header-h: 84px;
    color-scheme: dark;
    font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
html.intro-enabled { overflow: hidden; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--white);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 104px; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
    outline: 3px solid var(--blue-bright);
    outline-offset: 4px;
}
#hero-title[data-intro-focus] { outline: 0; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 10000;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--white);
    color: var(--ink);
    transform: translateY(-180%);
    transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

/* Cinematic intro */
.site-intro {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    place-items: center;
    overflow: hidden;
    background: #000;
    opacity: 1;
    transition: opacity 1.05s cubic-bezier(.22, .61, .36, 1), visibility 1.05s;
}
.intro-enabled .site-intro { display: grid; }
.site-intro.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-frame { position: absolute; inset: 0; overflow: hidden; background: #000; }
.intro-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-intro:not(.is-playing) .intro-gif,
.site-intro:not(.is-playing) .intro-freeze { opacity: 0; }
.intro-gif {
    z-index: 3;
    opacity: 1;
    transform: scale(1.002);
    transition: opacity 1.35s cubic-bezier(.22,.61,.36,1), transform 1.8s cubic-bezier(.22,.61,.36,1), filter 1.35s ease;
}
.intro-freeze {
    z-index: 1;
    opacity: 1;
    transform: scale(1.002);
    transition: opacity .48s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.intro-bridge {
    z-index: 2;
    opacity: 0;
    filter: brightness(.34);
    transform: scale(1.018);
    transition: opacity 1.45s cubic-bezier(.22,.61,.36,1), transform 1.8s cubic-bezier(.22,.61,.36,1), filter 1.45s ease;
}
.site-intro.is-freezing .intro-gif { opacity: 0; filter: brightness(.52); transform: scale(1.01); transition-duration: .35s; }
.site-intro.is-bridging .intro-freeze { opacity: 0; transform: scale(1.01); }
.site-intro.is-bridging .intro-bridge { opacity: 1; filter: brightness(1); transform: scale(1); transition-delay: .32s; }
.site-intro.is-bridging .intro-signature,
.site-intro.is-bridging .intro-skip { opacity: 0; }
.site-intro.is-skipping .intro-gif,
.site-intro.is-skipping .intro-freeze,
.site-intro.is-skipping .intro-bridge { transition-duration: .62s; }
.intro-signature {
    position: absolute;
    z-index: 5;
    left: clamp(22px, 5vw, 72px);
    top: clamp(22px, 5vw, 56px);
    color: rgba(255, 255, 255, .56);
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .28em;
}
.intro-signature span { color: #fff; font-style: italic; }
.intro-skip {
    position: absolute;
    z-index: 5;
    right: clamp(20px, 5vw, 72px);
    bottom: clamp(22px, 5vw, 54px);
    min-height: 44px;
    padding: 10px 0 10px 16px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease, color .2s ease;
}
.site-intro.is-skippable .intro-skip,
.intro-skip:focus-visible { opacity: 1; pointer-events: auto; }
.intro-skip:hover { color: #fff; }

/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(3, 5, 7, .84), rgba(3, 5, 7, .22));
    backdrop-filter: blur(14px);
    padding-top: env(safe-area-inset-top);
    transition: opacity .85s ease, transform .85s cubic-bezier(.22,.61,.36,1), background .25s ease;
}
.intro-enabled .site-header { opacity: 0; transform: translateY(-14px); }
.intro-enabled.hero-ready .site-header { opacity: 1; transform: translateY(0); }
.site-header.is-sticky {
    position: fixed;
    background: rgba(3, 5, 7, .88);
    animation: header-in .3s ease both;
}
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 8px; font-family: Manrope, sans-serif; font-size: 19px; font-weight: 800; letter-spacing: .08em; }
.brand-word { color: #e7ebef; font-size: 23px; font-style: italic; letter-spacing: -.02em; }
.brand-cars { color: var(--white); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); margin-left: auto; }
.desktop-nav a, .account-link { color: rgba(247, 249, 252, .72); font-size: 14px; font-weight: 500; transition: color .2s ease; }
.desktop-nav a:hover, .account-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: #fff; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: rgba(3, 5, 7, .96); }
.mobile-menu nav { width: var(--shell); margin: auto; padding: 22px 0 30px; display: grid; }
.mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-family: Manrope, sans-serif; font-size: 20px; }

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 23px;
    border: 1px solid #eef1f4;
    border-radius: 8px;
    background: #eef1f4;
    color: #060708;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 14px 42px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255,255,255,.08);
    transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); background: #fff; border-color: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.38), 0 0 30px rgba(255,255,255,.08); }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-outline { width: 100%; margin-top: auto; border-color: var(--line); background: transparent; color: #fff; box-shadow: none; }
.button-outline:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.04); color: #fff; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; }
.text-link span { color: var(--blue-bright); transition: transform .2s ease; }
.text-link:hover { color: #fff; }
.text-link:hover span { transform: translateY(3px); }
.text-link-light { color: #fff; }
.text-link-dark { color: #fff; }

/* Hero */
.hero { position: relative; min-height: max(780px, 100svh); display: flex; align-items: stretch; isolation: isolate; overflow: hidden; background: #000; }
.hero-media, .hero-vignette { position: absolute; inset: 0; }
.hero-media { z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .98; transform: scale(1.002) translateX(4vw); transition: transform 1.55s 1.2s cubic-bezier(.22,.61,.36,1); }
.intro-enabled .hero-media img { transform: scale(1.002) translateX(0); }
.intro-enabled.hero-ready .hero-media img { transform: scale(1.002) translateX(4vw); }
.hero-vignette {
    z-index: -2;
    background:
        radial-gradient(circle at 62% 48%, transparent 0 20%, rgba(0,0,0,.06) 48%, rgba(0,0,0,.62) 100%),
        linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.94) 25%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.05) 78%),
        linear-gradient(180deg, rgba(0,0,0,.42), transparent 32%, rgba(0,0,0,.9));
}
.hero-grid { min-height: inherit; display: grid; align-items: center; padding-top: calc(var(--header-h) + 52px + env(safe-area-inset-top)); padding-bottom: 90px; }
.hero-copy { width: min(660px, 54%); transition: opacity .95s .08s ease, transform .95s .08s cubic-bezier(.22,.61,.36,1); }
.intro-enabled .hero-copy { opacity: 0; transform: translateY(26px); }
.intro-enabled.hero-ready .hero-copy { opacity: 1; transform: translateY(0); }
.intro-enabled .hero-copy > * { opacity: 0; transform: translateY(14px); }
.intro-enabled.hero-ready .hero-copy > * { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .8s cubic-bezier(.22,.61,.36,1); }
.intro-enabled.hero-ready .hero-copy .kicker { transition-delay: .16s; }
.intro-enabled.hero-ready .hero-copy h1 { transition-delay: .27s; }
.intro-enabled.hero-ready .hero-copy .hero-text { transition-delay: .4s; }
.intro-enabled.hero-ready .hero-copy .hero-actions { transition-delay: .52s; }
.intro-enabled.hero-ready .hero-copy .hero-facts { transition-delay: .64s; }
.kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 30px; height: 1px; background: var(--blue-bright); }
.kicker-dark { color: var(--dark-muted); }
.hero h1, .section-heading h2, .experience-card h2, .about-copy h2, .final-cta h2 {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .98;
}
.hero h1 { max-width: 760px; font-size: clamp(52px, 6.8vw, 98px); }
.hero h1 em { color: #cbd3dc; font-style: normal; }
.hero-text { max-width: 580px; margin: 30px 0 0; color: rgba(247,249,252,.72); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.hero-facts { margin: 44px 0 0; padding: 22px 0 0; display: flex; flex-wrap: wrap; gap: 10px 28px; border-top: 1px solid var(--line); color: rgba(247,249,252,.63); list-style: none; font-size: 12px; }
.hero-facts li { display: flex; align-items: center; gap: 10px; }
.hero-facts li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #d9e0e7; box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
.scroll-cue { position: absolute; right: 44px; bottom: 44px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; }
.scroll-cue span { width: 34px; height: 1px; background: rgba(255,255,255,.35); }
.intro-enabled .scroll-cue { opacity: 0; }
.intro-enabled.hero-ready .scroll-cue { opacity: 1; transition: opacity .8s .35s ease; }

.trust-strip { border-block: 1px solid var(--line); background: #030405; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { position: relative; min-height: 150px; padding: 36px 36px 32px 55px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { position: absolute; left: 18px; top: 30px; color: var(--blue-bright); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.trust-grid strong { font-family: Manrope, sans-serif; font-size: 17px; }
.trust-grid small { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.5; }

/* Sections */
.section { padding: 128px 0; }
.section-light { background: var(--paper); color: var(--dark-text); }
.section-heading { max-width: 720px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 70px); }
.section-heading > p:not(.kicker) { max-width: 560px; margin: 25px 0 0; color: var(--dark-muted); font-size: 17px; line-height: 1.7; }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 80px; }
.section-heading-row > p:not(.kicker) { margin: 0 0 8px; color: var(--muted); }

.steps-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-dark); border-radius: 12px; overflow: hidden; }
.step-card { position: relative; min-height: 340px; padding: 40px; border-right: 1px solid var(--line-dark); background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); }
.step-card:last-child { border-right: 0; }
.step-number { color: var(--dark-muted); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.step-icon { width: 48px; height: 48px; margin: 64px 0 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: #0b0d0f; color: #d1dae4; }
.step-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 22px; }
.step-card p { margin: 13px 0 0; color: var(--dark-muted); font-size: 14px; line-height: 1.65; }

.services-section { background: var(--ink); }
.services-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; min-height: 670px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); opacity: .6; }
.service-featured { border-color: rgba(255,255,255,.3); box-shadow: 0 28px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.05); }
.service-badge { position: absolute; right: 22px; top: 22px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.055); color: var(--blue-bright); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-eyebrow { margin: 0 0 18px; color: var(--blue-bright); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 34px; letter-spacing: -.04em; }
.service-summary { min-height: 54px; margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.price-block { margin-top: 36px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.price-block span { display: block; color: var(--muted); font-size: 11px; }
.price-block strong { display: block; margin-top: 7px; font-family: Manrope, sans-serif; font-size: 42px; font-variant-numeric: tabular-nums; letter-spacing: -.05em; }
.vehicle-prices { padding: 20px 0; display: grid; gap: 12px; border-bottom: 1px solid var(--line); }
.vehicle-prices div { display: flex; justify-content: space-between; gap: 18px; font-size: 12px; }
.vehicle-prices span { color: var(--muted); }
.vehicle-prices strong { font-variant-numeric: tabular-nums; }
.service-card details { margin: 18px 0 24px; }
.service-card summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; color: rgba(255,255,255,.78); cursor: pointer; font-size: 13px; list-style: none; }
.service-card summary::-webkit-details-marker { display: none; }
.service-card details[open] summary span { transform: rotate(45deg); }
.service-card summary span { color: var(--blue-bright); font-size: 20px; transition: transform .2s ease; }
.service-card ul { margin: 8px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; line-height: 1.55; }
.service-card li { position: relative; padding: 5px 0 5px 16px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.service-note { margin: 22px 0 0; text-align: center; color: #7f8998; font-size: 11px; }

.experience { position: relative; min-height: 820px; overflow: hidden; isolation: isolate; }
.experience-media { position: absolute; inset: 0; z-index: -2; }
.experience-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.94) 34%, rgba(0,0,0,.34) 62%, rgba(0,0,0,.14) 100%), linear-gradient(0deg, rgba(0,0,0,.78), transparent 48%); }
.experience-media img { width: 100%; height: 100%; object-fit: cover; object-position: 74% center; filter: saturate(.72) contrast(1.04); }
.experience-grid { min-height: inherit; display: grid; align-items: center; }
.experience-card { width: min(580px, 52%); padding: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(3,4,5,.72); backdrop-filter: blur(18px); }
.experience-card h2 { font-size: clamp(38px, 4.2vw, 60px); }
.experience-card > p:not(.kicker) { margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.experience-points { margin: 30px 0; display: grid; gap: 18px; }
.experience-points > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; }
.experience-points > div > span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); color: var(--blue-bright); font-size: 12px; }
.experience-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.experience-points strong { display: block; margin-bottom: 2px; color: #fff; font-size: 14px; }

.about-section { background: #030405; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.about-index { min-height: 450px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: radial-gradient(circle at 18% 12%, rgba(255,255,255,.1), transparent 38%), #080a0c; }
.about-index span { color: var(--blue-bright); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.about-index strong { font-family: Manrope, sans-serif; font-size: clamp(36px, 4vw, 58px); line-height: .98; letter-spacing: -.055em; }
.about-copy { padding-top: 20px; }
.about-copy h2 { font-size: clamp(42px, 5vw, 72px); }
.about-copy > p:not(.kicker) { margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.instagram-link { margin-top: 42px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-block: 1px solid var(--line); }
.instagram-link span { color: var(--muted); font-size: 13px; }
.instagram-link strong { color: var(--blue-bright); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.1fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.faq-section .section-heading { position: sticky; top: 130px; }
.faq-section .text-link { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; color: var(--dark-text); font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-bright); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 650px; margin: -2px 50px 26px 0; color: var(--dark-muted); font-size: 14px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 140px 0; text-align: center; background: #010203; }
.final-glow { position: absolute; left: 50%; bottom: -300px; width: 800px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(186,199,212,.16), transparent 70%); transform: translateX(-50%); filter: blur(24px); }
.final-cta-inner { position: relative; max-width: 880px; }
.final-cta .kicker { justify-content: center; }
.final-cta h2 { font-size: clamp(48px, 6.5vw, 88px); }
.final-actions { margin-top: 40px; display: flex; justify-content: center; gap: 14px; }

.site-footer { padding: 80px 0 28px; border-top: 1px solid var(--line); background: #030507; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.footer-brand { font-size: 18px; }
.footer-grid > div:first-child p { max-width: 280px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 5px; color: #fff; font-size: 12px; }
.footer-links a { color: var(--muted); font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 70px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #6f7885; font-size: 11px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 80; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(12,18,27,.88); color: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.25); backdrop-filter: blur(12px); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #1d9b5f; }
.whatsapp-float svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.mobile-booking-bar { display: none; }

.reveal-on-scroll { opacity: 1; transform: none; }
.js .reveal-on-scroll { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1023px) {
    :root { --shell: min(100% - 48px, 940px); }
    .desktop-nav { display: none; }
    .account-link { display: none; }
    .menu-toggle { display: block; }
    .hero-copy { width: min(720px, 78%); }
    .section-heading-row { grid-template-columns: 1fr; gap: 26px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .service-summary { min-height: 0; }
    .experience-card { width: min(620px, 68%); }
    .about-grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
    .faq-grid { gap: 70px; }
}

@media (max-width: 767px) {
    :root { --shell: calc(100% - 40px); --header-h: 70px; }
    body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .intro-frame { width: auto; max-width: none; }
    .intro-signature { font-size: 10px; }
    .site-header { position: absolute; }
    .site-header.is-sticky { position: fixed; }
    .brand { gap: 6px; font-size: 15px; }
    .brand-word { font-size: 19px; }
    .header-actions { gap: 10px; }
    .button-small { min-height: 40px; padding: 8px 13px; font-size: 12px; }
    .hero { min-height: max(700px, 92svh); }
    .hero-media img,
    .intro-enabled .hero-media img,
    .intro-enabled.hero-ready .hero-media img { object-position: 56% center; opacity: .9; transform: scale(1.002) translateX(0); }
    .hero-vignette { background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.42) 42%, rgba(0,0,0,.99) 82%), linear-gradient(90deg, rgba(0,0,0,.44), rgba(0,0,0,.08)); }
    .hero-grid { align-items: end; padding-top: 120px; padding-bottom: 68px; }
    .hero-copy { width: 100%; }
    .hero h1 { font-size: clamp(45px, 13vw, 68px); line-height: 1.01; }
    .hero-text { margin-top: 22px; font-size: 16px; line-height: 1.6; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
    .hero-actions .button { width: 100%; }
    .hero-actions .text-link { justify-content: center; }
    .hero-facts { margin-top: 26px; padding-top: 17px; gap: 9px 20px; }
    .scroll-cue { display: none; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { min-height: 112px; padding: 28px 25px 26px 54px; border: 0; border-bottom: 1px solid var(--line); }
    .trust-grid > div:first-child { border-left: 0; }
    .trust-grid span { left: 20px; top: 29px; }
    .section { padding: 88px 0; }
    .section-heading h2 { font-size: clamp(40px, 11vw, 55px); }
    .section-heading > p:not(.kicker) { font-size: 15px; }
    .steps-grid { margin-top: 48px; grid-template-columns: 1fr; }
    .step-card { min-height: auto; padding: 30px; border: 0; border-bottom: 1px solid var(--line-dark); }
    .step-card:last-child { border-bottom: 0; }
    .step-icon { margin: 42px 0 24px; }
    .services-grid { margin-top: 48px; }
    .service-card { padding: 28px 24px; border-radius: 10px; }
    .service-card h3 { font-size: 30px; }
    .price-block strong { font-size: 38px; }
    .experience { min-height: 820px; }
    .experience-media img { object-position: 67% center; }
    .experience-media::after { background: linear-gradient(0deg, rgba(0,0,0,.99), rgba(0,0,0,.18) 76%), linear-gradient(90deg, rgba(0,0,0,.48), transparent); }
    .experience-grid { align-items: end; padding-bottom: 30px; }
    .experience-card { width: 100%; padding: 28px 24px; border-radius: 10px; }
    .experience-card h2 { font-size: 40px; }
    .about-grid { grid-template-columns: 1fr; gap: 55px; }
    .about-index { min-height: 330px; }
    .about-copy h2 { font-size: 43px; }
    .instagram-link { align-items: flex-start; flex-direction: column; gap: 8px; }
    .faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .faq-section .section-heading { position: static; }
    .faq-list summary { min-height: 78px; font-size: 16px; }
    .final-cta { padding: 100px 0; }
    .final-cta h2 { font-size: 48px; }
    .final-actions { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 54px; }
    .footer-links { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
    .whatsapp-float { display: none; }
    .mobile-booking-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(3,5,7,.92); backdrop-filter: blur(18px); }
    .mobile-booking-bar a { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; background: #eef1f4; color: #060708; font-size: 14px; font-weight: 700; }
}

@media (max-width: 420px) {
    :root { --shell: calc(100% - 32px); }
    .header-actions .button-small { display: none; }
    .hero h1 { font-size: 43px; }
    .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
    .hero-facts li:last-child { grid-column: 1 / -1; }
    .service-badge { position: static; align-self: flex-start; margin-bottom: 18px; }
    .vehicle-prices div { align-items: flex-start; flex-direction: column; gap: 4px; }
    .final-cta h2 { font-size: 42px; }
}

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

@media (prefers-contrast: more) {
    :root { --muted: #c4ccd8; --line: rgba(255,255,255,.26); }
}
