@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.health-page-section{padding:12rem 1rem 5rem;background-color:#f3f4f6;color:#111827;transition:background-color .3s ease,color .3s ease}.dark .health-page-section{background-color:#202020;color:#f3f4f6}.health-container{max-width:1440px;margin-left:auto;margin-right:auto}.health-container,.health-hero{padding-left:1.5rem;padding-right:1.5rem}.health-hero{text-align:center}.health-hero__title{font-size:2.25rem;font-weight:800;margin-bottom:2rem;animation:fadeIn 1s ease-out forwards}.dark .health-hero__title{color:#f3f4f6}.health-hero__subtitle{font-size:1.125rem;color:#4b5563;max-width:48rem;margin-left:auto;margin-right:auto;animation:fadeIn 1s ease-out .2s forwards;opacity:0}.dark .health-hero__subtitle{color:#d1d5db}@media (min-width:768px){.health-hero__title{font-size:3.75rem}.health-hero__subtitle{font-size:1.25rem}}.health-pillars-section{padding-top:6rem;padding-bottom:6rem}.health-pillars__title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:4rem;margin-top:2rem;color:var(--cs-amber,#FFBF00)}@media (min-width:768px){.health-pillars__title{font-size:3rem}}.health-pillars__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.health-pillars__grid{grid-template-columns:repeat(3,1fr)}}.health-card{position:relative;display:block;overflow:hidden;border-radius:1rem;padding:2rem;text-align:center;text-decoration:none;background-color:rgba(255,255,255,.7);backdrop-filter:blur(16px);border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);transition:transform .5s ease,box-shadow .5s ease}.dark .health-card{background-color:rgba(43,43,43,.7);border-color:#404040}.health-card:hover{transform:translateY(-.5rem);box-shadow:0 0 35px rgba(0,123,255,.3)}.dark .health-card:hover{box-shadow:0 0 35px rgba(255,193,7,.4)}.health-card__glow{position:absolute;inset:0;background-image:linear-gradient(to bottom right,rgba(147,197,253,.4),rgba(219,234,254,.1));opacity:0;transition:opacity .5s ease;border-radius:1rem}.dark .health-card__glow{background-image:linear-gradient(to bottom right,rgba(245,158,11,.2),transparent)}.health-card:hover .health-card__glow{opacity:1}.health-card__icon{position:relative;z-index:10;font-size:3rem;margin-bottom:1.5rem;color:var(--cs-royal-blue,#4169E1);transition:transform .3s ease;display:inline-block}.dark .health-card__icon{color:var(--cs-amber,#FFBF00)}.health-card:hover .health-card__icon{transform:rotate(-12deg) scale(1.1)}.health-card__title{position:relative;z-index:10;font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#1f2937;transition:color .3s ease}.dark .health-card__title{color:#ffffff}.health-card:hover .health-card__title{color:#2563eb}.dark .health-card:hover .health-card__title{color:var(--cs-amber,#FFBF00)}.health-card__desc{position:relative;z-index:10;color:#4b5563;font-size:.875rem;line-height:1.625}.dark .health-card__desc{color:#d1d5db}