@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-arabic-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC, U+1EE00-1EEFF;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-arabic-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC, U+1EE00-1EEFF;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-arabic-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC, U+1EE00-1EEFF;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-arabic-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFC, U+1EE00-1EEFF;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/tajawal-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215;
}

:root {
  --ink: #002628;
  --ink-soft: #00343a;
  --green: #00894a;
  --green-bright: #5aba1c;
  --gold: #c9a146;
  --blue: #0050af;
  --plum: #971a4d;
  --violet: #6565e0;
  --olive: #607c4f;
  --earth: #7c5d21;
  --paper: #f6f8f5;
  --white: #fff;
  --line: rgba(0, 38, 40, .14);
  --shadow: 0 24px 64px rgba(0, 38, 40, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Tajawal", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body:has(dialog[open]) { overflow: hidden; }

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

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

button, a { -webkit-tap-highlight-color: transparent; }

button, input { font: inherit; }

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

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 12px;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, .08);
  background: rgba(0, 31, 33, .94);
  box-shadow: 0 10px 34px rgba(0, 20, 22, .22);
  backdrop-filter: blur(14px);
}

.header-inner { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.brand-lockup { display: flex; align-items: center; gap: 20px; min-width: 0; }

.brand-lockup .hotel-mark { width: 92px; height: 60px; object-fit: contain; }

.brand-lockup .occasion-mark { width: 138px; height: auto; object-fit: contain; }

.brand-divider { width: 1px; height: 36px; background: rgba(255, 255, 255, .24); }

.header-nav { display: flex; align-items: center; gap: 26px; color: rgba(255, 255, 255, .86); }

.header-nav > a { font-size: .9rem; transition: color .2s ease; }

.header-nav > a:hover { color: var(--white); }

.header-phone { font-weight: 700; letter-spacing: .025em; }

.header-cta { padding: 10px 18px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 999px; }

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  padding: 146px 0 76px;
  color: var(--white);
  overflow: hidden;
  background-color: #002628;
  background:
    linear-gradient(90deg, rgba(0, 28, 30, .96) 0%, rgba(0, 38, 40, .86) 42%, rgba(0, 38, 40, .58) 100%),
    url("https://cdn.gea.gov.sa/ND-2026/assets/hero/main-kv.jpg") center center / cover no-repeat;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(rgba(0, 137, 74, .6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 137, 74, .6) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.motif { position: absolute; width: 280px; aspect-ratio: 1; opacity: .11; transform: rotate(45deg); }

.motif::before {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 90deg, var(--green-bright) 25%, transparent 0 50%, var(--green) 0 75%, transparent 0);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(circle, #000 20%, transparent 72%);
  mask-image: radial-gradient(circle, #000 20%, transparent 72%);
}

.motif-a { inset: 15% -110px auto auto; }
.motif-b { inset: auto auto -150px 16%; width: 360px; }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 100px); align-items: center; }

.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--green-bright); font-size: .88rem; font-weight: 700; letter-spacing: .035em; }

.eyebrow { display: flex; align-items: center; gap: 10px; color: #9be65f; }

.eyebrow span { width: 34px; height: 2px; background: currentColor; }

.campaign-title {
  position: relative;
  isolation: isolate;
  width: fit-content;
  max-width: 100%;
  min-height: 58px;
  gap: 13px;
  margin-bottom: 24px;
  padding: 12px 22px 15px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 17px;
  color: #f3ffe9;
  background:
    linear-gradient(100deg, rgba(0, 38, 40, .88), rgba(0, 92, 58, .68)) padding-box,
    linear-gradient(110deg, #c9a146, #5aba1c 38%, #ffffff 55%, #00894a 76%, #c9a146) border-box;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 0 30px rgba(90, 186, 28, .25), 0 14px 40px rgba(0, 20, 22, .32);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(168, 238, 106, .36);
  animation: campaign-glow 3.2s ease-in-out infinite;
}

.campaign-title::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 6px;
  background: conic-gradient(from 45deg, var(--gold) 0 12.5%, var(--green) 0 25%, var(--blue) 0 37.5%, var(--plum) 0 50%, var(--green-bright) 0 62.5%, var(--violet) 0 75%, var(--gold) 0 87.5%, var(--green) 0) 0 0 / 24px 24px;
  opacity: .95;
}

.campaign-title::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -28%;
  width: 18%;
  z-index: 0;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  animation: campaign-shine 4.6s ease-in-out infinite;
  pointer-events: none;
}

.campaign-title > span {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 3px;
  background: var(--green-bright);
  box-shadow: 0 0 0 5px rgba(90, 186, 28, .12), 0 0 22px rgba(168, 238, 106, .8);
  transform: rotate(45deg);
}

.campaign-title > strong { position: relative; z-index: 1; }

@keyframes campaign-glow {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 0 24px rgba(90, 186, 28, .2), 0 14px 40px rgba(0, 20, 22, .32); }
  50% { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(255, 255, 255, .13), 0 0 42px rgba(90, 186, 28, .36), 0 18px 46px rgba(0, 20, 22, .38); }
}

@keyframes campaign-shine {
  0%, 22% { left: -28%; opacity: 0; }
  35% { opacity: 1; }
  62%, 100% { left: 112%; opacity: 0; }
}

.hero h1 { margin: 0; font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 800; line-height: 1.12; letter-spacing: -.045em; }

.hero h1 em { color: #a8ee6a; font-style: normal; }

.hero-lead { max-width: 650px; margin: 25px 0 0; color: rgba(255, 255, 255, .78); font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.95; }

.hero-actions, .booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 24px; border-radius: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }

.button:hover { transform: translateY(-2px); }

.button-primary { background: var(--green-bright); color: var(--ink); }
.button-primary:hover { background: #72cf31; }
.button-ghost { color: var(--white); border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255, 255, 255, .12); }
.button-gold { background: var(--gold); color: var(--ink); }

.hero-facts { display: flex; align-items: center; margin: 42px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255, 255, 255, .15); }

.hero-facts div { padding-inline: 26px; border-inline-start: 1px solid rgba(255, 255, 255, .14); }
.hero-facts div:first-child { padding-inline-start: 0; border: 0; }
.hero-facts dt { font-size: 1.42rem; font-weight: 800; color: var(--white); line-height: 1.2; }
.hero-facts dt span { font-size: .72rem; }
.hero-facts dd { margin: 4px 0 0; color: rgba(255, 255, 255, .58); font-size: .75rem; }

.hero-showcase {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
  box-shadow: inset 0 1px rgba(255, 255, 255, .14), 0 40px 100px rgba(0, 0, 0, .2);
  backdrop-filter: blur(16px);
}

.hero-showcase::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 24px; pointer-events: none; }

.showcase-logos { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 32px; min-height: 155px; }
.showcase-logos img:first-child { width: min(42%, 205px); }
.showcase-logos img:last-child { width: min(42%, 190px); max-height: 135px; object-fit: contain; }

.price-cards { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }

.price-card { display: flex; flex-direction: column; gap: 8px; min-width: 0; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 18px; background: rgba(0, 38, 40, .52); }
.price-card span { color: rgba(255, 255, 255, .65); font-size: .78rem; }
.price-card strong { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1; }
.price-card small { font-size: .68rem; color: rgba(255, 255, 255, .62); }
.price-card.featured { color: var(--ink); background: var(--green-bright); border-color: var(--green-bright); }
.price-card.featured span, .price-card.featured small { color: rgba(0, 38, 40, .7); }

.showcase-note { position: relative; z-index: 1; margin: 20px 0 0; text-align: center; color: rgba(255, 255, 255, .56); font-size: .78rem; }

.color-ribbon { position: absolute; inset: auto 0 0; height: 8px; display: grid; grid-template-columns: repeat(6, 1fr); }
.color-ribbon i:nth-child(1) { background: var(--blue); }
.color-ribbon i:nth-child(2) { background: var(--plum); }
.color-ribbon i:nth-child(3) { background: var(--green-bright); }
.color-ribbon i:nth-child(4) { background: var(--green); }
.color-ribbon i:nth-child(5) { background: var(--violet); }
.color-ribbon i:nth-child(6) { background: var(--gold); }

.nd-pattern-band {
  position: absolute;
  inset: auto 0 8px;
  z-index: 1;
  height: 72px;
  opacity: .42;
  background: conic-gradient(from 45deg, var(--gold) 0 12.5%, transparent 0 25%, var(--green-bright) 0 37.5%, transparent 0 50%, var(--blue) 0 62.5%, transparent 0 75%, var(--plum) 0 87.5%, transparent 0) 0 0 / 34px 34px;
  -webkit-mask-image: linear-gradient(90deg, transparent 1%, #000 17%, #000 83%, transparent 99%);
  mask-image: linear-gradient(90deg, transparent 1%, #000 17%, #000 83%, transparent 99%);
  pointer-events: none;
}

.benefits { position: relative; z-index: 4; margin-top: -42px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 22px 58px rgba(0, 38, 40, .11); }
.benefits-grid > div { min-height: 116px; display: flex; align-items: center; gap: 18px; padding: 25px 30px; border-inline-start: 1px solid var(--line); }
.benefits-grid > div:first-child { border-inline-start: 0; }
.benefits-grid span { display: grid; flex: 0 0 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--ink); background: #e4f7d5; font-size: .72rem; font-weight: 800; }
.benefits-grid p { margin: 0; }
.benefits-grid strong, .benefits-grid small { display: block; }
.benefits-grid strong { font-size: 1rem; }
.benefits-grid small { margin-top: 3px; color: #687874; font-size: .78rem; }

.values-section {
  position: relative;
  margin-top: clamp(64px, 7vw, 96px);
  padding: clamp(76px, 8vw, 116px) 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 22%, rgba(90, 186, 28, .22), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(201, 161, 70, .16), transparent 24%),
    #003437;
}

.values-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background: conic-gradient(from 45deg, var(--gold) 0 12.5%, transparent 0 25%, var(--green-bright) 0 37.5%, transparent 0 50%, var(--blue) 0 62.5%, transparent 0 75%, var(--plum) 0 87.5%, transparent 0) 0 0 / 44px 44px;
  -webkit-mask-image: linear-gradient(110deg, #000, transparent 42%, transparent 66%, #000);
  mask-image: linear-gradient(110deg, #000, transparent 42%, transparent 66%, #000);
  pointer-events: none;
}

.values-section .container { position: relative; }
.values-section .section-kicker { color: #a8ee6a; }
.values-section .section-heading h2 { color: var(--white); }
.values-section .section-heading > p { color: rgba(255, 255, 255, .72); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.value-card {
  position: relative;
  min-height: 286px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 18px 45px rgba(0, 20, 22, .12);
  backdrop-filter: blur(8px);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 238, 106, .52);
  background: rgba(255, 255, 255, .11);
}

.value-card.is-featured {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(145deg, #b8f07f, #72c735);
}

.value-pattern {
  height: 78px;
  margin: -24px -24px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  opacity: .95;
}

.p-hospitality { background: conic-gradient(from 45deg, #003437 0 25%, transparent 0 50%, #006c53 0 75%, transparent 0) 0 0 / 30px 30px, #d6ef9c; }
.p-authenticity { background: repeating-linear-gradient(135deg, transparent 0 12px, rgba(255, 255, 255, .24) 12px 20px), linear-gradient(90deg, var(--plum), #6e173d); }
.p-giving { background: radial-gradient(circle at 50% 100%, transparent 15px, rgba(255, 255, 255, .28) 16px 20px, transparent 21px) 0 0 / 44px 38px, var(--gold); }
.p-ambition { background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, .28) 41% 59%, transparent 60%) 0 0 / 34px 34px, var(--blue); }
.p-courage { background: conic-gradient(from 30deg at 50% 65%, transparent 0 16%, rgba(255, 255, 255, .26) 0 33%, transparent 0 50%, rgba(255, 255, 255, .26) 0 67%, transparent 0 84%, rgba(255, 255, 255, .26) 0) 0 0 / 46px 46px, #8b2450; }
.p-vision { background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, .24) 18px 22px), linear-gradient(135deg, #6464df, #4646a8); }

.value-card small {
  display: block;
  margin-bottom: 7px;
  color: #a8ee6a;
  font-size: .78rem;
  font-weight: 700;
}

.value-card.is-featured small { color: rgba(0, 38, 40, .66); }
.value-card h3 { margin: 0; font-size: 1.5rem; line-height: 1.35; }
.value-card p { margin: 12px 0 0; color: rgba(255, 255, 255, .68); font-size: .9rem; line-height: 1.8; }
.value-card.is-featured p { color: rgba(0, 38, 40, .72); }

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms);
}

.js .reveal.is-visible { opacity: 1; transform: none; }
.js .value-card.reveal.is-visible:hover { transform: translateY(-6px); }

.offers-section { padding: clamp(82px, 8vw, 120px) 0 clamp(90px, 9vw, 138px); }

.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 48px; }
.section-heading h2, .booking-copy h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.5rem); font-weight: 800; line-height: 1.18; letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 8px; color: #5c6d69; font-size: 1rem; }

.tabs { position: sticky; top: 108px; z-index: 18; width: fit-content; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 48px auto 38px; padding: 7px; border: 1px solid rgba(0, 38, 40, .16); border-radius: 18px; background: rgba(245, 247, 243, .97); box-shadow: 0 14px 38px rgba(0, 38, 40, .16); backdrop-filter: blur(16px); }

.tab { min-width: 220px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 18px; color: #536460; border: 0; border-radius: 12px; background: transparent; cursor: pointer; }
.tab b { padding: 3px 9px; border-radius: 999px; color: #61716d; background: rgba(0, 38, 40, .08); font-size: .66rem; }
.tab-icon { font-size: 1.15rem; }
.tab.is-active { color: var(--white); background: var(--ink); box-shadow: 0 9px 24px rgba(0, 38, 40, .2); }
.tab.is-active b { color: var(--ink); background: var(--green-bright); }

.offers-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; max-width: 1180px; margin-inline: auto; }

.offer-card { grid-column: span 2; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 34px rgba(0, 38, 40, .07); transition: transform .25s ease, box-shadow .25s ease; }
.offer-card:nth-child(4) { grid-column: 2 / span 2; }
.offer-card:nth-child(5) { grid-column: 4 / span 2; }
.offer-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }

.poster-button { position: relative; width: 100%; display: block; padding: 12px; border: 0; background: #edf1eb; cursor: zoom-in; overflow: hidden; }
.poster-button img { width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; border-radius: 13px; box-shadow: 0 8px 24px rgba(0, 38, 40, .12); transition: transform .35s ease, filter .35s ease; }
.poster-button span { position: absolute; inset: auto 50% 14px auto; transform: translateX(50%) translateY(12px); padding: 7px 13px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; color: var(--white); background: rgba(0, 38, 40, .82); font-size: .72rem; opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.offer-card:hover .poster-button img { transform: scale(1.025); filter: brightness(.8); }
.offer-card:hover .poster-button span { opacity: 1; transform: translateX(50%) translateY(0); }

.offer-info { min-height: 98px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 19px 18px 13px; }
.offer-info h3 { margin: 0; font-size: 1rem; line-height: 1.5; }
.offer-info p { margin: 4px 0 0; color: #73817e; font-size: .78rem; }
.offer-info strong { white-space: nowrap; color: var(--green); font-size: 1.45rem; line-height: 1.45; }
.offer-info small { font-size: .67rem; }
.offer-cta { display: flex; align-items: center; justify-content: center; min-height: 49px; margin: 0 14px 14px; border-radius: 12px; color: var(--white); background: var(--ink); font-size: .86rem; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.offer-cta:hover { background: var(--green); }

.offers-panel[hidden] { display: none; }
.terms-note { margin: 26px 0 0; color: #778480; text-align: center; font-size: .78rem; }

.stay-section { padding: clamp(76px, 8vw, 116px) 0; background: #edf3ed; }
.stay-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(44px, 7vw, 94px); align-items: center; }
.stay-copy h2 { margin: 0; font-size: clamp(2.15rem, 3.8vw, 3.8rem); line-height: 1.22; letter-spacing: -.04em; }
.stay-copy > p:not(.section-kicker) { margin: 20px 0 0; color: #536660; font-size: 1rem; line-height: 1.95; }
.stay-copy strong { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--green); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(-4px); }

.stay-options { display: grid; gap: 14px; }
.stay-option { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 12px 34px rgba(0, 38, 40, .06); }
.stay-option > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #dff3cc; font-size: .72rem; font-weight: 800; }
.stay-option h3 { margin: 0; font-size: 1.08rem; line-height: 1.5; }
.stay-option p { margin: 6px 0 0; color: #63736f; font-size: .88rem; line-height: 1.75; }

.booking-section { position: relative; overflow: hidden; padding: clamp(68px, 8vw, 108px) 0; color: var(--white); background: var(--ink); }
.booking-pattern { position: absolute; inset: 0 auto 0 0; width: 44%; opacity: .14; background: conic-gradient(from 90deg, var(--green) 25%, transparent 0 50%, var(--green-bright) 0 75%, transparent 0); background-size: 44px 44px; -webkit-mask-image: linear-gradient(90deg, #000, transparent); mask-image: linear-gradient(90deg, #000, transparent); }
.booking-inner { position: relative; display: grid; grid-template-columns: 1fr minmax(320px, .55fr); gap: 60px; align-items: center; }
.section-kicker.light { color: #a8ee6a; }
.booking-copy > p:not(.section-kicker) { margin: 18px 0 0; color: rgba(255, 255, 255, .68); }
.official-number { display: inline-block; margin-top: 10px; color: #a8ee6a; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 800; letter-spacing: .025em; }

.location-card { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 28px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 22px; background: rgba(255, 255, 255, .07); transition: transform .2s ease, background .2s ease; }
.location-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .11); }
.location-pin { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green-bright); font-size: 1.5rem; }
.location-card small { display: block; color: rgba(255, 255, 255, .56); }
.location-card strong { display: block; margin-top: 2px; font-size: 1.3rem; }
.location-card b { font-size: 1.2rem; }

.faq-section { padding: clamp(76px, 8vw, 116px) 0; }
.faq-heading { margin-bottom: 42px; }
.faq-list { max-width: 980px; margin-inline: auto; display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 9px 25px rgba(0, 38, 40, .045); }
.faq-item summary { min-height: 68px; display: flex; align-items: center; gap: 18px; padding: 18px 22px; color: var(--ink); font-size: 1rem; font-weight: 800; line-height: 1.55; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; margin-inline-start: auto; border-radius: 50%; color: var(--ink); background: #e4f7d5; font-size: 1.2rem; transition: transform .22s ease, background .22s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--green-bright); }
.faq-item p { margin: 0; padding: 0 22px 22px; color: #596b66; font-size: .94rem; line-height: 1.85; }
.faq-item p a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 28px 0; color: rgba(255, 255, 255, .6); background: #001b1d; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-inner img { width: 86px; height: 54px; object-fit: contain; }
.footer-inner p { margin: 0; font-size: .82rem; }
.footer-inner a { font-size: .75rem; }

.floating-whatsapp { position: fixed; inset: auto auto 22px 22px; z-index: 30; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 11px 17px; border-radius: 999px; color: var(--ink); background: var(--green-bright); box-shadow: 0 14px 34px rgba(0, 38, 40, .25); font-size: .8rem; }
.floating-whatsapp span { font-size: 1.1rem; }

.poster-dialog { width: fit-content; max-width: min(94vw, 680px); max-height: 94vh; padding: 0; overflow: visible; border: 0; border-radius: 20px; background: transparent; box-shadow: 0 30px 100px rgba(0, 0, 0, .45); }
.poster-dialog::backdrop { background: rgba(0, 22, 24, .84); backdrop-filter: blur(7px); }
.poster-dialog img { width: auto; max-width: 92vw; height: auto; max-height: 92vh; object-fit: contain; border-radius: 20px; }
.dialog-close { position: absolute; inset: -15px -15px auto auto; z-index: 2; width: 42px; height: 42px; border: 2px solid var(--white); border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 8px 24px rgba(0, 0, 0, .2); font-size: 1.5rem; line-height: 1; cursor: pointer; }

:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 3px; }

@media (max-width: 1180px) {
  .hero-inner { grid-template-columns: 1fr 420px; gap: 50px; }
  .hero h1 { font-size: clamp(3rem, 5vw, 4.4rem); }
}

@media (max-width: 1050px) {
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
  .offer-card, .offer-card:nth-child(4), .offer-card:nth-child(5) { grid-column: auto; }
  .offer-card:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
}

@media (max-width: 900px) {
  .header-nav > a:not(.header-cta) { display: none; }
  .hero { padding-top: 134px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-facts { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-showcase { width: min(100%, 650px); min-height: 410px; margin-inline: auto; }
  .benefits { margin-top: -28px; }
  .benefits-grid { grid-template-columns: 1fr; max-width: 650px; }
  .benefits-grid > div { min-height: 92px; padding: 20px 24px; border-inline-start: 0; border-top: 1px solid var(--line); }
  .benefits-grid > div:first-child { border-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .section-heading > p { max-width: 560px; margin-inline: auto; }
  .stay-layout { grid-template-columns: 1fr; }
  .stay-copy { max-width: 720px; }
  .booking-inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 560px); }
  .header-inner { height: 78px; }
  .brand-lockup { gap: 10px; }
  .brand-lockup .hotel-mark { width: 68px; height: 47px; }
  .brand-lockup .occasion-mark { width: 94px; }
  .brand-divider { height: 26px; }
  .header-cta { padding: 8px 12px; font-size: .73rem !important; }
  .hero { min-height: auto; padding: 118px 0 64px; background-position: 58% center; }
  .hero h1 { font-size: clamp(2.5rem, 11.5vw, 3.8rem); }
  .campaign-title { width: 100%; min-height: 54px; justify-content: center; padding: 11px 16px 14px; font-size: clamp(1.05rem, 5vw, 1.28rem); }
  .hero-lead { font-size: .95rem; }
  .hero-actions .button { flex: 1 1 150px; }
  .hero-facts { gap: 0; }
  .hero-facts div { flex: 1; padding-inline: 10px; }
  .hero-facts dt { font-size: 1.2rem; }
  .hero-facts dd { font-size: .64rem; }
  .hero-showcase { min-height: 360px; padding: 28px 22px; border-radius: 24px; }
  .showcase-logos { min-height: 116px; gap: 18px; }
  .price-card { padding: 14px; }
  .price-card strong { font-size: 1.45rem; }
  .values-section { margin-top: 54px; padding: 68px 0; }
  .values-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .value-card { min-height: 258px; }
  .offers-section { padding: 70px 0; }
  .tabs { top: 86px; width: 100%; margin-top: 32px; }
  .tab { min-width: 0; min-height: 52px; padding: 8px; font-size: .78rem; }
  .tab b { display: none; }
  .offers-grid { grid-template-columns: 1fr; gap: 22px; max-width: 430px; }
  .offer-card:last-child { grid-column: auto; width: 100%; }
  .offer-card { border-radius: 15px; }
  .poster-button { padding: 10px; }
  .offer-info { min-height: 94px; padding: 16px 15px 10px; }
  .offer-info h3 { font-size: .95rem; }
  .offer-info p { font-size: .76rem; }
  .offer-info strong { font-size: 1.35rem; }
  .offer-cta { min-height: 46px; margin: 0 10px 10px; font-size: .82rem; }
  .poster-button span { display: none; }
  .stay-section, .faq-section { padding: 66px 0; }
  .stay-layout { gap: 36px; }
  .stay-copy h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .stay-option { gap: 14px; padding: 19px; border-radius: 16px; }
  .stay-option > span { width: 38px; height: 38px; }
  .faq-heading { margin-bottom: 30px; }
  .faq-item summary { min-height: 62px; padding: 16px; font-size: .92rem; }
  .faq-item p { padding: 0 16px 18px; font-size: .88rem; }
  .booking-actions .button { width: 100%; }
  .location-card { padding: 20px; }
  .location-pin { width: 48px; height: 48px; }
  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
  .floating-whatsapp { inset: auto auto 14px 14px; width: 48px; height: 48px; justify-content: center; padding: 0; }
  .floating-whatsapp b { display: none; }
  .dialog-close { inset: -12px auto auto -8px; }
}

@media (max-width: 380px) {
  .header-nav { gap: 0; }
  .brand-lockup .occasion-mark { width: 82px; }
  .header-cta { padding: 7px 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
}
