.value-grid-section{background:#fff;padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:var(--ts-text-dark);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;margin-bottom:1rem}.section-header p{color:var(--ts-text-medium);font-size:1.15rem;line-height:1.6;margin:0 auto;max-width:700px}.value-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:2rem}.value-card-icon{align-items:center;background:transparent;border-radius:0;display:flex;height:72px;justify-content:center;margin-bottom:1.5rem;width:72px}.value-card-icon svg{height:28px;stroke:var(--ts-button-blue);width:28px}.value-card-icon img{display:block;height:72px;width:72px}.value-card h4{color:var(--ts-text-dark);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.value-card p{color:var(--ts-text-medium);font-size:1rem;line-height:1.6;margin:0}.section-cta-center{margin-top:3rem;text-align:center}.value-card-cta{margin-top:auto;padding-top:1.5rem}@media (max-width:1024px){.value-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.value-grid{gap:1.5rem;grid-template-columns:1fr}}