:root{--primary:#3498db;--primary-dark:#2980b9;--secondary:#2c3e50;--accent:#e74c3c;--light:#f8f9fa;--dark:#111827;--success:#2ecc71;--border-radius:8px;--box-shadow:0 4px 20px #00000014;--transition:all .3s ease}.learn-container{padding:4rem 0}.learn-section{margin-bottom:4rem}.section-header{color:var(--secondary);align-items:center;margin-bottom:2rem;display:flex}.section-header i{color:var(--primary);margin-right:1rem;font-size:1.75rem}.section-header h2{margin:0;font-size:1.75rem}.section-content p{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.highlight-box{border-left:4px solid var(--primary);border-radius:0 var(--border-radius)var(--border-radius)0;background-color:#3498db1a;margin:2rem 0;padding:1.5rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;display:grid}.feature-card{border-radius:var(--border-radius);box-shadow:var(--box-shadow);transition:var(--transition);text-align:center;background:#fff;padding:2rem}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-card i{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem}.feature-card h3{color:var(--secondary);margin:1rem 0;font-size:1.25rem}.feature-card p{color:#666;margin:0;font-size:1rem}.comparison-table{border-collapse:collapse;width:100%;box-shadow:var(--box-shadow);border-radius:var(--border-radius);background:#fff;margin:2rem 0;overflow:hidden}.table-row{display:flex}.table-row.header{background:var(--secondary);color:#fff;font-weight:700}.table-row:not(.header):nth-child(2n){background-color:#f8f9fa}.table-cell{border-bottom:1px solid #eee;flex:1;align-items:center;padding:1.25rem;display:flex}.table-row.header .table-cell{padding:1.5rem}.table-cell:first-child{color:var(--secondary);font-weight:500}.positive{color:var(--success);font-weight:500}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0;display:grid}.stat-card{text-align:center;border-radius:var(--border-radius);box-shadow:var(--box-shadow);background:#fff;padding:2rem}.stat-number{color:var(--primary);margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.stat-label{color:#666;font-size:1rem}.learn-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#3498db 0%,#2c3e50 100%);padding:4rem 0}.learn-cta h2{margin-bottom:1rem;font-size:2rem}.learn-cta p{opacity:.9;max-width:700px;margin:0 auto 2rem;font-size:1.25rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.learn-hero h1{font-size:2.25rem}.learn-hero p{font-size:1.1rem}.section-header h2{font-size:1.5rem}.table-row{flex-direction:column}.table-cell{padding:.75rem}.cta-buttons{flex-direction:column;align-items:center}.testimonial:before{font-size:4rem;top:.5rem;left:1rem}}
