.health-category-page{--health-primary: #0d9488;--health-secondary: #14b8a6;--health-accent: #2dd4bf;--health-light: #ccfbf1;--health-lighter: #f0fdfa;--health-pink: #ec4899;--health-text: #1e293b;--health-text-muted: #64748b;--health-bg: #f8fafc;--health-card: #ffffff;--health-border: #e2e8f0;--health-radius: 16px;--health-radius-sm: 8px;--health-shadow: 0 4px 6px -1px rgb(0 0 0 / .07), 0 2px 4px -2px rgb(0 0 0 / .07);--health-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .08);--health-shadow-glow: 0 0 30px rgb(20 184 166 / .15);font-family:DM Sans,system-ui,sans-serif;color:var(--health-text);background:var(--health-bg)}.health-hero{position:relative;padding:3rem 0 4rem;margin:-1.5rem -1rem 0;overflow:hidden}.health-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(20,184,166,.15),transparent),radial-gradient(ellipse 60% 40% at 80% 50%,rgba(13,148,136,.08),transparent),linear-gradient(180deg,var(--health-lighter) 0%,var(--health-bg) 100%)}.health-hero-content{position:relative;text-align:center;max-width:700px;margin:0 auto;padding:0 1.5rem}.health-accent-bar{width:60px;height:4px;margin:0 auto 1.5rem;background:linear-gradient(90deg,var(--health-primary),var(--health-accent));border-radius:2px}.health-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--health-border);border-radius:100px;font-size:.8rem;font-weight:600;color:var(--health-primary);margin-bottom:1.5rem;box-shadow:var(--health-shadow)}.health-badge-icon{width:16px;height:16px;stroke:var(--health-pink)}.health-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--health-primary);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.health-hero-desc{font-size:1.1rem;color:var(--health-text-muted);line-height:1.7;margin:0 0 1.5rem}.health-hero-count{display:inline-flex;align-items:baseline;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--health-primary),var(--health-secondary));border-radius:var(--health-radius);box-shadow:var(--health-shadow-lg),var(--health-shadow-glow)}.health-count-number{font-size:2rem;font-weight:800;color:#fff}.health-count-label{font-size:.9rem;color:#ffffffd9;font-weight:500}.health-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:-2rem 0 3rem;padding:0 1rem;position:relative;z-index:10}@media (max-width: 900px){.health-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.health-stats{grid-template-columns:1fr;gap:.75rem}}.health-stat-card{background:var(--health-card);border:1px solid var(--health-border);border-radius:var(--health-radius);padding:1.25rem;text-align:center;box-shadow:var(--health-shadow);transition:all .3s cubic-bezier(.4,0,.2,1)}.health-stat-card:hover{transform:translateY(-4px);box-shadow:var(--health-shadow-lg);border-color:var(--health-accent)}.health-stat-icon{width:40px;height:40px;margin:0 auto .75rem;padding:8px;border-radius:10px}.health-stat-icon svg{width:100%;height:100%}.health-stat-icon--total{background:var(--health-lighter);color:var(--health-primary)}.health-stat-icon--guides{background:#eff6ff;color:#3b82f6}.health-stat-icon--body{background:#fce7f3;color:#db2777}.health-stat-icon--nutrition{background:#fef3c7;color:#d97706}.health-stat-value{font-size:1.75rem;font-weight:800;color:var(--health-text);line-height:1;margin-bottom:.25rem}.health-stat-label{font-size:.8rem;color:var(--health-text-muted);font-weight:500}.health-section-title{display:flex;align-items:center;gap:1rem;margin:0 0 1.5rem}.health-section-title-text{font-size:1.5rem;font-weight:700;color:var(--health-text);white-space:nowrap}.health-section-title-line{flex:1;height:2px;background:linear-gradient(90deg,var(--health-border),transparent);border-radius:1px}.health-grid-section{margin-bottom:4rem}.health-calculator-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.health-calc-card{position:relative;display:block;background:var(--health-card);border:1px solid var(--health-border);border-radius:var(--health-radius);overflow:hidden;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.health-calc-card:hover{transform:translateY(-4px);border-color:var(--health-accent);box-shadow:var(--health-shadow-lg),var(--health-shadow-glow)}.health-calc-card-accent{height:4px;background:linear-gradient(90deg,var(--health-primary),var(--health-accent))}.health-calc-card-content{padding:1.25rem;display:flex;flex-direction:column;min-height:140px}.health-calc-name{font-size:1rem;font-weight:600;color:var(--health-text);margin:0 0 .5rem;line-height:1.3;transition:color .2s ease}.health-calc-card:hover .health-calc-name{color:var(--health-primary)}.health-calc-desc{font-size:.85rem;color:var(--health-text-muted);line-height:1.5;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.health-calc-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--health-border)}.health-calc-tags{display:flex;gap:.5rem;flex-wrap:wrap}.health-tag{display:inline-flex;align-items:center;gap:4px;padding:.25rem .5rem;border-radius:100px;font-size:.7rem;font-weight:600;text-transform:uppercase}.health-tag--calc{background:#ecfdf5;color:#059669}.health-tag--guide{background:var(--health-lighter);color:var(--health-primary)}.health-calc-arrow{width:24px;height:24px;color:var(--health-text-muted);transition:all .3s ease}.health-calc-arrow svg{width:100%;height:100%}.health-calc-card:hover .health-calc-arrow{color:var(--health-primary);transform:translate(4px)}.health-featured{margin-bottom:4rem}.health-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.health-featured-card{position:relative;padding:1.5rem;background:linear-gradient(135deg,var(--health-primary) 0%,var(--health-secondary) 100%);border-radius:var(--health-radius);color:#fff;overflow:hidden}.health-featured-number{font-size:3rem;font-weight:800;color:#ffffff26;position:absolute;top:.5rem;right:1rem;line-height:1}.health-featured-name{font-size:1.15rem;font-weight:700;margin:0 0 .5rem;position:relative}.health-featured-desc{font-size:.9rem;color:#ffffffd9;line-height:1.5;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.health-featured-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fff;color:var(--health-primary);border-radius:var(--health-radius-sm);font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease}.health-featured-cta svg{width:16px;height:16px}.health-featured-cta:hover{background:var(--health-lighter);transform:translate(2px)}.health-content{background:var(--health-card);border:1px solid var(--health-border);border-radius:var(--health-radius);padding:2rem;box-shadow:var(--health-shadow)}.health-content-header{margin-bottom:1.5rem}.health-content-header h2{font-size:1.5rem;font-weight:700;color:var(--health-text);margin:0 0 .75rem}.health-content-accent{width:60px;height:3px;background:linear-gradient(90deg,var(--health-primary),var(--health-accent));border-radius:2px}.health-content-body{margin-bottom:2rem}.health-content-body p{font-size:1rem;color:var(--health-text-muted);line-height:1.7;margin:0 0 1rem}.health-content-body p:last-child{margin-bottom:0}@media (max-width: 768px){.health-hero{padding:2rem 0 3rem}.health-hero-title{font-size:1.75rem}.health-calculator-grid,.health-featured-grid{grid-template-columns:1fr}.health-content{padding:1.5rem}}
