/* =========================================================
   Akverdi Turizm — VIP Umre & Hac
   Premium design system. Emerald + champagne gold.
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --emerald-900: #07271C;
  --emerald-800: #0B3D2E;
  --emerald-700: #14533E;
  --emerald-600: #1C6B50;
  --emerald-500: #2A8466;

  --gold-700: #8F7546;
  --gold-600: #A98B5A;
  --gold-500: #C5A572;
  --gold-400: #D4B886;
  --gold-300: #E4CFA6;

  --cream: #F7F4EF;
  --cream-200: #EFE9DF;
  --cream-300: #E4DCCD;

  --ink: #1A1A17;
  --ink-soft: #2C302C;
  --muted: #5C6661;
  --line: rgba(11, 61, 46, 0.12);

  --white: #ffffff;

  --maxw: 1240px;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 10px rgba(7, 39, 28, 0.06);
  --shadow-md: 0 18px 50px -18px rgba(7, 39, 28, 0.28);
  --shadow-lg: 0 40px 90px -30px rgba(7, 39, 28, 0.45);

  --ff-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --ff-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; border-radius: 3px; }

h1, h2, h3, h4 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }
[id] { scroll-margin-top: calc(var(--header-h) + 24px); }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2.5rem); }
.section { padding-block: clamp(4.5rem, 9vw, 8.5rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--cream { background: var(--cream); }
.section--cream2 { background: var(--cream-200); }
.section--emerald { background: var(--emerald-800); color: var(--cream); }
.section--emerald-deep { background: var(--emerald-900); color: var(--cream); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.measure { max-width: 60ch; }
.grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2rem); }

/* ---------- Eyebrow + headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--ff-sans);
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-600);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold-500); }
.eyebrow--center::after { content: ""; width: 26px; height: 1px; background: var(--gold-500); }
.section--emerald .eyebrow, .section--emerald-deep .eyebrow,
.on-dark .eyebrow { color: var(--gold-400); }
.on-dark .eyebrow::before, .on-dark .eyebrow--center::after { background: var(--gold-400); }

.h-display { font-size: clamp(2.2rem, 5.4vw, 4rem); }
.h-xl { font-size: clamp(1.9rem, 4.2vw, 3rem); }
.h-lg { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); }
.section--emerald .lead, .on-dark .lead { color: rgba(247, 244, 239, 0.78); }

.section-head { max-width: 56ch; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin-top: 0.7rem; }
.section-head .lead { margin-top: 1rem; }

/* gold rule */
.rule-gold { width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold-500), transparent); margin-top: 1.4rem; }
.center .rule-gold { margin-inline: auto; background: linear-gradient(90deg, transparent, var(--gold-500), transparent); width: 90px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  font-family: var(--ff-sans); font-weight: 600; font-size: 0.97rem;
  letter-spacing: 0.01em;
  padding: 0.95em 1.7em; border-radius: var(--radius);
  transition: transform 0.35s var(--ease), background 0.3s, color 0.3s, box-shadow 0.35s;
  position: relative; line-height: 1; white-space: nowrap;
}
.btn .arr { transition: transform 0.35s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn:active { transform: translateY(1px); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: var(--emerald-900);
  box-shadow: 0 10px 30px -10px rgba(169, 139, 90, 0.7);
}
.btn--gold:hover { box-shadow: 0 16px 38px -10px rgba(169, 139, 90, 0.85); transform: translateY(-2px); }

.btn--emerald { background: var(--emerald-800); color: var(--cream); }
.btn--emerald:hover { background: var(--emerald-700); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: currentColor; box-shadow: inset 0 0 0 1.5px currentColor; }
.btn--ghost:hover { background: var(--emerald-800); color: var(--cream); box-shadow: inset 0 0 0 1.5px var(--emerald-800); }
.btn--ghost.on-dark:hover, .on-dark .btn--ghost:hover { background: var(--cream); color: var(--emerald-900); box-shadow: inset 0 0 0 1.5px var(--cream); }
.btn--ghost-gold { background: transparent; color: var(--gold-500); box-shadow: inset 0 0 0 1.5px var(--gold-600); }
.btn--ghost-gold:hover { background: var(--gold-500); color: var(--emerald-900); }

.btn--wide { width: 100%; }
.btn--lg { padding: 1.1em 2em; font-size: 1.02rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s, backdrop-filter 0.4s;
  padding-block: 0.85rem;
}
.site-header .container { display: flex; align-items: center; gap: 1.2rem; }
.site-header.is-scrolled {
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line), 0 16px 40px -28px rgba(7,39,28,0.4);
  padding-block: 0.55rem;
}

.brand { display: flex; align-items: center; gap: 0.7rem; flex-shrink: 0; }
.brand__logo { height: 32px; width: auto; display: block; color: var(--cream); transition: color 0.4s var(--ease), height 0.4s var(--ease); }
.is-scrolled .brand__logo { color: var(--emerald-900); height: 28px; }
.brand:hover .brand__logo { opacity: 0.92; }
.footer-brand .brand__logo, .footer-brand-link .brand__logo { height: 36px; color: var(--cream); }
.mobile-menu .brand__logo { color: var(--cream); }
.brand__mark { width: 42px; height: 42px; transition: transform 0.4s var(--ease); }
.brand:hover .brand__mark { transform: rotate(15deg); }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--ff-serif); font-size: 1.32rem; font-weight: 600; color: var(--cream); letter-spacing: 0.01em; transition: color 0.4s; }
.brand__sub { font-size: 0.6rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-400); margin-top: 3px; transition: color 0.4s; }
.is-scrolled .brand__name { color: var(--emerald-900); }
.is-scrolled .brand__sub { color: var(--gold-600); }

/* Nav */
.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 0.35rem; }
.nav__link {
  display: flex; align-items: center; gap: 0.3em;
  padding: 0.6rem 0.85rem; font-size: 0.92rem; font-weight: 500;
  color: rgba(247,244,239,0.9); border-radius: var(--radius);
  transition: color 0.25s, background 0.25s;
}
.is-scrolled .nav__link { color: var(--ink-soft); }
.nav__link:hover { color: var(--gold-400); }
.is-scrolled .nav__link:hover { color: var(--emerald-700); background: rgba(11,61,46,0.05); }
.nav__link.is-active { color: var(--gold-400); }
.is-scrolled .nav__link.is-active { color: var(--emerald-700); }
.nav__item { position: relative; }
.nav__item.has-drop > .nav__link::after { content: "▾"; font-size: 0.7em; opacity: 0.7; transition: transform 0.3s; }
.nav__item.has-drop:hover > .nav__link::after { transform: rotate(180deg); }

.drop {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translate(-50%, 8px);
  min-width: 248px; background: var(--white); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  padding: 0.6rem; opacity: 0; visibility: hidden; transition: opacity 0.3s, transform 0.3s var(--ease);
}
.drop::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; height: 14px; }
.nav__item.has-drop:hover .drop, .nav__item.has-drop:focus-within .drop {
  opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
.drop a {
  display: block; padding: 0.62rem 0.85rem; border-radius: var(--radius);
  font-size: 0.9rem; color: var(--ink-soft); transition: background 0.2s, color 0.2s, padding 0.25s;
}
.drop a:hover { background: var(--cream); color: var(--emerald-700); padding-left: 1.1rem; }

.header-cta { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.header-wa {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: #25D366; color: #fff; transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 8px 20px -8px rgba(37,211,102,0.7);
}
.header-wa:hover { transform: translateY(-2px) scale(1.05); }
.header-cta .btn--gold { padding: 0.72em 1.25em; font-size: 0.9rem; }

/* Burger + mobile */
.burger { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; margin-left: auto; }
.burger span { height: 2px; background: var(--cream); border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.3s, background 0.4s; }
.is-scrolled .burger span { background: var(--emerald-900); }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--emerald-900); color: var(--cream);
  padding: calc(var(--header-h) + 1rem) clamp(1.4rem,6vw,3rem) 2rem;
  transform: translateX(100%); transition: transform 0.5s var(--ease);
  overflow-y: auto; display: flex; flex-direction: column;
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__group { border-bottom: 1px solid rgba(247,244,239,0.12); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1rem 0; font-family: var(--ff-serif); font-size: 1.25rem; color: var(--cream); }
.mobile-menu__top .chev { transition: transform 0.3s; color: var(--gold-400); }
.mobile-menu__top[aria-expanded="true"] .chev { transform: rotate(180deg); }
.mobile-menu__sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.mobile-menu__sub > div { overflow: hidden; }
.mobile-menu__sub.is-open { grid-template-rows: 1fr; }
.mobile-menu__sub a { display: block; padding: 0.55rem 0; color: rgba(247,244,239,0.72); font-size: 0.98rem; }
.mobile-menu__sub a:hover { color: var(--gold-400); }
.mobile-menu__cta { margin-top: auto; padding-top: 1.6rem; display: grid; gap: 0.8rem; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--cream); overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -3; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 26s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.06) translateY(0); } to { transform: scale(1.18) translateY(-2%); } }
.hero__pattern, .page-hero__pattern, .cta-band__pattern { display: none; }
.hero__veil { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(7,39,28,0.78) 0%, rgba(7,39,28,0.55) 40%, rgba(7,39,28,0.86) 100%),
    linear-gradient(90deg, rgba(5,26,19,0.92) 0%, rgba(7,39,28,0.6) 48%, rgba(7,39,28,0.32) 100%);
}
.hero__inner { padding-block: calc(var(--header-h) + 3rem) 4rem; max-width: 56rem; }
.hero h1 { font-size: clamp(2.5rem, 6.4vw, 5rem); margin: 1.3rem 0 0; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--gold-400); }
.hero__sub { margin: 1.6rem 0 0; font-size: clamp(1.05rem, 1.8vw, 1.32rem); max-width: 44ch; color: rgba(247,244,239,0.9); }
.hero .btn-row { margin-top: 2.4rem; }
.hero__micro { margin-top: 2rem; font-size: 0.95rem; color: rgba(247,244,239,0.82); display: flex; align-items: center; gap: 0.6em; }
.hero__micro b { color: var(--gold-400); font-weight: 600; }
.hero__scroll { position: absolute; bottom: 1.7rem; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 0.5rem; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247,244,239,0.6); }
.hero__scroll .line { width: 1px; height: 40px; background: linear-gradient(var(--gold-400), transparent); animation: scrolldot 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes scrolldot { 0%,100% { transform: scaleY(0.3); opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } }

/* ---------- Trust strip ---------- */
.trust { background: var(--emerald-900); color: var(--cream); border-top: 1px solid rgba(197,165,114,0.18); }
.trust__track { display: flex; align-items: center; gap: clamp(1.4rem, 4vw, 3.4rem); flex-wrap: wrap; justify-content: center; padding-block: 1.4rem; }
.trust__item { display: flex; align-items: center; gap: 0.55em; font-size: 0.9rem; letter-spacing: 0.02em; color: rgba(247,244,239,0.85); white-space: nowrap; }
.trust__item svg { color: var(--gold-400); flex-shrink: 0; }
.trust__sep { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-600); opacity: 0.5; }

/* ---------- Feature cards (Neden Akverdi) ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.feature {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.2rem 2rem; position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.feature::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--gold-400)); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature:hover::before { transform: scaleX(1); }
.feature__icon { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: var(--emerald-800); color: var(--gold-400); margin-bottom: 1.3rem; transition: transform 0.4s var(--ease); }
.feature:hover .feature__icon { transform: scale(1.08) rotate(-4deg); }
.feature__icon svg { width: 28px; height: 28px; }
.feature h3 { font-size: 1.28rem; margin-bottom: 0.55rem; }
.feature p { color: var(--muted); font-size: 0.98rem; }
.feature__num { position: absolute; top: 1.2rem; right: 1.4rem; font-family: var(--ff-serif); font-size: 2.6rem; color: var(--cream-200); line-height: 1; z-index: 0; }
.feature > * { position: relative; z-index: 1; }

/* ---------- Package cards ---------- */
.packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.6rem; align-items: stretch; }
.pkg {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}
.pkg:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.pkg--featured { border-color: var(--gold-500); box-shadow: 0 30px 70px -34px rgba(169,139,90,0.6); }
.pkg__media { position: relative; height: 180px; overflow: hidden; }
.pkg__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.pkg:hover .pkg__media img { transform: scale(1.08); }
.pkg__badge { position: absolute; top: 1rem; left: 1rem; background: rgba(7,39,28,0.85); color: var(--gold-400); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.45em 0.9em; border-radius: 100px; backdrop-filter: blur(6px); border: 1px solid rgba(197,165,114,0.4); }
.pkg__body { padding: 1.8rem; display: flex; flex-direction: column; flex: 1; }
.pkg__name { font-size: 1.55rem; }
.pkg__tier { font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-600); margin-top: 0.2rem; }
.pkg__price { margin: 1.3rem 0 0.3rem; display: flex; align-items: baseline; gap: 0.4rem; }
.pkg__price .amt { font-family: var(--ff-serif); font-size: 2.5rem; color: var(--emerald-800); line-height: 1; }
.pkg__price .cur { font-size: 1.1rem; color: var(--gold-600); font-weight: 600; }
.pkg__price .from { font-size: 0.85rem; color: var(--muted); }
.pkg__note { font-size: 0.86rem; color: var(--muted); }
.pkg__list { margin: 1.3rem 0; display: grid; gap: 0.7rem; border-top: 1px solid var(--line); padding-top: 1.3rem; }
.pkg__list li { display: flex; gap: 0.6rem; font-size: 0.92rem; color: var(--ink-soft); }
.pkg__list svg { color: var(--gold-600); flex-shrink: 0; margin-top: 3px; }
.pkg__cta { margin-top: auto; }

/* ---------- Comparison table ---------- */
.cmp-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line); -webkit-overflow-scrolling: touch; }
.cmp { width: 100%; border-collapse: collapse; min-width: 720px; background: var(--white); }
.cmp th, .cmp td { padding: 1rem 1.3rem; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.cmp thead th { background: var(--emerald-800); color: var(--cream); font-family: var(--ff-serif); font-size: 1.15rem; font-weight: 600; position: sticky; top: 0; }
.cmp thead th small { display: block; font-family: var(--ff-sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-400); font-weight: 500; margin-top: 0.2rem; }
.cmp tbody th { font-weight: 600; color: var(--emerald-800); background: var(--cream); width: 22%; }
.cmp td b { color: var(--emerald-800); }
.cmp .price-cell { font-family: var(--ff-serif); font-size: 1.2rem; color: var(--emerald-800); }
.cmp .col-featured { background: rgba(197,165,114,0.10); }
.cmp thead th.col-featured { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--emerald-900); }
.cmp thead th.col-featured small { color: var(--emerald-800); }
.cmp tbody tr:hover th { background: var(--cream-300); }
.cmp tbody tr:hover td { background: var(--cream-200); }
.cmp tbody tr:hover td.col-featured { background: rgba(197,165,114,0.20); }

/* ---------- Hotels preview ---------- */
.hotels { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 1.6rem; }
.hotel-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; color: var(--cream); isolation: isolate; }
.hotel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.8s var(--ease); }
.hotel-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,39,28,0.1) 0%, rgba(7,39,28,0.35) 45%, rgba(7,39,28,0.9) 100%); }
.hotel-card:hover img { transform: scale(1.07); }
.hotel-card__body { padding: 2rem; }
.hotel-card__tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 0.6rem; }
.hotel-card h3 { font-size: 1.8rem; }
.hotel-card p { margin-top: 0.5rem; color: rgba(247,244,239,0.85); font-size: 0.98rem; }
.hotel-card__meta { margin-top: 1.1rem; display: flex; gap: 1.2rem; flex-wrap: wrap; }
.hotel-card__meta span { display: flex; align-items: center; gap: 0.4em; font-size: 0.85rem; color: var(--gold-300); }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.svc {
  background: var(--white); padding: 2rem 1.6rem; display: flex; flex-direction: column; gap: 0.7rem;
  transition: background 0.35s, color 0.35s; position: relative;
}
.svc:hover { background: var(--emerald-800); color: var(--cream); }
.svc__icon { width: 46px; height: 46px; color: var(--gold-600); transition: color 0.35s, transform 0.4s var(--ease); }
.svc:hover .svc__icon { color: var(--gold-400); transform: translateY(-3px); }
.svc h3 { font-size: 1.12rem; }
.svc p { font-size: 0.88rem; color: var(--muted); transition: color 0.35s; }
.svc:hover p { color: rgba(247,244,239,0.78); }

/* ---------- Process timeline ---------- */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 1.5rem; counter-reset: step; position: relative; }
.step { position: relative; padding-top: 3.6rem; }
.step__num { position: absolute; top: 0; left: 0; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-family: var(--ff-serif); font-size: 1.4rem; background: var(--white); color: var(--emerald-800); border: 1.5px solid var(--gold-500); box-shadow: var(--shadow-sm); z-index: 2; }
.section--emerald .step__num, .on-dark .step__num { background: var(--emerald-900); color: var(--gold-400); }
.step::before { content: ""; position: absolute; top: 27px; left: 54px; right: -1.5rem; height: 1px; background: repeating-linear-gradient(90deg, var(--gold-600) 0 6px, transparent 6px 12px); opacity: 0.5; }
.step:last-child::before { display: none; }
.step h3 { font-size: 1.18rem; margin-bottom: 0.4rem; }
.step p { font-size: 0.92rem; color: var(--muted); }
.section--emerald .step p, .on-dark .step p { color: rgba(247,244,239,0.72); }

/* ---------- Testimonials ---------- */
.tst { position: relative; }
.tst__track { display: flex; transition: transform 0.6s var(--ease); }
.tst__slide { min-width: 100%; padding: 0 clamp(0,4vw,3rem); }
.tst__quote { font-family: var(--ff-serif); font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.45; text-align: center; max-width: 50ch; margin-inline: auto; font-style: italic; }
.tst__quote::before { content: "“"; display: block; font-size: 4rem; color: var(--gold-500); line-height: 0.5; margin-bottom: 1.2rem; }
.tst__who { text-align: center; margin-top: 1.8rem; font-family: var(--ff-sans); font-style: normal; }
.tst__who .name { font-weight: 600; color: var(--gold-400); }
.tst__who .city { font-size: 0.88rem; color: rgba(247,244,239,0.6); }
.tst__stars { display: flex; gap: 0.3rem; justify-content: center; color: var(--gold-400); margin-top: 0.4rem; }
.tst__nav { display: flex; gap: 0.6rem; justify-content: center; margin-top: 2.4rem; }
.tst__dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(247,244,239,0.25); transition: width 0.4s var(--ease), background 0.3s; }
.tst__dot.is-active { width: 30px; border-radius: 10px; background: var(--gold-500); }

/* ---------- Split / CTA blocks ---------- */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3.4; box-shadow: var(--shadow-md); }
.split__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.split__media:hover img { transform: scale(1.05); }
.split__badge { position: absolute; bottom: 1.4rem; left: 1.4rem; right: 1.4rem; background: rgba(7,39,28,0.82); backdrop-filter: blur(8px); border: 1px solid rgba(197,165,114,0.35); border-radius: var(--radius); padding: 1.1rem 1.3rem; color: var(--cream); display: flex; align-items: center; gap: 0.9rem; }
.split__badge .big { font-family: var(--ff-serif); font-size: 1.7rem; color: var(--gold-400); line-height: 1; }
.split__badge small { font-size: 0.82rem; color: rgba(247,244,239,0.8); }

/* check list */
.check-list { display: grid; gap: 0.9rem; margin-top: 1.6rem; }
.check-list li { display: flex; gap: 0.8rem; align-items: flex-start; }
.check-list .ic { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--emerald-800); color: var(--gold-400); margin-top: 2px; }
.section--emerald .check-list .ic, .on-dark .check-list .ic { background: rgba(197,165,114,0.18); }
.check-list b { display: block; }
.check-list span.txt { color: var(--muted); font-size: 0.95rem; }
.on-dark .check-list span.txt, .section--emerald .check-list span.txt { color: rgba(247,244,239,0.72); }

/* stat strip */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 1.5rem; text-align: center; }
.stat .num { font-family: var(--ff-serif); font-size: clamp(2.4rem,5vw,3.4rem); color: var(--gold-400); line-height: 1; }
.stat .lbl { margin-top: 0.5rem; font-size: 0.9rem; letter-spacing: 0.04em; color: rgba(247,244,239,0.78); text-transform: uppercase; }
.section--cream .stat .num, .section--cream2 .stat .num { color: var(--emerald-700); }
.section--cream .stat .lbl, .section--cream2 .stat .lbl { color: var(--muted); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0.2rem; text-align: left; font-family: var(--ff-serif); font-size: clamp(1.1rem,2vw,1.35rem); color: var(--emerald-900); transition: color 0.3s; }
.on-dark .faq__q { color: var(--cream); }
.faq__q:hover { color: var(--gold-600); }
.on-dark .faq__q:hover { color: var(--gold-400); }
.faq__icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--gold-500); display: grid; place-items: center; position: relative; transition: background 0.35s, transform 0.4s var(--ease); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--gold-600); border-radius: 2px; transition: transform 0.35s var(--ease), background 0.3s; }
.faq__icon::before { width: 13px; height: 2px; }
.faq__icon::after { width: 2px; height: 13px; }
.faq__item.is-open .faq__icon { background: var(--gold-500); transform: rotate(180deg); }
.faq__item.is-open .faq__icon::after { transform: scaleY(0); }
.faq__item.is-open .faq__icon::before { background: var(--emerald-900); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.45s var(--ease); }
.faq__a > div { overflow: hidden; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a p { padding: 0 0.2rem 1.5rem; color: var(--muted); }
.on-dark .faq__a p { color: rgba(247,244,239,0.72); }

/* ---------- Forms ---------- */
.form-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(1.6rem,3vw,2.6rem); box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--emerald-800); }
.field label .req { color: var(--gold-600); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 0.85rem 1rem; border: 1.5px solid var(--cream-300); border-radius: var(--radius);
  background: var(--cream); transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa39e; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-500); background: var(--white); box-shadow: 0 0 0 4px rgba(197,165,114,0.15); }
.field textarea { resize: vertical; min-height: 96px; }
.field .hint { font-size: 0.78rem; color: var(--muted); }
.field.has-error input, .field.has-error select { border-color: #c0392b; background: #fdf3f2; }
.field .err-msg { font-size: 0.8rem; color: #c0392b; display: none; }
.field.has-error .err-msg { display: block; }
.form-consent { font-size: 0.82rem; color: var(--muted); margin-top: 0.4rem; }
.form-success {
  display: none; text-align: center; padding: 2.5rem 1rem;
}
.form-success.is-on { display: block; animation: rise 0.6s var(--ease) both; }
.form-success .tick { width: 72px; height: 72px; margin: 0 auto 1.4rem; border-radius: 50%; background: var(--emerald-800); display: grid; place-items: center; color: var(--gold-400); }
.form-success .tick svg { animation: tick 0.6s 0.2s var(--ease) both; }
@keyframes tick { from { stroke-dashoffset: 40; } to { stroke-dashoffset: 0; } }
.form-success h3 { font-size: 1.5rem; color: var(--emerald-900); }
.form-success p { color: var(--muted); margin: 0.6rem auto 1.6rem; max-width: 40ch; }
.is-submitting { opacity: 0.6; pointer-events: none; }

/* contact info aside */
.contact-aside { display: grid; gap: 1.3rem; align-content: start; }
.contact-row { display: flex; gap: 1rem; align-items: flex-start; }
.contact-row .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(197,165,114,0.14); color: var(--gold-500); }
.on-dark .contact-row .ic { background: rgba(197,165,114,0.16); }
.contact-row .lbl { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-600); }
.on-dark .contact-row .lbl { color: var(--gold-400); }
.contact-row a, .contact-row .val { font-size: 1.05rem; color: inherit; }
.contact-row a:hover { color: var(--gold-500); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; padding-block: calc(var(--header-h) + 4.5rem) clamp(3.5rem,7vw,6rem); color: var(--cream); overflow: hidden; isolation: isolate; }
.page-hero__bg { position: absolute; inset: 0; z-index: -2; }
.page-hero__bg img, .page-hero__bg video { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(7,39,28,0.92), rgba(7,39,28,0.62)); }
.page-hero__pattern { position: absolute; inset: 0; z-index: -1; opacity: 0.08; background-size: 420px; }
.page-hero h1 { font-size: clamp(2.2rem,5vw,3.8rem); margin-top: 1rem; max-width: 20ch; }
.page-hero .lead { margin-top: 1.2rem; max-width: 52ch; color: rgba(247,244,239,0.85); }
.crumbs { display: flex; gap: 0.5rem; font-size: 0.85rem; color: rgba(247,244,239,0.6); align-items: center; }
.crumbs a:hover { color: var(--gold-400); }
.crumbs span { color: var(--gold-400); }

/* ---------- Pillars / why list ---------- */
.pillars { display: grid; gap: 1px; background: var(--line); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); }
.pillar { background: var(--white); padding: 1.8rem 2rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem; align-items: center; transition: background 0.3s; }
.pillar:hover { background: var(--cream); }
.pillar__ic { width: 50px; height: 50px; border-radius: 12px; background: var(--emerald-800); color: var(--gold-400); display: grid; place-items: center; }
.pillar h3 { font-size: 1.2rem; }
.pillar p { font-size: 0.92rem; color: var(--muted); margin-top: 0.2rem; }
.pillar__tag { font-family: var(--ff-serif); font-size: 1.1rem; color: var(--emerald-700); white-space: nowrap; text-align: right; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; }
.cta-band__pattern { position: absolute; inset: 0; z-index: -1; opacity: 0.06; background-size: 380px; }
.cta-band__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.cta-band h2 { font-size: clamp(1.8rem,3.6vw,2.8rem); }

/* ---------- Footer ---------- */
.site-footer { background: var(--emerald-900); color: rgba(247,244,239,0.7); padding-top: clamp(3.5rem,6vw,5.5rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(247,244,239,0.1); }
.footer-brand .brand__name { color: var(--cream); }
.footer-about { margin: 1.2rem 0 1.4rem; font-size: 0.92rem; line-height: 1.7; max-width: 34ch; }
.footer-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.footer-badge { font-size: 0.7rem; letter-spacing: 0.08em; padding: 0.4em 0.7em; border: 1px solid rgba(197,165,114,0.3); border-radius: 4px; color: var(--gold-400); }
.footer-col h4 { font-family: var(--ff-sans); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 1.1rem; }
.footer-col ul { display: grid; gap: 0.7rem; }
.footer-col a, .footer-contact li { font-size: 0.92rem; transition: color 0.25s, padding 0.25s; }
.footer-col a:hover { color: var(--gold-400); padding-left: 4px; }
.footer-contact { display: grid; gap: 0.9rem; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; }
.footer-contact svg { color: var(--gold-500); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 0.7rem; margin-top: 0.4rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(247,244,239,0.18); transition: background 0.3s, border-color 0.3s, transform 0.3s; }
.footer-social a:hover { background: var(--gold-500); color: var(--emerald-900); border-color: var(--gold-500); transform: translateY(-2px); padding-left: 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-block: 1.6rem; font-size: 0.82rem; }
.footer-bottom nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--gold-400); }

/* ---------- Floating + mobile bar ---------- */
.wa-float { position: fixed; right: 1.2rem; bottom: 1.4rem; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(37,211,102,0.6); transition: transform 0.3s; animation: wapulse 2.6s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.08); }
@keyframes wapulse { 0%,100% { box-shadow: 0 14px 30px -8px rgba(37,211,102,0.6), 0 0 0 0 rgba(37,211,102,0.4);} 50% { box-shadow: 0 14px 30px -8px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0);} }

.mbar { position: fixed; inset: auto 0 0 0; z-index: 91; display: none; grid-template-columns: repeat(3,1fr); background: var(--emerald-900); border-top: 1px solid rgba(197,165,114,0.25); box-shadow: 0 -10px 30px -10px rgba(0,0,0,0.4); }
.mbar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 0.7rem 0.4rem calc(0.7rem + env(safe-area-inset-bottom)); font-size: 0.72rem; color: rgba(247,244,239,0.85); }
.mbar a svg { width: 22px; height: 22px; color: var(--gold-400); }
.mbar a.mbar--cta { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--emerald-900); }
.mbar a.mbar--cta svg { color: var(--emerald-900); }

/* ---------- Cookie banner ---------- */
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 95; max-width: 480px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 1.3rem 1.5rem; transform: translateY(160%); transition: transform 0.5s var(--ease); }
.cookie.is-on { transform: translateY(0); }
.cookie p { font-size: 0.88rem; color: var(--muted); }
.cookie p a { color: var(--emerald-700); text-decoration: underline; }
.cookie__row { display: flex; gap: 0.7rem; margin-top: 1rem; }
.cookie .btn { padding: 0.6em 1.1em; font-size: 0.85rem; }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: 0.08s; }
[data-reveal][data-delay="2"] { transition-delay: 0.16s; }
[data-reveal][data-delay="3"] { transition-delay: 0.24s; }
[data-reveal][data-delay="4"] { transition-delay: 0.32s; }
[data-reveal][data-delay="5"] { transition-delay: 0.40s; }
@keyframes rise { from { opacity: 0; transform: translateY(20px);} to { opacity:1; transform:none; } }

/* ---------- Gallery ---------- */
.gal { columns: 3 280px; column-gap: 1rem; }
.gal__item { break-inside: avoid; margin-bottom: 1rem; border-radius: var(--radius-lg); overflow: hidden; position: relative; cursor: pointer; display: block; }
.gal__item img { width: 100%; transition: transform 0.7s var(--ease); }
.gal__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(7,39,28,0.7)); opacity: 0; transition: opacity 0.4s; }
.gal__item:hover img { transform: scale(1.06); }
.gal__item:hover::after { opacity: 1; }
.gal__cap { position: absolute; left: 1rem; bottom: 0.9rem; color: var(--cream); font-family: var(--ff-serif); font-size: 1.1rem; opacity: 0; transform: translateY(8px); transition: opacity 0.4s, transform 0.4s; z-index: 1; }
.gal__item:hover .gal__cap { opacity: 1; transform: none; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(7,39,28,0.94); display: none; place-items: center; padding: 2rem; backdrop-filter: blur(6px); }
.lightbox.is-on { display: grid; animation: rise 0.3s ease; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: 1.3rem; right: 1.6rem; width: 48px; height: 48px; border-radius: 50%; background: rgba(247,244,239,0.1); color: var(--cream); font-size: 1.6rem; display: grid; place-items: center; border: 1px solid rgba(197,165,114,0.4); }
.lightbox__close:hover { background: var(--gold-500); color: var(--emerald-900); }

/* tabs */
.tabs { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.tab { padding: 0.6em 1.3em; border-radius: 100px; font-weight: 600; font-size: 0.9rem; color: var(--muted); box-shadow: inset 0 0 0 1.5px var(--line); transition: all 0.3s; }
.tab.is-active { background: var(--emerald-800); color: var(--cream); box-shadow: none; }

/* scroll progress */
.scroll-prog { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 101; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); transition: width 0.1s linear; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .cta-band__inner { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .nav, .header-cta .btn--gold span.lbl { display: none; }
  .burger { display: flex; }
  .header-cta { display: none; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .cta-band__inner .form-card { order: -1; }
  .form-grid { grid-template-columns: 1fr; }
  .wa-float { display: none; }
  .mbar { display: grid; }
  body { padding-bottom: 70px; }
  .pillar { grid-template-columns: auto 1fr; }
  .pillar__tag { grid-column: 2; text-align: left; }
}
@media (max-width: 560px) {
  :root { --header-h: 72px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero__inner { padding-top: calc(var(--header-h) + 1.5rem); }
  .btn-row .btn { width: 100%; }
  .trust__sep { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__bg img { animation: none; }
}
