/* public/css/welcome-mobile.css
   Mobile + Tablet overrides ONLY
*/

@media (max-width: 980px){

  /* --- Layout order on mobile: hero text first, booking card second --- */
  .wg-hero__grid{ grid-template-columns: 1fr; }
  .wg-hero__left{  grid-row: 1; }
  .wg-hero__right{ grid-row: 2; }

  /* Top nav: tidy */
  .wg-topnav__inner{
    padding: 12px 0;
    gap: 12px;
  }
  .wg-topnav__links{
    gap: 8px;
    flex-wrap: nowrap;
  }
  .wg-topnav__link{
    font-size: 12px;
    padding: 7px 8px;
  }
  .btn{
    height: 38px;
    padding: 0 12px;
    border-radius: 11px;
    font-size: 13px;
  }

  /* Hero spacing: add breathing room under nav */
  .wg-hero{
    padding: 18px 0 18px;
  }

  /* --- Remove any “image/picture” effect on mobile (clean gradient only) --- */
  .wg-hero__left::before{ display:none !important; }

  /* Remove the desktop image panel look; make it a simple wrapper */
  .wg-hero__panel{
    min-height: 0;
    height: auto;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  /* HERO TEXT BLOCK: centred, structured, readable */
  .wg-hero__panel-content{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    max-width: 36ch;
    margin: 0 auto 16px;
    text-align: center;

    padding: 18px 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(6px);
  }

  /* Headline: centred + comfortable distance from nav */
  .wg-hero__title{
    margin: 0 0 10px 0;
    font-size: clamp(30px, 8.4vw, 44px);
    line-height: 1.03;
    letter-spacing: -0.03em;
    text-shadow: none !important;
  }

  /* Lead: sits neatly under title */
  .wg-hero__lead{
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,.86);
    text-shadow: none !important;
  }

  /* Micro line: smaller and centered, not “floating” */
  .wg-hero__micro{
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255,255,255,.66);
    font-weight: 850;
    text-shadow: none !important;
  }

  .wg-dot{
    padding: 0 4px;
    opacity: .55;
  }

  /* Hide chips on mobile */
  .wg-hero__chips{ display:none !important; }

  /* Booking card spacing */
  .wg-book{ border-radius: 18px; }
  .wg-book__head{ padding: 16px 16px 12px; }
  .wg-book__form{ padding: 14px 16px 16px; }

  .input, .select{
    height: 48px;
    border-radius: 14px;
    font-size: 15px;
  }

  /* Stack package size + price box */
  .wg-book__row{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wg-pricebox{
    padding: 14px 14px 12px;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(11,18,32,.08);
  }
  .wg-pricebox__value{ font-size: 26px; }

  /* CTA full width */
  .btn--wide{
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Below section and footer */
  .wg-below{ padding: 16px 0 22px; }
  .wg-feature{ border-radius: 16px; padding: 14px; }
  .wg-footer__inner{ padding: 18px 0; }
}

/* Small phones */
@media (max-width: 520px){

  .wg-topnav__inner{
    padding: 10px 0;
    gap: 10px;
    padding-left: 6px; /* breathing room for the logo */
    padding-right: 0;
  }

  .wg-topnav__brand{
    padding-left: 4px;
  }

  .wg-topnav__logo{
    height: 26px;
  }

  /* Hide informational links on very small screens */
  .wg-topnav__link{ display:none; }

  .btn{
    height: 36px;
    padding: 0 11px;
    font-size: 13px;
  }

  .wg-hero__panel-content{
    max-width: 34ch;
    padding: 16px 12px 14px;
    margin-bottom: 14px;
  }

  .wg-hero__title{ font-size: 32px; }
  .wg-hero__lead{ font-size: 13.5px; }

  .wg-book__title{ font-size: 16px; }
  .wg-book__sub{ font-size: 12px; }
}
