/* ═══════════════════════════════════════════════
   BONUS CAR RENTAL — RESPONSIVE MOBILE
   Breakpoints: 900px (tablet), 600px (mobile)
═══════════════════════════════════════════════ */

/* ───── SCROLL REVEAL (reactivar) ───── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-delay-1 { transition-delay: .1s; }
  .reveal-delay-2 { transition-delay: .2s; }
  .reveal-delay-3 { transition-delay: .3s; }
  
  
  /* ═══════════════════════════════════════════════
     TABLET — 900px
  ═══════════════════════════════════════════════ */
  @media (max-width: 900px) {
  
    /* ── NAV ── */
    .nav-links,
    .nav-cta { display: none; }
    .burger { display: flex; }
    nav { padding: 0 6%; }
  
    /* Burger spans blancos sobre hero oscuro */
    .burger span { background: var(--white); }
  
    /* ── HERO ── */
    #hero { justify-content: flex-end; }
    .hero-content {
      padding: 0 6% 8vh;
      max-width: 100%;
    }
    .hero-headline {
      font-size: clamp(3rem, 10vw, 5.5rem);
    }
    .hero-sub { max-width: 100%; }
  
    /* imagen hero: visible pero sutil al fondo */
    .hero-car {
      width: 80%;
      right: -4%;
      bottom: 0;
      opacity: .13;
    }
  
    /* ── MARQUEE ── */
    .marquee-item { font-size: .65rem; }
  
    /* ── WHY ── */
    #why { padding: 80px 6%; }
    .why-grid {
      grid-template-columns: 1fr 1fr;
      border: none;
      gap: 2px;
    }
    .why-card {
      border-right: none;
      border-bottom: 1px solid var(--line);
      padding: 40px 28px 36px;
    }
    .why-card:nth-child(odd)  { border-right: 1px solid var(--line); }
    .why-card:last-child      { border-bottom: none; }
    .why-card:nth-last-child(2) { border-bottom: none; }
  
    /* ── CARS ── */
    #cars { padding: 80px 6%; }
    .cars-grid {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .cars-more { flex-direction: column; text-align: center; gap: 12px; }
    .cars-more-line { width: 60px; height: 1px; flex: none; }
  
    /* ── PROCESS ── */
    #process { padding: 80px 6%; }
    .process-grid {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
  
    /* ── CTA BAND ── */
    #cta-band {
      flex-direction: column;
      text-align: center;
      padding: 80px 6%;
    }
    .cta-actions { justify-content: center; flex-wrap: wrap; }
  
    /* ── FOOTER ── */
    .footer-top {
      grid-template-columns: 1fr 1fr;
      gap: 36px;
    }
    .footer-brand { grid-column: 1 / -1; }
  
    /* ── SECTION HEADERS ── */
    .section-header { padding: 0 2%; }
  }
  
  
  /* ═══════════════════════════════════════════════
     MOBILE — 600px
  ═══════════════════════════════════════════════ */
  @media (max-width: 600px) {

    .cars-more-text {
        white-space: normal;
        text-align: center;
      }

    #hero {
        justify-content: center;
      }
     
      .hero-content {
        padding: 120px 6% 60px;
      }
     
      .hero-eyebrow  { margin-bottom: 100px !important; }
      .hero-headline { margin-bottom: 32px; }
      .hero-divider  { margin-bottom: 100px !important; }
      .hero-sub      { margin-bottom: 0; }
    
  
    /* ── BASE ── */
    html { font-size: 15px; }
  
    /* ── NAV ── */
    nav { height: 64px; padding: 0 5%; }
    .nav-brand .name  { font-size: .85rem; }
    .nav-brand .sub   { font-size: .56rem; }
  
    /* ── HERO ── */
    #hero { min-height: 100svh; }
    .hero-content {
      padding: 0 5% 7vh;
    }
    .hero-eyebrow {
      font-size: .6rem;
      margin-bottom: 24px;
    }
    .hero-headline {
      font-size: clamp(2.8rem, 13vw, 4.2rem);
      margin-bottom: 28px;
    }
    .hero-divider { margin-bottom: 18px; }
    .hero-sub { font-size: .82rem; }
  
    /* imagen hero: oculta en mobile pequeño para no distraer */
    .hero-car { display: none; }
  
    /* ── MARQUEE ── */
    .marquee-track { gap: 32px; }
    .marquee-item  { font-size: .62rem; gap: 32px; }
  
    /* ── SECTION HEADERS (globales) ── */
    #why .section-header,
    #cars .section-header,
    #process .section-header { margin-bottom: 48px; }
    .section-title { font-size: clamp(1.9rem, 8vw, 2.8rem); }
  
    /* ── WHY ── */
    #why { padding: 72px 5%; }
    .why-grid {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .why-card {
      border-right: none !important;
      border-bottom: 1px solid var(--line);
      padding: 36px 24px 32px;
    }
    .why-card:last-child { border-bottom: none; }
    .why-card:nth-last-child(2) { border-bottom: 1px solid var(--line); }
    .why-icon { width: 34px; height: 34px; margin-bottom: 20px; }
    .why-title { font-size: .84rem; }
    .why-text  { font-size: .76rem; }
  
    /* ── CARS ── */
    #cars { padding: 72px 5%; }
    .cars-grid {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 48px;
    }
    .car-img-wrap { height: 200px; }
    .car-info { padding: 20px 20px 24px; }
    .car-name  { font-size: .9rem; }
    .car-specs { gap: 10px; }
    .car-specs span { font-size: .66rem; }
  
    /* ── PROCESS ── */
    #process { padding: 72px 5%; }
    .process-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 48px;
    }
    .process-step { padding: 36px 24px 32px; }
    .step-num  { font-size: 5rem; }
    .step-title { font-size: .9rem; }
    .step-text  { font-size: .76rem; }
  
    /* ── CTA BAND ── */
    #cta-band { padding: 72px 5%; gap: 32px; }
    .cta-headline { font-size: clamp(1.8rem, 8vw, 2.6rem); }
    .cta-actions {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      gap: 12px;
    }
    .btn-light,
    .btn-outline-light {
      text-align: center;
      padding: 16px 24px;
      font-size: .75rem;
    }
  
    /* ── FOOTER ── */
    footer { padding: 56px 5% 28px; }
    .footer-top {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .footer-brand { grid-column: auto; }
    .footer-brand p { max-width: 100%; }
    .footer-col h4 { font-size: .62rem; }
    .footer-bottom {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .footer-bottom p { font-size: .68rem; }
  
    /* ── RINGS decorativas: reducir en mobile ── */
    .hero-rings span:nth-child(1) { width: 320px; height: 320px; top: -80px; right: -80px; }
    .hero-rings span:nth-child(2) { width: 500px; height: 500px; top: -160px; right: -160px; }
    .hero-rings span:nth-child(3) { display: none; }
    .hero-rings span:nth-child(4) { display: none; }
    .hero-vline { left: 5%; }

 
    .cars-more {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .cars-more-line {
        width: 40px;
        flex: none;
    }
    .cars-more-text {
        font-size: .76rem;
        line-height: 1.7;

  }
}
  
  
  /* ═══════════════════════════════════════════════
     MOBILE MENU — overlay de navegación
     (Requiere JS mínimo — ver abajo)
  ═══════════════════════════════════════════════ */
  .mobile-nav {
    position: fixed;
    inset: 0;
    background: rgba(8, 18, 32, .97);
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s cubic-bezier(.4,0,.2,1);
  }
  .mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-nav a {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 9vw, 3.2rem);
    font-weight: 300;
    color: rgba(255,255,255,.7);
    letter-spacing: .04em;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    width: 72%;
    text-align: center;
    transition: color .2s;
  }
  .mobile-nav a:hover { color: var(--white); }
  .mobile-nav a:last-child { border-bottom: none; }
  .mobile-nav .mobile-nav-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--white) !important;
    border: 1px solid rgba(255,255,255,.3) !important;
    padding: 14px 36px !important;
    margin-top: 24px;
    width: auto !important;
    font-size: .78rem;
  }
  .mobile-nav .mobile-close {
    position: absolute;
    top: 24px;
    right: 5%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
  }
  .mobile-close span {
    display: block;
    width: 24px;
    height: 2px;
    background: rgba(255,255,255,.6);
    transition: .3s;
  }
  .mobile-close span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .mobile-close span:nth-child(2) { transform: rotate(-45deg) translate(5px, -5px); }