:root {
  --berry: #831949;
  --berry-deep: #5c1033;
  --berry-glow: #b02460;
  --berry-pale: #fdf0f5;
  --berry-light: #f5d6e4;
  --gold: #c49a3a;
  --ink: #1a0a10;
  --gray: #6b5460;
  --gray-light: #f7f3f5;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', system-ui, sans-serif;
  background: #fff;
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

/* Nav */
.l-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(131,25,73,.1);
  gap: 10px 16px; flex-wrap: wrap;
}
.l-nav-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem; font-weight: 700;
  color: var(--berry); text-decoration: none;
}
.l-nav-logo span { color: var(--gold); font-size: .55em; vertical-align: super; }
.l-nav-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.l-nav-links a {
  color: var(--gray); text-decoration: none;
  font-size: .875rem; font-weight: 500;
}
.l-nav-links a:hover { color: var(--berry); }
.l-nav-links a.is-active { color: var(--berry); font-weight: 600; }
.btn-nav {
  background: var(--berry); color: #fff !important;
  padding: 10px 20px; border-radius: 6px;
  font-weight: 600; font-size: .875rem; text-decoration: none !important;
  transition: background .2s, transform .15s;
}
.btn-nav:hover { background: var(--berry-glow); transform: translateY(-1px); }

/* Hero */
.l-hero {
  background: linear-gradient(160deg, #fff 0%, #fdf0f5 50%, #f9e4ee 100%);
  padding: 72px 24px 64px;
  text-align: center;
  position: relative; overflow: hidden;
}
.l-hero::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(131,25,73,.2), transparent);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(131,25,73,.08);
  border: 1px solid rgba(131,25,73,.25);
  border-radius: 100px; padding: 6px 18px; margin-bottom: 28px;
}
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold); position: relative;
}
.badge-dot::after {
  content: ''; position: absolute; inset: -3px; border-radius: 50%;
  background: var(--gold); opacity: .45;
}
.hero-badge span {
  font-size: .7rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--berry);
}
.l-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700; line-height: 1.05; letter-spacing: -.02em;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  max-width: 900px; margin: 0 auto 18px; color: var(--ink);
}
.l-hero h1 em { font-style: italic; color: var(--berry); }
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--gray); max-width: 560px; margin: 0 auto 36px;
  line-height: 1.7; font-weight: 300;
}
.hero-ctas {
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.btn-primary-l {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--berry); color: #fff; padding: 16px 32px;
  border-radius: 8px; font-size: 1rem; font-weight: 600;
  text-decoration: none; box-shadow: 0 4px 20px rgba(131,25,73,.3);
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn-primary-l:hover {
  background: var(--berry-glow); transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(131,25,73,.4);
}
.btn-secondary-l {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--berry); padding: 16px 32px;
  border-radius: 8px; font-size: 1rem; font-weight: 500;
  text-decoration: none; border: 1.5px solid rgba(131,25,73,.3);
  transition: border-color .2s, background .2s;
}
.btn-secondary-l:hover {
  border-color: var(--berry); background: rgba(131,25,73,.04);
}

/* Stats */
.stat-bar {
  background: var(--berry); padding: 24px 20px;
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.stat-item { text-align: center; min-width: 100px; }
.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem; font-weight: 700; color: #fff; line-height: 1;
}
.stat-label { font-size: .75rem; color: rgba(255,255,255,.72); margin-top: 4px; }
.stat-div { width: 1px; height: 44px; background: rgba(255,255,255,.2); }

/* Sections */
.l-section { padding: 80px 24px; }
.l-container { max-width: 1080px; margin: 0 auto; }
.section-label {
  font-size: .68rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--berry); margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.section-label::before {
  content: ''; display: inline-block; width: 24px; height: 2px;
  background: var(--berry); border-radius: 2px;
}
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700; line-height: 1.1; letter-spacing: -.02em;
  font-size: clamp(2rem, 4vw, 3.1rem);
  max-width: 700px; margin-bottom: 16px; color: var(--ink);
}
.section-body {
  font-size: 1.05rem; color: var(--gray); max-width: 540px;
  line-height: 1.72; font-weight: 300;
}
.center { text-align: center; }
.center .section-label { justify-content: center; }
.center .section-label::before { display: none; }
.center .section-title, .center .section-body { margin-left: auto; margin-right: auto; }

/* Grids / cards */
.pain-section { background: var(--gray-light); }
.pain-grid, .benefit-grid, .steps, .pricing-grid, .card-grid {
  display: grid; gap: 20px; margin-top: 44px;
}
.pain-grid, .benefit-grid, .card-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.steps { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.pain-card, .benefit-card, .step {
  background: #fff; border-radius: 14px; padding: 26px 22px;
  box-shadow: 0 2px 16px rgba(131,25,73,.06);
}
.pain-card { border-left: 3px solid var(--berry); }
.pain-card strong, .benefit-card h3, .step-title {
  display: block; color: var(--ink); font-weight: 600;
  margin-bottom: 8px; font-size: 1rem;
}
.benefit-card h3, .step-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem; font-weight: 700;
}
.pain-card p, .benefit-card p, .step-body {
  font-size: .92rem; color: var(--gray); line-height: 1.65; font-weight: 300;
}
.step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem; font-weight: 700; color: var(--berry-light);
  line-height: 1; margin-bottom: 10px;
}
.how-section { background: var(--berry-pale); }
.step {
  border-bottom: 3px solid var(--berry-light);
  transition: border-color .2s, transform .2s;
}
.step:hover { border-color: var(--berry); transform: translateY(-2px); }

/* Pricing */
.pricing-section { background: var(--gray-light); }
.pricing-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 760px; margin-left: auto; margin-right: auto;
}
.pricing-card {
  border-radius: 20px; padding: 40px 32px; position: relative; overflow: hidden;
}
.pricing-standard {
  background: #fff; border: 1px solid rgba(131,25,73,.15);
}
.pricing-founding {
  background: var(--berry); border: 1px solid var(--berry);
  box-shadow: 0 12px 48px rgba(131,25,73,.3);
}
.pricing-badge {
  position: absolute; top: 18px; right: 18px;
  background: var(--gold); color: #fff;
  font-size: .62rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 4px 12px; border-radius: 100px;
}
.pricing-tier {
  font-size: .7rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--gray); margin-bottom: 10px;
}
.pricing-founding .pricing-tier { color: rgba(255,255,255,.6); }
.pricing-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem; font-weight: 700; line-height: 1;
  margin-bottom: 4px; color: var(--ink);
}
.pricing-founding .pricing-price { color: #fff; }
.pricing-setup { font-size: .78rem; color: var(--gray); margin-bottom: 6px; }
.pricing-founding .pricing-setup { color: rgba(255,255,255,.6); }
.pricing-tx {
  font-size: .95rem; font-weight: 600; margin-bottom: 28px; color: var(--berry);
}
.pricing-founding .pricing-tx { color: rgba(255,255,255,.9); }
.pricing-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.pricing-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .875rem; color: var(--gray);
}
.pricing-list li::before {
  content: "✓"; color: var(--berry); font-weight: 700; flex-shrink: 0;
}
.pricing-founding .pricing-list li { color: rgba(255,255,255,.85); }
.pricing-founding .pricing-list li::before { color: var(--gold); }
.btn-p {
  display: block; width: 100%; padding: 14px; border-radius: 8px;
  text-align: center; font-weight: 600; font-size: .95rem;
  text-decoration: none; font-family: 'Outfit', sans-serif;
}
.btn-p-outline {
  background: transparent; border: 1.5px solid rgba(131,25,73,.25); color: var(--berry);
}
.btn-p-fill {
  background: #fff; color: var(--berry); box-shadow: 0 4px 16px rgba(0,0,0,.15);
}

/* Proof / CTA */
.proof-section {
  background: var(--berry-deep); padding: 72px 24px; text-align: center;
}
.proof-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-style: italic; font-weight: 600;
  max-width: 760px; margin: 0 auto 24px; line-height: 1.45; color: #fff;
}
.proof-pill {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px; padding: 10px 22px;
}
.proof-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem; font-weight: 700; color: var(--gold);
}
.proof-text {
  font-size: .78rem; color: rgba(255,255,255,.65);
  max-width: 240px; text-align: left; line-height: 1.5;
}
.cta-section {
  text-align: center; padding: 96px 24px;
  background: linear-gradient(160deg, #fff 0%, var(--berry-pale) 100%);
}
.cta-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700; line-height: 1.05; letter-spacing: -.02em;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: 16px; color: var(--ink);
}
.cta-sub {
  color: var(--gray); font-weight: 300; max-width: 480px;
  margin: 0 auto 32px; line-height: 1.7;
}

/* FAQ */
.faq-list { max-width: 720px; margin: 40px auto 0; }
.faq-item {
  border-bottom: 1px solid var(--berry-light);
  padding: 18px 0;
}
.faq-item summary {
  cursor: pointer; font-weight: 600; color: var(--ink); list-style: none;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--berry); font-size: 1.2rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin-top: 12px; color: var(--gray); font-weight: 300;
  font-size: .95rem; line-height: 1.7;
}

/* Footer */
.l-footer {
  padding: 36px 24px 48px; text-align: center;
  border-top: 1px solid var(--berry-light);
  color: var(--gray); font-size: .85rem;
}
.l-footer a { color: var(--berry); text-decoration: none; font-weight: 600; }
.l-footer-links { margin-top: 12px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.l-footer-links a { color: var(--gray); font-weight: 500; }

@media (max-width: 700px) {
  .stat-div { display: none; }
  .stat-bar { gap: 20px 28px; padding: 20px 16px; }
  .l-nav {
    padding: 12px 14px;
    flex-wrap: nowrap;
  }
  .l-nav-logo { font-size: 1.25rem; flex-shrink: 0; }
  .l-nav-links {
    gap: 8px;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
  }
  .l-nav-links a:not(.btn-nav) {
    font-size: .78rem;
  }
  /* Keep primary action; hide secondary text links on very small screens if needed */
  .btn-nav {
    padding: 8px 12px;
    font-size: .78rem;
    white-space: nowrap;
  }
  .l-hero { padding: 48px 18px 40px; }
  .l-section { padding: 56px 18px; }
  .path-grid {
    grid-template-columns: 1fr !important;
  }
  .path-card .btn-primary-l {
    width: 100%;
    justify-content: center;
  }
  .proof-pill { flex-direction: column; border-radius: 16px; text-align: center; }
  .proof-text { text-align: center; max-width: none; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn-primary-l,
  .hero-ctas .btn-secondary-l { justify-content: center; width: 100%; }
}

@media (max-width: 420px) {
  .l-nav-links a:not(.btn-nav) { display: none; }
}
