.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;background:var(--gradient-hero);overflow:hidden}.hero-bg-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-bg-shapes .shape{position:absolute;border-radius:50%;background:rgba(126,217,87,.06);filter:blur(60px)}.hero-bg-shapes .shape-1{width:500px;height:500px;top:-15%;right:-10%;animation:floatSlow 8s ease-in-out infinite}.hero-bg-shapes .shape-2{width:300px;height:300px;bottom:-10%;left:-5%;background:rgba(42,98,179,.1);animation:floatSlow 10s ease-in-out infinite reverse}.hero-bg-shapes .shape-3{width:200px;height:200px;top:50%;left:30%;background:rgba(126,217,87,.04);animation:float 6s ease-in-out infinite}.hero-content{position:relative;z-index:2;width:100%;padding:0 2rem}.hero-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;min-height:100vh}.hero-left{padding-right:1rem;text-align:left}.hero-left h2{font-size:64px;color:var(--color-white);margin-bottom:20px;line-height:1.1;font-weight:800;white-space:nowrap}.hero-left h2 span{color:#8edc4f}.hero-left p{font-size:16px;color:#b7c2d0;line-height:1.7;margin-bottom:2rem;max-width:420px}.hero-left .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(126,217,87,.12);border:1px solid rgba(126,217,87,.2);border-radius:var(--radius-full);color:var(--color-lime-300);font-size:.8rem;font-weight:var(--fw-medium);margin-bottom:1.5rem}.hero-center{display:flex;align-items:center;justify-content:center;perspective:1000px}.hero-image-wrapper{position:relative;width:500px;height:500px}.hero-image-circle{width:100%;height:100%;border-radius:50%;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 80px rgba(126,217,87,.15);transition:transform .1s linear}.hero-image-circle img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:2;pointer-events:none}.hero-video-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.4);opacity:0;z-index:3;pointer-events:none}.hero-image-ring{position:absolute;inset:-12px;border-radius:50%;border:2px solid rgba(126,217,87,.2);background:rgba(255,255,255,.03);backdrop-filter:blur(4px);pointer-events:none}.hero-image-ring-outer{position:absolute;inset:-24px;border-radius:50%;border:1px solid rgba(255,255,255,.05);pointer-events:none;animation:spin 30s linear infinite}.hero-orbit-dot{position:absolute;width:10px;height:10px;background:var(--color-accent);border-radius:50%;box-shadow:0 0 12px rgba(126,217,87,.6)}.hero-orbit-dot:first-child{top:-5px;left:50%}.hero-orbit-dot:nth-child(2){bottom:-5px;right:20%}.hero-right{padding-left:1rem;text-align:right}.hero-right h2{font-size:64px;color:var(--color-white);margin-bottom:20px;line-height:1.1;font-weight:800;white-space:nowrap}.hero-right h2 span{color:#8edc4f}.hero-right p{font-size:16px;color:#b7c2d0;line-height:1.7;margin-bottom:2rem;max-width:420px;margin-left:auto}.hero-stats{display:flex;gap:2rem;margin-top:1.5rem}.hero-stat-item{text-align:center}.hero-right .hero-stats{justify-content:flex-end}.hero-stat-number{font-family:var(--font-heading);font-size:2rem;font-weight:var(--fw-extrabold);color:var(--color-accent);line-height:1}.hero-stat-label{font-size:.75rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:var(--ls-wider);margin-top:.35rem}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.4);font-size:.7rem;letter-spacing:var(--ls-wider);text-transform:uppercase;z-index:2}.scroll-mouse{width:32px;height:48px;border:2px solid rgba(255,255,255,.3);border-radius:14px;position:relative}.scroll-mouse::after{content:'';position:absolute;top:6px;left:50%;transform:translateX(-50%);width:3px;height:8px;background:var(--color-accent);border-radius:var(--radius-full);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:1;transform:translateX(-50%) translateY(0)}50%{opacity:.2;transform:translateX(-50%) translateY(10px)}}.hero-fullscreen-content{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;visibility:hidden;opacity:0;text-align:center;padding:2rem}.hero-fullscreen-content h1{font-size:var(--fs-display);color:var(--color-white);margin-bottom:1rem;overflow:hidden;text-shadow:0 4px 30px rgba(0,0,0,.5)}.hero-fullscreen-content h1 .char{display:inline-block}.hero-fullscreen-content p{font-size:clamp(1rem, 1.5vw, 1.25rem);color:rgba(255,255,255,.9);max-width:600px;margin:0 auto;text-shadow:0 2px 20px rgba(0,0,0,.4)}@media (max-width:1199.98px){.hero-grid{grid-template-columns:1fr;grid-template-rows:auto;text-align:center;gap:2.5rem;padding:140px 0 4rem;min-height:auto}.hero-center{order:-1;display:flex;justify-content:center}.hero-image-wrapper{width:380px;height:380px;margin:0 auto}.hero-left,.hero-right{padding:0;text-align:center}.hero-left h2,.hero-right h2{font-size:48px;white-space:normal;margin-bottom:15px}.hero-left p,.hero-right p{max-width:550px;margin-left:auto;margin-right:auto}.hero-stats{justify-content:center}.hero-right .hero-stats{justify-content:center}.hero-scroll-indicator{display:none}}@media (max-width:991.98px){.hero-grid{padding:120px 0 3rem}.hero-image-wrapper{width:320px;height:320px}.hero-left h2,.hero-right h2{font-size:42px}.hero-left p,.hero-right p{max-width:500px}}@media (max-width:575.98px){.hero-image-wrapper{width:280px;height:280px}.hero-left h2,.hero-right h2{font-size:32px}.hero-stats{gap:1.25rem}}.hero-particles{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.hero-particle{position:absolute;left:var(--x,50%);top:var(--y,50%);width:var(--size,4px);height:var(--size,4px);background:var(--color,rgba(255,255,255,.3));border-radius:50%;box-shadow:0 0 6px var(--color,rgba(255,255,255,.3));animation:particleFloat var(--dur,20s) ease-in-out var(--delay,0s) infinite,particleSway var(--dur,20s) ease-in-out var(--delay,0s) infinite;will-change:transform,opacity;transition:box-shadow .3s ease,transform .3s ease,opacity .3s ease}.hero-particle.glow{opacity:1!important;transform:scale(2.2);box-shadow:0 0 12px var(--color,rgba(255,255,255,.6)),0 0 28px var(--color,rgba(255,255,255,.4)),0 0 48px rgba(142,220,79,.25)}@keyframes particleFloat{0%,100%{transform:translateY(0) scale(1);opacity:.35}25%{opacity:.55}50%{transform:translateY(-80px) scale(1.2);opacity:.45}75%{opacity:.5}}@keyframes particleSway{0%,100%{transform:translateX(0)}33%{transform:translateX(25px)}66%{transform:translateX(-20px)}}.hero-orbit-line{position:absolute;inset:-36px;border-radius:50%;border:1px solid rgba(142,220,79,.08);pointer-events:none;z-index:0}.hero-orbit-traveler{position:absolute;width:8px;height:8px;background:#8edc4f;border-radius:50%;box-shadow:0 0 12px rgba(142,220,79,.7),0 0 24px rgba(142,220,79,.3);top:-4px;left:50%;transform-origin:4px calc(50% + 4px);animation:orbitTravel 12s linear infinite;will-change:transform}@supports (offset-path:circle()){.hero-orbit-traveler{top:0;left:0;transform-origin:center;offset-path:circle(50% at 50% 50%);offset-rotate:0deg;animation:orbitOffset 12s linear infinite}}@keyframes orbitTravel{from{transform:rotate(0) translateY(0)}to{transform:rotate(360deg) translateY(0)}}@keyframes orbitOffset{from{offset-distance:0%}to{offset-distance:100%}}.hero-orbit-dot{animation:dotFloat 4s ease-in-out infinite;will-change:transform}.hero-orbit-dot:nth-child(2){animation-delay:-2s;animation-duration:5s}@keyframes dotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-image-circle{animation:glowPulse 4s ease-in-out infinite;will-change:box-shadow}@keyframes glowPulse{0%,100%{box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 80px rgba(126,217,87,.15)}50%{box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 100px rgba(126,217,87,.3),0 0 40px rgba(142,220,79,.12)}}@media (max-width:575.98px){.hero-particles{display:none}.hero-orbit-line{display:none}}
/* Mobile Hero Video Section */
.mobile-hero-video {
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 1rem;
}
.mobile-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.mobile-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: 2;
}
.mobile-video-content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.mobile-video-content h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    color: var(--color-white);
    margin-bottom: 1rem;
    font-weight: 800;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
}
.mobile-video-content p {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    margin: 0;
}