@media (max-width: 1180px) {
  .nav {
    gap: 4px;
    font-size: clamp(1.2rem, 6.4vw, 2.65rem);
  }

  .nav a {
    padding-inline: 9px;
    font-size: 0.96rem;
  }

  .booking-box {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "grid"
      "actions"
      "message";
    padding: 16px;
  }

  .booking-box__grid {
    grid-area: grid;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .booking-field--type,
  .booking-field--destination,
  .booking-field--date,
  .booking-field--travelers {
    grid-area: auto;
  }

  .booking-box__actions {
    grid-area: actions;
    grid-template-columns: minmax(180px, 0.42fr) 1fr;
    align-items: center;
  }

  .services-grid,
  .destinations-grid,
  .packages-grid,
  .testimonials-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services {
    padding-block: 88px 96px;
  }

  .services .section-title {
    margin-bottom: 34px;
  }

  .services .service-card img {
    height: 230px;
  }

  .destinations {
    padding-block: 88px 96px;
  }

  .destinations .section-title {
    margin-bottom: 26px;
  }

  .destinations .destination-card img {
    height: 235px;
  }

  .packages {
    padding-block: 88px 96px;
  }

  .packages .section-title {
    margin-bottom: 26px;
  }

  .packages .package-card img {
    height: 235px;
  }

  .packages .package-card::after {
    height: 235px;
  }

  .why-us {
    padding-block: 88px 96px;
  }

  .why-us .section-title {
    margin-bottom: 34px;
  }

  .why-us .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .why-us .feature-card {
    min-height: 245px;
    padding: 26px;
  }

  .local-tours {
    padding-block: 88px 96px;
  }

  .local-tours .local-grid {
    gap: 40px;
  }

  .local-tours .local-image img {
    min-height: 460px;
  }

  .notes {
    padding-block: 88px 96px;
  }

  .notes .section-title {
    margin-bottom: 34px;
  }

  .notes .notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .notes .note {
    min-height: 220px;
    padding: 30px 26px 26px;
  }

  .features-grid,
  .notes-grid,
  .info-grid,
  .steps-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 940px) {
  .site-header::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 890;
    background:
      linear-gradient(135deg, rgba(3, 13, 15, 0.82), rgba(9, 48, 49, 0.62));
    backdrop-filter: blur(10px) saturate(122%);
    -webkit-backdrop-filter: blur(10px) saturate(122%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  body.nav-open .site-header::before {
    opacity: 1;
    visibility: visible;
  }

  .header-content {
    min-height: 72px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    position: relative;
    z-index: 930;
    overflow: hidden;
    border-radius: 16px;
    border-color: rgba(217, 173, 104, 0.38);
    color: #fff;
    background: linear-gradient(145deg, rgba(7, 31, 35, 0.88), rgba(10, 61, 60, 0.74));
    box-shadow: 0 16px 36px rgba(3, 15, 18, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px) saturate(126%);
    -webkit-backdrop-filter: blur(14px) saturate(126%);
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  }

  .menu-toggle::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    pointer-events: none;
  }

  .menu-toggle i {
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
  }

  .menu-toggle:hover,
  body.nav-open .menu-toggle {
    transform: translateY(-1px);
    border-color: rgba(217, 173, 104, 0.7);
    color: #071d21;
    background: linear-gradient(135deg, #f7e3b4, #d9ad68);
    box-shadow: 0 18px 42px rgba(3, 15, 18, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  }

  body.nav-open .menu-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.92);
  }

  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 920;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    isolation: isolate;
    width: min(88vw, 390px);
    height: 100vh;
    height: 100dvh;
    gap: 8px;
    padding: 18px 16px calc(20px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border: 1px solid rgba(217, 173, 104, 0.22);
    border-right: 0;
    border-radius: 24px 0 0 24px;
    color: #fff;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 34%, rgba(217, 173, 104, 0.08) 100%),
      linear-gradient(180deg, #071d21 0%, #0c3032 54%, #061619 100%);
    box-shadow: -32px 0 80px rgba(0, 0, 0, 0.36), inset 1px 0 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px) saturate(132%);
    -webkit-backdrop-filter: blur(24px) saturate(132%);
    opacity: 0;
    transform: translateX(108%) scale(0.985);
    visibility: hidden;
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease, visibility 0.34s ease;
  }

  .nav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
      linear-gradient(90deg, transparent, rgba(217, 173, 104, 0.36), transparent) top / 100% 1px no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, rgba(217, 173, 104, 0.08)) left / 1px 100% no-repeat;
    pointer-events: none;
  }

  .nav > * {
    position: relative;
    z-index: 1;
  }

  .nav.is-open {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  .nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .nav-drawer-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    margin-bottom: 6px;
    padding: 4px 2px 16px;
    border-bottom: 1px solid rgba(217, 173, 104, 0.22);
  }

  .nav-drawer-logo {
    flex: 0 0 48px;
    width: 48px;
    height: 44px;
    padding: 5px;
    object-fit: contain;
    border: 1px solid rgba(217, 173, 104, 0.34);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .nav-drawer-brand {
    color: #fff;
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.1;
  }

  .nav a {
    position: relative;
    isolation: isolate;
    justify-content: flex-start;
    gap: 10px;
    min-height: 50px;
    padding: 10px 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: rgba(247, 250, 249, 0.82);
    font-size: 1.05rem;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: normal;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-shadow: none;
    transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  }

  .nav a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(217, 173, 104, 0.18), rgba(255, 255, 255, 0.045));
    opacity: 0;
    transition: opacity 0.22s ease;
  }

  .nav a::after {
    content: "";
    position: absolute;
    inset-block: auto 8px;
    inset-inline: 46px 14px;
    z-index: 1;
    width: auto;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, #f7e3b4, #d9ad68);
    opacity: 0;
    transition: opacity 0.22s ease;
  }

  .nav .nav-icon {
    display: inline-grid;
    place-items: center;
    position: relative;
    z-index: 1;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(217, 173, 104, 0.22);
    border-radius: 12px;
    color: #f4d391;
    font-size: 0.95rem;
    background: linear-gradient(135deg, rgba(217, 173, 104, 0.2), rgba(42, 157, 143, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
  }

  .nav .nav-label {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .nav a:hover,
  .nav a.active {
    color: #fff;
    border-color: rgba(217, 173, 104, 0.38);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: translateX(-3px);
  }

  .nav a:hover::before,
  .nav a.active::before,
  .nav a.active::after {
    opacity: 1;
  }

  .nav a:hover .nav-icon,
  .nav a.active .nav-icon {
    color: #071d21;
    border-color: rgba(255, 255, 255, 0.28);
    background: linear-gradient(135deg, #f7e3b4, #d9ad68);
    transform: translateY(-1px);
  }

  .nav a.nav-cta {
    margin-top: 6px;
    color: #fff;
    border-color: rgba(217, 173, 104, 0.32);
    background: linear-gradient(135deg, rgba(217, 173, 104, 0.18), rgba(255, 255, 255, 0.065));
  }

  .nav .btn-whatsapp {
    justify-content: center;
    margin-top: 8px;
    min-height: 54px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #23b26e, #137c4e);
    box-shadow: 0 18px 38px rgba(18, 124, 78, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .nav .btn-whatsapp .nav-icon {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.16);
  }

  .nav .btn-whatsapp:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #28c77c, #12824f);
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding-block: 92px 150px;
  }

  .quick-booking {
    margin-top: -76px;
  }

  .local-grid,
  .split-grid,
  .contact-grid,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .local-tours .local-grid {
    grid-template-columns: 1fr;
  }

  .local-tours .local-content {
    max-width: 760px;
  }

  .sidebar {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 44px 28px;
  }

  .footer-grid > section,
  .footer-grid > nav,
  .footer-grid > address {
    width: var(--footer-mobile-column);
    margin-inline: auto;
    padding: 0;
    justify-items: stretch;
    text-align: start;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .site-header {
    position: absolute;
    inset: 14px auto auto 14px;
    width: 50px;
    z-index: 930;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .site-header::before {
    inset: 0;
    width: auto;
    height: 100vh;
    height: 100dvh;
  }

  .site-header.is-scrolled {
    box-shadow: none;
  }

  .header-content {
    width: auto;
    min-height: 0;
    margin: 0;
  }

  .logo {
    display: none;
  }

  .menu-toggle {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border-color: rgba(217, 173, 104, 0.42);
    color: #fff;
    background: linear-gradient(145deg, rgba(7, 31, 35, 0.9), rgba(10, 61, 60, 0.76));
    box-shadow: 0 16px 34px rgba(3, 15, 18, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px) saturate(126%);
    -webkit-backdrop-filter: blur(14px) saturate(126%);
  }

  body.nav-open .menu-toggle {
    color: #071d21;
    border-color: rgba(217, 173, 104, 0.72);
    background: linear-gradient(135deg, #f7e3b4, #d9ad68);
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    align-items: center;
    background:
      linear-gradient(180deg, rgba(6, 35, 43, 0.82) 0%, rgba(9, 54, 66, 0.78) 46%, rgba(9, 54, 66, 0.86) 100%),
      url("../images/hero/hero-world-mob.webp?v=20260509") center / cover no-repeat;
  }

  .page-hero {
    background:
      linear-gradient(270deg, rgba(6, 35, 43, 0.94), rgba(15, 76, 92, 0.7)),
      var(--page-hero-mobile-image, var(--page-hero-image, url("../images/hero/hero-world-mob.webp?v=20260509"))) center / cover no-repeat;
  }

  .hero-content {
    max-width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    padding-block: 34px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero-logo {
    width: 86px;
    margin-bottom: 14px;
  }

  .hero-title {
    font-size: clamp(2.15rem, 11vw, 2.85rem);
    line-height: 1.16;
    margin-block: 14px 12px;
  }

  .page-hero h1 {
    font-size: clamp(1.35rem, 5.8vw, 2.65rem);
    line-height: 1.12;
    margin-block: 14px 12px;
  }

  .hero-title {
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(1.1rem, 6.6vw, 1.9rem);
    line-height: 1.2;
  }

  .hero-description,
  .page-hero p {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 1.05rem;
  }

  .filter-tabs {
    align-items: stretch;
  }

  .hero-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-actions .btn,
  .filter-tabs button {
    width: 100%;
  }

  .quick-booking {
    margin-top: 0;
    padding-top: 18px;
  }

  .booking-box,
  .form-row,
  .services-grid,
  .destinations-grid,
  .packages-grid,
  .features-grid,
  .testimonials-grid,
  .notes-grid,
  .info-grid,
  .blog-grid,
  .steps-grid,
  .values-grid,
  .destination-list,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 48px 28px;
  }

  .site-footer::before {
    background-size: 52px 52px;
  }

  .footer-grid {
    --footer-mobile-column: min(246px, 92vw);
    gap: 18px;
    padding-block: 44px 28px;
  }

  .footer-grid > section,
  .footer-grid > nav,
  .footer-grid > address {
    width: var(--footer-mobile-column);
    margin-inline: auto;
    padding: 0;
  }

  .footer-grid > section,
  .footer-grid > nav {
    padding-bottom: 18px;
  }

  .footer-grid > section:not(:last-child)::after,
  .footer-grid > nav:not(:last-child)::after {
    inset: auto 0 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  }

  .footer-grid h2,
  .footer-grid h3 {
    margin-bottom: 12px;
    text-align: center;
  }

  .footer-grid > section h2 {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    margin-bottom: 14px;
    font-size: clamp(1.65rem, 6.6vw, 1.95rem);
    line-height: 1.18;
    text-align: start;
  }

  .footer-grid > section h2::after {
    margin-top: 14px;
    margin-inline: 0 auto;
  }

  .footer-brand-row {
    gap: 9px;
  }

  .footer-grid h2 .footer-brand-icon {
    width: 46px;
    height: 46px;
  }

  .footer-grid h3 .footer-heading-icon {
    width: 34px;
    height: 34px;
    margin-inline-end: 8px;
  }

  .footer-grid nav h3 {
    width: 100%;
    margin-inline: 0;
    text-align: start;
  }

  .footer-grid address h3 {
    width: 100%;
    margin-inline: 0;
    text-align: start;
  }

  .footer-grid h2::after,
  .footer-grid h3::after {
    margin-inline: auto;
  }

  .footer-grid nav h3::after,
  .footer-grid address h3::after {
    margin-inline: 0 auto;
  }

  .footer-grid p {
    margin-inline: auto;
    text-align: center;
  }

  .footer-grid > section p {
    width: 100%;
    margin-inline: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.86;
    text-align: start;
    text-wrap: balance;
  }

  .footer-grid a {
    justify-content: center;
    margin-inline: auto;
    text-align: center;
  }

  .footer-grid nav a {
    width: 100%;
    justify-content: flex-start;
    text-align: start;
  }

  .footer-grid address p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    text-align: start;
  }

  .footer-grid address p:has(a[href*="wa.me"]) {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .footer-contact-label {
    gap: 6px;
    margin-inline-end: 0;
    white-space: nowrap;
  }

  .footer-grid address a {
    margin-inline: 0;
  }

  .footer-grid address a[href^="tel"],
  .footer-grid address a[href^="mailto"] {
    justify-content: flex-start;
    min-height: 0;
    width: fit-content;
    padding: 0;
    text-align: start;
    overflow-wrap: anywhere;
  }

  .footer-grid h2 {
    font-size: 1.9rem;
  }

  .footer-grid h3 {
    font-size: 1.12rem;
  }

  .footer-grid p {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .footer-grid a {
    min-height: 36px;
    padding-inline: 0;
    font-size: 0.96rem;
  }

  .footer-grid address a[href*="wa.me"] {
    width: 100%;
    justify-content: center;
    margin-inline: auto;
    padding-inline: 14px;
  }

  .footer-bottom {
    padding-block: 18px 24px;
  }

  .footer-bottom p {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .booking-box {
    grid-template-areas:
      "head"
      "grid"
      "actions"
      "message";
    gap: 12px;
    padding: 12px;
  }

  .booking-box__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 14px;
  }

  .booking-box__icon {
    width: 46px;
    height: 46px;
  }

  .booking-box-title {
    font-size: 1.28rem;
  }

  .booking-box__copy {
    width: 100%;
  }

  .booking-box__head p {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .booking-field {
    padding: 8px;
  }

  .booking-field label {
    font-size: 0.95rem;
  }

  .booking-field input,
  .booking-field select {
    min-height: 46px;
  }

  .booking-field--date:has(input[type="date"]:required:invalid)::after {
    top: 66px;
    right: 48px;
    left: 20px;
  }

  .booking-box__grid,
  .booking-box__actions {
    grid-template-columns: 1fr;
  }

  .booking-box__actions {
    padding: 12px;
    text-align: center;
  }

  .booking-note::before {
    display: block;
    margin: 0 auto 10px;
  }

  .booking-box__actions .btn {
    min-height: 52px;
  }

  .booking-note {
    padding: 10px 11px;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .booking-note::before {
    margin-inline: auto;
  }

  .section,
  .page-section {
    padding: 58px 0;
  }

  .service-card img,
  .destination-card img,
  .package-card img,
  .blog-card img {
    height: 210px;
  }

  .services {
    padding: 64px 0 76px;
    background:
      radial-gradient(circle at 20% 8%, rgba(244, 162, 97, 0.16), transparent 28%),
      linear-gradient(180deg, #061f27 0%, #0b3440 38%, #f7fbfc 38%, #fff 100%);
  }

  .services .section-title {
    margin-bottom: 24px;
  }

  .services .section-title h2 {
    font-size: clamp(1.78rem, 8.2vw, 2.38rem);
    line-height: 1.2;
  }

  .services .section-title p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .services .service-card img {
    height: 220px;
  }

  .services .service-card__body {
    padding: 22px 20px 20px;
  }

  .services .service-card__icon {
    width: 50px;
    height: 50px;
    margin-top: -48px;
  }

  .destinations {
    padding: 64px 0 76px;
    background:
      radial-gradient(circle at 18% 8%, rgba(244, 162, 97, 0.14), transparent 22rem),
      linear-gradient(180deg, #071f27 0, #0b3642 780px, #eef6f7 780px, #fff 100%);
  }

  .destinations::before {
    background-size: 52px 52px;
  }

  .destinations .section-title {
    margin-bottom: 20px;
  }

  .destinations .section-title h2 {
    font-size: clamp(1.82rem, 8.4vw, 2.42rem);
    line-height: 1.2;
  }

  .destinations .section-title p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .destinations .filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    margin-bottom: 24px;
    padding: 6px;
    border-radius: var(--radius-md);
  }

  .destinations .filter-btn {
    width: 100%;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.88rem;
  }

  .destinations .destination-card img {
    height: 220px;
  }

  .destinations .destination-card::after {
    height: 220px;
  }

  .destinations .destination-card__content {
    margin: -22px 10px 10px;
    padding: 16px;
  }

  .destinations .destination-card h3 {
    font-size: 1.28rem;
  }

  .packages {
    padding: 64px 0 76px;
    background:
      linear-gradient(135deg, rgba(244, 162, 97, 0.1) 0 1px, transparent 1px) 0 0 / 28px 28px,
      linear-gradient(180deg, #fff 0, #eef6f7 430px, #071f27 430px, #092e38 100%);
  }

  .packages::before {
    inset-block-start: 430px;
  }

  .packages .section-title {
    margin-bottom: 20px;
  }

  .packages .section-title h2 {
    font-size: clamp(1.82rem, 8.4vw, 2.42rem);
    line-height: 1.2;
  }

  .packages .section-title p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .packages .filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    margin-bottom: 24px;
    padding: 6px;
    border-radius: var(--radius-md);
  }

  .packages .package-filter-btn {
    width: 100%;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.88rem;
  }

  .packages .package-card img {
    height: 220px;
  }

  .packages .package-card::after {
    height: 220px;
  }

  .packages .package-card__body {
    margin: -22px 10px 10px;
    padding: 16px;
  }

  .packages .package-card h3 {
    font-size: 1.28rem;
  }

  .why-us {
    padding: 64px 0 76px;
    background:
      radial-gradient(circle at 18% 8%, rgba(244, 162, 97, 0.15), transparent 22rem),
      linear-gradient(180deg, #061f27 0, #0b3440 560px, #f5fafb 560px, #fff 100%);
  }

  .why-us::after {
    background-size: 52px 52px;
  }

  .why-us .section-title {
    margin-bottom: 24px;
  }

  .why-us .section-title h2 {
    font-size: clamp(1.82rem, 8.4vw, 2.42rem);
    line-height: 1.2;
  }

  .why-us .features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-us .feature-card {
    min-height: 0;
    padding: 22px;
  }

  .why-us .feature-card i {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    box-shadow: 0 14px 28px rgba(6, 35, 43, 0.18), 0 0 0 6px rgba(237, 247, 248, 0.92);
  }

  .why-us .feature-card h3 {
    font-size: 1.28rem;
  }

  .local-tours {
    padding: 64px 0 76px;
    background:
      radial-gradient(circle at 18% 8%, rgba(244, 162, 97, 0.15), transparent 22rem),
      linear-gradient(180deg, #061f27 0%, #0b3440 100%);
  }

  .local-tours::after {
    background-size: 52px 52px;
  }

  .local-tours .local-grid {
    gap: 30px;
  }

  .local-tours h2 {
    font-size: clamp(1.82rem, 8.4vw, 2.42rem);
    line-height: 1.2;
  }

  .local-tours .local-content p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .local-tours .check-list {
    margin: 22px 0 24px;
  }

  .local-tours .check-list li {
    min-height: 44px;
    padding: 10px 40px 10px 12px;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .local-tours .check-list li::before {
    top: 14px;
    right: 18px;
  }

  .local-tours .btn-accent {
    width: 100%;
  }

  .local-tours .local-image::before {
    inset: 16px -8px -10px 16px;
  }

  .local-tours .local-image::after {
    inset-inline: 24px;
    bottom: -18px;
  }

  .local-tours .local-image img {
    min-height: 300px;
  }

  .notes {
    padding: 64px 0 76px;
    background:
      radial-gradient(circle at 18% 8%, rgba(244, 162, 97, 0.13), transparent 22rem),
      linear-gradient(180deg, #f8fbfc 0%, #eef6f7 54%, #fff 100%);
  }

  .notes .section-title {
    margin-bottom: 24px;
  }

  .notes .section-title h2 {
    font-size: clamp(1.82rem, 8.4vw, 2.42rem);
    line-height: 1.2;
  }

  .notes .notes-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .notes .note {
    min-height: 0;
    padding: 24px 22px 22px;
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .notes .note::before {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    box-shadow: 0 12px 26px rgba(6, 35, 43, 0.16), 0 0 0 6px rgba(237, 247, 248, 0.92);
  }

  .notes .note strong {
    font-size: 1.02rem;
  }

  .local-image img,
  .split-image img {
    min-height: 280px;
  }

  .page-hero {
    min-height: 360px;
  }

  .page-hero .container {
    padding-block: 62px;
  }

  .floating-call {
    display: none;
  }

  .floating-whatsapp {
    width: 50px;
    height: 50px;
    left: 14px;
    bottom: 14px;
  }

  body.home-page .floating-whatsapp {
    display: none;
  }

  body.is-hero-visible .floating-whatsapp,
  body.is-booking-visible .floating-whatsapp {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
  }
}

@media (max-width: 420px) {
  .booking-box,
  .content-card,
  .contact-card,
  .feature-card,
  .info-card,
  .step-card,
  .value-card,
  .testimonial-card,
  .note,
  .sidebar-card {
    padding: 18px;
  }

  .btn {
    width: 100%;
  }

  .page-hero h1 {
    font-size: clamp(1.15rem, 6.25vw, 1.72rem);
  }

  .hero-title {
    font-size: clamp(1.05rem, 6.4vw, 1.65rem);
  }
}

@media (max-width: 680px) and (max-height: 720px) {
  .nav {
    gap: 6px;
    padding: 12px 12px calc(14px + env(safe-area-inset-bottom));
  }

  .nav-drawer-head {
    min-height: 54px;
    margin-bottom: 3px;
    padding-bottom: 10px;
  }

  .nav-drawer-logo {
    flex-basis: 38px;
    width: 38px;
    height: 36px;
    border-radius: 12px;
  }

  .nav-drawer-brand {
    font-size: 1rem;
  }

  .nav a {
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 13px;
    font-size: 0.96rem;
  }

  .nav .nav-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 0.85rem;
  }

  .nav .btn-whatsapp {
    min-height: 44px;
    margin-top: 5px;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    padding-block: 18px;
  }

  .hero-logo {
    width: 68px;
    margin-bottom: 10px;
  }

  .hero-badge {
    min-height: 28px;
    padding: 1px 10px;
    font-size: 0.95rem;
  }

  .hero-title {
    margin-block: 10px 8px;
    font-size: clamp(1rem, 6.2vw, 1.5rem);
    line-height: 1.14;
  }

  .hero-description {
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .btn {
    min-height: 44px;
    padding-block: 8px;
  }
}

@media (max-width: 1180px) {
  body:not(.about-page) .page-hero ~ .page-section .content-layout,
  body:not(.about-page) .page-hero ~ .page-section .split-grid {
    gap: 34px;
  }

  body:not(.about-page) .page-hero ~ .page-section .service-card img,
  body:not(.about-page) .page-hero ~ .page-section .destination-card img,
  body:not(.about-page) .page-hero ~ .page-section .package-card img,
  body:not(.about-page) .page-hero ~ .page-section .blog-card img {
    height: 235px;
  }
}

@media (max-width: 940px) {
  body:not(.about-page) .page-hero {
    min-height: 520px;
  }

  body:not(.about-page) .page-hero .container {
    padding-block: 112px 76px;
  }

  body:not(.about-page) .page-hero h1 {
    font-size: clamp(1.45rem, 5.9vw, 4rem);
  }

  body:not(.about-page) .page-hero ~ .page-section {
    padding: 76px 0;
  }

  body:not(.about-page) .page-hero ~ .page-section .content-layout,
  body:not(.about-page) .page-hero ~ .page-section .split-grid,
  body:not(.about-page) .page-hero ~ .cta .container {
    grid-template-columns: 1fr;
  }

  body:not(.about-page) .page-hero ~ .page-section .split-content {
    padding-right: 0;
  }

  body:not(.about-page) .page-hero ~ .page-section .split-content::before {
    display: none;
  }

  body:not(.about-page) .page-hero ~ .page-section .split-image img {
    min-height: 390px;
  }

  body:not(.about-page) .page-hero ~ .cta h2,
  body:not(.about-page) .page-hero ~ .cta p,
  body:not(.about-page) .page-hero ~ .cta .btn {
    grid-column: auto;
    grid-row: auto;
  }

  body:not(.about-page) .page-hero ~ .cta .btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  body:not(.about-page) .page-hero {
    min-height: 540px;
    background:
      linear-gradient(180deg, rgba(6, 23, 28, 0.9) 0%, rgba(6, 23, 28, 0.76) 46%, rgba(6, 23, 28, 0.94) 100%),
      var(--page-hero-mobile-image, var(--page-hero-image, url("../images/hero/hero-world-mob.webp?v=20260509"))) center / cover no-repeat;
  }

  body:not(.about-page) .page-hero .container {
    padding-block: 92px 60px;
  }

  body:not(.about-page) .page-hero .breadcrumb {
    gap: 6px;
    margin-bottom: 16px;
    padding: 6px 10px;
    font-size: 0.95rem;
  }

  body:not(.about-page) .page-hero .page-badge {
    min-height: 30px;
    padding: 3px 10px;
  }

  body:not(.about-page) .page-hero h1 {
    margin-block: 14px 12px;
    font-size: clamp(1.2rem, 6.4vw, 2.65rem);
    line-height: 1.12;
  }

  body:not(.about-page) .page-hero p {
    font-size: 1.06rem;
    line-height: 1.72;
  }

  body:not(.about-page) .page-hero ~ .page-section,
  body:not(.about-page) .page-hero ~ .cta {
    padding-block: 64px;
  }

  body:not(.about-page) .page-hero ~ .page-section .services-grid,
  body:not(.about-page) .page-hero ~ .page-section .destinations-grid,
  body:not(.about-page) .page-hero ~ .page-section .packages-grid,
  body:not(.about-page) .page-hero ~ .page-section .blog-grid,
  body:not(.about-page) .page-hero ~ .page-section .info-grid,
  body:not(.about-page) .page-hero ~ .page-section .steps-grid,
  body:not(.about-page) .page-hero ~ .page-section .notes-grid,
  body:not(.about-page) .page-hero ~ .page-section .values-grid,
  body:not(.about-page) .page-hero ~ .page-section .destination-list {
    gap: 16px;
    padding-block: 0;
  }

  body:not(.about-page) .page-hero ~ .page-section .filter-tabs {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 28px;
    overflow-x: auto;
    padding: 7px;
    scrollbar-width: none;
  }

  body:not(.about-page) .page-hero ~ .page-section .filter-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  body:not(.about-page) .page-hero ~ .page-section .filter-btn,
  body:not(.about-page) .page-hero ~ .page-section .package-filter-btn {
    flex: 0 0 auto;
    min-height: 40px;
    padding-inline: 14px;
  }

  body:not(.about-page) .page-hero ~ .page-section .service-card img,
  body:not(.about-page) .page-hero ~ .page-section .destination-card img,
  body:not(.about-page) .page-hero ~ .page-section .package-card img,
  body:not(.about-page) .page-hero ~ .page-section .blog-card img {
    height: 220px;
  }

  body:not(.about-page) .page-hero ~ .page-section .service-card__body,
  body:not(.about-page) .page-hero ~ .page-section .destination-card__content,
  body:not(.about-page) .page-hero ~ .page-section .package-card__body,
  body:not(.about-page) .page-hero ~ .page-section .blog-card__body,
  body:not(.about-page) .page-hero ~ .page-section .content-card,
  body:not(.about-page) .page-hero ~ .page-section .contact-card,
  body:not(.about-page) .page-hero ~ .page-section .sidebar-card {
    padding: 22px;
  }

  body:not(.about-page) .page-hero ~ .page-section .service-card__icon,
  body:not(.about-page) .page-hero ~ .page-section .info-card i,
  body:not(.about-page) .page-hero ~ .page-section .step-card i,
  body:not(.about-page) .page-hero ~ .page-section .value-card i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  body:not(.about-page) .page-hero ~ .page-section .service-card__icon {
    margin-top: -48px;
  }

  body:not(.about-page) .page-hero ~ .page-section .split-image img {
    min-height: 300px;
  }

  body:not(.about-page) .page-hero ~ .page-section .split-image::before {
    inset: 10px;
  }

  body:not(.about-page) .page-hero ~ .page-section .check-list li {
    padding: 14px 52px 14px 14px;
  }

  body:not(.about-page) .page-hero ~ .page-section .contact-list li {
    grid-template-columns: 48px 1fr;
    padding: 12px;
  }

  body:not(.about-page) .page-hero ~ .page-section .contact-list i {
    width: 48px;
    height: 48px;
  }

  body:not(.about-page) .page-hero ~ .page-section .map-placeholder {
    min-height: 260px;
    padding: 24px;
  }

  body:not(.about-page) .page-hero ~ .cta h2 {
    font-size: 2.35rem;
  }

  body:not(.about-page) .page-hero ~ .cta p {
    font-size: 1.08rem;
  }

  body:not(.about-page) .page-hero ~ .cta .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  body:not(.about-page) .page-hero h1 {
    font-size: clamp(1.04rem, 5.55vw, 1.46rem);
  }

  body:not(.about-page) .page-hero ~ .page-section .content-card,
  body:not(.about-page) .page-hero ~ .page-section .contact-card,
  body:not(.about-page) .page-hero ~ .page-section .sidebar-card,
  body:not(.about-page) .page-hero ~ .page-section .info-card,
  body:not(.about-page) .page-hero ~ .page-section .step-card,
  body:not(.about-page) .page-hero ~ .page-section .value-card,
  body:not(.about-page) .page-hero ~ .page-section .note {
    padding: 20px;
  }
}

@media (max-width: 940px) {
  .about-page .about-hero {
    min-height: 620px;
  }

  .about-page .about-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 118px 78px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(1.45rem, 6.4vw, 4rem);
  }

  .about-page .about-hero__signature {
    justify-self: start;
    width: min(100%, 420px);
    min-height: 168px;
  }

  .about-page .about-story {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-page .about-story__image img {
    min-height: 390px;
  }

  .about-page .about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-cta .container {
    grid-template-columns: 1fr;
  }

  .about-page .about-cta h2,
  .about-page .about-cta p,
  .about-page .about-cta .btn {
    grid-column: auto;
    grid-row: auto;
  }

  .about-page .about-cta .btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .about-page .about-hero {
    min-height: 580px;
    background:
      linear-gradient(180deg, rgba(6, 23, 28, 0.9) 0%, rgba(6, 23, 28, 0.76) 46%, rgba(6, 23, 28, 0.94) 100%),
      var(--page-hero-mobile-image, var(--page-hero-image, url("../images/hero/hero-world-mob.webp?v=20260509"))) center / cover no-repeat;
  }

  .about-page .about-hero__inner {
    padding-block: 94px 62px;
  }

  .about-page .about-hero h1 {
    font-size: clamp(1.18rem, 6.35vw, 2.45rem);
    line-height: 1.12;
  }

  .about-page .about-hero p {
    font-size: 1.08rem;
    line-height: 1.72;
  }

  .about-page .about-hero__actions {
    width: 100%;
  }

  .about-page .about-hero__actions .btn {
    width: 100%;
  }

  .about-page .about-hero__signature {
    display: none;
  }

  .about-page .about-vision,
  .about-page .about-values,
  .about-page .about-cta {
    padding-block: 68px;
  }

  .about-page .about-story__content {
    padding: 0;
  }

  .about-page .about-story__content::before {
    display: none;
  }

  .about-page .about-story__content h2,
  .about-page .about-values .section-title h2,
  .about-page .about-cta h2 {
    font-size: 2.35rem;
  }

  .about-page .about-check-list li {
    padding: 15px 54px 15px 16px;
  }

  .about-page .about-story__image img {
    min-height: 300px;
  }

  .about-page .about-story__image::before {
    inset: 10px;
  }

  .about-page .about-story__image figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .about-page .about-values__grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-value-card {
    min-height: auto;
    padding: 24px;
  }

  .about-page .about-cta p {
    font-size: 1.08rem;
  }
}

@media (max-width: 420px) {
  .about-page .about-hero h1 {
    font-size: clamp(1.04rem, 5.55vw, 1.46rem);
  }

  .about-page .about-story__content h2,
  .about-page .about-values .section-title h2,
  .about-page .about-cta h2 {
    font-size: 2.05rem;
  }

  .about-page .about-value-card {
    padding: 20px;
  }
}

@media (max-width: 680px) {
  :where(.home-page) .hero {
    align-items: stretch;
    background-position: 58% center;
  }

  :where(.home-page) .hero::before {
    opacity: 0.24;
    background:
      repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 25px),
      radial-gradient(circle at 50% 38%, rgba(244, 211, 145, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
  }

  :where(.home-page) .hero::after {
    height: 34%;
    background: linear-gradient(0deg, rgba(4, 23, 29, 0.88), rgba(4, 23, 29, 0));
  }

  :where(.home-page) .hero-content {
    width: min(100% - 22px, 390px);
    padding-block: 44px 34px;
    justify-content: center;
  }

  :where(.home-page) .hero-logo {
    width: 78px;
    margin-bottom: 12px;
    padding: 6px;
    border-color: rgba(244, 211, 145, 0.22);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  :where(.home-page) .hero-badge {
    min-height: 31px;
    padding: 3px 13px;
    border-color: rgba(244, 211, 145, 0.58);
    background: rgba(4, 23, 29, 0.36);
    font-size: 0.95rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  :where(.home-page) .hero-title {
    margin-block: 12px 10px;
    font-size: clamp(1.22rem, 6.45vw, 1.82rem);
    line-height: 1.12;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.48);
  }

  :where(.home-page) .hero-title::after {
    width: 54px;
    height: 2px;
    margin-top: 10px;
  }

  :where(.home-page) .hero-description {
    max-width: 31ch;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.97rem;
    line-height: 1.62;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
  }

  :where(.home-page) .hero-actions {
    width: min(100%, 336px);
    gap: 9px;
  }

  :where(.home-page) .hero-actions .btn {
    min-height: 48px;
    border-radius: var(--radius-md);
    font-size: 1rem;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  :where(.home-page) .hero-actions .btn-outline {
    background: rgba(4, 23, 29, 0.32);
  }

  :where(.home-page) .quick-booking {
    background: linear-gradient(180deg, #f6fbfa 0%, #ffffff 100%);
  }

  :where(.home-page) .booking-box,
  :where(.home-page) .services .service-card,
  :where(.home-page) .destinations .destination-card,
  :where(.home-page) .packages .package-card,
  :where(.home-page) .why-us .feature-card,
  :where(.home-page) .notes .note {
    border-radius: var(--radius-md);
    box-shadow: 0 18px 44px rgba(6, 23, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  :where(.home-page) :is(.services, .destinations, .packages, .why-us, .local-tours, .notes) .section-title h2 {
    font-size: clamp(1.78rem, 8vw, 2.32rem);
  }

  :where(.home-page) .destinations .filter-tabs,
  :where(.home-page) .packages .filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 360px);
    margin-inline: auto;
    margin-bottom: 28px;
    padding: 8px;
    border-radius: 14px;
    overflow: visible;
  }

  :where(.home-page) .destinations .filter-tabs {
    border: 1px solid rgba(244, 211, 145, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.065));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  :where(.home-page) .packages .filter-tabs {
    border: 1px solid rgba(217, 173, 104, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 251, 0.9));
    box-shadow: 0 18px 42px rgba(6, 23, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }

  :where(.home-page) .destinations .filter-btn,
  :where(.home-page) .packages .package-filter-btn {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 0.94rem;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  :where(.home-page) .destinations .filter-btn {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
  }

  :where(.home-page) .packages .package-filter-btn {
    color: #355058;
    border-color: rgba(217, 173, 104, 0.12);
    background: rgba(255, 255, 255, 0.68);
  }

  :where(.home-page) .destinations .filter-btn:hover,
  :where(.home-page) .destinations .filter-btn.active,
  :where(.home-page) .packages .package-filter-btn:hover,
  :where(.home-page) .packages .package-filter-btn.active {
    color: #10262c;
    border-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(135deg, #fff4d2, #e6bd73);
    box-shadow: 0 12px 28px rgba(217, 173, 104, 0.28);
    transform: translateY(-1px);
  }

  :where(.home-page) .destinations .filter-btn.active,
  :where(.home-page) .packages .package-filter-btn.active {
    font-weight: 900;
  }

  :where(.home-page) .packages .package-filter-btn:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) and (max-height: 720px) {
  :where(.home-page) .hero-content {
    padding-block: 22px;
  }

  :where(.home-page) .hero-logo {
    width: 62px;
    margin-bottom: 9px;
  }

  :where(.home-page) .hero-title {
    font-size: clamp(1.08rem, 5.7vw, 1.42rem);
  }

  :where(.home-page) .hero-description {
    max-width: 30ch;
    margin-bottom: 12px;
    font-size: 0.86rem;
    line-height: 1.46;
  }

  :where(.home-page) .hero-actions .btn {
    min-height: 42px;
    padding-block: 7px;
  }
}

@media (max-width: 940px) {
  :where(.home-page) .hero {
    min-height: 720px;
  }

  :where(.home-page) .hero-content {
    padding-block: 110px 166px;
  }

  :where(.home-page) .quick-booking {
    margin-top: -86px;
  }

  :where(.home-page) .booking-box {
    padding: 18px;
  }

  :where(.home-page) .cta .container {
    grid-template-columns: 1fr;
  }

  :where(.home-page) .cta h2,
  :where(.home-page) .cta p,
  :where(.home-page) .cta .hero-actions {
    grid-column: auto;
    grid-row: auto;
  }

  :where(.home-page) .cta .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  :where(.home-page) .hero {
    min-height: 100vh;
    min-height: 100svh;
    background:
      linear-gradient(180deg, rgba(4, 23, 29, 0.86) 0%, rgba(6, 31, 39, 0.74) 48%, rgba(4, 23, 29, 0.92) 100%),
      url("../images/hero/hero-world-mob.webp?v=20260509") center / cover no-repeat;
  }

  :where(.home-page) .hero::before {
    opacity: 0.18;
  }

  :where(.home-page) .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    padding-block: 54px 42px;
  }

  :where(.home-page) .hero-logo {
    width: 88px;
    margin-bottom: 14px;
    padding: 7px;
  }

  :where(.home-page) .hero-badge {
    min-height: 32px;
    padding: 3px 12px;
    font-size: 0.96rem;
  }

  :where(.home-page) .hero-title {
    max-width: 100%;
    margin-block: 14px 12px;
    font-size: clamp(1.22rem, 6.05vw, 1.68rem);
    line-height: 1.08;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  :where(.home-page) .hero-title::after {
    width: 58px;
    margin-top: 14px;
  }

  :where(.home-page) .hero-description {
    max-width: 33ch;
    margin-bottom: 22px;
    font-size: 1.04rem;
    line-height: 1.68;
  }

  :where(.home-page) .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }

  :where(.home-page) .quick-booking {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 58px;
  }

  :where(.home-page) .booking-box {
    gap: 12px;
    padding: 14px;
  }

  :where(.home-page) .booking-box__head {
    min-height: auto;
    padding: 18px;
  }

  :where(.home-page) .booking-box__icon {
    width: 50px;
    height: 50px;
  }

  :where(.home-page) .booking-box-title {
    font-size: 1.55rem;
  }

  :where(.home-page) .booking-box__head p {
    font-size: 0.95rem;
  }

  :where(.home-page) .booking-field {
    padding: 10px;
  }

  :where(.home-page) .form-group input,
  :where(.home-page) .form-group select,
  :where(.home-page) .form-group textarea {
    min-height: 48px;
  }

  :where(.home-page) .services,
  :where(.home-page) .destinations,
  :where(.home-page) .packages,
  :where(.home-page) .why-us,
  :where(.home-page) .local-tours,
  :where(.home-page) .notes,
  :where(.home-page) .cta {
    padding-block: 68px;
  }

  :where(.home-page) .cta .hero-actions {
    width: 100%;
  }
}

@media (max-width: 420px) {
  :where(.home-page) .hero-title {
    max-width: 100%;
    font-size: clamp(1.12rem, 5.78vw, 1.42rem);
    white-space: nowrap;
  }

  :where(.home-page) .hero-description {
    font-size: 0.98rem;
  }
}

@media (max-width: 680px) and (max-height: 720px) {
  :where(.home-page) .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    padding-block: 18px 20px;
  }

  :where(.home-page) .hero-logo {
    width: 58px;
    margin-bottom: 8px;
    padding: 5px;
  }

  :where(.home-page) .hero-badge {
    min-height: 28px;
    padding: 2px 10px;
    font-size: 0.9rem;
  }

  :where(.home-page) .hero-title {
    max-width: 100%;
    margin-block: 8px 6px;
    font-size: clamp(1.08rem, 5.55vw, 1.32rem);
    line-height: 1.12;
    white-space: nowrap;
  }

  :where(.home-page) .hero-title::after {
    margin-top: 8px;
  }

  :where(.home-page) .hero-description {
    max-width: 30ch;
    margin-bottom: 10px;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  :where(.home-page) .hero-actions {
    gap: 6px;
  }

  :where(.home-page) .hero-actions .btn {
    min-height: 40px;
    padding-block: 7px;
  }

  :where(.home-page) .quick-booking {
    margin-top: 0;
  }
}

@media (max-width: 1180px) {
  :where(.home-page) .services-grid,
  :where(.home-page) .destinations-grid,
  :where(.home-page) .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  :where(.home-page) .services .service-card,
  :where(.home-page) .services .service-card:nth-child(-n + 2),
  :where(.home-page) .destinations .destination-card,
  :where(.home-page) .destinations .destination-card:nth-child(1),
  :where(.home-page) .destinations .destination-card:nth-child(6),
  :where(.home-page) .destinations .destination-card:nth-child(9),
  :where(.home-page) .packages .package-card,
  :where(.home-page) .packages .package-card:nth-child(2),
  :where(.home-page) .packages .package-card:nth-child(5) {
    grid-column: auto;
  }

  :where(.home-page) .services .service-card:nth-child(-n + 2) {
    display: flex;
    min-height: 100%;
  }

  :where(.home-page) .services .service-card:nth-child(-n + 2) img,
  :where(.home-page) .services .service-card:nth-child(n + 3) img {
    height: 235px;
    min-height: 0;
  }

  :where(.home-page) .destinations .destination-card:nth-child(1) img,
  :where(.home-page) .destinations .destination-card:nth-child(6) img,
  :where(.home-page) .destinations .destination-card:nth-child(9) img,
  :where(.home-page) .packages .package-card:nth-child(2) img,
  :where(.home-page) .packages .package-card:nth-child(5) img,
  :where(.home-page) .destinations .destination-card:nth-child(1)::after,
  :where(.home-page) .destinations .destination-card:nth-child(6)::after,
  :where(.home-page) .destinations .destination-card:nth-child(9)::after,
  :where(.home-page) .packages .package-card:nth-child(2)::after,
  :where(.home-page) .packages .package-card:nth-child(5)::after {
    height: 235px;
  }

  :where(.home-page) .notes .notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  :where(.home-page) .local-tours .local-content {
    max-width: 100%;
  }

  :where(.home-page) .local-tours .local-image img {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  :where(.home-page) :is(.services, .destinations, .packages, .why-us, .notes) .section-title {
    margin-bottom: 26px;
  }

  :where(.home-page) :is(.services, .destinations, .packages, .why-us, .notes) .section-title::after {
    width: 58px;
  }

  :where(.home-page) .services-grid,
  :where(.home-page) .destinations-grid,
  :where(.home-page) .packages-grid,
  :where(.home-page) .notes .notes-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  :where(.home-page) .services .service-card:nth-child(-n + 2) img,
  :where(.home-page) .services .service-card:nth-child(n + 3) img,
  :where(.home-page) .destinations .destination-card img,
  :where(.home-page) .destinations .destination-card:nth-child(1) img,
  :where(.home-page) .destinations .destination-card:nth-child(6) img,
  :where(.home-page) .destinations .destination-card:nth-child(9) img,
  :where(.home-page) .packages .package-card img,
  :where(.home-page) .packages .package-card:nth-child(2) img,
  :where(.home-page) .packages .package-card:nth-child(5) img {
    height: 220px;
  }

  :where(.home-page) .destinations .destination-card::after,
  :where(.home-page) .destinations .destination-card:nth-child(1)::after,
  :where(.home-page) .destinations .destination-card:nth-child(6)::after,
  :where(.home-page) .destinations .destination-card:nth-child(9)::after,
  :where(.home-page) .packages .package-card::after,
  :where(.home-page) .packages .package-card:nth-child(2)::after,
  :where(.home-page) .packages .package-card:nth-child(5)::after {
    height: 220px;
  }

  :where(.home-page) .services .service-card__body,
  :where(.home-page) .services .service-card:nth-child(-n + 2) .service-card__body,
  :where(.home-page) .destinations .destination-card__content,
  :where(.home-page) .packages .package-card__body,
  :where(.home-page) .why-us .feature-card,
  :where(.home-page) .local-tours .local-content,
  :where(.home-page) .notes .note {
    padding: 22px;
  }

  :where(.home-page) .services .service-card__body::before {
    top: 18px;
    left: 18px;
    font-size: 2.7rem;
  }

  :where(.home-page) .destinations .destination-card__content,
  :where(.home-page) .packages .package-card__body {
    margin: -24px 10px 10px;
  }

  :where(.home-page) .why-us .feature-card {
    min-height: 0;
  }

  :where(.home-page) .notes .note {
    min-height: 0;
  }

  :where(.home-page) .local-tours .local-image::before {
    inset: 16px -8px -10px 16px;
  }

  :where(.home-page) .local-tours .local-image img {
    min-height: 300px;
  }
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 34px;
    padding-block: 78px 42px;
  }

  .footer-grid::before {
    inset: 42px 0 24px;
  }

  .footer-grid > section {
    grid-column: 1 / -1;
    max-width: 760px;
  }

  .footer-grid > address {
    grid-column: 1 / -1;
  }

  .footer-grid > section,
  .footer-grid > nav,
  .footer-grid > address {
    width: auto;
    margin-inline: 0;
  }

  .footer-grid > section:not(:last-child)::after,
  .footer-grid > nav:not(:last-child)::after {
    content: none;
  }

  .footer-grid nav a {
    max-width: 100%;
  }
}

@media (max-width: 940px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 66px 36px;
  }

  .footer-grid::before {
    inset: 34px 0 22px;
  }

  .footer-grid > section,
  .footer-grid > nav,
  .footer-grid > address {
    grid-column: auto;
    width: auto;
    max-width: 100%;
    margin-inline: 0;
    padding: 0;
    justify-items: stretch;
  }

  .footer-grid > section p {
    max-width: 620px;
  }

  .footer-grid h2,
  .footer-grid h3,
  .footer-grid p {
    text-align: start;
  }

  .footer-grid h2::after,
  .footer-grid h3::after {
    margin-inline: 0 auto;
  }

  .footer-grid a,
  .footer-grid nav a {
    justify-content: flex-start;
    margin-inline: 0;
    text-align: start;
  }

  .footer-grid address p:has(a[href*="wa.me"]) {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-footer {
    background:
      linear-gradient(180deg, rgba(2, 12, 15, 0.92) 0%, rgba(4, 20, 25, 0.97) 45%, rgba(6, 31, 39, 0.99) 100%),
      linear-gradient(112deg, rgba(15, 76, 92, 0.9) 0%, rgba(6, 35, 43, 0.88) 56%, rgba(72, 48, 22, 0.72) 100%),
      url("../images/hero/hero-world-mob.webp?v=20260509") center bottom / cover no-repeat;
  }

  .site-footer::before {
    background-size: auto, 28px 28px, auto;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    padding-block: 58px 30px;
  }

  .footer-grid::before {
    inset: 24px 0 18px;
    border-radius: var(--radius-md);
  }

  .footer-grid > section,
  .footer-grid > nav,
  .footer-grid > address {
    grid-column: auto;
    width: auto;
    margin-inline: 0;
    padding: 0;
  }

  .footer-grid > section,
  .footer-grid > address {
    grid-column: 1 / -1;
  }

  .footer-grid > section,
  .footer-grid > nav {
    padding-bottom: 0;
  }

  .footer-grid > section h2 {
    margin-bottom: 16px;
    font-size: clamp(1.58rem, 7vw, 2rem);
  }

  .footer-brand-row {
    gap: 10px;
    white-space: normal;
  }

  .footer-grid h2 .footer-brand-icon {
    width: 50px;
    height: 50px;
  }

  .footer-heading-icon,
  .footer-grid h3 .footer-heading-icon {
    width: 36px;
    height: 36px;
    margin-inline-end: 8px;
  }

  .footer-grid h3 {
    font-size: 1.08rem;
  }

  .footer-grid p,
  .footer-grid > section p {
    width: 100%;
    margin-inline: 0;
    font-size: 0.96rem;
    line-height: 1.78;
    text-align: start;
  }

  .footer-grid nav,
  .footer-grid address {
    gap: 8px;
  }

  .footer-grid > nav {
    min-width: 0;
  }

  .footer-grid > nav h3 {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    padding-bottom: 14px;
    white-space: nowrap;
  }

  .footer-grid > nav h3::after {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    margin: 0;
  }

  .footer-grid > nav h3 .footer-heading-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-inline-end: 0;
  }

  .footer-grid a,
  .footer-grid nav a {
    width: 100%;
    min-height: 42px;
    max-width: none;
    margin-inline: 0;
    padding-inline: 4px;
    justify-content: flex-start;
    text-align: start;
  }

  .footer-grid address p {
    align-items: center;
    justify-content: flex-start;
    gap: 8px 10px;
    margin-bottom: 0;
  }

  .footer-contact-label {
    gap: 8px;
    margin-inline-end: 0;
  }

  .footer-grid address a[href^="tel"],
  .footer-grid address a[href^="mailto"] {
    width: fit-content;
    min-width: 0;
    padding-inline: 0;
  }

  .footer-grid address a[href*="wa.me"] {
    width: 100%;
    justify-content: center;
    margin-inline: 0;
    padding-inline: 14px;
  }

  .footer-bottom {
    padding-block: 18px 26px;
  }

  .footer-bottom p {
    width: auto;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.65;
  }
}

@media (max-width: 420px) {
  .footer-grid {
    gap: 24px 12px;
    padding-block: 52px 26px;
  }

  .footer-grid::before {
    inset: 20px -2px 16px;
  }

  .footer-grid > section h2 {
    font-size: clamp(1.42rem, 7vw, 1.72rem);
  }

  .footer-grid > nav h3 {
    gap: 5px;
    font-size: 0.96rem;
  }

  .footer-grid > nav h3 .footer-heading-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .footer-grid a {
    gap: 7px;
    padding-inline: 0;
    font-size: 0.9rem;
  }

  .footer-grid a > i,
  .footer-contact-label i {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
}
