/* Florida Auto Export – Blue gradient, modern */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    min-height: 100%;
    max-width: 100vw;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #1e293b;
    background: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
    width: 100%;
}

.bento-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75em;
}

h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.25rem); color: #0f172a; }
h3 { font-size: 1.35rem; }
p { margin-bottom: 1rem; color: #475569; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45);
}

.btn-secondary {
    background: transparent;
    color: #0ea5e9;
    border: 2px solid #0ea5e9;
}

.btn-secondary:hover {
    background: rgba(14, 165, 233, 0.08);
    transform: translateY(-2px);
}

/* White outline variant for use on dark/hero backgrounds */
.hero .btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
}

.hero .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.05rem;
}

/* ─── NAVIGATION ───────────────────────────────────────── */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition:
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        backdrop-filter 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

/* Transparent state — over hero */
.navbar.nav-transparent {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

/* Scrolled / solid state — frosted glass */
.navbar.nav-solid {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}

/* Layout */
.nav-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 5vw, 3rem);
    height: 68px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* ── Logo ── */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.nav-logo:hover { opacity: 0.85; }

.nav-logo-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.nav-logo-top {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.nav-logo-bot {
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
    opacity: 0.8;
}

.navbar.nav-transparent .nav-logo-top { color: #fff; }
.navbar.nav-transparent .nav-logo-bot { color: rgba(255,255,255,0.75); }
.navbar.nav-solid .nav-logo-top { color: #0f172a; }
.navbar.nav-solid .nav-logo-bot { color: #64748b; }

/* ── Nav links ── */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
    justify-content: center;
}

.nav-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.45rem 0.7rem;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
    position: relative;
    white-space: nowrap;
}

.navbar.nav-transparent .nav-link { color: rgba(255, 255, 255, 0.85); }
.navbar.nav-transparent .nav-link:hover { color: #fff; background: rgba(255,255,255,0.1); }

.navbar.nav-solid .nav-link { color: #374151; }
.navbar.nav-solid .nav-link:hover { color: #0284c7; background: rgba(2,132,199,0.07); }

/* Cars For Sale — external link accent */
.nav-link--cars {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.nav-link--cars::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.65;
    flex-shrink: 0;
}

.navbar.nav-transparent .nav-link--cars {
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.4rem 0.75rem;
}

.navbar.nav-transparent .nav-link--cars:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.navbar.nav-solid .nav-link--cars {
    color: #0284c7;
    border: 1px solid rgba(2, 132, 199, 0.25);
    font-weight: 600;
}

.navbar.nav-solid .nav-link--cars:hover {
    background: rgba(2, 132, 199, 0.07);
    border-color: rgba(2, 132, 199, 0.45);
    color: #0369a1;
}

/* ── Right side actions ── */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* ── Language dropdown ── */
.lang-dropdown {
    position: relative;
}

.lang-trigger {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    background: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.lang-chevron {
    transition: transform 0.2s ease;
}

.lang-dropdown.is-open .lang-chevron {
    transform: rotate(180deg);
}

.navbar.nav-transparent .lang-trigger {
    color: rgba(255,255,255,0.85);
    border-color: rgba(255,255,255,0.2);
}

.navbar.nav-transparent .lang-trigger:hover {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.35);
}

.navbar.nav-solid .lang-trigger {
    color: #374151;
    border-color: #e5e7eb;
    background: #f8fafc;
}

.navbar.nav-solid .lang-trigger:hover {
    color: #0284c7;
    border-color: #bae6fd;
    background: #f0f9ff;
}

/* Dropdown menu */
.lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
    padding: 6px;
    list-style: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.97);
    transform-origin: top right;
    transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.4,0,0.2,1);
    z-index: 200;
}

.lang-dropdown.is-open .lang-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    text-align: left;
    white-space: nowrap;
}

.lang-option:hover {
    background: #f0f9ff;
    color: #0284c7;
}

.lang-option.active,
.lang-option[aria-selected="true"] {
    background: #eff6ff;
    color: #0284c7;
    font-weight: 600;
}

/* Mobile-only lang section (inside drawer) */
.nav-lang-mobile { display: none; }

/* ── Nav CTA button ── */
.nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.1rem;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.navbar.nav-transparent .nav-cta {
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.5);
    color: #fff;
}

.navbar.nav-transparent .nav-cta:hover {
    background: #fff;
    border-color: #fff;
    color: #0284c7;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.navbar.nav-solid .nav-cta {
    background: #0284c7;
    border: 1.5px solid #0284c7;
    color: #fff;
}

.navbar.nav-solid .nav-cta:hover {
    background: #0369a1;
    border-color: #0369a1;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(2,132,199,0.3);
}

/* ── Hamburger toggle ── */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    transition: background 0.2s;
    flex-shrink: 0;
    z-index: 1001;
}

.nav-toggle:hover {
    background: rgba(255,255,255,0.1);
}

.bar {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.navbar.nav-transparent .bar { background: #fff; }
.navbar.nav-solid .bar { background: #1e293b; }

.nav-toggle.active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active .bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile backdrop ── */
.nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(5,10,28,0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-backdrop.is-open {
    opacity: 1;
}

/* ── Mobile responsive ── */
@media (max-width: 900px) {
    .nav-actions .lang-dropdown { display: none; }
    .nav-actions .nav-cta { display: none; }
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }

    .nav-backdrop { display: block; pointer-events: none; }
    .nav-backdrop.is-open { pointer-events: auto; }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100dvh;
        width: min(300px, 85vw);
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 5.5rem 1.5rem 2rem;
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.15);
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        gap: 0.25rem;
        overflow-y: auto;
    }

    .nav-menu.active { right: 0; }

    .nav-link {
        color: #1e293b !important;
        font-size: 1rem;
        padding: 0.7rem 0.75rem;
        border-radius: 8px;
    }

    .nav-link:hover {
        color: #0284c7 !important;
        background: #f0f9ff !important;
    }

    /* Mobile lang section */
    .nav-lang-mobile {
        display: block;
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        border-top: 1px solid #e5e7eb;
    }

    .nav-lang-mobile-label {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #94a3b8;
        padding: 0 0.5rem;
        display: block;
        margin-bottom: 0.5rem;
    }

    .lang-mobile-btns {
        display: flex;
        gap: 0.4rem;
        flex-wrap: wrap;
    }

    .lang-mobile-btns .lang-option {
        flex: 1;
        min-width: 60px;
        padding: 0.45rem 0.5rem;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        font-size: 0.8rem;
        justify-content: center;
        background: #f8fafc;
        color: #374151;
    }

    .lang-mobile-btns .lang-option.active {
        background: #0284c7;
        border-color: #0284c7;
        color: #fff;
    }
}

/* Hero */
/* ─── HERO ─────────────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

/* Dual-layer overlay: strong dark left side → transparent right, plus bottom vignette */
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(5, 10, 28, 0.95) 0%, rgba(5, 10, 28, 0.75) 42%, rgba(5, 10, 28, 0.25) 70%, rgba(5, 10, 28, 0.05) 100%),
        linear-gradient(to bottom, rgba(5, 10, 28, 0.0) 50%, rgba(5, 10, 28, 0.72) 100%);
    z-index: 1;
}

/* Inner wrapper — constrained width, left-aligned content */
.hero-inner {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: clamp(4.5rem, 10vh, 8rem) clamp(1.25rem, 5vw, 3rem) clamp(1.5rem, 4vh, 3.5rem);
}

.hero-content {
    max-width: 600px;
    color: #fff;
}

/* --- Eyebrow --- */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.hero-eyebrow-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--clr-primary, #0ea5e9);
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.6);
    animation: heroEyebrowPulse 2.5s ease-out 1.2s infinite;
}

@keyframes heroEyebrowPulse {
    0%   { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.6); }
    60%  { box-shadow: 0 0 0 8px rgba(14, 165, 233, 0); }
    100% { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0); }
}

/* --- Headline --- */
.hero-title {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
}

.hero-title-line1 {
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    color: #fff;
    opacity: 0;
    animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}

.hero-title-line2 {
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #38bdf8 0%, #7dd3fc 55%, #e0f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

/* --- Subtitle --- */
.hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.75rem;
    max-width: 520px;
    opacity: 0;
    animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.48s forwards;
}

/* --- Destination flags row --- */
.hero-destinations {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.25rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 0.3rem 0.9rem;
    opacity: 0;
    animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.hero-destinations svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/* --- CTA buttons --- */
.hero-cta {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.72s forwards;
}

/* --- Trust bar at bottom of hero --- */
.hero-trust-bar {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 10, 28, 0.62);
    backdrop-filter: blur(14px) saturate(1.4);
    -webkit-backdrop-filter: blur(14px) saturate(1.4);
    padding: 0;
    opacity: 0;
    animation: heroFadeUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

.hero-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
    padding: 1rem 1.5rem;
    flex: 1;
    min-width: 160px;
    justify-content: center;
}

.hero-trust-item svg {
    flex-shrink: 0;
    color: #38bdf8;
}

.hero-trust-divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* --- Animations --- */
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-eyebrow,
    .hero-title-line1,
    .hero-title-line2,
    .hero-subtitle,
    .hero-destinations,
    .hero-cta,
    .hero-trust-bar {
        animation: none;
        opacity: 1;
        transform: none;
    }
    .hero-eyebrow-dot {
        animation: none;
    }
}

/* --- Scroll indicator --- */
.scroll-indicator {
    position: absolute;
    bottom: 5.5rem;
    left: clamp(1.25rem, 5vw, 3rem);
    z-index: 3;
    animation: bounce 2s ease-in-out 1.5s infinite;
    opacity: 0;
    animation-fill-mode: forwards;
}

.scroll-arrow {
    display: block;
    width: 18px;
    height: 18px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { opacity: 0.5; transform: translateY(0) rotate(45deg); }
    40% { opacity: 1; transform: translateY(-6px) rotate(45deg); }
    60% { opacity: 0.8; transform: translateY(-3px) rotate(45deg); }
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .hero-inner {
        padding-top: clamp(7rem, 18vw, 9rem);
    }

    .hero-trust-item {
        padding: 0.85rem 0.75rem;
        min-width: 130px;
        font-size: 0.78rem;
    }

    .hero-trust-divider {
        display: none;
    }

    .hero-trust-inner {
        gap: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .hero-content {
        max-width: 100%;
    }

    .hero-trust-item {
        flex: 1 1 calc(50% - 1px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        justify-content: flex-start;
        padding: 0.75rem 1rem;
    }

    .scroll-indicator {
        left: 50%;
        bottom: 6.5rem;
        transform: translateX(-50%);
    }
}

/* Sections: full viewport width, generous vertical padding */
section {
    padding: clamp(4rem, 8vw, 6rem) 0;
    width: 100%;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 640px;
    margin: 0 auto;
}

.services-intro {
    max-width: 640px;
    margin: 0 auto 2rem;
    font-size: 1rem;
    color: #64748b;
    text-align: center;
}

.section-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0284c7;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    background: rgba(14, 165, 233, 0.1);
    border-radius: 999px;
}

/* Scroll reveal – sections visible by default; is-visible used for optional animation */
.reveal-section {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-stagger > * {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-stagger.is-visible > * {
    opacity: 1;
    transform: translateY(0);
}

/* About – BentoBox grid */
.about {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.about-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: start;
}

.bento-header {
    grid-column: 1 / -1;
    text-align: center;
}

.bento-header .section-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.bento-copy {
    grid-column: 1 / 7;
}

.bento-image {
    grid-column: 7 / -1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(2, 132, 199, 0.15);
}

.bento-image .about-img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bento-image:hover .about-img {
    transform: scale(1.04);
}

.bento-feature {
    background: #0c1524;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bento-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.3);
}

/* Background photo */
.bento-feature-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.55s ease;
}

.bento-feature:hover .bento-feature-bg-img {
    transform: scale(1.07);
}

/* Dark gradient overlay */
.bento-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
        rgba(2, 8, 23, 0.18) 0%,
        rgba(2, 8, 23, 0.55) 50%,
        rgba(2, 8, 23, 0.88) 100%);
    z-index: 1;
}

/* Content body — icon at top, text at bottom */
.bento-feature-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 300px;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.bento-feature-text {
    margin-top: auto;
}

.bento-feature-1 { grid-column: 1 / 6; }   /* 5 cols */
.bento-feature-2 { grid-column: 6 / 10; }  /* 4 cols */
.bento-feature-3 { grid-column: 10 / -1; } /* 3 cols */

/* Icon badge — glassmorphism pill at top-left */
.bento-feature .feature-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    margin-bottom: 0;
}

.bento-feature h3 {
    font-size: 1.15rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.bento-feature p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1.1rem;
    line-height: 1.55;
}

.about-value-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1.5rem;
    margin: 1.75rem 0 1.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.about-cta {
    margin-bottom: 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Remove old about-content / about-text / about-features grid (replaced by bento) */
.about-content {
    display: contents;
}

.about-text p {
    font-size: 1.05rem;
}

.about-lead {
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.7;
}

.about-value-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1.5rem;
    margin: 1.75rem 0 1.5rem;
    padding: 1.25rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
}

.value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(2, 132, 199, 0.08));
    color: #0284c7;
}

.value-icon svg {
    width: 20px;
    height: 20px;
}

.about-cta {
    margin-bottom: 2.5rem;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 0;
}

.feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(2, 132, 199, 0.12);
    border-color: rgba(14, 165, 233, 0.25);
}

.feature-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    margin-bottom: 1rem;
}

.feature-card-icon svg {
    width: 28px;
    height: 28px;
}

.feature-card h3 {
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.feature-card p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.55;
}

.feature-card-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0284c7;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* On photo cards: white glass button style */
.bento-feature .feature-card-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0.45rem 1rem;
    border-radius: 8px;
    width: fit-content;
    transition: background 0.2s, border-color 0.2s;
}

.bento-feature .feature-card-link:hover {
    background: rgba(255, 255, 255, 0.26);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* Stretch the link to cover the whole card */
.bento-feature .feature-card-link::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    z-index: 1;
}

.feature-card-link:hover {
    color: #0369a1;
}

.feature-text h3 {
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.feature-text p {
    margin: 0;
    font-size: 0.95rem;
}

/* About image (replaced by .bento-image; keep for any legacy) */
.about-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(2, 132, 199, 0.15);
}

.about-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image:hover .about-img {
    transform: scale(1.04);
}

/* ═══════════════════════════════════════════
   Services – Selector + Detail Panel layout
═══════════════════════════════════════════ */
.services {
    background: #060d1a;
}

.services .section-header {
    color: #fff;
}

.services .section-title {
    color: #fff;
}

.services .section-subtitle,
.services .services-intro {
    color: rgba(255, 255, 255, 0.7);
}

.services-bento {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin-top: 2.5rem;
    align-items: stretch;
}

/* ── Left: stacked selector cards ── */
.service-selector-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-sel-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    flex: 1;
    min-height: 155px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.08);
    padding: 0;
    background: none;
    text-align: left;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.service-sel-card:hover {
    border-color: rgba(14, 165, 233, 0.45);
    transform: translateX(4px);
}

.service-sel-card.active {
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.18);
    transform: translateX(4px);
}

/* Background photo */
.service-sel-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.55s ease;
}

.service-sel-card:hover .service-sel-bg,
.service-sel-card.active .service-sel-bg {
    transform: scale(1.07);
}

/* Gradient overlay */
.service-sel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(2, 8, 23, 0.08) 0%,
        rgba(2, 8, 23, 0.62) 55%,
        rgba(2, 8, 23, 0.93) 100%
    );
    z-index: 1;
    transition: opacity 0.25s ease;
}

.service-sel-card.active .service-sel-overlay {
    background: linear-gradient(
        to bottom,
        rgba(2, 8, 23, 0.0) 0%,
        rgba(2, 8, 23, 0.45) 50%,
        rgba(2, 8, 23, 0.88) 100%
    );
}

/* Content body anchored to bottom */
.service-sel-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0.9rem 1.1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

/* Small badge inside selector */
.service-sel-badge {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(14, 165, 233, 0.9);
    border-radius: 4px;
    padding: 0.2rem 0.5rem;
    width: fit-content;
}

.service-sel-title {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

/* Active indicator: blue left bar */
.service-sel-card.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #0ea5e9;
    z-index: 3;
    border-radius: 16px 0 0 16px;
}

/* ── Right: Detail content panel ── */
.service-detail-panel {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 510px;
}

.service-detail {
    display: none;
    padding: clamp(2rem, 4vw, 2.75rem);
    height: 100%;
    flex-direction: column;
}

.service-detail.active {
    display: flex;
    animation: detailFadeIn 0.3s ease both;
}

@keyframes detailFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Badge inside detail panel */
.service-detail-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: #0ea5e9;
    border-radius: 5px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 1rem;
    width: fit-content;
}

.service-detail-title {
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    color: #0f172a;
    margin-bottom: 0.9rem;
    line-height: 1.25;
    font-weight: 700;
}

.service-detail-desc {
    font-size: 0.975rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.service-detail-features {
    list-style: none;
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    color: #1e293b;
    flex: 1;
}

.service-detail-features li {
    padding: 0.45rem 0;
    padding-left: 1.6rem;
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}

.service-detail-features li:last-child {
    border-bottom: none;
}

.service-detail-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0ea5e9;
    font-weight: 800;
}

.service-detail-cta-line {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.85rem;
}

.service-cta-btn {
    display: block;
    text-align: center;
}

.service-link {
    display: inline-block;
    margin-top: 0.5rem;
    color: #0284c7;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s, transform 0.2s;
}

.service-link:hover {
    color: #0369a1;
    transform: translateX(4px);
}

/* Services CTA bar – convert undecided visitors */
.services-cta-bar {
    margin-top: 2rem;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 4vw, 2.5rem);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-cta-bar-text {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.services-cta-bar .btn {
    margin: 0 0.35rem 0.5rem;
}

.services-cta-bar .btn-secondary {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.4);
}

.services-cta-bar .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/* ── For Sale Section ── */
.for-sale-section {
    padding: 5rem 0;
    background: #fff;
}

.for-sale-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.for-sale-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.for-sale-text .section-title {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.for-sale-text .section-subtitle {
    margin: 0;
    font-size: 1.05rem;
}

.for-sale-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.for-sale-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.for-sale-visual {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    aspect-ratio: 4/3;
}

.for-sale-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.for-sale-visual:hover .for-sale-img {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .for-sale-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .for-sale-visual {
        order: -1;
    }
}

/* Wizard – BentoBox: header, stepper + form card + aside */
.wizard-section {
    background: #f8fafc;
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.wizard-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0284c7 0%, #38bdf8 50%, #0ea5e9 100%);
    pointer-events: none;
}

.wizard-section::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(14, 165, 233, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.wizard-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}

.wizard-section-header .section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.wizard-section-header .section-badge {
    margin-bottom: 0.5rem;
}

.wizard-subtitle {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Bento grid: stepper full width, then form | aside */
.wizard-bento {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto 1fr;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    align-items: start;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Step 1: hide aside, expand form to full width */
.wizard-bento[data-step="1"] {
    grid-template-columns: 1fr;
}

.wizard-bento[data-step="1"] .wizard-aside-cell {
    display: none;
}

.wizard-stepper-cell {
    grid-column: 1 / -1;
}

.wizard-form-cell {
    min-width: 0;
}

.wizard-aside-cell {
    position: sticky;
    top: 6rem;
}

/* Visual stepper — icon + label stacked vertically */
.wizard-stepper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-bottom: 2rem;
}

.wizard-stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    min-width: 84px;
    max-width: 100px;
}

.wizard-stepper-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e2e8f0;
    color: #94a3b8;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Show SVG icons */
.wizard-stepper-dot svg {
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Active: filled blue, icon scales up */
.wizard-stepper-item.active .wizard-stepper-dot {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(2,132,199,0.14), 0 4px 16px rgba(2,132,199,0.28);
}

.wizard-stepper-item.active .wizard-stepper-dot svg {
    transform: scale(1.1);
}

/* Done: filled blue with checkmark overlay */
.wizard-stepper-item.done .wizard-stepper-dot {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    border-color: transparent;
    color: #fff;
}

.wizard-stepper-item.done .wizard-stepper-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%)
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
                center/20px no-repeat;
    border-radius: 50%;
}

.wizard-stepper-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-align: center;
    line-height: 1.3;
    transition: color 0.3s ease;
    letter-spacing: 0.01em;
}

.wizard-stepper-item.active .wizard-stepper-label {
    color: #0f172a;
    font-weight: 700;
}

.wizard-stepper-item.done .wizard-stepper-label {
    color: #0369a1;
}

.wizard-stepper-connector {
    width: 56px;
    height: 2px;
    background: #e2e8f0;
    margin-top: 23px;
    flex-shrink: 0;
    transition: background 0.3s ease;
    border-radius: 999px;
}

.wizard-stepper-connector.filled {
    background: linear-gradient(90deg, #0284c7, #38bdf8);
}

@media (max-width: 900px) {
    .wizard-stepper-connector { width: 32px; }
    .wizard-stepper-item { min-width: 60px; max-width: 72px; }
}

@media (max-width: 540px) {
    .wizard-stepper-label { display: none; }
    .wizard-stepper-item { min-width: auto; }
    .wizard-stepper-connector { width: 24px; }
}

/* Form card */
.wizard-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 8px 32px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);
    border: none;
    transition: box-shadow 0.35s ease;
}

.wizard-card:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.06), 0 16px 48px rgba(0,0,0,0.09), 0 1px 3px rgba(0,0,0,0.04);
}

/* Error banner */
.wizard-errors {
    display: block;
    margin-bottom: 1.25rem;
    padding: 1rem 2.75rem 1rem 1.25rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px;
    color: #b91c1c;
    position: relative;
}

.wizard-errors[hidden] {
    display: none !important;
}

.wizard-errors-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.wizard-errors-list {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.wizard-errors-list li {
    margin-bottom: 0.25rem;
}

.wizard-errors-dismiss {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    color: #b91c1c;
    cursor: pointer;
    padding: 0.2rem;
    opacity: 0.8;
}

.wizard-errors-dismiss:hover {
    opacity: 1;
}

/* Panel transitions */
.wizard-panel {
    display: none;
    animation: wizardPanelOut 0.35s ease forwards;
}

.wizard-panel.active {
    display: block;
    animation: wizardPanelIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes wizardPanelIn {
    from {
        opacity: 0;
        transform: translateX(16px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes wizardPanelOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-12px);
    }
}

.wizard-panel-title {
    margin-bottom: 1.5rem;
    color: #0f172a;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* Step 1 panel title is larger — no aside competing for space */
.wizard-bento[data-step="1"] .wizard-panel-title {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    text-align: center;
}

/* Service options – rich card layout */
.wizard-options-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.wizard-option {
    cursor: pointer;
    display: block;
}

.wizard-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Card shell */
.wizard-option-box {
    display: flex;
    flex-direction: column;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    cursor: pointer;
    height: 100%;
    min-height: 0;
}

.wizard-option-box:hover {
    border-color: rgba(2,132,199,0.45);
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.wizard-option input:checked + .wizard-option-box {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2,132,199,0.2), 0 12px 32px rgba(2,132,199,0.15);
    transform: translateY(-3px);
}

/* Colored visual header */
.wizard-option-visual {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.35rem 1.4rem 1.25rem;
    position: relative;
    overflow: hidden;
}

.wizard-option-visual::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 60%;
    height: 160%;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.wizard-option-visual--export {
    background: linear-gradient(135deg, #0c4a6e 0%, #0284c7 100%);
}

.wizard-option-visual--procurement {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
}

.wizard-option-visual--logistics {
    background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
}

.wizard-option-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.2s ease;
}

.wizard-option-box:hover .wizard-option-icon-wrap {
    background: rgba(255,255,255,0.28);
    transform: scale(1.05);
}

.wizard-option input:checked + .wizard-option-box .wizard-option-icon-wrap {
    background: rgba(255,255,255,0.3);
    transform: scale(1.08);
}

.wizard-option-route {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    line-height: 1.3;
}

/* White body */
.wizard-option-body {
    padding: 1.25rem 1.4rem 1.3rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.6rem;
}

.wizard-option-body strong {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    display: block;
}

.wizard-option input:checked + .wizard-option-box .wizard-option-body strong {
    color: #0369a1;
}

/* Bullet list */
.wizard-option-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.wizard-option-bullets li {
    font-size: 0.8rem;
    color: #475569;
    padding: 0.22rem 0 0.22rem 1.2rem;
    position: relative;
    line-height: 1.45;
}

.wizard-option-bullets li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0284c7;
    top: 0.3rem;
}

.wizard-option-box--procurement .wizard-option-bullets li::before {
    color: #1e40af;
}

.wizard-option-box--logistics .wizard-option-bullets li::before {
    color: #0284c7;
}

/* Destination flag row */
.wizard-option-flags {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
    font-size: 1.15rem;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #f1f5f9;
}

.wizard-option-flag-arrow {
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0 0.1rem;
}

.wizard-option-flag-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 0.15rem 0.5rem;
}

/* Continue button with arrow */
.wizard-next-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 280px;
}

.wizard-next-hidden {
    display: none !important;
}

.btn-arrow {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.wizard-next-btn:hover .btn-arrow,
.btn-primary .btn-arrow {
    transform: translateX(4px);
}

.wizard-fields-inner {
    margin-bottom: 0.75rem;
}

.wizard-fields-inner .form-group {
    margin-bottom: 0.75rem;
}

.wizard-buttons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.wizard-buttons .btn:last-child {
    flex: 1;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Aside card — blue gradient dark card */
.wizard-aside-card {
    background: linear-gradient(160deg, #0369a1 0%, #0284c7 45%, #0ea5e9 100%);
    border-radius: 20px;
    padding: 1.75rem;
    border: none;
    box-shadow: 0 20px 60px rgba(2,132,199,0.35), 0 4px 16px rgba(0,0,0,0.1);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.wizard-aside-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 80%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%, transparent 65%);
    pointer-events: none;
}

.wizard-aside-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #e0f2fe;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}

.wizard-aside-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.wizard-aside-list {
    list-style: none;
    margin-bottom: 1.5rem;
}

.wizard-aside-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.88);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.wizard-aside-list li:last-child {
    border-bottom: none;
}

.wizard-aside-li-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.wizard-aside-divider {
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin: 0.25rem 0 1.1rem;
}

.wizard-aside-response {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1.1rem;
}

.wizard-aside-response-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.55);
}

.wizard-aside-response-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.wizard-aside-call-link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.wizard-aside-call-link:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.4);
}

/* Success panel – compact for viewport fit */
.wizard-success {
    text-align: left;
    padding: 0.25rem 0 0.75rem;
}

.wizard-success .success-icon-wrap {
    text-align: center;
    margin-bottom: 0.75rem;
}

.wizard-success-intro {
    text-align: center;
    margin-bottom: 1rem;
    color: #475569;
    font-size: 0.95rem;
}

.success-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.success-summary-card,
.success-estimate-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
}

.success-estimate-card .success-estimate-text {
    margin: 0;
    font-size: 0.9rem;
    color: #0369a1;
    line-height: 1.5;
}

.success-card-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.success-summary-dl {
    margin: 0;
    font-size: 0.85rem;
}

.success-summary-dl dt {
    color: #64748b;
    font-weight: 500;
    margin-top: 0.35rem;
}

.success-summary-dl dt:first-child {
    margin-top: 0;
}

.success-summary-dl dd {
    margin: 0.1rem 0 0;
    color: #0f172a;
}

.success-estimate-text {
    margin: 0;
    font-size: 0.9rem;
    color: #0369a1;
    line-height: 1.55;
}

.success-estimate-text .success-estimate-intro {
    margin: 0 0 0.5rem;
    color: #0f172a;
}

.success-estimate-text .success-estimate-range {
    color: #0284c7;
    font-weight: 700;
}

.success-estimate-text .success-estimate-next {
    margin: 0;
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
}

.success-market-wrap {
    margin-top: 1rem;
}

.success-market-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 1.25rem;
}

.success-market-card .success-card-title {
    margin-bottom: 0.5rem;
}

.success-market-card .success-market-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0 0.75rem;
    padding: 0.6rem 1rem;
    background: #0284c7;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.success-market-card .success-market-cta:hover {
    background: #0369a1;
    color: #fff;
}

.success-market-card .success-market-copy {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.success-market-card .success-market-budget {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    color: #0f172a;
    font-weight: 500;
}

.success-next-steps {
    margin-bottom: 1rem;
}

.success-next-steps-list {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.success-next-steps-list li {
    margin-bottom: 0.25rem;
}

.wizard-success .open-email-btn {
    display: inline-flex;
    margin-bottom: 0.5rem;
}

.wizard-success .wizard-reset {
    display: block;
    margin: 0.35rem auto 0;
}

@media (max-width: 768px) {
    .wizard-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .wizard-section-header {
        margin-bottom: 1rem;
    }
    .wizard-section-header .section-title {
        font-size: 1.35rem;
    }
    .wizard-section-header .section-subtitle,
    .wizard-subtitle {
        font-size: 0.95rem;
    }
    .wizard-card {
        padding: 1rem;
    }
    .wizard-stepper {
        margin-bottom: 0.75rem;
    }
    .wizard-stepper-dot {
        width: 36px;
        height: 36px;
    }
    .wizard-panel-title {
        margin-bottom: 0.75rem;
        font-size: 1.05rem;
    }
    .wizard-options-bento {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    .wizard-option-box {
        padding: 1rem 0.75rem;
        min-height: 120px;
    }
    .wizard-option-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0.5rem;
    }
    .wizard-option-box strong {
        font-size: 0.95rem;
    }
    .wizard-option-box span:last-child {
        font-size: 0.78rem;
    }
    .form-group {
        margin-bottom: 0.75rem;
    }
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 10px 12px;
        font-size: 16px; /* avoids zoom on focus on iOS */
    }
    .wizard-fields-inner .form-group {
        margin-bottom: 0.6rem;
    }
    .wizard-buttons {
        margin-top: 1rem;
    }
    .wizard-success-intro {
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
    }
    .success-content-grid {
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .success-summary-card,
    .success-estimate-card {
        padding: 0.75rem;
    }
    .success-card-title {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
    }
    .success-summary-dl,
    .success-estimate-card .success-estimate-text {
        font-size: 0.8rem;
    }
    .success-next-steps {
        margin-bottom: 0.75rem;
    }
    .success-next-steps-list {
        font-size: 0.85rem;
    }
}

@media (max-width: 640px) {
    .success-content-grid {
        grid-template-columns: 1fr;
    }
}

.success-icon-wrap .success-icon {
    display: block;
    margin: 0 auto;
    color: #0ea5e9;
    filter: drop-shadow(0 4px 12px rgba(14, 165, 233, 0.35));
    animation: successPop 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes successPop {
    0% { opacity: 0; transform: scale(0.6); }
    100% { opacity: 1; transform: scale(1); }
}

.wizard-success .wizard-panel-title {
    margin-bottom: 0.75rem;
}

.wizard-success p {
    margin-bottom: 1rem;
}

.success-estimate {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    padding: 1rem 1.25rem;
    border-radius: 14px;
    margin: 1.5rem 0 !important;
    font-weight: 500;
    color: #0369a1;
}

.open-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem;
}

.wizard-success .wizard-reset {
    margin-top: 0.5rem;
}

/* Form */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #475569;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.required {
    color: #dc2626;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.7rem 0.95rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #f8fafc;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #0284c7;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(2,132,199,0.12);
}

.form-group textarea {
    resize: vertical;
    min-height: 90px;
}

.timeline-number-unit-wrap {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.timeline-number-unit-wrap input[type="number"] {
    width: 5rem;
    min-width: 4rem;
}

.timeline-number-unit-wrap select {
    flex: 1;
    min-width: 7rem;
}

.classic-vehicle-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.classic-vehicle-wrap select {
    width: 100%;
    max-width: 100%;
}

.classic-vehicle-model-wrap.hidden,
.classic-vehicle-chassis-wrap.hidden {
    display: none;
}

.classic-vehicle-hint {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.4;
}

.classic-vehicle-hint a {
    color: #0284c7;
    text-decoration: underline;
}

.success-summary-dl .success-classic-link {
    color: #0284c7;
    text-decoration: underline;
}

.form-group.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.captcha-group .captcha-error {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #dc2626;
}

/* Country combobox – type to search, grouped dropdown */
.country-combobox-wrap {
    position: relative;
}

.country-combobox-wrap input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s;
}

.country-combobox-wrap input[type="text"]:focus {
    outline: none;
    border-color: #0ea5e9;
}

.country-combobox-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 4px;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    z-index: 100;
    display: none;
}

.country-combobox-dropdown.open {
    display: block;
}

.country-combobox-group {
    padding: 8px 14px 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.country-combobox-item {
    padding: 10px 14px;
    font-size: 0.95rem;
    color: #0f172a;
    cursor: pointer;
    transition: background 0.15s;
}

.country-combobox-item:hover,
.country-combobox-item.highlight {
    background: rgba(14, 165, 233, 0.1);
    color: #0284c7;
}

.country-combobox-empty {
    padding: 12px 14px;
    font-size: 0.9rem;
    color: #64748b;
}

/* Success panel (handled in wizard block above) */

/* Contact – BentoBox */
/* ═══════════════════════════════
   Contact – modern 2-col layout
═══════════════════════════════ */
.contact {
    background: #f0f6ff;
}

.contact .section-header {
    margin-bottom: 2.5rem;
}

/* 2-col grid: info card + action panel */
.contact-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: start;
}

/* ── Left: dark info card ── */
.contact-info-card {
    background: #0f172a;
    border-radius: 20px;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    position: sticky;
    top: 90px;
}

.contact-info-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
}

.contact-info-brand {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
}

.contact-info-tagline {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
    margin: 0;
}

.contact-info-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.contact-icon-wrap {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    margin-top: 0.1rem;
}

.contact-info-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.2rem;
}

.contact-info-value {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.contact-info-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s;
}

.contact-info-link:hover {
    color: #38bdf8;
}

.contact-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #38bdf8;
    text-decoration: none;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s, gap 0.2s;
}

.contact-map-link:hover {
    color: #7dd3fc;
    gap: 0.6rem;
}

/* ── Right: action cards ── */
.contact-actions-panel {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.5vw, 1rem);
}

.contact-action-card {
    background: #fff;
    border-radius: 16px;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-action-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* CTA card variant */
.contact-action-card--cta {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
    border-color: transparent;
}

.contact-action-card--cta .contact-action-title,
.contact-action-card--cta .contact-action-subtitle {
    color: #fff;
}

.contact-action-card--cta .contact-action-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.contact-action-card--cta .btn {
    background: #fff;
    color: #0284c7;
    border-color: transparent;
    white-space: nowrap;
}

.contact-action-card--cta .btn:hover {
    background: rgba(255, 255, 255, 0.9);
}

/* Circular icon badge */
.contact-action-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-action-icon--phone {
    background: #eff6ff;
    color: #2563eb;
}

.contact-action-icon--email {
    background: #fff7ed;
    color: #ea580c;
}

.contact-action-icon--quote {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.contact-action-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.contact-action-subtitle {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.contact-action-number {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0.35rem 0 0;
}

.contact-action-btns {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

/* Call button */
.contact-btn-call {
    background: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    padding: 0.55rem 1.1rem;
    white-space: nowrap;
}

.contact-btn-call:hover {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: #93c5fd;
}

/* WhatsApp button */
.contact-btn-whatsapp {
    background: #dcfce7;
    color: #16a34a;
    border-color: #bbf7d0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    padding: 0.55rem 1.1rem;
    white-space: nowrap;
}

.contact-btn-whatsapp:hover {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a;
}

/* Email button */
.contact-btn-email {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

/* Responsive: stack on mobile */
@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        position: static;
    }

    .contact-action-card {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
    }

    .contact-action-card .contact-action-btns,
    .contact-action-card > .btn,
    .contact-action-card > .contact-btn-email {
        grid-column: 1 / -1;
    }
}

/* Footer – BentoBox grid */
/* ─────────────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────────────── */
.footer {
    background: #0b1120;
    color: #94a3b8;
    padding: 4rem 0 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* 4-column grid: brand(wide) | nav | services | contact */
.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Brand column */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.25rem;
}

.footer-logo-top {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.footer-logo-bot {
    font-size: 0.78rem;
    font-weight: 400;
    color: #64748b;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.footer-tagline {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.65;
    max-width: 340px;
}

.footer-cta {
    align-self: flex-start;
    font-size: 0.88rem;
    padding: 0.6rem 1.25rem;
    margin-top: 0.25rem;
}

/* Column headings */
.footer-col-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

/* Navigation & services links */
.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-links a {
    font-size: 0.9rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #e2e8f0;
}

/* Contact list */
.footer-contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

.footer-contact-list svg {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: #475569;
}

.footer-contact-list address {
    font-style: normal;
    color: #64748b;
}

.footer-contact-list a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-list a:hover {
    color: #e2e8f0;
}

/* Bottom bar */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    flex-wrap: wrap;
}

.footer-copyright {
    font-size: 0.82rem;
    color: #334155;
}

.footer-legal {
    font-size: 0.82rem;
    color: #1e293b;
}

/* Hero short-viewport override — for 1366×768 laptops with tall browser chrome */
@media (max-height: 700px) and (min-width: 768px) {
    .hero-inner {
        padding-top: 4.5rem;
        padding-bottom: 1.25rem;
    }
}

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

/* Tablet: feature cards become 2-column before stacking */
@media (max-width: 1024px) and (min-width: 769px) {
    .bento-feature-1 { grid-column: 1 / 7; }
    .bento-feature-2 { grid-column: 7 / -1; }
    .bento-feature-3 { grid-column: 1 / -1; min-height: 220px; }
}

/* Responsive */
@media (max-width: 768px) {

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-bento {
        grid-template-columns: 1fr;
    }

    .bento-copy {
        grid-column: 1 / -1;
        order: 2;
    }

    .bento-image {
        grid-column: 1 / -1;
        min-height: 280px;
        order: 1;
    }

    .bento-copy {
        order: 2;
    }

    .bento-feature-1,
    .bento-feature-2,
    .bento-feature-3 {
        grid-column: 1 / -1;
        min-height: 260px;
    }

    .services-bento {
        grid-template-columns: 1fr;
    }

    .service-selector-stack {
        flex-direction: row;
        overflow-x: auto;
        gap: 0.65rem;
        padding-bottom: 0.25rem;
        scrollbar-width: none;
    }

    .service-selector-stack::-webkit-scrollbar {
        display: none;
    }

    .service-sel-card {
        min-width: 180px;
        min-height: 130px;
        flex: 0 0 auto;
        transform: none !important;
    }

    .service-sel-card.active {
        transform: none !important;
    }

    .service-detail-panel {
        min-height: 420px;
    }

    .wizard-bento {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .wizard-form-cell {
        grid-column: 1 / -1;
    }

    .wizard-aside-cell {
        grid-column: 1 / -1;
        position: static;
    }

    .wizard-aside-card {
        padding: 1.4rem;
    }

    .wizard-aside-list {
        margin-bottom: 1rem;
    }

    .wizard-options-bento {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .wizard-option-visual {
        padding: 1.1rem 1.25rem 1rem;
    }

    .wizard-option-body {
        padding: 1rem 1.25rem 1.1rem;
    }

    .wizard-next-btn {
        max-width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 0.4rem;
    }

    .about-text {
        order: 2;
    }

    .about-value-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .wizard-card {
        padding: 1.5rem;
    }

    .wizard-buttons {
        flex-direction: column;
    }

    .wizard-buttons .btn:last-child {
        min-width: 100%;
    }

    section {
        padding: 4rem 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .about-value-strip {
        grid-template-columns: 1fr;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn-large {
        padding: 14px 24px;
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════
   Email Contact Modal
═══════════════════════════════════════════ */
.eml-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    visibility: hidden;
    pointer-events: none;
}

.eml-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

/* Backdrop */
.eml-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 23, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.eml-modal.is-open .eml-backdrop {
    opacity: 1;
}

/* Modal card */
.eml-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    width: 100%;
    max-width: 620px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
    transform: scale(0.92) translateY(16px);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.25s ease;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
}

.eml-modal.is-open .eml-card {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Close button */
.eml-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: background 0.15s, color 0.15s;
}

.eml-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* ── Step progress bar ── */
.eml-stepper {
    display: flex;
    align-items: flex-start;
    padding: 1.75rem 2rem 0;
}

.eml-stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.eml-stepper-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 2px solid #e2e8f0;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
    position: relative;
}

.eml-step-check {
    display: none;
    position: absolute;
    color: #fff;
}

.eml-step-num {
    transition: opacity 0.2s;
}

.eml-stepper-step.done .eml-stepper-dot {
    background: #0ea5e9;
    border-color: #0ea5e9;
}

.eml-stepper-step.done .eml-step-num {
    display: none;
}

.eml-stepper-step.done .eml-step-check {
    display: block;
}

.eml-stepper-step.active .eml-stepper-dot {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(14, 165, 233, 0.15);
}

.eml-stepper-lbl {
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.eml-stepper-step.active .eml-stepper-lbl {
    color: #0ea5e9;
}

.eml-stepper-step.done .eml-stepper-lbl {
    color: #64748b;
}

.eml-stepper-line {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 16px 0.75rem 0;
    transition: background 0.3s;
}

.eml-stepper-line.filled {
    background: #0ea5e9;
}

/* ── Panel titles ── */
.eml-panel-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1.25rem;
    line-height: 1.3;
}

/* ── Panel slide-in animation ── */
.eml-panel {
    animation: emlPanelIn 0.22s ease;
}

@keyframes emlPanelIn {
    from { opacity: 0; transform: translateX(8px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* ── Panel footer (navigation row) ── */
.eml-panel-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.5rem;
}

.eml-panel-footer--submit {
    justify-content: space-between;
    align-items: center;
}

.eml-continue-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.eml-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.6rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.eml-back-btn:hover {
    border-color: #94a3b8;
    color: #334155;
    background: #f8fafc;
}

/* Form body */
.eml-form {
    padding: 1.25rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.eml-fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.eml-legend {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #475569;
    margin-bottom: 0.75rem;
    display: block;
}

.eml-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #475569;
    margin-bottom: 0.65rem;
}

.eml-optional {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #94a3b8;
}

.eml-required {
    color: #ef4444;
}

/* Service selector cards */
.eml-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
}

.eml-service-card {
    position: relative;
    cursor: pointer;
}

.eml-service-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.eml-service-card > span.eml-service-icon,
.eml-service-card > span.eml-service-label {
    display: block;
}

/* The visual card (wraps icon + label) */
.eml-service-card:has(input) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
    cursor: pointer;
}

.eml-service-card:has(input:checked) {
    border-color: #0ea5e9;
    background: #f0f9ff;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}

.eml-service-icon {
    color: #64748b;
    transition: color 0.18s;
}

.eml-service-card:has(input:checked) .eml-service-icon {
    color: #0ea5e9;
}

.eml-service-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
    text-align: center;
    line-height: 1.3;
}

.eml-service-card:has(input:checked) .eml-service-label {
    color: #0284c7;
}

/* Section wrapper */
.eml-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.eml-row .eml-section {
    margin-bottom: 0;
}

/* Destination + quick-message chips */
.eml-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.eml-chip {
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    line-height: 1.4;
}

.eml-chip:hover {
    border-color: #0ea5e9;
    color: #0284c7;
}

.eml-chip.selected {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #fff;
}

/* 2-col row for name + email */
.eml-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

/* Inputs */
.eml-input {
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.925rem;
    color: #0f172a;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-family: inherit;
}

.eml-input:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}

.eml-input.has-error {
    border-color: #ef4444;
}

.eml-textarea {
    resize: vertical;
    min-height: 80px;
    line-height: 1.6;
}

/* Validation error text */
.eml-error {
    display: none;
    font-size: 0.78rem;
    color: #ef4444;
    margin-top: 0.3rem;
}

.eml-error.visible {
    display: block;
}

.eml-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Collapsed state for sections */
.eml-section.hidden {
    display: none;
}

/* Status banners (success / error) injected by JS */
.eml-status-banner {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.eml-status-banner svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.eml-status-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.eml-status-success svg {
    color: #16a34a;
}

.eml-status-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.eml-status-error svg {
    color: #dc2626;
}

.eml-status-error a {
    color: #991b1b;
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 520px) {
    .eml-card {
        border-radius: 20px;
        max-height: 95vh;
    }

    .eml-stepper,
    .eml-form {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .eml-row {
        grid-template-columns: 1fr;
    }

    .eml-service-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .eml-panel-footer--submit {
        flex-wrap: wrap;
        gap: 0.65rem;
    }

    .eml-submit,
    .eml-continue-btn {
        justify-content: center;
    }
}
