* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", Arial, sans-serif; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
@media (max-width: 640px) { .container { width: min(100% - 28px, 1160px); } }

.pets-page {
  --pets-brown: #773b22;
  --pets-brown-dark: #552711;
  --pets-peach: #ffe0ce;
  --pets-peach-soft: #fff3eb;
  --pets-coral: #ff9b6b;
  --pets-coral-dark: #e87749;
  --pets-ink: #2a160f;
  --pets-muted: #76594d;
  --pets-card: #ffffff;
  color: var(--pets-ink);
  background: var(--pets-peach-soft);
}

.pets-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 max(32px, calc((100vw - 1160px) / 2));
  background: #282828;
  color: #ffffff;
}

.pets-brand {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}

.pets-brand img {
  width: 152px;
  height: auto;
}

.pets-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.95rem;
}

.pets-nav a {
  color: rgba(255, 255, 255, 0.9);
}

.pets-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: var(--pets-brown-dark) !important;
  background: var(--pets-coral);
  border: 2px solid var(--pets-coral);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.pets-nav-cta:hover {
  background: #ffb38e;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.pets-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 92px;
  background:
    radial-gradient(circle at 83% 28%, rgba(255, 155, 107, 0.22), transparent 28%),
    linear-gradient(135deg, var(--pets-brown) 0%, #8a4428 100%);
}

.pets-hero-grid,
.pets-split,
.pets-how-layout,
.pets-signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.pets-hero-copy {
  color: #ffffff;
}

.pets-hero .pets-kicker,
.pets-how .pets-kicker {
  color: #ffd9c8;
}

.pets-kicker {
  margin: 0 0 18px;
  color: var(--pets-coral);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pets-hero h1,
.pets-section h2 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

.pets-hero h1 {
  max-width: 680px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 900;
  text-wrap: balance;
}

.pets-hero-copy p:not(.pets-kicker) {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
}

.pets-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.pets-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pets-button-primary {
  color: var(--pets-brown-dark);
  background: var(--pets-coral);
  border-color: var(--pets-coral);
  box-shadow: 0 18px 34px rgba(255, 155, 107, 0.35);
}

.pets-button-primary:hover {
  background: #ffb38e;
  transform: translateY(-2px);
}

.pets-button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.75);
}

.pets-button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.pets-hero-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(119, 59, 34, 0.18);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(85, 39, 17, 0.28);
  backdrop-filter: blur(12px);
}

.pets-photo-card,
.pets-trip-card {
  background: var(--pets-card);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(85, 39, 17, 0.16);
}

.pets-photo-card {
  display: grid;
  gap: 20px;
  padding: 18px;
}

.pets-hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.pet-illustration {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 155, 107, 0.28), transparent 22%),
    linear-gradient(145deg, #fff8f3, #ffd7c1);
  border-radius: 18px;
}

.pet-illustration::before {
  content: "";
  position: absolute;
  inset: auto 22px 28px;
  height: 96px;
  background: linear-gradient(135deg, var(--pets-brown), #a65633);
  border-radius: 36px 36px 18px 18px;
}

.pet-face {
  position: absolute;
  bottom: 62px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(85, 39, 17, 0.18);
}

.pet-face::before,
.pet-face::after {
  content: "";
  position: absolute;
}

.pet-dog {
  left: 52px;
  background: #f1b47f;
}

.pet-dog::before,
.pet-dog::after {
  top: 22px;
  width: 34px;
  height: 58px;
  background: #8d5031;
  border-radius: 28px;
}

.pet-dog::before {
  left: -9px;
  transform: rotate(18deg);
}

.pet-dog::after {
  right: -9px;
  transform: rotate(-18deg);
}

.pet-cat {
  right: 52px;
  background: #ffffff;
}

.pet-cat::before,
.pet-cat::after {
  top: -10px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.pet-cat::before {
  left: 15px;
}

.pet-cat::after {
  right: 15px;
}

.pets-photo-card strong,
.pets-trip-card strong {
  display: block;
  font-size: 1.2rem;
}

.pets-photo-card p,
.pets-trip-card p {
  margin: 4px 0 0;
  color: var(--pets-muted);
}

.pets-trip-card {
  padding: 22px;
}

.pets-trip-card span {
  color: var(--pets-coral-dark);
  font-weight: 900;
}

.paw {
  position: absolute;
  width: 88px;
  height: 88px;
  opacity: 0.5;
  transform: rotate(-16deg);
}

.paw-one {
  top: 150px;
  right: 11%;
}

.paw-two {
  bottom: 70px;
  left: 5%;
  transform: rotate(18deg) scale(0.8);
}

.paw-three {
  top: 42px;
  left: 42%;
  transform: rotate(26deg) scale(0.62);
}

.pets-section {
  position: relative;
  overflow: hidden;
  padding: 94px 0;
}

.pets-section > .container {
  position: relative;
  z-index: 1;
}

.section-paw {
  position: absolute;
  z-index: 0;
  width: 84px;
  height: 84px;
  opacity: 0.18;
  pointer-events: none;
}

.intro-paw-one {
  top: 34px;
  right: 9%;
  width: 116px;
  height: 116px;
  transform: rotate(22deg);
}

.intro-paw-two {
  bottom: 34px;
  left: 7%;
  width: 64px;
  height: 64px;
  opacity: 0.13;
  transform: rotate(-28deg);
}

.services-paw-one {
  top: 58px;
  left: 3%;
  width: 76px;
  height: 76px;
  transform: rotate(38deg);
}

.services-paw-two {
  right: 12%;
  bottom: 42px;
  width: 132px;
  height: 132px;
  opacity: 0.12;
  transform: rotate(-18deg);
}

.services-paw-three {
  top: 42%;
  right: 3%;
  width: 58px;
  height: 58px;
  opacity: 0.16;
  transform: rotate(64deg);
}

.how-paw-one {
  top: 30px;
  right: 6%;
  width: 120px;
  height: 120px;
  opacity: 0.24;
  transform: rotate(-34deg);
}

.how-paw-two {
  left: 4%;
  bottom: 40px;
  width: 70px;
  height: 70px;
  opacity: 0.22;
  transform: rotate(18deg);
}

.signup-paw-one {
  top: 44px;
  left: 10%;
  width: 94px;
  height: 94px;
  opacity: 0.15;
  transform: rotate(-42deg);
}

.signup-paw-two {
  right: 5%;
  bottom: 30px;
  width: 150px;
  height: 150px;
  opacity: 0.11;
  transform: rotate(30deg);
}

.pets-section h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 4.5vw, 4.8rem);
  font-weight: 900;
}

.pets-copy p {
  margin: 0 0 22px;
  color: var(--pets-muted);
  font-size: 1.08rem;
}

.pets-section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.pets-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pets-service-card,
.pets-steps div,
.pets-form {
  background: #ffffff;
  border: 1px solid rgba(119, 59, 34, 0.13);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(85, 39, 17, 0.1);
}

.pets-service-card {
  padding: 28px;
}

.pets-card-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--pets-coral-dark);
  font-weight: 900;
}

.pets-service-card h3,
.pets-steps strong {
  margin: 0;
  font-size: 1.3rem;
}

.pets-service-card p,
.pets-steps p,
.pets-signup-layout > div > p {
  margin: 12px 0 0;
  color: var(--pets-muted);
}

.pets-how {
  color: #ffffff;
  background: var(--pets-brown);
}

.pets-how h2 {
  color: #ffffff;
}

.pets-steps {
  display: grid;
  gap: 16px;
}

.pets-steps div {
  position: relative;
  padding: 24px 24px 24px 72px;
  color: var(--pets-ink);
}

.pets-steps span {
  position: absolute;
  top: 28px;
  left: 24px;
  width: 26px;
  height: 26px;
  background: var(--pets-coral);
  border-radius: 50%;
}

.pets-steps span::after {
  content: "";
  position: absolute;
  inset: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.pets-signup {
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 155, 107, 0.22), transparent 24%),
    var(--pets-peach-soft);
}

.pets-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.pets-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.pets-form input,
.pets-form select {
  min-height: 54px;
  padding: 0 16px;
  color: var(--pets-ink);
  background: #fffaf7;
  border: 1px solid rgba(119, 59, 34, 0.25);
  border-radius: 14px;
}

.pets-submit {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .pets-header {
    position: static;
    flex-wrap: wrap;
    gap: 20px;
    padding: 18px 20px;
  }

  .pets-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .pets-nav-cta {
    width: 100%;
  }

  .pets-hero {
    padding: 70px 0;
    background:
      radial-gradient(circle at 84% 24%, rgba(255, 155, 107, 0.2), transparent 30%),
      linear-gradient(180deg, var(--pets-brown) 0%, #8a4428 100%);
  }

  .pets-hero-grid,
  .pets-split,
  .pets-how-layout,
  .pets-signup-layout,
  .pets-card-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pets-hero h1 {
    font-size: 3.2rem;
    line-height: 1.08;
  }

  .pets-actions,
  .pets-button {
    width: 100%;
  }

  .section-paw {
    opacity: 0.1;
    transform: scale(0.72);
  }

  .pet-illustration {
    min-height: 250px;
  }

  .pet-dog {
    left: 28px;
  }

  .pet-cat {
    right: 28px;
  }
}

