.hero-svg-container{background:linear-gradient(135deg,#ffffff,#f8f9ff);min-height:100vh;min-height:100dvh;color:black;padding:80px 20px 40px;text-align:left;position:relative;z-index:0;overflow-x:hidden}.hero-flex-wrapper,.hero-svg-container{display:flex;justify-content:center;align-items:center}.hero-flex-wrapper{gap:4rem;flex-wrap:wrap;max-width:1200px;width:100%;margin-top:0}.hero-text{max-width:550px;animation:slideInLeft .8s ease-out}.hero-text h1{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#2c2c8d,#4a4ab8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero-text p{font-size:1.6rem;font-family:Courier New,monospace;color:#666;margin-bottom:2rem;min-height:2.5rem}.social-icons{margin-top:2.5rem;display:flex;gap:1.5rem;font-size:1.8rem}.social-icons a{color:#2c2c8d;transition:all .3s ease;padding:12px;border-radius:12px;background:rgba(44,44,141,.05);border:1px solid rgba(44,44,141,.1)}.social-icons a:hover{color:white;background:linear-gradient(135deg,#2c2c8d,#4a4ab8);transform:translateY(-3px);box-shadow:0 8px 25px rgba(44,44,141,.3)}.hero-image-wrapper{flex-shrink:0;max-width:350px;animation:slideInRight .8s ease-out}.hero-image{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15);transition:transform .3s ease}.hero-image:hover{transform:scale(1.05) rotate(2deg)}.dark .hero-svg-container{background:linear-gradient(135deg,#121212,#1a1a2e);color:white}.dark .hero-text h1{background:linear-gradient(135deg,#8b8bff,#a8a8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .hero-text p{color:#b0b0b0}.dark .social-icons a{color:#8b8bff;background:rgba(139,139,255,.1);border-color:rgba(139,139,255,.2)}.dark .social-icons a:hover{background:linear-gradient(135deg,#8b8bff,#a8a8ff);color:#121212}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.hero-svg-container{padding:100px 16px 40px;min-height:calc(100vh - 60px)}.hero-text h1{font-size:3rem}.hero-text p{font-size:1.2rem}.hero-image-wrapper{max-width:280px}.hero-flex-wrapper{gap:2rem}}@media (max-width:640px){.hero-svg-container{padding:90px 12px 30px;min-height:calc(100vh - 40px)}.hero-flex-wrapper{flex-direction:column;text-align:center;gap:1.5rem}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.social-icons{justify-content:center;gap:1rem;margin-top:1.5rem}.social-icons a{padding:8px;font-size:1.4rem}.hero-image-wrapper{max-width:220px}}@media (max-width:480px){.hero-svg-container{padding:80px 8px 20px;min-height:calc(100vh - 20px)}.hero-text h1{font-size:2rem;line-height:1.2}.hero-text p{font-size:1rem;margin-bottom:1.5rem}.social-icons{gap:.8rem;margin-top:1rem}.social-icons a{padding:6px;font-size:1.2rem}.hero-image-wrapper{max-width:180px}}@media screen and (max-width:414px) and (max-height:896px){.hero-svg-container{padding:70px 10px 20px;min-height:calc(100vh - 10px)}.hero-text h1{font-size:1.8rem}.hero-text p{font-size:.9rem}}@media (max-width:360px){.hero-svg-container{padding:60px 6px 15px}.hero-text h1{font-size:1.6rem}.hero-text p{font-size:.85rem}.social-icons a{padding:4px;font-size:1rem}.hero-image-wrapper{max-width:150px}}