.hero{display:flex;justify-content:center;align-items:center;text-align:center;padding:5rem 1rem;background:linear-gradient(180deg,#ffffff 0%,#f1f8f3 100%);border-bottom:1px solid #e0e0e0;margin-bottom:4rem;border-radius:0 0 20px 20px;}.hero-content{width:100%;max-width:800px;margin:0 auto;}.hero-title{font-size:2.8rem;font-weight:800;color:#1976D2;margin-bottom:1rem;line-height:1.2;text-align:center;}.hero-lead-highlight{font-size:1.8rem;color:#1976D2;font-weight:700;margin-bottom:1.5rem;text-align:center;}.hero-text{font-size:1.25rem;color:#555;line-height:1.6;margin-bottom:1rem;text-align:center;}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem;padding:0 1rem;}.feature-card{background:white;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,0.04);border:1px solid #f0f0f0;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;align-items:center;}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.08);border-color:#27ae60;}.feature-card .icon{font-size:3.5rem;margin-bottom:1.5rem;line-height:1;}.feature-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.4rem;}.feature-card p{color:#666;line-height:1.6;flex-grow:1;}.feature-card small{display:block;margin-top:0.5rem;color:#999;}.cta-footer{text-align:center;padding:2rem 1rem 4rem 1rem;}.quote-container blockquote{font-size:1.4rem;font-style:italic;color:#7f8c8d;font-family:Georgia,serif;margin:0;display:inline-block;}