.hero{padding:80px 24px 0;display:flex;justify-content:center;min-height:100vh;min-height:100dvh;align-items:center;position:relative}.hero-container{position:relative;width:92%;max-width:1400px;min-height:580px;border-radius:32px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #4ab8c126,0 0 60px #4ab8c114,0 20px 80px #1a2e4426;transition:box-shadow .6s ease}.hero-container:hover{box-shadow:0 0 0 1px #4ab8c140,0 0 80px #4ab8c11f,0 24px 100px #1a2e442e}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#1a2e44,#234058 15%,#2d4a66 25%,#339da6 45%,#4ab8c1,#3aa8b0 65%,#2d8b94 80%,#1a2e44);background-size:400% 400%;animation:heroGradientFlow 14s ease infinite;z-index:0}.hero-gradient:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.03) 1px,transparent 0);background-size:40px 40px;z-index:1}.hero-particles{position:absolute;inset:0;z-index:1;opacity:.6;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:1}.hero-orb-1{width:380px;height:380px;background:#4ab8c159;top:-80px;right:-100px;animation:orbFloat1 8s ease-in-out infinite}.hero-orb-2{width:260px;height:260px;background:#f5a62340;bottom:-60px;left:-80px;animation:orbFloat2 10s ease-in-out infinite}.hero-orb-3{width:200px;height:200px;background:#5bccb533;top:40%;left:30%;filter:blur(80px);animation:orbFloat1 12s ease-in-out infinite reverse}.hero-particle-dot{position:absolute;width:4px;height:4px;border-radius:50%;background:#fff6;z-index:2;pointer-events:none;animation:particleDrift 6s ease-in-out infinite}.hero-particle-dot:nth-child(1){top:20%;left:15%;animation-delay:0s;animation-duration:7s}.hero-particle-dot:nth-child(2){top:60%;left:75%;animation-delay:1s;animation-duration:5s}.hero-particle-dot:nth-child(3){top:40%;left:50%;animation-delay:2s;animation-duration:8s}.hero-particle-dot:nth-child(4){top:75%;left:25%;animation-delay:.5s;animation-duration:6s}.hero-particle-dot:nth-child(5){top:30%;left:85%;animation-delay:3s;animation-duration:9s}.hero-particle-dot:nth-child(6){top:85%;left:60%;animation-delay:1.5s;animation-duration:7s}.hero-content{position:relative;z-index:3;text-align:center;padding:80px 40px 100px;color:#fff;max-width:760px}.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffe6;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);padding:8px 20px;border-radius:100px;margin-bottom:24px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:fadeUp .6s ease both;animation-delay:.1s}.hero-tag-dot{width:7px;height:7px;border-radius:50%;background:var(--teal-l);animation:blink 2s ease-in-out infinite;box-shadow:0 0 8px #4ab8c199}.hero-h1{font-family:var(--font-heading);font-size:clamp(2.6rem,5vw,4.2rem);font-weight:800;line-height:1.06;color:#fff;margin-bottom:22px;letter-spacing:-.02em;animation:fadeUp .7s ease both;animation-delay:.25s}.hero-h1 .gradient-text{background:linear-gradient(135deg,#fff,#b8f0f5,#f5a623,#5bccb5,#fff);background-size:400% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShimmer 6s ease infinite}.hero-sub{font-size:1.08rem;color:#ffffffc7;max-width:560px;margin:0 auto 36px;line-height:1.75;animation:fadeUp .7s ease both;animation-delay:.4s}.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;animation:fadeUp .7s ease both;animation-delay:.55s}.btn-hero-primary{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#fff;color:var(--navy);font-size:.95rem;font-weight:700;border-radius:100px;box-shadow:0 4px 24px #00000026,0 0 #4ab8c100;transition:transform .35s cubic-bezier(.23,1,.32,1),box-shadow .35s cubic-bezier(.23,1,.32,1),background .3s ease;position:relative;overflow:hidden}.btn-hero-primary:before{content:"";position:absolute;inset:0;border-radius:100px;background:linear-gradient(135deg,#4ab8c126,#f5a6231a);opacity:0;transition:opacity .3s ease}.btn-hero-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 32px #0003,0 0 20px #4ab8c133;background:var(--teal-l)}.btn-hero-primary:hover:before{opacity:1}.btn-hero-primary:active{transform:translateY(-1px) scale(.99);transition-duration:.1s}.btn-hero-secondary{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;border:2px solid rgba(255,255,255,.4);color:#fff;font-size:.95rem;font-weight:600;border-radius:100px;transition:transform .35s cubic-bezier(.23,1,.32,1),border-color .3s ease,background .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.btn-hero-secondary:before{content:"";position:absolute;inset:0;border-radius:100px;background:#fff0;transition:background .3s ease}.btn-hero-secondary:hover{border-color:#fff;background:#ffffff1f;transform:translateY(-3px) scale(1.02);box-shadow:0 4px 20px #ffffff1a}.btn-hero-secondary:active{transform:translateY(-1px) scale(.99);transition-duration:.1s}.hero .scroll-indicator{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:5}@media(max-width:768px){.hero{padding:84px 16px 0;min-height:auto}.hero-container{width:96%;min-height:460px;border-radius:24px}.hero-content{padding:60px 24px 80px}.hero-particles,.hero-orb,.hero-particle-dot,.hero-orb-3{display:none}.hero .scroll-indicator{bottom:16px}.btn-hero-primary,.btn-hero-secondary{padding:14px 28px;font-size:.9rem}}@media(max-width:480px){.hero-container{min-height:400px;border-radius:20px}.hero-content{padding:48px 20px 72px}.hero-h1{font-size:2.2rem}.hero-sub{font-size:.95rem}.hero-actions{flex-direction:column;align-items:center}}@media(prefers-reduced-motion:reduce){.hero-gradient,.hero-orb,.hero-orb-1,.hero-orb-2,.hero-orb-3{animation:none}.hero-particle-dot{animation:none;opacity:.3}.hero-tag,.hero-h1,.hero-sub,.hero-actions{animation:none;opacity:1;transform:none}.hero-tag-dot{animation:none}}.stats-strip{position:relative;background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(226,234,240,.6);border-bottom:1px solid rgba(226,234,240,.6);padding:60px 0 44px;overflow:hidden}.stats-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4ab8c108,#fff0 40%,#f5a62305);pointer-events:none}.stats-strip:after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:#4ab8c10f;filter:blur(60px);top:-60px;right:10%;pointer-events:none;animation:orbFloat2 10s ease-in-out infinite}.stats-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.stat-item{display:flex;flex-direction:column;align-items:center;padding:16px 44px;position:relative;transition:transform .3s cubic-bezier(.23,1,.32,1)}.stat-item:hover{transform:translateY(-3px)}.stat-item:hover .stat-n{color:var(--teal-d);text-shadow:0 0 20px rgba(74,184,193,.15)}.stat-item p{font-size:.78rem;color:var(--text-3);margin-top:4px;text-align:center;letter-spacing:.02em;transition:color .3s ease}.stat-item:hover p{color:var(--text-2)}.stat-n{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;color:var(--navy);display:inline;transition:color .3s ease,text-shadow .3s ease;line-height:1.1}.stat-u{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--teal);display:inline;margin-left:2px}.stat-div{width:1px;height:48px;flex-shrink:0;position:relative;overflow:hidden}.stat-div:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent,rgba(74,184,193,.3),var(--teal),rgba(74,184,193,.3),transparent);background-size:100% 200%;animation:dividerFlow 3s ease-in-out infinite}@keyframes dividerFlow{0%,to{background-position:0% 0%}50%{background-position:0% 100%}}.stat-div:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:50%;background:var(--teal);opacity:.5;animation:blink 2.5s ease-in-out infinite}@media(max-width:1024px){.stat-item{padding:14px 30px}.stat-n{font-size:2rem}}@media(max-width:768px){.stats-strip{padding:40px 0 32px}.stats-inner{flex-direction:column;gap:8px}.stat-item{padding:12px 24px;flex-direction:row;gap:12px;width:100%;max-width:320px;justify-content:center}.stat-item p{margin-top:0;text-align:left}.stat-div{width:80px;height:1px;overflow:hidden}.stat-div:before{background:linear-gradient(to right,transparent,rgba(74,184,193,.3),var(--teal),rgba(74,184,193,.3),transparent);background-size:200% 100%;animation:dividerFlowH 3s ease-in-out infinite}.stat-div:after{display:none}}@keyframes dividerFlowH{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}@media(max-width:480px){.stats-strip{padding:32px 0 24px}.stat-n{font-size:1.8rem}.stat-u{font-size:1rem}.stat-item p{font-size:.72rem}}@media(prefers-reduced-motion:reduce){.stats-strip:after{animation:none}.stat-div:before{animation:none;background:var(--border)}.stat-div:after{animation:none}.stat-item{transition:none}.stat-item:hover{transform:none}}
