:root {
  --ink: #152423;
  --muted: #637370;
  --paper: #f7f1e6;
  --white: #ffffff;
  --deep: #143d3b;
  --green: #1f6b61;
  --mint: #a8e6cf;
  --blue: #92d5ee;
  --amber: #ffbf63;
  --rose: #eb7665;
  --line: rgba(21, 36, 35, 0.13);
  --shadow: 0 28px 80px rgba(20, 61, 59, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(20, 61, 59, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf0, var(--paper) 45%, #fffaf0);
  background-size: 72px 72px, auto;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 0 18px 46px rgba(21, 36, 35, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--deep);
  background: linear-gradient(135deg, var(--amber), var(--mint));
  font-weight: 950;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 950;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #3f5552;
  font-size: 0.92rem;
  font-weight: 850;
}

.header-cta,
.primary,
.secondary,
.club-grid a,
.float-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  font-weight: 900;
}

.header-cta {
  padding: 0 18px;
  color: var(--white);
  background: var(--deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: 2.6rem;
  width: min(1180px, calc(100% - 32px));
  margin: 68px auto 18px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Fraunces, Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5vw, 4.55rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.primary {
  padding: 0 20px;
  color: var(--white);
  background: var(--deep);
  box-shadow: 0 16px 36px rgba(20, 61, 59, 0.2);
}

.secondary {
  padding: 0 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.care-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.care-tags span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #3d5552;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-system {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow);
}

.pet-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 20px;
  background: var(--deep);
}

.pet-card img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.pet-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(20, 36, 35, 0.88));
}

.pet-status {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: var(--white);
  background: rgba(20, 36, 35, 0.72);
  backdrop-filter: blur(16px);
}

.pet-status small {
  color: rgba(255, 255, 255, 0.72);
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 7px rgba(168, 230, 207, 0.16);
}

.passport-widget {
  padding: 20px;
  border-radius: 20px;
  background: var(--deep);
  color: var(--white);
}

.widget-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.widget-head span {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.widget-head strong {
  color: var(--amber);
  font-family: Fraunces, Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.progress span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--amber), var(--mint));
}

.passport-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.passport-list p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.passport-list span {
  color: rgba(255, 255, 255, 0.68);
  text-align: right;
}

.command-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 0;
}

.command-strip button {
  display: grid;
  gap: 2px;
  min-height: 82px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.command-strip button:hover {
  background: var(--white);
  box-shadow: 0 18px 46px rgba(20, 61, 59, 0.12);
  transform: translateY(-3px);
}

.command-strip span {
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.command-strip strong {
  font-size: 1.05rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 96px auto;
}

.section-kicker {
  max-width: 850px;
  margin-bottom: 28px;
}

.section h2,
.team h2,
.journey h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.05rem, 4.4vw, 4rem);
}

.passport-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.9fr);
  gap: 12px;
}

.passport-grid article,
.lab-card,
.club-grid article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.passport-grid article {
  min-height: 260px;
  padding: 22px;
}

.passport-main {
  display: grid;
  align-content: space-between;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 61, 59, 0.92), rgba(20, 36, 35, 0.86)),
    url("https://images.unsplash.com/photo-1601758063541-d2f50b4aafb2?auto=format&fit=crop&w=1200&q=82") center/cover !important;
  background-blend-mode: multiply;
}

.mini-label {
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.passport-main .mini-label {
  color: var(--amber);
}

.passport-grid h3,
.lab-card h3,
.club-grid h3,
.team-grid h3 {
  margin: 12px 0 10px;
  font-size: 1.45rem;
  line-height: 1.12;
}

.passport-main h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 2.4rem;
}

.passport-grid p,
.lab-card p,
.club-grid p,
.team-grid p,
.journey-copy p,
.final-cta p {
  color: var(--muted);
}

.passport-main p,
.passport-main span {
  color: rgba(255, 255, 255, 0.72);
}

.passport-main ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.passport-main li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.journey {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 36px;
  align-items: start;
  padding: 34px;
  border-radius: 26px;
  color: var(--white);
  background: var(--deep);
}

.journey .eyebrow {
  color: var(--amber);
}

.journey-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.journey-steps {
  display: grid;
  gap: 10px;
}

.journey-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.journey-steps article.active {
  background: rgba(255, 191, 99, 0.18);
}

.journey-steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--deep);
  background: var(--amber);
  font-weight: 950;
}

.journey-steps strong {
  font-size: 1.05rem;
}

.journey-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.service-lab {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 12px;
}

.lab-card {
  min-height: 240px;
  padding: 22px;
}

.lab-card.visual {
  grid-row: span 2;
  display: grid;
  gap: 16px;
  padding: 14px;
  color: var(--white);
  background: var(--deep);
}

.lab-card.visual img {
  width: 100%;
  height: 330px;
  border-radius: 16px;
  object-fit: cover;
}

.lab-card.visual span,
.lab-card.alert span {
  color: var(--amber);
}

.lab-card.visual h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 2.1rem;
}

.lab-card.alert {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), #b94c42);
}

.lab-card.alert p {
  color: rgba(255, 255, 255, 0.74);
}

.club {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 34px;
  align-items: start;
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.club-grid article {
  display: grid;
  min-height: 310px;
  padding: 24px;
}

.club-grid .featured {
  color: var(--white);
  background: var(--deep);
  transform: translateY(-18px);
  box-shadow: var(--shadow);
}

.club-grid span {
  width: max-content;
  height: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--deep);
  background: var(--mint);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.club-grid .featured span {
  background: var(--amber);
}

.club-grid .featured p {
  color: rgba(255, 255, 255, 0.72);
}

.club-grid a {
  align-self: end;
  margin-top: 18px;
  padding: 0 18px;
  color: var(--white);
  background: var(--deep);
}

.club-grid .featured a {
  color: var(--deep);
  background: var(--amber);
}

.team {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.team-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.team-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.team-grid h3,
.team-grid p {
  padding: 0 20px;
}

.team-grid h3 {
  margin-top: 20px;
}

.team-grid p {
  padding-bottom: 20px;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 61, 59, 0.92), rgba(20, 36, 35, 0.9)),
    url("https://images.unsplash.com/photo-1576201836106-db1758fd1c97?auto=format&fit=crop&w=1400&q=82") center/cover;
  background-blend-mode: multiply;
}

.final-cta .eyebrow {
  color: var(--amber);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.final-cta .primary {
  color: var(--deep);
  background: var(--amber);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer strong {
  color: var(--deep);
}

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  min-height: 48px;
  padding: 0 20px;
  color: var(--deep);
  background: var(--amber);
  box-shadow: 0 16px 44px rgba(21, 36, 35, 0.22);
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  nav {
    display: none;
  }

  .hero,
  .journey,
  .club,
  .team,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .command-strip,
  .passport-grid,
  .service-lab,
  .club-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .passport-main,
  .lab-card.visual {
    grid-column: 1 / -1;
  }

  .club-grid .featured {
    transform: none;
  }
}

@media (max-width: 620px) {
  .topbar,
  .hero,
  .section,
  .command-strip,
  footer {
    width: min(100% - 22px, 1180px);
  }

  .topbar {
    gap: 10px;
    padding: 10px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    margin-top: 36px;
    gap: 1.4rem;
  }

  h1 {
    font-size: clamp(2.2rem, 9.8vw, 3.35rem);
  }

  .pet-card,
  .pet-card img {
    min-height: 330px;
  }

  .command-strip,
  .passport-grid,
  .service-lab,
  .club-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .passport-main li,
  .passport-list p {
    display: grid;
  }

  .passport-list span {
    text-align: left;
  }

  .journey,
  .final-cta {
    padding: 20px;
    border-radius: 20px;
  }

  .lab-card.visual img {
    height: 240px;
  }
}
