:root {
  --bg: #fff9ec;
  --bg-alt: #fff2d6;
  --surface: #ffffff;
  --text: #302410;
  --muted: #6a5532;
  --primary: #c79200;
  --primary-strong: #a87400;
  --border: #f0d69a;
  --ring: #f3d57f;
  --radius: 14px;
  --shadow: 0 14px 30px rgba(161, 113, 0, 0.14);
  --max-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  line-height: 1.5;
  background: radial-gradient(circle at top right, #ffe6a6 0%, var(--bg) 42%);
}

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

.container {
  width: min(var(--max-width), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 249, 236, 0.9);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  color: var(--primary);
  font-size: 1.24rem;
  font-weight: 800;
}

.nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-weight: 600;
}

.section {
  padding: 76px 0;
}

.promo-strip {
  border-bottom: 1px solid var(--border);
  background: #ffe7ad;
}

.promo-content {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 600;
  color: #5b4000;
}

.promo-content p {
  margin: 0;
}

.promo-content a {
  color: var(--primary);
  font-weight: 700;
}

.hero {
  padding-top: 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-weight: 700;
}

h1 {
  margin: 0 0 14px;
  line-height: 1.08;
  font-size: clamp(2.1rem, 4.2vw, 3.3rem);
}

.lead {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-line {
  margin-top: 12px;
  color: #745f37;
  font-size: 0.92rem;
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}

.hero-photo {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
}

.hero-card h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.hero-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.store-badges {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.store-badges span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #513d1b;
}

.pet-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff7e2;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 16px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-alt {
  background: var(--bg-alt);
}

.section-title {
  margin: 0 0 24px;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

.card,
.plan,
details,
blockquote {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}

.card h3,
.plan h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.card p,
.plan li,
details p,
blockquote {
  color: var(--muted);
}

.steps {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 14px;
}

.steps p {
  margin: 6px 0 0;
  color: var(--muted);
}

blockquote {
  margin: 0;
}

cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  color: #4d3a1d;
  font-weight: 600;
}

.plan ul {
  margin: 0 0 14px;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.price {
  margin: 4px 0 14px;
  font-size: 1.9rem;
  font-weight: 800;
  color: #503a0d;
}

.featured {
  border: 2px solid #e5be5f;
}

.badge {
  margin: 0 0 8px;
  display: inline-block;
  font-size: 0.82rem;
  padding: 4px 10px;
  background: #ffe8b0;
  color: #6f4b00;
  border-radius: 999px;
  font-weight: 700;
}

.faq {
  display: grid;
  gap: 10px;
}

#terms-redirect .container {
  text-align: center;
}

#terms-redirect .lead {
  margin-inline: auto;
}

.terms-list {
  display: grid;
  gap: 14px;
}

.terms-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
}

.terms-item h3 {
  margin: 0 0 10px;
  color: var(--text);
}

.terms-item p {
  margin: 0 0 10px;
  color: var(--muted);
}

.terms-item p:last-child {
  margin-bottom: 0;
}

.terms-item a {
  color: var(--primary);
  font-weight: 700;
}

.compare-table {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.compare-table > div {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  background: var(--surface);
}

.compare-table > div:nth-child(3n) {
  border-right: 0;
}

.compare-table > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.compare-head {
  font-weight: 700;
  background: #fff2d4 !important;
}

.ok {
  color: #14532d;
  font-weight: 700;
}

.no {
  color: #7f1d1d;
  font-weight: 700;
}

.guarantee-box {
  background: linear-gradient(150deg, #7f5600, #c79200);
  color: #fff;
  border-radius: calc(var(--radius) + 2px);
  padding: 36px 24px;
  text-align: center;
}

.guarantee-box p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 62ch;
  margin: 0 auto 16px;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin: 10px 0 0;
}

.cta-box {
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(150deg, #8f6400, #c79200);
  color: #ffffff;
  padding: 42px 24px;
  text-align: center;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.92);
}

.lead-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 180px auto;
  gap: 10px;
}

.lead-form input,
.lead-form select {
  border: 1px solid #efcf86;
  border-radius: 999px;
  padding: 12px 14px;
  font: inherit;
}

.form-feedback {
  min-height: 24px;
  margin: 12px 0 0;
  font-weight: 600;
}

.site-footer {
  background: #fff8e8;
  border-top: 1px solid var(--border);
  padding: 20px 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
}

.footer-wrap a {
  color: var(--primary);
  font-weight: 600;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, background-color 0.2s ease;
}

.btn-sm {
  padding: 10px 14px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-strong);
}

.btn-secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid #efcf86;
}

.btn:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 25;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  display: none;
}

.pet-gallery {
  background: linear-gradient(180deg, #fffaf0 0%, #fff4de 100%);
}

.gallery-grid {
  align-items: stretch;
}

.pet-shot {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.pet-shot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.pet-shot figcaption {
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1024px) {
  .hero-grid,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .lead-form {
    grid-template-columns: 1fr 1fr;
  }

  .compare-table {
    grid-template-columns: 1fr;
  }

  .compare-table > div {
    border-right: 0;
  }

  .compare-table > div:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 780px) {
  .container {
    width: min(var(--max-width), calc(100% - 28px));
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .promo-content {
    min-height: 60px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 8px 0;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .mobile-cta {
    display: block;
  }

  .site-footer {
    padding-bottom: 76px;
  }
}
