/* ============================================================
   GOLAZO ACTIVATIONS — Estilos
   Tema: Césped + Neón  ·  Profesional pero divertido
   ============================================================ */

:root {
  --green-900: #07150d;
  --green-800: #0c2a18;
  --green-700: #103a22;
  --green-600: #16a34a;
  --green-card: #0f2c1b;
  --neon: #aaff00;
  --neon-2: #39e600;
  --ink: #eaf3ec;
  --muted: #9fc0ab;
  --white: #ffffff;
  --line: rgba(170, 255, 0, 0.16);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --max: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

/* El atributo hidden debe ganar siempre, aunque la clase use display:flex/grid */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Archivo', system-ui, sans-serif;
  background: var(--green-900);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Fredoka', 'Archivo', sans-serif; line-height: 1.1; }

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

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

::selection { background: var(--neon); color: var(--green-900); }

/* Scrollbar */
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--green-900); }
::-webkit-scrollbar-thumb { background: var(--green-700); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--neon-2); }

.grad {
  background: linear-gradient(100deg, var(--neon), var(--neon-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s; white-space: nowrap;
}
.btn--neon {
  background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900);
  box-shadow: 0 8px 24px rgba(170, 255, 0, .28);
}
.btn--neon:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(170, 255, 0, .45); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--neon); transform: translateY(-3px); }
.btn--sm { padding: 9px 18px; font-size: .92rem; }
.btn--lg { padding: 17px 28px; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s, backdrop-filter .3s, box-shadow .3s, padding .3s;
  padding: 16px 0;
}
.nav.scrolled {
  background: rgba(7, 21, 13, .82); backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .35); padding: 10px 0;
}
.nav__inner {
  max-width: var(--max); margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; gap: 18px;
}
.nav__logo { display: flex; align-items: center; }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { font-weight: 500; color: var(--muted); transition: color .2s; position: relative; }
.nav__links a:hover { color: var(--neon); }
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px;
  background: var(--neon); transition: width .25s;
}
.nav__links a:hover::after { width: 100%; }
.nav__actions { display: flex; align-items: center; gap: 12px; }

.lang-toggle {
  display: inline-flex; background: rgba(255,255,255,.06); border: 1px solid var(--line);
  border-radius: 999px; padding: 3px; cursor: pointer;
}
.lang-toggle__opt {
  font-size: .8rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; color: var(--muted);
  transition: .2s;
}
.lang-toggle__opt.is-active { background: var(--neon); color: var(--green-900); }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; }
.nav__burger span { width: 26px; height: 3px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 120px 22px 80px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7,21,13,.78) 0%, rgba(7,21,13,.80) 45%, rgba(7,21,13,.90) 100%),
    url('/assets/hero.webp') center/cover no-repeat,
    radial-gradient(120% 90% at 50% 0%, var(--green-700) 0%, var(--green-900) 70%);
}
.hero__field {
  position: absolute; inset: 0; z-index: 0; opacity: .22;
  background-image:
    linear-gradient(rgba(170,255,0,.05) 2px, transparent 2px),
    linear-gradient(90deg, rgba(170,255,0,.05) 2px, transparent 2px);
  background-size: 60px 60px;
  mask-image: radial-gradient(80% 60% at 50% 40%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(80% 60% at 50% 40%, #000 30%, transparent 80%);
  transform: translateZ(0);
}
.hero__confetti { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.confetti-piece { position: absolute; top: -12px; width: 9px; height: 14px; border-radius: 2px; opacity: .85; animation: fall linear infinite; }
@keyframes fall { to { transform: translateY(115vh) rotate(540deg); } }

.hero__inner { position: relative; z-index: 2; max-width: 880px; }
.hero__eyebrow {
  display: inline-block; font-weight: 600; color: var(--neon);
  background: rgba(170,255,0,.1); border: 1px solid var(--line);
  padding: 7px 16px; border-radius: 999px; font-size: .9rem; margin-bottom: 24px;
}
.hero__title { font-size: clamp(2.6rem, 7vw, 5.2rem); font-weight: 700; letter-spacing: -1px; }
.hero__slogan { font-size: clamp(1.05rem, 2.3vw, 1.3rem); color: var(--muted); max-width: 620px; margin: 22px auto 0; }
.hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero__badges {
  list-style: none; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap;
  margin-top: 40px; color: var(--muted); font-size: .95rem;
}
.hero__badges strong { color: var(--neon); font-size: 1.15rem; }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; }
.hero__scroll span {
  display: block; width: 24px; height: 40px; border: 2px solid var(--line); border-radius: 14px; position: relative;
}
.hero__scroll span::after {
  content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 5px; height: 8px; background: var(--neon); border-radius: 3px; animation: scrolldot 1.6s infinite;
}
@keyframes scrolldot { 0% { opacity: 0; top: 7px; } 40% { opacity: 1; } 80% { opacity: 0; top: 20px; } }

/* ---------- Stats ---------- */
.stats { padding: 0 22px; margin-top: -36px; position: relative; z-index: 5; }
.stats__grid {
  max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  background: var(--green-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 20px; box-shadow: var(--shadow);
}
.stat { text-align: center; }
.stat__num { display: block; font-family: 'Fredoka', sans-serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.7rem); color: var(--neon); }
.stat__label { color: var(--muted); font-size: .88rem; }

/* ---------- Sections ---------- */
.section { max-width: var(--max); margin: 0 auto; padding: 100px 22px; }
.section--alt { max-width: none; background: linear-gradient(180deg, var(--green-900), var(--green-800)); }
.section--alt > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section__head { text-align: center; margin-bottom: 56px; }
.kicker { color: var(--neon); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: .82rem; }
.section__head h2 { font-size: clamp(2rem, 4.5vw, 3.1rem); margin-top: 10px; }
.section__sub { color: var(--muted); max-width: 600px; margin: 14px auto 0; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: var(--green-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 28px; transition: transform .25s, border-color .25s, box-shadow .25s;
}
.step:hover { transform: translateY(-6px); border-color: var(--neon); box-shadow: var(--shadow); }
.step__n {
  width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900);
  font-family: 'Fredoka'; font-weight: 700; font-size: 1.4rem; margin-bottom: 18px;
}
.step h3 { font-size: 1.35rem; margin-bottom: 8px; }
.step p { color: var(--muted); }

/* ---------- Plans ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.plan {
  background: var(--green-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 28px; position: relative; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.plan--featured { border-color: var(--neon); box-shadow: 0 0 0 1px var(--neon), 0 18px 50px rgba(170,255,0,.14); }
.plan__tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900);
  font-weight: 700; font-size: .78rem; padding: 5px 14px; border-radius: 999px;
}
.plan h3 { font-size: 1.4rem; }
.plan__price { font-family: 'Fredoka'; font-weight: 700; font-size: 2.8rem; color: var(--neon); margin: 12px 0 18px; }
.plan__price span { font-size: 1rem; color: var(--muted); font-weight: 500; }
.plan ul { list-style: none; margin-bottom: 26px; }
.plan ul li { padding: 7px 0; border-bottom: 1px dashed var(--line); color: var(--ink); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery--two { grid-template-columns: 1fr 1fr; max-width: 940px; margin: 0 auto; }
.gallery--two .gallery__item { aspect-ratio: 16 / 11; }
.gallery__item {
  aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; position: relative;
  display: grid; place-items: center; border: 1px solid var(--line);
  transition: transform .3s, box-shadow .3s;
}
.gallery__item:hover { transform: scale(1.02); box-shadow: var(--shadow); }
.gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.gallery__item figcaption { color: rgba(255,255,255,.6); font-weight: 600; font-family: 'Fredoka'; font-size: .85rem; z-index: 0; }
.ph { background-size: 200% 200%; }
.ph--1 { background: linear-gradient(135deg, #0c2a18, #16a34a); }
.ph--2 { background: linear-gradient(135deg, #103a22, #aaff00); }
.ph--3 { background: linear-gradient(135deg, #0c2a18, #0ea5e9); }
.ph--4 { background: linear-gradient(135deg, #14532d, #f97316); }
.ph--5 { background: linear-gradient(135deg, #052e16, #39e600); }
.ph--6 { background: linear-gradient(135deg, #103a22, #d946ef); }

/* ---------- Booking ---------- */
.booking { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: start; }
.booking__form, .booking__side > div {
  background: var(--green-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
}
.booking__side { display: grid; gap: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--ink); }
.field input, .field textarea, .field select {
  width: 100%; background: rgba(0,0,0,.25); border: 1px solid var(--line); color: var(--ink);
  border-radius: 12px; padding: 12px 14px; font: inherit; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--neon); box-shadow: 0 0 0 3px rgba(170,255,0,.15); }
.field input::placeholder, .field textarea::placeholder { color: #5f7c6a; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hint { display: block; margin-top: 5px; font-size: .82rem; min-height: 1em; }
.hint.ok { color: var(--neon); }
.hint.err { color: #ff6b6b; }

.seg { display: inline-flex; background: rgba(0,0,0,.25); border: 1px solid var(--line); border-radius: 12px; padding: 4px; gap: 4px; }
.seg__btn { flex: 1; border: 0; background: transparent; color: var(--muted); font: inherit; font-weight: 600; padding: 9px 16px; border-radius: 9px; cursor: pointer; transition: .2s; }
.seg__btn.is-active { background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900); }

.booking__msg { min-height: 1.2em; font-size: .9rem; margin-bottom: 8px; }
.booking__msg.err { color: #ff6b6b; }
.booking__msg.ok { color: var(--neon); }
.booking__secure { display: block; text-align: center; color: var(--muted); margin-top: 10px; font-size: .85rem; }

/* Quote */
.quote h3, .calwrap__head h3 { font-size: 1.2rem; margin-bottom: 14px; }
.quote__lines { list-style: none; margin-bottom: 12px; }
.quote__lines li { display: flex; justify-content: space-between; color: var(--muted); padding: 5px 0; font-size: .9rem; }
.quote__row { display: flex; justify-content: space-between; padding: 6px 0; }
.quote__row--total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; font-family: 'Fredoka'; font-weight: 700; font-size: 1.25rem; color: var(--neon); }

/* Calendar */
.calwrap__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.calwrap__nav { display: flex; align-items: center; gap: 10px; }
.calwrap__nav button { background: rgba(0,0,0,.3); border: 1px solid var(--line); color: var(--ink); width: 30px; height: 30px; border-radius: 8px; cursor: pointer; font-size: 1.1rem; }
.calwrap__nav button:hover { border-color: var(--neon); color: var(--neon); }
#calMonth { font-weight: 600; min-width: 130px; text-align: center; font-size: .95rem; }
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.cal__dow { text-align: center; font-size: .72rem; color: var(--muted); padding: 4px 0; font-weight: 600; }
.cal__day {
  aspect-ratio: 1; display: grid; place-items: center; border-radius: 9px; font-size: .85rem;
  background: rgba(255,255,255,.04); cursor: pointer; transition: .15s; border: 1px solid transparent;
}
.cal__day:hover:not(.is-busy):not(.is-empty):not(.is-past) { border-color: var(--neon); }
.cal__day.is-empty { background: transparent; cursor: default; }
.cal__day.is-past { color: #4a6353; cursor: not-allowed; opacity: .5; }
.cal__day.is-busy { background: rgba(255,107,107,.18); color: #ff9c9c; cursor: not-allowed; text-decoration: line-through; }
.cal__day.is-selected { background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900); font-weight: 700; }
.cal__legend { display: flex; gap: 16px; justify-content: center; margin-top: 14px; font-size: .78rem; color: var(--muted); flex-wrap: wrap; }
.dot { display: inline-block; width: 11px; height: 11px; border-radius: 3px; vertical-align: -1px; }
.dot--free { background: rgba(255,255,255,.18); }
.dot--busy { background: rgba(255,107,107,.6); }
.dot--sel { background: var(--neon); }

/* ---------- Testimonials ---------- */
.testi__note { color: #ffcf6b; font-size: .85rem; opacity: .9; }
.testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi__card {
  background: var(--green-card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.testi__card:hover { transform: translateY(-6px); border-color: var(--neon); box-shadow: var(--shadow); }
.testi__stars { color: var(--neon); letter-spacing: 3px; margin-bottom: 14px; }
.testi__card blockquote { color: var(--ink); font-size: 1.02rem; line-height: 1.6; margin-bottom: 18px; }
.testi__card figcaption { display: flex; flex-direction: column; }
.testi__card figcaption strong { font-family: 'Fredoka'; }
.testi__card figcaption span { color: var(--muted); font-size: .85rem; }

/* ---------- Confirmation modal (post-payment) ---------- */
.confirm {
  position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; padding: 22px;
  background: rgba(7,21,13,.78); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  opacity: 0; transition: opacity .3s ease;
}
.confirm.show { opacity: 1; }
.confirm__card {
  position: relative; max-width: 460px; width: 100%; padding: 42px 34px; text-align: center;
  background: linear-gradient(160deg, var(--green-700), var(--green-900));
  border: 1.5px solid var(--neon); border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 60px rgba(170,255,0,.18);
  transform: translateY(18px) scale(.96); transition: transform .38s cubic-bezier(.2,.85,.25,1);
}
.confirm.show .confirm__card { transform: none; }
.confirm__icon {
  font-size: 3rem; width: 92px; height: 92px; margin: 0 auto 20px;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(170,255,0,.12); border: 2px solid var(--neon);
  animation: confirmPop .55s cubic-bezier(.2,1.5,.4,1) both;
}
@keyframes confirmPop { 0% { transform: scale(0) rotate(-25deg); } 100% { transform: scale(1) rotate(0); } }
.confirm__card h2 { font-family: 'Fredoka', sans-serif; color: var(--neon); font-size: 1.55rem; margin-bottom: 14px; line-height: 1.2; }
.confirm__card p { color: var(--ink); line-height: 1.6; margin-bottom: 10px; }
.confirm__ref { font-size: .85rem; color: var(--muted) !important; }
.confirm__ref strong { color: var(--ink); }
.confirm__close { margin-top: 20px; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq__item { background: var(--green-card); border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; }
.faq__item summary { cursor: pointer; font-weight: 600; font-family: 'Fredoka'; font-size: 1.08rem; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; color: var(--neon); font-size: 1.5rem; transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--muted); padding-bottom: 18px; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact__info h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 10px 0 14px; }
.contact__info p { color: var(--muted); margin-bottom: 24px; }
.contact__list { list-style: none; display: grid; gap: 14px; }
.contact__list a { color: var(--neon); }
.contact__form { background: var(--green-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); border-top: 1px solid var(--line); padding: 50px 22px; text-align: center; }
.footer__inner { max-width: var(--max); margin: 0 auto; display: grid; place-items: center; gap: 12px; }
.footer__tag { font-family: 'Fredoka'; color: var(--ink); }
.footer__copy { color: var(--muted); font-size: .85rem; }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 22px; left: 22px; z-index: 90; width: 56px; height: 56px;
  background: #25d366; border-radius: 50%; display: grid; place-items: center; font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.4); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.1); }

/* ---------- Chat widget ---------- */
.chat { position: fixed; bottom: 22px; right: 22px; z-index: 95; }
.chat__bubble {
  width: 62px; height: 62px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(100deg, var(--neon), var(--neon-2)); box-shadow: 0 8px 24px rgba(170,255,0,.4);
  font-size: 1.7rem; transition: transform .2s; animation: bob 2.6s ease-in-out infinite;
}
.chat__bubble:hover { transform: scale(1.08); }
@keyframes bob { 50% { transform: translateY(-6px); } }
.chat__panel {
  position: absolute; bottom: 76px; right: 0; width: min(360px, 86vw); height: 480px;
  background: var(--green-800); border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: var(--shadow); animation: pop .2s ease;
}
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.96); } }
.chat__head { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: var(--green-700); border-bottom: 1px solid var(--line); }
.chat__head small { display: block; color: var(--muted); font-size: .78rem; }
.chat__head button { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 1rem; }
.chat__log { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.chat__msg { max-width: 82%; padding: 10px 14px; border-radius: 14px; font-size: .92rem; line-height: 1.45; }
.chat__msg--bot { background: rgba(255,255,255,.07); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat__msg--user { background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900); align-self: flex-end; border-bottom-right-radius: 4px; font-weight: 500; }
.chat__msg--typing { color: var(--muted); font-style: italic; }
.chat__form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.chat__form input { flex: 1; background: rgba(0,0,0,.3); border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 11px 16px; font: inherit; }
.chat__form input:focus { outline: none; border-color: var(--neon); }
.chat__form button { background: linear-gradient(100deg, var(--neon), var(--neon-2)); color: var(--green-900); border: 0; width: 42px; border-radius: 50%; cursor: pointer; font-size: 1rem; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.in-stagger > * { opacity: 0; transform: translateY(24px); animation: rise .6s forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav__links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(7,21,13,.97); padding: 20px 22px; gap: 16px; border-top: 1px solid var(--line); }
  .nav__links.open { display: flex; }
  .nav__burger { display: flex; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .plans, .gallery, .testi { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery--two { grid-template-columns: 1fr; }
  .booking, .contact { grid-template-columns: 1fr; }
  .plan--featured { transform: none; }
}
@media (max-width: 520px) {
  .grid2 { grid-template-columns: 1fr; }
  .hero__badges { gap: 14px; }
  .section { padding: 70px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
