:root{--electric-blue:#247bff;--popular-border:#247bff;--elite-purple:#8B5CF6;--silver:#D1D5DB}*{box-sizing:border-box}body{background:#121212;font-family:Inter,sans-serif;color:#fff;margin:0;padding:0}a{color:#2A80F7;text-decoration:none}a:hover{text-decoration:underline}.nav{position:sticky;top:0;backdrop-filter:blur(6px);background:rgba(18,18,18,.75);border-bottom:1px solid #1d2630;z-index:50}.nav-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:16px;padding:12px 16px}.brand,.nav-inner{align-items:center}.brand{display:flex;gap:10px}.brand img{height:34px;width:auto;border-radius:8px}.nav-links{display:flex;gap:18px;font-weight:600;justify-content:space-evenly;width:100%}.nav-links,.nav-links a{color:#b8c7ce}.nav-links a:hover{color:#ffffff}.hero-section{display:flex;align-items:center;justify-content:center;min-height:88vh;padding:0 2rem;gap:2.5rem}.hero-left{max-width:470px;min-width:300px;display:flex;flex-direction:column;gap:2rem;z-index:1;margin-left:60px}.hero-brand{font-weight:900;font-size:1.1rem;letter-spacing:.08em;color:#fff;background:#2A80F7;display:inline-block;padding:.35em 1em;border-radius:999px;margin-bottom:.5rem;width:-moz-fit-content;width:fit-content}.hero-title{font-size:2.3rem;font-weight:800;line-height:1.17;margin-bottom:.6rem;background:linear-gradient(90deg,#2A80F7 50%,#31A4D0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.17rem;color:#31A4D0;font-weight:500;line-height:1.4;margin-bottom:2.3rem}.hero-cta{background:linear-gradient(90deg,#2A80F7 60%,#31A4D0);color:#fff;font-weight:700;font-size:1.18rem;padding:1rem 2.5rem;border-radius:2rem;border:none;cursor:pointer;box-shadow:0 4px 30px #1c44a13c;transition:background .2s,box-shadow .2s;letter-spacing:.02em}.hero-cta:hover{background:linear-gradient(90deg,#1F7A75 50%,#2DC2AD);box-shadow:0 6px 40px #1c44a16c}.hero-right{min-width:370px;flex:1}.hero-logo-container,.hero-right{position:relative;display:flex;align-items:center;justify-content:center}.hero-logo-container{min-width:270px;min-height:270px;z-index:1}.hero-logo-img{width:160px;height:160px;border-radius:50%;background:radial-gradient(circle at 60% 40%,#3befff22 60%,transparent 100%);box-shadow:0 0 64px 12px #247bff55,0 2px 30px #8B5CF677;display:flex;align-items:center;justify-content:center;z-index:2;position:relative;overflow:hidden}.hero-logo-img img{width:120px;height:120px;border-radius:50%;background:#181818;-o-object-fit:contain;object-fit:contain;display:block}.feature-float{position:absolute;min-width:128px;padding:.85em 1.05em .85em 2.3em;border-radius:1em;color:#fff;font-size:.96rem;box-shadow:0 2px 12px #0e0e0e66;font-weight:600;display:flex;align-items:center;gap:.75em;z-index:2}.feature-float i{position:absolute;left:.85em;font-size:1.1em;color:#fff}.fc1{background:#2A80F7;top:-20px;left:-120px}.fc2{background:#31A4D0;top:10px;right:-180px}.fc3{background:#2DC2AD;left:-120px}.fc3,.fc4{bottom:-20px}.fc4{background:#1F7A75;right:-110px}@media (max-width:950px){.hero-section{flex-direction:column;text-align:center;gap:3rem;padding:2.2rem .7rem}.hero-left{align-items:center;max-width:600px;margin-left:0}.hero-right{min-width:unset}.fc1,.fc3{left:-80px;top:-15px;bottom:auto}.fc2{right:-80px;top:5px}.fc4{right:-60px;top:-15px;bottom:auto}}@media (max-width:700px){.hero-logo-container,.hero-right{min-width:unset}.hero-logo-img{width:110px;height:110px}.hero-logo-img img{width:78px;height:78px}.feature-float{min-width:95px;font-size:.86rem}.fc1{left:-60px;top:-15px}.fc2{right:-60px;top:10px}.fc3{left:-60px}.fc3,.fc4{bottom:-15px}.fc4{right:-40px}}.how-it-works{background:#121212;padding:4rem 1rem}.container{max-width:1200px;margin:0 auto}.center{text-align:center}.hiw-title{font-size:2rem;font-weight:800;color:#2A80F7;margin-bottom:.5rem}.hiw-subtitle{font-size:1.2rem;font-weight:500;color:#31A4D0;margin-bottom:2rem}.hiw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hiw-step{flex-direction:column;text-align:center}.hiw-icon,.hiw-step{display:flex;align-items:center}.hiw-icon{width:64px;height:64px;border-radius:50%;justify-content:center;margin-bottom:1rem}.hiw-icon-blue{background:#2A80F7}.hiw-icon-cyan{background:#31A4D0}.hiw-icon-teal{background:#2DC2AD}.hiw-step-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.hiw-step-desc{font-size:1rem;font-weight:400;color:#31A4D0;line-height:1.4}@media (max-width:950px){.hiw-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.hiw-grid{grid-template-columns:1fr}}.features-section{background:#121212;padding:4rem 2rem}.features-title{font-size:2rem;font-weight:800;color:#2A80F7;margin-bottom:.5rem;text-align:center}.features-subtitle{font-size:1.2rem;font-weight:500;color:#31A4D0;margin-bottom:2.2rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}.feature-card{background:#181a1d;border-radius:16px;box-shadow:0 2px 12px #2A80F73a;padding:1.3rem 1rem 1.2rem;display:flex;flex-direction:column;align-items:flex-start;transition:box-shadow .2s,transform .2s;min-height:275px;position:relative;font-size:1rem}.feature-card:hover{box-shadow:0 4px 22px #2A80F733;transform:translateY(-3px) scale(1.017)}.feature-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1.1rem;color:#fff;box-shadow:none}.icon-blue{background:#2A80F7}.icon-cyan{background:#31A4D0}.icon-teal{background:#2DC2AD}.icon-darkteal{background:#1F7A75}.icon-purple{background:#8B5CF6}.icon-silver{background:#D1D5DB;color:#181a1d}.feature-name{font-size:1.08rem;font-weight:700;color:#2A80F7;margin-bottom:.5rem;margin-top:0;letter-spacing:.01em;text-align:left}.feature-desc{color:#31A4D0;font-size:.98rem;font-weight:400;line-height:1.55;margin:0 0 1.3rem;text-align:left}.feature-learn-more{font-size:.98rem;font-weight:700;color:#2A80F7;border:2px solid #2a80f7;background:transparent;border-radius:7px;padding:.48em 1.2em;margin-top:auto;display:inline-flex;align-items:center;gap:.45em;transition:background .18s,color .18s;box-shadow:none;text-decoration:none}.feature-learn-more:hover{background:#2A80F7;color:#fff}.pricing-section{background:#121212;padding:4rem 2rem}.pricing-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.card{background:#1a1a1a;border-radius:12px;padding:2rem;min-height:610px;box-shadow:0 4px 20px rgba(0,0,0,.6);text-align:center;position:relative;display:flex;flex-direction:column;justify-content:flex-start;flex-shrink:1;min-width:0}.card.popular{border:2px solid var(--popular-border)}.badge{font-weight:900;padding:.25rem .75rem;border-radius:999px;font-size:.82rem;display:inline-block;margin-bottom:1rem;letter-spacing:.04em}.badge.yellow{background:#ffc400;color:#000}.badge.blue{background:#1c44a1;color:#fff}.badge.purple{background:var(--elite-purple);color:#fff}.badge.silver{background:var(--silver);color:#1a1a1a}h2{margin:.6rem 0 .5rem;font-size:1.55rem;min-height:2.4rem;font-weight:800;justify-content:center}.price-block,h2{display:flex;align-items:center}.price-block{min-height:4.2rem;flex-direction:column;justify-content:flex-start}.price{font-size:2rem;margin:.2rem 0 .15rem;color:var(--electric-blue);font-weight:800;letter-spacing:-1px;line-height:2.3rem}.price-note{font-size:.9rem;color:#aaa;margin:.1rem 0 0;line-height:1rem}ul{list-style:none;padding:0;text-align:left;font-size:1rem;color:#b0b8c1;margin:0}.spaced-features{margin-top:.8rem}ul li{margin:.5rem 0;position:relative;padding-left:1.7rem;font-size:1rem;font-weight:500}ul li:before{content:"\2713";position:absolute;left:0;color:var(--electric-blue);font-weight:700;font-size:1.1em}.sub-bullets{list-style:none;padding:0;margin:.15em 0 .2em}.sub-bullets li{font-size:.97em;color:#b0b8c1;margin:.08em 0 .08em 1.4em;position:relative;padding-left:1.3em;font-weight:400}.sub-bullets li:before{content:"\2713";position:absolute;left:0;color:var(--electric-blue);font-weight:700;font-size:1em}.cta{margin-top:auto;padding:.75rem 1rem;background:var(--electric-blue);border:none;color:#fff;font-weight:700;border-radius:6px;cursor:pointer;width:100%;font-size:1rem;transition:background .2s}.cta:hover{background:#1865d8}.promo-inline{display:inline-flex;align-items:center;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}.promo-inline .code-pill{display:inline-flex;align-items:center;gap:.4rem;background:#0b2a52;border:1px solid #1e429f;color:#cfe3ff;padding:.28rem .6rem;border-radius:999px;font-weight:800;letter-spacing:.02em;white-space:normal;max-width:100%}.promo-inline .copy-btn{background:#123169;border:1px solid #1e429f;color:#cfe3ff;padding:.24rem .55rem;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap}.promo-inline .copy-btn:hover{background:#1d3f7a}footer{border-top:1px solid #1d2630;margin-top:60px;color:#94a3b8}.footer-inner{max-width:1200px;margin:0 auto;padding:24px 16px;font-size:.9rem;color:#94a3b8;display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (max-width:1050px){.pricing-container{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.features-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.pricing-container{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0}.card{width:100%;min-width:unset;max-width:unset;min-height:0;padding:1.5rem}.features-grid{grid-template-columns:1fr}}.price-discount{text-decoration:line-through;color:#888;font-size:1rem;margin-top:.2rem;margin-bottom:.1rem;line-height:1.2rem}html{scroll-behavior:smooth}#bookcall,#features,#how,#pricing,#results{scroll-margin-top:calc(var(--nav-h, 90px) + 10px)}.sales-dashboard-section{background:#181a1d;padding:4.5rem 2rem 2.2rem}.dashboard-flex{display:flex;align-items:flex-start;justify-content:center;gap:3.2rem;max-width:900px;margin:0 auto;flex-wrap:wrap}.dashboard-screenshot{position:relative;border-radius:14px;overflow:hidden;min-width:230px;background:#1a1a1a;box-shadow:0 6px 42px #2A80F740,0 2px 12px #0007;margin-bottom:1.2rem}.fancy-shadow img{max-width:260px;width:100%;border-radius:14px;display:block;border:0;box-shadow:0 2px 18px #2A80F76a}.dashboard-badge{position:absolute;top:12px;left:13px;background:linear-gradient(90deg,#2A80F7 70%,#31A4D0);color:#fff;font-weight:700;font-size:.97rem;border-radius:7px;padding:.33em .92em .33em .72em;display:flex;align-items:center;gap:.48em;box-shadow:0 2px 6px #0006;letter-spacing:.05em}.dashboard-details{min-width:240px;max-width:400px;width:100%;display:flex;flex-direction:column;gap:1.2rem}.sales-dashboard-title{font-size:2rem;font-weight:800;color:#2A80F7;margin:0 0 1rem;letter-spacing:-.01em}.dashboard-amount-row{display:flex;align-items:center;gap:1.1rem;margin-bottom:.3rem}.dashboard-amount{font-size:2.05rem;font-weight:900;color:#31A4D0;letter-spacing:-1.5px;text-shadow:0 2px 8px #2A80F741}.dashboard-caption{font-size:1.04rem;color:#b0b8c1;font-weight:500}.dashboard-tooltip{color:#2A80F7;font-size:1.18rem;cursor:help;margin-left:.22em;opacity:.82}.dashboard-summary{display:flex;gap:1.8rem;margin-bottom:.4rem;margin-top:.4rem}.dashboard-summary-item{display:flex;flex-direction:column;align-items:center;background:#222326;border-radius:9px;padding:.65em 1.15em;min-width:70px;box-shadow:0 1px 10px #2A80F726}.dashboard-summary-label{font-size:.91rem;color:#b0b8c1;font-weight:600;margin-bottom:.1em;letter-spacing:.04em}.dashboard-summary-value{font-size:1.13rem;font-weight:700;color:#2A80F7}.dashboard-description{display:flex;align-items:center;color:#1ad796;font-size:1.05rem;gap:.65em;background:#1a1a1a;border-radius:8px;padding:.8em 1.2em;box-shadow:0 1px 8px #31a4d02a;margin-top:1.1em;font-weight:600}.dashboard-description i{color:#2DC2AD;font-size:1.3em;margin-right:.3em}@media (max-width:950px){.dashboard-flex{flex-direction:column;align-items:center;gap:2.4rem}.dashboard-details{align-items:center;min-width:unset;max-width:99vw;text-align:center}.dashboard-summary{justify-content:center}}.results-section{background:#181a1d;padding:2rem 2rem 4.4rem}.results-section .container{max-width:1200px;margin:0 auto;text-align:center}.results-title{font-size:2rem;font-weight:800;color:#2A80F7;margin-bottom:.5rem}.results-subtitle{font-size:1.15rem;color:#31A4D0;margin-bottom:2.2rem;font-weight:500}.results-testimonials{display:flex;justify-content:center;gap:2.1rem;flex-wrap:wrap;margin-bottom:2.4rem}.testimonial-card{background:#121212;border-radius:18px;box-shadow:0 2px 14px #0004;padding:2.1rem 1.25rem 1.35rem;display:flex;flex-direction:column;align-items:center;max-width:340px;width:100%;min-height:240px;margin-bottom:2.2rem;position:relative}.stars{color:#FFD600;font-size:1.11rem;margin-bottom:.8rem;letter-spacing:-.07em}.ig-border{background:linear-gradient(135deg,#2A80F7 10%,#31A4D0 60%,#2DC2AD);padding:3px;border-radius:50%;margin-bottom:1rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #181a1d,0 1px 12px #2A80F799;animation:shimmer 2.7s linear infinite;background-size:200% 200%}@keyframes shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.ig-border img{width:54px;height:54px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2.5px solid #181a1d}.testimonial-quote{font-size:1.07rem;color:#31A4D0;font-weight:600;margin-bottom:1.3rem;line-height:1.55;text-align:center}.testimonial-info{display:flex;flex-direction:column;align-items:center;gap:.15rem;width:100%}.testimonial-name{font-weight:700;color:#fff;font-size:1.04rem}.testimonial-meta{color:#b0b8c1;font-size:.97rem}.carousel-dots{margin:1.5rem 0 0;display:flex;justify-content:center;gap:.47rem}.dot{width:12px;height:12px;background:#232b35;border-radius:50%;display:inline-block;opacity:.6;transition:background .18s,opacity .15s}.dot.active{background:linear-gradient(135deg,#2A80F7 40%,#31A4D0);opacity:1}.results-highlights{margin-top:3rem}.results-highlights-title{font-size:1.7rem;font-weight:800;color:#2A80F7;margin-bottom:1.5rem}.highlights-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.highlight-box{background:#121212;padding:1.6rem 1.4rem;border-radius:12px;max-width:340px;width:100%;box-shadow:0 2px 14px #0004;color:#31A4D0}.highlight-box h4{font-size:1.2rem;font-weight:700;margin-bottom:.6rem;color:#2DC2AD}.highlight-box p{font-size:1rem;font-weight:400;line-height:1.45}@media (max-width:950px){.results-testimonials{flex-direction:column;align-items:center;gap:2.2rem}.testimonial-card{min-height:0}}.bookcall-section{background:#121212;padding:4rem 2rem}.bookcall-title{font-size:2rem;font-weight:800;color:#2A80F7;margin:0 0 .5rem;text-align:center}.bookcall-subtitle{font-size:1.1rem;font-weight:500;color:#31A4D0;text-align:center;margin:0 0 1.8rem}.calendly-card{background:#181a1d;border-radius:16px;box-shadow:0 6px 42px #2A80F740,0 2px 12px #0007;padding:0;overflow:hidden}#bookcall{scroll-margin-top:90px}.enterprise-picker{display:flex;flex-direction:column;gap:.8rem;width:100%}.ep-head{display:flex;align-items:flex-end;justify-content:space-between}.ep-title{font-weight:800;font-size:1.05rem;color:#fff}.ep-price{font-size:1.8rem;font-weight:900;display:none}.ep-price small{font-size:.95rem;font-weight:600;color:#31A4D0;margin-left:.4rem}.ep-select{width:100%;background:#11161b;color:#fff;border:1px solid #1d2630;border-radius:12px;padding:.8rem 1rem;font-weight:700}#epCheckout,.ep-annual{display:none}.ep-annual{font-size:.95rem;color:#31A4D0;text-align:left}#enterprisePicker.has-selection .ep-price{display:block}#enterprisePicker.has-selection #epCheckout{display:inline-block}#enterprisePicker.has-selection .ep-annual{display:block}@media (max-width:700px){.hero-logo-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;min-width:0!important;min-height:0!important}.hero-logo-img{width:128px!important;height:128px!important;flex:0 0 100%;margin-bottom:2px}.feature-float{position:relative!important;inset:auto!important;width:calc(50% - 6px);min-width:0;font-size:.9rem!important;padding:.7em 1em .7em 2.2em!important;z-index:1}.fc1,.fc2,.fc3,.fc4{top:auto!important;right:auto!important;bottom:auto!important;left:auto!important}}@media (max-width:950px){.fc1,.fc2,.fc3,.fc4{top:auto!important;right:auto!important;bottom:auto!important;left:auto!important}}@media (max-width:820px){.nav-inner{grid-template-columns:1fr;gap:8px;display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap}.brand{justify-content:flex-start;flex:0 0 auto}.nav-links{justify-content:center;flex-wrap:wrap;gap:6px 8px;font-size:.85rem;flex:1 1 auto}.nav-links a{padding:5px 8px;background:rgba(42,128,247,.08);border:1px solid #1d2630;border-radius:8px;white-space:nowrap}}@media (max-width:600px){.nav-links{font-size:.8rem;gap:4px 6px}.nav-links a{padding:4px 6px}}@media (max-width:420px){.nav-links{font-size:.75rem;gap:4px 5px}.nav-links a{padding:4px 6px}}