.hero-premium{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden;contain:layout style paint;content-visibility:auto;contain-intrinsic-size:0 100vh}.hero-bg{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #334155 70%, #FF6F61 100%)}.hero-gradient::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:100%;background:radial-gradient(circle, rgba(255, 111, 97, 0.15) 0%, transparent 60%);animation:pulse 8s ease-in-out infinite;will-change:transform, opacity;contain:strict}.hero-gradient::after{content:'';position:absolute;bottom:-30%;left:-20%;width:60%;height:80%;background:radial-gradient(circle, rgba(255, 209, 102, 0.1) 0%, transparent 50%);animation:pulse 10s ease-in-out infinite reverse;will-change:transform, opacity;contain:strict}@keyframes pulse{0%, 100%{transform:scale(1);opacity:0.8}50%{transform:scale(1.2);opacity:1}}.hero-particles{position:absolute;inset:0;overflow:hidden}.hero-particles span{position:absolute;width:4px;height:4px;background:rgba(255, 255, 255, 0.3);border-radius:50%;animation:float 15s infinite;will-change:transform, opacity}.hero-particles span:nth-child(1){left:10%;animation-delay:0s}.hero-particles span:nth-child(2){left:20%;animation-delay:2s}.hero-particles span:nth-child(3){left:30%;animation-delay:4s}.hero-particles span:nth-child(4){left:40%;animation-delay:1s}.hero-particles span:nth-child(5){left:50%;animation-delay:3s}.hero-particles span:nth-child(6){left:60%;animation-delay:5s}.hero-particles span:nth-child(7){left:70%;animation-delay:2.5s}.hero-particles span:nth-child(8){left:80%;animation-delay:4.5s}.hero-particles span:nth-child(9){left:85%;animation-delay:1.5s}.hero-particles span:nth-child(10){left:95%;animation-delay:3.5s}@keyframes float{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-100vh) scale(1);opacity:0}}.hero-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;gap:3rem}.hero-main{max-width:800px}.hero-badge-top{display:inline-flex;align-items:center;gap:8px;background:rgba(255, 111, 97, 0.2);border:1px solid rgba(255, 111, 97, 0.3);padding:8px 16px;border-radius:50px;font-size:0.875rem;color:#FF8A80;margin-bottom:24px;backdrop-filter:blur(10px)}.hero-badge-top i{color:#FFD166}.hero-headline{font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:800;color:white;line-height:1.1;margin-bottom:24px;letter-spacing:-0.02em}.text-highlight{background:linear-gradient(135deg, #FFD166 0%, #FF6F61 50%, #FF8A80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.25rem;color:rgba(255, 255, 255, 0.8);line-height:1.7;margin-bottom:32px;max-width:600px}.hero-buttons{display:flex;gap:16px;margin-bottom:40px}.btn-hero-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg, #FF6F61 0%, #FF8A80 50%, #FF6F61 100%);background-size:200% 200%;color:white;border-radius:16px;font-weight:700;font-size:1.0625rem;text-decoration:none;overflow:hidden;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 8px 24px rgba(255, 111, 97, 0.35), 0 4px 12px rgba(255, 111, 97, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);border:none}@keyframes gradientShift{0%, 100%{background-position:0% 50%}50%{background-position:100% 50%}}.btn-hero-primary::before{content:'';position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);border-radius:16px 16px 0 0}.btn-hero-primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px rgba(255, 111, 97, 0.45), 0 8px 20px rgba(255, 111, 97, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);color:white}.btn-hero-primary:active{transform:translateY(-1px) scale(0.98)}.btn-hero-primary i{font-size:1.125rem}@keyframes iconBounce{0%, 100%{transform:translateY(0)}50%{transform:translateY(-2px)}}.btn-shine{position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);transform:translateX(-200%) skewX(-20deg);animation:shine 4s ease-in-out infinite;pointer-events:none;contain:layout style}@keyframes shine{0%{transform:translateX(-200%) skewX(-20deg)}20%, 100%{transform:translateX(350%) skewX(-20deg)}}.btn-hero-outline{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 36px;background:rgba(255, 255, 255, 0.08);border:2px solid rgba(255, 255, 255, 0.25);color:white;border-radius:16px;font-weight:600;font-size:1.0625rem;text-decoration:none;backdrop-filter:blur(12px);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}.btn-hero-outline::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);border-radius:14px;opacity:0;transition:opacity 0.3s}.btn-hero-outline:hover{background:rgba(255, 255, 255, 0.15);border-color:rgba(255, 255, 255, 0.4);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);color:white}.btn-hero-outline:hover::before{opacity:1}.btn-hero-outline:active{transform:translateY(-1px)}.btn-hero-outline i{font-size:1.0625rem;transition:transform 0.3s}.btn-hero-outline:hover i{transform:translateX(3px)}.hero-trust{display:flex;gap:32px;flex-wrap:wrap}.hero-trust .trust-item{display:flex;align-items:center;gap:10px;color:rgba(255, 255, 255, 0.9) !important;font-size:0.9375rem}.hero-trust .trust-icon{width:36px;height:36px;background:rgba(255, 255, 255, 0.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#FFD166}.hero-stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.hero-stats .stat-card{background:rgba(255, 255, 255, 0.08);backdrop-filter:blur(20px);border:1px solid rgba(255, 255, 255, 0.1);border-radius:20px;padding:24px;text-align:center;transition:all 0.3s}.hero-stats .stat-card:hover{background:rgba(255, 255, 255, 0.12);transform:translateY(-5px);border-color:rgba(255, 111, 97, 0.3)}.hero-stats .stat-icon{width:50px;height:50px;margin:0 auto 12px;background:linear-gradient(135deg, rgba(255, 111, 97, 0.2), rgba(255, 209, 102, 0.2));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#FF8A80}.hero-stats .stat-number{font-size:2rem;font-weight:800;color:white;margin-bottom:4px}.hero-stats .stat-label{font-size:0.875rem;color:rgba(255, 255, 255, 0.7)}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255, 255, 255, 0.5);font-size:0.75rem}.scroll-mouse{width:24px;height:38px;border:2px solid rgba(255, 255, 255, 0.3);border-radius:12px;display:flex;justify-content:center;padding-top:6px}.scroll-wheel{width:4px;height:8px;background:rgba(255, 255, 255, 0.5);border-radius:2px;animation:scroll 2s infinite}@keyframes scroll{0%{transform:translateY(0);opacity:1}100%{transform:translateY(8px);opacity:0}}@media (max-width:1024px){.hero-stats{grid-template-columns:repeat(2, 1fr)}}@media (max-width:768px){.hero-premium{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;padding:70px 0 60px;contain:strict}.hero-premium .container{height:100%;display:flex;flex-direction:column;justify-content:center}.hero-wrapper{gap:1.5rem}.hero-gradient::before, .hero-gradient::after, .hero-particles span, .btn-shine{animation:none !important}.hero-particles{display:none}.hero-badge-top{display:none}.hero-headline{font-size:2rem;margin-bottom:16px;text-align:center;line-height:1.2;letter-spacing:-0.02em}.hero-desc{font-size:0.9375rem;text-align:center;margin-bottom:24px;line-height:1.6;color:rgba(255, 255, 255, 0.85)}.hero-main{display:flex;flex-direction:column;align-items:center}.hero-buttons{flex-direction:column;width:100%;gap:12px;margin-bottom:0}.btn-hero-primary{width:100%;justify-content:center;padding:16px 24px;font-size:1rem;border-radius:14px;min-height:52px}.btn-hero-outline{width:100%;justify-content:center;padding:14px 24px;font-size:0.9375rem;border-radius:14px;min-height:48px}.hero-trust{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.hero-stats{display:none}.scroll-indicator{display:none}}@media (max-width:480px){.hero-premium{padding:65px 0 50px}.hero-headline{font-size:1.75rem;line-height:1.15}.hero-desc{font-size:0.875rem;margin-bottom:20px}.btn-hero-primary{padding:14px 20px;font-size:0.9375rem;min-height:48px}.btn-hero-outline{padding:12px 20px;font-size:0.875rem;min-height:44px}}