.dc-home {
  background: #fff;
  border-bottom: 1px solid var(--line, rgba(13, 59, 79, 0.12));
  padding: 56px 48px;
}

.dc-home-card {
  background-image:
    linear-gradient(90deg, rgba(250, 246, 239, 0.98) 0%, rgba(250, 246, 239, 0.93) 58%, rgba(250, 246, 239, 0.68) 100%),
    url("/images/doctorcall-home-visit.jpg");
  background-position: center, center 28%;
  background-repeat: no-repeat;
  background-size: auto, cover;
  border: 1px solid rgba(13, 59, 79, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  display: block;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  position: relative;
}

.dc-home-card::before,
.dc-card::before {
  display: none;
}

.dc-home-body {
  padding: 48px;
  position: relative;
  z-index: 1;
}

.dc-kicker {
  color: #846016;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
}

.dc-home h2 {
  color: #052f3c;
  font-family: 'Amiri', 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.14;
  margin: 0 0 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);
}

.dc-home p,
.dc-country-intro {
  color: #24424a;
  font-size: 16px;
  line-height: 1.75;
}

.dc-home p {
  font-weight: 500;
  margin: 0 0 24px;
  max-width: 980px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
}

.dc-pills {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 28px;
}

.dc-pill,
.dc-service {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 59, 79, 0.16);
  color: #083745;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.35;
  padding: 12px 14px;
}

.dc-icon {
  align-items: center;
  background: rgba(0, 132, 137, 0.1);
  border: 1px solid rgba(176, 141, 76, 0.24);
  color: #007f86;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.dc-icon svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.dc-link {
  align-items: center;
  background: var(--navy, #0d3b4f);
  color: var(--cream, #faf6ef);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.06em;
  padding: 13px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.dc-link:hover {
  background: var(--navy-dark, #082731);
}

#uk,
#doctorcall {
  scroll-margin-top: 96px;
}

.dc-country-intro {
  margin-bottom: 34px;
  max-width: 760px;
}

.dc-card {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(250, 246, 239, 0.68) 100%),
    url("/images/doctorcall-home-visit.jpg");
  background-position: center, center center;
  background-repeat: no-repeat;
  background-size: auto, cover;
  grid-template-columns: 1fr;
  margin-top: 28px;
  overflow: hidden;
}

.dc-mobile-lead,
.dc-mobile-rest {
  display: inline;
}

.dc-card .hospital-content {
  grid-column: 1 / -1;
}

.dc-card .hospital-content h3 {
  color: #052f3c;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.16;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.86);
}

.dc-card .hospital-description {
  color: #24424a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}

.dc-card .hospital-meta,
.dc-card .location,
.dc-card .specialties-label {
  color: #846016;
}

.dc-services {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 28px;
}

.dc-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.dc-city {
  background: rgba(13, 59, 79, 0.06);
  border: 1px solid var(--line, rgba(13, 59, 79, 0.12));
  color: var(--navy-dark, #082731);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
}

.dc-note,
.dc-disclaimer {
  background: rgba(250, 246, 239, 0.92);
  border: 1px solid var(--line, rgba(13, 59, 79, 0.12));
  color: var(--ink-soft, #4a4a4a);
  font-size: 13px;
  line-height: 1.7;
  margin-top: 14px;
  padding: 16px 18px;
}

.dc-disclaimer {
  border-left: 3px solid var(--gold, #b08d4c);
}

.dc-note strong,
.dc-disclaimer strong {
  color: var(--navy-dark, #082731);
}

[dir="rtl"] .dc-kicker,
[dir="rtl"] .dc-link {
  letter-spacing: 0;
  text-transform: none;
}

[dir="rtl"] .dc-home h2,
[dir="rtl"] .dc-card .hospital-content h3 {
  direction: rtl;
  unicode-bidi: plaintext;
}

[dir="rtl"] .dc-disclaimer {
  border-left: 1px solid var(--line, rgba(13, 59, 79, 0.12));
  border-right: 3px solid var(--gold, #b08d4c);
}

@media (max-width: 880px) {
  .dc-home {
    padding: 40px 24px;
  }

  .dc-home-card,
  .dc-card {
    grid-template-columns: 1fr;
  }

  .dc-home-card {
    background-color: var(--cream, #faf6ef);
    background-image: none;
  }

  .dc-card {
    background-color: #fff;
    background-image: none;
  }

  .dc-home-card::before,
  .dc-card::before {
    aspect-ratio: 16 / 9;
    background-image:
      linear-gradient(180deg, rgba(8, 39, 49, 0.34) 0%, rgba(8, 39, 49, 0.16) 58%, rgba(8, 39, 49, 0.04) 100%),
      url("/images/doctorcall-home-visit.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
  }

  .dc-home-body {
    padding: 18px 28px 34px;
    position: static;
  }

  .dc-card .hospital-content {
    padding-top: 20px;
  }

  .dc-mobile-lead {
    color: var(--navy-dark, #082731);
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.62;
    margin: 0 0 8px;
  }

  .dc-home h2,
  .dc-card .hospital-content h3 {
    color: #fff8e8;
    left: 28px;
    padding: 0;
    position: absolute;
    right: 28px;
    text-shadow: 0 3px 18px rgba(4, 29, 38, 0.92), 0 1px 3px rgba(4, 29, 38, 0.9);
    top: 24px;
    z-index: 3;
  }

  .dc-home h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .dc-card .hospital-content h3 {
    font-size: 24px;
    line-height: 1.18;
  }

  .dc-home .dc-kicker,
  .dc-card .hospital-meta {
    display: none;
  }

  [dir="rtl"] .dc-mobile-lead {
    text-align: right;
  }

  [dir="rtl"] .dc-home h2,
  [dir="rtl"] .dc-card .hospital-content h3 {
    text-align: right;
  }

  .dc-pills,
  .dc-services {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .dc-home {
    padding: 34px 20px;
  }

  .dc-home h2 {
    font-size: 24px;
  }

  .dc-home p,
  .dc-country-intro {
    font-size: 14px;
  }

  .dc-card .hospital-content h3 {
    font-size: 24px;
  }

  .dc-card .hospital-description {
    font-size: 15px;
  }

  .dc-link {
    justify-content: center;
    width: 100%;
  }
}
