.values-section{background:#f9fbfd;padding:6rem 1.5rem}.values-container{margin:0 auto;max-width:1200px}.values-header{margin-bottom:4rem;text-align:center}.values-title{color:#1f2933;font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:.75rem}.values-subtitle{color:#64748b;font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:640px}.values-grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.values-grid{grid-template-columns:1fr}}.value-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(15,23,42,.05);padding:2.5rem 2rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.value-card:hover{box-shadow:0 20px 45px rgba(15,23,42,.08);transform:translateY(-6px)}.value-icon{align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark,var(--primary)));border-radius:14px;color:#fff;display:flex;font-size:1.4rem;height:56px;justify-content:center;margin:0 auto 1.5rem;width:56px}.value-title{color:#1f2933;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.value-text{color:#64748b;font-size:.95rem;line-height:1.6}.value-icon svg{height:24px;stroke:#fff;width:24px}