/* ─── STATS STRIP ─── */
.stats-strip {
  background: var(--ink2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label { font-size: 11px; color: var(--muted); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }

/* ─── ABOUT ─── */
#about { position: relative; isolation: isolate; overflow: hidden; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 60px);
  align-items: center;
}
.about-right { position: relative; }
#about::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108,78,224,.35), transparent);
  pointer-events: none;
}
/* Subtle floating blob */
#about::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74,144,226,.4), transparent 70%);
  filter: blur(60px);
  opacity: .05;
  pointer-events: none;
  z-index: 0;
  animation: floatBlob 10s ease-in-out infinite, blobPulse 6s ease-in-out infinite;
}
.about-visual {
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.about-visual::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(108,78,224,.2) 0%, transparent 70%);
}
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.a-stat {
  padding: 20px;
  background: var(--ink3);
  border: 1px solid var(--border);
  border-radius: 6px;
}
.a-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  color: var(--cream);
  margin-bottom: 4px;
}
.a-stat-lbl { font-size: 12px; color: var(--muted); letter-spacing: .5px; line-height: 1.4; }
.nmc-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(108,78,224,.08);
  border: 1px solid rgba(108,78,224,.25);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: .3px;
}
.nmc-badge svg { width: 16px; height: 16px; stroke: var(--accent); stroke-width: 2.5; fill: none; flex-shrink: 0; }
.founder-note {
  margin-top: 28px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 6px;
  position: relative;
}
.founder-note::before {
  content: '"';
  position: absolute;
  top: 10px; left: 16px;
  font-size: 40px;
  color: rgba(108,78,224,.2);
  font-family: Georgia, serif;
  line-height: 1;
}
.founder-note p { padding-left: 24px; }
.founder-sig { margin-top: 12px; padding-left: 24px; font-size: 11px; color: var(--accent2); font-weight: 600; letter-spacing: 1px; }

/* ─── HOW IT WORKS ─── */
.hiw-section {
  background: var(--ink2);
  padding: clamp(64px, 7vw, 80px) 5%;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* Subtle grain texture overlay */
.hiw-section::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.02;
  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.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0;
}
/* Floating blob wrapper (behind content) */
.hiw-blob-wrap {
  position: absolute;
  top: 15%; right: -60px;
  pointer-events: none;
  z-index: 0;
}
.hiw-blob-wrap .bg-blob {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(108,78,224,.35), rgba(74,144,226,.12) 50%, transparent 72%);
  filter: blur(50px);
  opacity: .05;
}
/* Gradient glow divider */
.hiw-section::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(108,78,224,.3), transparent);
  pointer-events: none;
  z-index: 1;
}

/* Timeline container */
.hiw-timeline {
  display: flex;
  gap: 0;
  position: relative;
  margin-top: 48px;
  padding: 24px 0 0;
}
/* Horizontal connector line */
.hiw-timeline::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: .22;
}
.hiw-timeline .hiw-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* Step circle */
.hiw-circle {
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  background: var(--grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 6px 24px rgba(108,78,224,.3);
  position: relative;
  transition: transform .3s, box-shadow .3s;
}
.hiw-timeline .hiw-step:hover .hiw-circle {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(108,78,224,.4);
}
/* Step content */
.hiw-step-content {
  max-width: 240px;
  margin: 0 auto;
}
.hiw-step-title {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 8px;
  line-height: 1.25;
}
.hiw-step-content p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 300;
}
/* Staggered reveal */
.hiw-timeline .hiw-step:nth-child(1).reveal { transition-delay: 0s; }
.hiw-timeline .hiw-step:nth-child(2).reveal { transition-delay: .1s; }
.hiw-timeline .hiw-step:nth-child(3).reveal { transition-delay: .2s; }
.hiw-timeline .hiw-step:nth-child(4).reveal { transition-delay: .3s; }

/* Tablet — vertical timeline */
@media (max-width: 900px) {
  .hiw-section { padding: 60px 5% 50px; }
  .hiw-timeline {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 36px;
  }
  .hiw-timeline::before {
    left: -30px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, var(--accent), transparent);
    opacity: .18;
  }
  .hiw-timeline .hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    padding: 20px 0;
  }
  .hiw-circle {
    margin: 4px 0 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    font-size: 15px;
  }
  .hiw-step-content { max-width: none; }
  .hiw-step-title { font-size: 16px; }
}
/* Mobile */
@media (max-width: 700px) {
  .hiw-section { padding: 48px 5% 40px; }
  .hiw-timeline { margin-left: 26px; margin-top: 28px; gap: 0; }
  .hiw-timeline::before { left: -26px; }
  .hiw-timeline .hiw-step { padding: 16px 0; gap: 16px; }
  .hiw-circle { width: 40px; height: 40px; font-size: 14px; }
  .hiw-step-title { font-size: 15px; }
  .hiw-step-content p { font-size: 12px; }
}

/* ─── SERVICES ─── */
#services { position: relative; isolation: isolate; overflow: hidden; }
#services::before {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74,144,226,.45) 0%, rgba(96,165,250,.18) 45%, transparent 72%);
  filter: blur(50px);
  opacity: .05;
  pointer-events: none;
  z-index: 0;
  animation: floatBlob 10s ease-in-out infinite, blobPulse 6s ease-in-out infinite;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.svc-card {
  background: var(--ink2);
  padding: 36px 30px;
  transition: background .3s;
  position: relative;
}
.svc-card:hover { background: var(--ink3); }
.svc-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 14px;
}
.svc-card h3 { font-family: 'DM Serif Display', serif; font-size: 20px; font-weight: 400; color: var(--cream); margin-bottom: 12px; line-height: 1.2; }
.svc-card p { font-size: 14px; color: var(--muted); line-height: 1.75; font-weight: 300; }
.svc-num {
  position: absolute;
  top: 28px; right: 28px;
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  color: rgba(0,0,0,0.03);
  line-height: 1;
}

/* ─── WHY DIFFERENT ─── */
#why { position: relative; }
#why::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(108,78,224,.3), transparent);
  pointer-events: none;
  z-index: 1;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 60px);
  align-items: start;
}
.why-list { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
.why-item {
  display: flex;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.why-item:first-child { border-top: 1px solid var(--border); }
.why-ico {
  width: 40px; height: 40px;
  background: rgba(108,78,224,.1);
  border: 1px solid rgba(108,78,224,.2);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.why-ico svg { width: 18px; height: 18px; stroke: var(--accent); stroke-width: 1.8; fill: none; }
.why-item h4 { font-size: 15px; font-weight: 700; color: var(--cream); margin-bottom: 6px; }
.why-item p { font-size: 14px; color: var(--muted); line-height: 1.75; font-weight: 300; }
.why-visual {
  background: var(--ink2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 36px;
  position: sticky;
  top: 100px;
}
.why-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: 28px; }
.wstat { background: var(--ink3); padding: 24px 20px; }
.wstat-num { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--cream); margin-bottom: 4px; }
.wstat-lbl { font-size: 12px; color: var(--muted); letter-spacing: .5px; line-height: 1.5; }

/* ─── PLANS ─── */
.plans-section { background: var(--ink2); border-top: 1px solid var(--border); }
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}
.plan-card {
  background: var(--ink3);
  padding: 32px 24px;
  position: relative;
  transition: background .3s;
}
.plan-card:hover { background: var(--ink3); }
.plan-card.featured { background: rgba(108,78,224,.08); border-top: 3px solid var(--accent); }
.plan-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.plan-name { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.plan-price {
  font-family: 'DM Serif Display', serif;
  font-size: 44px;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 2px;
}
.plan-price sup { font-size: 22px; font-family: 'DM Sans', sans-serif; }
.plan-period { font-size: 11px; color: var(--muted); margin-bottom: 8px; letter-spacing: .5px; }
.plan-tagline { font-size: 12px; color: var(--muted); font-weight: 300; line-height: 1.55; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.plan-feats { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; }
.plan-feat { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--muted); line-height: 1.55; font-weight: 300; }
.plan-feat::before {
  content: '\2192';
  color: var(--accent);
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}
.btn-plan {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  width: 100%;
  transition: all .2s;
  letter-spacing: .5px;
}
.btn-solid { background: var(--cream); color: var(--ink); }
.btn-solid:hover { background: var(--cream2); }
.btn-outline { background: transparent; color: var(--cream); border: 1px solid var(--border); }
.btn-outline:hover { border-color: var(--cream); }
.plans-note { text-align: center; margin-top: 20px; font-size: 12px; color: var(--muted); }
.plans-note a { color: var(--accent2); text-decoration: none; }

/* ─── TESTIMONIALS ─── */
#testimonials { position: relative; isolation: isolate; overflow: hidden; }
#testimonials::before {
  content: '';
  position: absolute;
  bottom: -40px; right: -30px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108,78,224,.25), rgba(74,144,226,.1) 50%, transparent 72%);
  filter: blur(50px);
  opacity: .05;
  pointer-events: none;
  z-index: 0;
  animation: floatBlob 10s ease-in-out infinite, blobPulse 6s ease-in-out infinite;
}
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.testi-card {
  background: var(--ink2);
  padding: 32px 28px;
  position: relative;
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: 20px; right: 22px;
  font-size: 80px;
  color: rgba(108,78,224,.06);
  font-family: Georgia, serif;
  line-height: 1;
}
.t-stars { color: var(--gold); font-size: 13px; margin-bottom: 14px; letter-spacing: 3px; }
.t-quote { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 22px; font-weight: 300; font-style: italic; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-av {
  width: 38px; height: 38px;
  background: rgba(108,78,224,.15);
  border: 1px solid rgba(108,78,224,.3);
  color: var(--accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  font-family: 'DM Serif Display', serif;
}
.t-name { font-size: 13px; font-weight: 700; color: var(--cream); }
.t-spec { font-size: 11px; color: var(--muted); margin-top: 2px; line-height: 1.4; }
.t-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent2);
  text-decoration: none;
  transition: opacity .2s;
}
.t-link:hover { opacity: .7; }

/* ─── FAQ ─── */
.faq-section { background: var(--ink); border-top: 1px solid var(--border); }
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--cream);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-family: inherit;
  transition: color .2s;
  letter-spacing: .2px;
}
.faq-q:hover { color: var(--muted); }
.faq-arr { font-size: 18px; transition: transform .3s; flex-shrink: 0; color: var(--accent); font-weight: 300; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  padding: 0;
  font-weight: 300;
}
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 22px; }
.faq-item.open .faq-arr { transform: rotate(45deg); }

/* Keep content safely above background blobs */
section > * {
  position: relative;
  z-index: 1;
}

/* ─── CTA ─── */
.cta-section {
  background: var(--ink2);
  border-top: 1px solid var(--border);
  padding: clamp(72px, 8vw, 110px) 5%;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(108,78,224,.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { text-align: center; position: relative; z-index: 1; }
.cta-section h2 { font-family: 'DM Serif Display', serif; font-size: clamp(32px, 4vw, 56px); font-weight: 400; color: var(--cream); margin-bottom: 16px; letter-spacing: -.5px; }
.cta-section p { font-size: 16px; color: var(--muted); margin-bottom: 40px; font-weight: 300; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  color: var(--ink);
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s;
  letter-spacing: .3px;
}
.btn-white:hover { background: var(--cream2); }
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
  letter-spacing: .3px;
}
.btn-wa:hover { opacity: .88; }
