.hero-split{min-height:85vh;background:var(--off-white);padding:var(--space-8) 0;display:flex;align-items:center}.hero-split-container{max-width:1400px;margin:0 auto;padding:0 var(--space-6);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-12);align-items:center}.hero-content-side{padding:var(--space-8)}.hero-content-side h1{color:var(--primary-teal);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:var(--space-6)}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6;margin-bottom:var(--space-8)}.health-alert{background:linear-gradient(135deg,#ff6b6b,#c92a2a);color:var(--white);padding:var(--space-6);border-radius:var(--radius-xl);margin-bottom:var(--space-8);box-shadow:0 8px 24px #c92a2a4d}.health-alert-icon{font-size:2rem;margin-bottom:var(--space-3)}.health-alert h3{color:var(--white);font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-3)}.health-alert p{margin:0;font-size:var(--text-base);line-height:1.6;opacity:.95}.hero-buttons{display:flex;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-6)}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4);margin-top:var(--space-8);padding-top:var(--space-8);border-top:2px solid var(--light-gray)}.feature-badge{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.feature-badge-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-teal),var(--primary-teal-light));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:var(--text-xl);font-weight:700}.feature-badge-text{font-size:var(--text-sm);font-weight:600;color:var(--dark-gray)}.hero-image-side{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.illustration-card{background:var(--white);padding:var(--space-8);border-radius:var(--radius-2xl);box-shadow:0 20px 60px #006b5c26,0 10px 30px #006b5c1a;max-width:600px;width:100%}.illustration-card img{width:100%;height:auto;border-radius:var(--radius-xl);display:block}.illustration-caption{margin-top:var(--space-6);padding-top:var(--space-6);border-top:2px solid var(--light-gray);text-align:center}.caption-badge{display:inline-block;background:linear-gradient(135deg,var(--accent-gold),var(--accent-gold-light));color:var(--primary-teal);padding:var(--space-2) var(--space-6);border-radius:var(--radius-full);font-weight:700;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-3)}.caption-text{color:var(--dark-gray);font-size:var(--text-base);margin:0}@media (max-width: 1024px){.hero-split-container{grid-template-columns:1fr;gap:var(--space-8)}.hero-content-side{padding:var(--space-4);text-align:center}.hero-buttons{justify-content:center}.hero-features{grid-template-columns:1fr}.illustration-card{max-width:500px;margin:0 auto}}@media (max-width: 768px){.hero-split{min-height:auto;padding:var(--space-12) 0}.hero-content-side h1{font-size:clamp(2rem,8vw,2.5rem)}.health-alert{padding:var(--space-4)}.hero-features{margin-top:var(--space-6);padding-top:var(--space-6)}.illustration-card{padding:var(--space-4)}}
