.home-module__IoPSba__homePage{color:#fff;background:#0a0f1d;overflow-x:hidden}.home-module__IoPSba__heroSection{background:linear-gradient(135deg,#1a2438 0%,#0a0f1d 100%);padding:6rem 2rem;position:relative;overflow:hidden}.home-module__IoPSba__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.home-module__IoPSba__heroText h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.home-module__IoPSba__gradientText{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home-module__IoPSba__heroText p{color:#b5b0bc;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.home-module__IoPSba__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.home-module__IoPSba__primaryButton{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.home-module__IoPSba__primaryButton:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff66004d}.home-module__IoPSba__secondaryButton{color:#fff;border:2px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.home-module__IoPSba__secondaryButton:hover{background:var(--primary-color);transform:translateY(-2px)}.home-module__IoPSba__heroImage{justify-content:center;align-items:center;display:flex;position:relative}.home-module__IoPSba__mainImage{z-index:2;width:100%;max-width:500px;height:auto;animation:6s ease-in-out infinite home-module__IoPSba__float;position:relative}.home-module__IoPSba__floatingElement1,.home-module__IoPSba__floatingElement2,.home-module__IoPSba__floatingElement3{background:var(--primary-gradient);opacity:.3;filter:blur(20px);border-radius:50%;animation:8s ease-in-out infinite home-module__IoPSba__float;position:absolute}.home-module__IoPSba__floatingElement1{width:100px;height:100px;animation-delay:0s;top:20px;left:20px}.home-module__IoPSba__floatingElement2{width:80px;height:80px;animation-delay:2s;bottom:40px;right:30px}.home-module__IoPSba__floatingElement3{width:60px;height:60px;animation-delay:4s;top:60px;right:40px}@keyframes home-module__IoPSba__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.home-module__IoPSba__statsSection{background:#121723;padding:4rem 2rem}.home-module__IoPSba__statsContainer{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.home-module__IoPSba__statItem{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:2rem;transition:transform .3s}.home-module__IoPSba__statItem:hover{transform:translateY(-5px)}.home-module__IoPSba__statItem h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700}.home-module__IoPSba__statItem p{color:#b5b0bc;font-size:1.1rem}.home-module__IoPSba__servicesSection{background:#0a0f1d;padding:6rem 2rem}.home-module__IoPSba__sectionHeader{text-align:center;margin-bottom:4rem}.home-module__IoPSba__sectionHeader h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.home-module__IoPSba__sectionHeader p{color:#b5b0bc;max-width:600px;margin:0 auto;font-size:1.2rem}.home-module__IoPSba__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.home-module__IoPSba__serviceCard{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.home-module__IoPSba__serviceCard:before{content:"";background:var(--primary-gradient);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.home-module__IoPSba__serviceCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.home-module__IoPSba__serviceCard:hover:before{transform:scaleX(1)}.home-module__IoPSba__serviceIcon{margin-bottom:1.5rem;font-size:3.5rem}.home-module__IoPSba__serviceCard h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.home-module__IoPSba__serviceCard p{color:#b5b0bc;margin-bottom:1.5rem;line-height:1.6}.home-module__IoPSba__serviceLink{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .3s}.home-module__IoPSba__serviceLink:hover{color:var(--secondary-color)}.home-module__IoPSba__whyChooseSection{background:#121723;padding:6rem 2rem}.home-module__IoPSba__whyChooseContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.home-module__IoPSba__whyChooseText h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem}.home-module__IoPSba__featuresList{flex-direction:column;gap:2rem;display:flex}.home-module__IoPSba__featureItem{align-items:flex-start;gap:1rem;display:flex}.home-module__IoPSba__featureIcon{flex-shrink:0;font-size:2rem}.home-module__IoPSba__featureItem h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.home-module__IoPSba__featureItem p{color:#b5b0bc;line-height:1.6}.home-module__IoPSba__whyChooseImage{justify-content:center;display:flex}.home-module__IoPSba__whyChooseImage img{border-radius:12px;width:100%;max-width:400px;height:auto;box-shadow:0 20px 40px #0000004d}.home-module__IoPSba__ctaSection{text-align:center;background:linear-gradient(135deg,#1a2438 0%,#0a0f1d 100%);padding:6rem 2rem}.home-module__IoPSba__ctaContent{max-width:800px;margin:0 auto}.home-module__IoPSba__ctaContent h2{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.home-module__IoPSba__ctaContent p{color:#b5b0bc;margin-bottom:2.5rem;font-size:1.2rem}.home-module__IoPSba__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-module__IoPSba__ctaPrimary{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .3s}.home-module__IoPSba__ctaPrimary:hover{transform:translateY(-2px)}.home-module__IoPSba__ctaSecondary{color:#fff;border:2px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.home-module__IoPSba__ctaSecondary:hover{background:var(--primary-color);transform:translateY(-2px)}@media (max-width:1024px){.home-module__IoPSba__heroContent{gap:3rem}.home-module__IoPSba__heroText h1{font-size:2.8rem}.home-module__IoPSba__whyChooseContent{gap:3rem}}@media (max-width:768px){.home-module__IoPSba__heroSection{padding:4rem 1.5rem}.home-module__IoPSba__heroContent{text-align:center;grid-template-columns:1fr;gap:3rem}.home-module__IoPSba__heroText h1{font-size:2.5rem}.home-module__IoPSba__heroButtons{justify-content:center}.home-module__IoPSba__statsContainer{grid-template-columns:repeat(2,1fr)}.home-module__IoPSba__servicesGrid{grid-template-columns:1fr}.home-module__IoPSba__whyChooseContent{text-align:center;grid-template-columns:1fr;gap:3rem}.home-module__IoPSba__featureItem{text-align:left}.home-module__IoPSba__ctaButtons{flex-direction:column;align-items:center}.home-module__IoPSba__ctaPrimary,.home-module__IoPSba__ctaSecondary{width:100%;max-width:300px}}@media (max-width:480px){.home-module__IoPSba__heroText h1{font-size:2rem}.home-module__IoPSba__heroButtons{flex-direction:column}.home-module__IoPSba__primaryButton,.home-module__IoPSba__secondaryButton{width:100%}.home-module__IoPSba__statsContainer{grid-template-columns:1fr}.home-module__IoPSba__statItem{padding:1.5rem}.home-module__IoPSba__serviceCard{padding:2rem 1.5rem}}
