/* ════════════════════════════════════════
   SUNSET ADVENTURES — Mobile Stylesheet
   Only loaded on screens < 768px
════════════════════════════════════════ */

/* ── RESET & BASE OVERRIDES ── */
html {
  font-size: 15px;
}

body {
  font-size: 0.95rem;
  -webkit-tap-highlight-color: transparent;
}

.container {
  padding: 0 1.2rem;
}

/* ── BUTTONS ── */
.btn-primary,
.btn-outline {
  width: 100%;
  max-width: 320px;
  text-align: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 0.85rem;
}

.btn-primary:active,
.btn-outline:active {
  transform: scale(0.97);
}

/* ── SECTION HEADERS ── */
.section-header {
  margin-bottom: 2rem;
}

.section-title {
  font-size: 1.8rem;
}

.section-subtitle {
  font-size: 0.95rem;
  margin: 0 auto;
}

/* ═══════════════ NAVBAR ═══════════════ */
.navbar {
  background: rgba(11,37,69,0.98);
}

.nav-inner {
  padding: 0.7rem 1rem;
}

.logo-icon {
  width: 34px;
  height: 34px;
  font-size: 1.1rem;
}

.logo-main {
  font-size: 1rem;
}

.logo-sub {
  font-size: 0.58rem;
}

/* Hide desktop navigation */
.nav-links,
.nav-cta {
  display: none;
}

/* Show hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  background: rgba(11,37,69,0.99);
  padding: 0.5rem 1.2rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.mobile-menu.open {
  display: block;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.mobile-menu a {
  display: block;
  padding: 1rem 0;
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
}

.mobile-menu a:active {
  color: var(--gold-light);
}

.mobile-cta {
  display: block;
  margin-top: 1rem;
  padding: 12px 20px;
  background: var(--gold);
  color: var(--white) !important;
  border-radius: 50px;
  text-align: center;
  border-bottom: none !important;
}

/* ═══════════════ HERO ═══════════════ */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 70px 0 50px;
  justify-content: center;
  align-items: center;
}

.hero-pattern {
  background-size: 30px 30px;
}

.hero-content {
  width: 92%;
  max-width: 100%;
  padding: 1rem 0;
  text-align: center;
  align-items: center;
}

.hero-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.18rem;
  margin-bottom: 1rem;
}

.hero-title {
  font-size: 2.2rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  max-width: 100%;
  padding: 0 0.3rem;
}

.hero-btns {
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  align-items: center;
}

.hero-btns .btn-primary,
.hero-btns .btn-outline {
  width: 85%;
  max-width: 300px;
}

/* Hide stats on mobile */
.hero-stats,
.stat,
.stat-divider {
  display: none;
}

/* Pagination - Vertical right side */
.hero-pagination {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.pagination-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.pagination-dot.active {
  background: var(--gold);
  border-color: var(--gold-light);
  transform: scale(1.6);
  box-shadow: 0 0 12px rgba(232, 114, 12, 0.6);
}

/* Hide scroll indicator */
.hero-scroll-indicator {
  display: none;
}

/* ═══════════════ SERVICES ═══════════════ */
.services {
  padding: 3.5rem 0;
}

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

.service-card {
  border-radius: var(--radius-md);
}

.service-card:active {
  transform: scale(0.98);
}

.service-image {
  height: 180px;
}

.service-content {
  padding: 1.3rem;
}

.service-number {
  font-size: 1.8rem;
}

.service-content h3 {
  font-size: 1.15rem;
}

.service-content p {
  font-size: 0.88rem;
}

.service-features li {
  font-size: 0.84rem;
}

/* ═══════════════ DESTINATIONS ═══════════════ */
.destinations {
  padding: 3.5rem 0;
}

.dest-grid {
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.dest-card-large {
  grid-column: span 1;
  grid-row: span 1;
}

.dest-card {
  height: 220px;
  border-radius: var(--radius-md);
}

.dest-card:active {
  transform: scale(0.98);
}

.dest-card-content {
  padding: 1.2rem;
}

.dest-card-info h3 {
  font-size: 1.3rem;
}

.dest-card-info p {
  font-size: 0.82rem;
}

.dest-info-btn {
  padding: 7px 16px;
  font-size: 0.78rem;
}

/* ═══════════════ MODAL ═══════════════ */
.modal-overlay {
  align-items: flex-end;
}

.modal-container {
  border-radius: 20px 20px 0 0;
  max-height: 85vh;
}

.modal-hero {
  height: 180px;
  border-radius: 20px 20px 0 0;
}

.modal-body {
  padding: 1.3rem;
}

.modal-title {
  font-size: 1.5rem;
}

.modal-meta {
  font-size: 0.8rem;
}

.highlight-chip {
  font-size: 0.76rem;
  padding: 4px 10px;
}

.modal-pricing {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.pricing-card {
  padding: 0.9rem;
}

.pricing-amount {
  font-size: 1.2rem;
}

.modal-cta-btn {
  padding: 0.85rem;
  font-size: 0.9rem;
}

/* ═══════════════ ABOUT ═══════════════ */
.about {
  padding: 3.5rem 0;
}

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

.about-images {
  width: 100%;
}

.about-img-main {
  width: 100%;
}

.about-img-main img {
  height: 280px;
}

.about-img-overlay {
  display: none;
}

.about-experience-badge {
  top: 1rem;
  right: 1rem;
  width: 75px;
  height: 75px;
}

.badge-number {
  font-size: 1.4rem;
}

.badge-text {
  font-size: 0.5rem;
}

.about-lead {
  font-size: 1.05rem;
}

.about-text {
  font-size: 0.92rem;
}

.about-feature {
  font-size: 0.9rem;
}

/* ═══════════════ TESTIMONIALS ═══════════════ */
.testimonials {
  padding: 3.5rem 0;
}

.testimonial-card {
  min-width: 85vw;
  max-width: 85vw;
  padding: 1.5rem;
  margin: 0 0.5rem;
}

.testimonial-text {
  font-size: 0.92rem;
  line-height: 1.6;
}

.testimonial-stars {
  font-size: 0.9rem;
}

.author-avatar {
  width: 38px;
  height: 38px;
  font-size: 0.8rem;
}

.testi-btn {
  width: 38px;
  height: 38px;
  font-size: 0.9rem;
}

.testi-dot {
  width: 7px;
  height: 7px;
}

/* ═══════════════ GALLERY ═══════════════ */
.gallery-section {
  padding: 3.5rem 0 0;
}

.gallery-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 2rem;
}

.gallery-item {
  aspect-ratio: 1/1;
}

/* ═══════════════ CTA BANNER ═══════════════ */
.cta-banner {
  padding: 5rem 1.5rem;
}

.cta-bg {
  background-attachment: scroll;
}

.cta-content h2 {
  font-size: 1.8rem;
}

.cta-content .btn-primary {
  padding: 16px 30px;
  font-size: 0.9rem;
}

/* ═══════════════ CONTACT ═══════════════ */
.contact {
  padding: 3.5rem 0;
}

.contact-grid {
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.contact-desc {
  font-size: 0.92rem;
}

.contact-wa-link {
  width: 100%;
  justify-content: center;
  font-size: 0.95rem;
  padding: 0.85rem 1.5rem;
}

.contact-item span {
  font-size: 0.9rem;
}

.contact-form-wrapper {
  padding: 1.5rem;
}

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

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

.form-group label {
  font-size: 0.72rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  font-size: 16px; /* Prevents iOS zoom on focus */
  padding: 11px 14px;
}

/* ═══════════════ FOOTER ═══════════════ */
.footer {
  padding: 3rem 0 1.5rem;
}

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

.footer-brand p {
  max-width: 100%;
  font-size: 0.85rem;
}

.footer-col h4 {
  font-size: 0.75rem;
}

.footer-col a {
  font-size: 0.85rem;
}

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

.footer-legal {
  justify-content: center;
}

/* ═══════════════ WHATSAPP FLOAT ═══════════════ */
.whatsapp-float {
  bottom: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
}

/* ═══════════════ TOAST ═══════════════ */
.toast {
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem;
  transform: translateY(10px);
  font-size: 0.85rem;
  padding: 0.8rem 1.2rem;
  text-align: center;
}

.toast.show {
  transform: translateY(0);
}

/* ═══════════════ SMALL PHONES (320-375px) ═══════════════ */
@media screen and (max-width: 375px) {
  .hero-title {
    font-size: 1.9rem;
  }
  
  .hero-subtitle {
    font-size: 0.85rem;
  }
  
  .hero-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.15rem;
  }
  
  .service-image {
    height: 160px;
  }
  
  .dest-card {
    height: 200px;
  }
  
  .modal-hero {
    height: 160px;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
}

/* ═══════════════ LANDSCAPE MODE ═══════════════ */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding: 80px 0 40px;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  
  .hero-content {
    padding: 0;
  }
  
  .hero-btns {
    flex-direction: row;
    gap: 0.6rem;
  }
  
  .hero-btns .btn-primary,
  .hero-btns .btn-outline {
    width: auto;
    padding: 10px 20px;
    font-size: 0.78rem;
  }
}

/* ═══════════════ HIGH-DPI SCREENS ═══════════════ */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
       screen and (min-resolution: 192dpi) and (max-width: 767px) {
  .hero-slide {
    background-size: cover;
  }
}