/* =========================================
   Infection Control Page
========================================= */

/* =========================================
   Hero
========================================= */
.infection-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4fbf9 0%, #ffffff 100%);
  padding: 58px 0 54px;
}

.infection-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(127, 200, 194, 0.18) 0%,
    rgba(127, 200, 194, 0.06) 42%,
    rgba(127, 200, 194, 0) 72%
  );
  pointer-events: none;
}

.infection-hero::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(244, 214, 174, 0.16) 0%,
    rgba(244, 214, 174, 0.05) 42%,
    rgba(244, 214, 174, 0) 72%
  );
  pointer-events: none;
}

.infection-hero-box {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 42px 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfc 100%);
  border: 1px solid rgba(44, 122, 123, 0.08);
  box-shadow: 0 18px 46px rgba(44, 122, 123, 0.08);
}

.infection-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(44, 122, 123, 0.08);
  color: #2c7a7b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.infection-text {
  max-width: 760px;
  margin-top: 18px;
  line-height: 2;
  color: #4c5f5e;
}

.infection-summary-box {
  margin-top: 28px;
  padding: 24px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f4fbfa 0%, #edf7f6 100%);
  border: 1px solid rgba(44, 122, 123, 0.08);
}

.infection-summary-title {
  margin-bottom: 10px;
  color: #2c7a7b;
  font-size: 1rem;
  font-weight: 700;
}

.infection-summary-box p {
  margin: 0;
  line-height: 1.9;
  color: #4c5f5e;
}

/* =========================================
   Common Section
========================================= */
.infection-section .section-title {
  margin-bottom: 22px;
}

.infection-panel,
.infection-note-box,
.infection-contact-box {
  padding: 32px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcfc 100%);
  border: 1px solid rgba(44, 122, 123, 0.08);
  box-shadow: 0 14px 34px rgba(44, 122, 123, 0.06);
}

/* =========================================
   Cards / Lists
========================================= */
.infection-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.infection-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid rgba(44, 122, 123, 0.08);
  box-shadow: 0 14px 34px rgba(44, 122, 123, 0.06);
}

.infection-card h3,
.infection-contact-box h3 {
  margin-bottom: 14px;
  font-size: 1.24rem;
  line-height: 1.6;
  color: #2c7a7b;
}

.infection-card p,
.infection-contact-box p {
  margin: 0;
  line-height: 1.95;
  color: #475a59;
}

.infection-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.infection-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.9;
  color: #334746;
}

.infection-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c7a7b 0%, #8bd1cc 100%);
  transform: translateY(-50%);
}

.infection-steps {
  display: grid;
  gap: 18px;
}

.infection-step-card {
  position: relative;
  padding: 52px 24px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid rgba(44, 122, 123, 0.08);
  box-shadow: 0 14px 34px rgba(44, 122, 123, 0.06);
}

.infection-step-no {
  position: absolute;
  top: 18px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf7f6;
  color: #2c7a7b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.infection-step-card h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.6;
  color: #2c7a7b;
}

.infection-step-card p {
  margin: 0;
  line-height: 1.95;
  color: #475a59;
}

/* =========================================
   Contact
========================================= */
.infection-contact-box {
  background: linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
}

.infection-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.infection-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
}

.infection-btn-secondary {
  border: 2px solid #2c7a7b;
}

/* =========================================
   Note
========================================= */
.infection-note-box p {
  margin: 0;
  line-height: 1.95;
  color: #475a59;
}

.infection-note-box p + p {
  margin-top: 8px;
}

/* =========================================
   Tablet
========================================= */
@media screen and (max-width: 1024px) {
  .infection-card-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   Mobile
========================================= */
@media screen and (max-width: 767px) {
  .infection-hero {
    padding: 40px 0 36px;
  }

  .infection-hero-box,
  .infection-panel,
  .infection-note-box,
  .infection-contact-box,
  .infection-card,
  .infection-step-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .infection-step-card {
    padding-top: 50px;
  }

  .infection-label {
    min-height: 32px;
    font-size: 0.72rem;
  }

  .infection-text {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .infection-card h3,
  .infection-contact-box h3,
  .infection-step-card h3 {
    font-size: 1.12rem;
  }

  .infection-contact-actions {
    flex-direction: column;
  }

  .infection-btn {
    width: 100%;
  }

  .infection-step-no {
    top: 16px;
    left: 18px;
  }
}

@media screen and (max-width: 599px) {
  .infection-hero-box,
  .infection-panel,
  .infection-note-box,
  .infection-contact-box,
  .infection-card,
  .infection-step-card {
    padding: 22px 18px;
  }

  .infection-step-card {
    padding-top: 48px;
  }
}
