:root{--primary: #5B77A0;--light: #9FD3F4;--deep: #6A7FB2;--coral: #E4636B;--text-dark: #1a202c;--text-gray: #4a5568;--text-light: #718096;--bg-gray: #f8f9fa;--bg-light: #f1f5f9;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--text-gray);background-color:var(--bg-gray);overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;font-size:1rem;transition:all .3s ease;text-align:center;white-space:nowrap}.btn-primary{background-color:var(--primary);color:var(--white);border:2px solid var(--primary)}.btn-primary:hover{background-color:var(--deep);border-color:var(--deep);transform:translateY(-2px);box-shadow:0 4px 12px #5b77a04d}.btn-secondary{background-color:var(--white);color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background-color:var(--primary);color:var(--white)}.header{background:var(--white);box-shadow:0 2px 20px #00000014;position:sticky;top:0;z-index:1000;width:100%}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;width:100%}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.logo-image{width:9rem;height:9rem;object-fit:contain;flex-shrink:0}.logo-text h1{color:var(--primary);font-size:1.5rem;font-weight:800;margin-bottom:.125rem;line-height:1.2}.logo-text p{color:var(--text-light);font-size:.75rem;font-weight:500;letter-spacing:.5px}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-gray);text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--primary)}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-gray);cursor:pointer;padding:.5rem}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:1.5rem;box-shadow:0 10px 30px #0000001a;z-index:999}.mobile-nav.active{display:block}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem}.mobile-nav-links .btn{margin-top:1rem;width:100%}.hero{padding:5rem 0;background:linear-gradient(135deg,#9fd3f414,#6a7fb214);overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 992px){.hero-content{grid-template-columns:1fr 1fr;gap:3rem}}.hero h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark);font-weight:800}.hero h1 .highlight{color:var(--primary);display:inline-block}@media (min-width: 768px){.hero h1{font-size:3rem}}@media (min-width: 992px){.hero h1{font-size:3.5rem}}.hero p{font-size:1.125rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{background:var(--white);padding:2rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000026}.image-placeholder{width:100%;height:20rem;background:linear-gradient(135deg,var(--light),var(--deep));border-radius:1rem;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.hero-image{padding:1.5rem}.image-placeholder{height:15rem}}.section{padding:5rem 0}.section-title{text-align:center;font-size:2.25rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);line-height:1.2}@media (max-width: 768px){.section-title{font-size:2rem}}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--text-light);max-width:42rem;margin:0 auto 3rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;width:100%}.feature-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 10px 25px #0000000d;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 40px #0000001a}.feature-icon{width:4rem;height:4rem;background:#5b77a01a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.feature-icon span{font-size:1.75rem;color:var(--primary)}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark);line-height:1.3}.feature-description{color:var(--text-light);line-height:1.6;flex-grow:1}.benefits-section{background-color:var(--bg-light)}.benefits-content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 992px){.benefits-content{grid-template-columns:1fr 1fr;gap:3rem}}.benefits-list{display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.benefit-item span:first-child{color:#38a169;font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.benefit-text{color:var(--text-gray);font-size:1.0625rem;line-height:1.5}.stats-card{background:var(--white);padding:2.5rem;border-radius:1.25rem;box-shadow:0 20px 40px #00000014}.stats-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-dark)}.stats-card p{color:var(--text-light);margin-bottom:2rem;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.stat-item{padding:.5rem}.stat-value{font-size:1.875rem;font-weight:800;margin-bottom:.25rem;line-height:1}.stat-label{font-size:.875rem;color:var(--text-light);font-weight:500}.cta-section{background:linear-gradient(135deg,var(--primary),var(--deep));color:var(--white);padding:5rem 0}.cta-content{text-align:center;max-width:48rem;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}@media (max-width: 768px){.cta-title{font-size:2rem}}.cta-description{font-size:1.25rem;opacity:.95;margin-bottom:2.5rem;line-height:1.6}.cta-button{background:var(--white);color:var(--primary);font-size:1.125rem;padding:1rem 3rem;border-radius:.75rem;font-weight:700;display:inline-block;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px #fff3}.footer{background:var(--text-dark);color:var(--white);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo .logo-icon{width:2.5rem;height:2.5rem}.footer-logo .logo-icon-inner{width:1.5rem;height:1.5rem}.footer-logo .logo-dot{width:1rem;height:1rem;top:.25rem;left:.25rem}.footer-column h3{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;color:var(--white)}.footer-column p,.footer-column a{color:#fffc;margin-bottom:.75rem;line-height:1.6;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:var(--white)}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.contact-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.875rem}.footer-bottom p{margin-bottom:.5rem}.footer-bottom p:last-child{margin-bottom:0}@media (max-width: 768px){.nav{display:none}.mobile-menu-btn{display:block}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.section,.hero{padding:3rem 0}}@media (max-width: 480px){.container{padding:0 1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.section-title,.cta-title{font-size:1.75rem}.cta-description{font-size:1.125rem}}
