.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:10rem 2rem 0;background:var(--white);position:relative;overflow:hidden}.hero-inner{max-width:900px;position:relative;z-index:2}.hero-eyebrow{font-size:.9rem;font-weight:500;color:var(--gray);letter-spacing:.04em;margin-bottom:.75rem}.hero-title{font-size:clamp(4rem,14vw,9.5rem);font-weight:700;letter-spacing:-.045em;line-height:.95;color:var(--black);margin-bottom:1rem}.hero-tagline{font-size:clamp(1.25rem,3vw,1.9rem);font-weight:500;color:var(--black);margin-bottom:.5rem}.hero-price{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;color:var(--gray);margin-bottom:2rem}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-image-wrap{margin-top:auto;display:flex;justify-content:center;align-items:flex-end;width:100%;max-width:1200px;padding:0 1rem;position:relative;z-index:1}.hero-product-img{width:100%;height:auto;max-height:55vh;object-fit:contain;object-position:bottom center}.marquee{padding:1.75rem 0;background:var(--gray-bg);border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);overflow:hidden}.marquee-track{display:flex;align-items:center;gap:2rem;width:max-content;animation:marquee-scroll 24s linear infinite}.marquee-track span{font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:700;letter-spacing:-.02em;color:var(--black);white-space:nowrap}.marquee-dot{color:var(--gray-light)!important;font-weight:400!important}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-intro{font-size:1.05rem;color:var(--gray);margin-bottom:3rem;max-width:600px}.compare-section{padding-bottom:5rem}.compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.compare-card{background:var(--gray-bg);border-radius:24px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.compare-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.compare-card-hero{box-shadow:0 4px 24px #0071e31f}.compare-card-hero:hover{box-shadow:0 12px 40px #0071e329}.compare-image{width:100%;height:260px;margin-bottom:1.5rem;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.compare-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:bottom center}.compare-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray);margin-bottom:.75rem}.compare-card-hero .compare-badge{color:var(--blue)}.compare-badge-pro{color:#8b5cf6}.compare-card h3{font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.25rem}.compare-price{font-size:1.2rem;font-weight:600;color:var(--gray);margin-bottom:.25rem}.compare-desc{font-size:.9rem;color:var(--gray);margin-bottom:1.5rem}.compare-specs{list-style:none;margin:0 0 1.5rem;width:100%}.compare-specs li{font-size:.85rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);color:#424245}.compare-specs li:last-child{border-bottom:none}.explore-section{padding-bottom:3rem}.explore-links{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem 1.5rem;margin-top:2rem;max-width:720px}.explore-links a{font-size:.9rem;font-weight:500;color:var(--blue);text-decoration:none;padding:.4rem 0}.explore-links a:hover{text-decoration:underline}@media(max-width:640px){.explore-links{grid-template-columns:repeat(2,1fr)}}.cta-section{text-align:center;padding:8rem 2rem}.cta-sub{font-size:1rem;color:var(--gray);max-width:540px;margin:0 auto 2rem;line-height:1.6}.cta-order{margin-bottom:3rem}.cta-fine{font-size:.72rem;color:var(--gray);max-width:600px;margin:0 auto;line-height:1.6}.connect-promo{background:var(--black);text-align:center;padding:7rem 2rem}.connect-promo-eyebrow{color:#fff9}.connect-promo-title{color:#fff;margin-bottom:.75rem}.connect-promo-sub{color:#ffffffb3;max-width:520px;margin:0 auto 2rem;font-size:1.05rem}.connect-promo .btn-secondary{color:#fff;border-color:#fff9}.connect-promo .btn-secondary:hover{background:#fff;color:var(--black)}.connect-promo-image{max-width:560px;margin:3rem auto 0}.connect-promo-image img{width:100%;height:auto;border-radius:20px;display:block}@media(max-width:1024px){.compare-grid{grid-template-columns:1fr}.compare-image{height:220px}}@media(max-width:768px){.buy-ribbon-inner{padding:.5rem 1rem;gap:.75rem;font-size:.78rem}.hero{padding:8rem 1.5rem 0}.hero-product-img{max-height:45vh}.marquee-track{gap:1.25rem;animation-duration:18s}.compare-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero{padding:7rem 1rem 0}.marquee-track span{font-size:1.2rem}}
