.hero-component-host {
  display: block;
  min-height: 680px;
  background: #fff8f8;
}

.home-hero {
  --hero-red: #df1733;
  position: relative;
  min-height: 680px;
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(223, 23, 51, .09), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fff8f8 57%, #fff0f2 100%);
  color: #281015;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border: 90px solid rgba(223, 23, 51, .045);
  border-radius: 50%;
  pointer-events: none;
}

.home-hero-pattern {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  opacity: .22;
  background-image: radial-gradient(#d78d98 .75px, transparent .75px);
  background-size: 23px 23px;
  mask-image: linear-gradient(90deg, #000, transparent);
}

.home-hero-container { position: relative; z-index: 1; }
.home-hero-content { max-width: 625px; }

.hero-status {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .45rem .75rem .45rem .5rem;
  border: 1px solid #f0d4d9;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #7b3e49;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(72, 12, 22, .05);
}

.hero-status-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #ffe5e9;
  color: var(--hero-red);
}

.home-hero h1 {
  max-width: 640px;
  margin: 1.35rem 0 1.25rem;
  color: #281015;
  font-size: clamp(3rem, 5.1vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: 1.01;
  text-wrap: balance;
}

.home-hero h1 span {
  color: var(--hero-red);
  background: linear-gradient(transparent 74%, #ffd9df 74%);
}

.home-hero-lead {
  max-width: 570px;
  margin: 0 0 1.8rem;
  color: #77545b;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.home-hero-actions .btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .8rem 1.25rem;
  border-radius: 13px;
  font-size: .94rem;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hero-primary-btn {
  border-color: var(--hero-red) !important;
  background: var(--hero-red) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(223, 23, 51, .22);
}

.hero-primary-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(223, 23, 51, .3); }

.hero-secondary-btn {
  border: 1px solid #e7cdd2 !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #5f2731 !important;
}

.hero-secondary-btn:hover { background: #fff0f2 !important; transform: translateY(-3px); }

.hero-proof {
  display: flex;
  align-items: stretch;
  gap: 1.1rem;
  margin-top: 2.3rem;
}

.hero-proof-item { max-width: 155px; }
.hero-proof-item strong { display: block; color: #37151b; font-size: 1rem; }
.hero-proof-item span { color: #906b72; font-size: .73rem; line-height: 1.35; }
.hero-proof-divider { width: 1px; background: #e9d4d8; }

.home-hero-media {
  position: relative;
  max-width: 570px;
  margin-left: auto;
  padding: 0 1.2rem 1.2rem 0;
}

.hero-photo-frame {
  position: relative;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 44% 18% 30% 16% / 22% 16% 28% 18%;
  background: #f5dfe3;
  box-shadow: 0 32px 70px rgba(73, 15, 25, .2);
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(54, 5, 14, .25), transparent 45%);
}

.hero-photo-frame img {
  display: block;
  width: 100%;
  height: clamp(410px, 46vw, 545px);
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .7rem;
  border: 1px solid rgba(132, 53, 66, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 38px rgba(67, 12, 22, .18);
  backdrop-filter: blur(12px);
}

.hero-floating-card strong { display: block; color: #38151b; font-size: .85rem; }
.hero-floating-card span { color: #976973; font-size: .69rem; line-height: 1.3; }

.hero-urgent-card { right: -12px; bottom: 54px; padding: .75rem; }
.urgent-blood-type {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: var(--hero-red);
  color: #fff !important;
  font-size: .95rem !important;
  font-weight: 700;
}

.hero-urgent-card a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f2;
  color: var(--hero-red);
}

.hero-safety-card { top: 48px; left: -35px; padding: .75rem .9rem; }
.hero-safety-card > i { color: #1c9a5c; font-size: 1.5rem; }

.hero-decor-drop {
  position: absolute;
  top: -25px;
  right: -5px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #ffe1e6;
  color: var(--hero-red);
  font-size: 1.6rem;
  transform: rotate(8deg);
}

.hero-load-error { padding: 2rem; background: #fff0f2; color: #8e1526; text-align: center; }

@media (max-width: 991.98px) {
  .home-hero { padding-top: 4rem; text-align: center; }
  .home-hero-content { margin: 0 auto; }
  .home-hero-lead { margin-right: auto; margin-left: auto; }
  .home-hero-actions, .hero-proof { justify-content: center; }
  .home-hero-media { max-width: 650px; margin: 1rem auto 0; }
}

@media (max-width: 575.98px) {
  .hero-component-host, .home-hero { min-height: 0; }
  .home-hero {
    padding: 2.25rem 0 3rem;
    text-align: left;
    background:
      radial-gradient(circle at 12% 8%, rgba(223, 23, 51, .1), transparent 15rem),
      linear-gradient(180deg, #fff 0%, #fff7f8 100%);
  }
  .home-hero::after,
  .home-hero-pattern {
    display: none;
  }
  .home-hero-container {
    padding-inline: 1rem;
  }
  .home-hero-content {
    max-width: none;
  }
  .hero-status {
    gap: .45rem;
    padding: .35rem .58rem .35rem .35rem;
    font-size: .58rem;
    letter-spacing: .06em;
  }
  .hero-status-icon {
    width: 26px;
    height: 26px;
  }
  .home-hero h1 {
    max-width: 21rem;
    margin: 1rem 0 .8rem;
    font-size: clamp(2rem, 10.5vw, 2.65rem);
    letter-spacing: 0;
    line-height: 1.08;
  }
  .home-hero h1 span {
    background: linear-gradient(transparent 78%, #ffd9df 78%);
  }
  .home-hero-lead {
    max-width: none;
    margin: 0 0 1.1rem;
    font-size: .92rem;
    line-height: 1.58;
  }
  .home-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }
  .home-hero-actions .btn {
    width: 100%;
    min-height: 46px;
    padding: .62rem .48rem;
    border-radius: 12px;
    font-size: .76rem;
    white-space: normal;
  }
  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
    margin-top: 1rem;
  }
  .hero-proof-item {
    max-width: none;
    padding: .75rem;
    border: 1px solid #f0d4d9;
    border-radius: 13px;
    background: rgba(255, 255, 255, .78);
  }
  .hero-proof-item strong {
    font-size: .92rem;
  }
  .hero-proof-item span {
    font-size: .68rem;
  }
  .hero-proof-divider {
    display: none;
  }
  .home-hero-media {
    max-width: none;
    margin: 1.4rem auto 0;
    padding: 0;
  }
  .hero-photo-frame {
    border-width: 6px;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(73, 15, 25, .16);
  }
  .hero-photo-frame img {
    height: 300px;
  }
  .hero-floating-card {
    border-radius: 13px;
    box-shadow: 0 12px 26px rgba(67, 12, 22, .14);
  }
  .hero-floating-card strong {
    font-size: .74rem;
  }
  .hero-floating-card span {
    font-size: .62rem;
  }
  .hero-safety-card {
    top: .75rem;
    left: .75rem;
    padding: .55rem .65rem;
  }
  .hero-safety-card > i {
    font-size: 1.15rem;
  }
  .hero-urgent-card {
    right: .75rem;
    bottom: .75rem;
    padding: .55rem;
  }
  .urgent-blood-type {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: .82rem !important;
  }
  .hero-urgent-card a {
    width: 28px;
    height: 28px;
  }
  .hero-decor-drop { display: none; }
}
