/* ===== Tokens ===== */
:root{
  --ink:#16121f; --muted:#5d5670; --line:#ece8f3; --bg:#ffffff; --bg2:#faf8ff;
  --brand:#7c5cff; --brand2:#e84cc7; --radius:16px; --max:1120px;
  --shadow:0 10px 30px rgba(40,20,80,.08); --shadow-lg:0 24px 60px rgba(40,20,80,.14);
  --grad:linear-gradient(120deg,#7c5cff,#e84cc7);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.narrow{max-width:760px}
a{color:inherit;text-decoration:none}
h1,h2,h3{line-height:1.15;letter-spacing:-.02em}
.grad{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:15px;
  padding:12px 20px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:.18s;white-space:nowrap}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 8px 20px rgba(124,92,255,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(124,92,255,.45)}
.btn-outline{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-outline:hover{border-color:var(--brand);color:var(--brand)}
.btn-lg{padding:15px 28px;font-size:16px}
.btn-block{width:100%}

/* ===== Nav ===== */
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}
.brand{display:flex;align-items:center;gap:9px;font-weight:900;font-size:20px}
.brand-mark{width:30px;height:30px;display:grid;place-items:center}
.brand-mark svg{width:30px;height:30px}
.nav-links{display:flex;gap:26px}
.nav-links a{color:var(--muted);font-weight:600;font-size:15px}
.nav-links a:hover{color:var(--ink)}
.nav-cta{padding:10px 18px;font-size:14px}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;background:
  radial-gradient(900px 420px at 80% -10%,rgba(232,76,199,.14),transparent),
  radial-gradient(800px 420px at 0% 0%,rgba(124,92,255,.16),transparent),var(--bg)}
.hero-inner{text-align:center;padding:84px 24px 72px;max-width:860px}
.badge{display:inline-block;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);
  padding:7px 15px;border-radius:999px;font-weight:700;font-size:13px;color:var(--brand);margin-bottom:22px}
.hero h1{font-size:clamp(34px,6vw,60px);font-weight:900;margin-bottom:18px}
.lead{font-size:clamp(17px,2.3vw,20px);color:var(--muted);max-width:680px;margin:0 auto 28px}
.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-note{margin-top:18px;color:var(--muted);font-size:14px}

/* ===== Sections ===== */
.section{padding:84px 0}
.section-alt{background:var(--bg2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-head{text-align:center;max-width:680px;margin:0 auto 48px}
.eyebrow{display:inline-block;font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}
.section-head h2{font-size:clamp(26px,4vw,38px);font-weight:900;margin-bottom:14px}
.section-head p{color:var(--muted);font-size:17px}

/* ===== Grids / cards ===== */
.grid{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr);max-width:860px;margin:0 auto}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);transition:.18s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.ico{font-size:28px;margin-bottom:12px}
.card h3{font-size:18px;margin-bottom:6px}
.card p{color:var(--muted);font-size:15px}

/* ===== Proof ===== */
.proof{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.proof-cap{text-align:center;color:var(--muted);font-size:14px;margin-top:18px}

/* ===== Steps ===== */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.step-num{width:42px;height:42px;border-radius:12px;background:var(--grad);color:#fff;font-weight:900;display:grid;place-items:center;margin-bottom:14px}
.step h3{font-size:19px;margin-bottom:6px}
.step p{color:var(--muted);font-size:15px}

/* ===== Pricing ===== */
.pricing .price-card{display:flex;flex-direction:column;position:relative}
.price-card h3{font-size:20px;margin-bottom:8px}
.price{font-size:46px;font-weight:900;margin-bottom:6px;display:flex;align-items:baseline;gap:2px}
.price span{font-size:24px;font-weight:800}
.price small{font-size:15px;font-weight:600;color:var(--muted);margin-left:6px}
.price-sub{color:var(--muted);font-size:15px;margin-bottom:16px}
.price-card ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:14px}
.price-card li{font-size:15px}
.fineprint{font-size:13px;color:var(--muted);margin-bottom:18px}
.price-card .btn{margin-top:auto}
.featured{border-color:var(--brand);box-shadow:var(--shadow-lg)}
.ribbon{position:absolute;top:-12px;right:20px;background:var(--grad);color:#fff;font-size:12px;font-weight:800;padding:5px 12px;border-radius:999px}
.pricing-foot{text-align:center;color:var(--muted);margin-top:26px}
.pricing-foot a{color:var(--brand);font-weight:700}

/* ===== Tags ===== */
.tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:820px;margin:0 auto}
.tags span{background:#fff;border:1px solid var(--line);padding:9px 16px;border-radius:999px;font-weight:600;font-size:14px;color:var(--muted)}

/* ===== FAQ ===== */
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:4px 18px;margin-bottom:12px;box-shadow:var(--shadow)}
.faq summary{cursor:pointer;font-weight:700;padding:14px 0;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::after{content:"+";font-size:22px;color:var(--brand);font-weight:800}
.faq details[open] summary::after{content:"–"}
.faq p{color:var(--muted);padding:0 0 16px;font-size:15px}

/* ===== CTA / form ===== */
.cta-band{background:var(--grad);padding:80px 0;color:#fff;text-align:center}
.cta-inner{max-width:640px;margin:0 auto}
.cta-band h2{font-size:clamp(26px,4vw,36px);font-weight:900;margin-bottom:10px}
.cta-band>.container>p,.cta-inner>p{opacity:.95}
.cta-form{display:flex;flex-direction:column;gap:12px;margin:26px 0 14px;text-align:left}
.cta-form input,.cta-form select,.cta-form textarea{padding:14px 16px;border-radius:12px;border:none;font:inherit;font-size:15px;width:100%}
.cta-form button{margin-top:4px}
.hp{position:absolute;left:-9999px}
.form-note{font-size:14px;opacity:.95}
.form-note a{color:#fff;text-decoration:underline}

/* ===== Footer ===== */
.footer{background:#16121f;color:#cfc8de;padding:54px 0 26px}
.footer-inner{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand{max-width:320px}
.footer-brand .brand-name{color:#fff;font-weight:900;font-size:20px}
.footer-brand p{color:#9b93ad;font-size:14px;margin-top:10px}
.footer-cols{display:flex;gap:54px}
.footer-cols h4{color:#fff;font-size:14px;margin-bottom:12px}
.footer-cols a{display:block;color:#9b93ad;font-size:14px;margin-bottom:8px}
.footer-cols a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:22px;color:#7d7590;font-size:13px}
.footer-bottom a{color:#9b93ad}

/* ===== Responsive ===== */
@media(max-width:900px){
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr}
  .nav-links{display:none}
}
@media(max-width:620px){
  .grid-3,.grid-2{grid-template-columns:1fr}
  .section{padding:60px 0}
  .footer-inner{flex-direction:column;gap:24px}
}
