h2{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--secondary);font-size:1.8rem}h2,h3{color:var(--primary)}h3{margin:1.5rem 0 1rem;font-size:1.4rem}p{margin-bottom:1rem}.highlight{background-color:rgba(46,194,126,.1);border-left:4px solid var(--secondary);padding:1rem;margin:1.5rem 0;border-radius:0 4px 4px 0}.benefits-list li{padding-left:1rem;border-left:3px solid var(--secondary);margin-bottom:1.5rem}.platform-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.feature-card{border-radius:8px;padding:1rem;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.feature-card h3{color:var(--primary);margin-top:0;display:flex;align-items:center}.feature-card h3:before{content:"✓";background:var(--secondary);color:white;width:25px;height:25px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;font-weight:700}.cta-section{text-align:center;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:white;padding:3rem 2rem;border-radius:10px;margin:3rem 0}.cta-title{font-size:2rem;margin-bottom:1.5rem;color:white}.stats{display:flex;justify-content:space-around;margin:2rem 0;flex-wrap:wrap}.stat-item{text-align:center;padding:1rem;min-width:200px}.stat-value{font-size:2.5rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}@media (max-width:768px){h1{font-size:2rem}.platform-features{grid-template-columns:1fr}.stats{flex-direction:column}}