.problem-cards{padding:6rem 2rem}.problem-cards__container{margin:0 auto;max-width:var(--container-max,1280px)}.problem-cards--bg-cream{background:var(--cream,#fff8f0)}.problem-cards--bg-white{background:var(--white,#fff)}.problem-cards--bg-gray{background:var(--light-gray,#f8f9fa)}.problem-cards--bg-light-cream{background:var(--light-cream,#fffaf5)}.problem-cards__header{margin-bottom:4rem;text-align:center}.problem-cards__label{color:var(--primary-orange,#e33600);display:block;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.problem-cards__headline{color:var(--dark,#1a1a1a);font-family:var(--font-heading,"P22 Mackinac Pro",serif);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.problem-cards__subheadline{color:var(--gray,#64748b);font-size:1.125rem;line-height:1.7;margin:0 auto;max-width:var(--container-text,700px)}.problem-cards__grid{display:grid;gap:2rem}.problem-cards__grid--2-col{grid-template-columns:repeat(2,1fr)}.problem-cards__grid--3-col{grid-template-columns:repeat(3,1fr)}.problem-cards__grid--4-col{grid-template-columns:repeat(4,1fr)}.problem-cards__card{border-radius:var(--radius-lg,12px);color:inherit;display:block;padding:2rem;text-decoration:none;transition:transform var(--transition-fast,.2s),box-shadow var(--transition-fast,.2s)}.problem-cards__card--bg-gray{background:var(--light-gray,#f8f9fa)}.problem-cards__card--bg-white{background:var(--white,#fff)}.problem-cards__card--bg-cream{background:var(--cream,#fff8f0)}.problem-cards__card--centered{text-align:center}.problem-cards__card--centered .problem-cards__icon{margin-left:auto;margin-right:auto}.problem-cards__card--hoverable:hover{box-shadow:var(--shadow-hover,0 8px 24px rgba(0,0,0,.08));transform:translateY(-4px)}a.problem-cards__card{cursor:pointer}a.problem-cards__card:focus{outline:2px solid var(--primary-orange,#e33600);outline-offset:2px}.problem-cards__icon{align-items:center;border-radius:var(--radius-md,8px);display:flex;height:var(--icon-size,48px);justify-content:center;margin-bottom:1.5rem;overflow:hidden;width:var(--icon-size,48px)}.problem-cards__icon img{height:100%;object-fit:contain;width:100%}.problem-cards__emoji{font-size:calc(var(--icon-size, 48px)*.75);line-height:1}.problem-cards__icon svg{color:var(--primary-orange,#e33600);height:calc(var(--icon-size, 48px)*.6);width:calc(var(--icon-size, 48px)*.6)}.problem-cards__title{color:var(--dark,#1a1a1a);font-family:var(--font-body,"Inter",sans-serif);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.problem-cards__description{color:var(--gray,#64748b);font-size:1rem;line-height:1.6;margin:0}a.problem-cards__card:hover .problem-cards__title{color:var(--primary-orange,#e33600)}@media (max-width:1024px){.problem-cards__grid--3-col,.problem-cards__grid--4-col{grid-template-columns:repeat(2,1fr)}.problem-cards__headline{font-size:2rem}}@media (max-width:768px){.problem-cards{padding:4rem 1.5rem}.problem-cards__header{margin-bottom:3rem}.problem-cards__headline{font-size:1.75rem}.problem-cards__subheadline{font-size:1rem}.problem-cards__grid--2-col,.problem-cards__grid--3-col,.problem-cards__grid--4-col{grid-template-columns:1fr}.problem-cards__card{padding:1.5rem}}@media (max-width:480px){.problem-cards__headline{font-size:1.5rem}.problem-cards__title{font-size:1.125rem}.problem-cards__description{font-size:.9375rem}}.problem-cards--bg-teal-light{background:rgba(0,180,180,.08)}.problem-cards--bg-teal-medium{background:rgba(0,180,180,.15)}.problem-cards--bg-gold-light{background:rgba(245,197,71,.12)}.problem-cards--bg-gold-medium{background:rgba(245,197,71,.22)}.problem-cards--bg-maroon-light{background:rgba(107,45,91,.06)}.problem-cards--bg-maroon-medium{background:rgba(107,45,91,.12)}.problem-cards__card--bg-light-gray{background:var(--light-gray,#f8f9fa)}.problem-cards__card--bg-light-cream{background:var(--light-cream,#fffaf5)}.problem-cards__card--bg-teal-light{background:rgba(0,180,180,.08)}.problem-cards__card--bg-teal-medium{background:rgba(0,180,180,.15)}.problem-cards__card--bg-gold-light{background:rgba(245,197,71,.12)}.problem-cards__card--bg-gold-medium{background:rgba(245,197,71,.22)}.problem-cards__card--bg-maroon-light{background:rgba(107,45,91,.06)}.problem-cards__card--bg-maroon-medium{background:rgba(107,45,91,.12)}.problem-cards--bg-light-gray{background:#f8f9fa}