:root {
  --green-950: #10261f;
  --green-900: #173b31;
  --green-800: #205344;
  --green-700: #2f6d58;
  --green-100: #e8f1ed;
  --orange: #f28b36;
  --orange-dark: #dd7120;
  --white: #ffffff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0%, rgba(249, 253, 250, 0.96) 52%, rgba(246, 250, 255, 0.96) 100%);
  border-bottom: 1px solid rgba(16, 38, 31, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.menu-open {
  z-index: 120;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 139, 54, 0.14) 0%, rgba(242, 139, 54, 0) 18%),
    radial-gradient(circle at 88% 0%, rgba(32, 83, 68, 0.12) 0%, rgba(32, 83, 68, 0) 18%),
    linear-gradient(90deg, rgba(255, 250, 243, 0.94) 0%, rgba(249, 253, 250, 0.94) 52%, rgba(246, 250, 255, 0.94) 100%);
  pointer-events: none;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  padding-top: var(--site-header-height, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1350px, calc(100% - 40px));
  margin-inline: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header .container {
  width: min(1350px, calc(100% - 40px));
}

.hero-header-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 5px 28px;
  background: transparent;
  z-index: 1;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0;
}

.header-logo img {
  width: 132px;
  height: auto;
}

.header-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.header-nav {
  justify-content: center;
  flex-wrap: nowrap;
}

.header-actions {
  justify-content: flex-end;
}

.header-upcoming-pill {
  position: relative;
  min-height: 34px;
  padding: 0 14px;
  margin-top: 8px;
  border-radius: 999px;
  border: 1px solid rgba(242, 139, 54, 0.2);
  background: linear-gradient(135deg, rgba(255, 244, 233, 0.98), rgba(255, 252, 247, 0.96));
  color: var(--orange-dark);
  box-shadow: 0 10px 24px rgba(233, 122, 33, 0.14);
  overflow: visible;
  gap: 8px;
  font-weight: 700;
}

.header-upcoming-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.74) 35%, transparent 65%);
  transform: translateX(-140%);
  animation: headerUpcomingShine 3s ease-in-out infinite;
  pointer-events: none;
}

.header-upcoming-pill:hover {
  color: var(--orange-dark);
  transform: translateY(-2px);
}

.header-upcoming-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9b3d, #e97a21);
  box-shadow: 0 0 0 0 rgba(233, 122, 33, 0.45);
  animation: headerUpcomingPulse 1.8s ease-out infinite;
  margin-top: 1px;
}

.header-upcoming-live {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 248, 240, 0.98), rgba(255, 252, 247, 0.98));
  color: var(--green-800);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translate(-50%, calc(-100% + 7px));
  z-index: 2;
}

.header-upcoming-live::before,
.header-upcoming-live::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: rgba(32, 83, 68, 0.42);
  transform: translateY(-50%);
}

.header-upcoming-live::before {
  right: 100%;
  margin-right: 2px;
}

.header-upcoming-live::after {
  left: 100%;
  margin-left: 2px;
}

@keyframes headerUpcomingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 122, 33, 0.45);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(233, 122, 33, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(233, 122, 33, 0);
  }
}

@keyframes headerUpcomingShine {
  0%,
  100% {
    transform: translateX(-140%);
  }

  45%,
  55% {
    transform: translateX(140%);
  }
}

.nav-item {
  position: relative;
  padding: 22px 0;
}

.header-link,
.header-action,
.header-search {
  min-height: 44px;
  color: var(--green-950);
  font-family: inherit;
}

.header-link,
.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: 0.3s ease;
}

.header-link {
  position: relative;
  overflow: visible;
  min-height: auto;
  gap: 7px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--green-950);
  line-height: 1.15;
  white-space: nowrap;
}

.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(242, 139, 54, 1), rgba(32, 83, 68, 0.3));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.header-link:hover,
.header-action:hover {
  transform: translateY(-2px);
}

.header-link:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.mega-menu {
  position: fixed;
  top: calc(var(--site-header-height, 0px) - 2px);
  left: 50%;
  z-index: 30;
  width: min(1120px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(16, 38, 31, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 28px 60px rgba(16, 38, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(14px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: 1.24fr 0.76fr;
  gap: 18px;
}

.mega-menu-side {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mega-region-lists {
  display: grid;
  gap: 0;
}

.mega-region + .mega-region {
  padding-top: 5px;
}

.mega-region-title {
  margin: 0 0 5px;
  color: rgba(23, 59, 49, 0.62);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .mega-region-title {
    font-size: 1em;
  }

.mega-region .mega-menu-list li {
    color: #000000;
    font-size: 11px;
  }
}

.mega-menu-title {
  margin-bottom: 10px;
  color: rgba(23, 59, 49, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-menu-title.spaced {
  margin-top: 18px;
}

.mega-menu-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mega-menu-cards.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-card {
  position: relative;
  min-height: 104px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--green-100);
  box-shadow: 0 14px 30px rgba(16, 38, 31, 0.08);
  isolation: isolate;
}

.mega-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mega-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 38, 31, 0.02), rgba(16, 38, 31, 0.72));
  z-index: 1;
}

.mega-card span {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  z-index: 2;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.mega-card:hover img {
  transform: scale(1.06);
}

.mega-menu-cards.three-col .mega-card {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.mega-menu-cards.three-col .mega-card img {
  position: absolute;
  inset: 0;
}

.mega-menu-cards.three-col .mega-card span {
  font-size: 12px;
}

.mega-menu-list {
  display: grid;
  gap: 4px;
  padding: 0;
  list-style: none;
  color: var(--green-950);
}

.mega-menu-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 9px;
  padding-right: 24px;
  border-radius: 10px;
  background: rgba(32, 83, 68, 0.04);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  transition: background 0.25s ease, transform 0.25s ease;
}

.mega-menu-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  flex: 0 0 6px;
  box-shadow: 0 0 0 3px rgba(242, 139, 54, 0.1);
}

.mega-menu-list li::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: 10px;
  color: rgba(23, 59, 49, 0.5);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-50%);
  transition: transform 0.25s ease, color 0.25s ease;
}

.mega-menu-list li:hover {
  background: rgba(32, 83, 68, 0.08);
  transform: translateX(1px);
}

.mega-menu-list li:hover::after {
  color: var(--orange-dark);
  transform: translateY(-50%) translateX(2px);
}

.mega-menu-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(16, 38, 31, 0.08);
}

.mega-menu-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(233, 122, 33, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mega-menu-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(233, 122, 33, 0.26);
}

.mega-menu-button svg,
.header-link svg,
.header-care svg,
.header-call svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.header-care i {
  font-size: 17px;
  line-height: 1;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 2px 0 0;
  color: var(--green-950);
}

.header-call-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(16, 38, 31, 0.06);
  color: var(--green-950);
  box-shadow: 0 6px 16px rgba(16, 38, 31, 0.08);
}

.header-call-text {
  display: grid;
  line-height: 1.05;
}

.header-call-text span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(23, 59, 49, 0.72);
}

.header-call-text strong {
  font-size: 14px;
  font-weight: 800;
  color: var(--green-950);
}

.header-search {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(16, 38, 31, 0.08);
  background: linear-gradient(135deg, #ff9b3d, #e97a21);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(233, 122, 33, 0.24);
  overflow: hidden;
  cursor: text;
  transition: width 0.35s ease, border-radius 0.35s ease, padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.header-search:hover,
.header-search:focus-within {
  width: 240px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ee, #fffdf8);
  color: var(--green-950);
  box-shadow: 0 14px 30px rgba(16, 38, 31, 0.12);
}

.header-search.is-search-open {
  overflow: visible;
}

.header-search svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.header-search input {
  display: block;
  width: 0;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--green-950);
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: width 0.35s ease, opacity 0.2s ease;
}

.header-search:hover input,
.header-search:focus-within input {
  width: 160px;
  opacity: 1;
  pointer-events: auto;
}

.header-search input::placeholder {
  color: rgba(23, 59, 49, 0.6);
}

.header-search-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  width: 320px;
  padding: 8px;
  border: 1px solid rgba(16, 38, 31, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 38, 31, 0.16);
}

.header-search.is-search-open .header-search-suggestions {
  display: grid;
  gap: 4px;
}

.header-search-suggestion {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  color: var(--green-950);
}

.header-search-suggestion:hover,
.header-search-suggestion:focus-visible {
  background: rgba(242, 139, 54, 0.1);
}

.header-search-suggestion img,
.header-search-suggestion-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
}

.header-search-suggestion-icon {
  display: grid;
  place-items: center;
  background: rgba(32, 83, 68, 0.1);
  color: var(--green-950);
  font-size: 16px;
}

.header-search-suggestion strong,
.header-search-suggestion small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search-suggestion strong { font-size: 12px; }
.header-search-suggestion small { margin-top: 2px; color: rgba(23, 59, 49, 0.62); font-size: 11px; }
.header-search-empty { padding: 11px; color: rgba(23, 59, 49, 0.65); font-size: 12px; }

.header-care {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(16, 38, 31, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 239, 0.96));
  color: var(--green-950);
  box-shadow: 0 12px 28px rgba(16, 38, 31, 0.08);
}

.header-care:hover {
  background: linear-gradient(135deg, #ff9b3d, #e97a21);
  color: var(--white);
}

.mobile-call,
.mobile-menu-toggle {
  display: none;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(16, 38, 31, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-950);
  box-shadow: 0 8px 18px rgba(16, 38, 31, 0.06);
}

.mobile-call {
  background: linear-gradient(135deg, rgba(242, 139, 54, 0.14), rgba(255, 255, 255, 0.92));
  color: var(--orange-dark);
}

.mobile-call svg,
.mobile-menu-toggle svg {
  width: 18px;
  height: 18px;
}

.mobile-drawer-head,
.mobile-drawer-close,
.mobile-drawer {
  display: none;
}

.site-footer {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 23, 20, 0.9), rgba(8, 23, 20, 0.96)),
    url("images/Contacts us /Contact Us Banner .webp") center/cover no-repeat;
  overflow: hidden;
}

/* The homepage resets all element margins. Apply the same baseline inside the
   shared footer so it has identical spacing on PHP and static pages. */
.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.site-footer .container {
  margin-inline: auto;
}

.footer-shell {
  position: relative;
  z-index: 1;
  padding: 32px 0 18px;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 0.95fr;
  gap: 16px;
  margin-bottom: 26px;
}

.footer-card {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.footer-card.nav-card {
  padding: 22px 20px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top right, rgba(242, 139, 54, 0.08), transparent 28%);
}

.footer-card.contact-card {
  padding: 22px 20px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(125, 161, 255, 0.08), transparent 26%);
}

.footer-card-logo {
  width: 132px;
  height: auto;
  margin-bottom: 16px;
}

.footer-card-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.footer-social,
.mobile-drawer-social {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  transition: transform 0.25s ease, background 0.25s ease;
}

.footer-social:hover,
.mobile-drawer-social:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

.footer-social svg,
.mobile-drawer-social svg {
  width: 17px;
  height: 17px;
}

.mobile-drawer-social {
  border-color: rgba(16, 38, 31, 0.08);
  background: #ffffff;
}

.mobile-drawer-social-instagram {
  color: #e1306c;
  box-shadow: 0 10px 24px rgba(225, 48, 108, 0.14);
}

.mobile-drawer-social-facebook {
  color: #1877f2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.14);
}

.mobile-drawer-social-email {
  color: #ea4335;
  box-shadow: 0 10px 24px rgba(234, 67, 53, 0.14);
}

.mobile-drawer-social-instagram:hover {
  background: rgba(225, 48, 108, 0.08);
}

.mobile-drawer-social-facebook:hover {
  background: rgba(24, 119, 242, 0.08);
}

.mobile-drawer-social-email:hover {
  background: rgba(234, 67, 53, 0.08);
}

.footer-card-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.footer-card-payment {
  width: 330px;
  max-width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 10px;
}

.footer-card-title {
  margin-bottom: 18px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-card.nav-card .footer-card-title,
.footer-card.contact-card .footer-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-card.nav-card .footer-card-title::after,
.footer-card.contact-card .footer-card-title::after {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 139, 54, 0.95), rgba(255, 255, 255, 0.18));
}

.footer-link-stack,
.footer-contact-stack {
  display: grid;
  gap: 10px;
}

.footer-stack-link,
.footer-contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.footer-card.nav-card .footer-link-stack {
  gap: 2px;
}

.footer-card.nav-card .footer-stack-link {
  position: relative;
  min-height: 44px;
  padding: 0 2px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
}

.footer-card.nav-card .footer-stack-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffca63);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(242, 139, 54, 0.08);
}

.footer-card.nav-card .footer-stack-link span:first-child {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.footer-card.nav-card .footer-stack-link span:last-child {
  opacity: 0.45;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.footer-stack-link:hover,
.footer-contact-box:hover {
  transform: translateX(2px);
}

.footer-card.nav-card .footer-stack-link:hover span:last-child {
  opacity: 1;
  transform: translateX(3px);
}

.footer-stack-link span:last-child {
  color: rgba(255, 255, 255, 0.58);
  font-size: 18px;
  line-height: 1;
}

.footer-contact-box {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 0;
}

.footer-card.contact-card .footer-contact-stack {
  gap: 12px;
}

.footer-card.contact-card .footer-contact-box {
  padding: 14px 14px 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-contact-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-contact-icon svg {
  width: 18px;
  height: 18px;
}

.footer-contact-box strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.footer-contact-box p,
.footer-contact-box a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.footer-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1280px) and (min-width: 981px) {
  .site-header .container {
    width: min(1350px, calc(100% - 24px));
  }

  .hero-header-bar {
    gap: 18px;
    padding: 5px 18px;
  }

  .header-logo img {
    width: 118px;
  }

  .header-link,
  .header-action {
    font-size: 14px;
  }

  .header-upcoming-pill {
    padding: 0 12px;
  }

  .header-call-text strong {
    font-size: 15px;
  }

  .mega-menu {
    width: min(740px, calc(100vw - 20px));
    padding: 16px;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr 0.92fr;
    gap: 14px;
  }

  .mega-menu-cards {
    gap: 8px;
  }

  .mega-menu-cards.three-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-card {
    min-height: 96px;
  }

  .mega-menu-title {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .mega-menu-list li {
    font-size: 11px;
    padding: 5px 8px;
    padding-right: 22px;
  }
}

@media (max-width: 980px) {
  .hero-header-bar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-nav,
  .header-actions {
    justify-content: center;
  }

  .header-upcoming-pill {
    display: none;
  }

  .nav-item {
    position: static;
    padding: 8px 0 10px;
  }

  .mega-menu {
    position: static;
    top: auto;
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    border-radius: 18px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nav-item.is-open .mega-menu {
    display: block;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header .container {
    width: min(1350px, calc(100% - 24px));
  }

  .hero-header-bar {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
  }

  .header-nav,
  .header-call,
  .header-upcoming-pill,
  .header-search,
  .header-care {
    display: none;
  }

  .header-logo img {
    width: 102px;
  }

  .header-actions {
    width: auto;
    gap: 8px;
    justify-content: flex-end;
  }

  .mobile-call,
  .mobile-menu-toggle {
    display: inline-flex;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
  }

  .site-header.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(10, 18, 15, 0.36);
    backdrop-filter: blur(2px);
  }

  .mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    padding:
      calc(18px + env(safe-area-inset-top))
      max(20px, calc(16px + env(safe-area-inset-right)))
      calc(18px + env(safe-area-inset-bottom))
      max(20px, calc(16px + env(safe-area-inset-left)));
    background: linear-gradient(180deg, #fffdfa 0%, #f7f1e9 100%);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .site-header.menu-open .mobile-drawer {
    transform: translateX(0);
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(16, 38, 31, 0.08);
  }

  .mobile-drawer-brand img {
    width: 88px;
  }

  .mobile-drawer-close {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 38, 31, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--green-950);
    box-shadow: 0 6px 16px rgba(16, 38, 31, 0.08);
  }

  .mobile-drawer-close svg {
    width: 18px;
    height: 18px;
  }

  .mobile-drawer-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 38, 31, 0.08);
    box-shadow: 0 10px 24px rgba(16, 38, 31, 0.06);
  }

  .mobile-drawer-searchbox {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(16, 38, 31, 0.08);
    background: rgba(255, 255, 255, 0.86);
  }

  .mobile-drawer-searchbox svg {
    width: 18px;
    height: 18px;
    color: var(--green-700);
    flex: 0 0 18px;
  }

  .mobile-drawer-searchbox input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--green-950);
    font-size: 15px;
    font-weight: 500;
  }

  .mobile-drawer-searchbox input::placeholder {
    color: rgba(23, 59, 49, 0.48);
  }

  .mobile-drawer-searchbtn {
    min-width: 96px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-drawer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .mobile-drawer-action {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 18px;
    border: 1px solid rgba(16, 38, 31, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.92));
    color: var(--green-950);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(16, 38, 31, 0.05);
  }

  .mobile-drawer-action.whatsapp {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(236, 251, 241, 0.96));
  }

  .mobile-drawer-action svg {
    width: 17px;
    height: 17px;
  }

  .mobile-drawer-action.call svg {
    color: var(--orange-dark);
  }

  .mobile-drawer-action.whatsapp svg {
    color: #128c54;
  }

  .mobile-drawer-section {
    margin-top: 18px;
  }

  .mobile-drawer-sectiontitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--green-800);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-drawer-sectiontitle::before,
  .mobile-drawer-sectiontitle::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(16, 38, 31, 0.12);
  }

  .mobile-drawer-treks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-drawer-pill {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(16, 38, 31, 0.1);
    background: rgba(255, 255, 255, 0.9);
    color: var(--green-950);
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-drawer-pill-upcoming {
    position: relative;
    justify-content: space-between;
    gap: 10px;
    padding-inline: 16px 14px;
    border-color: rgba(242, 139, 54, 0.22);
    background: linear-gradient(135deg, rgba(255, 244, 233, 0.98), rgba(255, 252, 247, 0.96));
    color: var(--orange-dark);
  }

  .mobile-drawer-pill-full {
    grid-column: 1 / -1;
  }

  .mobile-drawer-pill-label {
    color: inherit;
  }

  .mobile-drawer-pill-live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--green-800);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(233, 122, 33, 0.12);
  }

  .mobile-drawer-mini-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    margin-top: 10px;
  }

  .mobile-drawer-subnav {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 38, 31, 0.08);
  }

  .mobile-drawer-subnav-title {
    text-align: center;
    color: rgba(23, 59, 49, 0.66);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mobile-drawer-mini-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(23, 59, 49, 0.72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(16, 38, 31, 0.08);
  }

  .mobile-drawer-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    flex-shrink: 0;
  }

  .mobile-drawer-login {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
  }

  .mobile-drawer-login svg {
    width: 18px;
    height: 18px;
  }

  .footer-shell {
    padding-top: 28px;
  }

  .footer-main-grid {
    gap: 12px;
    margin-bottom: 18px;
  }

  .footer-card {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .footer-main-grid .footer-card:first-child {
    text-align: center;
  }

  .footer-card-logo {
    width: 116px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main-grid .footer-card:first-child .footer-socials {
    justify-content: center;
  }

  .footer-main-grid .footer-card:first-child .footer-card-payment {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-card-copy,
  .footer-card-note,
  .footer-stack-link,
  .footer-contact-box strong,
  .footer-contact-box p,
  .footer-contact-box a {
    font-size: 13px;
  }

  .footer-card-title {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-mini-links {
    justify-content: center;
  }
}
