.home_page__NOZQO{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.home_main__ZqXmQ{flex:1 1}.home_heroSection__0qyIh{position:relative;isolation:isolate;color:white;text-align:center;padding:8rem 2rem 6rem;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000000}.home_heroContent__Cojnk{position:relative;z-index:1;max-width:800px;margin:0 auto;animation:home_fadeInUp__3JnpZ .8s ease-out}.home_heroTitle__LI4Uj{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.home_titleMain__vkGIJ{color:#ffffff;text-shadow:0 0 20px rgba(3,179,195,.3)}.home_titleHighlight__1zKEI{color:#fbbf24;text-shadow:0 0 30px rgba(251,191,36,.5)}.home_heroSubtitle__KJe1X{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6;color:rgba(255,255,255,.85)}.home_ctaButtons__bT_1r{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home_ctaButton__DZftT{padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;position:relative;overflow:hidden;display:inline-block}.home_ctaButton__DZftT: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}.home_ctaButton__DZftT:hover:before{left:100%}.home_ctaButton__DZftT.home_primary__8mB8P{background-color:#fbbf24;color:#1f2937;box-shadow:0 4px 15px rgba(251,191,36,.4)}.home_ctaButton__DZftT.home_primary__8mB8P:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 25px rgba(251,191,36,.6)}.home_ctaButton__DZftT.home_secondary__lkqbj{border:2px solid white;color:white;background:transparent;box-shadow:0 4px 15px rgba(255,255,255,.2)}.home_ctaButton__DZftT.home_secondary__lkqbj:hover{background-color:rgba(255,255,255,.1);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,.3);border-color:#fbbf24}.home_featuresSection__N3fWH{padding:5rem 2rem;background-color:var(--bg-secondary);transition:background-color .3s ease}.home_featuresContainer__VvAgI{max-width:1200px;margin:0 auto;text-align:center}.home_featuresTitle__QbIzx{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);transition:color .3s ease}.home_featuresSubtitle__h2a02{font-size:1.25rem;color:var(--text-secondary);margin-bottom:4rem;line-height:1.6;transition:color .3s ease}.home_featuresGrid__FYHsV{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.home_featureCard__mhPve{padding:2rem;text-align:center;transition:transform .3s ease;animation:home_fadeInUp__3JnpZ .8s ease-out}.home_featureCard__mhPve:hover{transform:translateY(-5px)}.home_featureCard__mhPve:first-child{animation-delay:.1s}.home_featureCard__mhPve:nth-child(2){animation-delay:.2s}.home_featureCard__mhPve:nth-child(3){animation-delay:.3s}.home_featureIcon__42_vj{width:4rem;height:4rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:white;font-size:2rem;transition:transform .3s ease}.home_featureCard__mhPve:hover .home_featureIcon__42_vj{transform:scale(1.1)}.home_featureTitle__nkj9Q{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary);transition:color .3s ease}.home_featureDescription__2opC1{color:var(--text-secondary);line-height:1.6;transition:color .3s ease}@media (max-width:768px){.home_heroSection__0qyIh{padding:6rem 1rem 4rem}.home_heroTitle__LI4Uj,.home_titleHighlight__1zKEI,.home_titleMain__vkGIJ{font-size:2.5rem}.home_heroSubtitle__KJe1X{font-size:1.1rem}.home_ctaButtons__bT_1r{flex-direction:column;align-items:center}.home_ctaButton__DZftT{width:100%;max-width:300px;text-align:center}.home_featuresSection__N3fWH{padding:3rem 1rem}.home_featuresTitle__QbIzx{font-size:2rem}.home_featuresGrid__FYHsV{grid-template-columns:1fr;gap:1.5rem}.home_featureCard__mhPve{padding:1.5rem}}@keyframes home_fadeInUp__3JnpZ{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}