/*
 * Source-adapted care sections for the active homepage only.
 * Namespacing keeps authentication, dashboards, and backend workspaces isolated.
 */

/* Expert doctors --------------------------------------------------------- */
body.home-healthcare-clone .hc-experts {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 5% 22%, rgba(59, 130, 246, .055), transparent 23rem),
    #fff;
}

body.home-healthcare-clone .hc-experts-inner {
  width: min(calc(100% - 64px), 1320px);
  margin-inline: auto;
}

body.home-healthcare-clone .hc-experts-header {
  display: flex;
  margin-bottom: 36px;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

body.home-healthcare-clone .hc-experts-header > div {
  max-width: 780px;
}

body.home-healthcare-clone .hc-experts-badge {
  display: inline-flex;
  min-height: 34px;
  margin-bottom: 17px;
  padding: 7px 14px;
  align-items: center;
  gap: 8px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #155eef;
  background: #eff6ff;
  font-size: .73rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-healthcare-clone .hc-experts-header h2 {
  margin: 0;
  color: #071d49;
  font-size: clamp(2.25rem, 3.15vw, 3.2rem);
  font-weight: 820;
  line-height: 1.03;
  letter-spacing: -.045em;
}

body.home-healthcare-clone .hc-experts-header p {
  max-width: 660px;
  margin: 16px 0 0;
  color: #5a6a85;
  font-size: .98rem;
  line-height: 1.65;
}

body.home-healthcare-clone .hc-experts-view-all {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #c9daf5;
  border-radius: 12px;
  color: #155eef;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 29, 73, .055);
  font-size: .86rem;
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
  transition: gap .25s ease, transform .25s var(--hc-ease), box-shadow .25s ease;
}

body.home-healthcare-clone .hc-experts-view-all:hover,
body.home-healthcare-clone .hc-experts-view-all:focus-visible {
  gap: 15px;
  box-shadow: 0 14px 34px rgba(21, 94, 239, .12);
  transform: translateY(-2px);
}

body.home-healthcare-clone .hc-experts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.home-healthcare-clone .hc-expert-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 386px;
  padding: 50px 24px 22px;
  flex-direction: column;
  border: 1px solid #dce7f6;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 18px 46px rgba(11, 52, 112, .075),
    0 2px 7px rgba(11, 52, 112, .035);
  transition: transform .28s var(--hc-ease), border-color .28s ease, box-shadow .28s ease;
}

body.home-healthcare-clone .hc-expert-card.is-top-rated {
  border-color: #b8d2ff;
  box-shadow:
    0 22px 54px rgba(21, 94, 239, .105),
    inset 0 3px 0 rgba(21, 94, 239, .86);
}

body.home-healthcare-clone .hc-expert-card:hover,
body.home-healthcare-clone .hc-expert-card:focus-within {
  border-color: #93c5fd;
  box-shadow: 0 26px 64px rgba(11, 52, 112, .14);
  transform: translateY(-5px);
}

body.home-healthcare-clone .hc-expert-top {
  position: absolute;
  top: 14px;
  right: 16px;
  display: inline-flex;
  min-height: 26px;
  padding: 5px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  color: #8a5700;
  background: #fff4cf;
  font-size: .68rem;
  font-weight: 760;
  line-height: 1;
}

body.home-healthcare-clone .hc-expert-main {
  display: grid;
  min-width: 0;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 19px;
}

body.home-healthcare-clone .hc-expert-avatar {
  position: relative;
  width: 104px;
  height: 116px;
}

body.home-healthcare-clone .hc-expert-avatar-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: end center;
  border: 4px solid #eff6ff;
  border-radius: 22px;
  color: #b6bac2;
  background: linear-gradient(145deg, #eeeeef 0%, #d9dadd 100%);
}

body.home-healthcare-clone .hc-expert-avatar-fallback svg {
  display: block;
  width: 92%;
  height: 94%;
  fill: currentColor;
}

body.home-healthcare-clone .hc-expert-avatar-fallback--female svg {
  width: 96%;
}

body.home-healthcare-clone .hc-expert-avatar img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #eff6ff;
  border-radius: 22px;
  object-fit: cover;
  object-position: center top;
  background: #edf4ff;
}

body.home-healthcare-clone .hc-expert-verified {
  position: absolute;
  z-index: 2;
  right: -6px;
  bottom: -6px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #16a36a;
  box-shadow: 0 5px 14px rgba(22, 163, 106, .2);
  font-size: .65rem;
}

body.home-healthcare-clone .hc-expert-info {
  min-width: 0;
}

body.home-healthcare-clone .hc-expert-info h3 {
  margin: 1px 0 7px;
  overflow-wrap: anywhere;
  color: #071d49;
  font-size: 1.18rem;
  font-weight: 780;
  line-height: 1.25;
}

body.home-healthcare-clone .hc-expert-specialty {
  display: flex;
  margin: 0 0 14px;
  align-items: center;
  gap: 8px;
  color: #155eef;
  font-size: .85rem;
  font-weight: 680;
}

body.home-healthcare-clone .hc-expert-details {
  display: grid;
  gap: 8px;
}

body.home-healthcare-clone .hc-expert-details p {
  display: flex;
  min-width: 0;
  margin: 0;
  align-items: flex-start;
  gap: 8px;
  color: #5e6f89;
  font-size: .76rem;
  line-height: 1.42;
}

body.home-healthcare-clone .hc-expert-details p > i {
  width: 14px;
  margin-top: 2px;
  flex: 0 0 14px;
  color: #4b83f4;
  text-align: center;
}

body.home-healthcare-clone .hc-expert-details a {
  overflow: hidden;
  color: inherit;
  text-decoration: underline dotted;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home-healthcare-clone .hc-expert-rating {
  display: flex;
  min-height: 24px;
  margin-top: 15px;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #64748b;
  font-size: .72rem;
}

body.home-healthcare-clone .hc-expert-stars {
  display: inline-flex;
  gap: 2px;
  color: #f4a200;
}

body.home-healthcare-clone .hc-expert-rating strong {
  color: #071d49;
}

body.home-healthcare-clone .hc-expert-rating--empty {
  color: #718096;
}

body.home-healthcare-clone .hc-expert-video {
  display: inline-flex;
  min-height: 28px;
  margin-top: 8px;
  padding: 5px 9px;
  align-items: center;
  gap: 6px;
  border: 1px solid #d7e6fb;
  border-radius: 999px;
  color: #155eef;
  background: #f6faff;
  font-size: .69rem;
  font-weight: 700;
}

body.home-healthcare-clone .hc-expert-actions {
  display: grid;
  margin-top: auto;
  padding-top: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid #e7edf7;
}

body.home-healthcare-clone .hc-expert-btn {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 12px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .77rem;
  font-weight: 720;
  text-decoration: none;
  transition: transform .22s var(--hc-ease), box-shadow .22s ease, background-color .22s ease;
}

body.home-healthcare-clone .hc-expert-btn:hover,
body.home-healthcare-clone .hc-expert-btn:focus-visible {
  transform: translateY(-2px);
}

body.home-healthcare-clone .hc-expert-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #1767f2, #0f56dc);
  box-shadow: 0 8px 20px rgba(21, 94, 239, .2);
}

body.home-healthcare-clone .hc-expert-btn--secondary {
  border-color: #b9d4ff;
  color: #155eef;
  background: #fff;
}

body.home-healthcare-clone .hc-experts-empty {
  display: grid;
  min-height: 260px;
  padding: 42px;
  grid-column: 1 / -1;
  place-items: center;
  border: 1px dashed #bcd1ef;
  border-radius: 20px;
  color: #5b6b84;
  background: #f8fbff;
  text-align: center;
}

body.home-healthcare-clone .hc-experts-empty i {
  color: #155eef;
  font-size: 2.2rem;
}

body.home-healthcare-clone .hc-experts-empty h3,
body.home-healthcare-clone .hc-experts-empty p {
  margin: 0;
}

/* Emergency strip ------------------------------------------------------- */
body.home-healthcare-clone .hc-emergency {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, .15), transparent 17rem),
    linear-gradient(100deg, #7f101b 0%, #be123c 46%, #ef233c 100%);
  border-block: 1px solid rgba(255, 255, 255, .18);
}

body.home-healthcare-clone .hc-emergency::after {
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: '';
}

body.home-healthcare-clone .hc-emergency-inner {
  display: flex;
  width: min(calc(100% - 64px), 1320px);
  min-height: 148px;
  margin-inline: auto;
  padding: 24px 0;
  align-items: center;
  gap: 28px;
}

body.home-healthcare-clone .hc-emergency-visual {
  position: relative;
  display: grid;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  background: rgba(109, 6, 23, .24);
}

body.home-healthcare-clone .hc-emergency-route {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 42px;
  border-top: 1px dashed rgba(255, 255, 255, .46);
}

body.home-healthcare-clone .hc-emergency-ambulance {
  position: relative;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: #a50d26;
  background: #fff;
  box-shadow: 0 10px 22px rgba(78, 3, 17, .25);
  font-size: 1.22rem;
  animation: hcAmbulanceDrive 3.8s cubic-bezier(.45, 0, .2, 1) infinite;
}

body.home-healthcare-clone .hc-emergency-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  animation: hcEmergencyPulse 2.5s ease-out infinite;
}

body.home-healthcare-clone .hc-emergency-ring--two {
  animation-delay: 1.25s;
}

body.home-healthcare-clone .hc-emergency-copy {
  min-width: 0;
  flex: 1 1 auto;
}

body.home-healthcare-clone .hc-emergency-copy h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 790;
  line-height: 1.15;
}

body.home-healthcare-clone .hc-emergency-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  line-height: 1.5;
}

body.home-healthcare-clone .hc-emergency-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

body.home-healthcare-clone .hc-emergency-btn {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 12px;
  font-size: .86rem;
  font-weight: 740;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .22s var(--hc-ease), box-shadow .22s ease, background-color .22s ease;
}

body.home-healthcare-clone .hc-emergency-btn:hover,
body.home-healthcare-clone .hc-emergency-btn:focus-visible {
  transform: translateY(-2px);
}

body.home-healthcare-clone .hc-emergency-btn--primary {
  color: #8d1023;
  background: #fff;
  box-shadow: 0 12px 26px rgba(77, 2, 17, .22);
}

body.home-healthcare-clone .hc-emergency-btn--secondary {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

body.home-healthcare-clone .hc-emergency-btn--secondary:hover,
body.home-healthcare-clone .hc-emergency-btn--secondary:focus-visible {
  background: rgba(255, 255, 255, .18);
}

@keyframes hcAmbulanceDrive {
  0%, 100% { transform: translate3d(-7px, 0, 0); }
  42% { transform: translate3d(7px, -1px, 0); }
  48% { transform: translate3d(7px, 1px, 0); }
  54% { transform: translate3d(7px, -1px, 0); }
}

@keyframes hcEmergencyPulse {
  0% { opacity: .85; transform: scale(.82); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}

/* Healthcare in your pocket -------------------------------------------- */
body.home-healthcare-clone .hc-pocket {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 920px;
  padding: clamp(78px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 84% 45%, rgba(96, 165, 250, .23), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

body.home-healthcare-clone .hc-pocket::before {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: -13rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(59, 130, 246, .09);
  border-radius: 50%;
  content: '';
}

body.home-healthcare-clone .hc-pocket-inner {
  display: grid;
  width: min(calc(100% - 64px), 1320px);
  margin-inline: auto;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  align-items: center;
  gap: clamp(56px, 8vw, 124px);
}

body.home-healthcare-clone .hc-pocket-copy {
  max-width: 600px;
}

body.home-healthcare-clone .hc-pocket-badge {
  display: inline-flex;
  min-height: 36px;
  margin-bottom: 22px;
  padding: 8px 15px;
  align-items: center;
  gap: 9px;
  border: 1px solid #b9d4ff;
  border-radius: 999px;
  color: #155eef;
  background: rgba(239, 246, 255, .92);
  font-size: .73rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-healthcare-clone .hc-pocket-copy h2 {
  max-width: 580px;
  margin: 0;
  color: #071d49;
  font-size: clamp(2.7rem, 4.15vw, 4.4rem);
  font-weight: 830;
  line-height: .98;
  letter-spacing: -.055em;
}

body.home-healthcare-clone .hc-pocket-copy > p {
  max-width: 590px;
  margin: 24px 0 0;
  color: #5a6b86;
  font-size: 1.05rem;
  line-height: 1.72;
}

body.home-healthcare-clone .hc-pocket-features {
  display: grid;
  margin-top: 32px;
  gap: 13px;
}

body.home-healthcare-clone .hc-pocket-feature {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 14px;
  color: #0b2857;
  font-size: .96rem;
  font-weight: 700;
}

body.home-healthcare-clone .hc-pocket-feature i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid #c9dcf7;
  border-radius: 11px;
  color: #155eef;
  background: #fff;
  box-shadow: 0 7px 18px rgba(21, 94, 239, .055);
}

body.home-healthcare-clone .hc-pocket-downloads {
  display: flex;
  margin-top: 31px;
  flex-wrap: wrap;
  gap: 12px;
}

body.home-healthcare-clone .hc-store-badge {
  display: inline-flex;
  min-width: 168px;
  min-height: 54px;
  padding: 8px 15px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  color: #fff;
  background: #05070b;
  box-shadow: 0 12px 24px rgba(7, 29, 73, .14);
  text-decoration: none;
  transition: transform .22s var(--hc-ease), box-shadow .22s ease;
}

body.home-healthcare-clone .hc-store-badge:hover,
body.home-healthcare-clone .hc-store-badge:focus-visible {
  box-shadow: 0 17px 30px rgba(7, 29, 73, .2);
  transform: translateY(-2px);
}

body.home-healthcare-clone .hc-store-badge > i {
  font-size: 1.75rem;
}

body.home-healthcare-clone .hc-store-badge > span {
  display: grid;
  gap: 1px;
}

body.home-healthcare-clone .hc-store-badge small {
  color: rgba(255, 255, 255, .8);
  font-size: .56rem;
  line-height: 1;
  letter-spacing: .04em;
}

body.home-healthcare-clone .hc-store-badge strong {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 620;
  line-height: 1.12;
}

body.home-healthcare-clone .hc-pocket-visual {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
}

body.home-healthcare-clone .hc-phone-aura {
  position: absolute;
  width: min(48vw, 640px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, .22), rgba(191, 219, 254, .08) 42%, transparent 70%);
  filter: blur(10px);
}

body.home-healthcare-clone .hc-phone-mockup {
  position: relative;
  z-index: 1;
  width: clamp(360px, 29vw, 410px);
  transform: rotate(4.5deg);
  transform-origin: center 58%;
  animation: hcPhoneFloat 6s ease-in-out infinite;
}

body.home-healthcare-clone .hc-phone-frame {
  position: relative;
  aspect-ratio: 9 / 19.35;
  padding: 12px;
  border: 2px solid #31598b;
  border-radius: 56px;
  background: linear-gradient(145deg, #06172f 0%, #0a2853 47%, #031128 100%);
  box-shadow:
    0 48px 80px rgba(7, 29, 73, .24),
    0 16px 32px rgba(21, 94, 239, .16),
    inset 0 0 0 2px rgba(255, 255, 255, .07),
    inset 0 -8px 20px rgba(0, 0, 0, .22);
}

body.home-healthcare-clone .hc-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 43px;
  background: linear-gradient(180deg, #f3f8ff 0%, #fff 48%, #f8fbff 100%);
}

body.home-healthcare-clone .hc-phone-speaker {
  position: absolute;
  z-index: 5;
  top: 19px;
  left: 50%;
  width: 108px;
  height: 29px;
  border-radius: 999px;
  background: #020712;
  transform: translateX(-50%);
}

body.home-healthcare-clone .hc-phone-camera {
  position: absolute;
  z-index: 6;
  top: 29px;
  left: calc(50% + 34px);
  width: 7px;
  height: 7px;
  border: 2px solid #193f75;
  border-radius: 50%;
  background: #0c75ff;
}

body.home-healthcare-clone .hc-phone-interface {
  display: flex;
  height: 100%;
  padding: 18px 18px 13px;
  flex-direction: column;
  color: #071d49;
}

body.home-healthcare-clone .hc-phone-status {
  display: flex;
  min-height: 42px;
  padding: 0 4px;
  align-items: flex-start;
  justify-content: space-between;
  font-size: .72rem;
}

body.home-healthcare-clone .hc-phone-status > span {
  display: inline-flex;
  gap: 6px;
}

body.home-healthcare-clone .hc-phone-brand {
  display: grid;
  min-height: 66px;
  grid-template-columns: 44px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
}

body.home-healthcare-clone .hc-phone-brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #1f70ff, #0c55e6);
  box-shadow: 0 9px 18px rgba(21, 94, 239, .25);
  font-size: 1rem;
}

body.home-healthcare-clone .hc-phone-brand-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

body.home-healthcare-clone .hc-phone-brand-copy strong {
  overflow: hidden;
  font-size: .83rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home-healthcare-clone .hc-phone-brand-copy small {
  color: #73829a;
  font-size: .61rem;
}

body.home-healthcare-clone .hc-phone-notification {
  position: relative;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid #dbe7f6;
  border-radius: 11px;
  color: #174f9a;
  background: #fff;
}

body.home-healthcare-clone .hc-phone-notification b {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ef233c;
}

body.home-healthcare-clone .hc-phone-greeting {
  margin-top: 7px;
  padding: 22px 18px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #082f71 0%, #1768f1 100%);
  box-shadow: 0 14px 28px rgba(21, 94, 239, .2);
}

body.home-healthcare-clone .hc-phone-greeting > span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: .58rem;
  font-weight: 730;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.home-healthcare-clone .hc-phone-greeting h3 {
  margin: 8px 0 5px;
  color: #fff;
  font-size: 1.17rem;
  font-weight: 780;
  letter-spacing: -.025em;
}

body.home-healthcare-clone .hc-phone-greeting p {
  margin: 0;
  color: rgba(255, 255, 255, .79);
  font-size: .64rem;
}

body.home-healthcare-clone .hc-phone-actions {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.home-healthcare-clone .hc-phone-actions > div {
  display: grid;
  min-height: 79px;
  padding: 10px 6px;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid #dce8f7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 17px rgba(7, 29, 73, .045);
}

body.home-healthcare-clone .hc-phone-actions > div > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #155eef;
  background: #eff6ff;
  font-size: .75rem;
}

body.home-healthcare-clone .hc-phone-actions strong {
  font-size: .64rem;
  font-weight: 720;
}

body.home-healthcare-clone .hc-phone-next {
  margin-top: 14px;
}

body.home-healthcare-clone .hc-phone-next-head {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.home-healthcare-clone .hc-phone-next-head h4 {
  margin: 0;
  color: #071d49;
  font-size: .8rem;
  font-weight: 760;
}

body.home-healthcare-clone .hc-phone-next-head span {
  padding: 4px 7px;
  border-radius: 999px;
  color: #155eef;
  background: #eaf2ff;
  font-size: .5rem;
  font-weight: 820;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.home-healthcare-clone .hc-phone-appointment {
  display: grid;
  padding: 14px;
  grid-template-columns: 47px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid #d9e6f7;
  border-bottom: 0;
  border-radius: 17px 17px 0 0;
  background: #fff;
}

body.home-healthcare-clone .hc-phone-avatar {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 13px;
  color: #155eef;
  background: #edf5ff;
}

body.home-healthcare-clone .hc-phone-appointment > span:last-child {
  display: grid;
  gap: 3px;
}

body.home-healthcare-clone .hc-phone-appointment strong {
  font-size: .78rem;
}

body.home-healthcare-clone .hc-phone-appointment small {
  color: #7a889e;
  font-size: .58rem;
}

body.home-healthcare-clone .hc-phone-appointment b {
  color: #155eef;
  font-size: .61rem;
  font-weight: 720;
}

body.home-healthcare-clone .hc-phone-join {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0 0 17px 17px;
  color: #fff;
  background: #155eef;
  font-size: .65rem;
  font-weight: 730;
}

body.home-healthcare-clone .hc-phone-health {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body.home-healthcare-clone .hc-phone-health > div {
  display: grid;
  min-height: 67px;
  padding: 10px;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid #dfe9f7;
  border-radius: 14px;
  background: #fff;
}

body.home-healthcare-clone .hc-phone-health > div > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  color: #155eef;
  background: #edf5ff;
  font-size: .67rem;
}

body.home-healthcare-clone .hc-phone-health p {
  display: grid;
  min-width: 0;
  margin: 0;
  gap: 2px;
}

body.home-healthcare-clone .hc-phone-health strong {
  font-size: .65rem;
}

body.home-healthcare-clone .hc-phone-health small {
  overflow: hidden;
  color: #8090a6;
  font-size: .54rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home-healthcare-clone .hc-phone-nav {
  display: grid;
  min-height: 64px;
  margin: auto -18px -13px;
  padding: 9px 18px 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  border-top: 1px solid #e1eaf7;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 -7px 20px rgba(7, 29, 73, .035);
}

body.home-healthcare-clone .hc-phone-nav span {
  display: grid;
  place-items: center;
  gap: 4px;
  color: #8491a7;
  font-size: .67rem;
}

body.home-healthcare-clone .hc-phone-nav small {
  font-size: .49rem;
  font-weight: 650;
}

body.home-healthcare-clone .hc-phone-nav .is-active {
  color: #155eef;
}

body.home-healthcare-clone .hc-phone-shadow {
  position: absolute;
  z-index: -1;
  right: 3%;
  bottom: -27px;
  left: 3%;
  height: 56px;
  border-radius: 50%;
  background: rgba(7, 29, 73, .22);
  filter: blur(21px);
  transform: rotate(-3deg) scaleX(.82);
}

@keyframes hcPhoneFloat {
  0%, 100% { transform: rotate(4.5deg) translate3d(0, 0, 0); }
  50% { transform: rotate(3.6deg) translate3d(0, -10px, 0); }
}

/* Responsive ------------------------------------------------------------ */
@media (max-width: 1120px) {
  body.home-healthcare-clone .hc-experts-inner,
  body.home-healthcare-clone .hc-emergency-inner,
  body.home-healthcare-clone .hc-pocket-inner {
    width: min(calc(100% - 48px), 1040px);
  }

  body.home-healthcare-clone .hc-experts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-healthcare-clone .hc-pocket-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr);
    gap: 42px;
  }

  body.home-healthcare-clone .hc-phone-mockup {
    width: min(34vw, 370px);
  }
}

@media (max-width: 900px) {
  body.home-healthcare-clone .hc-emergency-inner {
    flex-wrap: wrap;
  }

  body.home-healthcare-clone .hc-emergency-copy {
    flex-basis: calc(100% - 106px);
  }

  body.home-healthcare-clone .hc-emergency-actions {
    width: 100%;
    padding-left: 106px;
  }

  body.home-healthcare-clone .hc-pocket {
    min-height: 0;
  }

  body.home-healthcare-clone .hc-pocket-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  body.home-healthcare-clone .hc-pocket-copy {
    max-width: 670px;
    margin-inline: auto;
    text-align: center;
  }

  body.home-healthcare-clone .hc-pocket-copy h2,
  body.home-healthcare-clone .hc-pocket-copy > p {
    margin-inline: auto;
  }

  body.home-healthcare-clone .hc-pocket-features {
    width: min(100%, 490px);
    margin-inline: auto;
    text-align: left;
  }

  body.home-healthcare-clone .hc-pocket-downloads {
    justify-content: center;
  }

  body.home-healthcare-clone .hc-pocket-visual {
    min-height: 760px;
  }

  body.home-healthcare-clone .hc-phone-mockup {
    width: min(78vw, 370px);
    animation-name: hcPhoneFloatMobile;
    transform: none;
  }
}

@keyframes hcPhoneFloatMobile {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@media (max-width: 700px) {
  body.home-healthcare-clone .hc-experts-inner,
  body.home-healthcare-clone .hc-emergency-inner,
  body.home-healthcare-clone .hc-pocket-inner {
    width: min(calc(100% - 32px), 620px);
  }

  body.home-healthcare-clone .hc-experts-header {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-healthcare-clone .hc-experts-view-all {
    width: 100%;
  }

  body.home-healthcare-clone .hc-experts-grid {
    grid-template-columns: 1fr;
  }

  body.home-healthcare-clone .hc-emergency-inner {
    min-height: 0;
    padding: 31px 0;
    align-items: center;
    text-align: center;
  }

  body.home-healthcare-clone .hc-emergency-visual {
    margin-inline: auto;
  }

  body.home-healthcare-clone .hc-emergency-copy {
    flex: 1 1 100%;
  }

  body.home-healthcare-clone .hc-emergency-actions {
    padding-left: 0;
    justify-content: center;
  }

  body.home-healthcare-clone .hc-pocket-copy h2 {
    font-size: clamp(2.3rem, 10vw, 3.25rem);
  }
}

@media (max-width: 480px) {
  body.home-healthcare-clone .hc-expert-card {
    min-height: 0;
    padding: 49px 18px 18px;
  }

  body.home-healthcare-clone .hc-expert-main {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  body.home-healthcare-clone .hc-expert-avatar {
    width: 82px;
    height: 94px;
  }

  body.home-healthcare-clone .hc-expert-actions {
    grid-template-columns: 1fr;
  }

  body.home-healthcare-clone .hc-emergency-actions {
    flex-direction: column;
  }

  body.home-healthcare-clone .hc-emergency-btn {
    width: 100%;
  }

  body.home-healthcare-clone .hc-pocket {
    padding: 68px 0 58px;
  }

  body.home-healthcare-clone .hc-store-badge {
    width: 100%;
    justify-content: center;
  }

  body.home-healthcare-clone .hc-pocket-visual {
    min-height: 710px;
  }

  body.home-healthcare-clone .hc-phone-mockup {
    width: min(92vw, 340px);
  }

  body.home-healthcare-clone .hc-phone-frame {
    padding: 10px;
    border-radius: 48px;
  }

  body.home-healthcare-clone .hc-phone-screen {
    border-radius: 38px;
  }

  body.home-healthcare-clone .hc-phone-interface {
    padding-inline: 15px;
  }

  body.home-healthcare-clone .hc-phone-nav {
    margin-inline: -15px;
    padding-inline: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-healthcare-clone .hc-emergency-ambulance,
  body.home-healthcare-clone .hc-emergency-ring,
  body.home-healthcare-clone .hc-phone-mockup {
    animation: none !important;
  }
}

/* Pure-white homepage canvas ------------------------------------------------
   Keep content cards and purposeful alert/CTA surfaces intact; only replace
   the pale lavender/blue page backgrounds with the same white as the header. */
body.home-healthcare-clone {
  --hc-page: #fff;
  --hc-band: #fff;
}

body.home-healthcare-clone .hc-page,
body.home-healthcare-clone .hc-page-inner,
body.home-healthcare-clone .hc-page-inner > section:not(.hc-emergency) {
  background: #fff !important;
}

body.home-healthcare-clone .hc-hero-glow,
body.home-healthcare-clone .hc-specialties-ref::before,
body.home-healthcare-clone .hc-pocket::before {
  display: none !important;
}
