.hs-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hs-section{padding:6rem 0}.hs-bg-alt{background-color:var(--card-bg)}.hs-hero-section{padding:8rem 0 4rem;text-align:center}.hs-hero-center-focus{display:flex;flex-direction:column;align-items:center}.hs-badge{background:var(--pill-bg);color:var(--accent);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;display:inline-block}.hs-main-headline{font-size:clamp(3rem,6vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;max-width:800px}.hs-main-subheadline{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin-bottom:2.5rem;line-height:1.6}.hs-hero-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.hs-hero-checklist{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:4rem;font-size:.95rem;color:var(--text-muted)}.hs-hero-checklist span{display:flex;align-items:center;gap:.4rem}.hs-hero-checklist .msr{color:var(--accent);font-size:1.1rem}.hs-btn{padding:.8rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.hs-btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.hs-btn-primary:hover{transform:translateY(-2px);filter:brightness(1.1)}.hs-btn-outline{background:transparent;color:var(--text-color);border:1px solid var(--card-border)}.hs-btn-outline:hover{background:var(--card-bg)}.hs-btn-white{background:#fff;color:var(--accent)}.hs-hero-dashboard-reveal{width:100%;max-width:1000px;border-radius:12px;overflow:hidden;border:1px solid var(--card-border);box-shadow:0 30px 60px #00000026;margin-bottom:1rem}.hs-dashboard-img{width:100%;height:auto;display:block}.hs-caption{font-size:.9rem;color:var(--text-faint);text-align:center;margin-top:.5rem}.hs-section-header{text-align:center;margin-bottom:4rem}.hs-h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;line-height:1.2}.hs-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.hs-link-cta{color:var(--accent);text-decoration:none;font-weight:600}.hs-link-cta:hover{text-decoration:underline}.hs-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.hs-glass-card{background:var(--glass-bg);border:1px solid var(--card-border);border-radius:16px;padding:2.5rem;transition:transform .3s ease}.hs-glass-card:hover{transform:translateY(-5px)}.hs-icon-wrap{width:48px;height:48px;background:var(--pill-bg);color:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.hs-glass-card h3{margin-bottom:1rem;font-size:1.3rem}.hs-glass-card p{color:var(--text-muted);line-height:1.6}.hs-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hs-bento-card{background:var(--glass-bg);border:1px solid var(--card-border);border-radius:16px;padding:2.5rem;transition:transform .3s ease}.hs-bento-card:hover{transform:translateY(-5px)}.hs-bento-icon{width:48px;height:48px;background:var(--pill-bg);color:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.hs-bento-card h3{margin-bottom:1rem;font-size:1.3rem}.hs-bento-card p{color:var(--text-muted);line-height:1.6}.hs-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.hs-result-item{display:flex;gap:1.5rem;background:var(--card-bg);border:1px solid var(--card-border);padding:2rem;border-radius:12px}.hs-result-icon{color:var(--accent);font-size:2rem;flex-shrink:0}.hs-result-item h4{font-size:1.15rem;margin-bottom:.5rem}.hs-result-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.hs-zig-zag-container{display:flex;flex-direction:column;gap:6rem}.hs-zz-row{display:flex;align-items:center;gap:4rem}.hs-zz-reverse{flex-direction:row-reverse}.hs-zz-content{flex:1}.hs-zz-content h3{font-size:2rem;margin-bottom:1rem}.hs-zz-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.hs-checklist{list-style:none}.hs-checklist li{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.05rem;font-weight:500}.hs-checklist .msr{color:var(--accent)}.hs-zz-image{flex:1.2}.hs-zz-image img{border-radius:16px;overflow:hidden;border:1px solid var(--card-border);box-shadow:0 20px 40px #0000001a;width:100%;height:auto;display:block;margin-bottom:.5rem}.hs-testimonial-card{background:var(--glass-bg);border:1px solid var(--card-border);padding:2.5rem;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between}.hs-stars{color:#fbbf24;margin-bottom:1.5rem;letter-spacing:2px}.hs-testimonial-card p{font-style:italic;color:var(--text-color);line-height:1.6;margin-bottom:2rem}.hs-author-flex{display:flex;align-items:center;gap:1rem}.hs-avatar{width:40px;height:40px;border-radius:50%;background:var(--pill-bg);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700}.hs-author-flex strong{display:block;font-size:.95rem}.hs-author-flex span{font-size:.85rem;color:var(--text-muted)}.hs-trust-statement{text-align:center;margin-top:3rem;color:var(--text-muted);font-weight:500}.hs-showdown-board{display:flex;justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}.hs-showdown-col{flex:1;background:var(--glass-bg);border:1px solid var(--card-border);border-radius:16px;padding:3rem 2rem}.hs-col-header{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--card-border)}.hs-them{opacity:.8}.hs-us{border-color:var(--accent);box-shadow:0 10px 30px var(--accent-glow);transform:scale(1.02);z-index:2}.hs-feature-list{list-style:none;margin-bottom:2rem}.hs-feature-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.05rem}.hs-x{color:#e53e3e}.hs-chk{color:#38a169}.hs-col-footer{text-align:center;margin-top:2rem}.hs-timeline{display:flex;gap:2rem;max-width:1000px;margin:0 auto;position:relative}.hs-timeline:before{content:"";position:absolute;top:24px;left:50px;right:50px;height:2px;background:var(--card-border);z-index:1}.hs-timeline-step{flex:1;text-align:center;position:relative;z-index:2}.hs-step-dot{width:50px;height:50px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 0 0 6px var(--bg-color)}.hs-timeline-step h4{margin-bottom:1rem;font-size:1.2rem}.hs-timeline-step p{color:var(--text-muted);line-height:1.6}.hs-highlight-box{max-width:800px;margin:4rem auto 0;background:var(--pill-bg);border:1px solid var(--accent);border-radius:16px;padding:3rem;text-align:center}.hs-highlight-box h3{font-size:1.8rem;margin-bottom:1rem}.hs-highlight-box p{color:var(--text-muted);margin-bottom:2rem}.hs-trust-indicators{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.hs-trust-indicators span{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-color)}.hs-trust-indicators .msr{color:var(--accent)}.hs-faq-list{max-width:800px;margin:0 auto}.hs-faq-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.hs-faq-item summary{padding:1.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.hs-faq-item summary::-webkit-details-marker{display:none}.hs-faq-content{padding:0 1.5rem 1.5rem;color:var(--text-muted);line-height:1.6}.hs-faq-item[open] .hs-chevron{transform:rotate(180deg)}.hs-cta-section{padding:4rem 1.5rem}.hs-cta-box{background:var(--accent);border-radius:24px;padding:5rem 2rem;text-align:center;color:#fff}.hs-cta-box .hs-h2{color:#fff}@media (max-width: 992px){.hs-bento-grid{grid-template-columns:1fr}.hs-zz-row,.hs-zz-reverse,.hs-showdown-board{flex-direction:column}.hs-us{transform:scale(1)}.hs-timeline{flex-direction:column}.hs-timeline:before{display:none}.hs-hero-actions,.hs-hero-checklist{flex-direction:column;align-items:center}}
