.hero{min-height:calc(var(--vh, 1vh) * 100);overflow:hidden;background-color:#0F0F11;background-image:linear-gradient(135deg,#0F0F11,#1F1F22);align-items:flex-start;padding-top:160px;padding-bottom:60px;box-sizing:border-box}.hero,.hero-wrapper{position:relative;display:flex}.hero-wrapper{align-items:center;justify-content:space-between;gap:50px;width:100%;transform-style:preserve-3d;z-index:1;max-width:1400px;margin-left:auto;margin-right:auto;margin-top:20px;padding:0 40px}.hero-background{background-size:cover;background-position:50%;filter:blur(2px);opacity:.3}.hero-background,.lava-blobs{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.lava-blobs{filter:blur(60px);mix-blend-mode:screen}.lava-blob{position:absolute;background:radial-gradient(circle at center,rgba(255,184,0,.4) 0,rgba(255,184,0,.2) 50%,rgba(255,184,0,0) 100%);border-radius:50%;opacity:.8}.hero-particles{top:0;left:0;width:100%;height:100%;z-index:2}.hero-particles,.particle{position:absolute;pointer-events:none}.particle{background-color:rgba(255,184,0,.6);border-radius:50%;opacity:.5;animation:float 20s linear infinite}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent 45%,rgba(255,184,0,.1) 50%,transparent 55%);background-size:200% 200%;animation:lightSweep 8s linear infinite;pointer-events:none;mix-blend-mode:overlay;z-index:1}.hero-content{flex:1;position:relative;z-index:3;transform:translateZ(50px);text-align:left}.hero-subtitle{color:var(--primary);font-size:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;animation:titleReveal 1s cubic-bezier(.5,0,0,1) .2s both}.hero-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:2rem;background:linear-gradient(135deg,var(--primary) 0,#FFD700 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:titleReveal 1s cubic-bezier(.5,0,0,1) .4s both}.hero-description{font-size:1.1rem;color:var(--gray-light);margin-bottom:2.5rem;max-width:550px;animation:titleReveal 1s cubic-bezier(.5,0,0,1) .6s both}.hero-buttons{justify-content:flex-start;gap:20px;z-index:15;animation:titleReveal 1s cubic-bezier(.5,0,0,1) .8s both}.hero-buttons,.hero-image{display:flex;position:relative}.hero-image{flex:1;justify-content:center;align-items:center;z-index:3;transform:translateZ(30px);animation:fadeInRight 1s cubic-bezier(.5,0,0,1) .4s both}.hero-img{max-width:100%;height:auto;filter:drop-shadow(0 0 30px rgba(255,184,0,.3));transition:transform .3s ease}.hero-image:hover .hero-img{transform:scale(1.05)}.hero-glow-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(255,184,0,.1) 0,rgba(255,184,0,.05) 50%,transparent 100%);border-radius:50%;animation:glow-pulse 4s ease-in-out infinite;z-index:-1}@keyframes glow-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}@keyframes titleReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lightSweep{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0) translateX(0);opacity:0}25%{opacity:1}50%{transform:translateY(-20px) translateX(10px);opacity:.8}75%{opacity:.5}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.hero-stats{margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,184,0,.2)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:100%;margin:0 auto;position:relative;z-index:1}.stat-item{text-align:center;padding:20px 15px;border-radius:16px;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,184,0,.2);transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1),0 0 20px rgba(255,184,0,.1);animation:neon-pulse 3s ease-in-out infinite}a.stat-item{text-decoration:none;color:inherit;display:block;cursor:pointer}.stat-item:before{left:0;background:linear-gradient(135deg,rgba(255,184,0,.1),transparent 50%,rgba(255,184,0,.05));z-index:0}.stat-item:after,.stat-item:before{content:"";position:absolute;top:0;width:100%;height:100%;pointer-events:none}.stat-item:after{left:-100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .8s ease;z-index:1}.stat-item:hover{transform:translateY(-15px) scale(1.02);background:rgba(255,255,255,.08);box-shadow:0 20px 60px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.2),0 0 40px rgba(255,184,0,.3),0 0 80px rgba(255,184,0,.1);border-color:rgba(255,184,0,.6)}.stat-item:hover:after{left:100%}.stat-number{font-size:36px;font-weight:800;color:var(--primary);margin-bottom:8px;line-height:1;position:relative;z-index:2;text-shadow:0 0 20px rgba(255,184,0,.3);background:linear-gradient(135deg,var(--primary) 0,#FFD700 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;pointer-events:none}.stat-item:hover .stat-number{text-shadow:0 0 30px rgba(255,184,0,.6);transform:scale(1.05)}.stat-label{font-size:14px;color:rgba(255,255,255,.9);position:relative;z-index:2;transition:all .3s ease;font-weight:500;pointer-events:none}.stat-item:hover .stat-label{color:rgba(255,255,255,1);text-shadow:0 0 10px rgba(255,255,255,.3)}@media (max-width:1600px){.hero-wrapper{max-width:1300px;gap:45px;padding:0 30px}.hero-subtitle{font-size:1.3rem}.hero-title{font-size:2.1rem}.hero-description{font-size:1.15rem}}@media (max-width:1399px){.hero{padding-top:120px;padding-bottom:25px}.hero-wrapper{max-width:1200px;gap:25px}.hero-subtitle{font-size:.95rem;letter-spacing:2px;margin-bottom:.7rem}.hero-title{font-size:1.6rem;margin-bottom:1rem;line-height:1.3}.hero-description{font-size:.9rem;max-width:92%;line-height:1.55;margin-bottom:1.2rem}.hero-buttons{gap:10px;margin-bottom:1.2rem}.hero-buttons .btn{padding:10px 22px;font-size:13px}.hero-stats{margin-top:1.2rem;padding-top:1.2rem}.stats-grid{gap:10px;grid-template-columns:repeat(4,1fr)}.stat-item{padding:12px 10px}.stat-number{font-size:26px;margin-bottom:5px}.stat-label{font-size:11px;line-height:1.25}.hero-image{max-width:450px;flex:0 0 450px}.hero-img{max-width:100%;height:auto}}@media (max-width:1200px){.hero{min-height:700px;padding-top:110px}.hero-wrapper{gap:30px}.hero-subtitle{font-size:1.15rem;letter-spacing:2.6px}.hero-title{font-size:1.85rem}.hero-description{font-size:1.05rem}.stats-grid{gap:15px}.stat-number{font-size:32px}}@media (max-width:992px){.hero{min-height:calc(var(--vh, 1vh) * 100);height:calc(var(--vh, 1vh) * 100);padding:100px 20px 25px}.hero-wrapper{flex-direction:column;gap:25px}.hero .hero-content{text-align:center;max-width:100%}.hero .hero-subtitle{font-size:.95rem;letter-spacing:2px;margin-bottom:.8rem}.hero .hero-title{font-size:1.2rem;margin-bottom:1.2rem}.hero .hero-description{font-size:.8rem;max-width:600px;margin:0 auto 1.8rem;line-height:1.6}.hero .hero-buttons{justify-content:center;gap:8px}.hero .btn,.hero-buttons .btn{padding:8px 20px!important;font-size:13px!important}.hero-image{max-width:50%;max-height:280px}.hero .stats-grid{grid-template-columns:repeat(4,1fr);gap:8px;max-width:100%;margin:0 auto}.hero .stat-card{padding:12px 8px}.hero .stat-number{font-size:22px}.hero .stat-label{font-size:10px}}@media (max-width:768px){.hero{min-height:auto;height:auto;padding:clamp(120px,18vh,150px) clamp(15px,4vw,20px) clamp(30px,8vh,40px)}.hero-wrapper{gap:clamp(20px,5vh,30px)}.hero .hero-subtitle{font-size:clamp(.85rem,2.5vw,1rem);letter-spacing:clamp(1.5px,.5vw,2px)}.hero .hero-title{font-size:clamp(1.4rem,4vw,1.65rem);margin-bottom:clamp(1rem,3vh,1.5rem)}.hero .hero-description{font-size:clamp(.85rem,2.5vw,.95rem);margin-bottom:clamp(1.5rem,4vh,2rem)}.hero-buttons{flex-direction:column;align-items:center;gap:clamp(10px,2.5vh,12px);margin-bottom:40px;width:100%}.hero .btn,.hero-buttons .btn{width:100%;max-width:clamp(280px,70vw,300px);padding:clamp(8px,2vw,10px) clamp(18px,5vw,20px)!important;font-size:clamp(12px,3vw,13px)!important}.hero-image{max-width:clamp(70%,85vw,80%);margin-bottom:clamp(15px,4vh,20px)}.hero .hero-stats{margin-top:clamp(25px,6vh,30px);padding-top:clamp(25px,6vh,30px)}.hero .stats-grid{grid-template-columns:1fr;gap:clamp(10px,2.5vh,12px);max-width:clamp(280px,80vw,320px);margin:0 auto}.hero .stat-card{padding:clamp(12px,3vh,15px) clamp(10px,2.5vw,12px)}.hero .stat-number{font-size:clamp(22px,6vw,28px)}.hero .stat-label{font-size:clamp(10px,2.5vw,12px)}}.hero .stats-grid>*{animation:titleReveal .7s ease both,neon-pulse 3s ease-in-out infinite}.hero .stats-grid>:first-child{animation-delay:.9s,1.6s}.hero .stats-grid>:nth-child(2){animation-delay:1.05s,1.75s}.hero .stats-grid>:nth-child(3){animation-delay:1.2s,1.9s}.hero .stats-grid>:nth-child(4){animation-delay:1.35s,2.05s}@media (max-height:850px) and (min-width:993px){.hero{padding-top:90px;padding-bottom:15px}.hero-wrapper{margin-top:10px;gap:20px}.hero-subtitle{font-size:.9rem;margin-bottom:.5rem}.hero-title{font-size:1.5rem;margin-bottom:.8rem;line-height:1.25}.hero-description{font-size:.85rem;margin-bottom:1rem;line-height:1.5}.hero-buttons{margin-bottom:.8rem}.hero-stats{margin-top:.7rem;padding-top:.7rem}.stat-item{padding:8px}.stat-number{font-size:20px;margin-bottom:3px}.stat-label{font-size:10px}.hero-image{max-height:320px;overflow:hidden}.hero-img{max-height:320px;width:auto}}@media (max-height:780px) and (min-width:993px){.hero{padding-top:80px;padding-bottom:10px}.hero-wrapper{margin-top:5px;gap:15px}.hero-title{font-size:1.35rem;margin-bottom:.6rem}.hero-description{margin-bottom:.7rem}.hero-buttons{margin-bottom:.5rem}.hero-stats{margin-top:.5rem;padding-top:.5rem}.stat-item{padding:6px}.stat-number{font-size:18px}.hero-image{max-height:240px;overflow:hidden}.hero-img{max-height:240px;width:auto}}@supports (-webkit-hyphens:none){.lava-blobs{filter:blur(40px)!important;will-change:auto!important}.hero-background{filter:none!important}.hero:after{animation:none!important}.particle{animation-duration:30s!important}}.particle{width:6px;height:6px}@media (max-width:992px){.hero .stat-item{padding:12px 8px}}@media (max-width:768px){.hero .stat-item{padding:clamp(12px,3vh,15px) clamp(10px,2.5vw,12px)}}@media (prefers-reduced-motion:reduce){.hero:after,.particle{animation:none!important}}.about{position:relative;min-height:calc(var(--vh, 1vh) * 100);display:flex;align-items:center;justify-content:center;background-color:#0F0F11;background-image:linear-gradient(135deg,#0F0F11,#1F1F22);overflow:hidden;contain:layout style paint;padding:80px 40px}.about .particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.about .hexagon-particle{position:absolute;width:min(var(--hex-size,30px),var(--hex-size-max,999px));height:min(var(--hex-size,30px),var(--hex-size-max,999px));background:linear-gradient(135deg,#FFD700,#FFC107 50%,#FFEB3B);-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);animation:float-hexagon 20s ease-in-out infinite;box-shadow:0 0 20px rgba(255,215,0,.7),0 0 30px rgba(255,215,0,.5),inset 0 0 10px rgba(255,255,255,.4);filter:brightness(1.1) saturate(1.2);will-change:transform,opacity}@keyframes float-hexagon{0%{transform:translateY(0) translateX(0) rotate(0deg) scale(1);opacity:0}5%{opacity:.5}50%{transform:translateY(calc(-50 * var(--vh, 1vh))) translateX(20px) rotate(180deg) scale(1.2);opacity:.7}95%{opacity:.3}to{transform:translateY(calc(-100 * var(--vh, 1vh))) translateX(-30px) rotate(1turn) scale(.8);opacity:0}}.about .hexagon-particle:nth-child(2n){animation-name:float-hexagon-alt}@keyframes float-hexagon-alt{0%{transform:translateY(calc(100 * var(--vh, 1vh))) translateX(0) rotate(0deg) scale(.8);opacity:0}5%{opacity:.6}50%{transform:translateY(calc(50 * var(--vh, 1vh))) translateX(-40px) rotate(-180deg) scale(1.3);opacity:.8}95%{opacity:.4}to{transform:translateY(0) translateX(50px) rotate(-1turn) scale(1);opacity:0}}.about .hexagon-particle:nth-child(3n){animation-name:float-hexagon-pulse}@keyframes float-hexagon-pulse{0%{transform:translateY(0) translateX(0) rotate(0deg) scale(1);opacity:0;box-shadow:0 0 20px rgba(255,215,0,.7)}10%{opacity:.7}25%,75%{box-shadow:0 0 40px rgba(255,215,0,1),0 0 60px rgba(255,215,0,.7)}50%{transform:translateY(calc(-60 * var(--vh, 1vh))) translateX(-25px) rotate(180deg) scale(1.5);opacity:1;box-shadow:0 0 50px rgba(255,215,0,1),0 0 80px rgba(255,215,0,.9)}90%{opacity:.5}to{transform:translateY(calc(-120 * var(--vh, 1vh))) translateX(40px) rotate(1turn) scale(.9);opacity:0;box-shadow:0 0 20px rgba(255,215,0,.4)}}.about .content-container{position:relative;z-index:2;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:55px 70px;max-width:1450px;width:100%;margin:30px 0;box-shadow:0 0 0 1px rgba(255,255,255,.3),0 20px 60px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.9);border:1px solid rgba(0,79,89,.1)}.about .content-container:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(0,79,89,.05),rgba(255,215,0,.05) 50%,rgba(34,197,94,.05));pointer-events:none;animation:gradient-shift 6s ease-in-out infinite;z-index:0}.about .content-container>*{position:relative;z-index:1}@keyframes gradient-shift{0%,to{opacity:.5}50%{opacity:.8}}.about .section-header{text-align:center;margin-bottom:25px;position:relative}.about .section-title{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#1e293b,#475569,#004f59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;position:relative;letter-spacing:-.02em;text-shadow:0 0 30px rgba(0,79,89,.3);animation:title-glow 3s ease-in-out infinite}@keyframes title-glow{0%,to{filter:drop-shadow(0 0 20px rgba(0,79,89,.3))}50%{filter:drop-shadow(0 0 40px rgba(0,79,89,.6))}}.about .section-subtitle{font-size:1.2rem;color:#64748b;font-weight:400;opacity:0;animation:fadeInUp 1s ease-out .5s forwards}.about .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px}.about .image-section{position:relative;display:flex;justify-content:center;align-items:center;perspective:1000px}.about .holographic-container{position:relative;width:350px;height:350px;animation:levitate 4s ease-in-out infinite;margin:0 auto;transform-style:preserve-3d;perspective:2000px}@keyframes levitate{0%,to{transform:rotate(15deg) translateY(0)}50%{transform:rotate(15deg) translateY(-20px)}}.about .hexagon-3d{width:100%;height:100%;max-width:350px;max-height:350px;position:relative;animation:rotate-3d 20s linear infinite}@keyframes rotate-3d{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.about .hexagon-face{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(0,79,89,.1),rgba(255,215,0,.1));-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);border:2px solid rgba(0,79,89,.1);box-shadow:0 0 30px rgba(0,79,89,.4),inset 0 0 15px rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about .hexagon-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.about .logo-3d{display:flex;justify-content:center;align-items:center;gap:10px;animation:logo-float 4s ease-in-out infinite}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.about .fit-letter{display:none;font-size:4rem;font-weight:900;color:#004f59;text-shadow:0 0 10px rgba(0,79,89,.8),0 0 20px rgba(0,79,89,.6),0 0 30px rgba(0,79,89,.4);animation:neon-pulse 2s ease-in-out infinite;position:relative}@keyframes neon-pulse{0%,to{text-shadow:0 0 10px rgba(0,79,89,.8),0 0 20px rgba(0,79,89,.6),0 0 30px rgba(0,79,89,.4)}50%{text-shadow:0 0 15px rgba(0,79,89,1),0 0 25px rgba(0,79,89,.8),0 0 35px rgba(0,79,89,.6)}}.about .fit-logo-svg{width:200px;height:auto;filter:drop-shadow(0 0 10px rgba(0,79,89,.8)) drop-shadow(0 0 20px rgba(0,79,89,.6)) drop-shadow(0 0 30px rgba(0,79,89,.4));animation:logo-pulse 3s ease-in-out infinite;transform-style:preserve-3d;transform:translateZ(20px);transition:transform .3s ease;will-change:transform,opacity}.about .logo-3d:hover .fit-logo-svg{transform:translateZ(30px) scale(1.05)}@keyframes logo-pulse{0%,to{filter:drop-shadow(0 0 10px rgba(0,79,89,.8)) drop-shadow(0 0 20px rgba(0,79,89,.6)) drop-shadow(0 0 30px rgba(0,79,89,.4))}50%{filter:drop-shadow(0 0 15px rgba(0,79,89,1)) drop-shadow(0 0 25px rgba(0,79,89,.8)) drop-shadow(0 0 35px rgba(0,79,89,.6))}}.about .energy-rings{top:50%;left:50%;z-index:1}.about .energy-ring,.about .energy-rings{position:absolute;transform:translate(-50%,-50%)}.about .energy-ring{border:2px solid rgba(0,79,89,.3);border-radius:50%;animation:ring-expand 3s ease-in-out infinite}.about .energy-ring:first-child{width:240px;height:240px;animation-delay:0s}.about .energy-ring:nth-child(2){width:290px;height:290px;animation-delay:1s}.about .energy-ring:nth-child(3){width:340px;height:340px;animation-delay:2s}@keyframes ring-expand{0%{opacity:1;transform:translate(-50%,-50%) scale(.8)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}.about .text-section{position:relative;z-index:2}.about .company-description{font-size:1.1rem;line-height:1.7;color:#475569;margin-bottom:20px}.about .mission-block{background:linear-gradient(135deg,rgba(0,79,89,.05),rgba(255,215,0,.05));border-radius:16px;padding:22px;margin:20px 0;border:1px solid rgba(0,79,89,.1);position:relative;overflow:hidden}.about .mission-block:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(255,215,0,.1),transparent);animation:hologram-sweep 3s infinite}@keyframes hologram-sweep{0%{left:-100%}to{left:100%}}.about .mission-title{font-size:1.5rem;font-weight:700;color:#004f59;margin-bottom:10px}.about .mission-text{font-size:1rem;line-height:1.7;color:#64748b}.about .cta-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:linear-gradient(135deg,#004f59,#0891b2);color:white;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(0,79,89,.3)}.about .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.about .cta-button:hover:before{left:100%}.about .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,79,89,.4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1600px){.about .content-grid{max-width:1300px;gap:40px;padding:0 30px}.about .section-title{font-size:3.2rem}.about .section-subtitle{font-size:1.1rem}.about .company-description{font-size:1rem}}@media (max-width:1399px){.about{padding:50px 25px}.about .content-container{padding:35px 30px;max-width:1050px}.about .content-grid{max-width:1050px;gap:20px}.about .section-header{margin-bottom:10px}.about .section-title{font-size:1.9rem;margin-bottom:5px}.about .section-subtitle{font-size:.85rem;margin-bottom:10px}.about .company-description{font-size:.85rem;line-height:1.5;margin-bottom:12px}.about .mission-block{padding:14px 16px;margin-bottom:10px}.about .mission-title{font-size:1.05rem;margin-bottom:6px}.about .mission-text{font-size:.8rem;line-height:1.5}.about .cta-button{padding:10px 24px;font-size:.9rem}.about .hexagon-3d,.about .holographic-container{width:260px;height:260px}.about .hexagon-particle{--hex-size-max:18px}}@media (max-width:1200px){.about{min-height:calc(var(--vh, 1vh) * 100);height:auto;padding:60px 20px}.about .hexagon-particle{--hex-size-max:25px}.about .content-container{padding:30px 50px;max-width:1200px}.about .section-title{font-size:3rem}.about .content-grid{gap:50px}.about .hexagon-3d,.about .holographic-container{width:320px;height:320px}}@media (max-width:992px){.about{padding:35px 20px;min-height:calc(var(--vh, 1vh) * 50);height:auto}.about .hexagon-particle{--hex-size-max:18px}.about .content-container{padding:20px 30px;border-radius:18px;margin:0;max-width:95%}.about .section-header{margin-bottom:15px}.about .section-title{font-size:2rem;margin-bottom:6px}.about .section-subtitle{font-size:.85rem}.about .content-grid{display:flex;flex-wrap:wrap;gap:15px 20px;align-items:flex-start}.about .image-section{flex:0 0 auto;width:180px}.about .holographic-container{width:180px;height:180px;margin:0}.about .hexagon-3d{width:180px;height:180px}.about .fit-logo-svg{width:130px}.about .text-section{flex:1;min-width:0;display:flex;flex-direction:column;gap:15px}.about .company-description{font-size:.85rem;line-height:1.5;margin-bottom:0}.about .mission-block{padding:15px;margin:0;border-radius:12px;width:100%;flex-basis:100%}.about .mission-title{font-size:1.15rem;margin-bottom:6px}.about .mission-text{font-size:.8rem;line-height:1.5}.about .cta-button{padding:10px 24px;font-size:.9rem}.about .energy-ring:first-child{width:160px;height:160px}.about .energy-ring:nth-child(2){width:190px;height:190px}.about .energy-ring:nth-child(3){width:220px;height:220px}}@media (max-width:768px){.about{padding:30px 15px;min-height:calc(var(--vh, 1vh) * 50);height:auto}.about .hexagon-particle{--hex-size-max:14px}.about .content-container{padding:18px 20px;border-radius:16px;max-width:100%}.about .section-header{margin-bottom:12px}.about .section-title{font-size:1.7rem;margin-bottom:5px}.about .section-subtitle{font-size:.8rem}.about .content-grid{display:flex;flex-direction:column;gap:12px;align-items:center}.about .image-section{width:140px;flex:0 0 auto}.about .holographic-container{width:140px;height:140px;margin:0}.about .hexagon-3d{width:140px;height:140px}.about .fit-logo-svg{width:100px}.about .fit-letter{font-size:1.6rem}.about .text-section{width:100%;gap:12px}.about .company-description{font-size:.82rem;line-height:1.5;text-align:center}.about .mission-block{padding:12px;margin:0;border-radius:10px}.about .mission-title{font-size:1rem;margin-bottom:5px}.about .mission-text{font-size:.75rem;line-height:1.5}.about .cta-button{padding:9px 20px;font-size:.85rem}.about .energy-ring:first-child{width:130px;height:130px}.about .energy-ring:nth-child(2){width:150px;height:150px}.about .energy-ring:nth-child(3){width:170px;height:170px}}@supports (-webkit-touch-callout:none){.about .hexagon-particle{animation-duration:25s!important}.about .particles{opacity:.7!important}}@media (max-height:850px) and (min-width:993px){.about{padding:30px 25px}.about .content-container{padding:75px 45px;margin:12px 0;border-radius:20px}.about .section-header{margin-bottom:8px}.about .section-title{font-size:1.6rem;margin-bottom:4px}.about .section-subtitle{font-size:.8rem;margin-bottom:6px}.about .content-grid{gap:20px}.about .holographic-container{width:200px;height:200px}.about .hexagon-3d{max-width:200px;max-height:200px}.about .company-description{font-size:.82rem;line-height:1.45;margin-bottom:8px}.about .mission-block{padding:10px 14px;margin-bottom:8px}.about .mission-title{font-size:.95rem;margin-bottom:4px}.about .mission-text{font-size:.78rem}.about .cta-button{padding:8px 20px;font-size:.85rem;margin-top:4px}}@media (max-height:780px) and (min-width:993px){.about{padding:20px 25px}.about .content-container{padding:12px 24px;margin:10px 0 0}.about .holographic-container{width:160px;height:160px}.about .hexagon-3d{max-width:160px;max-height:160px}.about .section-title{font-size:1.4rem}}@media (prefers-reduced-motion:reduce){.about .content-container:before,.about .hexagon-particle,.about .mission-block:before{animation:none!important}.about .section-subtitle{opacity:1;transform:none}}section#brands.brands{padding:0!important;margin-top:0!important;background:#0a0a0f!important;height:calc(var(--vh, 1vh) * 100)!important;display:flex;align-items:center;position:relative;overflow:hidden;scroll-snap-align:center}.brand-journey-container{width:100%;transition:transform .8s cubic-bezier(.65,0,.35,1);margin-top:0;will-change:transform}.brand-journey-container,.brand-section{display:flex;height:calc(var(--vh, 1vh) * 100);position:relative}.brand-section{flex:0 0 100vw;width:100vw;flex-direction:row;justify-content:center;align-items:center;overflow:hidden;padding-top:0!important;margin-top:0!important;box-sizing:border-box;gap:3%}.parallax-bg{position:absolute;top:0;left:0;width:120%;height:120%;background-size:cover;background-position:50%;opacity:.15;transition:transform 1.2s ease;z-index:1;transform:translateZ(0)}.brand-section.active .parallax-bg{transform:scale(1.1)}.brand-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out .4s,transform .8s ease-out .4s;width:40%;padding-left:6%;height:calc(var(--vh, 1vh) * 100);margin-top:0}.brand-section.active .brand-content{opacity:1;transform:translateY(0)}.brand-logo-journey{width:105px;height:105px;margin-bottom:1.4rem;filter:drop-shadow(0 0 14px rgba(255,255,255,.3));transition:transform .8s ease-out .6s;display:flex;justify-content:center;align-items:center}.brand-section.active .brand-logo-journey{transform:scale(1.1)}.brand-logo-journey img{max-width:75%;max-height:75%;object-fit:contain}.brand-title{font-size:3rem;font-weight:700;color:#ffffff;margin-bottom:1rem;text-shadow:0 0 20px rgba(255,255,255,.3)}.brand-description{font-size:1.25rem;font-weight:300;color:#e0e0e0;line-height:1.6;text-align:left;max-width:90%;text-shadow:0 0 8px rgba(180,180,220,.3)}.navigation-dots{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:100}@media (max-width:1024px){.navigation-dots{display:none}}.dot{width:12px;height:12px;background-color:rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:background-color .3s ease,transform .3s ease,border-color .3s ease;border:2px solid transparent;outline:none}.dot.active{transform:scale(1.3)}.dot:hover:not(.active){background-color:rgba(255,255,255,.5)}.dot:focus-visible{box-shadow:0 0 0 3px rgba(255,255,255,.25)}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:100;color:rgba(255,255,255,.7);font-size:.9rem;display:flex;align-items:center;gap:.5rem;animation:bounceArrow 2s infinite;background:rgba(0,0,0,.3);padding:.5rem 1rem;border-radius:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width:1024px){.scroll-indicator{display:none}}.scroll-indicator svg{width:20px;height:20px;fill:rgba(255,255,255,.7)}@keyframes bounceArrow{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-8px)}60%{transform:translateX(-50%) translateY(-4px)}}.journey-brand-products{width:45%;max-width:820px;padding:1.5rem;margin-right:5%;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out .8s,transform .8s ease-out .8s;position:relative;z-index:2}@media (min-width:1400px){.brand-section .journey-brand-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;overflow:visible}.brand-section .journey-product-card{width:auto;min-width:0}}@media (min-width:993px) and (max-width:1399px){.brand-section{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px 15px}.brand-content{width:80%;max-width:1300px;padding-left:0;padding-top:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:25px;height:auto;margin:50px 0 0}.brand-section .journey-brand-products{max-width:1300px;margin-right:0;padding:0;display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.brand-section .journey-brand-products::-webkit-scrollbar{display:none}}@media (max-width:992px){.journey-brand-products{overflow:hidden}}@media (min-width:993px) and (max-width:1399px) and (max-height:850px){.brand-section{padding:60px 20px 10px;gap:8px}.brand-content{margin:20px 0 0;gap:15px}.brand-logo-journey{width:90px;height:90px;margin-bottom:.75rem}.brand-title{font-size:2rem;margin-bottom:.5rem}.brand-description{font-size:1rem;line-height:1.4}}@media (min-width:993px) and (max-width:1399px) and (max-height:780px){.brand-section{padding:50px 20px 8px;gap:6px}.brand-content{margin:10px 0 0;gap:10px}.brand-logo-journey{width:70px;height:70px;margin-bottom:.5rem}.brand-title{font-size:1.6rem}.brand-description{font-size:.9rem}}.brand-section.active .journey-brand-products{opacity:1;transform:translateY(0)}.brand-section.standalone{flex:none;width:100vw;height:calc(var(--vh, 1vh) * 100);min-height:calc(var(--vh, 1vh) * 100);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:40px 16px 32px;gap:20px;flex-direction:column;justify-content:flex-start;align-items:center}.brand-section.standalone .brand-content,.brand-section.standalone .journey-brand-products{opacity:1!important;transform:none!important}.brand-section.standalone .parallax-bg{width:100%;height:100%;left:0;top:0;opacity:.18}.brand-section.standalone .brand-content{width:100%;max-width:1100px;height:auto;padding:0;margin:0 auto;align-items:center;text-align:center}.brand-section.standalone .brand-logo-journey img{transform:scale(1.8)!important}.brand-section.standalone .brand-description{opacity:1!important;transform:translateY(0)!important;text-align:center;max-width:900px;margin:0 auto 32px;color:rgba(255,255,255,.88)}@media (min-width:1025px){.brand-section.standalone .journey-brand-products{width:100%!important;max-width:1200px!important;padding:0;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important;overflow:visible!important;margin:8px auto 0}.brand-section.standalone .journey-product-card.product-card-slider-item{width:auto!important;min-width:0!important;flex:none!important}}@media (max-width:1024px){.brand-section.standalone{height:auto;min-height:calc(var(--vh, 1vh) * 100);padding:30px 16px 24px}.brand-section.standalone .journey-brand-products{display:block!important;overflow:hidden!important;width:100%!important;max-width:100%!important;padding:0!important;position:relative!important}.brand-section.standalone .journey-product-card.product-card-slider-item{height:auto!important;min-height:auto!important;max-height:none!important;flex:0 0 auto!important;display:flex!important;flex-direction:column!important}.brand-section.standalone .journey-product-card .journey-product-card-image-container{width:100%!important;padding-top:100%!important;position:relative!important;background:#f5f5f5!important;overflow:hidden!important;height:auto!important;aspect-ratio:auto!important}.brand-section.standalone .journey-product-card .journey-product-card-image-container img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.brand-section.standalone .journey-product-card .product-info-container{padding:6px 8px 8px!important;height:auto!important;min-height:auto!important;display:flex!important;flex-direction:column!important;gap:3px!important}.brand-section.standalone .journey-product-card .product-category{font-size:.5rem!important;margin-bottom:0!important}.brand-section.standalone .journey-product-card .product-name{font-size:.68rem!important;line-height:1.3!important;height:2.6em!important;margin-bottom:0!important}.brand-section.standalone .journey-product-card .product-article{font-size:.56rem!important;margin-bottom:0!important}.brand-section.standalone .journey-product-card .product-detail-btn{padding:4px 6px!important;font-size:.62rem!important;min-height:22px!important}}@media (max-width:480px){.brand-section.standalone{padding:24px 12px}}.standalone-carousel-nav{gap:16px;margin-top:16px}.standalone-carousel-btn,.standalone-carousel-nav{display:flex;align-items:center;justify-content:center}.standalone-carousel-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background .2s}.standalone-carousel-btn:hover:not(:disabled){background:rgba(255,255,255,.18)}.standalone-carousel-btn:disabled{opacity:.3;cursor:default}.standalone-carousel-btn svg{width:16px;height:16px}.standalone-carousel-dots{display:flex;gap:8px;align-items:center}.standalone-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);border:1px solid rgba(255,255,255,.35);cursor:pointer;padding:0;transition:background .25s,border-color .25s,transform .25s}.standalone-dot.active{transform:scale(1.3)}.product-carousel-track{display:flex;gap:15px;align-items:stretch;will-change:transform}@media (max-width:1200px){.brand-section{flex-wrap:wrap}.brand-content{padding-left:5%}.brand-description{font-size:1.2rem}.brand-logo-journey{width:90px;height:90px}}@media (max-width:992px){.brand-content{width:60%;padding:0 3%;align-items:center;text-align:center;height:auto}.brand-description{text-align:center;max-width:100%}.brand-logo-journey{align-self:center}.journey-brand-products{width:90%;max-width:720px;margin-right:0;padding:1rem}.navigation-dots{right:1.5rem}}@media (max-width:768px){section#brands.brands{height:auto!important;min-height:0!important;align-items:flex-start;padding:0!important}.brand-journey-container,.brand-section{height:auto;min-height:calc(var(--vh, 1vh) * 100)}.brand-section{flex-direction:column;justify-content:center;align-items:center;padding:24px 16px;gap:18px}.brand-content{width:92%;height:auto;align-items:center}.brand-description{font-size:1.05rem;text-align:center}.brand-logo-journey{width:84px;height:84px;margin-bottom:.8rem}.journey-brand-products{width:100%;max-width:520px;margin-right:0;padding:.75rem}.navigation-dots{right:1rem;gap:.8rem}.dot{width:10px;height:10px}}@media (max-width:480px){.brand-content{width:94%}.brand-description{font-size:.98rem}.brand-logo-journey{width:70px;height:70px}.scroll-indicator{font-size:.8rem;padding:.4rem .8rem}.scroll-indicator svg{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){.parallax-bg,.scroll-indicator{animation:none!important}}