.disease-page { margin-top: 82px; color: #302823; background: #fff; }
.disease-container { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }
.disease-hero { position: relative; min-height: 380px; display: flex; align-items: center; overflow: hidden; background: #e8ded5; }
.disease-hero > img, .disease-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.disease-hero > img { object-fit: cover; object-position: center; }
.disease-hero-shade { background: linear-gradient(90deg, rgba(247,240,233,.97) 0%, rgba(247,240,233,.88) 42%, rgba(247,240,233,.25) 72%, rgba(247,240,233,.08) 100%); }
.disease-hero-copy { position: relative; z-index: 1; }
.disease-hero-copy p { margin: 0 0 12px; color: #9a6345; font-size: 14px; font-weight: 800; letter-spacing: 1.5px; }
.disease-hero-copy h1 { margin: 0 0 18px; color: #302823; font-size: clamp(48px, 5vw, 70px); line-height: 1.08; letter-spacing: -3px; }
.disease-hero-copy span { color: #776a62; font-size: 16px; }
.disease-content { padding: 0 0 110px; }
.disease-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; min-height: 66px; border-bottom: 1px solid #eadbd0; color: #8b7d74; font-size: 13px; }
.disease-breadcrumb a { color: inherit; }
.disease-breadcrumb strong { color: #70442f; }
.disease-summary { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 90px 0; align-items: start; }
.disease-label { margin: 0 0 12px; color: #9a6345; font-size: 12px; font-weight: 800; letter-spacing: 1.6px; }
.disease-summary h2, .disease-section-title h2, .disease-contact h2 { margin: 0; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.25; letter-spacing: -1.9px; word-break: keep-all; }
.disease-summary > p { margin: 1px 0 0; color: #655951; font-size: 19px; line-height: 1.9; word-break: keep-all; }
.disease-section { padding: 78px 0; border-top: 1px solid #eadbd0; }
.disease-section-title { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 0 28px; margin-bottom: 34px; }
.disease-section-title .disease-label { width: 100%; }
.disease-section-title span { margin-bottom: 5px; color: #8b7d74; font-size: 13px; }
.symptom-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.symptom-grid article { min-height: 170px; padding: 25px; border: 1px solid #eadbd0; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(75,49,35,.05); }
.symptom-grid article > span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 12px; color: #9a6345; background: #f5ece4; font-size: 12px; font-weight: 800; }
.symptom-grid article p { margin: 24px 0 0; color: #4e413a; font-size: 16px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
.disease-checks { padding-bottom: 80px; }
.check-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.check-grid article { padding: 30px; border-radius: 20px; background: #f8f1ea; }
.check-grid article > span { color: #b87c5c; font-size: 11px; font-weight: 800; letter-spacing: 1.3px; }
.check-grid h3 { margin: 15px 0 12px; color: #302823; font-size: 21px; letter-spacing: -.6px; }
.check-grid p { margin: 0; color: #776a62; font-size: 14px; line-height: 1.75; word-break: keep-all; }
.disease-alert { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; padding: 42px 46px; border-radius: 24px; background: #70442f; color: #fff; }
.disease-alert > div { display: flex; align-items: center; gap: 16px; }
.disease-alert > div > span { display: inline-flex; width: 46px; height: 46px; flex: 0 0 46px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #f0cdb6; font-size: 22px; font-weight: 800; }
.disease-alert h2 { margin: 0; font-size: 24px; letter-spacing: -.7px; }
.disease-alert > p { margin: 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.75; word-break: keep-all; }
.disease-contact { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin: 80px 0 55px; padding: 50px; border: 1px solid #eadbd0; border-radius: 26px; background: #fcfaf8; }
.disease-contact h2 { font-size: 34px; }
.disease-contact-actions { display: flex; flex-direction: column; gap: 10px; min-width: 235px; }
.disease-contact-actions .button { min-height: 50px; }
.disease-sources { padding-top: 25px; border-top: 1px solid #eadbd0; color: #8b7d74; font-size: 12px; line-height: 1.7; }
.disease-sources strong { margin-right: 12px; color: #655951; }
.disease-sources a { display: inline-block; margin-right: 12px; color: #70442f; text-decoration: underline; text-underline-offset: 3px; }
.disease-sources p { margin: 10px 0 0; }

@media (max-width: 820px) {
  .disease-page { margin-top: 0; }
  .disease-container { width: calc(100% - 40px); }
  .disease-hero { min-height: 310px; align-items: flex-start; }
  .disease-hero > img { object-position: 68% center; }
  .disease-hero-shade { background: linear-gradient(90deg, rgba(247,240,233,.97) 0%, rgba(247,240,233,.84) 65%, rgba(247,240,233,.4) 100%); }
  .disease-hero-copy { padding-top: 74px; }
  .disease-hero-copy h1 { font-size: 44px; letter-spacing: -2px; }
  .disease-content { padding-bottom: 80px; }
  .disease-summary { grid-template-columns: 1fr; gap: 24px; padding: 66px 0; }
  .disease-summary > p { font-size: 17px; line-height: 1.8; }
  .disease-section { padding: 60px 0; }
  .disease-section-title { display: block; }
  .disease-section-title span { display: block; margin-top: 12px; }
  .symptom-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .check-grid { grid-template-columns: 1fr; }
  .disease-alert { grid-template-columns: 1fr; gap: 20px; padding: 32px 26px; }
  .disease-contact { display: block; margin-top: 60px; padding: 34px 26px; }
  .disease-contact-actions { margin-top: 28px; min-width: 0; }
}

@media (max-width: 480px) {
  .disease-container { width: calc(100% - 32px); }
  .disease-hero-copy h1 { font-size: 39px; }
  .disease-summary h2, .disease-section-title h2 { font-size: 32px; }
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom-grid article { min-height: 130px; }
  .disease-contact h2 { font-size: 29px; }
}
