.safeanimals-banner {
  --sa-blue: #478fc9;
  --sa-blue-dark: #216fae;
  --sa-red: #ef575b;
  --sa-ink: #181817;
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0 0 120px;
  color: var(--sa-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

.safeanimals-banner,
.safeanimals-banner * { box-sizing: border-box; }

.safeanimals-banner__surface {
  position: relative;
  isolation: isolate;
  width: min(1500px, 100%);
  height: min(780px, 96vh);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(120deg, #f8fcfe, #e8f5fc 54%, #fff7eb);
  box-shadow: 0 24px 80px rgba(28, 76, 107, .16);
}

.safeanimals-banner__surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .35;
  background-image: radial-gradient(circle at 1px 1px, rgba(71, 143, 201, .19) 1px, transparent 0);
  background-size: 24px 24px;
}

.safeanimals-banner__orb { position: absolute; z-index: -2; border-radius: 50%; }
.safeanimals-banner__orb--red { width: 440px; height: 440px; right: -130px; top: -150px; background: rgba(239, 87, 91, .18); }
.safeanimals-banner__orb--blue-bottom { width: 520px; height: 520px; left: 38%; bottom: -350px; background: rgba(71, 143, 201, .25); }
.safeanimals-banner__orb--blue-side { width: 310px; height: 310px; left: -130px; top: 145px; background: rgba(71, 143, 201, .13); }

.safeanimals-banner__copy {
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  width: 100%;
  padding: 18px 20px 34px;
  text-align: center;
  background: linear-gradient(180deg, rgba(248, 252, 254, .98), rgba(248, 252, 254, .91) 68%, rgba(248, 252, 254, 0));
}

.safeanimals-banner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--sa-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(64px, 6.2vw, 96px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  transform: none;
}

.safeanimals-banner__title > span { display: block; width: 100%; text-align: center; }

.safeanimals-banner__title em {
  display: block;
  width: 100%;
  margin-top: 2px;
  padding: 0;
  color: var(--sa-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  transform: none;
}

.safeanimals-banner__subtitle {
  position: absolute;
  left: 50%;
  top: 430px;
  width: 410px;
  max-width: 32vw;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  color: #355b73;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .01em;
}

.safeanimals-banner__stage { position: absolute; inset: 235px 0 0; z-index: 1; pointer-events: none; }
.safeanimals-banner__animal { position: absolute; pointer-events: none; }
.safeanimals-banner__animal img { position: absolute; display: block; max-width: none; user-select: none; pointer-events: none; }
.safeanimals-banner__animal--dog { left: 12%; bottom: 0; width: auto; height: 100%; aspect-ratio: 2366 / 1690; transform: scaleX(-1); }
.safeanimals-banner__animal--dog img { inset: 0; width: 100%; height: 100%; object-fit: fill; }
.safeanimals-banner__animal--cat { right: 14%; bottom: 0; width: auto; height: 92%; aspect-ratio: 1155 / 1362; }
.safeanimals-banner__animal--cat img { inset: 0; width: 100%; height: 100%; object-fit: fill; }

.safeanimals-banner__hotspot {
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  appearance: none;
}

.safeanimals-banner__wave {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(45, 139, 205, .92);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: safeanimals-ripple 2.1s ease-out infinite;
}
.safeanimals-banner__wave--second { animation-delay: -1.05s; }
.safeanimals-banner__hotspot:hover .safeanimals-banner__wave,
.safeanimals-banner__hotspot--active .safeanimals-banner__wave { border-color: var(--sa-red); animation-duration: 1.15s; }
.safeanimals-banner__hotspot:focus-visible { outline: 3px solid var(--sa-ink); outline-offset: 4px; }

.safeanimals-banner__card {
  position: absolute;
  z-index: 10;
  bottom: 105px;
  width: min(390px, calc(100% - 40px));
  padding: 24px;
  border: 1px solid rgba(71, 143, 201, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 60px rgba(28, 70, 96, .2);
  backdrop-filter: blur(16px);
  animation: safeanimals-card-in .25s ease both;
}
.safeanimals-banner__card--dog { right: 38%; }
.safeanimals-banner__card--cat { right: 10%; }
.safeanimals-banner__card-kicker { color: var(--sa-red); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.safeanimals-banner__options { display: grid; gap: 9px; margin-top: 12px; }
.safeanimals-banner__option {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 1px solid #d9eaf4;
  border-radius: 14px;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.safeanimals-banner__option:hover { border-color: var(--sa-blue); background: #f2f9fd; transform: translateY(-2px); }
.safeanimals-banner__option:focus-visible,
.safeanimals-banner__all-products:focus-visible { outline: 3px solid var(--sa-blue-dark); outline-offset: 3px; }
.safeanimals-banner__option-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #e5f2fa; color: var(--sa-blue-dark); font-size: 18px; }
.safeanimals-banner__option-copy strong,
.safeanimals-banner__option-copy small { display: block; }
.safeanimals-banner__option-copy strong { font-size: 14px; }
.safeanimals-banner__option-copy small { margin-top: 2px; color: #60717b; font-size: 12px; line-height: 1.3; }

.safeanimals-banner__all-products {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--sa-ink);
  box-shadow: 0 12px 30px rgba(24, 24, 23, .22);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.safeanimals-banner__all-products:hover { background: var(--sa-red); color: #fff; }

.safeanimals-banner__pawfall { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.safeanimals-banner__pawflake {
  --sa-paw: var(--sa-blue);
  position: absolute;
  left: var(--sa-x);
  top: -55px;
  width: 18px;
  height: 15px;
  border-radius: 55% 55% 48% 48%;
  background: var(--sa-paw);
  opacity: 0;
  animation: safeanimals-paw-fall var(--sa-speed) linear var(--sa-delay) infinite;
}
.safeanimals-banner__pawflake::before { content: ""; position: absolute; left: -1px; top: -9px; width: 6px; height: 8px; border-radius: 50%; background: var(--sa-paw); box-shadow: 7px -3px 0 var(--sa-paw), 14px 0 0 var(--sa-paw); }
.safeanimals-banner__pawflake:nth-child(3n) { --sa-paw: var(--sa-red); }
.safeanimals-banner__pawflake:nth-child(even) { width: 14px; height: 12px; }

@keyframes safeanimals-ripple { 0% { width: 16px; height: 16px; opacity: .95; } 80%, 100% { width: 56px; height: 56px; opacity: 0; } }
@keyframes safeanimals-card-in { from { opacity: 0; transform: translateY(8px) scale(.98); } }
@keyframes safeanimals-paw-fall { 0% { opacity: 0; transform: translate3d(0, -30px, 0) rotate(-18deg); } 12% { opacity: .13; } 48% { transform: translate3d(24px, 390px, 0) rotate(28deg); } 82% { opacity: .1; } 100% { opacity: 0; transform: translate3d(-16px, 850px, 0) rotate(72deg); } }
@media (max-width: 900px) {
  .safeanimals-banner { margin-bottom: 48px; }
  .safeanimals-banner__surface { width: 100%; height: 100svh; min-height: 700px; max-height: 900px; border-radius: 0; background: linear-gradient(155deg, #fbfdff 0%, #eaf6fc 59%, #fff8ee 100%); box-shadow: none; }
  .safeanimals-banner__copy { display: flex; flex-direction: column; align-items: center; inset: 12px 0 auto; padding: 8px 18px; background: none; }
  .safeanimals-banner__title { width: 100%; max-width: 360px; margin: 0 auto; font-size: clamp(44px, 13vw, 54px); line-height: 1.08; text-align: center; }
  .safeanimals-banner__title em { width: 100%; margin: 5px auto 0; text-align: center; }
  .safeanimals-banner__subtitle { position: relative; inset: auto; width: 100%; max-width: 310px; margin: 18px auto 0; transform: none; color: #425b69; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: 1.45; text-align: center; }
  .safeanimals-banner__stage { inset: 320px 0 118px; }
  .safeanimals-banner__animal--dog { left: 7%; right: auto; top: 0; bottom: auto; width: auto; height: 75%; }
  .safeanimals-banner__animal--dog img { inset: 0; width: 100%; height: 100%; object-fit: fill; }
  .safeanimals-banner__animal--cat { left: auto; right: 4%; top: 90px; bottom: auto; width: auto; height: 68%; }
  .safeanimals-banner__animal--cat img { inset: 0; width: 100%; height: 100%; object-fit: fill; }
  .safeanimals-banner__hotspot { width: 38px; height: 38px; }
  .safeanimals-banner__wave { border-width: 1.5px; }
  .safeanimals-banner__card,
  .safeanimals-banner__card--dog,
  .safeanimals-banner__card--cat { position: fixed; left: 12px; right: 12px; bottom: 12px; width: auto; max-height: calc(100svh - 24px); overflow: auto; z-index: 99999; }
  .safeanimals-banner__all-products { bottom: 76px; padding: 14px 20px; font-size: 13px; }
  .safeanimals-banner__orb--red { width: 175px; height: 175px; right: -78px; top: 255px; background: rgba(239, 87, 91, .11); }
  .safeanimals-banner__orb--blue-bottom { width: 310px; height: 310px; left: 34%; bottom: -190px; background: rgba(71, 143, 201, .17); }
  .safeanimals-banner__orb--blue-side { width: 180px; height: 180px; left: -105px; top: 285px; background: rgba(71, 143, 201, .1); }
  .safeanimals-banner__pawflake:nth-child(n+7) { display: none; }
}

@media (max-width: 390px) {
  .safeanimals-banner__title { font-size: clamp(42px, 12.7vw, 50px); }
  .safeanimals-banner__animal--dog { left: 6%; }
  .safeanimals-banner__all-products { bottom: 70px; }
}

@media (max-width: 360px) {
  .safeanimals-banner__copy { padding-inline: 12px; }
  .safeanimals-banner__title { font-size: 44px; }
  .safeanimals-banner__subtitle { max-width: 292px; font-size: 15px; }
  .safeanimals-banner__animal--dog { left: 3%; }
  .safeanimals-banner__animal--cat { right: 2%; }
  .safeanimals-banner__all-products { padding-inline: 17px; font-size: 12px; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .safeanimals-banner__surface { min-height: 700px; max-height: 820px; }
  .safeanimals-banner__copy { inset: 14px 0 auto; }
  .safeanimals-banner__title { max-width: 700px; font-size: 64px; line-height: 1.02; }
  .safeanimals-banner__title em { margin-top: 2px; }
  .safeanimals-banner__subtitle { max-width: 420px; margin-top: 12px; font-size: 17px; }
  .safeanimals-banner__stage { inset: 330px 0 70px; }
  .safeanimals-banner__animal--dog { left: 8%; top: 0; width: auto; height: 120%; }
  .safeanimals-banner__animal--cat { right: 6%; top: 42px; width: auto; height: 85%; }
  .safeanimals-banner__all-products { bottom: 36px; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .safeanimals-banner__surface { min-height: 650px; }
  .safeanimals-banner__title { font-size: clamp(58px, 6.2vw, 72px); }
  .safeanimals-banner__subtitle { top: 470px; max-width: 34vw; font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .safeanimals-banner *,
  .safeanimals-banner *::before,
  .safeanimals-banner *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
