.landing-page{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#0e1612;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 24px}.logo-header{padding:24px;text-align:center;background:#fff}.logo-header .logo{margin:0 auto}.hero-section{background:linear-gradient(135deg,#ecf6f1,#daeee3);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.hero-section:before{top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(42,76,63,.1) 0,transparent 70%)}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%}.hero-section:after{bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(41,101,70,.1) 0,transparent 70%)}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:2.5rem;font-weight:700;color:#2a4c3f;margin-bottom:24px;line-height:1.2}@media(max-width:768px){.hero-title{font-size:1.875rem}}.hero-subtitle{font-size:1.25rem;color:#296546;margin-bottom:40px;font-weight:400}@media(max-width:768px){.hero-subtitle{font-size:1.125rem}}.cta-button{background:#2a4c3f;color:#fff;border:none;border-radius:100px;padding:16px 48px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(42,76,63,.2)}.cta-button:hover{background:#296546;transform:translateY(-2px);box-shadow:0 6px 16px rgba(42,76,63,.3)}.cta-button:active{transform:translateY(0)}@media(max-width:768px){.cta-button{padding:14px 32px;font-size:1rem;width:100%;max-width:400px}}.explanation-section{padding:80px 24px;background:#fff}.section-title{font-size:2rem;font-weight:700;color:#2a4c3f;margin-bottom:24px;text-align:center}@media(max-width:768px){.section-title{font-size:1.5rem}}.section-text{font-size:1.125rem;color:#4a5568;max-width:800px;margin:0 auto;text-align:center;line-height:1.8}@media(max-width:768px){.section-text{font-size:1rem}}.benefits-section{padding:80px 24px;background:#f4f3ee}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1000px;margin:48px auto 0}@media(max-width:768px){.benefits-grid{grid-template-columns:1fr;gap:24px}}.benefit-item{background:#fff;padding:32px;border-radius:16px;display:flex;gap:20px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(42,76,63,.15)}.benefit-icon{font-size:2rem;flex-shrink:0}.benefit-content{flex:1}.benefit-title{font-size:1.25rem;font-weight:600;color:#2a4c3f;margin-bottom:8px}.benefit-text{font-size:1rem;color:#4a5568;line-height:1.6}.cta-section{padding:80px 24px;background:linear-gradient(135deg,#2a4c3f,#296546);text-align:center;color:#fff}.cta-title{font-size:2rem;font-weight:700;margin-bottom:24px;color:#fff}@media(max-width:768px){.cta-title{font-size:1.5rem}}.cta-text{font-size:1.125rem;max-width:700px;margin:0 auto 40px;color:#fff;line-height:1.8}@media(max-width:768px){.cta-text{font-size:1rem}}.cta-section .cta-button{background:#fff;color:#2a4c3f}.cta-section .cta-button:hover{background:#ecf6f1;color:#296546}.footer-section{padding:40px 24px;background:#21332c;text-align:center}.footer-text{font-size:.875rem;color:hsla(0,0%,100%,.8);max-width:800px;margin:0 auto;line-height:1.6}.fade-in{animation:fadeIn .8s ease-in-out}.fade-in-delay-1,.fade-in-delay-2{animation:fadeIn .8s ease-in-out .2s both}.fade-in-delay-3{animation:fadeIn .8s ease-in-out .4s both}.fade-in-delay-4{animation:fadeIn .8s ease-in-out .6s both}.fade-in-delay-5{animation:fadeIn .8s ease-in-out .8s both}.fade-in-delay-6{animation:fadeIn .8s ease-in-out 1s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}