/* ============================================================
   W. NEXUS — Theme Stylesheet
   Single-file architecture for fast first paint.
   ============================================================ */

/* ---------- DESIGN TOKENS ---------- */
:root {
  --bg: #14100a;
  --bg-elevated: #1f1810;
  --bg-soft: #2a1f14;
  --cream: #ede1c8;
  --cream-soft: #f5ecd9;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --gold-deep: #8a6d3a;
  --text: #f5ecd9;
  --text-muted: #a89882;
  --text-dim: #6e624f;
  --line: rgba(201, 169, 110, 0.18);
  --line-strong: rgba(201, 169, 110, 0.42);
  --wa-green: #25d366;
  --font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius: 2px;
  --radius-lg: 14px;
  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,0.55), 0 12px 30px -10px rgba(0,0,0,0.4);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- BASE ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.55;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- TYPOGRAPHY HELPERS ---------- */
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.display {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.02;
}
.serif-italic { font-family: var(--font-display); font-style: italic; font-weight: 500; }

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: all 0.4s var(--ease);
  background: linear-gradient(to bottom, rgba(20,16,10,0.85), rgba(20,16,10,0));
  backdrop-filter: blur(0px);
}
.nav.scrolled {
  padding: 14px 0;
  background: rgba(20,16,10,0.88);
  backdrop-filter: saturate(140%) blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-size: 22px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--cream-soft);
}
.logo-mark {
  width: 38px; height: 38px; background: var(--cream); border-radius: 6px;
  display: grid; place-items: center; color: var(--bg); font-weight: 800;
  font-family: var(--font-body); font-size: 19px; letter-spacing: -0.02em; position: relative;
}
.logo-mark::after {
  content: ""; position: absolute; width: 5px; height: 5px;
  background: var(--bg); top: 7px; right: 9px; transform: rotate(45deg);
}
.logo small {
  font-family: var(--font-body); font-size: 10px; letter-spacing: 0.28em;
  font-weight: 600; color: var(--text-muted); text-transform: uppercase;
  margin-top: 4px; display: block;
}
.nav-links {
  display: flex; align-items: center; gap: 36px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
}
.nav-links a { color: var(--text-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--cream-soft); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 20px; background: var(--wa-green); color: #052e16;
  border-radius: 999px; font-weight: 700; font-size: 13px; letter-spacing: 0.02em;
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
  box-shadow: 0 6px 20px -8px rgba(37, 211, 102, 0.5);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -8px rgba(37, 211, 102, 0.65); }
.nav-cta svg { width: 16px; height: 16px; }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  padding: 140px 0 80px; overflow: hidden; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(201,169,110,0.18), transparent 60%),
    radial-gradient(ellipse at 10% 90%, rgba(138,109,58,0.22), transparent 50%),
    linear-gradient(180deg, #1a1308 0%, #14100a 100%);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.79 0 0 0 0 0.66 0 0 0 0 0.43 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.4; mix-blend-mode: overlay; pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 6vw, 88px); align-items: center;
  min-height: calc(100vh - 220px);
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 56px; } }
.hero-content { max-width: 640px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(46px, 7.5vw, 96px); line-height: 0.98;
  letter-spacing: -0.02em; margin: 28px 0 28px; color: var(--cream-soft);
}
.hero h1 .accent { color: var(--gold); font-style: italic; font-weight: 400; }
.hero h1 .underline { position: relative; display: inline-block; white-space: nowrap; }
.hero h1 .underline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.04em;
  height: 0.07em; background: var(--gold);
}
.hero p.lede {
  font-size: clamp(16px, 1.4vw, 19px); color: var(--text-muted);
  line-height: 1.6; max-width: 540px; margin-bottom: 40px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px; border-radius: 999px; font-weight: 600;
  font-size: 14px; letter-spacing: 0.03em;
  transition: all 0.25s var(--ease); white-space: nowrap;
}
.btn-primary {
  background: var(--wa-green); color: #052e16;
  box-shadow: 0 10px 30px -10px rgba(37,211,102,0.55);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(37,211,102,0.7); }
.btn-secondary {
  background: transparent; color: var(--cream-soft);
  border: 1px solid var(--line-strong);
}
.btn-secondary:hover { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.btn svg { width: 18px; height: 18px; }

.trust-strip {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  padding-top: 32px; border-top: 1px solid var(--line);
}
.trust-item { display: flex; align-items: baseline; gap: 10px; }
.trust-item .num {
  font-family: var(--font-display); font-size: 36px; font-weight: 600;
  color: var(--gold); letter-spacing: -0.02em; line-height: 1;
}
.trust-item .lbl {
  font-size: 12px; color: var(--text-muted);
  letter-spacing: 0.05em; text-transform: uppercase;
}

.hero-visual { position: relative; aspect-ratio: 4/5; max-height: 720px; }
.hero-photo {
  position: absolute; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(135deg, var(--bg-elevated), var(--bg-soft));
  box-shadow: var(--shadow-lg);
}
.hero-photo .label {
  position: absolute; bottom: 18px; left: 18px;
  padding: 6px 12px; background: rgba(20,16,10,0.7);
  backdrop-filter: blur(8px); border: 1px solid var(--line);
  border-radius: 4px; font-size: 10px; letter-spacing: 0.24em;
  color: var(--gold-light); font-weight: 600; text-transform: uppercase;
}
.hero-photo--main {
  top: 0; left: 0; width: 70%; height: 75%;
  background-color: #2a1d10; background-size: cover; background-position: center;
}
.hero-photo--accent {
  bottom: 0; right: 0; width: 55%; height: 50%;
  background-color: #4a1d1d; background-size: cover; background-position: center;
  border: 1px solid var(--line);
}
.cap-badge {
  position: absolute; top: 12%; right: -4%;
  background: var(--cream); color: var(--bg);
  padding: 18px 24px; border-radius: 100px;
  box-shadow: var(--shadow-lg); z-index: 2; transform: rotate(4deg);
}
.cap-badge .num {
  font-family: var(--font-display); font-weight: 600;
  font-size: 28px; line-height: 1;
}
.cap-badge .lbl {
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; color: var(--gold-deep); margin-top: 2px;
}
@media (max-width: 980px) {
  .hero-visual { aspect-ratio: 5/4; max-width: 580px; margin: 0 auto; }
}

/* ---------- SECTION GENERICS ---------- */
section { padding: clamp(80px, 11vw, 140px) 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: clamp(48px, 7vw, 88px); }
.section-head h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(36px, 5vw, 60px); line-height: 1.04;
  letter-spacing: -0.015em; margin: 20px 0 20px; color: var(--cream-soft);
}
.section-head h2 .accent { color: var(--gold); font-style: italic; }
.section-head p {
  font-size: clamp(15px, 1.3vw, 18px); color: var(--text-muted);
  line-height: 1.6; max-width: 580px;
}

/* ---------- TRUST / PROOF BAR ---------- */
.proof {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-elevated);
}
.proof-row {
  display: flex; align-items: center; gap: clamp(28px, 4vw, 56px);
  justify-content: space-between; flex-wrap: wrap;
}
.proof-label {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--text-dim); font-weight: 600; flex-shrink: 0;
}
.proof-logos {
  display: flex; align-items: center; gap: clamp(28px, 4vw, 56px); flex-wrap: wrap;
}
.proof-logo {
  font-family: var(--font-display); font-size: 22px; font-weight: 500;
  color: var(--text-muted); letter-spacing: 0.02em; font-style: italic;
  transition: color 0.3s;
}
.proof-logo:nth-child(2) { font-family: var(--font-body); font-style: normal; font-weight: 700; letter-spacing: 0.18em; font-size: 15px; text-transform: uppercase; }
.proof-logo:nth-child(3) { font-family: var(--font-display); font-style: normal; font-weight: 600; font-size: 21px; }
.proof-logo:nth-child(4) { font-family: var(--font-body); font-style: normal; font-weight: 800; font-size: 18px; letter-spacing: 0.02em; }
.proof-logo:nth-child(5) { font-family: var(--font-display); font-weight: 600; font-style: normal; font-size: 23px; letter-spacing: -0.02em; }
.proof-logo:hover { color: var(--gold); }

/* ---------- EVENT TYPES ---------- */
.types { background: var(--bg); position: relative; }
.types-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.type-row {
  display: grid; grid-template-columns: 80px 1fr 1fr auto;
  gap: 32px; align-items: center; padding: 36px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.35s var(--ease), background 0.35s var(--ease);
  cursor: default;
}
.type-row:hover {
  padding-left: 24px; padding-right: 24px;
  background: linear-gradient(90deg, var(--bg-elevated), transparent);
}
.type-row:hover .type-arrow { transform: translateX(8px); color: var(--gold); }
.type-num {
  font-family: var(--font-display); font-weight: 500;
  font-size: 28px; color: var(--gold); letter-spacing: 0.02em;
}
.type-name {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(22px, 2.6vw, 32px); letter-spacing: -0.01em;
  color: var(--cream-soft); line-height: 1.1;
}
.type-desc { font-size: 14px; color: var(--text-muted); line-height: 1.55; }
.type-arrow {
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%; display: grid; place-items: center;
  color: var(--text-muted); transition: all 0.3s var(--ease); flex-shrink: 0;
}
@media (max-width: 760px) {
  .type-row { grid-template-columns: 56px 1fr auto; gap: 18px; padding: 28px 0; }
  .type-desc { display: none; }
  .type-num { font-size: 22px; }
}

/* ---------- BRANCHES ---------- */
.branches {
  background: var(--bg-elevated);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.branch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 880px) { .branch-grid { grid-template-columns: 1fr; } }
.branch-card {
  position: relative; padding: 44px;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-elevated) 100%);
  overflow: hidden; transition: all 0.4s var(--ease);
}
.branch-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.5);
}
.branch-card::before {
  content: ""; position: absolute; top: 0; right: 0;
  width: 240px; height: 240px;
  background: radial-gradient(circle at top right, rgba(201,169,110,0.15), transparent 70%);
  pointer-events: none;
}
.branch-tag {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; display: inline-block;
  padding: 6px 12px; background: rgba(201,169,110,0.1);
  border: 1px solid var(--line); border-radius: 4px;
}
.branch-card h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(34px, 4vw, 46px); letter-spacing: -0.02em;
  line-height: 1; margin: 24px 0 12px; color: var(--cream-soft);
}
.branch-card h3 small {
  display: block; font-size: 14px; font-family: var(--font-body);
  font-weight: 500; color: var(--text-muted); letter-spacing: 0.03em;
  margin-top: 8px; text-transform: none;
}
.branch-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin: 32px 0; padding: 24px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.branch-stat .num {
  font-family: var(--font-display); font-size: 36px; font-weight: 600;
  color: var(--gold); letter-spacing: -0.02em; line-height: 1;
}
.branch-stat .num-unit {
  font-size: 16px; color: var(--text-muted);
  font-family: var(--font-body); font-weight: 500; letter-spacing: 0.02em;
}
.branch-stat .lbl {
  font-size: 11px; letter-spacing: 0.16em; color: var(--text-muted);
  text-transform: uppercase; font-weight: 600; margin-top: 6px;
}
.branch-address {
  display: flex; align-items: flex-start; gap: 12px;
  color: var(--text-muted); font-size: 14px; line-height: 1.5;
  margin-bottom: 32px;
}
.branch-address svg {
  width: 18px; height: 18px; flex-shrink: 0;
  color: var(--gold); margin-top: 2px;
}
.branch-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-small {
  padding: 12px 20px; font-size: 13px; border-radius: 999px;
  font-weight: 600; display: inline-flex; align-items: center;
  gap: 8px; transition: all 0.25s; letter-spacing: 0.02em;
}
.btn-wa { background: var(--wa-green); color: #052e16; }
.btn-wa:hover { transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--cream-soft);
  border: 1px solid var(--line-strong);
}
.btn-ghost:hover { background: var(--cream); color: var(--bg); border-color: var(--cream); }
.btn-small svg { width: 15px; height: 15px; }

/* ---------- CAPACITY MATRIX ---------- */
.capacity { background: var(--bg); }
.cap-table-wrap {
  margin-top: 16px; overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--bg-elevated);
}
.cap-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.cap-table th, .cap-table td {
  padding: 22px 24px; text-align: left;
  border-bottom: 1px solid var(--line);
}
.cap-table thead { background: var(--bg-soft); }
.cap-table th {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: var(--gold);
}
.cap-table tbody tr { transition: background 0.2s; }
.cap-table tbody tr:hover { background: rgba(201,169,110,0.04); }
.cap-table .setup {
  font-family: var(--font-display); font-size: 22px; font-weight: 500;
  color: var(--cream-soft); letter-spacing: -0.005em;
}
.cap-table .setup small {
  display: block; font-family: var(--font-body); font-size: 12px;
  color: var(--text-muted); font-weight: 400; margin-top: 4px; letter-spacing: 0;
}
.cap-table .pax {
  font-family: var(--font-display); font-size: 32px; font-weight: 600;
  color: var(--gold); letter-spacing: -0.02em;
}
.cap-table .pax small {
  font-family: var(--font-body); font-size: 12px; font-weight: 500;
  color: var(--text-muted); margin-left: 4px; letter-spacing: 0.04em;
}
.cap-features {
  display: flex; gap: 24px; flex-wrap: wrap;
  margin-top: 32px; padding-top: 32px;
  border-top: 1px solid var(--line);
}
.cap-feature {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--text-muted); letter-spacing: 0.04em;
}
.cap-feature svg { width: 16px; height: 16px; color: var(--gold); }

/* ---------- INCLUDED ---------- */
.included {
  background: var(--bg-elevated);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.incl-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
}
.incl-cell { background: var(--bg-elevated); padding: 36px 28px; transition: background 0.3s; }
.incl-cell:hover { background: var(--bg-soft); }
.incl-cell .icon {
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%; display: grid; place-items: center;
  color: var(--gold); margin-bottom: 20px;
}
.incl-cell .icon svg { width: 20px; height: 20px; }
.incl-cell h4 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 22px; color: var(--cream-soft);
  margin-bottom: 8px; letter-spacing: -0.01em;
}
.incl-cell p { font-size: 14px; color: var(--text-muted); line-height: 1.55; }

/* ---------- GALLERY ---------- */
.gallery { background: var(--bg); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: 16px; grid-auto-rows: 180px;
}
@media (max-width: 760px) {
  .gallery-grid { grid-auto-rows: 140px; gap: 10px; }
}
.gphoto {
  position: relative; border-radius: 8px; overflow: hidden;
  background: var(--bg-elevated); border: 1px solid var(--line);
  background-size: cover; background-position: center;
}
.gphoto::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,16,10,0.35) 0%, rgba(20,16,10,0.15) 100%);
  z-index: 1;
}
.gphoto > * { position: relative; z-index: 2; }
.gphoto::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20,16,10,0.6));
  opacity: 0; transition: opacity 0.3s; z-index: 1;
}
.gphoto:hover::after { opacity: 1; }
.gphoto-label {
  position: absolute; bottom: 14px; left: 14px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--cream-soft); font-weight: 600; z-index: 3;
  opacity: 0; transform: translateY(8px);
  transition: all 0.3s var(--ease);
}
.gphoto:hover .gphoto-label { opacity: 1; transform: translateY(0); }
.gphoto--1 { grid-column: span 6; grid-row: span 2; }
.gphoto--2 { grid-column: span 3; grid-row: span 1; }
.gphoto--3 { grid-column: span 3; grid-row: span 1; }
.gphoto--4 { grid-column: span 3; grid-row: span 1; }
.gphoto--5 { grid-column: span 3; grid-row: span 1; }
.gphoto--6 { grid-column: span 4; grid-row: span 1; }
.gphoto--7 { grid-column: span 4; grid-row: span 1; }
.gphoto--8 { grid-column: span 4; grid-row: span 1; }
@media (max-width: 760px) {
  .gphoto--1 { grid-column: span 12; grid-row: span 2; }
  .gphoto--2, .gphoto--3 { grid-column: span 6; }
  .gphoto--4, .gphoto--5 { grid-column: span 6; }
  .gphoto--6, .gphoto--7, .gphoto--8 { grid-column: span 4; }
}

/* ---------- PRICING ---------- */
.pricing {
  background: var(--bg-elevated);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.price-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 0; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--bg);
}
@media (max-width: 880px) { .price-grid { grid-template-columns: 1fr; } }
.price-cell {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
  position: relative;
}
@media (max-width: 880px) {
  .price-cell { border-right: 0; border-bottom: 1px solid var(--line); }
}
.price-cell:last-child { border-right: 0; }
.price-cell--intro {
  background: linear-gradient(135deg, var(--bg-soft) 0%, var(--bg-elevated) 100%);
}
.price-cell--intro h3 {
  font-family: var(--font-display); font-size: 28px; font-weight: 500;
  line-height: 1.1; margin-bottom: 14px; color: var(--cream-soft);
}
.price-cell--intro p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }
.price-cell--tier .tier-pax {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.price-cell--tier .tier-amount {
  font-family: var(--font-display); font-size: 56px; font-weight: 600;
  color: var(--cream-soft); letter-spacing: -0.03em; line-height: 1;
  margin: 16px 0 4px;
}
.price-cell--tier .tier-amount sup {
  font-size: 18px; font-weight: 500; vertical-align: super;
  margin-right: 2px; color: var(--gold);
}
.price-cell--tier .tier-amount sub {
  font-size: 13px; font-weight: 500; vertical-align: baseline;
  color: var(--text-muted); margin-left: 4px;
  font-family: var(--font-body); letter-spacing: 0.02em;
}
.price-cell--tier .tier-note {
  font-size: 12px; color: var(--text-dim); letter-spacing: 0.04em;
}
.price-cell--featured {
  background: linear-gradient(180deg, rgba(201,169,110,0.06) 0%, transparent 100%);
}
.price-cell--featured::before {
  content: "BEST VALUE"; position: absolute; top: 14px; right: 14px;
  font-size: 9px; letter-spacing: 0.22em; font-weight: 700;
  color: var(--bg); background: var(--gold);
  padding: 4px 8px; border-radius: 4px;
}
.price-includes {
  margin-top: 32px;
  display: flex; gap: 16px; flex-wrap: wrap;
  justify-content: space-between; align-items: center;
}
.includes-list { display: flex; gap: 18px; flex-wrap: wrap; }
.includes-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text-muted);
}
.includes-item svg { width: 16px; height: 16px; color: var(--gold); }
.price-note { font-size: 12px; color: var(--text-dim); font-style: italic; }

/* ---------- LEAD CTA ---------- */
.lead { background: var(--bg); position: relative; overflow: hidden; }
.lead-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(201,169,110,0.18), transparent 60%),
    linear-gradient(135deg, #1f1810 0%, #14100a 100%);
}
.lead-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px); align-items: center;
}
@media (max-width: 880px) { .lead-grid { grid-template-columns: 1fr; } }
.lead-content h2 {
  font-family: var(--font-display); font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 500; line-height: 1; letter-spacing: -0.02em;
  color: var(--cream-soft); margin: 20px 0 28px;
}
.lead-content h2 .accent { color: var(--gold); font-style: italic; }
.lead-content p {
  font-size: 17px; color: var(--text-muted); line-height: 1.6;
  margin-bottom: 36px; max-width: 480px;
}
.lead-content .wa-big {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 22px 32px; background: var(--wa-green); color: #052e16;
  border-radius: 999px; font-weight: 700; font-size: 16px;
  box-shadow: 0 20px 50px -20px rgba(37,211,102,0.6);
  transition: transform 0.25s var(--ease);
}
.lead-content .wa-big:hover { transform: translateY(-3px); box-shadow: 0 28px 60px -20px rgba(37,211,102,0.75); }
.lead-content .wa-big svg { width: 22px; height: 22px; }
.lead-content .or {
  display: block; margin-top: 20px; font-size: 13px;
  color: var(--text-muted); letter-spacing: 0.04em;
}
.lead-content .or strong { color: var(--gold-light); font-weight: 600; }

.lead-form {
  background: var(--bg-elevated);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px; position: relative;
}
.lead-form::before {
  content: ""; position: absolute; top: -1px; left: 20px;
  width: 60px; height: 3px;
  background: var(--gold); border-radius: 0 0 4px 4px;
}
.lead-form h3 {
  font-family: var(--font-display); font-size: 26px; font-weight: 600;
  color: var(--cream-soft); margin-bottom: 6px;
}
.lead-form .form-sub {
  font-size: 13px; color: var(--text-muted); margin-bottom: 28px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-bottom: 14px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group--full { grid-column: 1 / -1; }
.form-group label {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.form-group input, .form-group select, .form-group textarea {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 6px; padding: 13px 16px;
  font: inherit; font-size: 14px; color: var(--cream-soft);
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold);
}
.form-group textarea { min-height: 90px; resize: vertical; }
.form-submit {
  width: 100%; padding: 16px 24px;
  background: var(--cream); color: var(--bg);
  border-radius: 999px; font-weight: 700;
  font-size: 14px; letter-spacing: 0.04em;
  text-transform: uppercase; transition: all 0.25s;
  margin-top: 8px;
}
.form-submit:hover { background: var(--gold-light); transform: translateY(-1px); }
.form-privacy {
  margin-top: 14px; font-size: 11px;
  color: var(--text-dim); text-align: center; line-height: 1.5;
}

/* ---------- FAQ ---------- */
.faq { background: var(--bg-elevated); border-top: 1px solid var(--line); }
.faq-list {
  max-width: 880px; margin: 0 auto;
  border-top: 1px solid var(--line);
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; text-align: left; padding: 28px 0;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px); font-weight: 500;
  color: var(--cream-soft); letter-spacing: -0.005em;
}
.faq-q .ico {
  flex-shrink: 0; width: 36px; height: 36px;
  border: 1px solid var(--line-strong); border-radius: 50%;
  display: grid; place-items: center;
  transition: all 0.3s var(--ease); color: var(--gold);
}
.faq-item.open .faq-q .ico {
  background: var(--gold); color: var(--bg); transform: rotate(45deg);
}
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.4s var(--ease);
  color: var(--text-muted); font-size: 15px; line-height: 1.65;
  padding: 0 80px 0 0;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 28px; }

/* ---------- FOOTER ---------- */
.footer {
  background: var(--bg); padding: 80px 0 32px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-brand h4 {
  font-family: var(--font-display); font-size: 28px; font-weight: 600;
  margin: 18px 0 10px; color: var(--cream-soft);
}
.footer-brand p {
  font-size: 14px; color: var(--text-muted);
  line-height: 1.55; max-width: 280px;
}
.footer-col h5 {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; color: var(--gold); margin-bottom: 20px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-col span {
  font-size: 14px; color: var(--text-muted);
  line-height: 1.5; transition: color 0.2s;
}
.footer-col a:hover { color: var(--cream-soft); }
.footer-bottom {
  padding-top: 28px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 12px; font-size: 12px; color: var(--text-dim);
}

/* ---------- FLOATING WHATSAPP ---------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  z-index: 90; width: 60px; height: 60px;
  background: var(--wa-green); border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 14px 40px -10px rgba(37,211,102,0.6), 0 4px 12px -2px rgba(0,0,0,0.4);
  transition: all 0.3s var(--ease);
  animation: pulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #052e16; }
.wa-float-label {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
  background: var(--bg); color: var(--cream-soft);
  padding: 10px 14px; border-radius: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  white-space: nowrap;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.5);
  opacity: 0; transform: translateY(-50%) translateX(10px);
  transition: all 0.3s var(--ease); pointer-events: none;
}
.wa-float:hover .wa-float-label { opacity: 1; transform: translateY(-50%) translateX(0); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 14px 40px -10px rgba(37,211,102,0.6), 0 0 0 0 rgba(37,211,102,0.4); }
  50% { box-shadow: 0 14px 40px -10px rgba(37,211,102,0.6), 0 0 0 14px rgba(37,211,102,0); }
}

/* ---------- SCROLL REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
