.value-section{padding:4rem 0}.value-section--gray{background:var(--dens-gray-50)}.value-section__inner{align-items:center;display:grid;gap:3rem;grid-template-columns:3fr 2fr;margin:0 auto;max-width:var(--dens-max-width);padding:0 2rem}.value-section--img-left{direction:rtl}.value-section--img-left>*{direction:ltr}.value-section__heading{color:var(--dens-navy);font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:1.25rem}.value-section__body{color:var(--dens-gray-600);font-size:1rem;line-height:1.75}.value-section__body p{margin-bottom:1rem}.value-section__body p:last-child{margin-bottom:0}.value-section__body strong{color:var(--dens-navy)}.value-section__image img{border-radius:var(--dens-radius-sm);display:block;height:auto;margin:0 auto;max-width:360px;width:100%}.value-products{background:var(--dens-white);padding:4rem 0 5rem}.value-products__inner{margin:0 auto;max-width:var(--dens-max-width);padding:0 2rem}.value-products__heading{color:var(--dens-navy);font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.value-products__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.value-product-card{background:var(--dens-white);border:1px solid var(--dens-gray-200);border-radius:var(--dens-radius-md);color:inherit;display:block;overflow:hidden;text-decoration:none;transition:box-shadow var(--dens-transition),transform var(--dens-transition),border-color var(--dens-transition)}.value-product-card:hover{border-color:var(--dens-gray-300);box-shadow:var(--dens-shadow-md);transform:translateY(-2px)}.value-product-card__image{background:var(--dens-gray-100);padding:1rem}.value-product-card__image img{aspect-ratio:4/3;display:block;height:auto;object-fit:contain;width:100%}.value-product-card__info{padding:1.25rem 1.5rem 1.5rem}.value-product-card__name{color:var(--dens-navy);font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.value-product-card__desc{color:var(--dens-gray-500);font-size:.875rem;margin-bottom:.75rem}@media (max-width:900px){.value-section__inner{gap:2rem;grid-template-columns:1fr}.value-section--img-left{direction:ltr}.value-products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.value-section{padding:2.5rem 0}.value-section__heading{font-size:var(--dens-text-subsection)}.value-products{padding:2.5rem 0 3rem}.value-products__heading{font-size:var(--dens-text-subsection)}.value-products__grid{grid-template-columns:1fr}}