
    body::after {
      content: '';
      position: fixed; inset: 0;
      pointer-events: none; z-index: 9998; opacity: 0.025;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
    }

    .font-display { font-family: 'Bebas Neue', sans-serif; }
    .heading-xl { font-family: 'Bebas Neue', sans-serif; font-size: clamp(64px, 8vw, 100px); line-height: 0.92; letter-spacing: -0.02em; }
    .heading-lg { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 6vw, 72px); line-height: 0.92; letter-spacing: -0.02em; }

    .text-gold-grad {
      background: linear-gradient(135deg, #F5E5A3 0%, #ECD06F 40%, #C9A84C 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

    .hero-glow {
      background: #0A0A0A;
    }

    .nav-glass {
      background: rgba(10,10,10,0.82);
      backdrop-filter: blur(24px) saturate(1.4);
      -webkit-backdrop-filter: blur(24px) saturate(1.4);
      border-bottom: 1px solid rgba(236,208,111,0.07);
    }

    .shadow-gold {
      box-shadow: 0 1px 2px rgba(0,0,0,0.4), 0 4px 12px rgba(0,0,0,0.35), 0 16px 40px rgba(0,0,0,0.3), 0 0 0 1px rgba(236,208,111,0.06);
    }

    .btn-primary {
      background: #ECD06F; color: #0A0A0A; font-weight: 600; font-size: 13px;
      letter-spacing: 0.02em; border: 1px solid transparent; cursor: pointer;
      transition: background 0.18s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.18s ease;
      display: inline-flex; align-items: center; justify-content: center;
    }
    .btn-primary:hover { background: #F5E5A3; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(236,208,111,0.22); }
    .btn-primary:active { transform: translateY(0); }
    .btn-primary:focus-visible { outline: 2px solid #ECD06F; outline-offset: 3px; }
    .btn-primary.btn-disabled, .btn-primary:disabled { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.35); cursor: not-allowed; box-shadow: none; transform: none; }
    .btn-primary.btn-disabled:hover, .btn-primary:disabled:hover { background: rgba(255,255,255,0.08); transform: none; box-shadow: none; }

    .btn-ghost {
      background: transparent; color: #ECD06F; font-weight: 500; font-size: 13px;
      letter-spacing: 0.02em; border: 1px solid rgba(236,208,111,0.3); cursor: pointer;
      transition: border-color 0.18s ease, background 0.18s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1);
      display: inline-flex; align-items: center; justify-content: center;
    }
    .btn-ghost:hover { border-color: #ECD06F; background: rgba(236,208,111,0.06); transform: translateY(-1px); }
    .btn-ghost:active { transform: translateY(0); }
    .btn-ghost:focus-visible { outline: 2px solid #ECD06F; outline-offset: 3px; }

    .input-field {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      color: #fff; font-family: 'DM Sans', sans-serif; font-size: 13px;
      transition: border-color 0.18s ease, background 0.18s ease; width: 100%;
    }
    .input-field:focus { outline: none; border-color: rgba(236,208,111,0.5); background: rgba(236,208,111,0.03); }
    .input-field::placeholder { color: rgba(255,255,255,0.28); }
    .input-field.field-error { border-color: rgba(255,80,80,0.7) !important; background: rgba(255,60,60,0.05) !important; }
    @keyframes fieldShake { 0%,100%{transform:translateX(0)} 20%{transform:translateX(-6px)} 40%{transform:translateX(6px)} 60%{transform:translateX(-4px)} 80%{transform:translateX(4px)} }
    .input-field.field-shake { animation: fieldShake 0.35s ease; }
    /* Hide native selects — replaced by .csel wrapper */
    select.input-field { display: none !important; }

    /* ── Nav logo (clickable → home) ── */
    .nav-logo-link {
      display: inline-flex; align-items: center; border-radius: 8px;
      transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.34,1.56,0.64,1);
      -webkit-tap-highlight-color: transparent;
    }
    .nav-logo-link:hover { opacity: 0.82; }
    .nav-logo-link:active { transform: scale(0.96); }
    .nav-logo-link:focus-visible { outline: 2px solid #ECD06F; outline-offset: 4px; }

    /* ── Fleet filter bar ── */
    .fleet-filter-bar {
      display: flex; flex-wrap: wrap; align-items: flex-start; gap: 22px 36px;
      background: #1A1A1A; border: 1px solid rgba(255,255,255,0.05);
      border-radius: 16px; padding: 22px 28px;
    }
    .filter-group { min-width: 0; }
    .filter-group-search { flex: 0 0 230px; }
    .filter-group-class { flex: 0 0 auto; }
    /* Grows to fill the row; wraps to its own full-width line when search + class crowd it out (e.g. tablet). */
    .filter-group-price { flex: 1 1 320px; min-width: 260px; }

    /* ── Search-by-model input ── */
    .filter-search-wrap { position: relative; margin-top: 9px; }
    .filter-search-icon {
      position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
      width: 14px; height: 14px; color: rgba(255,255,255,0.32);
      pointer-events: none; transition: color 0.18s ease;
    }
    .filter-search-input {
      width: 100%; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500;
      padding: 10px 38px 10px 39px; border-radius: 100px; color: #fff;
      background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
      transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    }
    .filter-search-input::placeholder { color: rgba(255,255,255,0.3); }
    .filter-search-input::-webkit-search-cancel-button { -webkit-appearance: none; }
    .filter-search-input:hover { border-color: rgba(236,208,111,0.35); }
    .filter-search-input:focus {
      outline: none; background: rgba(255,255,255,0.05);
      border-color: rgba(236,208,111,0.55);
      box-shadow: 0 0 0 3px rgba(236,208,111,0.12);
    }
    .filter-search-wrap:focus-within .filter-search-icon { color: #ECD06F; }
    .filter-search-clear {
      position: absolute; right: 8px; top: 50%; transform: translateY(-50%) scale(0.8);
      display: flex; align-items: center; justify-content: center;
      width: 22px; height: 22px; border-radius: 50%; cursor: pointer;
      background: rgba(255,255,255,0.06); border: none; color: rgba(255,255,255,0.55);
      opacity: 0; pointer-events: none;
      transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.34,1.56,0.64,1), color 0.18s ease, background 0.18s ease;
    }
    .filter-search-clear svg { width: 11px; height: 11px; }
    .filter-search-clear:hover { color: #ECD06F; background: rgba(236,208,111,0.14); }
    .filter-search-clear:focus-visible { outline: 2px solid #ECD06F; outline-offset: 2px; }
    .filter-search-wrap.has-value .filter-search-clear {
      opacity: 1; pointer-events: auto; transform: translateY(-50%) scale(1);
    }
    .filter-label {
      display: block; font-size: 10px; color: rgba(255,255,255,0.35);
      text-transform: uppercase; letter-spacing: 0.1em;
    }
    .filter-price-value {
      font-family: 'Bebas Neue', sans-serif; font-size: 15px; color: #ECD06F;
      letter-spacing: 0.03em; white-space: nowrap;
    }

    /* ── Car class filter pills ── */
    .class-pill-group { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 9px; }
    .class-pill {
      font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
      padding: 9px 18px; border-radius: 100px; white-space: nowrap;
      background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.5); cursor: pointer;
      transition: transform 0.18s cubic-bezier(0.34,1.56,0.64,1), background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    }
    .class-pill:hover { color: #ECD06F; border-color: rgba(236,208,111,0.35); transform: translateY(-1px); }
    .class-pill:active { transform: translateY(0) scale(0.96); }
    .class-pill:focus-visible { outline: 2px solid #ECD06F; outline-offset: 2px; }
    .class-pill.active {
      background: linear-gradient(135deg, #FBEFC4 0%, #ECD06F 45%, #C9A33D 100%);
      border-color: transparent; color: #0A0A0A; font-weight: 700;
      box-shadow: 0 4px 16px rgba(236,208,111,0.28);
    }
    .class-pill.active:hover { color: #0A0A0A; transform: translateY(-1px); }

    /* ── Dual range slider ── */
    .range-slider { position: relative; height: 32px; display: flex; align-items: center; }
    .range-track {
      position: absolute; left: 0; right: 0; height: 4px;
      background: rgba(255,255,255,0.06); border-radius: 100px;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.55);
    }
    .range-track-active {
      position: absolute; height: 4px; border-radius: 100px;
      background: linear-gradient(90deg, #C9A33D, #ECD06F);
      box-shadow: 0 0 12px rgba(236,208,111,0.4);
    }
    .range-input {
      position: absolute; left: 0; right: 0; width: 100%; margin: 0;
      appearance: none; -webkit-appearance: none; background: transparent;
      pointer-events: none; height: 32px;
    }
    .range-input::-webkit-slider-runnable-track { -webkit-appearance: none; background: transparent; height: 32px; }
    .range-input::-moz-range-track { background: transparent; height: 32px; border: none; }
    .range-input::-webkit-slider-thumb {
      -webkit-appearance: none; appearance: none; pointer-events: auto;
      width: 8px; height: 26px; border-radius: 4px;
      background: linear-gradient(180deg, #FBEFC4 0%, #ECD06F 45%, #C9A33D 100%);
      border: none;
      box-shadow: 0 3px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.65);
      cursor: grab; transition: transform 0.18s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.18s ease;
      margin-top: 0;
    }
    .range-input::-webkit-slider-thumb:hover { transform: scaleX(1.35); }
    .range-input::-webkit-slider-thumb:active {
      cursor: grabbing; transform: scaleX(1.5);
      box-shadow: 0 3px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.35), 0 0 14px rgba(236,208,111,0.55), inset 0 1px 1px rgba(255,255,255,0.65);
    }
    .range-input::-moz-range-thumb {
      pointer-events: auto; width: 8px; height: 26px; border-radius: 4px;
      background: linear-gradient(180deg, #FBEFC4 0%, #ECD06F 45%, #C9A33D 100%);
      border: none;
      box-shadow: 0 3px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.35), inset 0 1px 1px rgba(255,255,255,0.65);
      cursor: grab; transition: transform 0.18s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.18s ease;
    }
    .range-input::-moz-range-thumb:hover { transform: scaleX(1.35); }
    .range-input::-moz-range-thumb:active {
      cursor: grabbing; transform: scaleX(1.5);
      box-shadow: 0 3px 10px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,0,0,0.35), 0 0 14px rgba(236,208,111,0.55), inset 0 1px 1px rgba(255,255,255,0.65);
    }
    .range-input:focus-visible::-webkit-slider-thumb { outline: 2px solid #ECD06F; outline-offset: 3px; }
    .range-input:focus-visible::-moz-range-thumb { outline: 2px solid #ECD06F; outline-offset: 3px; }
    @media (max-width: 768px) {
      .fleet-filter-bar { flex-direction: column; gap: 16px; padding: 16px; border-radius: 14px; }
      /* In column layout the flex-basis becomes a HEIGHT — reset to auto so groups
         size to their content instead of stretching (price had basis 320px → dead space). */
      .filter-group-search { flex: 0 0 auto; width: 100%; }
      .filter-group-class { flex: 0 0 auto; width: 100%; }
      .filter-group-price { flex: 0 0 auto; width: 100%; min-width: 0; }

      /* Tighter search field */
      .filter-search-wrap { margin-top: 7px; }
      .filter-search-input { font-size: 12.5px; padding: 9px 36px 9px 36px; }
      .filter-search-icon { left: 13px; }

      /* Compact class pills so 5 fit in one or two tidy rows */
      .class-pill-group { gap: 6px; margin-top: 7px; }
      .class-pill { font-size: 11.5px; padding: 7px 13px; }

      /* Slimmer price slider — less vertical bulk, smaller readout */
      .filter-price-value { font-size: 13px; }
      .range-slider { height: 26px; }
      .range-input { height: 26px; }
      .range-input::-webkit-slider-runnable-track { height: 26px; }
      .range-input::-moz-range-track { height: 26px; }
      .range-input::-webkit-slider-thumb { width: 12px; height: 20px; border-radius: 3px; }
      .range-input::-moz-range-thumb { width: 12px; height: 20px; border-radius: 3px; }
    }

    /* ── Custom Select ── */
    .csel {
      position: relative;
      width: 100%;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      user-select: none;
    }
    .csel-trigger {
      display: flex; align-items: center; justify-content: space-between;
      padding: 11px 14px; border-radius: 10px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      color: #fff; cursor: pointer;
      transition: border-color 0.18s ease, background 0.18s ease;
      gap: 10px;
    }
    .csel.open .csel-trigger,
    .csel-trigger:hover {
      border-color: rgba(236,208,111,0.45);
      background: rgba(236,208,111,0.03);
    }
    .csel-trigger svg {
      flex-shrink: 0;
      transition: transform 0.2s ease;
      color: rgba(236,208,111,0.7);
    }
    .csel.open .csel-trigger svg { transform: rotate(180deg); }

    .csel-dropdown {
      position: absolute; left: 0; right: 0; top: calc(100% + 6px);
      background: #1a1a1a;
      border: 1px solid rgba(236,208,111,0.18);
      border-radius: 12px;
      overflow: hidden;
      z-index: 9999;
      opacity: 0; pointer-events: none;
      transform: translateY(-6px);
      transition: opacity 0.18s ease, transform 0.18s ease;
      box-shadow: 0 16px 48px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.04);
      max-height: 240px;
      overflow-y: auto;
    }
    .csel-dropdown::-webkit-scrollbar { width: 4px; }
    .csel-dropdown::-webkit-scrollbar-track { background: transparent; }
    .csel-dropdown::-webkit-scrollbar-thumb { background: rgba(236,208,111,0.2); border-radius: 4px; }
    .csel.open .csel-dropdown { opacity: 1; pointer-events: all; transform: translateY(0); }

    .csel-option {
      padding: 12px 16px;
      color: rgba(255,255,255,0.75);
      cursor: pointer;
      font-size: 13px;
      border-bottom: 1px solid rgba(255,255,255,0.04);
      transition: background 0.14s ease, color 0.14s ease;
    }
    .csel-option:last-child { border-bottom: none; }
    .csel-option:hover { background: rgba(236,208,111,0.08); color: #ECD06F; }
    .csel-option.selected {
      color: #ECD06F;
      background: rgba(236,208,111,0.05);
      font-weight: 600;
    }
    .csel-option.blocked {
      color: rgba(255,75,75,0.45);
      background: rgba(255,50,50,0.03);
      cursor: not-allowed;
      text-decoration: line-through;
      text-decoration-color: rgba(255,75,75,0.35);
      display: flex; justify-content: space-between; align-items: center;
    }
    .csel-option.blocked:hover {
      background: rgba(255,50,50,0.06);
      color: rgba(255,90,90,0.6);
    }
    .csel-option.blocked::after {
      content: 'booked';
      font-size: 9px; font-weight: 600; letter-spacing: 0.06em;
      text-decoration: none;
      color: rgba(255,75,75,0.5);
      background: rgba(255,50,50,0.12);
      padding: 2px 6px; border-radius: 4px;
      text-decoration: none !important;
      display: inline-block;
    }

    .lift { transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease; }
    .lift:hover { transform: translateY(-4px) scale(1.005); }

    @keyframes heroPulse { 0%,100% { opacity:1; box-shadow:0 0 7px rgba(236,208,111,0.8); } 50% { opacity:0.5; box-shadow:0 0 3px rgba(236,208,111,0.3); } }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .marquee-inner { display: flex; gap: 48px; animation: marquee 22s linear infinite; white-space: nowrap; }

    .section-label {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
      color: #ECD06F; margin-bottom: 16px;
    }
    .section-label::before { content: ''; width: 20px; height: 1px; background: #ECD06F; display: block; }

    .num-highlight {
      font-family: 'Bebas Neue', sans-serif; font-size: 52px; line-height: 1;
      background: linear-gradient(135deg, #F5E5A3 0%, #ECD06F 60%, #C9A84C 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

    .step-circle {
      width: 52px; height: 52px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Bebas Neue', sans-serif; font-size: 22px; margin: 0 auto 24px;
    }

    .footer-link {
      color: rgba(255,255,255,0.28); font-size: 13px;
      transition: color 0.18s ease; text-decoration: none;
    }
    .footer-link:hover { color: #ECD06F; }
    .footer-link:focus-visible { outline: 1px solid #ECD06F; outline-offset: 2px; border-radius: 2px; }

    .stat-sep { border-left: 1px solid rgba(255,255,255,0.07); }
    .tcard { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); }
    .divider { border: none; border-top: 1px solid rgba(255,255,255,0.05); }
    .cta-orb { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(236,208,111,0.08) 0%, transparent 70%); pointer-events: none; }

    /* ═══ BENTO GRID ═══ */
    .fleet-bento {
      display: grid;
      grid-template-columns: 1.6fr 2.2fr 2fr 1.2fr;
      grid-template-rows: 300px 300px;
      gap: 12px;
    }

    /* Row 1 */
    .bt-a { grid-column: 1; grid-row: 1; }       /* small dark — Lamborghini */
    .bt-b { grid-column: 2 / 4; grid-row: 1; }   /* wide yellow — Rolls Royce */
    .bt-c { grid-column: 4; grid-row: 1; }        /* narrow orange — Porsche */

    /* Row 2 */
    .bt-d { grid-column: 1 / 3; grid-row: 2; }   /* wide dark — Ferrari */
    .bt-e { grid-column: 3; grid-row: 2; }        /* medium purple — Bentley */
    .bt-f { grid-column: 4; grid-row: 2; }        /* small green — McLaren */

    /* Spanning tile — across both rows on left */
    .fleet-bento-main {
      display: grid;
      grid-template-columns: 1fr 2fr 1.8fr 1fr;
      grid-template-rows: 300px 300px;
      gap: 12px;
    }

    /* ══ FLEET GRID — single unified bento ══ */
    .fleet-uniform-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 340px;
      grid-auto-flow: row dense;
      gap: 12px;
    }
    /* Reset any inherited positions */
    .fleet-uniform-grid .car-tile {
      grid-column: unset;
      grid-row: unset;
    }
    /* Standard tile typography */
    .fleet-uniform-grid .tile-name { font-size: 26px !important; line-height: 1.05; }
    .fleet-uniform-grid .tile-label { padding: 18px 20px !important; }
    .fleet-uniform-grid .tile-price {
      font-family: 'Bebas Neue', sans-serif !important;
      font-size: 18px !important;
      color: #ECD06F !important;
      letter-spacing: 0.02em !important;
      margin-top: 6px !important;
      text-shadow: 0 1px 8px rgba(0,0,0,0.9) !important;
    }
    /* Tall tile: 1 col × 2 rows */
    .fleet-uniform-grid .tile-tall { grid-row: span 2 !important; }
    .fleet-uniform-grid .tile-tall .tile-label { padding: 28px 26px !important; }
    .fleet-uniform-grid .tile-tall .tile-name { font-size: 34px !important; line-height: 1.0; }
    .fleet-uniform-grid .tile-tall .tile-cat { font-size: 10px !important; letter-spacing: 0.18em; }
    .fleet-uniform-grid .tile-tall .tile-price { font-size: 22px !important; }
    /* Wide tile: 2 cols × 1 row */
    .fleet-uniform-grid .tile-wide { grid-column: span 2 !important; }
    .fleet-uniform-grid .tile-wide .tile-label { padding: 22px 26px !important; }
    .fleet-uniform-grid .tile-wide .tile-name { font-size: 36px !important; line-height: 1.0; }
    .fleet-uniform-grid .tile-wide .tile-price { font-size: 22px !important; }

    .car-tile {
      position: relative; overflow: hidden; border-radius: 18px;
      cursor: pointer; outline: none;
      transition: transform 0.14s ease, box-shadow 0.32s ease, outline 0.15s, filter 0.1s ease;
      opacity: 0;
    }
    .car-tile * { cursor: inherit; user-select: none; }
    .car-tile:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(236,208,111,0.15); }
    .car-tile:focus-visible { outline: 2px solid #ECD06F; outline-offset: 3px; }

    .tile-img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; display: block;
      /* Per-tile crop, set inline as CSS vars in addCustomTileToDOM (app.js) */
      object-position: var(--tile-pos, center);
      transform: scale(var(--tile-scale, 1));
      transform-origin: var(--tile-pos, center);
      filter: brightness(1.08) saturate(1.06) contrast(1.02);
      transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.3s ease;
    }
    .car-tile:hover .tile-img { transform: scale(calc(var(--tile-scale, 1) * 1.02)); filter: brightness(1.14) saturate(1.1) contrast(1.03); }

    /* Mobile crop override — falls back to the desktop vars when no mobile crop is set */
    @media (max-width: 768px) {
      .tile-img {
        object-position: var(--tile-pos-m, var(--tile-pos, center));
        transform: scale(var(--tile-scale-m, var(--tile-scale, 1)));
        transform-origin: var(--tile-pos-m, var(--tile-pos, center));
      }
      .car-tile:hover .tile-img { transform: scale(calc(var(--tile-scale-m, var(--tile-scale, 1)) * 1.02)); }
    }

    /* Darkness concentrated in the bottom text band; car stays bright above */
    .tile-overlay-grad {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.55) 20%, rgba(0,0,0,0.14) 44%, rgba(0,0,0,0) 64%);
    }

    .tile-label {
      position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 22px;
    }
    .tile-cat {
      font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
      color: #ECD06F; margin-bottom: 3px;
      text-shadow: 0 1px 6px rgba(0,0,0,0.9);
    }
    .tile-name {
      font-family: 'Bebas Neue', sans-serif; color: #fff;
      line-height: 1.05;
      text-shadow: 0 2px 10px rgba(0,0,0,0.95), 0 1px 4px rgba(0,0,0,0.8);
    }
    .tile-price {
      font-size: 11px; color: rgba(255,255,255,0.82); margin-top: 4px;
      text-shadow: 0 1px 6px rgba(0,0,0,0.95), 0 2px 12px rgba(0,0,0,0.8);
    }
    .tile-cta {
      margin-top: 12px; display: inline-flex; align-items: center; gap: 5px;
      font-size: 11px; font-weight: 600; color: #ECD06F; letter-spacing: 0.04em;
      opacity: 0; transform: translateY(6px);
      transition: opacity 0.25s ease, transform 0.25s ease;
      text-shadow: 0 1px 6px rgba(0,0,0,0.8);
    }
    .car-tile:hover .tile-cta { opacity: 1; transform: translateY(0); }

    /* ═══ CAR DETAIL PANEL ═══ */
    #car-panel {
      position: fixed; inset: 0; z-index: 9999;
      display: flex; align-items: stretch;
      opacity: 0; pointer-events: none;
      transition: opacity 0.35s ease;
    }
    #car-panel.open { opacity: 1; pointer-events: all; }

    #panel-backdrop {
      position: absolute; inset: 0;
      background: rgba(0,0,0,0.75);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    #panel-inner {
      position: relative; z-index: 1;
      margin: auto;
      width: min(1200px, calc(100vw - 48px));
      max-height: calc(100vh - 48px);
      border-radius: 24px;
      background: #111111;
      border: 1px solid rgba(255,255,255,0.07);
      display: flex;
      overflow: hidden;
      /* transform и transition управляются JS через FLIP */
      box-shadow: 0 40px 120px rgba(0,0,0,0.7), 0 0 0 1px rgba(236,208,111,0.06);
      will-change: transform;
    }
    /* Содержимое панели — скрыто в начале FLIP, открывается по завершению */
    #panel-inner.panel-flip-active > * {
      opacity: 0;
      transition: opacity 0.25s ease;
    }
    #panel-inner.panel-flip-done > * {
      opacity: 1;
      transition: opacity 0.3s ease;
    }

    #panel-left {
      flex: 1; overflow-y: auto; min-width: 0;
    }
    #panel-left::-webkit-scrollbar { width: 4px; }
    #panel-left::-webkit-scrollbar-track { background: transparent; }
    #panel-left::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 2px; }

    #panel-right {
      width: 340px; flex-shrink: 0;
      border-left: 1px solid rgba(255,255,255,0.06);
      background: #0E0E0E;
      overflow-y: auto;
      padding: 28px 24px;
    }
    #panel-right::-webkit-scrollbar { width: 4px; }
    #panel-right::-webkit-scrollbar-track { background: transparent; }
    #panel-right::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 2px; }

    #panel-close {
      position: absolute; top: 20px; right: 20px; z-index: 10;
      width: 36px; height: 36px; border-radius: 50%;
      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; color: rgba(255,255,255,0.7);
      transition: background 0.18s ease, color 0.18s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1);
    }
    #panel-close:hover { background: rgba(236,208,111,0.15); color: #ECD06F; transform: rotate(90deg); }

    /* ── Panel hero text: compact on mobile ── */
    @media (max-width: 768px) {
      .panel-hero-label { padding: 12px 16px 16px !important; }
      .panel-hero-name  { font-size: 26px !important; line-height: 1.0 !important; }
    }

    /* ── Mobile panel: vertical stack, full-screen ── */
    @media (max-width: 768px) {
      #car-panel { align-items: flex-end; }
      #panel-inner {
        width: 100vw !important;
        max-height: 94dvh !important;
        max-height: 94vh !important;
        margin: 0 !important;
        border-radius: 20px 20px 0 0 !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
      }
      #panel-left { overflow-y: visible !important; flex-shrink: 0 !important; }
      #panel-hero-area { height: 260px !important; }
      #panel-content-body { padding: 20px 18px 24px !important; }
      #panel-right {
        width: 100% !important;
        border-left: none !important;
        border-top: 1px solid rgba(255,255,255,0.07) !important;
        padding: 20px 18px 32px !important;
        overflow-y: visible !important;
      }
      #panel-close { top: 10px !important; right: 12px !important; }
      #panel-gallery { overflow-x: auto !important; }
    }

    /* Calendar */
    .cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
    .cal-nav {
      width: 28px; height: 28px; border-radius: 50%;
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
      cursor: pointer; display: flex; align-items: center; justify-content: center;
      font-size: 12px; color: rgba(255,255,255,0.5);
      transition: background 0.18s, color 0.18s;
    }
    .cal-nav:hover { background: rgba(236,208,111,0.12); color: #ECD06F; }
    .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
    .cal-day-label { font-size: 10px; color: rgba(255,255,255,0.25); text-align: center; padding: 4px 0; font-weight: 600; letter-spacing: 0.06em; }
    .cal-day {
      aspect-ratio: 1; border-radius: 8px; display: flex; align-items: center; justify-content: center;
      font-size: 12px; cursor: pointer; color: rgba(255,255,255,0.6);
      transition: background 0.15s ease, color 0.15s ease;
      border: 1px solid transparent;
      -webkit-user-select: none; user-select: none;
    }
    .cal-day:hover:not(.cal-empty):not(.cal-past) { background: rgba(236,208,111,0.1); color: #ECD06F; border-color: rgba(236,208,111,0.2); }
    .cal-day.cal-selected { background: #ECD06F; color: #0A0A0A; font-weight: 700; border-color: #ECD06F; }
    .cal-day.cal-in-range { background: rgba(236,208,111,0.12); color: #ECD06F; }
    .cal-day.cal-range-start, .cal-day.cal-range-end { background: #ECD06F; color: #0A0A0A; font-weight: 700; }
    .cal-day.cal-today { border-color: rgba(236,208,111,0.4); color: #ECD06F; }
    .cal-day.cal-past { color: rgba(255,255,255,0.32); cursor: default; }
    .cal-day.cal-empty { cursor: default; }

    /* ── Fleet filter — non-matching cars are hidden entirely ── */
    .tile-filtered-out {
      display: none !important;
    }

    /* Pick-up / return time selects */
    .cal-time-row { display: flex; gap: 12px; margin-top: 12px; }
    .cal-time-row > div { flex: 1; min-width: 0; }
    .cal-time-row label {
      display: block; font-size: 9px; color: rgba(255,255,255,0.32);
      text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px;
    }
    select.cal-time-select { padding: 9px 10px; border-radius: 9px; font-size: 13px; cursor: pointer; }
    select.cal-time-select option:disabled { color: rgba(255,255,255,0.2); }

    /* ── Spec grid — redesigned ── */
    .spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .spec-item {
      position: relative;
      background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 14px; padding: 14px 16px;
      overflow: hidden;
      transition: border-color 0.22s ease, transform 0.22s cubic-bezier(0.34,1.56,0.64,1);
    }
    .spec-item::before {
      content: ''; position: absolute; top: 0; left: 0;
      width: 3px; height: 100%;
      background: linear-gradient(to bottom, #ECD06F 0%, rgba(236,208,111,0.1) 100%);
      border-radius: 0 2px 2px 0;
    }
    .spec-item:hover { border-color: rgba(236,208,111,0.25); transform: translateY(-2px); }
    .spec-val { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #fff; line-height: 1; letter-spacing: 0.01em; }
    .spec-key { font-size: 10px; color: rgba(255,255,255,0.35); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

    /* ── Feature tags — redesigned ── */
    .feature-tag {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.6);
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px; padding: 7px 12px;
      transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
    }
    .feature-tag:hover { border-color: rgba(236,208,111,0.25); background: rgba(236,208,111,0.05); color: #ECD06F; }
    .feature-tag svg { flex-shrink: 0; stroke: #ECD06F; opacity: 0.8; }

    /* ── Gallery strip ── */
    #panel-gallery {
      flex-shrink: 0; /* prevent squishing in flex column */
      padding: 0 36px 20px;
    }
    #panel-gallery-track {
      display: flex; gap: 8px; overflow-x: auto;
      scrollbar-width: none; padding: 6px 0 6px; /* vertical padding for hover scale */
    }
    #panel-gallery-track::-webkit-scrollbar { display: none; }
    .gallery-thumb {
      min-width: 100px; height: 66px; border-radius: 10px; overflow: hidden;
      border: 2px solid transparent; flex-shrink: 0; cursor: pointer;
      transition: border-color 0.18s ease, transform 0.22s cubic-bezier(0.34,1.56,0.64,1);
    }
    .gallery-thumb:hover { border-color: rgba(236,208,111,0.5); transform: scale(1.04); }
    .gallery-thumb.active { border-color: #ECD06F; }
    .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

    /* ── Expand button on hero ── */
    .hero-expand-btn {
      position: absolute; bottom: 20px; right: 20px;
      width: 36px; height: 36px; border-radius: 10px;
      background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.18);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; backdrop-filter: blur(8px);
      transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
      z-index: 5;
    }
    .hero-expand-btn:hover { background: rgba(236,208,111,0.2); border-color: #ECD06F; transform: scale(1.08); }
    .hero-expand-btn svg { width: 16px; height: 16px; stroke: #fff; }

    /* ── Lightbox ── */
    #lightbox {
      position: fixed; inset: 0; z-index: 10000;
      background: rgba(0,0,0,0.92); backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none;
      transition: opacity 0.3s ease;
    }
    #lightbox.open { opacity: 1; pointer-events: all; }
    #lightbox-img {
      max-width: calc(100vw - 160px); max-height: calc(100vh - 120px);
      object-fit: contain; border-radius: 16px;
      transform: scale(0.95);
      transition: transform 0.35s cubic-bezier(0.34,1.2,0.64,1);
      box-shadow: 0 40px 120px rgba(0,0,0,0.8);
      display: block; position: relative; z-index: 1;
      user-select: none;
    }
    #lightbox.open #lightbox-img { transform: scale(1); }
    @keyframes lbImgIn {
      from { opacity: 0; transform: scale(0.96) translateX(var(--lb-dx, 0px)); }
      to   { opacity: 1; transform: scale(1)    translateX(0); }
    }
    #lightbox-img.lb-anim { animation: lbImgIn 0.26s cubic-bezier(0.22,1,0.36,1) forwards; }

    #lightbox-close {
      position: absolute; top: 24px; right: 24px; z-index: 5;
      width: 44px; height: 44px; border-radius: 50%;
      background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; color: #fff;
      transition: background 0.18s ease, transform 0.18s ease;
    }
    #lightbox-close:hover { background: rgba(255,255,255,0.2); transform: rotate(90deg); }

    .lb-nav-btn {
      position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
      width: 52px; height: 52px; border-radius: 50%;
      background: rgba(0,0,0,0.45); border: 1px solid rgba(255,255,255,0.18);
      backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      color: rgba(255,255,255,0.85); display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
    }
    .lb-nav-btn:hover { background: rgba(236,208,111,0.2); border-color: rgba(236,208,111,0.4); color: #ECD06F; }
    .lb-nav-btn:active { opacity: 0.7; }
    #lightbox-prev { left: 28px; }
    #lightbox-next { right: 28px; }

    #lightbox-counter {
      position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 5;
      background: rgba(0,0,0,0.55); backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.12); border-radius: 100px;
      padding: 7px 18px;
      font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
      color: rgba(255,255,255,0.65);
      pointer-events: none; white-space: nowrap;
    }
    #lightbox-dots {
      position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 5;
      display: flex; gap: 6px; align-items: center;
    }
    .lb-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: rgba(255,255,255,0.25);
      cursor: pointer; transition: background 0.2s, width 0.2s, border-radius 0.2s;
      flex-shrink: 0;
    }
    .lb-dot.active { width: 20px; border-radius: 3px; background: #ECD06F; }
    .lb-dot:hover:not(.active) { background: rgba(255,255,255,0.55); }

    @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }
    .fade-in-up { animation: fadeInUp 0.5s ease forwards; }

    /* ═══ SCROLL REVEAL — services / steps / testimonials ═══ */
    .reveal { opacity: 0; transform: translateY(24px); }
    .reveal.reveal-visible { animation: fadeInUp 0.6s cubic-bezier(0.34,1.15,0.64,1) forwards; }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; animation: none; }
    }

    /* Press state — subtle brightness dip, no scale */
    .car-tile:active { filter: brightness(0.9); transition: filter 0.1s ease !important; }


    /* Panel video hero */
    #panel-video-hero {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center;
    }

    /* ═══ BENTO TILE ENTRANCE ANIMATION ═══ */
    @keyframes tileSlideIn {
      from { opacity: 0; transform: translateY(28px) scale(0.95); }
      to   { opacity: 1; transform: translateY(0)    scale(1); }
    }
    .car-tile.tile-visible { animation: tileSlideIn 0.6s cubic-bezier(0.34,1.15,0.64,1) forwards; }

    /* Hover shimmer sweep — light glint on metal */
    .car-tile::after {
      content: ''; position: absolute;
      top: 0; left: -70%; width: 55%; height: 100%;
      background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.055) 50%, transparent 70%);
      pointer-events: none; z-index: 6;
    }
    @keyframes shimmerSweep { from { left: -70%; } to { left: 125%; } }
    .car-tile:hover::after { animation: shimmerSweep 0.55s ease-out forwards; }

    /* ═══ PHOTO GALLERY ═══ */
    .gallery-slide {
      position: absolute; inset: 0;
      opacity: 0;
      transition: opacity 0.95s ease;
      z-index: 0;
    }
    .gallery-slide.active { opacity: 1; z-index: 1; }

    .gallery-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: rgba(255,255,255,0.22);
      cursor: pointer;
      transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
      flex-shrink: 0;
    }
    .gallery-dot.active { width: 22px; border-radius: 3px; background: #ECD06F; }
    .gallery-dot:hover:not(.active) { background: rgba(255,255,255,0.45); }

    .gallery-arrow {
      position: absolute; top: 50%; transform: translateY(-50%);
      z-index: 6;
      width: 42px; height: 42px; border-radius: 50%;
      background: rgba(0,0,0,0.38); border: 1px solid rgba(255,255,255,0.12);
      backdrop-filter: blur(10px);
      color: rgba(255,255,255,0.8);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }
    .gallery-arrow:hover { background: rgba(236,208,111,0.18); border-color: rgba(236,208,111,0.4); color: #ECD06F; }
    .gallery-arrow:active { background: rgba(236,208,111,0.28); transform: translateY(-50%) scale(0.94); }
    .gallery-arrow:focus-visible { outline: 2px solid #ECD06F; outline-offset: 2px; }
    .gallery-prev { left: 18px; }
    .gallery-next { right: 18px; }

    /* ═══ TESTIMONIALS CAROUSEL ═══ */
    #testimonials-track {
      display: flex; gap: 14px;
      overflow-x: auto; scroll-snap-type: x mandatory;
      scrollbar-width: none; -ms-overflow-style: none;
    }
    #testimonials-track::-webkit-scrollbar { display: none; }
    #testimonials-track > * {
      scroll-snap-align: start; flex: 0 0 calc((100% - 28px) / 3); min-width: 0;
    }
    @media (max-width: 768px) {
      #testimonials-track > * { flex: 0 0 100%; }
    }
    .carousel-arrow {
      width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.7);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }
    .carousel-arrow:hover { background: rgba(236,208,111,0.12); border-color: rgba(236,208,111,0.35); color: #ECD06F; }
    .carousel-arrow:active { transform: scale(0.94); }
    .carousel-arrow:focus-visible { outline: 2px solid #ECD06F; outline-offset: 2px; }
    .carousel-arrow:disabled { opacity: 0.25; cursor: default; }
    .carousel-arrow:disabled:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); }

    @keyframes galleryProgressAnim {
      from { width: 0%; }
      to   { width: 100%; }
    }
    #gallery-progress-bar.running {
      animation: galleryProgressAnim 4.5s linear forwards;
    }

    /* ═══ CUSTOM BENTO GRID ═══ */
    .bento-custom-grid {
      display: grid;
      grid-template-columns: 240px 1fr 1fr 200px;
      grid-auto-rows: 290px;
      gap: 12px;
    }

    /* ═══ TILE CONTROLS (edit/delete on custom tiles) ═══ */
    .tile-controls {
      position: absolute; top: 12px; right: 12px; z-index: 10;
      display: flex; gap: 6px;
      opacity: 0; transition: opacity 0.2s ease; pointer-events: none;
    }
    .custom-tile:hover .tile-controls { opacity: 1; pointer-events: all; }
    .tile-control-btn {
      width: 28px; height: 28px; border-radius: 8px;
      background: rgba(0,0,0,0.65); border: 1px solid rgba(255,255,255,0.15);
      color: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center;
      cursor: pointer; backdrop-filter: blur(8px); transition: background 0.18s, color 0.18s, border-color 0.18s;
    }
    .tile-control-btn:hover { background: rgba(236,208,111,0.2); color: #ECD06F; border-color: rgba(236,208,111,0.3); }
    .tile-control-btn.delete:hover { background: rgba(220,50,50,0.25); color: #ff6b6b; border-color: rgba(220,50,50,0.35); }

    /* ═══ TILE BUILDER OVERLAY ═══ */
    #tile-builder-overlay {
      position: fixed; inset: 0; z-index: 10002;
      opacity: 0; pointer-events: none;
      transition: opacity 0.3s ease;
      background: rgba(0,0,0,0.82);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      display: flex; align-items: center; justify-content: center;
      padding: 24px;
    }
    #tile-builder-overlay.open { opacity: 1; pointer-events: all; }
    #tile-builder-panel {
      width: min(980px, 100%);
      max-height: calc(100vh - 48px);
      background: #111111;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 24px;
      overflow: hidden;
      display: flex; flex-direction: column;
      box-shadow: 0 40px 120px rgba(0,0,0,0.75), 0 0 0 1px rgba(236,208,111,0.06);
    }
    #tile-builder-body {
      display: grid; grid-template-columns: 1fr 340px; gap: 0;
      overflow-y: auto; flex: 1;
    }
    #tile-builder-body::-webkit-scrollbar { width: 4px; }
    #tile-builder-body::-webkit-scrollbar-track { background: transparent; }
    #tile-builder-body::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 2px; }
    .builder-input {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      color: #fff; font-family: 'DM Sans', sans-serif; font-size: 13px;
      padding: 10px 13px; border-radius: 10px; width: 100%;
      transition: border-color 0.18s ease;
    }
    .builder-input:focus { outline: none; border-color: rgba(236,208,111,0.45); background: rgba(236,208,111,0.025); }
    .builder-input::placeholder { color: rgba(255,255,255,0.4); }
    select.builder-input option { background: #1a1a1a; }
    textarea.builder-input { resize: vertical; min-height: 72px; }
    .builder-label {
      font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
      color: rgba(255,255,255,0.32); margin-bottom: 6px; display: block;
    }
    .layout-preset {
      display: flex; align-items: center; flex-direction: column; gap: 7px;
      padding: 12px 8px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.07);
      cursor: pointer; transition: border-color 0.18s, background 0.18s;
      background: rgba(255,255,255,0.02); flex: 1;
    }
    .layout-preset:hover { border-color: rgba(236,208,111,0.25); background: rgba(236,208,111,0.04); }
    .layout-preset.selected { border-color: #ECD06F; background: rgba(236,208,111,0.08); }
    .layout-preset .preset-bar {
      width: 100%; border-radius: 4px; background: rgba(255,255,255,0.1);
    }
    .layout-preset.selected .preset-bar { background: rgba(236,208,111,0.4); }
    .layout-preset span { font-size: 9px; color: rgba(255,255,255,0.38); letter-spacing: 0.08em; text-transform: uppercase; text-align: center; line-height: 1.3; }
    .layout-preset.selected span { color: #ECD06F; }

    /* Drag-to-crop preview */
    #builder-preview-tile.crop-ready { cursor: grab; }
    #builder-preview-tile.crop-ready:active { cursor: grabbing; }
    #builder-preview-tile.crop-dragging { cursor: grabbing !important; }
    .crop-hint {
      position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
      background: rgba(0,0,0,0.58); backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.1); border-radius: 100px;
      padding: 4px 10px; display: flex; align-items: center; gap: 5px;
      font-size: 9px; color: rgba(255,255,255,0.55); letter-spacing: 0.06em;
      pointer-events: none; white-space: nowrap; z-index: 10;
      opacity: 0; transition: opacity 0.2s ease;
    }
    #builder-preview-tile.crop-ready .crop-hint { opacity: 1; }
    .crop-crosshair {
      position: absolute; inset: 0; pointer-events: none; z-index: 5;
      opacity: 0; transition: opacity 0.2s ease;
    }
    #builder-preview-tile.crop-dragging .crop-crosshair { opacity: 0.35; }
    .crop-crosshair::before {
      content: ''; position: absolute; left: 50%; top: 0; bottom: 0;
      width: 1px; background: rgba(255,255,255,0.6);
    }
    .crop-crosshair::after {
      content: ''; position: absolute; top: 50%; left: 0; right: 0;
      height: 1px; background: rgba(255,255,255,0.6);
    }

    /* Builder preview tile */
    #builder-preview-tile {
      border-radius: 14px; overflow: hidden; position: relative;
      width: 100%; background: #111; transition: height 0.3s ease;
    }
    #builder-preview-tile .preview-img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; display: none;
    }
    #builder-preview-tile .preview-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.25) 55%, rgba(0,0,0,0.08) 100%);
    }
    #builder-preview-tile .preview-label {
      position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px;
    }
    #builder-preview-tile .preview-cat {
      font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
      color: #ECD06F; margin-bottom: 3px;
    }
    #builder-preview-tile .preview-name {
      font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: #fff; line-height: 1.05;
    }
    #builder-preview-tile .preview-price { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 3px; }

    /* Arrange overlay */
    #arrange-overlay {
      position: fixed; inset: 0; z-index: 10003;
      opacity: 0; pointer-events: none;
      transition: opacity 0.3s ease;
      background: rgba(0,0,0,0.82);
      backdrop-filter: blur(14px);
      display: flex; align-items: center; justify-content: center;
      padding: 24px;
    }
    #arrange-overlay.open { opacity: 1; pointer-events: all; }
    #arrange-panel {
      width: min(480px, 100%);
      background: #111111;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 40px 120px rgba(0,0,0,0.75);
      display: flex; flex-direction: column;
      max-height: calc(100vh - 48px);
    }
    .arrange-item {
      display: flex; align-items: center; gap: 12px;
      padding: 14px 20px;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      cursor: grab; transition: background 0.15s;
    }
    .arrange-item:last-child { border-bottom: none; }
    .arrange-item:hover { background: rgba(255,255,255,0.02); }
    .arrange-item.dragging { opacity: 0.45; cursor: grabbing; }
    .arrange-handle {
      color: rgba(255,255,255,0.25); cursor: grab; padding: 4px; flex-shrink: 0;
      transition: color 0.15s;
    }
    .arrange-item:hover .arrange-handle { color: rgba(255,255,255,0.5); }
    #arrange-list { overflow-y: auto; flex: 1; }
    #arrange-list::-webkit-scrollbar { width: 4px; }
    #arrange-list::-webkit-scrollbar-track { background: transparent; }
    #arrange-list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 2px; }

    /* ══ POLICY MODAL ══ */
    #policy-overlay {
      position: fixed; inset: 0; z-index: 10005;
      opacity: 0; pointer-events: none;
      transition: opacity 0.3s ease;
      background: rgba(0,0,0,0.82);
      backdrop-filter: blur(14px);
      display: flex; align-items: center; justify-content: center;
      padding: 24px;
    }
    #policy-overlay.open { opacity: 1; pointer-events: all; }
    #policy-panel {
      width: min(640px, 100%);
      background: #111111;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 40px 120px rgba(0,0,0,0.75);
      display: flex; flex-direction: column;
      max-height: calc(100vh - 48px);
    }
    .policy-tab {
      padding: 8px 16px; border-radius: 8px; font-size: 12px; font-weight: 700;
      letter-spacing: 0.04em; cursor: pointer; border: 1px solid rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.5);
      transition: background 0.18s, color 0.18s, border-color 0.18s;
    }
    .policy-tab.active { background: rgba(236,208,111,0.12); color: #ECD06F; border-color: rgba(236,208,111,0.3); }
    .policy-body { padding: 24px 28px; overflow-y: auto; flex: 1; }
    .policy-body h4 { font-size: 13px; font-weight: 700; color: #ECD06F; margin: 18px 0 8px; letter-spacing: 0.02em; }
    .policy-body h4:first-child { margin-top: 0; }
    .policy-body p, .policy-body li { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.55); }
    .policy-body ul { padding-left: 18px; margin: 6px 0; }
    .policy-body[dir="rtl"] ul { padding-left: 0; padding-right: 18px; }
    .policy-body[dir="rtl"] { font-family: 'Tahoma', 'Segoe UI', sans-serif; }
    .policy-body strong { color: rgba(255,255,255,0.85); }
    #policy-body-ar { display: none; }

    /* ══ RENTAL AGREEMENT MODAL ══ */
    #agreement-overlay {
      position: fixed; inset: 0; z-index: 10006;
      opacity: 0; pointer-events: none;
      transition: opacity 0.3s ease;
      background: rgba(0,0,0,0.82);
      backdrop-filter: blur(14px);
      display: flex; align-items: center; justify-content: center;
      padding: 24px;
    }
    #agreement-overlay.open { opacity: 1; pointer-events: all; }
    #agreement-panel {
      width: min(680px, 100%);
      background: #111111;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 40px 120px rgba(0,0,0,0.75);
      display: flex; flex-direction: column;
      max-height: calc(100vh - 48px);
    }
    #agreement-body-ar { display: none; }

    /* ══ BOOKING SUCCESS MODAL ══ */
    #success-overlay {
      position: fixed; inset: 0; z-index: 10010;
      opacity: 0; pointer-events: none;
      transition: opacity 0.35s ease;
      background: rgba(0,0,0,0.86);
      backdrop-filter: blur(16px);
      display: flex; align-items: center; justify-content: center;
      padding: 24px;
    }
    #success-overlay.open { opacity: 1; pointer-events: all; }
    #success-panel {
      width: min(440px, 100%);
      background:
        radial-gradient(120% 80% at 50% -10%, rgba(236,208,111,0.10) 0%, transparent 60%),
        #111111;
      border: 1px solid rgba(236,208,111,0.16);
      border-radius: 24px;
      box-shadow: 0 0 0 1px rgba(236,208,111,0.04), 0 50px 140px rgba(0,0,0,0.8);
      text-align: center;
      padding: 40px 32px 32px;
      transform: scale(0.94) translateY(14px);
      opacity: 0;
      transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
    }
    #success-overlay.open #success-panel { transform: scale(1) translateY(0); opacity: 1; }

    .success-icon-wrap { width: 84px; height: 84px; margin: 0 auto 24px; position: relative; }
    .success-icon-wrap::before {
      content: ''; position: absolute; inset: -22px;
      background: radial-gradient(circle, rgba(236,208,111,0.22) 0%, transparent 70%);
      border-radius: 50%;
      animation: success-glow 2.6s ease-in-out infinite;
    }
    @keyframes success-glow {
      0%, 100% { opacity: 0.45; transform: scale(0.9); }
      50%      { opacity: 1;    transform: scale(1.08); }
    }
    .success-check { width: 100%; height: 100%; position: relative; }
    .success-check-circle {
      stroke: #ECD06F; stroke-width: 2; fill: none;
      stroke-dasharray: 152; stroke-dashoffset: 152;
      animation: success-draw 0.6s ease-out forwards;
    }
    .success-check-mark {
      stroke: #ECD06F; stroke-width: 3; fill: none;
      stroke-linecap: round; stroke-linejoin: round;
      stroke-dasharray: 36; stroke-dashoffset: 36;
      animation: success-draw 0.4s ease-out 0.5s forwards;
    }
    @keyframes success-draw { to { stroke-dashoffset: 0; } }

    .success-row {
      opacity: 0; transform: translateY(8px);
      animation: success-row-in 0.45s ease-out forwards;
    }
    @keyframes success-row-in { to { opacity: 1; transform: translateY(0); } }
    #success-details .success-row:nth-child(1) { animation-delay: 0.55s; }
    #success-details .success-row:nth-child(2) { animation-delay: 0.62s; }
    #success-details .success-row:nth-child(3) { animation-delay: 0.69s; }
    #success-details .success-row:nth-child(4) { animation-delay: 0.76s; }
    #success-note        { animation-delay: 0.85s; }
    #success-receipt-btn { animation-delay: 0.72s; }
    #success-done-btn    { animation-delay: 0.78s; }
    #success-receipt-btn:hover    { background: rgba(236,208,111,0.14); border-color: rgba(236,208,111,0.55); }
    #success-receipt-btn:focus-visible { outline: 2px solid #ECD06F; outline-offset: 2px; }
    #success-receipt-btn:active   { transform: scale(0.98); }

    /* ══ RESPONSIVE ══ */
    @media (max-width: 900px) {
      .services-grid { grid-template-columns: 1fr 1fr !important; }
      .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
    }

    @media (max-width: 768px) {
      .bento-custom-grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: auto !important;
      }
      .bento-custom-grid .car-tile { grid-column: 1 !important; grid-row: auto !important; min-height: 220px !important; }
      #tile-builder-body { grid-template-columns: 1fr !important; }

      /* Nav */
      .nav-links { display: none !important; }

      /* Hero */
      .hero-grid {
        grid-template-columns: 1fr !important;
        padding: 48px 20px 40px !important;
        gap: 36px !important;
      }

      /* Fleet layout — tablet portrait */
      .fleet-uniform-grid {
        grid-template-columns: 1fr 1fr !important;
        grid-auto-rows: 240px !important;
        gap: 10px !important;
      }
      .fleet-uniform-grid .tile-name { font-size: 18px !important; }
      .fleet-uniform-grid .tile-price { font-size: 15px !important; }
      /* Disable tall tiles on tablet */
      .fleet-uniform-grid .tile-tall { grid-row: span 1 !important; }

      /* Steps */
      .steps-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
      .steps-connector { display: none !important; }

      /* Services & Footer */
      .services-grid { grid-template-columns: 1fr 1fr !important; }
      .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 28px !important; }

      /* Hero desc max-width */
      .hero-desc { max-width: 100% !important; }

      /* Reduce section vertical padding on tablet */
      section[style*="padding:96px"],
      section[style*="padding:100px"] {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
      }

      /* Misc padding */
      section { padding-left: 0 !important; padding-right: 0 !important; }
    }

    @media (max-width: 480px) {
      .services-grid { grid-template-columns: 1fr !important; }
      .footer-grid { grid-template-columns: 1fr !important; }
      .fleet-header { flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; }
      .fleet-header p { text-align: left !important; max-width: 100% !important; }

      /* Reduce section vertical padding on mobile */
      section[style*="padding:96px"],
      section[style*="padding:100px"] {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
      }

      /* Footer: single column, tighter spacing */
      .footer-grid { gap: 24px !important; }
    }

    /* Tile opacity fallback — show tiles after 2s even if IntersectionObserver hasn't fired.
       (.car-tile.tile-visible at line ~700 already takes priority once IntersectionObserver fires.) */
    .car-tile { animation: tileShowFallback 0s 2s forwards; }
    @keyframes tileShowFallback { to { opacity: 1; } }

    /* ══ HAMBURGER MENU ══ */
    .hamburger {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 36px; height: 36px;
      padding: 6px;
      background: transparent;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      cursor: pointer;
      transition: border-color 0.18s;
    }
    .hamburger:hover { border-color: rgba(236,208,111,0.35); }
    .hamburger span {
      display: block;
      height: 1.5px;
      background: rgba(255,255,255,0.7);
      border-radius: 2px;
      transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), opacity 0.2s;
      transform-origin: center;
    }
    .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

    .mobile-menu {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 49;
      background: rgba(8,8,8,0.97);
      backdrop-filter: blur(24px);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
    }
    .mobile-menu.open {
      opacity: 1;
      pointer-events: all;
    }
    .mobile-menu a {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 36px;
      letter-spacing: 0.06em;
      color: rgba(255,255,255,0.55);
      text-decoration: none;
      transition: color 0.18s;
      padding: 8px 0;
    }
    .mobile-menu a:hover { color: #ECD06F; }
    .mobile-menu-book {
      margin-top: 16px;
      padding: 14px 48px;
      border-radius: 100px;
      background: #ECD06F;
      border: none;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #0A0A0A;
      cursor: pointer;
      letter-spacing: 0.02em;
    }

    @media (max-width: 768px) {
      .hamburger { display: flex; }
      .mobile-menu { display: flex; }

      /* Hero mobile */
      .hero-glow { padding-left: 0 !important; padding-right: 0 !important; }
      .hero-content-wrap { padding: 48px 12px 64px !important; }
      .hero-content-wrap h1 { font-size: clamp(52px, 13vw, 72px) !important; }
      .hero-content-wrap p { font-size: 15px !important; max-width: 100% !important; }
      .hero-content-wrap .hero-chips { gap: 6px !important; }
      .hero-content-wrap .hero-stats { gap: 0 !important; }
      .hero-content-wrap .hero-stats > div { padding-right: 20px !important; }
      .hero-content-wrap .hero-stats .stat-sep { padding: 0 20px !important; }
      .hero-content-wrap .hero-stats .stat-sep:last-child { padding-left: 20px !important; }
      .num-highlight { font-size: 38px !important; }

      /* Fleet layout — mobile 2-col, larger tiles with minimal side margins */
      #fleet { padding-left: 0 !important; padding-right: 0 !important; }
      #fleet > div { padding-left: 12px !important; padding-right: 12px !important; }
      .fleet-uniform-grid {
        grid-template-columns: 1fr 1fr !important;
        grid-auto-rows: 270px !important;
        gap: 6px !important;
      }
      .fleet-uniform-grid .tile-tall { grid-row: span 1 !important; }

      /* Services grid mobile */
      .services-grid { grid-template-columns: 1fr 1fr !important; }

      /* Fleet header mobile */
      .fleet-header { flex-direction: column !important; align-items: flex-start !important; gap: 16px; }
      .fleet-header > div:last-child { text-align: left !important; }

      /* Section padding mobile */
      section { padding-left: 16px !important; padding-right: 16px !important; }

      /* ── Issue 1: Hero — push car to right so it doesn't overlap text ── */
      .hero-glow > div:first-child > img {
        object-position: 85% 50% !important;
      }
      .hero-glow::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to right, rgba(10,10,10,0.96) 0%, rgba(10,10,10,0.85) 50%, rgba(10,10,10,0.55) 100%);
      }

      /* "Scroll" hint overlaps hero text on short mobile viewports — remove it */
      .hero-scroll-hint { display: none !important; }

      /* ── Tile labels: compact so cars are visible (≤30% of tile height) ── */
      /* Base label */
      .fleet-uniform-grid .tile-label        { padding: 10px 12px !important; }
      .fleet-uniform-grid .tile-cat          { font-size: 8px !important; margin-bottom: 2px !important; }
      .fleet-uniform-grid .tile-name         { font-size: 14px !important; line-height: 1.0 !important; }
      .fleet-uniform-grid .tile-price        { font-size: 11px !important; margin-top: 2px !important; }

      /* Wide tile (Urus — full width, more horizontal room) */
      .fleet-uniform-grid .tile-wide .tile-label { padding: 12px 16px !important; }
      .fleet-uniform-grid .tile-wide .tile-name  { font-size: 22px !important; line-height: 1.0 !important; }
      .fleet-uniform-grid .tile-wide .tile-price { font-size: 13px !important; margin-top: 3px !important; }

      /* Tall tile → landscape wide card on mobile */
      .fleet-uniform-grid .tile-tall {
        grid-column: span 2 !important;
        grid-row: span 1 !important;
      }
      .fleet-uniform-grid .tile-tall .tile-label { padding: 12px 14px !important; }
      .fleet-uniform-grid .tile-tall .tile-name  { font-size: 18px !important; line-height: 1.0 !important; }
      .fleet-uniform-grid .tile-tall .tile-price { font-size: 13px !important; margin-top: 2px !important; }
      .fleet-uniform-grid .tile-tall .tile-cat   { font-size: 8px !important; }

      /* Gradient: sharp bottom band for text, car fully visible above */
      .fleet-uniform-grid .tile-overlay-grad {
        background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 28%, rgba(0,0,0,0.10) 50%, rgba(0,0,0,0.0) 66%) !important;
      }
    }

    @media (max-width: 480px) {
      /* Uniform grid stays 2-col on small phones */
      #fleet > div { padding-left: 12px !important; padding-right: 12px !important; }
      .fleet-uniform-grid {
        grid-template-columns: 1fr 1fr !important;
        grid-auto-rows: 250px !important;
        gap: 5px !important;
      }
      .services-grid { grid-template-columns: 1fr !important; }
      .hero-content-wrap .hero-chips { flex-direction: column !important; align-items: flex-start !important; }
    }

    /* ══ ADMIN FAB (visible only when authenticated) ══ */
    #admin-fab {
      position:fixed; bottom:104px; right:28px; z-index:9998;
      width:50px; height:50px; border-radius:50%;
      background:#ECD06F; border:none; cursor:pointer;
      display:none; align-items:center; justify-content:center;
      text-decoration:none;
      box-shadow:0 4px 20px rgba(236,208,111,0.28),0 2px 8px rgba(0,0,0,0.5);
      transition:transform 0.28s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.2s,opacity 0.2s;
      opacity:0.85;
    }
    #admin-fab.visible { display:flex; }
    #admin-fab:hover { opacity:1; transform:scale(1.08); box-shadow:0 6px 28px rgba(236,208,111,0.45),0 2px 12px rgba(0,0,0,0.6); }

    /* ══ WHATSAPP FAB ══ */
    #whatsapp-fab {
      position: fixed; bottom: 28px; right: 28px; z-index: 9997;
      width: 60px; height: 60px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      background: linear-gradient(155deg, #1c1c1c 0%, #0A0A0A 100%);
      border: 1px solid rgba(236,208,111,0.32);
      box-shadow: 0 10px 32px rgba(0,0,0,0.5), 0 0 0 1px rgba(236,208,111,0.05) inset, 0 6px 26px rgba(236,208,111,0.16);
      cursor: pointer; text-decoration: none;
      transition: transform 0.32s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, border-color 0.3s ease;
    }
    #whatsapp-fab::before {
      content: ''; position: absolute; inset: -7px; border-radius: 50%;
      border: 1px solid rgba(236,208,111,0.22);
      animation: wa-pulse 2.8s cubic-bezier(0.4,0,0.2,1) infinite;
      pointer-events: none;
    }
    @keyframes wa-pulse {
      0%   { transform: scale(0.82); opacity: 0.65; }
      72%  { transform: scale(1.24); opacity: 0; }
      100% { transform: scale(1.24); opacity: 0; }
    }
    #whatsapp-fab .wa-icon-badge {
      width: 40px; height: 40px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      background: radial-gradient(circle at 35% 28%, #FBEFC4 0%, #ECD06F 50%, #C9A33D 100%);
      box-shadow: 0 4px 16px rgba(236,208,111,0.4), inset 0 1px 2px rgba(255,255,255,0.5), inset 0 -2px 4px rgba(0,0,0,0.25);
      transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
    }
    #whatsapp-fab svg {
      width: 21px; height: 21px;
      transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
    }
    #whatsapp-fab:hover {
      transform: translateY(-3px) scale(1.06);
      border-color: rgba(236,208,111,0.65);
      box-shadow: 0 14px 42px rgba(0,0,0,0.55), 0 0 0 1px rgba(236,208,111,0.1) inset, 0 8px 34px rgba(236,208,111,0.3);
    }
    #whatsapp-fab:hover .wa-icon-badge {
      transform: scale(1.08) rotate(-6deg);
      box-shadow: 0 6px 20px rgba(236,208,111,0.55), inset 0 1px 2px rgba(255,255,255,0.5), inset 0 -2px 4px rgba(0,0,0,0.25);
    }
    #whatsapp-fab:active { transform: translateY(-1px) scale(0.96); }
    #whatsapp-fab:focus-visible {
      outline: none;
      box-shadow: 0 10px 32px rgba(0,0,0,0.5), 0 0 0 3px rgba(236,208,111,0.4);
    }
    #whatsapp-fab .wa-tooltip {
      position: absolute; right: calc(100% + 14px); top: 50%;
      transform: translateY(-50%) translateX(6px);
      background: #0A0A0A; border: 1px solid rgba(236,208,111,0.2);
      color: #fff; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.02em;
      padding: 9px 16px; border-radius: 100px; white-space: nowrap;
      opacity: 0; pointer-events: none;
      box-shadow: 0 10px 28px rgba(0,0,0,0.4);
      transition: opacity 0.22s ease, transform 0.32s cubic-bezier(0.34,1.56,0.64,1);
    }
    #whatsapp-fab:hover .wa-tooltip { opacity: 1; transform: translateY(-50%) translateX(0); }

    @media (max-width: 768px) {
      #whatsapp-fab { width: 54px; height: 54px; bottom: 20px; right: 20px; }
      #whatsapp-fab .wa-icon-badge { width: 36px; height: 36px; }
      #whatsapp-fab svg { width: 19px; height: 19px; }
      #whatsapp-fab .wa-tooltip { display: none; }
      #admin-fab { bottom: 92px; right: 20px; }
    }
