.hero-container{display:flex;justify-content:space-around;align-items:center;padding:4rem 2rem;background-color:#f9f9f9;flex-wrap:wrap;width:100%;gap:2rem;overflow-x:hidden}.text-section{max-width:550px;flex:1 1 400px}.hero-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#4a4a4a;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.primary-btn,.secondary-btn{font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer}.primary-btn{background-color:#6366f1;color:white;border:none}.primary-btn:hover{background-color:#4f46e5}.secondary-btn{background-color:white;color:#6366f1;border:2px solid #6366f1}.secondary-btn:hover{background-color:#eef2ff}.enterprise-link{display:inline-block;margin-top:1rem;color:#4f46e5;font-weight:500;text-decoration:none}.enterprise-link:hover{text-decoration:underline}.image-section{flex:1 1 400px;display:flex;justify-content:center;padding:1rem}.hero-image{max-width:100%;height:auto;border-radius:1rem;box-shadow:0 8px 24px rgba(0,0,0,.1)}@media (max-width:1024px){.hero-container{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}.primary-btn{width:100%;max-width:350px}.text-section{flex:1 1 100%;max-width:100%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}}@media (max-width:600px){.hero-container{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:.5rem;padding-top:.5rem}.hero-title{font-size:2rem}.image-section{width:100%}.hero-subtitle{font-size:1rem}.primary-btn,.secondary-btn{width:100%;max-width:350px;text-align:center;background-color:black}.hero-buttons{flex-direction:column;align-items:stretch}}