:root{
  --bg:#fbfbfd;
  --surface:#ffffff;
  --text:#151620;
  --muted:#6d7080;
  --line:#e8e8ef;
  --primary:#6f4ef6;
  --primary-dark:#5939df;
  --primary-soft:#eee9ff;
  --dark:#151521;
  --success:#16a36d;
  --shadow:0 24px 70px rgba(28,20,70,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,251,253,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,232,239,.8)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-weight:800;font-size:22px}
.brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#9b7cff);color:#fff;font-size:17px;box-shadow:0 8px 20px rgba(111,78,246,.3)}
.main-nav{display:flex;gap:28px;margin-left:auto;color:#4f5160;font-size:14px;font-weight:600}
.main-nav a:hover,.text-link:hover{color:var(--primary)}
.nav-actions{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:700}
.menu-toggle{display:none;border:0;background:transparent;padding:6px}.menu-toggle span{display:block;width:23px;height:2px;background:var(--text);margin:5px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:14px 22px;font-weight:700;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 25px rgba(111,78,246,.25)}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--text)}
.btn-light{background:#fff;color:var(--primary);border:0}
.btn-small{padding:10px 17px;border-radius:10px}.full{width:100%}
.hero{position:relative;overflow:hidden;padding:94px 0 80px;background:radial-gradient(circle at 80% 10%,#eee9ff 0,transparent 33%),linear-gradient(180deg,#fff 0,#fbfbfd 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1.06fr;align-items:center;gap:55px;position:relative;z-index:1}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin-bottom:18px}
.eyebrow.light{color:#bdb0ff}
h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.1;margin:0}
h1{font-size:clamp(48px,6vw,78px);letter-spacing:-.055em}h1 span{color:var(--primary)}
.hero-copy>p{font-size:19px;color:var(--muted);max-width:610px;margin:24px 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-trust{display:flex;align-items:center;gap:15px;margin-top:30px}.hero-trust p{font-size:13px;color:var(--muted);margin:0}.avatar-stack{display:flex}.avatar-stack span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#252535;color:#fff;font-size:10px;font-weight:800;border:3px solid #fff;margin-left:-8px}.avatar-stack span:first-child{margin-left:0}.avatar-stack span:nth-child(2){background:#6f4ef6}.avatar-stack span:nth-child(3){background:#df8d6d}.avatar-stack span:nth-child(4){background:#47a17b}
.hero-visual{position:relative;min-height:555px}.dashboard-card{position:absolute;right:0;top:35px;width:88%;height:440px;background:#fff;border:1px solid #eceaf5;border-radius:26px;box-shadow:var(--shadow);display:flex;overflow:hidden;transform:rotate(1.3deg)}
.dash-sidebar{width:60px;background:#171722;display:flex;flex-direction:column;align-items:center;padding:18px 0;gap:24px}.dash-logo{width:30px;height:30px;border-radius:9px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800}.dash-nav{width:22px;height:6px;border-radius:5px;background:#3b3b48}.dash-nav.active{background:#8e75ff}
.dash-content{padding:26px;width:100%}.dash-header{display:flex;justify-content:space-between;align-items:center}.dash-header small{color:var(--muted)}.dash-header h3{font-size:20px;margin-top:4px}.dash-profile{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ede9ff;color:var(--primary);font-size:12px;font-weight:800}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.metric{padding:16px;border:1px solid var(--line);border-radius:14px}.metric small,.metric span{display:block;color:var(--muted);font-size:10px}.metric strong{font-size:21px}.schedule-card{border:1px solid var(--line);border-radius:15px;padding:14px}.schedule-head{display:flex;justify-content:space-between;font-size:11px;margin-bottom:8px}.schedule-head span{color:var(--primary)}.appointment{display:grid;grid-template-columns:38px 3px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #f0eff5;font-size:10px}.appointment time{color:var(--muted)}.appt-line{height:28px;background:var(--primary);border-radius:3px}.appointment small{display:block;color:var(--muted)}.status{font-size:8px;background:#e7f8f1;color:#16875e;padding:4px 6px;border-radius:6px}.status.pending{background:#fff4dc;color:#9a6c00}
.phone-card{position:absolute;left:0;bottom:0;width:220px;background:#151521;color:#fff;border:7px solid #2c2c38;border-radius:30px;box-shadow:0 22px 55px rgba(15,13,45,.25);padding:16px;z-index:2}.phone-top{display:flex;justify-content:space-between;font-size:8px;color:#c8c8d3}.phone-title{font-family:Manrope;font-size:15px;font-weight:700;margin:18px 0 12px}.mini-shop-card{display:flex;align-items:center;gap:10px;background:#222231;border-radius:12px;padding:9px}.shop-avatar{width:32px;height:32px;border-radius:9px;background:var(--primary);display:grid;place-items:center;font-weight:800}.mini-shop-card strong,.mini-shop-card small{display:block;font-size:9px}.mini-shop-card small{color:#9898a8}.section-label{font-size:8px;color:#aaaabb;margin:16px 0 7px}.service-option{width:100%;display:flex;justify-content:space-between;background:#222231;color:#fff;border:1px solid transparent;border-radius:9px;padding:9px;margin:5px 0;font-size:8px}.service-option.active{border-color:#7d64ef;background:#29233e}.phone-cta{width:100%;border:0;border-radius:9px;background:var(--primary);color:#fff;padding:10px;margin-top:11px;font-size:9px;font-weight:800}.floating-badge{position:absolute;right:-5px;bottom:35px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 15px 35px rgba(35,24,80,.14);padding:12px 16px;display:grid;grid-template-columns:auto auto;gap:0 8px;align-items:center;z-index:3}.floating-badge span{grid-row:1/3;width:30px;height:30px;border-radius:9px;background:#e6f7f0;color:#16875e;display:grid;place-items:center}.floating-badge strong{font-size:16px}.floating-badge small{color:var(--muted);font-size:9px}
.hero-glow{position:absolute;border-radius:50%;filter:blur(30px);opacity:.45}.hero-glow-one{width:260px;height:260px;background:#d8ccff;right:8%;top:4%}.hero-glow-two{width:180px;height:180px;background:#f5dccd;left:35%;bottom:0}
.logo-strip{padding:27px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.logo-strip p{text-align:center;margin:0 0 15px;color:var(--muted);font-size:12px}.industry-row{display:flex;justify-content:center;gap:42px;flex-wrap:wrap;font-family:Manrope;font-weight:800;color:#3e4050}
.section{padding:105px 0}.soft-section{background:#f5f4f8}.section-heading{max-width:720px;margin-bottom:50px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.narrow{max-width:650px}.section-heading h2,.split-grid h2,.faq-grid h2,.dark-section h2,.cta-card h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.04em}.section-heading p,.lead,.faq-grid>div>p{color:var(--muted);font-size:17px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:225px;box-shadow:0 8px 28px rgba(30,25,70,.04);overflow:hidden}.feature-card h3{font-size:21px;margin:17px 0 10px}.feature-card p{color:var(--muted);margin:0}.feature-large{grid-row:span 2;min-height:470px}.feature-wide{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;align-items:center}.icon{width:42px;height:42px;border-radius:13px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-weight:800}.calendar-preview{margin-top:28px;border:1px solid var(--line);border-radius:15px;padding:14px;background:#fbfbfe}.week-head,.time-slots{display:grid;grid-template-columns:42px repeat(5,1fr);gap:5px;font-size:8px;color:var(--muted);align-items:center}.week-head{padding-left:42px;grid-template-columns:repeat(5,1fr);text-align:center;margin-bottom:7px}.time-slots{margin:5px 0}.time-slots b{height:27px;border-radius:6px;background:#f0eff5}.time-slots b.filled{background:#cdbfff}.growth-chart{height:160px;display:flex;align-items:flex-end;gap:13px;padding:20px}.growth-chart span{flex:1;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#8c72ff,#d7d0ff)}
.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.check-list{list-style:none;padding:0;margin:25px 0}.check-list li{position:relative;padding-left:30px;margin:13px 0;font-weight:600}.check-list li:before{content:'✓';position:absolute;left:0;width:20px;height:20px;border-radius:50%;background:#e5f7ef;color:#12845c;display:grid;place-items:center;font-size:12px}.text-cta{color:var(--primary);font-weight:800}.text-cta span{display:inline-block;transition:.2s}.text-cta:hover span{transform:translateX(4px)}.business-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.business-cards article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;min-height:185px}.business-cards article>div{font-size:25px}.business-cards strong,.business-cards small{display:block}.business-cards strong{font-family:Manrope;font-size:19px;margin:22px 0 7px}.business-cards small{color:var(--muted)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.steps-grid article{position:relative;padding:26px 4px}.steps-grid span{display:block;color:var(--primary);font-weight:800;font-size:13px;margin-bottom:38px}.steps-grid article:not(:last-child):after{content:'';position:absolute;top:34px;left:45px;right:-8px;height:1px;background:linear-gradient(90deg,#b9aaff,#e3defb)}.steps-grid h3{font-size:20px}.steps-grid p{color:var(--muted);font-size:14px}
.dark-section{background:#151521;color:#fff}.dark-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.dark-grid>div:first-child p{color:#aaaab8;font-size:17px}.role-tabs{grid-column:2;display:flex;gap:8px;justify-content:flex-end;align-self:end}.role-tab{border:1px solid #373746;background:transparent;color:#aaaab9;padding:10px 14px;border-radius:9px;cursor:pointer}.role-tab.active{background:#fff;color:#171722;border-color:#fff}.role-panel{grid-column:1/-1;display:grid;grid-template-columns:.75fr 1.25fr;background:#20202d;border:1px solid #333342;border-radius:24px;overflow:hidden}.role-copy{padding:46px}.role-copy h3{font-size:28px}.role-copy ul{padding-left:20px;color:#c9c9d1}.role-copy li{margin:12px 0}.role-ui{background:linear-gradient(135deg,#2b263f,#1a1a25);padding:38px}.role-window{height:310px;background:#fff;color:#151521;border-radius:18px;padding:18px;box-shadow:0 25px 70px rgba(0,0,0,.25)}.role-window-head{display:flex;gap:5px}.role-window-head span{width:7px;height:7px;border-radius:50%;background:#ddd}.role-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.role-stat-row div{border:1px solid var(--line);border-radius:12px;padding:13px}.role-stat-row small,.role-stat-row strong{display:block}.role-stat-row small{color:var(--muted)}.role-stat-row strong{font-size:19px}.role-chart{height:155px;background:#f7f6fb;border-radius:12px;padding:15px;color:var(--primary)}.role-chart svg{width:100%;height:100%}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;display:flex;flex-direction:column}.price-card.featured{border:2px solid var(--primary);transform:translateY(-10px);box-shadow:0 20px 50px rgba(111,78,246,.14)}.popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;padding:5px 12px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.price-head p{color:var(--muted);min-height:48px}.price{margin:24px 0}.price strong{font-size:40px;font-family:Manrope}.price span{color:var(--muted)}.price-card ul{list-style:none;padding:0;margin:0 0 28px;flex:1}.price-card li{padding:10px 0;border-bottom:1px solid #f0eff4;color:#4f5160}.price-card li:before{content:'✓';color:var(--primary);font-weight:800;margin-right:9px}.pricing-note{text-align:center;color:var(--muted);font-size:12px;margin-top:22px}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 20px;margin-bottom:12px}.faq-list summary{cursor:pointer;list-style:none;font-weight:700;padding:20px 30px 20px 0;position:relative}.faq-list summary:after{content:'+';position:absolute;right:0;font-size:22px;color:var(--primary)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{color:var(--muted);margin:0;padding:0 0 20px}
.cta-section{padding:30px 0 90px;background:#f5f4f8}.cta-card{background:linear-gradient(135deg,#6f4ef6,#8d67ff 70%,#a783ff);color:#fff;border-radius:28px;padding:55px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center;box-shadow:0 28px 70px rgba(111,78,246,.28)}.cta-card p{color:#e9e3ff}.waitlist-form{display:grid;gap:11px}.waitlist-form input{width:100%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;padding:14px 16px;border-radius:11px;outline:none}.waitlist-form input::placeholder{color:#ded5ff}.waitlist-form small{text-align:center;color:#dfd7ff}
.site-footer{background:#111119;color:#fff;padding:65px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-grid p{color:#8f8f9e;max-width:270px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid strong{margin-bottom:9px}.footer-grid a{color:#9b9baa;font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #282833;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#747483;font-size:12px}
@media(max-width:980px){.main-nav,.nav-actions .text-link{display:none}.menu-toggle{display:block;margin-left:auto}.main-nav.open{position:absolute;display:flex;flex-direction:column;top:76px;left:20px;right:20px;background:#fff;border:1px solid var(--line);padding:22px;border-radius:16px;box-shadow:var(--shadow)}.hero-grid,.split-grid,.dark-grid,.faq-grid,.cta-card{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-visual{margin-top:15px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-large{grid-row:auto}.feature-wide{grid-column:span 2}.steps-grid{grid-template-columns:repeat(2,1fr)}.dark-grid{gap:25px}.role-tabs{grid-column:1;justify-content:flex-start}.role-panel{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:650px;margin:auto}.price-card.featured{transform:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 26px,1180px)}.site-header{position:relative}.hero{padding-top:65px}.hero-visual{min-height:470px}.dashboard-card{width:96%;height:360px}.phone-card{width:180px;padding:12px}.floating-badge{right:0}.metric-row{gap:6px}.metric{padding:9px}.metric strong{font-size:16px}.appointment{grid-template-columns:30px 3px 1fr}.appointment .status{display:none}.feature-grid,.business-cards,.steps-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto;grid-template-columns:1fr}.feature-large{min-height:auto}.section{padding:75px 0}.role-tabs{overflow:auto}.role-copy{padding:30px}.role-ui{padding:20px}.cta-card{padding:35px 24px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}.industry-row{gap:18px}.hero-trust{align-items:flex-start}.nav-actions{display:none}}
.revenue-section{background:linear-gradient(180deg,#fff 0,#f6f3ff 100%)}
.community-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:46px}
.community-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 16px 50px rgba(34,25,80,.06)}
.community-card h3{font-size:25px;margin:8px 0 12px}.community-card>p{color:var(--muted)}
.community-card ul{list-style:none;padding:0;margin:22px 0 0}.community-card li{position:relative;padding:8px 0 8px 27px;color:#4f5160}.community-card li:before{content:'✓';position:absolute;left:0;color:var(--primary);font-weight:900}
.community-icon{width:46px;height:46px;border-radius:14px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:20px;font-weight:900;margin-bottom:18px}
.card-kicker{display:block;color:var(--primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.vip-card{background:linear-gradient(145deg,#171722,#29213f);color:#fff;border-color:#302a48}.vip-card>p,.vip-card li{color:#c5c2d3}.vip-card .community-icon{background:rgba(255,255,255,.12);color:#cbbfff}.vip-card .card-kicker{color:#bfaeff}
.revenue-widget{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.revenue-widget div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px}.revenue-widget small,.revenue-widget strong{display:block}.revenue-widget small{color:#aaa6b8;font-size:10px}.revenue-widget strong{font-size:22px;margin-top:4px}
.points-list{display:grid;gap:10px;margin:22px 0}.points-list span{display:flex;justify-content:space-between;gap:12px;background:#f7f6fb;border-radius:11px;padding:12px 14px;font-size:13px;color:#555665}.points-list b{color:var(--primary);white-space:nowrap}.mini-note{font-size:12px!important}
.event-list{display:grid;gap:12px;margin-top:22px}.event-list>div{display:flex;align-items:center;gap:13px;padding:12px;border:1px solid var(--line);border-radius:14px}.event-date{width:47px;height:52px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;font-weight:800;line-height:1.1}.event-date b{font-size:18px}.event-list strong,.event-list small{display:block}.event-list strong{font-size:13px}.event-list small{color:var(--muted);font-size:10px;margin-top:3px}
@media(max-width:780px){.community-grid{grid-template-columns:1fr}.revenue-widget{grid-template-columns:1fr}}
