.lp-nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#06041cd9;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0}.lp-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.lp-logo{color:#fff;letter-spacing:-.5px;flex-shrink:0;font-size:1.5rem;font-weight:800}.lp-logo span{color:#a78bfa}.lp-nav-links{align-items:center;gap:28px;list-style:none;display:flex}.lp-nav-links a{color:#ffffffb3;font-size:.875rem;font-weight:500;transition:color .2s}.lp-nav-links a:hover{color:#fff}.lp-nav-cta{flex-shrink:0;align-items:center;gap:10px;display:flex}.lp-btn-ghost{color:#fffc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;align-items:center;padding:8px 18px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.lp-btn-ghost:hover{color:#fff;background:#ffffff26}.lp-hero{background:linear-gradient(160deg,#06041c 0%,#0f0a2e 40%,#1a0a3e 70%,#0f172a 100%);min-height:100vh;padding:120px 1.5rem 80px;position:relative;overflow:hidden}.lp-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f12e 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-200px}.lp-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf61f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.lp-hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid;position:relative}.lp-hero-badge{color:#a78bfa;background:#6366f126;border:1px solid #6366f159;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.lp-hero-badge-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.lp-hero h1{color:#fff;letter-spacing:-1px;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.15}.lp-hero h1 span{background:linear-gradient(135deg,#a78bfa,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero-sub{color:#ffffffa6;max-width:480px;margin-bottom:36px;font-size:1.05rem;line-height:1.75}.lp-hero-btns{flex-wrap:wrap;gap:14px;display:flex}.lp-btn-wa{color:#fff;text-shadow:0 1px 2px #0000001a;background:#19a952;border-radius:10px;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #19a9524d}.lp-btn-wa:hover{background:#25d366;transform:translateY(-2px);box-shadow:0 6px 24px #25d36659}.lp-hero-img-wrap{justify-content:center;align-items:center;display:flex;position:relative}.lp-hero-stats{flex-wrap:wrap;gap:28px;margin-top:40px;display:flex}.lp-hero-stat-val{color:#fff;font-size:1.6rem;font-weight:800;line-height:1}.lp-hero-stat-label{color:#ffffff80;margin-top:3px;font-size:.78rem}.lp-section{padding:88px 1.5rem}.lp-section-inner{max-width:1200px;margin:0 auto}.lp-section-badge{color:#6366f1;letter-spacing:.5px;text-transform:uppercase;background:#eef2ff;border-radius:100px;margin-bottom:14px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.lp-section-badge-dark{color:#a78bfa;letter-spacing:.5px;text-transform:uppercase;background:#6366f126;border-radius:100px;margin-bottom:14px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.lp-section-title{color:#0f172a;letter-spacing:-.5px;margin-bottom:14px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.2}.lp-section-title-light{color:#fff}.lp-section-sub{color:#64748b;max-width:560px;font-size:1rem;line-height:1.7}.lp-section-sub-light{color:#fff9}.lp-section-header{margin-bottom:56px}.lp-section-header--center{text-align:center}.lp-section-header--center .lp-section-sub{margin:0 auto}.lp-section-dark{background:linear-gradient(135deg,#06041c,#0f0a2e);padding:88px 1.5rem}.lp-steps{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.lp-steps:before{content:"";z-index:0;background:linear-gradient(90deg,#6366f1,#8b5cf6);height:2px;position:absolute;top:32px;left:12.5%;right:12.5%}.lp-step{text-align:center;z-index:1;position:relative}.lp-step-num{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 8px 24px #6366f159}.lp-step-title{color:#0f172a;margin-bottom:8px;font-size:1rem;font-weight:700}.lp-step-desc{color:#64748b;font-size:.875rem;line-height:1.65}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lp-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;transition:all .2s}.lp-feature-card:hover{border-color:#c7d2fe;transform:translateY(-3px);box-shadow:0 8px 24px #6366f11a}.lp-feature-icon{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:1.4rem;display:flex}.lp-feature-title{color:#0f172a;margin-bottom:8px;font-size:.95rem;font-weight:700}.lp-feature-desc{color:#64748b;font-size:.85rem;line-height:1.65}.lp-products-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:860px;margin:0 auto;display:grid}.lp-product-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;transition:all .2s;overflow:hidden}.lp-product-card:hover{border-color:#6366f180;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.lp-product-card--pro{background:linear-gradient(135deg,#6366f114,#8b5cf60f);border-color:#6366f166}.lp-product-img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.lp-product-body{padding:28px}.lp-product-label{letter-spacing:.5px;text-transform:uppercase;border-radius:100px;margin-bottom:12px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-block}.lp-product-label--starter{color:#ffffffb3;background:#ffffff1a}.lp-product-label--pro{color:#a78bfa;background:#6366f140}.lp-product-name{color:#fff;margin-bottom:6px;font-size:1.2rem;font-weight:800}.lp-product-price{color:#fff;margin-bottom:20px;font-size:2rem;font-weight:800}.lp-product-price span{color:#ffffff80;font-size:1rem;font-weight:400}.lp-product-features{flex-direction:column;gap:10px;margin-bottom:24px;list-style:none;display:flex}.lp-product-features li{color:#fffc;align-items:center;gap:10px;font-size:.875rem;display:flex}.lp-product-features li:before{content:"✓";color:#22c55e;flex-shrink:0;font-weight:700}.lp-product-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.lp-product-btn--starter{color:#fff;background:#ffffff1a;border:1.5px solid #fff3}.lp-product-btn--starter:hover{background:#ffffff2e}.lp-product-btn--pro{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.lp-product-btn--pro:hover{opacity:.9;transform:translateY(-1px)}.lp-pricing-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:860px;margin:0 auto;display:grid}.lp-plan{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:36px;transition:all .2s;position:relative}.lp-plan:hover{border-color:#c7d2fe;box-shadow:0 12px 32px #6366f11f}.lp-plan--featured{border-color:#6366f1;box-shadow:0 12px 40px #6366f133}.lp-plan-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:2px solid #fff;border-radius:100px;align-items:center;gap:8px;padding:6px 18px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #6366f133}.lp-plan-badge--default{color:#475569;box-shadow:none;background:#f1f5f9;border-color:#fff}.lp-plan-badge-yellow{color:#0f172a;letter-spacing:.5px;text-transform:uppercase;background:#fde047;border-radius:100px;padding:2px 8px;font-size:.7rem;font-weight:800}.lp-plan-price-row{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.lp-plan-price{color:#0f172a;margin-bottom:4px;font-size:2.6rem;font-weight:800;line-height:1}.lp-plan-price span{color:#64748b;font-size:1rem;font-weight:600}.lp-plan-save-text{color:#16a34a;background:#dcfce7;border-radius:6px;padding:3px 8px;font-size:.8rem;font-weight:700}.lp-plan-price-sub{color:#64748b;margin-bottom:24px;font-size:.85rem;font-weight:500}.lp-plan-divider{background:#f1f5f9;height:1px;margin-bottom:20px}.lp-plan-features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.lp-plan-features li{color:#374151;align-items:center;gap:10px;font-size:.875rem;display:flex}.lp-plan-features li:before{content:"✓";color:#6366f1;flex-shrink:0;font-weight:700}.lp-plan-cta{text-align:center;border-radius:10px;padding:13px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.lp-plan-cta--basic{color:#374151;background:#f8fafc;border:1.5px solid #e2e8f0}.lp-plan-cta--basic:hover{background:#f1f5f9}.lp-plan-cta--featured{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.lp-plan-cta--featured:hover{opacity:.9}.lp-section-cta{text-align:center;background:linear-gradient(135deg,#06041c,#0f0a2e);padding:88px 1.5rem}.lp-cta-inner{max-width:800px;margin:0 auto}.lp-cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:16px;font-size:2.5rem;font-weight:800}.lp-cta-sub{color:#fff9;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.lp-cta-btns{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:40px;display:flex}.lp-cta-phone{color:#fff9;justify-content:center;align-items:center;gap:8px;margin-bottom:32px;font-size:.95rem;display:flex}.lp-cta-phone a{color:#ffffffd9;font-weight:600;text-decoration:none}.lp-cta-phone a:hover{color:#fff}.lp-social-link{color:#fff9;background:0 0;border:none;align-items:center;gap:7px;padding:0;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.lp-social-link:hover{color:#fff}.lp-footer{background:#0a0818;border-top:1px solid #ffffff0f;padding:28px 1.5rem}.lp-footer-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:grid}.lp-footer-group{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.lp-footer-page-group{justify-content:flex-end}.lp-footer-left{color:#fff6;text-align:center;white-space:nowrap;font-size:.82rem}.lp-footer-mobile-links{display:none}.lp-footer-mobile-links a{color:#fff6;font-size:.82rem;text-decoration:none;transition:color .2s}.lp-footer-mobile-links a:hover{color:#fffc}@media (max-width:900px){.lp-hero-inner{text-align:center;grid-template-columns:1fr;gap:40px}.lp-hero-sub{max-width:100%}.lp-hero-btns,.lp-hero-stats{justify-content:center}.lp-hero-img-wrap{justify-content:center;margin-top:16px;display:flex}.lp-steps{grid-template-columns:1fr;gap:32px}.lp-steps:before{display:none}.lp-features-grid{grid-template-columns:repeat(2,1fr)}.lp-products-grid,.lp-pricing-grid{grid-template-columns:1fr}.lp-nav-links{display:none}}@media (max-width:600px){.lp-section,.lp-section-dark{padding:64px 1.2rem}.lp-hero{padding:100px 1.2rem 60px}.lp-features-grid{grid-template-columns:1fr}.lp-plan{padding:28px 20px}.lp-section-cta{padding:64px 1.2rem}.lp-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.lp-footer-group{flex-wrap:nowrap;order:1;justify-content:center}.lp-footer-page-group{display:none}.lp-footer-mobile-links{flex-wrap:wrap;order:2;justify-content:center;gap:16px;width:100%;display:flex}.lp-footer-left{white-space:normal;order:3}.lp-social-link{color:#ffffffbf;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;gap:5px;padding:7px 12px;font-size:.75rem}.lp-social-link:hover{color:#fff;background:#ffffff1f;border-color:#ffffff40}}
.ha-s0{flex-direction:column;align-items:center;width:100%;height:100%;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.ha-wall{background:linear-gradient(160deg,#f8fafc 0%,#eef2f7 50%,#e8ecf3 100%);position:absolute;inset:0}.ha-counter,.ha-counter-top{display:none}.ha-standee-wrap{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;top:9.4%;left:50%;transform:translate(-50%)}.ha-standee-img-wrap{animation:.5s both standeeEntrance;position:relative}@keyframes standeeEntrance{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ha-standee-img{filter:drop-shadow(0 8px 20px #0003);width:320px;height:auto;display:block}.ha-scan-laser{background:linear-gradient(90deg,#0000,#22c55e,#0000);border-radius:2px;height:2.5px;animation:1.2s ease-in-out forwards laserSweep;position:absolute;top:0;left:0;right:0;box-shadow:0 0 8px 2px #22c55ecc}@keyframes laserSweep{0%{opacity:1;top:5%}to{opacity:.5;top:90%}}.ha-qr-glow{background:#22c55e2e;border:2px solid #22c55e80;border-radius:6px;animation:.4s both glowPulse;position:absolute;inset:0}@keyframes glowPulse{0%{opacity:0}to{opacity:1}}.ha-cust-phone{z-index:4;animation:2s ease-in-out infinite alternate phoneBob;position:absolute;bottom:13.5%;left:50%;transform:translate(-50%)}@keyframes phoneBob{0%{transform:translate(-50%)translateY(0)}to{transform:translate(-50%)translateY(-4px)}}.ha-cp-body{background:linear-gradient(135deg,#1a1a2e,#2d2d44);border:2px solid #ffffff2e;border-radius:12px;flex-direction:column;align-items:center;width:58px;height:100px;padding:6px 4px 5px;display:flex;position:relative;box-shadow:0 12px 32px #00000080}.ha-cp-notch{background:#fff3;border-radius:2px;flex-shrink:0;width:12px;height:3px;margin-bottom:3px}.ha-cp-screen{background:#0a0a18;border-radius:4px;flex:1;width:100%;position:relative;overflow:hidden}.ha-cp-camera-view{background:#0a0a18;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;inset:0}.ha-cp-qr-preview{opacity:.88;filter:drop-shadow(0 0 4px #22c55e66);display:block}.ha-qr-vf-box{padding:2px;display:inline-flex;position:relative}.ha-cp-scan-line{background:linear-gradient(90deg,#0000,#22c55e,#0000);height:1.5px;animation:1.2s ease-in-out forwards cpScanLine;position:absolute;top:5px;left:5px;right:5px;box-shadow:0 0 5px #22c55e}@keyframes cpScanLine{0%{opacity:1;top:10%}to{opacity:.3;top:85%}}.ha-vf-c{border-style:solid;border-color:#22c55e;width:5px;height:5px;position:absolute}.ha-vf-tl{border-width:2px 0 0 2px;top:0;left:0}.ha-vf-tr{border-width:2px 2px 0 0;top:0;right:0}.ha-vf-bl{border-width:0 0 2px 2px;bottom:0;left:0}.ha-vf-br{border-width:0 2px 2px 0;bottom:0;right:0}.ha-vf-check{color:#22c55e;font-size:.8rem;font-weight:800;animation:.3s both checkPop}@keyframes checkPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.ha-cp-home{background:#ffffff26;border-radius:2px;flex-shrink:0;width:12px;height:3px;margin-top:3px}.ha-cp-flash{background:#ffffff26;border-radius:50%;width:6px;height:6px;transition:all .3s;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.ha-cp-flash.ha-flash-on{background:#fbbf24;box-shadow:0 0 8px #fbbf24}.ha-scan-badge{color:#fff;white-space:nowrap;z-index:4;background:#22c55e;border-radius:100px;padding:4px 10px;font-size:.62rem;font-weight:700;animation:.35s both badgePop;position:absolute;top:18%;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #22c55e66}@keyframes badgePop{0%{opacity:0;transform:translate(-50%)scale(.7)}to{opacity:1;transform:translate(-50%)scale(1)}}.ha-scan-caption{color:#ffffffd9;white-space:nowrap;z-index:4;background:#00000059;border-radius:100px;padding:3px 10px;font-size:.6rem;font-weight:600;position:absolute;bottom:6px}.ha-phone-wrap{z-index:1;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.ha-phone{background:#fff;border:8px solid #1a1a2e;border-radius:36px;flex-direction:column;width:260px;height:520px;animation:4s ease-in-out infinite float;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 40px 80px #00000080,inset 0 0 0 1px #ffffff0d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ha-notch{z-index:10;background:#1a1a2e;border-radius:0 0 16px 16px;width:80px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ha-statusbar{color:#0f172a;background:#f8fafc;flex-shrink:0;justify-content:space-between;align-items:center;padding:26px 16px 6px;font-size:.65rem;font-weight:700;display:flex}.ha-screen-area{background:#f8fafc;flex:1;position:relative;overflow:hidden}.ha-step-dots{background:#f8fafc;flex-shrink:0;justify-content:center;gap:5px;padding:8px;display:flex}.ha-step-dot{background:#cbd5e1;border-radius:50%;width:5px;height:5px;transition:all .3s}.ha-step-dot-on{background:#6366f1;border-radius:3px;width:16px}.ha-step-label{color:#fff9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:100px;padding:6px 16px;font-size:.78rem;font-weight:600;transition:all .4s}.ha-s1,.ha-s2,.ha-s3,.ha-s4{background:#f8fafc;flex-direction:column;height:100%;padding:12px 14px 8px;font-family:Inter,sans-serif;animation:.35s haFadeIn;display:flex;position:relative;overflow:hidden}@keyframes haFadeIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.ha-logo-circle{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 8px;display:flex;box-shadow:0 4px 16px #6366f159}.ha-biz-name{text-align:center;color:#0f172a;margin:0 0 10px;font-size:.9rem;font-weight:700}.ha-select-label{text-align:center;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.72rem;font-weight:600}.ha-chips-grid{grid-template-columns:1fr 1fr;gap:7px;margin-bottom:10px;display:grid}.ha-chip{text-align:center;color:#374151;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:7px 6px;font-size:.72rem;font-weight:600;transition:all .3s}.ha-chip-on{color:#fff;background:#6366f1;border-color:#6366f1;transform:scale(1.03);box-shadow:0 2px 8px #6366f14d}.ha-gen-btn-wrap{opacity:0;transition:all .4s;position:absolute;bottom:26px;left:14px;right:14px;transform:translateY(8px)}.ha-visible{opacity:1;transform:translateY(0)}.ha-gen-btn{color:#fff;text-align:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;padding:10px 14px;font-size:.78rem;font-weight:700;box-shadow:0 4px 12px #6366f159}.ha-powered{text-align:center;color:#94a3b8;font-size:.62rem;position:absolute;bottom:8px;left:0;right:0}.ha-powered span{color:#6366f1;font-weight:700}.ha-s2{justify-content:space-between}.ha-review-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;max-height:160px;margin-bottom:10px;padding:14px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.ha-review-text{color:#374151;flex:1;margin:0;font-size:.75rem;line-height:1.65}.ha-cursor{color:#6366f1;font-weight:700;animation:.8s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.ha-try-another{color:#6366f1;text-align:right;cursor:pointer;margin:8px 0 0;font-size:.65rem}.ha-cta-wrap{position:absolute;bottom:26px;left:14px;right:14px}.ha-cta-btn{color:#fff;text-align:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:11px 12px;font-size:.72rem;font-weight:700;display:flex;box-shadow:0 4px 14px #6366f166}.ha-s3{background:#fff;padding:0}.ha-google-bar{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:10px 12px 8px;display:flex}.ha-google-search{color:#374151;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;flex:1;padding:5px 12px;font-size:.7rem;font-weight:500}.ha-gmap-biz{padding:10px 12px 8px}.ha-gmap-name{color:#0f172a;margin-bottom:3px;font-size:.88rem;font-weight:800}.ha-gmap-stars{align-items:center;gap:5px;display:flex}.ha-stars{color:#f59e0b;letter-spacing:1px;font-size:.8rem}.ha-rating-num{color:#0f172a;font-size:.8rem;font-weight:700}.ha-rating-count{color:#64748b;font-size:.68rem}.ha-divider{background:#f1f5f9;height:1px;margin:0 12px}.ha-reviews-label{color:#94a3b8;letter-spacing:.5px;padding:6px 12px 4px;font-size:.62rem;font-weight:700}.ha-greview-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;margin:0 10px;padding:12px;box-shadow:0 2px 8px #0000000d}.ha-slide-up{animation:.5s .2s both slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ha-greview-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.ha-greview-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.ha-greview-name{color:#0f172a;font-size:.75rem;font-weight:700}.ha-greview-stars{color:#f59e0b;letter-spacing:1px;font-size:.7rem}.ha-greview-text{color:#374151;margin:0;font-size:.7rem;line-height:1.55}.ha-s4{align-items:center;padding:16px 14px 10px}.ha-reply-icon{margin-bottom:6px;font-size:2.2rem}.ha-reply-title{color:#0f172a;margin-bottom:3px;font-size:1rem;font-weight:800}.ha-reply-sub{color:#64748b;margin-bottom:14px;font-size:.7rem}.ha-reply-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 2px 12px #00000012}.ha-reply-review-snippet{border-bottom:1px solid #f1f5f9;padding:12px}.ha-reply-snippet-header{align-items:center;gap:7px;margin-bottom:6px;display:flex}.ha-reply-bubble{opacity:0;background:#f0fdf4;border-top:2px solid #22c55e;padding:12px;transition:all .5s;transform:translateY(8px)}.ha-reply-bubble.ha-visible{opacity:1;transform:translateY(0)}.ha-reply-bubble-label{color:#166534;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.62rem;font-weight:700}.ha-reply-bubble-text{color:#0f172a;margin:0 0 8px;font-size:.75rem;line-height:1.5}.ha-reply-badge{color:#166534;background:#dcfce7;border-radius:100px;align-items:center;gap:4px;padding:2px 8px;font-size:.62rem;font-weight:700;display:inline-flex}
