@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Righteous&display=swap";
:root{--primary:#1e463f;--primary-light:#2b6158;--primary-dark:#14302b;--accent:#52a895;--bg-color:#f7f9f8;--bg-alt:#fff;--bg-subtle:#f0f4f2;--text-dark:#1f2937;--text-muted:#6b7280;--border-light:#e5e7eb;--font-heading:"Righteous", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:400;line-height:1.2}p{color:var(--text-muted)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.text-primary{color:var(--primary)}.bg-primary{background-color:var(--primary);color:#fff}.bg-alt{background-color:var(--bg-alt)}.text-center{text-align:center}.form-container{border:1px solid var(--border-light);background:#fff;border-radius:1.5rem;max-width:800px;margin:0 auto;padding:3.5rem;box-shadow:0 10px 40px #00000008}@media (max-width:768px){.form-container{padding:2rem 1.5rem!important}}.btn{cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:3rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #1e463f33}.btn-outline{border:1px solid var(--border-light);color:var(--text-dark);background-color:#0000}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-white{color:var(--primary);background-color:#fff}.btn-white:hover{background-color:#f3f4f6}.navbar{z-index:100;width:100%;position:absolute;top:1.5rem;left:0}.nav-container{background-color:#fff;border-radius:3rem;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;box-shadow:0 10px 30px #0000000d}.logo img{height:45px;display:block}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary)}@media (max-width:900px){.nav-links:not(.mobile-open),.nav-actions{display:none}}.hero{padding-top:10rem;padding-bottom:5rem}.hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content h1{letter-spacing:-.02em;margin-bottom:2rem;font-size:4.5rem}.hero-content p{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem}.hero-tag{color:var(--primary);border:1px solid var(--border-light);background-color:#fff;border-radius:2rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-images{height:600px;position:relative}.hero-img-1{object-fit:cover;border-radius:2rem;width:75%;height:80%;position:absolute;top:0;right:0;box-shadow:0 20px 40px #0000001a}.hero-img-2{object-fit:cover;border:10px solid var(--bg-color);border-radius:1.5rem;width:55%;height:45%;position:absolute;bottom:0;left:0;box-shadow:0 20px 40px #0000001a}.stats{padding:3rem 0}.stats-grid{justify-content:flex-start;align-items:center;gap:4rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-item h3{color:var(--text-dark);margin-bottom:.5rem;font-size:3.5rem;line-height:1}.stat-item p{color:var(--text-muted);max-width:150px;font-size:.875rem}.avatars{align-items:center;margin-left:2rem;display:flex}.avatar{border:3px solid var(--bg-color);background:var(--border-light);border-radius:50%;width:50px;height:50px;margin-left:-15px}.avatar:first-child{margin-left:0}.avatar-text{color:var(--primary);margin-left:1rem;font-size:.875rem;font-weight:600}.split-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.split-content h2{color:#fff;margin-bottom:2rem;font-size:3.5rem}.split-content p{color:#fffc;margin-bottom:2rem;font-size:1.125rem}.split-stats{gap:6rem;margin-top:3rem;display:flex}.split-stats h3{color:#fff;margin-bottom:.5rem;font-size:3.5rem}.split-stats p{max-width:150px;margin:0;font-size:.875rem}.split-images{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.split-images img{object-fit:cover;border-radius:1.5rem;width:100%;height:350px}.split-images img:nth-child(2){height:400px;margin-top:3rem}.features-container{background-color:var(--bg-alt);border-radius:2rem;padding:6rem 4rem;box-shadow:0 10px 40px #00000005}.features-header{text-align:center;max-width:800px;margin:0 auto 4rem}.features-header h2{margin-bottom:1.5rem;font-size:3rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{text-align:center;border:1px solid var(--border-light);background:#fff;border-radius:1.5rem;padding:2.5rem;transition:transform .3s}.feature-card:hover{border-color:var(--primary);transform:translateY(-5px)}.feature-icon{color:var(--primary);margin:0 auto 1.5rem}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted);margin-bottom:1.5rem}.read-more{color:var(--text-dark);background:var(--bg-subtle);border-radius:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}.read-more:hover{background:var(--primary);color:#fff}.cta-section{text-align:center}.cta-box{background-color:var(--bg-alt);border:1px solid var(--border-light);border-radius:2rem;padding:5rem 2rem;box-shadow:0 10px 40px #00000005}.cta-box h2{margin-bottom:1.5rem;font-size:3rem}.footer{background-color:var(--primary-dark);color:#fff;padding:6rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo img{filter:brightness(0)invert();height:45px}.footer-logo p{color:#ffffffb3;max-width:300px;font-size:.9rem}.footer-col h4{color:#fff;font-size:1.125rem;font-family:var(--font-body);margin-bottom:1.5rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.newsletter-input{margin-top:1.5rem;display:flex}.newsletter-input input{border:none;border-radius:2rem 0 0 2rem;outline:none;width:100%;padding:.875rem 1.25rem}.newsletter-input button{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:0 2rem 2rem 0;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;display:flex}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:2rem;font-size:.875rem;display:flex}.testimonials-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}@media (max-width:1024px){.hero .container,.split-section{grid-template-columns:1fr}.hero{padding-top:8rem}.hero-images{height:500px;margin-top:2rem}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.hero-content h1,.stat-item h3{font-size:2.5rem}.split-content h2,.features-header h2,.cta-box h2{font-size:2rem!important}.split-stats{flex-direction:column;gap:2rem}.avatars{margin-left:0}.features-grid{grid-template-columns:1fr}.features-container{padding:3rem 2rem}.stats-grid{flex-direction:column;align-items:flex-start;gap:2rem}.split-images{grid-template-columns:1fr}.split-images img:nth-child(2){display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem}.testimonials-grid{grid-template-columns:1fr!important}.hero-buttons{flex-direction:column;align-items:stretch}}
