/* =========================================
       RESET
    ========================================== */

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      background: #0b0b0c;
      color: white;
      overflow-x: hidden;
    }

    :root {
      --yellow: #f4b400;
      --dark: #0b0b0c;
      --card: rgba(255,255,255,.06);
      --border: rgba(255,255,255,.08);
      --muted: rgba(255,255,255,.72);
      --whatsapp: #25D366;
    }

    a {
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    section {
      padding: 110px 24px;
    }

    .container {
      max-width: 1300px;
      margin: auto;
    }

    /* =========================================
       NAVBAR
    ========================================== */

    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;

      z-index: 999;

      background: rgba(0,0,0,.55);
      backdrop-filter: blur(18px);

      border-bottom: 1px solid rgba(255,255,255,.05);
    }

    .nav-inner {
      max-width: 1300px;
      margin: auto;

      padding: 18px 24px;

      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }

    /* =========================================
       LOGO
    ========================================== */

    .logo {
      font-size: 1.6rem;
      font-weight: 900;
      letter-spacing: -.04em;
      white-space: nowrap;
    }

    .logo-white {
      color: white;
    }

    .logo-yellow {
      color: var(--yellow);
    }

    /* =========================================
       NAV RIGHT
    ========================================== */

    .nav-right {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    /* =========================================
       LANGUAGE BUTTONS
    ========================================== */

    .language-switcher {
      display: flex;
      gap: 10px;
    }

    .language-btn {
      display: flex;
      align-items: center;
      gap: 8px;

      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.08);

      color: white;

      padding: 10px 14px;
      border-radius: 999px;

      cursor: pointer;
      transition: .25s ease;

      font-weight: 700;
    }

    .language-btn:hover {
      background: var(--yellow);
      color: black;
    }

    .flag {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      object-fit: cover;
    }

    /* =========================================
       PHONE BUTTON
    ========================================== */

    .nav-btn {
      display: flex;
      align-items: center;
      gap: 10px;

      background: var(--yellow);
      color: black;

      padding: 12px 18px;
      border-radius: 999px;

      font-weight: 900;
      transition: .25s ease;

      box-shadow:
        0 10px 30px rgba(244,180,0,.2);
    }

    .nav-btn:hover {
      transform: translateY(-2px);
    }

    .nav-btn i {
      font-size: 1.15rem;
    }

    /* =========================================
       HERO
    ========================================== */

    .hero {
      min-height: 100vh;

      display: flex;
      align-items: center;

      padding: 140px 8% 100px;

      background:
        linear-gradient(rgba(0,0,0,.32), rgba(0,0,0,.32)),
        url("https://acceptable-serenity-795a3c9442.media.strapiapp.com/large_Feature_Crops_Graphics_3da5bb6548.png")
        center/cover no-repeat;
    }

    .hero-content {
      max-width: 760px;
    }

    .tag {
      display: inline-block;

      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.08);

      color: var(--yellow);

      padding: 10px 18px;
      border-radius: 999px;

      font-size: .9rem;
      font-weight: 700;

      margin-bottom: 28px;
    }

    .hero h1 {
      font-size: clamp(3.2rem, 8vw, 7rem);
      line-height: .95;
      letter-spacing: -.05em;

      margin-bottom: 24px;
    }

    .hero-white {
      color: white;
    }

    .hero-yellow {
      color: var(--yellow);
    }

    .hero p {
      color: var(--muted);
      font-size: 1.15rem;
      line-height: 1.8;
      max-width: 650px;
      color: white;
      font-weight: 700;
    }

    .hero-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;

      margin-top: 36px;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 12px;

      background: var(--yellow);
      color: black;

      padding: 18px 28px;
      border-radius: 18px;

      font-weight: 800;
      transition: .25s ease;
    }

    .btn-primary:hover {
      transform: translateY(-2px);
    }

    .btn-secondary {
      border: 1px solid rgba(255, 255, 255, 0.7);

      color: white;

      padding: 18px 28px;
      border-radius: 18px;
    }

    /* =========================================
       STATS
    ========================================== */

    .stats {
      max-width: 1300px;
      margin: -70px auto 0;
      padding: 0 24px;

      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 20px;

      position: relative;
      z-index: 10;
    }

    .stat-card {
      background: #141416;
      border: 1px solid var(--border);

      padding: 30px;
      border-radius: 28px;
    }

    .stat-card h3 {
      color: var(--yellow);
      font-size: 2.2rem;
      margin-bottom: 10px;
    }

    .stat-card p {
      color: var(--muted);
      line-height: 1.7;
    }

    /* =========================================
       SECTION HEADERS
    ========================================== */

    .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .section-header p {
      color: var(--yellow);

      text-transform: uppercase;
      letter-spacing: .12em;

      font-size: .85rem;
      font-weight: 700;

      margin-bottom: 16px;
    }

    .section-header h2 {
      font-size: clamp(2.2rem, 5vw, 4rem);
      letter-spacing: -.04em;
    }

    .yellow {
      color: var(--yellow);
    }

    /* =========================================
       SERVICES
    ========================================== */

    .services {
      background:
        linear-gradient(rgba(0,0,0,.46), rgba(0,0,0,.86)),
        url("https://storage.ghost.io/c/51/43/5143aadd-83eb-42c3-92ff-6bb084c874ad/content/images/size/w1000/format/webp/wp-content/uploads/2020/06/lax-airport-header.jpg")
        center/cover no-repeat;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 24px;
    }

    .service-card {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);

      padding: 34px;
      border-radius: 28px;

      backdrop-filter: blur(12px);

      transition: .25s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
      border-color: rgba(244,180,0,.25);
    }

    .service-icon {
      font-size: 2rem;
      margin-bottom: 18px;
    }

    .service-card h3 {
      margin-bottom: 14px;
      font-size: 1.3rem;
    }

    .service-card p {
      color: var(--muted);
      line-height: 1.7;
    }

    /* =========================================
       WHY US
    ========================================== */

    .why-us {
      background:
        linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
        url("https://wallpapercat.com/w/full/d/7/8/134422-3000x2000-desktop-hd-hollywood-sign-wallpaper.jpg")
        center/cover no-repeat;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 24px;
    }

    .why-card {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.08);

      padding: 34px;
      border-radius: 28px;

      backdrop-filter: blur(12px);
    }

    .why-card h3 {
      margin-bottom: 14px;
      font-size: 1.3rem;
    }

    .why-card p {
      color: var(--muted);
      line-height: 1.7;
    }

    /* =========================================
       BOOKING
    ========================================== */

    .booking {
      background:
        linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)),
        url("https://static.vecteezy.com/system/resources/thumbnails/068/676/750/small/a-yellow-taxi-cab-is-parked-on-the-street-free-photo.jpeg")
        center/cover no-repeat;
    }

    .booking-grid {
      display: grid;
      grid-template-columns: 1fr 540px;
      gap: 60px;
      align-items: center;
    }

    .booking-copy h2 {
      font-size: clamp(2.8rem, 5vw, 5rem);
      line-height: .95;
      letter-spacing: -.04em;
      margin-bottom: 24px;
    }

    .booking-copy p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 1.1rem;
    }

    .booking-box {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.08);

      backdrop-filter: blur(18px);

      padding: 34px;
      border-radius: 32px;
    }

    .booking-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .booking-form input,
    .booking-form textarea {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.08);

      color: white;

      padding: 16px;
      border-radius: 16px;

      font-size: 1rem;
      outline: none;
    }

    .booking-form textarea {
      resize: none;
      min-height: 120px;
    }

    .booking-form input::placeholder,
    .booking-form textarea::placeholder {
      color: rgba(255,255,255,.45);
    }

    .booking-form button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;

      background: var(--yellow);
      color: black;

      border: none;

      padding: 18px;
      border-radius: 16px;

      font-weight: 800;
      font-size: 1rem;

      cursor: pointer;
    }

    /* =========================================
       FOOTER
    ========================================== */

    footer {
      padding: 70px 24px 40px;

      background: #080808;

      border-top: 1px solid rgba(255,255,255,.05);
    }

    .footer-inner {
      max-width: 1300px;
      margin: auto;

      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .footer-left h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .footer-left p {
      color: var(--muted);
    }

    .footer-right a {
      display: flex;
      align-items: center;
      gap: 10px;

      color: var(--yellow);

      font-size: 1.4rem;
      font-weight: 800;
    }

    /* =========================================
       FLOATING WHATSAPP
    ========================================== */

    .whatsapp-float {
      position: fixed;
      right: 20px;
      bottom: 20px;

      display: flex;
      align-items: center;
      gap: 10px;

      background: var(--whatsapp);
      color: white;

      padding: 16px 22px;
      border-radius: 999px;

      font-weight: 800;

      z-index: 999;

      box-shadow:
        0 10px 30px rgba(0,0,0,.3);
    }

    /* =========================================
       RESPONSIVE
    ========================================== */

    @media (max-width: 1100px) {

      .stats {
        grid-template-columns: repeat(2,1fr);
      }

      .services-grid {
        grid-template-columns: repeat(2,1fr);
      }

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

    }

    @media (max-width: 768px) {

      section {
        padding: 90px 20px;
      }

      .hero {
        padding: 140px 20px 100px;
      }

      .hero h1 {
        font-size: 3.5rem;
      }

      .hero p {
        font-size: 1rem;
      }

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

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

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

      .nav-inner {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-right {
        width: 100%;
        justify-content: space-between;
      }

      .language-switcher {
        flex-wrap: wrap;
      }

      .hero-buttons {
        flex-direction: column;
        align-items: stretch;
      }

      .btn-primary,
      .btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
      }

      .booking-box {
        padding: 24px;
      }

      .footer-right a {
        font-size: 1rem;
      }

      .whatsapp-float {
        right: 16px;
        bottom: 16px;

        padding: 14px 18px;
      }

    }