.hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 48px 80px;display:flex;position:relative;overflow:hidden}.heroBg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.blob{filter:blur(100px);opacity:.35;border-radius:50%;animation:20s ease-in-out infinite blobMove;position:absolute}.blob1{background:radial-gradient(circle, var(--accent) 0%, transparent 70%);width:500px;height:500px;animation-delay:0s;top:-10%;left:-5%}.blob2{background:radial-gradient(circle,#f59e0b 0%,#0000 70%);width:400px;height:400px;animation-delay:-7s;bottom:-10%;right:-5%}.blob3{opacity:.2;background:radial-gradient(circle,#ef6829 0%,#0000 70%);width:300px;height:300px;animation-delay:-14s;top:40%;left:50%}.heroInner{z-index:1;grid-template-columns:1.1fr .8fr;align-items:center;gap:80px;width:100%;max-width:1280px;display:grid;position:relative}.heroContent{animation:.8s ease-out both fadeInUp}.heroBadge{color:var(--accent);letter-spacing:.02em;background:#ef682914;border:1px solid #ef682926;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px 6px 8px;font-size:.8rem;font-weight:600;display:inline-flex}.badgeDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.heroHeadline{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;line-height:1.1}.heroHeadline .highlight{color:var(--accent);background:linear-gradient(135deg, var(--accent) 0%, #f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.heroSub{color:var(--text-secondary);max-width:650px;margin-bottom:36px;font-size:1.1rem;line-height:1.7}.heroCtas{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:48px;display:flex}.btnPrimary{color:#fff;background:var(--accent);transition:transform var(--transition), box-shadow var(--transition);border-radius:12px;align-items:center;gap:8px;padding:10px 22px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative}.btnPrimary:before{content:"";border-radius:inherit;background:linear-gradient(135deg,#ffffff1f 0%,#0000 50%);position:absolute;inset:0}.btnPrimary>*{z-index:1;position:relative}.btnPrimary:hover{box-shadow:0 0 30px var(--accent-glow), 0 0 80px #ef682926;transform:translateY(-2px)}.btnPrimary:active{transform:translateY(0)}.btnSecondary{color:var(--text-secondary);background:var(--glass);border:1px solid var(--glass-border);transition:color var(--transition), background var(--transition), border-color var(--transition);border-radius:12px;align-items:center;gap:8px;padding:10px 22px;font-size:.95rem;font-weight:600;display:inline-flex}.btnSecondary:hover{color:var(--text-primary);background:#ffffff12;border-color:#ffffff1f}.heroModalOverlay{-webkit-backdrop-filter:blur(6px);z-index:1200;background:#07080eb8;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.heroModal{background:linear-gradient(#11131ffa,#0a0b12fa);border:1px solid #ffffff1f;border-radius:22px;width:min(520px,100%);max-height:calc(100vh - 40px);padding:28px 26px 24px;animation:.3s ease-out fadeInUp;position:relative;overflow:auto;box-shadow:0 24px 64px #00000080,0 0 0 1px #ef682914}.heroModalClose{color:#ffffffbf;width:34px;height:34px;transition:color var(--transition), border-color var(--transition), background var(--transition);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.heroModalClose:hover{color:#fff;background:#ef68291f;border-color:#ef682973}.heroModalTag{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:10px;font-size:.72rem;font-weight:700}.heroModalTitle{margin-bottom:8px;font-size:clamp(1.5rem,3vw,1.95rem);line-height:1.2}.heroModalSub{color:var(--text-secondary);margin-bottom:22px;font-size:.92rem}.heroModalForm{flex-direction:column;gap:12px;display:flex}.heroModalField{display:block;position:relative}.heroModalFieldIcon{color:#ffffff4d;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.heroModalFieldIconTop{top:16px;transform:none}.heroModalField input,.heroModalField textarea{color:#fff;width:100%;transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:12px 14px 12px 40px;font-family:inherit;font-size:.9rem}.heroModalField textarea{resize:vertical;min-height:84px;line-height:1.5}.heroModalField input::placeholder,.heroModalField textarea::placeholder{color:#ffffff5c}.heroModalField:focus-within input,.heroModalField:focus-within textarea{background:#ffffff0f;border-color:#ef68298f;box-shadow:0 0 0 3px #ef682924}.heroModalField:focus-within .heroModalFieldIcon{color:var(--accent)}.heroModalSubmit{color:#fff;width:100%;transition:transform var(--transition), box-shadow var(--transition), opacity var(--transition);background:linear-gradient(135deg,#f97331 0%,#ef6829 100%);border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:13px 18px;font-weight:700;display:inline-flex}.heroModalSubmit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 26px #ef682961}.heroModalSubmit:disabled{opacity:.86}.heroModalSpinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.6s linear infinite heroModalSpin}@keyframes heroModalSpin{to{transform:rotate(360deg)}}.heroModalSuccess{text-align:center;flex-direction:column;align-items:center;padding:26px 10px;display:flex}.heroModalSuccessIcon{color:#34d399;background:#22c55e24;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:16px;display:inline-flex}.heroModalSuccess h3{margin-bottom:8px;font-size:1.35rem}.heroModalSuccess p{color:var(--text-secondary);max-width:32ch;margin-bottom:18px}.heroModalReset{color:#fffc;transition:color var(--transition), border-color var(--transition), background var(--transition);background:#ffffff0d;border:1px solid #ffffff24;border-radius:10px;padding:9px 16px}.heroModalReset:hover{color:#fff;background:#ef68291f;border-color:#ef682966}.heroTrust{align-items:center;gap:12px;animation:.8s ease-out .3s both fadeInUp;display:flex}.trustAvatars{display:flex}.trustAvatar{border:2px solid var(--bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-8px;font-size:.65rem;font-weight:700;display:flex}.trustAvatar:first-child{margin-left:0}.trustText{color:var(--text-secondary);font-size:.85rem}.trustText strong{color:var(--text-primary);font-weight:600}.trustPoints{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.trustPoint{color:var(--text-secondary);align-items:center;gap:6px;padding:4px 0;font-size:.8rem;display:flex}.heroPhone{justify-content:center;animation:.8s ease-out .2s both fadeInUp;display:flex}.phoneFrame{background:#1a1a24;border:2px solid #ffffff14;border-radius:40px;width:300px;height:620px;animation:6s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ef68291a,0 25px 80px #00000080,0 0 60px #ef682914}.phoneNotch{z-index:20;background:#1a1a24;border-radius:0 0 18px 18px;width:120px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phoneNotch:after{content:"";background:#2a2a3a;border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.phoneScreen{z-index:10;background:#f5f5f7;border-radius:32px;position:absolute;inset:8px;overflow:hidden}.statusBar{color:#0f0f18;z-index:15;justify-content:space-between;align-items:center;padding:12px 20px 6px;font-size:.65rem;font-weight:600;display:flex;position:relative}.statusTime{font-weight:700}.statusIcons{align-items:center;gap:4px;display:flex}.statusDot{background:#0f0f18;border-radius:50%;width:3px;height:3px}.batteryIcon{border:1px solid #0f0f18;border-radius:2px;width:18px;height:9px;margin-left:2px;position:relative}.batteryIcon:before{content:"";background:#4ade80;border-radius:1px;width:10px;height:3px;position:absolute;top:2px;left:2px}.batteryIcon:after{content:"";background:#0f0f18;border-radius:0 1px 1px 0;width:2px;height:3px;position:absolute;top:2px;right:-3px}.appContent{height:calc(100% - 90px);position:relative;overflow:hidden}.bannerSlider{width:100%;height:140px;margin-bottom:12px;position:relative;overflow:hidden}.bannerTrack{height:100%;animation:12s ease-in-out infinite bannerSlide;display:flex}.bannerSlide{min-width:100%;height:100%;position:relative;overflow:hidden}.bannerImg{object-fit:cover}.bannerDots{justify-content:center;gap:6px;margin-bottom:14px;display:flex}.bannerDot{background:#00000026;border-radius:50%;width:6px;height:6px;transition:background .3s}.bannerDot.active{background:var(--accent);box-shadow:0 0 6px var(--accent-glow)}@keyframes bannerSlide{0%,20%{transform:translate(0)}25%,45%{transform:translate(-100%)}50%,70%{transform:translate(-200%)}75%,95%{transform:translate(-300%)}to{transform:translate(0)}}.sectionLabel{color:#0006;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;padding:0 14px;font-size:.65rem;font-weight:700}.productScroll{padding:0 14px;overflow:hidden}.productTrack{gap:10px;animation:12s linear infinite productScroll;display:flex}.productCard{background:#fff;border:1px solid #00000012;border-radius:14px;flex-shrink:0;min-width:110px;padding:10px;position:relative;overflow:hidden}.productThumb{aspect-ratio:1;color:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-bottom:8px;font-size:1.6rem;display:flex}.productThumb:first-child{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%)}.productName{color:#0f0f18;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.6rem;font-weight:600;overflow:hidden}.productPrice{color:#52525b;margin-bottom:6px;font-size:.55rem}.addToCart{color:#fff;background:var(--accent);text-align:center;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:8px;width:100%;padding:5px 0;font-size:.5rem;font-weight:700;transition:box-shadow .3s;position:relative;overflow:hidden}.addToCart:hover{box-shadow:0 0 12px var(--accent-glow)}.ripple{pointer-events:none;background:#ffffff59;border-radius:50%;animation:.6s ease-out forwards rippleEffect;position:absolute;transform:scale(0)}@keyframes rippleEffect{to{opacity:0;transform:scale(4)}}@keyframes productScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.featuredGrid{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding:0 14px;display:grid}.featuredItem{background:#fff;border:1px solid #00000012;border-radius:12px;flex-direction:column;gap:4px;padding:10px;display:flex}.featuredIcon{color:#0f0f18;font-size:1.2rem}.featuredName{color:#0f0f18;font-size:.55rem;font-weight:600}.featuredPrice{color:#52525b;font-size:.5rem}.bottomNav{-webkit-backdrop-filter:blur(10px);z-index:15;background:#fffffff2;border-top:1px solid #00000012;justify-content:space-around;align-items:center;width:100%;height:56px;padding:0 4px;display:flex;position:absolute;bottom:0;left:0}.navItem{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:4px 8px;transition:background .2s;display:flex}.navItem:hover{background:#0000000a}.navItemIcon{color:#00000080;font-size:1rem;line-height:1}.navItemLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:.45rem;font-weight:600}.navItem.active .navItemLabel{color:var(--accent)}.navItem.active .navItemIcon{color:var(--accent);filter:drop-shadow(0 0 4px var(--accent-glow))}.phoneGlow{z-index:-1;background:radial-gradient(#ef68291a 0%,#0000 70%);border-radius:60px;animation:4s ease-in-out infinite pulse;position:absolute;inset:-40px}.phoneNotif{z-index:25;-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#1e1e2cf2;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:8px;padding:10px 12px;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .35s;display:flex;position:absolute;top:36px;left:12px;right:12px;transform:translateY(-120%);box-shadow:0 8px 24px #0006}.phoneNotif.show{opacity:1;transform:translateY(0)}.phoneNotifIcon{width:28px;height:28px;color:var(--accent);background:#ef68291f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:flex}.phoneNotifText{flex-direction:column;gap:1px;display:flex}.phoneNotifTitle{color:#fff;font-size:.55rem;font-weight:700}.phoneNotifBody{color:#ffffff80;font-size:.45rem}@media (max-width:1024px){.heroInner{gap:48px}.heroHeadline{font-size:clamp(2rem,4vw,3rem)}}@media (max-width:768px){.hero{min-height:auto;padding:100px 20px 60px}.heroInner{text-align:center;grid-template-columns:1fr;gap:48px}.heroContent{flex-direction:column;align-items:center;display:flex}.heroSub{max-width:440px}.heroCtas,.heroTrust{justify-content:center}.heroPhone{order:2}.phoneFrame{width:260px;height:540px}.heroModal{border-radius:18px;padding:24px 18px 20px}}@media (max-width:480px){.hero{padding:90px 16px 48px}.heroCtas{flex-direction:column;width:100%}.btnPrimary,.btnSecondary{justify-content:center;width:100%}.heroModalOverlay{padding:12px}.heroModal{max-height:calc(100vh - 24px)}.phoneFrame{width:250px;height:500px}}
