@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background:#f8fafc}.hero-container{min-height:100vh;background:linear-gradient(135deg,#fff,#f1f5f9);position:relative;overflow:hidden}.blob{position:absolute;filter:blur(70px);z-index:0;opacity:.4}.blob-1{top:-10%;right:-5%;width:600px;height:600px;background:linear-gradient(45deg,#3b82f6,#60a5fa);border-radius:50%}.blob-2{bottom:-15%;left:-10%;width:500px;height:500px;background:linear-gradient(45deg,#2563eb,#3b82f6);border-radius:50%}.content-wrapper{max-width:1280px;margin:0 auto;padding:2rem;position:relative;z-index:1}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{font-size:1.75rem;font-weight:700;color:#1e40af;text-decoration:none;display:flex;align-items:center;gap:.5rem}.main-content{display:flex;align-items:center;justify-content:space-between;padding:6rem 0;gap:4rem}.left-content{flex:1;max-width:600px}.title{font-size:3.5rem;font-weight:800;line-height:1.2;color:#1e293b;margin-bottom:1.5rem}.highlight{color:#2563eb;position:relative}.highlight:after{content:"";position:absolute;bottom:8px;left:0;width:100%;height:8px;background:#60a5fa30;z-index:-1}.description{font-size:1.25rem;color:#64748b;line-height:1.7;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem}.primary-button{padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #2563eb33}.primary-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2563eb4d}.illustration-container{flex:1;max-width:550px;width:100%;animation:float 6s ease-in-out infinite;display:flex;justify-content:center;align-items:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.metrics{display:flex;gap:4rem;margin-top:4rem}.metric{display:flex;flex-direction:column;align-items:flex-start}.metric-value{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.metric-label{font-size:1rem;color:#64748b;font-weight:500}@media (max-width: 1024px){.main-content{flex-direction:column;text-align:center;padding:3rem 0}.left-content{max-width:100%}.title{font-size:2.5rem}.cta-buttons,.metrics{justify-content:center}.metric{align-items:center}.illustration-container{max-width:100%;margin-top:3rem}}@media (max-width: 640px){.metrics{flex-direction:column;gap:2rem;align-items:center}.illustration-container{margin-top:2rem;width:100%}}
