:root {
  --purple: #A67CC5;
  --purple-dark: #8B5CAF;
  --purple-light: #F2EDF9;
  --purple-mid: #C4A8DC;
  --purple-pale: #FAF7FE;
  --gold: #C9A84C;
  --gold-light: #F7F0DC;
  --gold-pale: #FDFBF4;
  --text: #1C1426;
  --text-2: #6B5F80;
  --text-3: #A899BC;
  --border: rgba(166,124,197,.12);
  --border-2: rgba(166,124,197,.22);
  --bg: #FDFCFF;
  --white: #FFFFFF;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
.serif { font-family: 'Fraunces', serif; }
.mono { font-family: 'Geist Mono', monospace; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,252,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 0 6%;
  display: flex; align-items: center; gap: 0;
  height: 66px;
}
.nav-logo { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 500; text-decoration: none; letter-spacing: .5px; color: var(--text); flex-shrink: 0; margin-right: auto; }
.nav-logo span { color: #9B72BE; }
.nav-links { display: flex; gap: 32px; list-style: none; margin-right: 32px; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text-2); text-decoration: none; letter-spacing: .01em; transition: color .15s; }
.nav-links a:hover { color: var(--purple); }
.nav-right { display: flex; gap: 10px; align-items: center; }
.btn-primary { padding: 9px 22px; border-radius: 30px; border: none; background: linear-gradient(120deg, #9B72BE 50%, #BF9840 100%); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .18s; box-shadow: 0 2px 14px rgba(155,114,190,.2); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(166,124,197,.4); }

/* ── HERO ── */
.hero-section {
  padding: 110px 6% 90px;
  position: relative; overflow: hidden;
  background: #FDFCFF;
}
.hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-content { display: flex; flex-direction: column; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); margin-bottom: 22px; }
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: linear-gradient(90deg, #9B72BE, #BF9840); }
h1.hero-title { font-family: 'Fraunces', serif; font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: 1.08; letter-spacing: -.5px; color: var(--text); margin-bottom: 24px; }
h1.hero-title em { font-style: italic; font-weight: 300; color: #9B72BE; }
.hero-sub { font-size: 17px; font-weight: 300; color: var(--text-2); line-height: 1.75; margin-bottom: 38px; max-width: 460px; }
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-bottom: 48px; }
.btn-hero { padding: 15px 34px; border-radius: 30px; border: none; background: linear-gradient(120deg, #9B72BE 50%, #BF9840 100%); color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .2s; box-shadow: 0 4px 20px rgba(155,114,190,.25); letter-spacing: .01em; }
.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(166,124,197,.42); }
.btn-outline { padding: 15px 26px; border-radius: 30px; border: 1px solid var(--border-2); background: transparent; color: var(--text-2); font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .15s; display: flex; align-items: center; gap: 8px; }
.btn-outline:hover { border-color: var(--purple); color: var(--purple); }

/* Hero visual */
.hero-visual { position: relative; }
.dashboard-frame {
  background: var(--white); border-radius: var(--radius-xl);
  border: 1px solid var(--border-2);
  box-shadow: 0 32px 80px rgba(166,124,197,.14), 0 4px 16px rgba(28,20,38,.06);
  overflow: hidden; animation: riseUp .7s ease both;
}
@keyframes riseUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
.frame-bar { height: 44px; background: #F7F3FD; border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 16px; gap: 6px; }
.frame-dot { width: 9px; height: 9px; border-radius: 50%; }
.frame-body { display: flex; }
.frame-sb { width: 110px; background: var(--purple-pale); border-right: 1px solid var(--border); padding: 10px 8px; }
.frame-sb-item { padding: 6px 8px; border-radius: 6px; font-size: 9px; color: var(--text-3); margin-bottom: 2px; display: flex; align-items: center; gap: 5px; }
.frame-sb-item.on { background: var(--purple-light); color: var(--purple); font-weight: 600; }
.frame-sb-dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.frame-content { flex: 1; padding: 14px; }
.frame-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-bottom: 10px; }
.frame-mc { background: var(--purple-pale); border-radius: 8px; padding: 9px; border: 1px solid var(--border); }
.frame-mc-l { font-size: 8px; color: var(--text-3); margin-bottom: 3px; text-transform: uppercase; letter-spacing: .04em; }
.frame-mc-v { font-size: 17px; font-weight: 700; color: var(--text); font-family: 'Geist Mono', monospace; }
.frame-mc-d { font-size: 8px; color: #3BB07A; margin-top: 1px; font-weight: 600; }
.frame-chart { background: var(--purple-pale); border-radius: 8px; border: 1px solid var(--border); padding: 10px; }
.frame-chart-l { font-size: 8px; color: var(--text-3); margin-bottom: 7px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.frame-bars { display: flex; align-items: flex-end; gap: 5px; height: 44px; }
.frame-bar-item { flex: 1; border-radius: 3px 3px 0 0; }

/* Float cards */
.float { position: absolute; background: var(--white); border: 1px solid var(--border-2); border-radius: var(--radius); padding: 12px 16px; box-shadow: 0 10px 30px rgba(166,124,197,.14); animation: riseUp .9s ease both; }
.float-1 { bottom: -18px; left: -28px; width: 160px; animation-delay: .3s; }
.float-2 { top: 18px; right: -28px; width: 152px; animation-delay: .5s; }
.float-label { font-size: 10px; color: var(--text-3); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .05em; }
.float-val { font-size: 17px; font-weight: 700; color: var(--text); font-family: 'Geist Mono', monospace; }
.float-pill { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 20px; margin-top: 5px; }

/* ── SECTIONS ── */
.section-wrap { padding: 100px 6%; }
.section-inner { max-width: 1180px; margin: 0 auto; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ''; width: 20px; height: 1px; background: linear-gradient(90deg, #9B72BE, #BF9840); }
.section-title { font-family: 'Fraunces', serif; font-size: clamp(34px,3.5vw,52px); font-weight: 400; line-height: 1.12; letter-spacing: -.3px; color: var(--text); margin-bottom: 18px; }
.section-title em { font-style: italic; font-weight: 300; color: var(--purple); }
.section-sub { font-size: 16px; font-weight: 300; color: var(--text-2); line-height: 1.75; max-width: 520px; margin-bottom: 60px; }

/* ── FEATURES ── */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.feat { background: var(--white); padding: 36px 32px; transition: background .2s; }
.feat:hover { background: var(--purple-pale); }
.feat-num { font-family: 'Fraunces', serif; font-size: 52px; font-weight: 400; color: var(--purple); opacity: .35; letter-spacing: -.02em; line-height: 1; margin-bottom: 14px; }
.feat-title { font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 10px; letter-spacing: -.1px; }
.feat-desc { font-size: 14px; font-weight: 300; color: var(--text-2); line-height: 1.7; }

/* ── STEPS ── */
.steps-section { padding: 100px 6%; background: var(--bg); }
.steps-inner { max-width: 1180px; margin: 0 auto; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 28px; left: 12%; right: 12%; height: 1px; background: #DDD4EC; }
.step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 1px solid var(--border-2); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; color: var(--purple); box-shadow: 0 4px 18px rgba(166,124,197,.15); }
.step-title { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.step-desc { font-size: 13px; font-weight: 300; color: var(--text-2); line-height: 1.65; }

/* ── PRICING ── */
.pricing-section { padding: 100px 6%; background: var(--bg); }
.pricing-inner { max-width: 1000px; margin: 0 auto; }
.pricing-header { text-align: center; max-width: 560px; margin: 0 auto 60px; }
.pricing-header .section-sub { margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.price-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 36px; position: relative; overflow: hidden; transition: all .2s; }
.price-card:hover { box-shadow: 0 12px 40px rgba(166,124,197,.12); transform: translateY(-3px); }
.price-card.featured { background: linear-gradient(120deg, #9B72BE 55%, #BF9840 100%); border-color: transparent; box-shadow: 0 16px 48px rgba(155,114,190,.3); }
.price-card.featured:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(166,124,197,.42); }
.price-badge { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,.25); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 20px; letter-spacing: .06em; text-transform: uppercase; }
.price-tier { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); margin-bottom: 12px; }
.price-card.featured .price-tier { color: rgba(255,255,255,.7); }
.price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.price-num { font-family: 'Fraunces', serif; font-size: 40px; font-weight: 400; line-height: 1.2; color: var(--text); }
.price-card.featured .price-num { color: #fff; }
.price-desc { font-size: 13px; font-weight: 300; color: var(--text-2); margin-bottom: 26px; line-height: 1.6; }
.price-card.featured .price-desc { color: rgba(255,255,255,.75); }
.price-divider { height: 1px; background: var(--border); margin-bottom: 22px; }
.price-card.featured .price-divider { background: rgba(255,255,255,.2); }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 30px; }
.price-list li { font-size: 14px; font-weight: 300; color: var(--text-2); display: flex; align-items: center; gap: 10px; }
.price-card.featured .price-list li { color: rgba(255,255,255,.9); }
.price-list li::before { content: '✓'; font-size: 12px; font-weight: 700; color: var(--purple); flex-shrink: 0; }
.price-card.featured .price-list li::before { color: #DEC06A; }
.btn-price { width: 100%; padding: 14px; border-radius: 30px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .18s; border: 1px solid var(--border-2); background: var(--white); color: var(--text); }
.btn-price:hover { border-color: var(--purple); color: var(--purple); }
.price-card.featured .btn-price { background: rgba(255,255,255,.95); color: var(--purple-dark); border-color: transparent; }
.price-card.featured .btn-price:hover { background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.1); }

/* ── CTA ── */
.cta-section { padding: 100px 6%; background: var(--bg); }
.cta-inner { max-width: 1180px; margin: 0 auto; }
.cta-card {
  background: #9B72BE;
  border-radius: var(--radius-xl); padding: 80px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-card::before { content: ''; position: absolute; top: -80px; right: -80px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.cta-card::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(201,168,76,.12); pointer-events: none; }
.cta-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: 18px; }
.cta-title { font-family: 'Fraunces', serif; font-size: clamp(36px,4vw,56px); font-weight: 400; color: #fff; line-height: 1.12; letter-spacing: -.3px; margin-bottom: 18px; position: relative; z-index: 1; }
.cta-title em { font-style: italic; font-weight: 300; color: #DEC06A; }
.cta-sub { font-size: 16px; font-weight: 300; color: rgba(255,255,255,.75); margin-bottom: 40px; position: relative; z-index: 1; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-cta-white { padding: 16px 36px; border-radius: 30px; background: #fff; color: var(--purple-dark); font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .18s; border: none; box-shadow: 0 4px 22px rgba(0,0,0,.12); }
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.18); }
.btn-co { padding: 16px 30px; border-radius: 30px; background: transparent; color: #fff; font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .15s; border: 1.5px solid rgba(255,255,255,.45); letter-spacing: .01em; }
.btn-co:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); transform: translateY(-1px); }
.cta-note { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 18px; position: relative; z-index: 1; }

/* ── FOOTER ── */
footer { background: var(--text); padding: 70px 6% 32px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 50px; margin-bottom: 32px; }
.footer-logo { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 500; letter-spacing: .5px; color: #fff; margin-bottom: 12px; }
.footer-logo span { background: linear-gradient(120deg, #C4A8DC, #D4AF55); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-tagline { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.4); line-height: 1.7; max-width: 220px; }
.footer-col-title { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.9); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.45); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: rgba(255,255,255,.9); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.35); }
.footer-badges { display: flex; gap: 8px; }
.fbadge { font-size: 11px; padding: 4px 12px; border-radius: 20px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-weight: 300; }



/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  nav .nav-links { display: none; }
  .cta-card { padding: 48px 32px; }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
}
