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