.method-card{position:relative;overflow:hidden;border-radius:1rem;padding:2rem;background-color:rgba(255,255,255,.7);backdrop-filter:blur(16px);border:1px solid #e5e7eb}.dark .method-card{background-color:rgba(43,43,43,.7);border-color:#404040}.method-card__content{position:relative;z-index:10}.method-card__header{text-align:center}.method-card__icon{font-size:3.75rem;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:block}.method-card__icon--blue{color:#93c5fd}.method-card__icon--red{color:#f87171}.method-card__title{font-size:1.875rem;font-weight:700;margin-bottom:.75rem;color:#111827}.dark .method-card__title{color:#f3f4f6}.method-card__description{color:#4b5563;margin-bottom:2rem}.dark .method-card__description{color:#d1d5db}.method-card__details{text-align:left}.method-card__subheading{font-weight:700;font-size:1.125rem;color:#1f2937;margin-bottom:.5rem}.dark .method-card__subheading{color:#f3f4f6}.method-card__list{list-style-type:disc;list-style-position:inside;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-left:0;color:#4b5563}.dark .method-card__list{color:#d1d5db}.method-card__text{color:#4b5563}.dark .method-card__text{color:#d1d5db}.method-card__emphasis{font-weight:700;color:#111827}.dark .method-card__emphasis{color:#f3f4f6}.battle-plan-intro{text-align:center;margin-bottom:5rem}.battle-plan__title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:var(--cs-amber,#FFBF00)}.battle-plan__subtitle{font-size:1.125rem;color:#4b5563;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.7}.dark .battle-plan__subtitle{color:#d1d5db}.battle-plan-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem;align-items:start}@media (min-width:1024px){.battle-plan-grid{grid-template-columns:repeat(2,1fr)}}