.hm-root{--hm-black:#0d0a14;--hm-bg:#fdfcff;--hm-purple:#6d28d9;--hm-purple-dark:#4c1d95;--hm-purple-hero:#120630;--hm-purple-light:#f5f3ff;--hm-purple-mid:#8b5cf6;--hm-purple-200:#ddd6fe;--hm-gray-50:#f8f7fc;--hm-gray-200:#d4cfe8;--hm-gray-400:#9890b0;--hm-gray-600:#5a5a57;--hm-border:rgba(109,40,217,.1);--hm-border-light:rgba(0,0,0,.07);--hm-shadow:0 2px 8px rgba(13,10,20,.05),0 8px 24px rgba(13,10,20,.04);--hm-shadow-lg:0 16px 64px rgba(13,10,20,.12);--hm-shadow-purple:0 8px 32px rgba(109,40,217,.18);--hm-font-serif:"Instrument Serif",Georgia,serif;--hm-font-sans:"Sora",var(--font-sans,sans-serif);--hm-r:14px;--hm-rs:9px}.hm-root *{box-sizing:border-box}.hm-root{font-family:var(--hm-font-sans);color:var(--hm-black);line-height:1.6;-webkit-font-smoothing:antialiased;background:var(--hm-bg)}.hm-wrap{max-width:1100px;margin:0 auto;padding:0 48px}.hm-section{padding:96px 0}.hm-eyebrow{font-size:12px;font-weight:700;color:var(--hm-purple);letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:6px}.hm-eyebrow:before{content:"";display:block;width:16px;height:2px;background:var(--hm-purple);border-radius:2px}.hm-h2{font-family:var(--hm-font-serif);font-size:clamp(30px,3.5vw,46px);font-weight:400;line-height:1.1;letter-spacing:-.8px;margin-bottom:12px}.hm-h2 em{font-style:italic;color:var(--hm-gray-400)}.hm-intro{font-size:16px;color:var(--hm-gray-600);line-height:1.72;max-width:500px;margin-top:8px}.hm-btn{font-family:var(--hm-font-sans);font-size:15px;font-weight:600;background:var(--hm-purple);color:white;border:none;border-radius:11px;padding:13px 28px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .15s,transform .15s,box-shadow .15s;box-shadow:var(--hm-shadow-purple)}.hm-btn:hover{background:var(--hm-purple-dark);transform:translateY(-1px);box-shadow:0 12px 40px rgba(109,40,217,.28)}.hm-btn-outline{font-family:var(--hm-font-sans);font-size:15px;font-weight:500;background:none;color:var(--hm-black);border:1.5px solid var(--hm-gray-200);border-radius:11px;padding:13px 28px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:border-color .15s,background .15s}.hm-btn-outline:hover{border-color:var(--hm-purple);color:var(--hm-purple);background:var(--hm-purple-light)}.hm-btn-ghost-dark{font-family:var(--hm-font-sans);font-size:15px;font-weight:500;background:rgba(255,255,255,.1);color:white;border:1.5px solid rgba(255,255,255,.2);border-radius:11px;padding:13px 28px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .15s}.hm-btn-ghost-dark:hover{background:rgba(255,255,255,.16)}.hm-hero-wrap{background:var(--hm-purple-hero);position:relative;overflow:hidden}.hm-hero-wrap:before{width:800px;height:800px;background:radial-gradient(circle,rgba(109,40,217,.45) 0,transparent 65%);top:-250px;right:-150px}.hm-hero-wrap:after,.hm-hero-wrap:before{content:"";position:absolute;pointer-events:none}.hm-hero-wrap:after{inset:0;background:radial-gradient(ellipse 50% 60% at 15% 100%,rgba(76,29,149,.3) 0,transparent 60%)}.hm-hero{max-width:1100px;margin:0 auto;padding:104px 48px 96px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hm-hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:5px 14px;margin-bottom:24px;font-size:13px;font-weight:500;color:rgba(255,255,255,.7)}.hm-badge-dot{width:6px;height:6px;background:#a78bfa;border-radius:50%;animation:hm-pulse 2s infinite;flex-shrink:0}@keyframes hm-pulse{0%,to{opacity:1}50%{opacity:.3}}.hm-hero h1{font-family:var(--hm-font-serif);font-size:clamp(40px,5vw,62px);font-weight:400;line-height:1.06;letter-spacing:-1.5px;color:white;margin-bottom:20px}.hm-hero h1 em{font-style:italic;color:var(--hm-purple-mid)}.hm-hero-body{font-size:17px;color:rgba(255,255,255,.62);line-height:1.72;margin-bottom:36px;max-width:440px}.hm-hero-body strong{color:rgba(255,255,255,.9);font-weight:600}.hm-hero-btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hm-hero-note{margin-top:16px;font-size:13px;color:rgba(255,255,255,.3)}.hm-btn-white{font-family:var(--hm-font-sans);font-size:15px;font-weight:600;background:white;color:var(--hm-purple);border:none;border-radius:11px;padding:13px 28px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:background .15s,transform .15s}.hm-btn-white:hover{background:var(--hm-purple-light);transform:translateY(-1px)}.hm-mockup{position:relative}.hm-browser{background:white;border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:var(--hm-shadow-lg);overflow:hidden}.hm-browser-bar{background:#f5f5f3;border-bottom:1px solid rgba(0,0,0,.07);padding:10px 16px;display:flex;align-items:center;gap:10px}.hm-dots{display:flex;gap:6px}.hm-dot{width:10px;height:10px;border-radius:50%}.hm-dot-r{background:#ff5f57}.hm-dot-y{background:#febc2e}.hm-dot-g{background:#28c840}.hm-url-bar{flex:1;background:white;border:1px solid rgba(0,0,0,.08);border-radius:6px;padding:4px 12px;font-size:11.5px;color:var(--hm-gray-400)}.hm-hc-header{background:var(--hm-purple);padding:24px 24px 28px;text-align:center}.hm-hc-name{font-family:var(--hm-font-serif);font-size:16px;color:white;margin-bottom:12px;opacity:.9;font-style:italic}.hm-hc-search{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 14px;display:flex;align-items:center;gap:8px;max-width:280px;margin:0 auto;font-size:12px;color:rgba(255,255,255,.45)}.hm-hc-body{padding:16px 18px}.hm-hc-cat{font-size:10px;font-weight:700;color:var(--hm-gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.hm-hc-articles{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.hm-hc-row{display:flex;align-items:center;gap:8px;padding:6px 9px;border-radius:6px;background:var(--hm-gray-50);font-size:11.5px;color:var(--hm-gray-600)}.hm-hc-dot{width:4px;height:4px;background:var(--hm-purple);border-radius:50%;flex-shrink:0}.hm-float-card{position:absolute;bottom:-14px;right:-14px;background:white;border:1px solid var(--hm-border-light);border-radius:var(--hm-r);padding:11px 14px;box-shadow:var(--hm-shadow-lg);gap:10px}.hm-float-card,.hm-float-icon{display:flex;align-items:center}.hm-float-icon{width:30px;height:30px;background:var(--hm-purple-light);border-radius:7px;justify-content:center;font-size:15px;flex-shrink:0}.hm-float-title{font-size:13px;font-weight:600;color:var(--hm-black)}.hm-float-sub{font-size:11px;color:var(--hm-gray-400)}.hm-proof-bar{background:white;border-bottom:1px solid var(--hm-border);padding:18px 48px}.hm-proof-inner{max-width:1100px;margin:0 auto;justify-content:center;gap:48px;flex-wrap:wrap}.hm-proof-inner,.hm-proof-item{display:flex;align-items:center}.hm-proof-item{font-size:13px;color:var(--hm-gray-400);gap:6px}.hm-proof-val{font-weight:700;color:var(--hm-black);font-size:14px}.hm-proof-sep{width:4px;height:4px;background:var(--hm-gray-200);border-radius:50%}.hm-steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--hm-border);border-radius:var(--hm-r);overflow:hidden;background:white;box-shadow:var(--hm-shadow);margin-top:48px}.hm-step{padding:40px 36px;border-right:1px solid var(--hm-border)}.hm-step:last-child{border-right:none}.hm-step-num{font-family:var(--hm-font-serif);font-size:52px;font-style:italic;color:var(--hm-purple-200);line-height:1;margin-bottom:18px;display:block}.hm-step-icon{width:42px;height:42px;background:var(--hm-purple-light);border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hm-step-icon svg{width:20px;height:20px;stroke:var(--hm-purple);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.hm-step h3{font-size:19px;font-weight:600;margin-bottom:10px;letter-spacing:-.3px}.hm-step p{font-size:14px;color:var(--hm-gray-600);line-height:1.7}.hm-step p a{color:var(--hm-purple);font-weight:600;text-decoration:none}.hm-step p a:hover{text-decoration:underline}.hm-step-result{display:inline-flex;align-items:center;gap:5px;margin-top:16px;font-size:12px;font-weight:700;color:#15803d;background:#dcfce7;padding:4px 11px;border-radius:20px}.hm-features{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--hm-border);border-radius:var(--hm-r);overflow:hidden;background:white;box-shadow:var(--hm-shadow);margin-top:48px}.hm-feat{padding:36px 32px;border-right:1px solid var(--hm-border);border-bottom:1px solid var(--hm-border)}.hm-feat:nth-child(3n){border-right:none}.hm-feat:nth-last-child(-n+3){border-bottom:none}.hm-feat-icon{width:40px;height:40px;background:var(--hm-purple-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.hm-feat-icon svg{width:19px;height:19px;stroke:var(--hm-purple);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hm-feat h3{font-size:16px;font-weight:600;margin-bottom:8px;letter-spacing:-.2px}.hm-feat p{font-size:14px;color:var(--hm-gray-600);line-height:1.65}.hm-feat p a{color:var(--hm-purple);font-weight:600;text-decoration:none}.hm-feat-tag{display:inline-block;font-size:11px;font-weight:700;color:var(--hm-purple);background:var(--hm-purple-light);border-radius:20px;padding:3px 10px;margin-bottom:12px}.hm-split{max-width:1100px;margin:0 auto;padding:0 48px 96px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hm-split-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin-top:22px}.hm-split-item{display:flex;align-items:flex-start;gap:11px;font-size:14px;color:var(--hm-gray-600);line-height:1.5}.hm-split-dot{width:20px;height:20px;background:var(--hm-purple-light);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--hm-purple);flex-shrink:0;margin-top:1px;font-weight:700}.hm-ed-card{background:white;border:1px solid var(--hm-border-light);border-radius:16px;box-shadow:var(--hm-shadow-lg);overflow:hidden}.hm-ed-top{background:var(--hm-gray-50);border-bottom:1px solid var(--hm-border-light);padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.hm-ed-tabs{display:flex;gap:2px}.hm-ed-tab{padding:5px 11px;border-radius:6px;font-size:12px;font-weight:600;color:var(--hm-gray-400)}.hm-ed-tab.on{background:white;color:var(--hm-black);box-shadow:0 1px 4px rgba(0,0,0,.08)}.hm-ed-saved{font-size:11px;color:#15803d;background:#dcfce7;border-radius:5px;padding:3px 9px;font-weight:700}.hm-ed-toolbar{background:var(--hm-gray-50);border-bottom:1px solid var(--hm-border-light);padding:7px 14px;display:flex;gap:4px;flex-wrap:wrap}.hm-ed-btn{width:28px;height:28px;background:white;border:1px solid var(--hm-border-light);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--hm-gray-600)}.hm-ed-btn.on{background:var(--hm-purple-light);border-color:var(--hm-purple);color:var(--hm-purple)}.hm-ed-sep{width:1px;height:20px;background:var(--hm-border);margin:0 3px;align-self:center}.hm-ed-body{padding:22px}.hm-ed-h1{font-family:var(--hm-font-serif);font-size:20px;font-weight:400;margin-bottom:10px}.hm-ed-p{color:var(--hm-gray-600);line-height:1.65}.hm-ed-callout,.hm-ed-p{font-size:13px;margin-bottom:10px}.hm-ed-callout{background:var(--hm-purple-light);border-left:3px solid var(--hm-purple);border-radius:0 7px 7px 0;padding:10px 14px;color:var(--hm-purple-dark)}.hm-cursor{display:inline-block;width:2px;height:15px;background:var(--hm-black);margin-left:2px;vertical-align:middle;animation:hm-blink 1s step-end infinite}@keyframes hm-blink{0%,to{opacity:1}50%{opacity:0}}.hm-spot-strip{background:var(--hm-gray-50);border-top:1px solid var(--hm-border);border-bottom:1px solid var(--hm-border);padding:64px 0}.hm-spot-inner{max-width:1100px;margin:32px auto 0;padding:0 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hm-border);border:1px solid var(--hm-border);border-radius:var(--hm-r);overflow:hidden}.hm-spot-card{background:white;padding:32px 28px}.hm-spot-icon{width:44px;height:44px;background:var(--hm-purple-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hm-spot-icon svg{width:22px;height:22px;stroke:var(--hm-purple);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.hm-spot-card h3{font-size:17px;font-weight:600;margin-bottom:8px}.hm-spot-card p{font-size:14px;color:var(--hm-gray-600);line-height:1.65}.hm-spot-card p a{color:var(--hm-purple);font-weight:600;text-decoration:none}.hm-widget-wrap{background:var(--hm-purple-hero);padding:96px 0;position:relative;overflow:hidden}.hm-widget-wrap:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(109,40,217,.4) 0,transparent 65%);bottom:-200px;left:-100px;pointer-events:none}.hm-widget-inner{max-width:1100px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hm-w-eyebrow{font-size:12px;font-weight:700;color:var(--hm-purple-mid);letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:6px}.hm-w-eyebrow:before{content:"";display:block;width:16px;height:2px;background:var(--hm-purple-mid);border-radius:2px}.hm-widget-inner h2{font-family:var(--hm-font-serif);font-size:clamp(28px,3.5vw,44px);color:white;line-height:1.1;letter-spacing:-.8px;margin-bottom:16px}.hm-widget-inner h2 em{font-style:italic;color:var(--hm-purple-mid)}.hm-w-body{font-size:15px;color:rgba(255,255,255,.6);line-height:1.72;margin-bottom:28px}.hm-w-list{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0}.hm-w-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:rgba(255,255,255,.7);line-height:1.5}.hm-wi{width:18px;height:18px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;color:var(--hm-purple-mid);font-weight:700;margin-top:2px}.hm-wm{position:relative;height:340px}.hm-wm-bg{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;height:280px;padding:20px;position:absolute;top:0;left:0;right:0}.hm-wm-nav-bar{height:7px;background:rgba(255,255,255,.12);border-radius:4px;margin-bottom:14px;width:55%}.hm-wm-lines{display:flex;flex-direction:column;gap:7px}.hm-wm-line{height:6px;background:rgba(255,255,255,.08);border-radius:3px}.hm-wm-popup{position:absolute;bottom:10px;right:16px;width:220px;background:white;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden}.hm-wm-ph{background:var(--hm-purple);padding:16px}.hm-wm-pb-brand{font-family:var(--hm-font-serif);font-size:13px;color:white;margin-bottom:8px;font-style:italic}.hm-wm-pb-search{background:rgba(255,255,255,.14);border-radius:6px;padding:6px 10px;font-size:11px;color:rgba(255,255,255,.5)}.hm-wm-pb-body{padding:10px}.hm-wm-pb-row{gap:7px;padding:7px 8px;border-radius:6px;font-size:11px;color:var(--hm-gray-600);margin-bottom:4px;background:var(--hm-gray-50)}.hm-wm-fab,.hm-wm-pb-row{display:flex;align-items:center}.hm-wm-fab{position:absolute;bottom:10px;right:16px;width:46px;height:46px;background:var(--hm-purple);border-radius:50%;justify-content:center;box-shadow:0 4px 20px rgba(109,40,217,.5)}.hm-wm-fab svg{width:22px;height:22px;stroke:white;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hm-alts-wrap{background:var(--hm-purple-light);border-top:1px solid var(--hm-border);border-bottom:1px solid var(--hm-border);padding-bottom:20px;overflow:hidden}.hm-alts-label{text-align:center;padding:18px 0 10px;font-size:11px;font-weight:700;color:var(--hm-gray-400);letter-spacing:.09em;text-transform:uppercase}.hm-alts-track{display:flex;white-space:nowrap;animation:hm-marquee 36s linear infinite;width:max-content}.hm-alts-track:hover{animation-play-state:paused}@keyframes hm-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hm-alt-chip{display:inline-flex;align-items:center;padding:8px 18px;margin:0 4px;background:white;border:1px solid var(--hm-border);border-radius:8px;font-size:13px;font-weight:600;color:var(--hm-gray-600);text-decoration:none;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.hm-alt-chip:hover{background:var(--hm-purple);color:white;border-color:var(--hm-purple)}.hm-comp-wrap{background:var(--hm-gray-50);border-top:1px solid var(--hm-border);border-bottom:1px solid var(--hm-border);padding:96px 0}.hm-comp-scroll{overflow-x:auto;margin-top:40px;border-radius:var(--hm-r);border:1px solid var(--hm-border);box-shadow:var(--hm-shadow)}.hm-comp-table{width:100%;border-collapse:collapse;background:white;min-width:900px}.hm-comp-table th{padding:12px 14px;text-align:left;font-size:11px;font-weight:700;background:var(--hm-gray-50);border-bottom:1px solid var(--hm-border);color:var(--hm-gray-600);letter-spacing:.05em;text-transform:uppercase}.hm-comp-table th.hl{background:var(--hm-purple-light);color:var(--hm-purple)}.hm-comp-table td{padding:11px 14px;font-size:13px;color:var(--hm-gray-600);border-bottom:1px solid var(--hm-border);vertical-align:middle}.hm-comp-table tr:last-child td{border-bottom:none}.hm-comp-table td.hl{background:rgba(109,40,217,.03);font-weight:600;color:var(--hm-black)}.hm-yes{color:#15803d;font-weight:700}.hm-no{color:var(--hm-gray-400)}.hm-comp-note{margin-top:18px;font-size:13px;color:var(--hm-gray-600);line-height:1.7}.hm-comp-note a{color:var(--hm-purple);font-weight:600;text-decoration:none}.hm-comp-note a:hover{text-decoration:underline}.hm-pricing-wrap{background:#0d0a14;padding:96px 0}.hm-p-head{text-align:center;margin-bottom:52px}.hm-p-eyebrow{font-size:12px;font-weight:700;color:var(--hm-purple-mid);letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px}.hm-p-eyebrow:before{content:"";display:block;width:16px;height:2px;background:var(--hm-purple-mid);border-radius:2px}.hm-p-title{font-family:var(--hm-font-serif);font-size:clamp(28px,3.5vw,46px);font-weight:400;color:white;letter-spacing:-.8px;margin-bottom:10px;max-width:100%;text-align:center}.hm-p-title em{font-style:italic;color:rgba(255,255,255,.28)}.hm-p-sub{font-size:15px;color:rgba(255,255,255,.38)}.hm-plans{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.08);border-radius:var(--hm-r);overflow:hidden}.hm-plan{background:rgba(255,255,255,.04);padding:36px 30px;border-right:1px solid rgba(255,255,255,.08);position:relative}.hm-plan:last-child{border-right:none}.hm-plan.pop{background:rgba(109,40,217,.22);border-left:1px solid rgba(109,40,217,.35);border-right:1px solid rgba(109,40,217,.35)}.hm-pop-badge{position:absolute;top:20px;right:20px;background:var(--hm-purple);color:white;padding:3px 10px;border-radius:20px}.hm-plan-tier,.hm-pop-badge{font-size:11px;font-weight:700}.hm-plan-tier{color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.09em;margin-bottom:16px}.hm-plan-price{display:flex;align-items:baseline;gap:3px;margin-bottom:4px}.hm-plan-cur{font-size:18px;color:rgba(255,255,255,.4);margin-top:3px}.hm-plan-amt{font-family:var(--hm-font-serif);font-size:50px;font-weight:400;color:white;letter-spacing:-2px;line-height:1}.hm-plan-per{font-size:12px;color:rgba(255,255,255,.25);margin-bottom:22px;line-height:1.5}.hm-plan-cta{width:100%;font-family:var(--hm-font-sans);font-size:14px;font-weight:600;background:rgba(255,255,255,.09);color:white;border:1px solid rgba(255,255,255,.13);border-radius:var(--hm-rs);padding:11px 18px;cursor:pointer;margin-bottom:22px;text-align:center;display:block;text-decoration:none;transition:background .15s}.hm-plan-cta:hover{background:rgba(255,255,255,.14)}.hm-plan-cta.purple{background:var(--hm-purple);border-color:var(--hm-purple)}.hm-plan-cta.purple:hover{background:var(--hm-purple-dark)}.hm-plan-divider{height:1px;background:rgba(255,255,255,.07);margin-bottom:20px}.hm-plan-items{list-style:none;display:flex;flex-direction:column;gap:9px;padding:0}.hm-plan-item{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:rgba(255,255,255,.5);line-height:1.4}.hm-pi{width:16px;height:16px;border-radius:50%;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:8px}.hm-pi.on{background:rgba(109,40,217,.35);color:var(--hm-purple-mid);font-weight:700}.hm-p-foot{text-align:center;margin-top:22px;font-size:13px;color:rgba(255,255,255,.2)}.hm-p-foot a{color:rgba(255,255,255,.3);text-decoration:none}.hm-testi-section{padding:96px 0}.hm-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.hm-testi{background:white;border:1px solid var(--hm-border);border-radius:var(--hm-r);padding:28px;box-shadow:var(--hm-shadow)}.hm-testi:first-child{border-top:3px solid var(--hm-purple)}.hm-stars{color:#f59e0b;font-size:14px;margin-bottom:12px;letter-spacing:2px}.hm-quote{font-size:14px;color:var(--hm-gray-600);line-height:1.72;margin-bottom:18px;font-style:italic}.hm-author{gap:10px}.hm-author,.hm-avatar{display:flex;align-items:center}.hm-avatar{width:36px;height:36px;border-radius:50%;justify-content:center;font-size:13px;font-weight:700;color:white;flex-shrink:0}.hm-av1{background:#2e1065}.hm-av2{background:#134e4a}.hm-av3{background:#3b0764}.hm-author-name{font-size:13px;font-weight:700}.hm-author-role{font-size:12px;color:var(--hm-gray-400)}.hm-faq-section{background:var(--hm-gray-50);padding:96px 0}.hm-faq-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--hm-border);border-radius:var(--hm-r);overflow:hidden;box-shadow:var(--hm-shadow);margin-top:48px}.hm-faq-item{background:white;padding:30px 32px;border-right:1px solid var(--hm-border);border-bottom:1px solid var(--hm-border)}.hm-faq-item:nth-child(2n){border-right:none}.hm-faq-item:nth-last-child(-n+2){border-bottom:none}.hm-faq-q{font-size:15px;font-weight:600;letter-spacing:-.2px;margin-bottom:9px}.hm-faq-a{font-size:14px;color:var(--hm-gray-600);line-height:1.7}.hm-faq-a a{color:var(--hm-purple);font-weight:600;text-decoration:none}.hm-faq-a a:hover{text-decoration:underline}.hm-faq-a code{font-size:12px;background:var(--hm-gray-50);padding:1px 6px;border-radius:4px;font-family:monospace;border:1px solid var(--hm-border)}.hm-cta-section{padding:96px 0;text-align:center;border-top:1px solid var(--hm-border)}.hm-cta-title{font-family:var(--hm-font-serif);font-size:clamp(30px,4vw,52px);font-weight:400;line-height:1.06;letter-spacing:-.8px;margin-bottom:14px}.hm-cta-title em{font-style:italic;color:var(--hm-purple)}.hm-cta-body{font-size:16px;color:var(--hm-gray-600);margin-bottom:32px;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.7}.hm-cta-btns{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.hm-cta-note{margin-top:16px;font-size:13px;color:var(--hm-gray-400)}@media(max-width:900px){.hm-hero{grid-template-columns:1fr;padding:64px 20px 48px;gap:40px}.hm-wrap{padding:0 20px}.hm-split{padding-left:20px;padding-right:20px;gap:40px}.hm-split,.hm-steps{grid-template-columns:1fr}.hm-step{border-right:none;border-bottom:1px solid var(--hm-border)}.hm-step:last-child{border-bottom:none}.hm-features{grid-template-columns:1fr}.hm-feat{border-right:none!important}.hm-plans{grid-template-columns:1fr}.hm-plan{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.hm-plan.pop{border:none;border-bottom:1px solid rgba(109,40,217,.3)}.hm-plan:last-child{border-bottom:none}.hm-faq-grid{grid-template-columns:1fr}.hm-faq-item{border-right:none!important}.hm-testi-grid,.hm-widget-inner{grid-template-columns:1fr}.hm-widget-inner{gap:48px}.hm-spot-inner{grid-template-columns:1fr}.hm-proof-bar{padding:16px 20px}.hm-float-card{display:none}}@media(max-width:600px){.hm-comp-wrap,.hm-cta-section,.hm-faq-section,.hm-hero-wrap,.hm-pricing-wrap,.hm-proof-bar,.hm-spot-strip,.hm-testi-section,.hm-widget-wrap{padding-left:0;padding-right:0}}