.About-module__suJDDW__aboutContainer{background:0 0;grid-template-columns:1fr 300px;gap:1.5rem;max-width:900px;margin:0 auto;padding:1.5rem;display:grid}.About-module__suJDDW__textContainer{flex-direction:column;justify-content:center;display:flex}.About-module__suJDDW__subtitle{color:#666;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.About-module__suJDDW__title{color:#333;margin:0 0 .8rem;font-size:1.8rem;font-weight:700;line-height:1.2}.About-module__suJDDW__highlight{color:#06f}.About-module__suJDDW__description{color:#666;max-width:90%;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.About-module__suJDDW__statsContainer{gap:1.5rem;display:flex}.About-module__suJDDW__statItem{flex-direction:column;display:flex}.About-module__suJDDW__statNumber{color:#06f;margin-bottom:.3rem;font-size:1.8rem;font-weight:700;line-height:1}.About-module__suJDDW__statLabel{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:500}.About-module__suJDDW__imageContainer{justify-content:center;align-items:center;display:flex}.About-module__suJDDW__imageFrame{background:0 0;width:100%;height:200px}.About-module__suJDDW__forkliftImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}@media (max-width:768px){.About-module__suJDDW__aboutContainer{grid-template-columns:1fr;gap:1rem;padding:1rem}.About-module__suJDDW__title{font-size:1.5rem}.About-module__suJDDW__statsContainer{gap:1rem}.About-module__suJDDW__imageFrame{height:150px}}.About-module__suJDDW__servicesGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem;display:grid;position:relative}.About-module__suJDDW__card{perspective:1000px;cursor:pointer;height:400px;position:relative}.About-module__suJDDW__cardInner{width:100%;height:100%;transform-style:preserve-3d;border-radius:12px;transition:transform .6s cubic-bezier(.23,1,.32,1),box-shadow .6s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026,0 0 0 1px #ffcc000d}.About-module__suJDDW__card:hover .About-module__suJDDW__cardInner{transform:translateY(-15px)rotateX(5deg);box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffcc001a}.About-module__suJDDW__cardBackground{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s ease-out;position:absolute;top:0;left:0}.About-module__suJDDW__card:hover .About-module__suJDDW__cardBackground{transform:scale(1.05)}.About-module__suJDDW__cardGrid{opacity:.3;z-index:2;background-image:linear-gradient(#ffcc001a 1px,#0000 1px),linear-gradient(90deg,#ffcc001a 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.About-module__suJDDW__cardGlow{opacity:0;z-index:3;background:radial-gradient(circle,#ffcc001a 0%,#0000 70%);width:200%;height:200%;transition:opacity .6s;position:absolute;top:-50%;left:-50%}.About-module__suJDDW__card:hover .About-module__suJDDW__cardGlow{opacity:.8}.About-module__suJDDW__cardOverlay{color:#fff;z-index:4;background:linear-gradient(#0003 0%,#0009 60%,#000000e6 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.About-module__suJDDW__cardIcon{align-items:center;margin-bottom:1rem;display:flex}.About-module__suJDDW__iconCircle{border:2px solid #ffcc00b3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;display:flex;position:relative}.About-module__suJDDW__iconCircle:before{content:"";background-color:#ffcc0080;border-radius:50%;width:15px;height:15px;animation:2s infinite About-module__suJDDW__pulse}@keyframes About-module__suJDDW__pulse{0%{opacity:.5;transform:scale(.8)}50%{opacity:.8;transform:scale(1.2)}to{opacity:.5;transform:scale(.8)}}.About-module__suJDDW__iconLine{background:linear-gradient(90deg,#ffcc00b3,#0000);width:40px;height:2px}.About-module__suJDDW__cardContent{flex-direction:column;flex-grow:1;justify-content:flex-end;display:flex}.About-module__suJDDW__cardTitle{margin:0 0 .5rem;position:relative}.About-module__suJDDW__cardTitleText{letter-spacing:1px;color:#fff;text-shadow:0 0 10px #ffcc0080;font-size:1.5rem;font-weight:800;display:inline-block}.About-module__suJDDW__cardTitleLine{background:linear-gradient(90deg,#fc0,#0000);width:50px;height:3px;margin-top:8px;transition:width .3s}.About-module__suJDDW__card:hover .About-module__suJDDW__cardTitleLine{width:80px}.About-module__suJDDW__cardDescription{color:#fffc;text-shadow:0 1px 2px #00000080;margin:.5rem 0 1.5rem;font-size:1rem;line-height:1.5}.About-module__suJDDW__cardAction{align-items:center;display:flex}.About-module__suJDDW__cardButton{color:#fff;cursor:pointer;background-color:#fc03;border:1px solid #ffcc004d;border-radius:4px;align-items:center;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.About-module__suJDDW__cardButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.About-module__suJDDW__cardButton:hover{background-color:#fc06;box-shadow:0 0 15px #ffcc0080}.About-module__suJDDW__cardButton:hover:before{left:100%}.About-module__suJDDW__buttonArrow{margin-left:8px;font-size:1.2rem;transition:transform .3s}.About-module__suJDDW__cardButton:hover .About-module__suJDDW__buttonArrow{transform:translate(4px)}.About-module__suJDDW__cardCorners{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.About-module__suJDDW__cardCorner{z-index:5;border-color:#ffcc00b3;width:15px;height:15px;position:absolute}.About-module__suJDDW__topLeft{border-top:2px solid;border-left:2px solid;top:10px;left:10px}.About-module__suJDDW__topRight{border-top:2px solid;border-right:2px solid;top:10px;right:10px}.About-module__suJDDW__bottomLeft{border-bottom:2px solid;border-left:2px solid;bottom:10px;left:10px}.About-module__suJDDW__bottomRight{border-bottom:2px solid;border-right:2px solid;bottom:10px;right:10px}@media (max-width:768px){.About-module__suJDDW__servicesGrid{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.About-module__suJDDW__card{height:350px}}
.Trust-module__09hTXW__trustContainer{color:#fff;background-color:#1a1a2e;border-radius:15px;justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:4rem auto;padding:5rem 2rem;display:flex;box-shadow:0 10px 30px #0000004d}.Trust-module__09hTXW__textContainer{flex:1;max-width:50%}.Trust-module__09hTXW__title{text-shadow:2px 2px 8px #00000080;margin:0 0 1rem;font-size:3rem;font-weight:800;line-height:1.2}.Trust-module__09hTXW__title span{color:#ffc107;display:block}.Trust-module__09hTXW__subtitle{color:#a0a0a0;margin:0 0 1rem;font-size:1.4rem;font-weight:500}.Trust-module__09hTXW__description{color:#e0e0e0;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Trust-module__09hTXW__highlight{color:#ffc107;margin-bottom:2rem;font-size:1rem;font-weight:700}.Trust-module__09hTXW__imageContainer{text-align:right;flex:1;max-width:50%}.Trust-module__09hTXW__patoImage{filter:drop-shadow(0 10px 20px #0006);width:100%;height:auto}.Trust-module__09hTXW__buttonGroup{flex-wrap:wrap;gap:1.5rem;margin-top:2rem;display:flex}.Trust-module__09hTXW__primaryButton,.Trust-module__09hTXW__secondaryButton{border:2px solid;border-radius:5px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.Trust-module__09hTXW__primaryButton{color:#fff;background-color:#f36;border-color:#f36}.Trust-module__09hTXW__primaryButton:hover{background-color:#e6295a;transform:translateY(-5px);box-shadow:0 5px 15px #f366}.Trust-module__09hTXW__secondaryButton{color:#fff;background-color:#0000;border-color:#007bff}.Trust-module__09hTXW__secondaryButton:hover{background-color:#007bff;transform:translateY(-5px);box-shadow:0 5px 15px #007bff66}.Trust-module__09hTXW__dropdownIcon{font-size:.8rem}.Trust-module__09hTXW__statsContainer{flex-wrap:wrap;gap:30px;margin:30px 0;display:flex}.Trust-module__09hTXW__statItem{text-align:center;position:relative}.Trust-module__09hTXW__statNumber{color:#fc0;text-shadow:0 0 20px #ffcc0080;margin-bottom:8px;font-size:2.5rem;font-weight:900;position:relative}.Trust-module__09hTXW__statNumber:after{content:"";background:linear-gradient(90deg,#0000,#fc0,#0000);width:40px;height:2px;animation:2s infinite Trust-module__09hTXW__pulse;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.Trust-module__09hTXW__statLabel{color:#fffc;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}.Trust-module__09hTXW__featuresContainer{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px;display:grid}.Trust-module__09hTXW__feature{background:#ffcc000d;border:1px solid #fc03;border-radius:12px;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex;position:relative;overflow:hidden}.Trust-module__09hTXW__feature:before{content:"";background:linear-gradient(90deg,#0000,#ffcc001a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Trust-module__09hTXW__feature:hover:before{left:100%}.Trust-module__09hTXW__feature:hover{background:#ffcc001a;border-color:#fc06;transform:translateY(-2px);box-shadow:0 8px 25px #fc03}.Trust-module__09hTXW__featureIcon{filter:drop-shadow(0 0 10px #ffcc0080);z-index:2;font-size:1.8rem;position:relative}.Trust-module__09hTXW__featureText{color:#ffffffe6;z-index:2;font-size:.95rem;font-weight:600;position:relative}@keyframes Trust-module__09hTXW__pulse{0%,to{opacity:.5;transform:translate(-50%)scaleX(1)}50%{opacity:1;transform:translate(-50%)scaleX(1.2)}}@media (max-width:768px){.Trust-module__09hTXW__trustContainer{text-align:center;flex-direction:column;gap:2rem;margin:2rem 1rem;padding:3rem 1rem}.Trust-module__09hTXW__textContainer,.Trust-module__09hTXW__imageContainer{max-width:100%}.Trust-module__09hTXW__title{font-size:2.5rem}.Trust-module__09hTXW__subtitle{font-size:1.2rem}.Trust-module__09hTXW__buttonGroup{justify-content:center}.Trust-module__09hTXW__statsContainer{justify-content:center;gap:20px}.Trust-module__09hTXW__statNumber{font-size:2rem}.Trust-module__09hTXW__featuresContainer{grid-template-columns:1fr;gap:15px}.Trust-module__09hTXW__feature{padding:12px}.Trust-module__09hTXW__featureIcon{font-size:1.5rem}.Trust-module__09hTXW__featureText{font-size:.9rem}}
.WhyChooseUs-module__dXrWtq__container{text-align:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 50%,#000 100%);border:1px solid #fc03;border-radius:20px;max-width:1200px;margin:0 auto;padding:4rem 2rem;position:relative;overflow:hidden}.WhyChooseUs-module__dXrWtq__container:before{content:"";z-index:0;background-image:linear-gradient(#ffcc0008 1px,#0000 1px),linear-gradient(90deg,#ffcc0008 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;animation:20s linear infinite WhyChooseUs-module__dXrWtq__gridMove;position:absolute;top:0;left:0}.WhyChooseUs-module__dXrWtq__container:after{content:"";z-index:0;background:radial-gradient(circle,#ffcc001a 0%,#0000 70%);width:200%;height:200%;animation:4s ease-in-out infinite WhyChooseUs-module__dXrWtq__pulse;position:absolute;top:-50%;left:-50%}@keyframes WhyChooseUs-module__dXrWtq__gridMove{0%{background-position:0 0}to{background-position:30px 30px}}@keyframes WhyChooseUs-module__dXrWtq__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.WhyChooseUs-module__dXrWtq__title{z-index:2;color:#fff;text-shadow:0 0 20px #ffcc0080;margin-bottom:4rem;font-size:3rem;font-weight:900;line-height:1.2;position:relative}.WhyChooseUs-module__dXrWtq__title:before{content:"";background:linear-gradient(90deg,#0000,#fc0,#0000);width:100px;height:4px;animation:2s ease-in-out infinite WhyChooseUs-module__dXrWtq__titleGlow;position:absolute;top:-10px;left:50%;transform:translate(-50%)}@keyframes WhyChooseUs-module__dXrWtq__titleGlow{0%,to{opacity:.5;width:100px}50%{opacity:1;width:150px}}.WhyChooseUs-module__dXrWtq__title span{color:#fc0;display:inline-block;position:relative}.WhyChooseUs-module__dXrWtq__title span:after{content:"";background:linear-gradient(90deg,#fc0,#ffcc004d);width:100%;height:2px;animation:3s ease-in-out infinite WhyChooseUs-module__dXrWtq__underlineGlow;position:absolute;bottom:-5px;left:0}@keyframes WhyChooseUs-module__dXrWtq__underlineGlow{0%,to{opacity:.7;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.1)}}.WhyChooseUs-module__dXrWtq__advantagesGrid{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.WhyChooseUs-module__dXrWtq__advantageCard{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffcc000d,#000c);border:1px solid #ffcc004d;border-radius:20px;height:100%;padding:2.5rem;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.WhyChooseUs-module__dXrWtq__advantageCard:before{content:"";background:linear-gradient(90deg,#0000,#ffcc001a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.WhyChooseUs-module__dXrWtq__advantageCard:hover:before{left:100%}.WhyChooseUs-module__dXrWtq__advantageCard:hover{border-color:#fc09;transform:translateY(-15px)scale(1.02);box-shadow:0 20px 40px #fc03,0 0 30px #ffcc001a}.WhyChooseUs-module__dXrWtq__iconContainer{z-index:1;background:linear-gradient(135deg,#fc0,#ffa000);border:2px solid #ffcc0080;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 2rem;transition:all .3s;display:flex;position:relative}.WhyChooseUs-module__dXrWtq__iconContainer:before{content:"";z-index:-1;background:linear-gradient(45deg,#fc0,#0000,#fc0);border-radius:50%;animation:4s linear infinite WhyChooseUs-module__dXrWtq__iconRotate;position:absolute;inset:-5px}@keyframes WhyChooseUs-module__dXrWtq__iconRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.WhyChooseUs-module__dXrWtq__advantageCard:hover .WhyChooseUs-module__dXrWtq__iconContainer{transform:scale(1.1);box-shadow:0 0 25px #fc09}.WhyChooseUs-module__dXrWtq__icon{color:#000;stroke-width:2px;filter:drop-shadow(0 2px 4px #0000004d)}.WhyChooseUs-module__dXrWtq__cardTitle{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:1rem;font-size:1.4rem;font-weight:700;position:relative}.WhyChooseUs-module__dXrWtq__cardDescription{color:#fffc;z-index:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.7;position:relative}.WhyChooseUs-module__dXrWtq__statContainer{text-align:center;z-index:3;position:absolute;top:20px;right:20px}.WhyChooseUs-module__dXrWtq__statNumber{color:#fc0;text-shadow:0 0 15px #fc09;margin-bottom:2px;font-size:1.8rem;font-weight:900;animation:3s ease-in-out infinite WhyChooseUs-module__dXrWtq__numberPulse}@keyframes WhyChooseUs-module__dXrWtq__numberPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.WhyChooseUs-module__dXrWtq__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.7rem;font-weight:600}.WhyChooseUs-module__dXrWtq__cardFooter{height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.WhyChooseUs-module__dXrWtq__progressBar{background:#fc03;width:100%;height:100%;position:relative}.WhyChooseUs-module__dXrWtq__progressFill{background:linear-gradient(90deg,#fc0,#ffa000);width:0;height:100%;transition:width 2s ease-in-out;animation:4s ease-in-out infinite WhyChooseUs-module__dXrWtq__progressAnimation}@keyframes WhyChooseUs-module__dXrWtq__progressAnimation{0%{width:0%}50%{width:100%}to{width:0%}}.WhyChooseUs-module__dXrWtq__advantageCard:hover .WhyChooseUs-module__dXrWtq__progressFill{animation-duration:1s}.WhyChooseUs-module__dXrWtq__brMobile{display:none}@media (max-width:768px){.WhyChooseUs-module__dXrWtq__container{border-radius:15px;padding:3rem 1rem}.WhyChooseUs-module__dXrWtq__title{margin-bottom:3rem;font-size:2.2rem}.WhyChooseUs-module__dXrWtq__brMobile{display:block}.WhyChooseUs-module__dXrWtq__advantagesGrid{grid-template-columns:1fr;gap:2rem}.WhyChooseUs-module__dXrWtq__advantageCard{padding:2rem}.WhyChooseUs-module__dXrWtq__iconContainer{width:75px;height:75px}.WhyChooseUs-module__dXrWtq__cardTitle{font-size:1.2rem}.WhyChooseUs-module__dXrWtq__cardDescription{font-size:.9rem}.WhyChooseUs-module__dXrWtq__statContainer{top:15px;right:15px}.WhyChooseUs-module__dXrWtq__statNumber{font-size:1.4rem}.WhyChooseUs-module__dXrWtq__statLabel{font-size:.6rem}}
.Home-module__g21JLG__hero{text-align:center;color:#fff;perspective:1000px;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__futuristicBackground{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Home-module__g21JLG__gridOverlay{z-index:-1;transform-origin:50%;opacity:.7;background-image:linear-gradient(#0000ff1a 1px,#0000 1px),linear-gradient(90deg,#0000ff1a 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;animation:20s linear infinite Home-module__g21JLG__grid-move;position:absolute;top:0;left:0;transform:perspective(500px)rotateX(60deg)scale(2.5,2)translateY(-10%)}@keyframes Home-module__g21JLG__grid-move{0%{background-position:0 0}to{background-position:0 50px}}.Home-module__g21JLG__particles{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Home-module__g21JLG__particles:before,.Home-module__g21JLG__particles:after{content:"";opacity:.5;background-image:radial-gradient(circle,#00f5ff 1px,#0000 1px),radial-gradient(circle,#06f 1px,#0000 1px);background-position:0 0,20px 20px;background-size:40px 40px;width:100%;height:100%;animation:15s linear infinite Home-module__g21JLG__particles-float;position:absolute;top:0;left:0}.Home-module__g21JLG__particles:after{opacity:.3;background-size:30px 30px;animation-duration:20s;animation-direction:reverse}@keyframes Home-module__g21JLG__particles-float{0%{transform:translateY(0)}to{transform:translateY(-40px)}}.Home-module__g21JLG__carousel{z-index:-3;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Home-module__g21JLG__carouselImage{opacity:0;filter:brightness(.7)contrast(1.2)saturate(1.2);background-position:50%;background-size:cover;width:100%;height:100%;transition:transform 5s ease-out;animation:12s infinite Home-module__g21JLG__carousel-fade;position:absolute;top:0;left:0;transform:scale(1.05)}.Home-module__g21JLG__carouselImage:first-child{animation-delay:0s}.Home-module__g21JLG__carouselImage:nth-child(2){animation-delay:4s}.Home-module__g21JLG__carouselImage:nth-child(3){animation-delay:8s}@keyframes Home-module__g21JLG__carousel-fade{0%{opacity:0}5%{opacity:1}33%{opacity:1;transform:scale(1.05)}38%{opacity:0;transform:scale(1.1)}to{opacity:0}}.Home-module__g21JLG__overlay{z-index:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#001e3cb3,#00001eb3);width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__g21JLG__scanline{z-index:1;pointer-events:none;opacity:.3;background:linear-gradient(#0000 50%,#001e6405 50%) 0 0/100% 4px;width:100%;height:100%;animation:8s linear infinite Home-module__g21JLG__scanline;position:absolute;top:0;left:0}@keyframes Home-module__g21JLG__scanline{0%{background-position:0 0}to{background-position:0 100%}}.Home-module__g21JLG__content{z-index:1;max-width:900px;padding:2.5rem;position:relative}.Home-module__g21JLG__glowContainer{z-index:2;padding:1rem;position:relative}.Home-module__g21JLG__title{text-shadow:0 0 10px #00c3ff80,0 0 20px #00c3ff4d;letter-spacing:1px;margin-bottom:.5rem;font-family:Arial,sans-serif;font-size:3.5rem;font-weight:700}.Home-module__g21JLG__subtitle{text-shadow:0 0 8px #00c3ff66;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.8rem;font-weight:400}.Home-module__g21JLG__highlight{color:#00c6ff;font-weight:700;display:inline-block;position:relative}.Home-module__g21JLG__highlight:after{content:"";background:linear-gradient(90deg,#0000,#00c6ff,#0000);width:100%;height:2px;animation:2s infinite Home-module__g21JLG__highlight-pulse;position:absolute;bottom:-2px;left:0}@keyframes Home-module__g21JLG__highlight-pulse{0%,to{opacity:.5}50%{opacity:1}}.Home-module__g21JLG__brandName{color:#fff;text-shadow:0 0 15px #fffc,0 0 25px #00c6ff66,0 0 35px #ffd7004d,0 0 45px #00c6ff33;background:linear-gradient(45deg,#fff,#f0f0f0,#00c6ff,#fff,gold) 0 0/300% 300%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 8px #ffffff4d);-webkit-background-clip:text;background-clip:text;font-size:1.2em;font-weight:900;animation:4s ease-in-out infinite Home-module__g21JLG__brandGlow;display:inline-block;position:relative}@keyframes Home-module__g21JLG__brandGlow{0%,to{text-shadow:0 0 15px #fffc,0 0 25px #00c6ff66,0 0 35px #ffd7004d,0 0 45px #00c6ff33;background-position:0%}50%{text-shadow:0 0 20px #fff,0 0 30px #ffd70099,0 0 40px #00c6ff80,0 0 50px #fff6;background-position:100%}}.Home-module__g21JLG__holographicLine{background:linear-gradient(90deg,#0000,#00c6ff,#0072ff,#00c6ff,#0000);width:80%;height:2px;margin:1.5rem auto;position:relative;overflow:hidden}.Home-module__g21JLG__holographicLine:before{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);width:100%;height:100%;animation:3s infinite Home-module__g21JLG__holographic-sweep;position:absolute;top:0;left:-100%}@keyframes Home-module__g21JLG__holographic-sweep{0%{left:-100%}to{left:100%}}.Home-module__g21JLG__description{text-shadow:0 0 5px #00c3ff4d;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.Home-module__g21JLG__statsContainer{justify-content:space-around;width:100%;margin:2rem 0;display:flex}.Home-module__g21JLG__stat{flex-direction:column;align-items:center;display:flex}.Home-module__g21JLG__statNumber{color:#00c6ff;text-shadow:0 0 10px #00c3ffb3;font-size:2.5rem;font-weight:700}.Home-module__g21JLG__statLabel{text-transform:uppercase;letter-spacing:1px;opacity:.8;margin-top:.5rem;font-size:.9rem}.Home-module__g21JLG__buttonContainer{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2.5rem;display:flex}.Home-module__g21JLG__button{border-radius:5px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}.Home-module__g21JLG__button:hover{transform:translateY(-5px)}.Home-module__g21JLG__futuristicButton{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#00c6ffcc,#0072ffcc);border:1px solid #ffffff1a;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px #0072ff4d,0 0 15px #00c6ff80}.Home-module__g21JLG__futuristicButton:before{content:"";pointer-events:none;background:#ffffff1a;width:200%;height:200%;animation:3s linear infinite Home-module__g21JLG__shimmer;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.Home-module__g21JLG__futuristicButton:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 30px #0072ff66,0 0 20px #00c6ff99}.Home-module__g21JLG__buttonGlow{opacity:0;border-radius:30px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0;box-shadow:0 0 15px 3px #00c6ff99}.Home-module__g21JLG__futuristicButton:hover .Home-module__g21JLG__buttonGlow{opacity:1}.Home-module__g21JLG__secondaryButton{background:linear-gradient(135deg,#0072ffcc,#003296cc)}.Home-module__g21JLG__buttonIcon{font-size:1.2rem}.Home-module__g21JLG__buttonText{letter-spacing:.5px;font-weight:600}@keyframes Home-module__g21JLG__shimmer{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:768px){.Home-module__g21JLG__title{font-size:2rem}.Home-module__g21JLG__subtitle{font-size:1.2rem}.Home-module__g21JLG__description{font-size:1rem}.Home-module__g21JLG__buttonContainer{flex-direction:column;gap:1rem}}.Home-module__g21JLG__servicesSection{background:#000;padding:3rem 0 4rem;position:relative;overflow:hidden}.Home-module__g21JLG__servicesSection:before{content:"";z-index:0;background-image:linear-gradient(#ffcc0008 1px,#0000 1px),linear-gradient(90deg,#ffcc0008 1px,#0000 1px);background-size:30px 30px;width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__g21JLG__sectionHeader{text-align:center;z-index:1;max-width:800px;margin:0 auto 4rem;position:relative}.Home-module__g21JLG__headerLine{background:linear-gradient(90deg,#06f,#0000);width:80px;height:4px;margin:0 auto 1.5rem}.Home-module__g21JLG__sectionTitle{color:#333;letter-spacing:1px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.Home-module__g21JLG__sectionDescription{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.Home-module__g21JLG__servicesSection{padding:2rem 0 3rem}.Home-module__g21JLG__sectionTitle{font-size:2.2rem}.Home-module__g21JLG__sectionDescription{padding:0 1.5rem;font-size:1rem}}
