/* MOBILE-SPECIFIC STYLES */
/* Comprehensive mobile optimization for all screen sizes */

/* ============================================
   GENERAL MOBILE OPTIMIZATIONS (768px and below)
   ============================================ */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Ensure hero section fits within viewport */
  #top {
    height: calc(100vh - 70px) !important;
    max-height: calc(100vh - 70px) !important;
    overflow: hidden !important;
  }

  /* Enhanced touch targets */
  .nav-link,
  .mobile-nav-link,
  .button {
    min-height: 44px;
    min-width: 44px;
    padding: 12px 16px !important;
    margin: 4px 2px;
  }

  /* ============================================
     HERO SECTION - TABLET/SMALL TABLET (768px)
     ============================================ */
  .hero-gradient {
    height: calc(100vh - 70px) !important;
    min-height: 450px !important;
    max-height: calc(100vh - 70px) !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  .hero-video,
  .hero-carousel,
  .hero-slide {
    object-fit: cover !important;
    object-position: center !important;
  }
  
  .hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  
  .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    max-height: none !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: center center;
    transform: scale(1) !important;
  }

  .hero-body {
    padding: 1rem 0 !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  
  .hero-body .container {
    padding: 0 1.5rem !important;
    margin: 0 auto !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }
  
  .hero-body .hero-container {
    gap: 0.75rem !important;
    padding: 0 0.5rem !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    flex-shrink: 1 !important;
  }

  .hero-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.7rem !important;
    margin-bottom: 0.4rem !important;
    padding: 0 1rem !important;
    letter-spacing: 0.08em !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #FFD700 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    flex-shrink: 0 !important;
  }

  .title.is-1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.65rem, 5vw, 2rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 0.6rem !important;
    padding: 0 1rem !important;
    font-weight: 700 !important;
    word-break: break-word !important;
    hyphens: auto !important;
    text-align: center !important;
    max-width: 100% !important;
    color: white !important;
    display: block !important;
    width: 100% !important;
    letter-spacing: -0.015em !important;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5) !important;
    flex-shrink: 0 !important;
  }

  .subtitle.is-4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(0.85rem, 2vw, 1rem) !important;
    margin: 0 auto 0.6rem !important;
    line-height: 1.4 !important;
    padding: 0 1rem !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    word-break: break-word !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.95) !important;
    display: block !important;
    width: 100% !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    flex-shrink: 0 !important;
  }

  /* HERO-TRUST SECTION - Tablet */
  .hero-trust {
    flex-direction: row !important;
    gap: 0.3rem !important;
    padding: 0.7rem 0.9rem !important;
    margin-top: 0.5rem !important;
    max-width: 100% !important;
    width: calc(100% - 2rem) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    flex-shrink: 0 !important;
  }

  .trust-item {
    padding: 0.25rem 0.5rem !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.2rem !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    text-align: center !important;
  }
  
  .trust-number {
    font-family: var(--font-heading) !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    min-width: fit-content !important;
    flex-shrink: 0 !important;
    color: white !important;
    display: block !important;
    text-align: center !important;
    line-height: 1.1 !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
  }
  
  .trust-label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.65rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    white-space: normal !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: rgba(255, 255, 255, 0.98) !important;
    display: block !important;
    padding: 0 0.2rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
  }
  
  .trust-stars {
    display: none !important;
  }

  .trust-divider {
    width: 1px !important;
    height: 28px !important;
    background: rgba(255, 255, 255, 0.35) !important;
    flex-shrink: 0 !important;
    display: block !important;
    margin: 0 0.1rem !important;
  }

  /* Adjust buttons in hero section */
  .hero-buttons {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.7rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
    padding: 0 1rem !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    flex-shrink: 0 !important;
  }

  .hero-buttons .button {
    font-family: 'Poppins', sans-serif !important;
    width: auto !important;
    min-width: 130px !important;
    max-width: 190px !important;
    margin: 0 !important;
    padding: 0.7rem 1.2rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    flex: 0 1 auto !important;
    min-height: 42px !important;
    letter-spacing: 0.02em !important;
  }

  /* IMPROVED CARD RESPONSIVENESS FOR MOBILE */
  .card {
    margin-bottom: 1rem !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  }

  .card-image {
    height: auto !important;
    width: 100% !important;
  }

  .image-carousel {
    padding-bottom: 65% !important;
  }

  .card-content {
    padding: 0.85rem !important;
  }

  .title.is-4 {
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
  }

  .card p {
    font-size: 0.85rem !important;
    line-height: 1.45 !important;
  }

  /* Optimize navigation for mobile */
  .navbar-wrapper {
    padding: 0.75rem 1rem !important;
    gap: 0.5rem !important;
  }

  .navbar-logo-img {
    height: 50px !important;
    max-width: 120px;
  }

  .custom-navbar {
    min-height: 70px !important;
  }

  /* Optimize tour cards for mobile */
  .column {
    padding: 0.5rem !important;
  }

  /* Adjust pricing section */
  .price-amount {
    font-size: 1.5rem !important;
  }

  /* Optimize review section */
  .review-carousel-container {
    max-width: 100% !important;
    padding: 5px 0 !important;
  }

  .review-text {
    font-size: 0.85rem !important;
  }

  .reviewer-name {
    font-size: 0.75rem !important;
  }

  .review-dots {
    margin-top: 8px !important;
  }

  .dot {
    width: 4px !important;
    height: 4px !important;
  }

  /* Optimize contact section */
  .columns {
    flex-direction: column !important;
  }

  .column {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }

  .column:last-child {
    margin-bottom: 0 !important;
  }

  .contact-cta .title.is-2 {
    font-size: 1.6rem !important;
  }

  .contact-cta .subtitle.is-4 {
    font-size: 1rem !important;
  }

  /* Optimize form fields */
  .field {
    margin-bottom: 1rem !important;
  }

  .label {
    font-size: 0.9rem !important;
    margin-bottom: 0.25rem !important;
  }

  .input,
  .textarea {
    padding: 10px !important;
    font-size: 1rem !important;
  }

  /* Optimize footer */
  .footer .columns .column {
    margin-bottom: 1.5rem !important;
  }

  .footer .columns .column:last-child {
    margin-bottom: 0 !important;
  }

  .footer .title.is-4 {
    font-size: 1.1rem !important;
  }

  .footer .footer-section-title {
    font-size: 1rem !important;
  }

  .footer-links li {
    margin-bottom: 0.5rem !important;
  }

  /* Optimize image carousels */
  .image-carousel {
    height: 0;
    padding-bottom: 60% !important;
  }

  /* Optimize social icons */
  .footer-social a {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin-right: 8px !important;
  }

  /* Optimize certification badges */
  .certification-badge {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.8rem !important;
    width: 50% !important;
    max-width: 50% !important;
    text-align: center !important;
  }

  .certification-badge:last-child {
    margin-bottom: 0 !important;
  }

  /* Center align all footer text in mobile view */
  .footer {
    text-align: center !important;
  }
  
  .footer .columns {
    text-align: center;
  }
  
  .footer .column {
    text-align: center !important;
  }
  
  .footer h3,
  .footer h4,
  .footer p,
  .footer a,
  .footer li {
    text-align: center !important;
  }

  /* Ensure proper spacing throughout */
  section {
    padding: 1.5rem 1rem !important;
  }

  .mb-6 {
    margin-bottom: 1.5rem !important;
  }

  /* Mobile menu enhancements */
  .mobile-menu-content {
    padding: 80px 1rem 1rem !important;
  }

  .mobile-nav-link {
    padding: 1rem 1rem !important;
    font-size: 1rem !important;
  }

  /* Map container optimization */
  .mt-4 {
    margin-top: 1rem !important;
  }
}

/* ============================================
   SMALL PHONES (480px and below)
   ============================================ */
@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-gradient {
    height: calc(100vh - 70px) !important;
    min-height: 420px !important;
    max-height: calc(100vh - 70px) !important;
    overflow: hidden !important;
  }

  .hero-body {
    padding: 0.8rem 0 !important;
    overflow: hidden !important;
  }
  
  .hero-body .container {
    padding: 0 1.25rem !important;
    overflow: hidden !important;
  }
  
  .hero-body .hero-container {
    gap: 0.6rem !important;
    padding: 0 0.25rem !important;
    min-height: 0 !important;
    flex-shrink: 1 !important;
  }

  .hero-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.65rem !important;
    margin-bottom: 0.35rem !important;
    padding: 0 0.75rem !important;
    letter-spacing: 0.06em !important;
    line-height: 1.3 !important;
    flex-shrink: 0 !important;
  }

  .title.is-1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.5rem, 5.5vw, 1.85rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem !important;
    padding: 0 0.75rem !important;
    flex-shrink: 0 !important;
  }

  .subtitle.is-4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(0.8rem, 2.2vw, 0.95rem) !important;
    margin: 0 auto 0.5rem !important;
    line-height: 1.35 !important;
    padding: 0 0.75rem !important;
    flex-shrink: 0 !important;
  }

  /* HERO-TRUST SECTION - Small Phone */
  .hero-trust {
    flex-direction: row !important;
    gap: 0.25rem !important;
    padding: 0.6rem 0.75rem !important;
    margin-top: 0.4rem !important;
    max-width: 100% !important;
    width: calc(100% - 1.5rem) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .trust-item {
    padding: 0.2rem 0.35rem !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.15rem !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    text-align: center !important;
  }
  
  .trust-number {
    font-family: var(--font-heading) !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    line-height: 1.1 !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
  }
  
  .trust-label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.6rem !important;
    font-weight: 500 !important;
    padding: 0 0.15rem !important;
    text-align: center !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
  }
  
  .trust-stars {
    display: none !important;
  }

  .trust-divider {
    width: 1px !important;
    height: 24px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    flex-shrink: 0 !important;
    display: block !important;
    margin: 0 0.08rem !important;
  }

  .hero-buttons {
    flex-direction: column !important;
    gap: 0.55rem !important;
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
    padding: 0 0.75rem !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
  }

  .hero-buttons .button {
    font-family: 'Poppins', sans-serif !important;
    width: 100% !important;
    max-width: 230px !important;
    margin: 0 auto !important;
    padding: 0.65rem 1.1rem !important;
    font-size: 0.85rem !important;
    min-height: 42px !important;
    letter-spacing: 0.02em !important;
  }

  /* Card fixes */
  .card {
    margin-bottom: 0.9rem !important;
  }

  .card-content {
    padding: 0.8rem !important;
  }

  .title.is-4 {
    font-size: 1.05rem !important;
  }

  .card p {
    font-size: 0.8rem !important;
  }

  .image-carousel {
    padding-bottom: 70% !important;
  }
}

/* ============================================
   EXTRA SMALL DEVICES (375px and below)
   ============================================ */
@media screen and (max-width: 375px) {
  body {
    font-size: 12.5px;
  }

  .hero-gradient {
    min-height: 400px !important;
    overflow: hidden !important;
  }

  .hero-body {
    padding: 0.7rem 0 !important;
    overflow: hidden !important;
  }
  
  .hero-body .container {
    padding: 0 1rem !important;
    overflow: hidden !important;
  }
  
  .hero-body .hero-container {
    gap: 0.5rem !important;
    padding: 0 0.25rem !important;
    min-height: 0 !important;
    flex-shrink: 1 !important;
  }

  .hero-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.6rem !important;
    margin-bottom: 0.3rem !important;
    padding: 0 0.65rem !important;
    letter-spacing: 0.05em !important;
    line-height: 1.3 !important;
    flex-shrink: 0 !important;
  }

  .title.is-1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.35rem, 6vw, 1.7rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 0.4rem !important;
    padding: 0 0.65rem !important;
    flex-shrink: 0 !important;
  }

  .subtitle.is-4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(0.75rem, 2.5vw, 0.9rem) !important;
    margin: 0 auto 0.4rem !important;
    line-height: 1.3 !important;
    padding: 0 0.65rem !important;
    flex-shrink: 0 !important;
  }

  /* HERO-TRUST SECTION - Extra Small */
  .hero-trust {
    gap: 0.2rem !important;
    padding: 0.55rem 0.7rem !important;
    margin-top: 0.3rem !important;
    width: calc(100% - 1.3rem) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    flex-shrink: 0 !important;
  }

  .trust-item {
    padding: 0.15rem 0.3rem !important;
    gap: 0.15rem !important;
    flex-direction: column !important;
  }
  
  .trust-number {
    font-family: var(--font-heading) !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }
  
  .trust-label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.55rem !important;
    font-weight: 500 !important;
    padding: 0 0.1rem !important;
    line-height: 1.2 !important;
  }

  .trust-divider {
    height: 22px !important;
    margin: 0 0.06rem !important;
  }

  .hero-buttons {
    gap: 0.5rem !important;
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
    padding: 0 0.65rem !important;
    flex-shrink: 0 !important;
  }

  .hero-buttons .button {
    font-family: 'Poppins', sans-serif !important;
    max-width: 210px !important;
    padding: 0.6rem 1rem !important;
    font-size: 0.8rem !important;
    min-height: 40px !important;
  }

  .card-content {
    padding: 0.75rem !important;
  }

  .title.is-4 {
    font-size: 1rem !important;
  }

  .card p {
    font-size: 0.78rem !important;
  }
}

/* ============================================
   VERY SMALL DEVICES (320px and below)
   ============================================ */
@media screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }

  .hero-gradient {
    min-height: 380px !important;
    overflow: hidden !important;
  }

  .hero-body {
    padding: 0.6rem 0 !important;
    overflow: hidden !important;
  }
  
  .hero-body .container {
    padding: 0 0.85rem !important;
    overflow: hidden !important;
  }
  
  .hero-body .hero-container {
    gap: 0.45rem !important;
    padding: 0 0.2rem !important;
    min-height: 0 !important;
    flex-shrink: 1 !important;
  }

  .hero-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.55rem !important;
    margin-bottom: 0.25rem !important;
    padding: 0 0.5rem !important;
    letter-spacing: 0.04em !important;
    line-height: 1.3 !important;
    flex-shrink: 0 !important;
  }

  .title.is-1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.25rem, 6.5vw, 1.55rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 0.35rem !important;
    padding: 0 0.5rem !important;
    flex-shrink: 0 !important;
  }

  .subtitle.is-4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(0.7rem, 2.8vw, 0.85rem) !important;
    margin: 0 auto 0.35rem !important;
    line-height: 1.3 !important;
    padding: 0 0.5rem !important;
    flex-shrink: 0 !important;
  }

  /* HERO-TRUST SECTION - Very Small */
  .hero-trust {
    gap: 0.2rem !important;
    padding: 0.5rem 0.6rem !important;
    margin-top: 0.25rem !important;
    width: calc(100% - 1rem) !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(9px) !important;
    -webkit-backdrop-filter: blur(9px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    flex-shrink: 0 !important;
  }

  .trust-item {
    padding: 0.15rem 0.25rem !important;
    gap: 0.12rem !important;
    flex-direction: column !important;
  }
  
  .trust-number {
    font-family: var(--font-heading) !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
  }
  
  .trust-label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.5rem !important;
    font-weight: 500 !important;
    padding: 0 0.08rem !important;
    line-height: 1.15 !important;
  }

  .trust-divider {
    height: 20px !important;
    margin: 0 0.04rem !important;
  }

  .hero-buttons {
    gap: 0.45rem !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    padding: 0 0.5rem !important;
    flex-shrink: 0 !important;
  }

  .hero-buttons .button {
    font-family: 'Poppins', sans-serif !important;
    max-width: 190px !important;
    padding: 0.55rem 0.9rem !important;
    font-size: 0.8rem !important;
    min-height: 38px !important;
  }

  /* Extra small device card fixes */
  .card {
    margin-bottom: 0.8rem !important;
  }

  .card-content {
    padding: 0.7rem !important;
  }

  .title.is-4 {
    font-size: 0.95rem !important;
  }

  .card p {
    font-size: 0.75rem !important;
  }

  .image-carousel {
    padding-bottom: 75% !important;
  }
}

/* ============================================
   LANDSCAPE MOBILE OPTIMIZATION
   ============================================ */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-gradient {
    height: calc(100vh - 70px) !important;
    min-height: 320px !important;
    max-height: calc(100vh - 70px) !important;
  }

  .hero-video,
  .hero-carousel,
  .hero-slide {
    object-fit: cover !important;
    object-position: center !important;
  }
  
  .hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  
  .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    max-height: none !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: center center;
    transform: scale(1) !important;
  }

  .hero-body {
    padding: 0.5rem 0 !important;
    overflow: hidden !important;
  }
  
  .hero-body .container {
    padding: 0 1rem !important;
    overflow: hidden !important;
  }
  
  .hero-body .hero-container {
    gap: 0.4rem !important;
    padding: 0 0.5rem !important;
    min-height: 0 !important;
    flex-shrink: 1 !important;
  }

  .hero-eyebrow {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.6rem !important;
    margin-bottom: 0.25rem !important;
    letter-spacing: 0.05em !important;
    line-height: 1.3 !important;
    flex-shrink: 0 !important;
  }

  .title.is-1 {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.35rem, 4.5vw, 1.7rem) !important;
    margin-bottom: 0.35rem !important;
    line-height: 1.1 !important;
    flex-shrink: 0 !important;
  }

  .subtitle.is-4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(0.75rem, 1.8vw, 0.9rem) !important;
    margin-bottom: 0.4rem !important;
    line-height: 1.3 !important;
    flex-shrink: 0 !important;
  }

  /* LANDSCAPE HERO-TRUST */
  .hero-trust {
    margin-top: 0.3rem !important;
    padding: 0.55rem 0.7rem !important;
    gap: 0.25rem !important;
    flex-direction: row !important;
    max-width: calc(100% - 1rem) !important;
    width: calc(100% - 1rem) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 10px !important;
    flex-wrap: wrap !important;
    flex-shrink: 0 !important;
  }

  .trust-item {
    flex-direction: column !important;
    gap: 0.15rem !important;
    padding: 0.15rem 0.3rem !important;
  }
  
  .trust-number {
    font-family: var(--font-heading) !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
  }
  
  .trust-label {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.55rem !important;
    font-weight: 500 !important;
  }
  
  .trust-stars {
    display: none !important;
  }

  .trust-divider {
    width: 1px !important;
    height: 20px !important;
    display: block !important;
    margin: 0 0.06rem !important;
  }

  .hero-buttons {
    gap: 0.5rem !important;
    margin-top: 0.35rem !important;
    margin-bottom: 0.35rem !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding: 0 0.5rem !important;
    flex-shrink: 0 !important;
  }

  .hero-buttons .button {
    font-family: 'Poppins', sans-serif !important;
    padding: 0.6rem 1rem !important;
    font-size: 0.8rem !important;
    max-width: 170px !important;
    flex: 0 1 auto !important;
    min-height: 40px !important;
  }

  /* Landscape card fixes */
  .card {
    margin-bottom: 0.8rem !important;
  }

  .card-content {
    padding: 0.8rem !important;
  }

  .title.is-4 {
    font-size: 1.05rem !important;
  }

  .card p {
    font-size: 0.85rem !important;
  }

  .image-carousel {
    padding-bottom: 60% !important;
  }
}

/* ============================================
   ACCESSIBILITY - LARGER TOUCH TARGETS
   ============================================ */
@media screen and (max-width: 768px) {
  /* Make sure all interactive elements are at least 44px by 44px */
  a,
  button,
  input,
  textarea,
  select {
    min-height: 44px;
    min-width: 44px;
  }

  /* Increase tap targets for navigation */
  .nav-link {
    padding: 15px 10px !important;
    margin: 0 1px !important;
  }

  /* Better focus indicators for accessibility */
  a:focus,
  button:focus,
  input:focus,
  textarea:focus,
  select:focus {
    outline: 2px solid #D4AF37;
    outline-offset: 2px;
  }
}
