html,body{background-color:#fff!important;margin:0;padding:0}main{max-width:850px;margin:0 auto;padding:2rem 1rem 4rem;color:#23262d;font-family:system-ui,-apple-system,sans-serif}h2{font-size:2.2rem;margin-bottom:2rem;font-weight:700;color:#1e293b}.hero-section{display:flex;align-items:center;gap:4rem;margin-bottom:5rem;padding-top:2rem}.hero-content{flex:1}.hero-content h1{font-size:3.2rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700}.hero-content p{font-size:1.2rem;color:#555;margin-bottom:2rem;line-height:1.6}.btn-group{display:flex;gap:1rem;align-items:center}.btn-primary{display:inline-block;background-color:#26ad50;color:#fff!important;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none!important;transition:background-color .3s ease,transform .2s ease}.btn-primary:hover{background-color:#1f9142;transform:translateY(-2px)}.btn-secondary{display:inline-block;background-color:#fff;color:#26ad50!important;border:2px solid #26AD50;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none!important;transition:all .3s ease}.btn-secondary:hover{background-color:#26ad50;color:#fff!important;transform:translateY(-2px)}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{width:100%;max-width:400px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(38,173,80,.15))}.stats-section{margin-bottom:5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{background:#f8fafc;padding:1.5rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0}.stat-card h3{font-size:1.5rem;color:#26ad50;margin:0 0 .5rem}.stat-card p{margin:0;color:#444;font-size:1rem;font-weight:500}.features-section{margin-bottom:5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;border:3px solid #26AD50!important;padding:2.5rem 2rem;border-radius:20px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #00000008}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #26ad5026}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin:0 0 1rem;color:#1e293b}.feature-card p{margin:0;font-size:1.05rem;line-height:1.5;color:#444}.audience-section{background:#f8fafc;border-radius:24px;padding:4rem;margin-bottom:5rem}.audience-section h2{text-align:center;margin-bottom:3rem}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.aud-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0}.aud-icon{font-size:2rem;margin-bottom:1rem}.aud-card h3{font-size:1.25rem;margin:0 0 1rem;color:#1e293b}.aud-card p{margin:0;font-size:1rem;line-height:1.5;color:#555}.faq-section{margin-bottom:5rem;max-width:900px;margin-left:auto;margin-right:auto}.faq-section h2{text-align:center;margin-bottom:3rem}details{background:#fff;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:border-color .2s ease}details:hover{border-color:#26ad50}summary{padding:1.5rem 3rem 1.5rem 1.5rem;font-size:1.15rem;font-weight:700;color:#1e293b;cursor:pointer;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#26ad50;font-size:1.8rem;font-weight:400;transition:transform .3s ease}details[open] summary:after{content:"−";transform:translateY(-50%) rotate(180deg)}.faq-content{padding:0 1.5rem 1.5rem;color:#444;font-size:1.05rem;line-height:1.6}.faq-content p{margin-top:0;margin-bottom:1rem}.faq-content ul{margin-top:0;padding-left:1.5rem}.faq-content li{margin-bottom:.5rem}.faq-content p:last-child,.faq-content ul:last-child{margin-bottom:0}.cta-section{background:#26ad50;color:#fff;padding:3rem 2rem;border-radius:24px;text-align:center;margin-top:2rem}.cta-section h2{color:#fff;font-size:2rem;margin-bottom:1rem;font-weight:700}.cta-section p{font-size:1.2rem;margin-bottom:2rem;color:#e2f0e8}.cta-btn{display:inline-block;background-color:#fff;color:#26ad50!important;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none!important;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 15px #0000001a}.cta-btn:hover{background-color:#f0fdf4;transform:translateY(-2px)}@media(max-width:950px){.hero-section{flex-direction:column;text-align:center;gap:2rem}.stats-grid,.features-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.audience-section{padding:2rem}}@media(max-width:600px){.hero-content h1{font-size:2.2rem}.btn-group{flex-direction:column;align-items:stretch}.stats-grid,.features-grid,.audience-grid{grid-template-columns:1fr}}
