:root{
  --purple:#7e1efc; --purple-dk:#6913db; --purple-soft:#f4eefe;
  --orange:#fc981e; --orange-dk:#e8850c;
  --ink:#1b1830; --muted:#5f5b74; --line:#e8e4f2;
  --bg:#ffffff; --bg-soft:#faf8ff;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--ink);line-height:1.6}
h1,h2,h3{line-height:1.14;color:var(--ink);font-weight:800}
a{color:inherit;text-decoration:none}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
.btn{display:inline-block;background:var(--orange);color:#fff;padding:15px 30px;border-radius:8px;font-weight:700;transition:.2s;box-shadow:0 6px 18px rgba(252,152,30,.32);border:0;cursor:pointer;font-size:1rem}
.btn:hover{background:var(--orange-dk);transform:translateY(-1px)}
.btn-outline{background:transparent;border:2px solid #fff;color:#fff;box-shadow:none}
.btn-outline:hover{background:#fff;color:var(--purple)}

header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{font-weight:800;font-size:1.25rem;color:var(--purple)}
.brand b{color:var(--orange)}
.nav-links{display:flex;align-items:center;gap:26px}
.nav-links a{color:var(--ink);font-weight:600}
.nav-links a:hover{color:var(--purple)}
.nav-phone{color:var(--purple)!important;font-weight:800}
@media(max-width:800px){.nav-links a:not(.btn):not(.nav-phone){display:none}}

.hero{background:linear-gradient(130deg,var(--purple) 0%,var(--purple-dk) 60%,#4a0aa0 100%);color:#fff;padding:92px 0 80px}
.page-hero{background:linear-gradient(130deg,var(--purple),var(--purple-dk));color:#fff;padding:64px 0}
.page-hero h1{color:#fff;font-size:2.4rem}
.page-hero p{color:#ece3ff;margin-top:10px;max-width:640px}
.kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);padding:7px 16px;border-radius:30px;font-size:.85rem;font-weight:700;margin-bottom:22px}
.hero h1{color:#fff;font-size:3rem;max-width:780px;margin-bottom:18px}
.hero p{font-size:1.22rem;color:#ece3ff;max-width:640px;margin-bottom:32px}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap}
.hero-2col{display:grid;grid-template-columns:minmax(300px,600px) 1fr;gap:36px;align-items:center}
.hero-logo{width:100%;max-width:600px;margin:0 auto;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.28))}
@media(max-width:820px){.hero-2col{grid-template-columns:1fr;gap:22px}.hero-logo{max-width:300px;margin:0 auto}}
@media(max-width:640px){.hero h1{font-size:2.1rem}.hero p{font-size:1.05rem}.page-hero h1{font-size:1.8rem}}

section{padding:80px 0}
.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:1.6px;font-size:.8rem;margin-bottom:10px}
.sec-head{text-align:center;max-width:660px;margin:0 auto 50px}
.sec-head h2{font-size:2.3rem;margin-bottom:12px}
.sec-head p{color:var(--muted);font-size:1.1rem}

.products{background:var(--bg-soft)}
.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:880px){.pgrid{grid-template-columns:1fr}}
.pcard{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:.22s;box-shadow:0 4px 16px rgba(126,30,252,.06)}
.pcard:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(126,30,252,.16);border-color:var(--purple)}
.pcard .top{background:linear-gradient(120deg,var(--purple),var(--purple-dk));color:#fff;padding:26px 26px 22px}
.pcard .age{display:inline-block;background:var(--orange);color:#fff;font-size:.76rem;font-weight:800;padding:5px 12px;border-radius:20px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}
.pcard .top h3{color:#fff;font-size:1.5rem}
.pcard .body{padding:24px 26px 28px;flex:1;display:flex;flex-direction:column}
.pcard .body p{color:var(--muted);flex:1;font-size:1.1rem}
.pcard .body a{margin-top:18px;color:var(--purple);font-weight:800}

.soft{background:#fff}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
@media(max-width:880px){.split{grid-template-columns:1fr}}
.split ul{list-style:none;margin-top:18px}
.split p{font-size:1.1rem}
.split li{padding:9px 0 9px 32px;position:relative}
.split li::before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:800}
.imgph{background:repeating-linear-gradient(45deg,var(--purple-soft),var(--purple-soft) 12px,#fff 12px,#fff 24px);border:2px dashed var(--purple);border-radius:14px;min-height:300px;display:flex;align-items:center;justify-content:center;color:var(--purple);font-weight:700;text-align:center;padding:20px}
.split img{width:100%;border-radius:14px;display:block;object-fit:cover;min-height:440px;box-shadow:0 10px 30px rgba(126,30,252,.12)}
@media(max-width:880px){.split img{min-height:300px}}
@media(max-width:640px){.logo{height:48px}}
/* Video reels (FB embeds, 9:16 portrait) */
.videos{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:820px;margin:0 auto}
@media(max-width:760px){.videos{grid-template-columns:1fr;max-width:420px}}
.video-frame{position:relative;width:100%;padding-top:55%;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 10px 30px rgba(126,30,252,.15)}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media(max-width:880px){.steps{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.steps{grid-template-columns:1fr}}
.step{text-align:center;padding:10px}
.step .num{width:56px;height:56px;border-radius:50%;background:var(--purple-soft);color:var(--purple);font-weight:800;font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step h3{font-size:1.35rem;margin-bottom:8px}
.step p{color:var(--muted);font-size:1.1rem}

.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:880px){.tgrid{grid-template-columns:1fr}}
.tcard{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px}
.stars{color:var(--orange);font-size:1.1rem;margin-bottom:12px}
.tcard p{color:var(--ink);font-style:italic;font-size:1.15rem}
.tcard .who{margin-top:16px;font-weight:700;font-style:normal;color:var(--muted);font-size:1rem}

.area{text-align:center}
.area p{font-size:1.1rem}
.area .pill{display:inline-block;background:var(--purple-soft);border:1px solid var(--line);border-radius:24px;padding:11px 24px;margin:7px;color:var(--purple);font-weight:700;font-size:1.1rem}

.cta-band{background:linear-gradient(130deg,var(--purple),var(--purple-dk));color:#fff;text-align:center}
.cta-band h2{color:#fff;font-size:2.1rem;margin-bottom:14px}
.cta-band p{color:#ece3ff;margin-bottom:28px;font-size:1.1rem}

/* Product deep sections (services) */
.prod{padding:48px 0;border-bottom:1px solid var(--line)}
.prod:last-child{border-bottom:0}
.prod .age{display:inline-block;background:var(--orange);color:#fff;font-size:.76rem;font-weight:800;padding:5px 12px;border-radius:20px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.prod h2{font-size:1.9rem;margin-bottom:10px}
.prod p{color:var(--muted);max-width:720px;font-size:1.1rem}

/* Forms */
.form-wrap{max-width:640px;margin:0 auto}
.form{background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px;box-shadow:0 10px 30px rgba(126,30,252,.08)}
.field{margin-bottom:18px}
.field label{display:block;font-weight:700;margin-bottom:6px;font-size:.92rem}
.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:8px;font-size:1rem;font-family:inherit;color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft)}
.field textarea{min-height:96px;resize:vertical}
.req{color:var(--orange)}
.consent{display:flex;gap:12px;align-items:flex-start;background:var(--bg-soft);border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:20px}
.consent input{margin-top:4px;width:18px;height:18px;flex:none}
.consent label{font-size:.85rem;color:var(--muted);font-weight:500;line-height:1.5}
.consent a{color:var(--purple);font-weight:600}
.form .btn{width:100%}
.form-msg{margin-top:16px;padding:14px;border-radius:8px;font-weight:600;display:none}
.form-msg.show{display:block}
.form-msg.ok{background:#e9f9ef;color:#1a7a44;border:1px solid #b6e6c6}
.form-msg.err{background:#fdecec;color:#b42318;border:1px solid #f6c9c4}

/* Legal / prose pages */
.prose{max-width:820px;margin:0 auto}
.prose h2{font-size:1.4rem;margin:30px 0 10px}
.prose p,.prose li{color:var(--muted);margin-bottom:12px;font-size:1.1rem}
.prose ul{padding-left:22px;margin-bottom:12px}
.prose strong{color:var(--ink)}
.prose .updated{color:var(--muted);font-size:.9rem;margin-bottom:24px}

footer{background:#141024;color:#a79fc4;padding:56px 0 26px;font-size:.94rem}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;margin-bottom:34px}
@media(max-width:760px){.foot-grid{grid-template-columns:1fr}}
footer h4{color:#fff;margin-bottom:14px}
footer a{color:#a79fc4}footer a:hover{color:#fff}
.foot-brand{font-weight:800;font-size:1.2rem;color:#fff;margin-bottom:10px}
.foot-brand b{color:var(--orange)}
.foot-bottom{border-top:1px solid #2a2340;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.85rem}
