/* Mis mascotas — landing editorial + hub logado */
.pets-land {
  --pl-ink: #241016;
  --pl-wine: #3b0a1a;
  --pl-cream: #f3ebe3;
  --pl-paper: #fffaf4;
  --pl-rose: var(--brand, #e11d48);
  --pl-muted: #4a333c;
  --pl-line: rgba(36, 16, 22, 0.1);
  --pl-display: var(--font-display, "Outfit", sans-serif);
  --pl-sans: var(--font-sans, "DM Sans", sans-serif);
  position: relative;
  background:
    radial-gradient(ellipse 70% 45% at 100% 8%, rgba(225, 29, 72, 0.07), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 55%, rgba(59, 10, 26, 0.05), transparent 50%),
    var(--pl-cream);
  color: var(--pl-ink);
  font-family: var(--pl-sans);
  overflow-x: clip;
}

.pets-land::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: radial-gradient(#241016 0.6px, transparent 0.7px);
  background-size: 3px 3px;
  z-index: 0;
}

.pets-land > * { position: relative; z-index: 1; }

/* —— Hero —— */
.pets-land__hero {
  position: relative;
  min-height: min(84vh, 720px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 5.2rem 0 3.2rem;
  isolation: isolate;
}

.pets-land__hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--pl-wine);
}

.pets-land__hero-bg picture,
.pets-land__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.pets-land__hero-bg img {
  object-fit: cover;
  object-position: 72% 46%;
  transform: scale(1.05);
  animation: pl-ken 26s ease-in-out infinite alternate;
}
@media (max-width: 767.98px) {
  .pets-land__hero-bg img {
    object-position: 42% 36%;
  }
}

.pets-land__hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(28, 3, 12, 0.88) 0%, rgba(28, 3, 12, 0.55) 42%, rgba(28, 3, 12, 0.22) 70%, rgba(28, 3, 12, 0.45) 100%),
    linear-gradient(180deg, rgba(28, 3, 12, 0.15) 0%, rgba(28, 3, 12, 0.72) 100%);
  pointer-events: none;
}

.pets-land__hero-grid {
  display: grid;
  gap: 2.2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .pets-land__hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }
}

.pets-land__crumb .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.4);
}
.pets-land__crumb a { color: rgba(255, 255, 255, 0.86); text-decoration: none; }
.pets-land__crumb .active { color: rgba(255, 255, 255, 0.62); }

.pets-land__kicker {
  font-family: var(--pl-display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1.15rem 0 0.7rem;
  color: #fecdd3;
}

.pets-land__title {
  font-family: var(--pl-display);
  font-weight: 800;
  font-size: clamp(2.55rem, 6.2vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

.pets-land__lede {
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  line-height: 1.55;
  max-width: 36rem;
  opacity: 0.94;
  margin-bottom: 1.5rem;
}

.pets-land__cta { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.pets-land__btn-main {
  background: #fff;
  color: var(--pl-wine);
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.pets-land__btn-main:hover { background: #fff4f6; color: var(--pl-rose); }

.pets-land__btn-ghost {
  background: transparent;
  color: #fff;
  font-weight: 650;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 0.78rem 1.3rem;
}
.pets-land__btn-ghost:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

.pets-land__hero-facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  padding: 0;
  margin: 1.35rem 0 0;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
}
.pets-land__hero-facts li {
  padding-left: 0.85rem;
  position: relative;
}
.pets-land__hero-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fb7185;
}

/* Phone mock */
.pets-land__phone { display: flex; justify-content: center; }
.pets-land__phone-shell {
  width: min(280px, 100%);
  border-radius: 2rem;
  padding: 0.85rem 0.85rem 1.1rem;
  background: rgba(255, 250, 244, 0.96);
  color: var(--pl-ink);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .pets-land__phone { display: block; justify-self: end; }
  .pets-land__phone-shell { transform: rotate(3deg); }
}
.pets-land__phone-bar {
  width: 4.2rem;
  height: 0.35rem;
  border-radius: 99px;
  background: #e7d8dc;
  margin: 0.15rem auto 0.85rem;
}
.pets-land__phone-hero {
  background: linear-gradient(145deg, #9f1239, var(--pl-rose) 60%, #fb7185);
  color: #fff;
  border-radius: 1.1rem;
  padding: 1rem 1.05rem 1.1rem;
}
.pets-land__phone-chip {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 0.35rem;
}
.pets-land__phone-hero strong {
  display: block;
  font-family: var(--pl-display);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.pets-land__phone-hero small { opacity: 0.88; }
.pets-land__phone-alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.7rem 0;
  padding: 0.55rem 0.7rem;
  border-radius: 0.85rem;
  background: rgba(225, 29, 72, 0.08);
  border: 1px solid rgba(225, 29, 72, 0.2);
  font-size: 0.78rem;
  font-weight: 650;
}
.pets-land__phone-alert span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--pl-rose);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.16);
  flex-shrink: 0;
}
.pets-land__phone-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.pets-land__phone-stats div {
  background: #f6efe8;
  border-radius: 0.75rem;
  padding: 0.45rem 0.3rem;
  text-align: center;
}
.pets-land__phone-stats em {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-family: var(--pl-display);
  font-size: 0.85rem;
}
.pets-land__phone-stats span {
  font-size: 0.62rem;
  color: var(--pl-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pets-land__phone-shop {
  margin: 0.7rem 0 0;
  font-size: 0.75rem;
  color: var(--pl-muted);
}

.pets-land__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
}
.pets-land__scroll span {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin: 0.4rem auto 0;
  border-radius: 50%;
  background: #fff;
  animation: pl-dot 1.6s ease-in-out infinite;
}

/* TOC */
.pets-land__toc {
  background: var(--pl-wine);
  color: #fecdd3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pets-land__toc ul {
  list-style: none;
  display: flex;
  gap: 0.2rem 1.35rem;
  overflow-x: auto;
  padding: 0.7rem 0;
  margin: 0;
  scrollbar-width: none;
  font-family: var(--pl-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pets-land__toc a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.85;
}
.pets-land__toc a:hover { color: #fff; opacity: 1; }

.pets-land [id] { scroll-margin-top: 5.75rem; }

.pets-land__eyebrow {
  font-family: var(--pl-display);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pl-rose);
  margin-bottom: 0.45rem;
}
.pets-land__h2 {
  font-family: var(--pl-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  margin: 0;
  line-height: 1.12;
}
.pets-land__h3 {
  font-family: var(--pl-display);
  font-weight: 700;
  font-size: 1.12rem;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}
.pets-land__sec-head { max-width: 40rem; margin-bottom: 1.7rem; }
.pets-land__sec-head--wide { max-width: 46rem; }
.pets-land__sec-lead { color: var(--pl-muted); margin: 0.7rem 0 0; font-size: 1.05rem; line-height: 1.55; }
.pets-land__prose { color: var(--pl-muted); font-size: 1.05rem; line-height: 1.7; }
.pets-land__prose p { margin: 0 0 1rem; }
.pets-land__prose p:last-child { margin-bottom: 0; }
.pets-land__prose a { color: var(--pl-rose); font-weight: 650; }

.pl-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.pl-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Story */
.pets-land__story {
  display: grid;
  gap: 2rem;
  padding-top: 4.2rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .pets-land__story {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.2rem;
    align-items: center;
  }
}
.pets-land__story-pets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
.pets-land__story-pets figure { margin: 0; }
.pets-land__story-pets img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
  box-shadow: 0 16px 32px rgba(36, 16, 22, 0.12);
}
.pets-land__story-pets figure:nth-child(2) { transform: translateY(1.1rem); }
.pets-land__story-pets figcaption {
  font-family: var(--pl-display);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 0.45rem;
  text-align: center;
}

/* Profile fields */
.pets-land__split { padding-top: 3.8rem; }
.pets-land__fields {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pets-land__fields { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
.pets-land__fields article {
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  border-radius: 1.35rem;
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow: 0 10px 28px rgba(36, 16, 22, 0.04);
}
.pets-land__fields ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--pl-muted);
  line-height: 1.65;
}

/* Salud */
.pets-land__salud {
  margin-top: 3.8rem;
  padding: 3.2rem 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.4), rgba(255, 250, 244, 0.85));
  border-block: 1px solid var(--pl-line);
}
.pets-land__salud-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pets-land__salud-grid { grid-template-columns: repeat(3, 1fr); }
}
.pets-land__salud-grid article {
  background: var(--pl-paper);
  border-radius: 1.3rem;
  padding: 1.3rem 1.25rem 1.4rem;
  border: 1px solid var(--pl-line);
}
.pets-land__salud-grid p { margin: 0; color: var(--pl-muted); line-height: 1.6; }
.pets-land__salud-ico {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: rgba(225, 29, 72, 0.1);
  color: var(--pl-rose);
  margin-bottom: 0.85rem;
  font-size: 1.2rem;
}
.pets-land__aside {
  margin: 1.35rem 0 0;
  font-size: 0.98rem;
  color: var(--pl-muted);
  max-width: 46rem;
}
.pets-land__mid-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-top: 1.5rem;
}
.pets-land__mid-cta span { color: var(--pl-muted); font-size: 0.92rem; }
.pets-land__btn-solid {
  background: var(--pl-rose);
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.35rem;
}
.pets-land__btn-solid:hover { background: #be123c; color: #fff; }

/* Pienso */
.pets-land__pienso {
  display: grid;
  gap: 1.6rem;
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .pets-land__pienso {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: start;
  }
}
.pets-land__timeline {
  list-style: none;
  margin: 0;
  padding: 0.2rem 0 0;
  border-left: 2px solid rgba(225, 29, 72, 0.25);
}
.pets-land__timeline li {
  padding: 0 0 1.35rem 1.25rem;
  position: relative;
}
.pets-land__timeline li::before {
  content: "";
  position: absolute;
  left: -0.42rem;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--pl-rose);
  box-shadow: 0 0 0 4px var(--pl-cream);
}
.pets-land__timeline strong {
  display: block;
  font-family: var(--pl-display);
  margin-bottom: 0.15rem;
}
.pets-land__timeline span { color: var(--pl-muted); font-size: 0.95rem; }

/* Shop */
.pets-land__shop-block {
  margin-top: 3.6rem;
  padding: 3.2rem 0;
  background: var(--pl-wine);
  color: #fde8ec;
}
.pets-land__shop-block .pets-land__eyebrow { color: #fb7185; }
.pets-land__shop-block .pets-land__h2,
.pets-land__shop-block .pets-land__h3 { color: #fff; }
.pets-land__shop-block .pets-land__sec-lead { color: rgba(253, 232, 236, 0.78); }
.pets-land__shop-cols {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pets-land__shop-cols { grid-template-columns: repeat(3, 1fr); }
}
.pets-land__shop-cols article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 1.25rem 1.2rem 1.35rem;
}
.pets-land__shop-cols p { margin: 0; color: rgba(253, 232, 236, 0.78); line-height: 1.6; }
.pets-land__shop-cols a { color: #fecdd3; font-weight: 650; }

/* Species */
.pets-land__species { padding-top: 4rem; }
.pets-land__species-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .pets-land__species-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .pets-land__species-grid { grid-template-columns: repeat(3, 1fr); }
}
.pets-land__sp {
  background: var(--pl-paper);
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--pl-line);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pets-land__sp-photo { display: block; background: #ead9de; }
.pets-land__sp-photo img,
.pets-land__sp-ph {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.pets-land__sp:hover img { transform: scale(1.04); }
.pets-land__sp-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pl-rose);
  font-size: 1.8rem;
}
.pets-land__sp-body { padding: 1rem 1.1rem 1.15rem; flex: 1; display: flex; flex-direction: column; }
.pets-land__sp-body p {
  color: var(--pl-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 0.85rem;
  flex: 1;
}
.pets-land__sp-links { display: flex; gap: 1rem; font-weight: 700; font-size: 0.88rem; }
.pets-land__sp-links a { color: var(--pl-rose); text-decoration: none; }
.pets-land__sp-links a:hover { text-decoration: underline; }

/* Tools */
.pets-land__tools { padding-top: 3.6rem; }
.pets-land__tools-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .pets-land__tools-list { grid-template-columns: 1fr 1fr; }
}
.pets-land__tools-list a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  background: var(--pl-paper);
  border: 1px solid var(--pl-line);
  border-radius: 0.95rem;
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
.pets-land__tools-list a:hover { border-color: rgba(225, 29, 72, 0.35); color: var(--pl-rose); }
.pets-land__tools-list i { color: var(--pl-rose); }
.pets-land__more { margin: 1rem 0 0; font-weight: 650; }
.pets-land__more a { color: var(--pl-rose); }

/* Steps */
.pets-land__steps { padding-top: 3.8rem; }
.pets-land__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  counter-reset: none;
}
@media (min-width: 768px) {
  .pets-land__steps-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px) {
  .pets-land__steps-list { grid-template-columns: repeat(4, 1fr); }
}
.pets-land__steps-list li {
  background: var(--pl-paper);
  border-radius: 1.25rem;
  padding: 1.25rem 1.2rem 1.35rem;
  border: 1px solid var(--pl-line);
}
.pets-land__step-n {
  font-family: var(--pl-display);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--pl-rose);
  display: block;
  margin-bottom: 0.3rem;
  letter-spacing: -0.04em;
}
.pets-land__steps-list p { margin: 0; color: var(--pl-muted); }

.pets-land__privacy { padding-top: 3.4rem; max-width: 44rem; }

.pets-land__faq { padding-top: 3.2rem; max-width: 44rem; }
.pets-land__faq details {
  border-bottom: 1px solid var(--pl-line);
  padding: 0.95rem 0;
}
.pets-land__faq summary {
  cursor: pointer;
  font-weight: 700;
  font-family: var(--pl-display);
  font-size: 1.05rem;
  list-style: none;
}
.pets-land__faq summary::-webkit-details-marker { display: none; }
.pets-land__faq summary::after {
  content: "+";
  float: right;
  color: var(--pl-rose);
  font-weight: 800;
}
.pets-land__faq details[open] summary::after { content: "–"; }
.pets-land__faq p { margin: 0.55rem 0 0; color: var(--pl-muted); line-height: 1.65; }

.pets-land__finale {
  position: relative;
  color: #fff;
  padding: 4.5rem 0 4.8rem;
  isolation: isolate;
  overflow: hidden;
}
.pets-land__finale-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pets-land__finale-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 46%;
  display: block;
}
.pets-land__finale-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(28, 3, 12, 0.88) 0%, rgba(28, 3, 12, 0.55) 55%, rgba(28, 3, 12, 0.4) 100%);
}
.pets-land__finale-inner { max-width: 38rem; }
.pets-land__finale-title {
  font-family: var(--pl-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 0 0 0.7rem;
  line-height: 1.05;
}
.pets-land__finale p { opacity: 0.92; margin-bottom: 1.45rem; font-size: 1.08rem; }
.pets-land__finale .pets-land__kicker { color: #fecdd3; margin-top: 0; }

/* Hub logado */
.pets-hub {
  background:
    radial-gradient(ellipse 70% 40% at 100% 0%, rgba(225, 29, 72, 0.06), transparent 55%),
    #faf7f8;
  padding: 1.75rem 0 3.5rem;
}
.pets-hub__title {
  font-family: var(--font-display, "Outfit", sans-serif);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.25rem;
}
.pets-hub__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}
.pets-hub__switch {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  margin-bottom: 1.15rem;
  scrollbar-width: thin;
}
.pets-hub__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.85rem 0.3rem 0.3rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ece7ea;
  color: inherit;
  text-decoration: none;
  font-weight: 650;
  white-space: nowrap;
}
.pets-hub__chip img,
.pets-hub__chip-ph {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.pets-hub__chip-ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 72, 0.12);
  color: var(--brand, #e11d48);
}
.pets-hub__chip.is-on {
  border-color: var(--brand, #e11d48);
  background: rgba(225, 29, 72, 0.08);
  color: var(--brand, #e11d48);
}
.pets-hub__chip:hover { color: var(--brand, #e11d48); }
.pets-hub__shop { margin-top: 0.5rem; }
.pets-hub__empty {
  display: grid;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid #ece7ea;
  border-radius: 1.35rem;
  padding: 1.6rem 1.4rem;
}
@media (min-width: 768px) {
  .pets-hub__empty { grid-template-columns: 1.3fr 0.9fr; align-items: center; padding: 2.2rem; }
}
.pets-hub__empty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pets-hub__empty-list li {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.45rem 0;
  font-weight: 600;
}
.pets-hub__empty-list i { color: var(--brand, #e11d48); }

@keyframes pl-ken {
  from { transform: scale(1.04); }
  to { transform: scale(1.1) translate3d(1.2%, -1%, 0); }
}
@keyframes pl-dot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0.2; }
}

@media (prefers-reduced-motion: reduce) {
  .pets-land__hero-bg img,
  .pets-land__scroll span,
  .pl-reveal {
    animation: none;
  }
  .pl-reveal { opacity: 1; transform: none; }
}
