:root {
  --ink: #0d0a2b;
  --ink-soft: #201a4d;
  --violet: #6d28d9;
  --indigo: #4338ca;
  --electric: #7c3aed;
  --gold: #f5a623;
  --gold-soft: #ffd166;
  --coral: #ff5e5b;
  --paper: #ffffff;
  --paper-dim: #f4f2ff;
  --text: #241f45;
  --text-soft: #5b5680;
  --grad-hero: linear-gradient(135deg, #1b1246 0%, #4338ca 45%, #7c3aed 75%, #a855f7 100%);
  --grad-cta: linear-gradient(90deg, #f5a623, #ff5e5b);
  --grad-text: linear-gradient(90deg, #ffd166, #ff9e5b);
  --radius: 18px;
  --shadow: 0 18px 50px -18px rgba(28, 16, 90, 0.35);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Sora", "Inter", sans-serif;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.02em;
}

img { max-width: 100%; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 10, 43, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.05rem;
  color: #fff; text-decoration: none; letter-spacing: -0.01em;
}
.brand-mark { width: 40px; height: 40px; display: block; }
.brand span em { font-style: normal; color: var(--gold-soft); }
.nav-links { display: flex; gap: 28px; align-items: center; list-style: none; }
.nav-links a {
  color: rgba(255, 255, 255, 0.75); text-decoration: none;
  font-size: 0.92rem; font-weight: 500; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active { color: var(--gold-soft); }
.nav-cta {
  background: var(--grad-cta); color: #fff !important;
  padding: 9px 20px; border-radius: 999px; font-weight: 700 !important;
}
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  background: var(--grad-hero);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%;
  filter: blur(90px); opacity: 0.55; pointer-events: none;
}
.hero::before { width: 480px; height: 480px; background: #f5a623; top: -180px; right: -120px; opacity: 0.35; }
.hero::after { width: 420px; height: 420px; background: #ff5e5b; bottom: -200px; left: -140px; opacity: 0.28; }
.hero-inner {
  position: relative; z-index: 1;
  padding: 96px 0 110px;
  max-width: 780px;
}
.hero .kicker {
  display: inline-block; font-weight: 700; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.14em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 26px;
}
.hero h1 {
  color: #fff; font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800; margin-bottom: 22px;
}
.hero h1 .grad {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p.lede {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 620px; margin-bottom: 36px;
}
.hero-page .hero-inner { padding: 72px 0 78px; }

.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 700;
  padding: 15px 32px; border-radius: 999px; font-size: 1rem;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--grad-cta); color: #fff;
  box-shadow: 0 12px 30px -10px rgba(255, 94, 91, 0.6);
}
.btn-ghost {
  color: #fff; border: 2px solid rgba(255, 255, 255, 0.35);
}
.btn-ghost:hover { border-color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-dim { background: var(--paper-dim); }
.section-dark { background: var(--ink); color: rgba(255,255,255,0.85); }
.section-dark h2, .section-dark h3 { color: #fff; }

.sec-head { max-width: 640px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow {
  font-weight: 700; font-size: 0.78rem; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--electric); margin-bottom: 12px;
}
.section-dark .eyebrow { color: var(--gold-soft); }
.sec-head h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; margin-bottom: 14px; }
.sec-head p { color: var(--text-soft); font-size: 1.08rem; }
.section-dark .sec-head p { color: rgba(255,255,255,0.7); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow);
  border-top: 4px solid transparent;
  transition: transform 0.2s;
}
.card:hover { transform: translateY(-4px); }
.card.accent-violet { border-top-color: var(--electric); }
.card.accent-gold { border-top-color: var(--gold); }
.card.accent-coral { border-top-color: var(--coral); }
.card.accent-indigo { border-top-color: var(--indigo); }
.card .icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 18px;
  background: var(--paper-dim);
}
.card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.card p { color: var(--text-soft); font-size: 0.97rem; }
.card .tag {
  display: inline-block; margin-top: 14px; font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--paper-dim); color: var(--electric);
  padding: 4px 12px; border-radius: 999px;
}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat .num {
  font-family: "Sora", sans-serif; font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.9rem);
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat .label { color: rgba(255,255,255,0.65); font-size: 0.92rem; margin-top: 6px; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; margin-bottom: 16px; }
.split p { color: var(--text-soft); margin-bottom: 14px; }
.quote-panel {
  background: var(--grad-hero); border-radius: 24px; color: #fff;
  padding: 44px 38px; position: relative; overflow: hidden;
}
.quote-panel::before {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  background: #f5a623; filter: blur(80px); opacity: 0.4; top: -80px; right: -60px;
}
.quote-panel blockquote {
  position: relative; font-family: "Sora", sans-serif;
  font-size: 1.25rem; font-weight: 600; line-height: 1.5;
}
.quote-panel cite {
  display: block; margin-top: 18px; font-style: normal;
  color: var(--gold-soft); font-weight: 700; font-size: 0.9rem;
}

/* ---------- Checklist ---------- */
.checklist { list-style: none; }
.checklist li {
  padding-left: 34px; position: relative; margin-bottom: 14px; color: var(--text-soft);
}
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--grad-cta); color: #fff; font-size: 0.8rem; font-weight: 800;
  display: grid; place-items: center;
}
.checklist li strong { color: var(--ink); }

/* ---------- Big CTA ---------- */
.big-cta {
  background: var(--grad-hero); border-radius: 28px; color: #fff;
  padding: 72px 48px; text-align: center; position: relative; overflow: hidden;
}
.big-cta::before {
  content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: #ff5e5b; filter: blur(100px); opacity: 0.35; bottom: -160px; right: -80px;
}
.big-cta h2 {
  color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800;
  margin-bottom: 16px; position: relative;
}
.big-cta p { color: rgba(255,255,255,0.8); max-width: 540px; margin: 0 auto 32px; position: relative; }
.big-cta .btn-row { justify-content: center; position: relative; }

/* ---------- Tiers ---------- */
.tier {
  background: var(--paper); border-radius: var(--radius); padding: 38px 32px;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.tier.featured {
  background: var(--ink); color: rgba(255,255,255,0.8);
  transform: scale(1.03);
}
.tier.featured h3, .tier.featured .price { color: #fff; }
.tier h3 { font-size: 1.3rem; margin-bottom: 4px; }
.tier .price { font-family: "Sora", sans-serif; font-weight: 800; font-size: 2rem; margin: 10px 0 4px; }
.tier .per { font-size: 0.85rem; color: var(--text-soft); margin-bottom: 20px; }
.tier.featured .per { color: rgba(255,255,255,0.6); }
.tier ul { list-style: none; margin-bottom: 28px; flex: 1; }
.tier ul li { padding: 7px 0 7px 26px; position: relative; font-size: 0.95rem; }
.tier ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.tier .btn { text-align: center; }

/* ---------- Photos ---------- */
.photo {
  width: 100%; height: 100%; min-height: 320px; object-fit: cover;
  border-radius: 24px; box-shadow: var(--shadow); display: block;
}
.img-banner {
  width: 100%; height: clamp(240px, 38vw, 420px); object-fit: cover;
  border-radius: 24px; box-shadow: var(--shadow); display: block;
}
.quote-solo { max-width: 800px; margin: 0 auto; }

/* ---------- WhatsApp ---------- */
.btn-wa {
  background: #25d366; color: #fff;
  box-shadow: 0 12px 30px -10px rgba(37, 211, 102, 0.55);
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
}
.wa-icon { width: 22px; height: 22px; flex: none; }

/* ---------- Contact ---------- */
.contact-card {
  background: var(--paper); border-radius: var(--radius); padding: 36px 30px;
  box-shadow: var(--shadow); text-align: center;
}
.contact-card .icon { font-size: 2rem; margin-bottom: 14px; }
.contact-card h3 { margin-bottom: 8px; }
.contact-card p { color: var(--text-soft); font-size: 0.95rem; }
.contact-card a { color: var(--electric); font-weight: 700; text-decoration: none; }

/* ---------- Footer ---------- */
footer {
  background: var(--ink); color: rgba(255,255,255,0.6);
  padding: 56px 0 32px; font-size: 0.92rem;
}
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.foot-grid h4 { color: #fff; font-size: 0.95rem; margin-bottom: 14px; }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 9px; }
.foot-grid a { color: rgba(255,255,255,0.6); text-decoration: none; }
.foot-grid a:hover { color: var(--gold-soft); }
.foot-tag {
  font-family: "Sora", sans-serif; font-weight: 700; color: var(--gold-soft);
  margin-top: 10px; font-size: 1rem;
}
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--ink); flex-direction: column; padding: 24px; gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-inner { padding: 64px 0 72px; }
  section { padding: 60px 0; }
  .big-cta { padding: 52px 24px; }
  .tier.featured { transform: none; }
}
