/*
Theme Name: Moovride
Theme URI: https://moovride.lu
Author: Moovride
Author URI: https://moovride.lu
Description: Thème officiel Moovride — taxi/VTC Luxembourg. Page d'accueil premium, intégration directe avec le plugin Moovride Simulator pour la réservation et le paiement en ligne.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: moovride
Tags: taxi, vtc, luxembourg, transport, business
*/

:root {
    --bg: #ffffff;
    --bg-1: #fafafa;
    --bg-2: #f4f4f5;
    --surface: #ffffff;
    --border: rgba(0,0,0,0.08);
    --border-strong: rgba(0,0,0,0.14);
    --text: #0a0a0a;
    --text-soft: #1f1f23;
    --text-muted: #71717a;
    --accent: #FF5C1A;
    --accent-2: #E04D14;
    --accent-soft: #FFE5D5;
    --accent-deep: #B8410F;
    --accent-darker: #8C2F08;
    --success: #16a34a;
    --danger: #dc2626;
    --warn: #d97706;
    --radius: 14px;
    --radius-lg: 22px;
    --shadow-1: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
    --shadow-2: 0 4px 12px rgba(0,0,0,0.05), 0 24px 60px rgba(0,0,0,0.10);
    --shadow-card: 0 1px 0 rgba(0,0,0,0.05), 0 8px 28px rgba(0,0,0,0.08);
    --max: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::selection { background: var(--accent); color: var(--bg); }

html { scroll-behavior: smooth; }
body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ============== NAV ============== */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    transition: background 0.3s, backdrop-filter 0.3s, border-color 0.3s;
    border-bottom: 1px solid transparent;
}
.nav.scrolled {
    background: rgba(255,255,255,0.85);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom-color: var(--border);
}
.nav__inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0;
}
.logo {
    color: var(--text);
    text-decoration: none;
    display: inline-flex; align-items: center;
    transition: opacity 0.15s;
}
.logo:hover { opacity: 0.85; }
.logo img { height: 76px; width: auto; display: block; transition: transform 0.4s cubic-bezier(.16,.84,.44,1); }
.logo:hover img { transform: scale(1.05); }
.footer__brand .logo img { height: 84px; }
@media (max-width: 720px) {
    .logo img { height: 56px; }
}
.nav__links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav__links a {
    color: var(--text-soft); text-decoration: none; font-size: 14px; font-weight: 500;
    transition: color 0.15s;
}
.nav__links a:hover { color: var(--text); }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 22px; border-radius: 999px; font-size: 14px; font-weight: 600;
    text-decoration: none; cursor: pointer; border: 1px solid transparent;
    transition: all 0.18s ease;
    font-family: inherit;
    white-space: nowrap;
}
.btn--primary {
    background: var(--accent); color: #0a0a0a;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 4px 12px rgba(255,92,26,0.18);
}
.btn--primary:hover {
    background: var(--accent-2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.08), 0 12px 32px rgba(255,92,26,0.32);
}
.btn--primary:active { transform: translateY(0); }
.btn--ghost {
    background: var(--surface); color: var(--text);
    border-color: var(--border-strong);
}
.btn--ghost:hover { background: var(--bg-1); border-color: var(--text); }
.btn--lg { padding: 16px 28px; font-size: 15px; }
.btn--block { width: 100%; }
.btn svg { width: 16px; height: 16px; }

.wa-icon {
    width: 18px; height: 18px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    flex-shrink: 0;
}
.btn .wa-icon {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}
.btn--whatsapp {
    background: #25D366; color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 4px 12px rgba(37,211,102,0.2);
}
.btn--whatsapp:hover { background: #1DA851; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.08), 0 12px 32px rgba(37,211,102,0.35); color: #fff; }
.btn--whatsapp .wa-icon { background: rgba(255,255,255,0.2); box-shadow: none; padding: 2px; }
.wa-hint {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 500;
    color: #128C7E;
    margin-top: 10px;
    justify-content: center;
}
.wa-hint a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.wa-hint svg { width: 14px; height: 14px; fill: #25D366; flex-shrink: 0; }

.nav__phone { color: var(--text-soft); font-size: 14px; font-weight: 500; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.nav__phone:hover { color: var(--accent-deep); }
.nav__wa {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(.16,.84,.44,1);
    box-shadow: 0 2px 8px rgba(37,211,102,0.3);
    flex-shrink: 0;
}
.nav__wa svg { width: 22px; height: 22px; }
.nav__wa:hover {
    background: #1DA851;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(37,211,102,0.5);
}

@media (max-width: 880px) {
    .nav__links { display: none; }
}

/* ============== HERO ============== */
.hero {
    position: relative;
    padding: 140px 0 80px;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #fff5ee 0%, #ffffff 100%);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 700px 800px at 0% 100%, rgba(255,132,81,0.06), transparent 60%);
    z-index: -1;
}
.hero::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 20%, transparent 70%);
    z-index: -1;
    opacity: 0.7;
}

.hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 80px;
    align-items: center;
}
@media (max-width: 1000px) {
    .hero__grid { grid-template-columns: 1fr; gap: 48px; }
}

.hero__eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 7px 14px;
    background: rgba(255,92,26,0.10);
    border: 1px solid rgba(255,92,26,0.3);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    font-size: 13px; font-weight: 500; color: var(--accent-deep);
    margin-bottom: 28px;
    opacity: 0; transform: translateY(-12px);
    transition: opacity 0.7s ease-out 0.2s, transform 0.7s cubic-bezier(.16,.84,.44,1) 0.2s;
}
.is-revealed .hero__eyebrow { opacity: 1; transform: translateY(0); }
.hero__eyebrow .dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--success);
    box-shadow: 0 0 0 0 rgba(22,163,74,0.6);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(22,163,74,0.6); }
    70% { box-shadow: 0 0 0 10px rgba(22,163,74,0); }
    100% { box-shadow: 0 0 0 0 rgba(22,163,74,0); }
}

.hero h1 {
    font-size: clamp(44px, 7vw, 84px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 28px;
    color: var(--text);
}
.hero h1 em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--accent-deep);
    letter-spacing: -0.01em;
    background: linear-gradient(120deg, var(--accent) 0%, var(--accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.hero h1 em::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 4px;
    height: 10px;
    background: var(--accent);
    opacity: 0.22;
    z-index: -1;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.2s cubic-bezier(.16,.84,.44,1) 1.4s;
}
.is-revealed .hero h1 em::after { transform: scaleX(1); }
.hero__sub {
    font-size: 19px;
    color: var(--text-muted);
    margin-bottom: 36px;
    max-width: 520px;
    line-height: 1.55;
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.9s ease-out 0.9s, transform 0.9s cubic-bezier(.16,.84,.44,1) 0.9s;
}
.is-revealed .hero__sub { opacity: 1; transform: translateY(0); }
.hero__trust {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.9s ease-out 1.1s, transform 0.9s cubic-bezier(.16,.84,.44,1) 1.1s;
}
.is-revealed .hero__trust { opacity: 1; transform: translateY(0); }
.hero__trust {
    display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
    padding-top: 28px; border-top: 1px solid var(--border);
}
.trust-item {
    display: flex; align-items: center; gap: 10px;
    color: var(--text-soft); font-size: 13px; font-weight: 500;
}
.trust-item .stars { color: var(--accent); letter-spacing: 1px; }
.trust-item svg { width: 18px; height: 18px; }

/* ============== BOOKING WIDGET ============== */
.widget {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 0 28px 28px;
    box-shadow: var(--shadow-2);
    overflow: hidden;
    opacity: 0; transform: translateY(40px) scale(0.97);
    transition: opacity 1.2s ease-out 0.6s, transform 1.2s cubic-bezier(.16,.84,.44,1) 0.6s;
}
.is-revealed .widget { opacity: 1; transform: translateY(0) scale(1); }
.widget::before {
    content: '';
    position: absolute; inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,92,26,0.6), transparent 50%, rgba(255,132,81,0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
    opacity: 0.5;
}
.widget__photo {
    margin: 0 -28px 24px;
    height: 140px;
    background-size: cover;
    background-position: center 60%;
    background-image:
        linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.45) 100%),
        url('https://images.unsplash.com/photo-1549399542-7e3f8b79c341?w=800&q=80&auto=format&fit=crop');
    position: relative;
    display: flex; align-items: flex-end;
    padding: 18px 24px;
}
.widget__photo__badge {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    color: var(--text);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
}
.widget__photo__badge::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(22,163,74,0.5);
    animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(22,163,74,0.5); }
    70% { box-shadow: 0 0 0 8px rgba(22,163,74,0); }
    100% { box-shadow: 0 0 0 0 rgba(22,163,74,0); }
}
.widget__title {
    font-size: 20px; font-weight: 600; margin-bottom: 4px;
    letter-spacing: -0.02em;
}
.widget__sub {
    font-size: 13px; color: var(--text-muted); margin-bottom: 20px;
}
.field { margin-bottom: 14px; position: relative; }
.field label {
    display: block; font-size: 12px; font-weight: 500;
    color: var(--text-muted); margin-bottom: 6px;
    text-transform: uppercase; letter-spacing: 0.05em;
}
.field input, .field select {
    width: 100%; padding: 13px 16px;
    background: var(--bg-1);
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--text); font-size: 15px;
    font-family: inherit;
    transition: all 0.18s ease;
}
.field input:hover, .field select:hover { border-color: var(--border-strong); }
.field input::placeholder { color: var(--text-muted); }
.field input:focus, .field select:focus {
    outline: none;
    background: var(--surface);
    border-color: var(--accent-deep);
    box-shadow: 0 0 0 4px rgba(255,92,26,0.25);
}
.field--icon input { padding-left: 44px; }
.field__icon {
    position: absolute; left: 14px; top: 36px;
    width: 18px; height: 18px; color: var(--text-muted);
    pointer-events: none;
}

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.suggestions {
    position: absolute; left: 0; right: 0; top: calc(100% + 4px);
    background: var(--surface);
    border: 1px solid var(--border-strong);
    border-radius: 12px;
    box-shadow: var(--shadow-2);
    z-index: 20;
    overflow: hidden;
    max-height: 280px; overflow-y: auto;
}
.suggestions__item {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-soft);
    display: flex; align-items: center; gap: 10px;
    border-bottom: 1px solid var(--border);
}
.suggestions__item:last-child { border-bottom: none; }
.suggestions__item:hover, .suggestions__item.active { background: rgba(255,92,26,0.08); color: var(--text); }
.suggestions__item svg { width: 16px; height: 16px; color: var(--text-muted); flex-shrink: 0; }

.segmented {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    background: var(--bg-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 4px;
    gap: 2px;
}
.segmented__btn {
    padding: 11px 8px;
    background: transparent; border: none;
    color: var(--text-muted); font-weight: 500; font-size: 13px;
    cursor: pointer; border-radius: 9px;
    transition: all 0.18s;
    font-family: inherit;
    text-align: center;
}
.segmented__btn small { display: block; font-size: 11px; opacity: 0.7; margin-top: 2px; }
.segmented__btn.active {
    background: var(--accent);
    color: var(--text);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.price-preview {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255,92,26,0.30), rgba(255,92,26,0.10));
    border: 1px solid rgba(255,92,26,0.5);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: space-between;
    opacity: 0; transform: translateY(8px) scale(0.97); transition: all 0.4s cubic-bezier(.34,1.56,.64,1);
    pointer-events: none;
}
.price-preview.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.price-preview__label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.price-preview__value {
    font-size: 32px; font-weight: 700; letter-spacing: -0.025em;
    font-family: 'Geist Mono', monospace;
    color: var(--accent-deep);
}
.price-preview__details { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

.widget__legal {
    margin-top: 12px; font-size: 11px; color: var(--text-muted); text-align: center;
}

/* ============== TRUST STRIP ============== */
.strip {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 48px 0;
    background: var(--bg-1);
}
.strip__grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.strip__item { text-align: center; }
.strip__num {
    font-size: 42px; font-weight: 700; color: var(--text);
    font-family: 'Geist Mono', monospace;
    letter-spacing: -0.03em;
    line-height: 1;
}
.strip__num em {
    font-style: normal;
    background: linear-gradient(120deg, var(--accent-deep) 0%, #FF8451 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.strip__label {
    margin-top: 8px;
    font-size: 13px; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 0.06em;
}
@media (max-width: 700px) {
    .strip__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
    .strip__num { font-size: 28px; }
}

/* ============== SECTIONS ============== */
section { padding: 100px 0; position: relative; }
@media (max-width: 700px) { section { padding: 70px 0; } }

.section__head { text-align: center; margin-bottom: 60px; }
.section__tag {
    display: inline-block; padding: 6px 14px;
    background: rgba(255,92,26,0.20); border: 1px solid rgba(255,92,26,0.5);
    border-radius: 999px;
    font-size: 12px; color: var(--accent-deep);
    text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700;
    margin-bottom: 16px;
}
.section__title {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    max-width: 800px;
    margin-left: auto; margin-right: auto;
}
.section__title em {
    font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400;
    background: linear-gradient(120deg, var(--accent-deep), #FF8451);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}
.section__title em::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 5%;
    height: 14%;
    background: var(--accent);
    opacity: 0.3;
    z-index: -1;
    border-radius: 3px;
}
.section__sub {
    font-size: 18px; color: var(--text-muted);
    max-width: 600px; margin: 0 auto;
}

/* ============== HOW IT WORKS ============== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }
.step {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-card);
    transition: all 0.3s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    overflow: hidden;
}
.step::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.step:hover {
    border-color: var(--accent);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.10), 0 4px 12px rgba(255,92,26,0.15);
}
.step:hover::before { transform: scaleX(1); }
.step__num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    background: var(--accent); color: var(--text);
    border-radius: 12px;
    font-weight: 700; font-size: 16px;
    font-family: 'Geist Mono', monospace;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(255,92,26,0.4);
    transition: transform 0.3s;
}
.step:hover .step__num { transform: scale(1.1) rotate(-3deg); }
.step h3 {
    font-size: 20px; font-weight: 600; letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.step p { color: var(--text-muted); font-size: 15px; }

/* ============== FLEET ============== */
.fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .fleet { grid-template-columns: 1fr; } }
.car {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    box-shadow: var(--shadow-card);
}
.car:hover {
    border-color: var(--accent);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12), 0 4px 16px rgba(255,92,26,0.2);
}
.car__img {
    aspect-ratio: 16/10;
    background-size: cover; background-position: center;
    position: relative;
    transition: transform 0.6s ease;
    overflow: hidden;
}
.car:hover .car__img { transform: scale(1.04); }
.car__img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5));
}
.car__badge {
    position: absolute; top: 14px; left: 14px;
    padding: 6px 12px; border-radius: 999px;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
    color: var(--accent-deep); font-size: 11px; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 2;
}
.car__body { padding: 24px; }
.car__name { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 6px; }
.car__model { color: var(--text-muted); font-size: 14px; margin-bottom: 16px; }
.car__specs { display: flex; gap: 16px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--border); }
.car__spec { font-size: 13px; color: var(--text-soft); display: flex; align-items: center; gap: 6px; }
.car__spec svg { width: 14px; height: 14px; color: var(--accent); }

/* ============== ROUTES ============== */
.routes-section { background: var(--bg-1); }
.routes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 880px; margin: 0 auto; }
@media (max-width: 700px) { .routes { grid-template-columns: 1fr; } }
.route {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px 22px;
    display: flex; align-items: center; justify-content: space-between;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none; color: inherit;
    box-shadow: var(--shadow-card);
    position: relative; overflow: hidden;
}
.route::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: var(--accent);
    transform: scaleY(0); transform-origin: bottom;
    transition: transform 0.3s ease;
}
.route:hover {
    border-color: var(--accent);
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 2px 8px rgba(255,92,26,0.2);
}
.route:hover::before { transform: scaleY(1); transform-origin: top; }
.route__path { display: flex; flex-direction: column; gap: 2px; }
.route__from { font-size: 14px; color: var(--text-muted); }
.route__to { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: var(--text); }
.route__price {
    font-size: 24px; font-weight: 700; color: var(--accent-deep);
    font-family: 'Geist Mono', monospace; letter-spacing: -0.02em;
}

/* ============== TESTIMONIALS ============== */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr; } }
.review {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.10);
}
.review__stars { color: var(--accent); letter-spacing: 1.5px; margin-bottom: 14px; font-size: 14px; }
.review__quote { font-size: 16px; line-height: 1.6; color: var(--text-soft); margin-bottom: 22px; }
.review__author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--border); }
.review__avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: var(--text); font-size: 14px;
    box-shadow: 0 2px 8px rgba(255,92,26,0.4);
}
.review__name { font-size: 14px; font-weight: 600; }
.review__role { font-size: 12px; color: var(--text-muted); }

/* ============== WHY US ============== */
.why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; align-items: center; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; gap: 40px; } }
.benefits { display: grid; gap: 16px; }
.benefit {
    display: flex; gap: 18px; padding: 22px;
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}
.benefit:hover {
    border-color: var(--accent);
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08), 0 2px 8px rgba(255,92,26,0.15);
}
.benefit:hover .benefit__icon { transform: rotate(-6deg) scale(1.1); }
.benefit__icon { transition: transform 0.3s ease; }
.benefit__icon {
    flex-shrink: 0;
    width: 48px; height: 48px; border-radius: 12px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    display: flex; align-items: center; justify-content: center;
    color: var(--text);
    box-shadow: 0 4px 12px rgba(255,92,26,0.35);
}
.benefit__icon svg { width: 22px; height: 22px; }
.benefit h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; letter-spacing: -0.01em; }
.benefit p { font-size: 14px; color: var(--text-muted); }

.why__visual {
    aspect-ratio: 4/5;
    border-radius: var(--radius-lg);
    background-image:
        linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5) 100%),
        url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?w=900&q=80&auto=format');
    background-size: cover; background-position: center;
    position: relative;
    box-shadow: var(--shadow-2);
    overflow: hidden;
}
.why__visual::before {
    content: '';
    position: absolute; top: 16px; right: 16px;
    background: var(--accent); color: var(--text);
    padding: 6px 12px; border-radius: 999px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(255,92,26,0.5);
    text-transform: uppercase;
    content: 'Hybride';
}
.why__overlay {
    position: absolute; bottom: 24px; left: 24px; right: 24px;
    background: rgba(255,255,255,0.97); backdrop-filter: blur(20px);
    border: 1px solid rgba(0,0,0,0.06);
    padding: 18px; border-radius: 14px;
    display: flex; align-items: center; gap: 14px; z-index: 2;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.why__overlay__num { font-size: 32px; font-weight: 800; background: linear-gradient(120deg, var(--accent-deep), #FF8451); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Geist Mono', monospace; line-height: 1; }
.why__overlay__txt { font-size: 13px; color: var(--text); line-height: 1.45; }

/* ============== FAQ ============== */
.faq { max-width: 760px; margin: 0 auto; }
.faq__item {
    border-bottom: 1px solid var(--border);
}
.faq__q {
    width: 100%; background: none; border: none; cursor: pointer;
    padding: 22px 0; display: flex; justify-content: space-between; align-items: center;
    color: var(--text); font-size: 17px; font-weight: 500;
    text-align: left; font-family: inherit;
    letter-spacing: -0.01em;
}
.faq__q::after {
    content: '+'; font-size: 24px; font-weight: 300; color: var(--accent-deep);
    transition: transform 0.2s;
}
.faq__q:hover { color: var(--accent-deep); }
.faq__item.open .faq__q { color: var(--accent-deep); }
.faq__item.open .faq__q::after { content: '–'; }
.faq__a {
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--text-muted); font-size: 15px; line-height: 1.65;
}
.faq__item.open .faq__a { max-height: 400px; padding: 0 0 22px; }

/* ============== BIG CTA ============== */
.cta-banner {
    margin: 60px auto;
    max-width: 1100px;
    padding: 80px 40px;
    background:
        radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255,92,26,0.45), transparent 60%),
        linear-gradient(180deg, #ffeee0 0%, #ffffff 100%);
    border: 1px solid rgba(255,92,26,0.3);
    border-radius: var(--radius-lg);
    text-align: center;
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-2);
}
.cta-banner::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, #000 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, #000 20%, transparent 80%);
}
.cta-banner h2 {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 700; letter-spacing: -0.03em; line-height: 1.05;
    margin-bottom: 16px; position: relative;
}
.cta-banner h2 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; background: linear-gradient(120deg, var(--accent-deep), #FF8451); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cta-banner p { color: var(--text-muted); font-size: 18px; margin-bottom: 32px; position: relative; }
.cta-banner__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ============== FOOTER ============== */
.footer {
    border-top: 1px solid var(--border);
    padding: 70px 0 30px;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-1) 100%);
}
.footer__grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
@media (max-width: 800px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand .logo { margin-bottom: 16px; }
.footer__brand p { font-size: 14px; color: var(--text-muted); max-width: 320px; line-height: 1.6; }
.footer__col h5 {
    font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--text-muted); margin-bottom: 18px; font-weight: 600;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__col a { color: var(--text-soft); font-size: 14px; text-decoration: none; }
.footer__col a:hover { color: var(--accent-deep); }
.footer__bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 30px; border-top: 1px solid var(--border);
    flex-wrap: wrap; gap: 16px;
}
.footer__copy { font-size: 13px; color: var(--text-muted); }
.footer__legal { display: flex; gap: 24px; }
.footer__legal a { font-size: 13px; color: var(--text-muted); text-decoration: none; }
.footer__legal a:hover { color: var(--text); }

/* ============== COMPARISON ============== */
.vs-table {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: var(--shadow-2);
}
.vs-row {
    display: contents;
}
.vs-cell {
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
    display: flex; align-items: center; gap: 10px;
    font-size: 14px;
    color: var(--text-soft);
    background: var(--surface);
    line-height: 1.4;
}
.vs-row:last-child .vs-cell { border-bottom: none; }
.vs-cell--label {
    font-weight: 600; color: var(--text);
    background: var(--bg-1);
}
.vs-cell--head {
    padding: 24px 20px;
    font-size: 15px; font-weight: 600; color: var(--text);
    border-bottom: 1px solid var(--border-strong);
    flex-direction: column; align-items: flex-start; gap: 6px;
    text-align: left;
}
.vs-cell--us {
    background: linear-gradient(180deg, rgba(255,92,26,0.18), rgba(255,92,26,0.06));
    border-left: 1px solid rgba(255,92,26,0.4);
    border-right: 1px solid rgba(255,92,26,0.4);
    color: var(--text);
    font-weight: 500;
    position: relative;
}
.vs-row:first-child .vs-cell--us {
    background: linear-gradient(180deg, var(--accent), rgba(255,92,26,0.4));
}
.vs-row:first-child .vs-cell--us::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--accent);
}
.vs-tag {
    display: inline-block;
    background: var(--text); color: var(--accent);
    padding: 4px 10px; border-radius: 999px;
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.vs-icon { width: 18px; height: 18px; flex-shrink: 0; }
.vs-icon--ok { color: var(--success); }
.vs-icon--warn { color: var(--accent); }
.vs-icon--no { color: var(--danger); }

@media (max-width: 800px) {
    .vs-table { grid-template-columns: 1fr; }
    .vs-cell { font-size: 14px; }
    .vs-cell--label {
        background: var(--bg-2);
        font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em;
        color: var(--text-muted);
        padding-top: 16px; padding-bottom: 4px; border-bottom: none;
    }
    .vs-cell:not(.vs-cell--label) { padding: 8px 20px; border-bottom: none; }
    .vs-cell:not(.vs-cell--label)::before {
        content: attr(data-col);
        font-size: 12px; color: var(--text-muted);
        margin-right: auto;
        text-transform: uppercase; letter-spacing: 0.05em;
        font-weight: 500;
    }
    .vs-cell--us { border-left: none; border-right: none; }
    .vs-row:not(:last-child) > .vs-cell:last-child {
        border-bottom: 1px solid var(--border);
        padding-bottom: 16px;
    }
    .vs-row:first-child .vs-cell--label { display: none; }
    .vs-row:first-child .vs-cell {
        font-size: 16px; font-weight: 700;
        padding: 14px 20px; border-bottom: 1px solid var(--border-strong);
    }
    .vs-row:first-child .vs-cell::before { display: none; }
}

/* ============== SOCIAL PROOF TOAST ============== */
.toast {
    position: fixed; bottom: 24px; left: 24px; z-index: 60;
    background: var(--surface); border: 1px solid var(--border-strong);
    border-radius: 14px; padding: 14px 18px;
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    max-width: 340px;
    transform: translateY(120%); opacity: 0;
    transition: transform 0.5s cubic-bezier(.34,1.56,.64,1), opacity 0.4s;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast__avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: var(--text); display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 13px; flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(255,92,26,0.4);
}
.toast__txt { font-size: 13px; line-height: 1.4; color: var(--text-soft); }
.toast__txt strong { color: var(--text); }
.toast__time { font-size: 11px; color: var(--text-muted); margin-top: 2px; }
.toast__close {
    position: absolute; top: 6px; right: 8px;
    background: none; border: none; cursor: pointer;
    color: var(--text-muted); font-size: 18px; line-height: 1;
    padding: 4px;
}
.toast__close:hover { color: var(--text); }
@media (max-width: 700px) {
    .toast { left: 12px; right: 12px; bottom: 88px; max-width: none; }
}

/* ============== MOBILE STICKY BAR ============== */
.mbar {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(16px);
    border-top: 1px solid var(--border);
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
}
.mbar .btn { flex: 1; padding: 13px 16px; font-size: 14px; }
@media (max-width: 700px) {
    .mbar { display: flex; }
    body { padding-bottom: 80px; }
}

/* ============== ANIM ============== */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(.16,.84,.44,1), transform 0.7s cubic-bezier(.16,.84,.44,1); will-change: opacity, transform; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Word reveal */
.r-w { display: inline-block; overflow: hidden; vertical-align: bottom; line-height: 1.05; padding-bottom: 0.05em; margin-bottom: -0.05em; }
.r-w__inner {
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    transition: transform 1.1s cubic-bezier(.16,.84,.44,1), opacity 0.7s ease-out;
    will-change: transform, opacity;
}
.is-revealed .r-w__inner { transform: translateY(0); opacity: 1; }

/* Magnetic button */
.btn-magnetic { transition: transform 0.4s cubic-bezier(.16,.84,.44,1), background 0.18s, box-shadow 0.18s; will-change: transform; }

/* Tilt cards prep */
.tilt { transform-style: preserve-3d; transition: transform 0.3s cubic-bezier(.16,.84,.44,1); }

/* Scroll progress bar */
.scroll-progress {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    height: 2px;
    transform-origin: 0 50%;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--accent), #FF8451);
    box-shadow: 0 0 12px rgba(255,92,26,0.6);
    pointer-events: none;
}


/* Marquee strip (rolling routes) */
.marquee {
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--surface);
    padding: 22px 0;
    position: relative;
}
.marquee__track {
    display: flex; gap: 56px;
    animation: scroll-x 38s linear infinite;
    width: max-content;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
    display: inline-flex; align-items: center; gap: 14px;
    white-space: nowrap;
    font-size: 18px; letter-spacing: -0.01em;
    color: var(--text-muted); font-weight: 500;
    text-decoration: none;
}
.marquee__item strong { color: var(--text); }
.marquee__item em { font-style: normal; color: var(--accent-deep); font-family: 'Geist Mono', monospace; font-weight: 700; }
.marquee__sep {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
}
@keyframes scroll-x {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Cinematic section transition (mask-reveal blocks) */
.cine { position: relative; overflow: hidden; }
.cine__mask {
    position: absolute; inset: 0;
    background: var(--bg);
    z-index: 5; pointer-events: none;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(.86,0,.07,1);
}
.cine.in .cine__mask { transform: translateY(-100%); }

/* 3D tilt depth on hover */
.depth-card { transition: transform 0.5s cubic-bezier(.16,.84,.44,1), box-shadow 0.4s; transform-style: preserve-3d; }
.depth-card:hover { transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-6px); }
.depth-card > * { transform: translateZ(0); }

/* Soft loading mask */
.page-loader {
    position: fixed; inset: 0; z-index: 9999;
    background: var(--bg);
    display: flex; align-items: center; justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s;
}
.page-loader__bar {
    width: 220px; height: 2px;
    background: rgba(0,0,0,0.06);
    border-radius: 999px;
    overflow: hidden; position: relative;
}
.page-loader__bar::before {
    content: ''; position: absolute; top: 0; left: 0; bottom: 0;
    width: 30%;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    animation: load-shine 1.2s ease-in-out infinite;
}
@keyframes load-shine {
    from { transform: translateX(-100%); }
    to { transform: translateX(450%); }
}
.is-loaded .page-loader { opacity: 0; visibility: hidden; }

/* Hero parallax wrap */
.hero__photo-wrap {
    position: absolute;
    pointer-events: none;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* ============== UTIL ============== */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
