.hero{background:#fff;width:100%;padding:32px 0 40px;position:relative;overflow:hidden}.hero-bg-mesh{pointer-events:none;z-index:0;background:radial-gradient(at 20%,#1a73e80f 0%,#0000 50%),radial-gradient(at 80% 20%,#4a90e214 0%,#0000 50%),radial-gradient(at 60% 80%,#34a8530a 0%,#0000 50%);position:absolute;inset:0}.hero-blob{filter:blur(80px);opacity:.12;pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-blob-1{background:var(--primary);width:300px;height:300px;top:-60px;right:-60px}.hero-blob-2{background:var(--primary-light);width:200px;height:200px;bottom:-40px;left:-40px}.hero .container{z-index:1;position:relative}.hero-layout{flex-direction:column;align-items:center;gap:32px;display:flex}.hero-content{text-align:center}.hero-floating-badges{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}.floating-badge{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);color:var(--text-secondary);background:#ffffffd9;border:1px solid #0000000f;align-items:center;gap:4px;padding:6px 14px;font-size:.72rem;font-weight:700;animation:3s ease-in-out infinite float;display:inline-flex;box-shadow:0 2px 8px #0000000f}.floating-badge.fb-1{color:var(--success-dark);animation-delay:0s}.floating-badge.fb-2{color:var(--action);animation-delay:.5s}.floating-badge.fb-3{color:var(--primary);animation-delay:1s}.hero-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:12px;font-size:1.75rem;font-weight:800;line-height:1.15}.hero-title .highlight{background:linear-gradient(135deg, var(--primary), var(--primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-secondary);max-width:480px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:.95rem;font-weight:400;line-height:1.6}.hero-buttons{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.hero-buttons .btn{width:100%}.hero-buttons .btn-primary{animation:2s ease-in-out infinite bounce}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-phone-img{border-radius:16px;max-width:280px;height:auto;animation:4s ease-in-out infinite floatSlow}.live-bar{background:var(--primary-50);border-bottom:1px solid var(--primary-100);padding:8px 0}.live-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.live-item{color:var(--text-secondary);align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.live-dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.hero-badges{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hero-badge-item{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-secondary);box-shadow:var(--shadow-sm);background:#fffc;align-items:center;gap:8px;padding:10px 12px;font-size:.78rem;font-weight:600;display:flex}.hero-badge-item .icon{font-size:1.1rem}@media (width>=769px){.hero{padding:60px 0 70px}.hero-layout{text-align:left;flex-direction:row}.hero-content{text-align:left;flex:1}.hero-title{font-size:2.75rem}.hero-sub{margin-left:0;font-size:1.05rem}.hero-buttons{flex-direction:row}.hero-buttons .btn{width:auto}.hero-badges{grid-template-columns:repeat(2,auto);justify-content:flex-start;gap:14px}.hero-visual{flex:0 0 380px}.hero-phone-img{max-width:360px}.hero-floating-badges{justify-content:flex-start}}@media (width>=1100px){.hero-title{font-size:3rem}.hero-badges{grid-template-columns:repeat(4,auto)}}.stats-section{background:var(--bg-alt)}.stats-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.stat-item{border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);background:#fff;padding:20px 16px}.stat-number{color:var(--primary);letter-spacing:-.02em;margin-bottom:4px;font-size:1.5rem;font-weight:800}.stat-label{color:var(--text-secondary);font-size:.78rem;font-weight:600}@media (width>=769px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px}.stat-number{font-size:2rem}}.cat-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;display:grid}.cat-grid-primary{grid-template-columns:1fr 1fr}.cat-card{background:linear-gradient(to bottom, #fff, var(--bg-alt));border:1.5px solid var(--border-light);text-align:center;cursor:pointer;min-height:90px;transition:all var(--dur) var(--ease);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;padding:12px;display:flex;position:relative;overflow:hidden}.cat-card:before{content:"";height:3px;transition:height var(--dur) var(--ease);position:absolute;top:0;left:0;right:0}.cat-card.blue:before{background:linear-gradient(135deg, var(--primary), var(--primary-light))}.cat-card.orange:before{background:linear-gradient(135deg, var(--action), #ff9800)}.cat-card.green:before{background:linear-gradient(135deg, var(--success), #4caf50)}.cat-card.purple:before{background:linear-gradient(135deg, var(--purple), #9f67ff)}.cat-card.red:before{background:linear-gradient(135deg, var(--danger), #ff6b6b)}.cat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.cat-card:hover:before{height:4px}.cat-card.blue:hover{border-color:var(--primary);box-shadow:var(--shadow-blue)}.cat-card.orange:hover{border-color:var(--action);box-shadow:var(--shadow-orange)}.cat-card.green:hover{border-color:var(--success);box-shadow:var(--shadow-green)}.cat-card.purple:hover{border-color:var(--purple)}.cat-card.red:hover{border-color:var(--danger)}.cat-card.active{border-width:2px}.cat-card.active.blue{border-color:var(--primary);box-shadow:var(--shadow-blue)}.cat-card.active.orange{border-color:var(--action);box-shadow:var(--shadow-orange)}.cat-card.active.green{border-color:var(--success);box-shadow:var(--shadow-green)}.cat-card.active.purple{border-color:var(--purple)}.cat-card.active.red{border-color:var(--danger)}.cat-icon{justify-content:center;align-items:center;margin-bottom:8px;font-size:2rem;display:flex}.cat-icon img{object-fit:contain;border-radius:8px;width:48px;height:48px}.cat-card h3{color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.cat-card p{color:var(--text-muted);font-size:.68rem;line-height:1.4;display:none}@media (width>=600px){.cat-grid-primary{grid-template-columns:repeat(3,1fr)}.cat-card p{display:block}}@media (width>=960px){.cat-grid,.cat-grid-primary{grid-template-columns:repeat(4,1fr);gap:16px}.cat-card h3{font-size:14px}.cat-card p{font-size:.72rem;display:block}}.steps-grid{flex-direction:column;gap:16px;margin-top:28px;display:flex}.step-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-card);background:#fff;padding:24px 18px;position:relative}.step-img{border-radius:var(--radius-md);width:100px;height:100px;margin:0 auto 16px;overflow:hidden}.step-img img{object-fit:cover;width:100%;height:100%}.step-number{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;width:44px;height:44px;box-shadow:var(--shadow-blue);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;font-size:1rem;font-weight:800;display:flex}.step-card h3{margin-bottom:6px;font-size:1rem;font-weight:700}.step-card p{color:var(--text-secondary);font-size:.86rem;line-height:1.5}.step-arrow{text-align:center;color:var(--text-muted);padding:4px 0;font-size:1.5rem}@media (width>=769px){.steps-grid{flex-direction:row;align-items:flex-start}.step-card{flex:1}.step-arrow{align-items:center;padding:60px 8px 0;display:flex}.step-arrow:after{content:"→"}.step-arrow:before{content:""}.step-arrow{font-size:0}.step-arrow:after{font-size:1.5rem}.step-img{width:120px;height:120px}}.trust-grid{grid-template-columns:1fr;align-items:center;gap:32px;margin-top:28px;display:grid}.trust-features{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.trust-feature{background:var(--bg-alt);border:1px solid var(--border-light);border-radius:var(--radius-sm);color:var(--text-secondary);box-shadow:var(--shadow-sm);transition:all var(--dur) var(--ease);align-items:center;gap:10px;padding:12px 14px;font-size:.82rem;font-weight:600;display:flex}.trust-feature:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.trust-feature span:first-child{font-size:1.2rem}.trust-visual{justify-content:center;align-items:center;display:flex}.trust-visual img{border-radius:var(--radius-lg);max-width:320px;height:auto}@media (width>=769px){.trust-grid{grid-template-columns:1fr 1fr}.trust-visual img{max-width:400px}}.reviews-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;margin-top:28px;padding:4px 0 8px;display:flex;overflow-x:auto}.reviews-track::-webkit-scrollbar{display:none}.review-card{scroll-snap-align:start;border:1px solid var(--border-light);border-radius:var(--radius-lg);width:280px;box-shadow:var(--shadow-3d);background:#fff;flex-shrink:0;padding:20px 16px;transition:all .3s}.review-card:hover{box-shadow:var(--shadow-3d-hover);transform:translateY(-4px)}.review-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.review-avatar{border:2px solid var(--primary-50);border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.review-avatar img{object-fit:cover;width:100%;height:100%}.review-avatar span{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;font-weight:800;display:flex}.review-info h4{font-size:.88rem;font-weight:700}.review-info p{color:var(--text-muted);font-size:.72rem}.review-stars{color:#f9ab00;letter-spacing:2px;margin-bottom:8px;font-size:.9rem}.review-text{color:var(--text-secondary);margin-bottom:8px;font-size:.86rem;font-style:italic;line-height:1.5}.review-verified{color:var(--success);font-size:.72rem;font-weight:700}@media (width>=960px){.reviews-track{flex-wrap:wrap;justify-content:center;overflow:visible}.review-card{flex-shrink:1;width:calc(25% - 12px)}}.faq-list{max-width:720px;margin-top:28px;margin-left:auto;margin-right:auto}.faq-item{border:1px solid var(--border-light);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:all var(--dur) var(--ease);background:#fff;margin-bottom:8px;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-question{width:100%;color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:16px;font-size:.92rem;font-weight:600;display:flex}.faq-arrow{color:var(--primary);transition:transform var(--dur) var(--ease);text-align:center;flex-shrink:0;min-width:24px;font-size:1.2rem}.faq-answer{max-height:0;transition:max-height .4s var(--ease);overflow:hidden}.faq-answer p{color:var(--text-secondary);padding:0 16px 16px;font-size:.88rem;line-height:1.7}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-item.open .faq-answer{max-height:500px}.contact-grid{grid-template-columns:1fr;gap:20px;margin-top:28px;display:grid}.contact-methods{flex-direction:column;gap:12px;display:flex}.contact-method{border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);min-height:60px;transition:all var(--dur) var(--ease);background:#fff;align-items:center;gap:14px;padding:16px;text-decoration:none;display:flex}.contact-method:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-method .icon{background:var(--primary-50);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.contact-method h4{margin-bottom:2px;font-size:.9rem;font-weight:700}.contact-method p{color:var(--text-muted);font-size:.78rem}.contact-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-3d);background:#fff;padding:24px 18px}@media (width>=769px){.contact-grid{grid-template-columns:1fr 1fr}}.digi-grid{grid-template-columns:1fr;gap:12px;margin-top:28px;display:grid}.digi-card{border:1.5px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:all var(--dur) var(--ease);background:#fff;align-items:center;gap:16px;min-height:80px;padding:16px;text-decoration:none;display:flex}.digi-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--primary);transform:translateY(-3px)}.digi-img{border-radius:var(--radius-sm);background:var(--bg-alt);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.digi-img img{object-fit:cover;width:100%;height:100%}.digi-content{flex:1;min-width:0}.digi-content h3{color:var(--text-primary);margin-bottom:3px;font-size:.92rem;font-weight:700}.digi-content p{color:var(--text-muted);margin-bottom:4px;font-size:.78rem;line-height:1.4}.digi-price{color:var(--primary);font-size:.76rem;font-weight:700}.digi-arrow{color:var(--text-subtle);transition:transform var(--dur) var(--ease);flex-shrink:0;font-size:1.2rem}.digi-card:hover .digi-arrow{color:var(--primary);transform:translate(3px)}@media (width>=600px){.digi-grid{grid-template-columns:1fr 1fr}}@media (width>=960px){.digi-grid{grid-template-columns:repeat(4,1fr)}.digi-card{text-align:center;flex-direction:column;padding:24px 16px}.digi-img{width:80px;height:80px}.digi-arrow{display:none}}.email-capture-overlay{z-index:9998;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.email-capture-overlay.active{opacity:1;visibility:visible}.email-capture-popup{background:var(--bg);z-index:9999;border-radius:20px 20px 0 0;width:100%;padding:30px 20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:fixed;bottom:-100%;left:0;box-shadow:0 -10px 30px #00000026}.email-capture-popup.active{bottom:0}@media (width>=600px){.email-capture-popup{opacity:0;visibility:hidden;border-radius:20px;width:90%;max-width:400px;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)scale(.9)}.email-capture-popup.active{opacity:1;visibility:visible;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)scale(1)}}.close-popup{background:var(--bg-alt);cursor:pointer;width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:15px;right:15px}.popup-content{text-align:center}.popup-icon{margin-bottom:10px;font-size:3rem}.popup-content h3{color:var(--text-primary);margin-bottom:8px;font-size:1.4rem;font-weight:800}.popup-content p{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem;line-height:1.5}.capture-form{flex-direction:column;gap:12px;display:flex}.capture-form input{border:1.5px solid var(--border-light);border-radius:var(--radius-md);padding:14px;font-size:1rem}.capture-form input:focus{border-color:var(--primary);outline:none}.discount-code{background:var(--primary-100);color:var(--primary-dark);letter-spacing:2px;border-radius:var(--radius-sm);border:2px dashed var(--primary);margin-top:15px;padding:10px 20px;font-size:1.5rem;font-weight:800;display:inline-block}.success-check{margin-bottom:10px;font-size:3rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleIn}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}
