:root {
  --bg: #FBFAF7;
  --surface: #FFFFFF;
  --ink: #1F2421;
  --primary: #2F6F5E;
  --primary-ink: #FFFFFF;
  --accent: #E8A24A;
  --muted: #6B7280;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(31, 36, 33, .06);
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.15; }
a { color: var(--primary); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* Header */
header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(251, 250, 247, .9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #ECEAE4;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Fraunces", serif; font-weight: 700; font-size: 1.3rem; color: var(--ink); text-decoration: none; }
.brand svg { width: 34px; height: 34px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav-links a:hover { color: var(--primary); }
.btn {
  display: inline-block; background: var(--primary); color: var(--primary-ink);
  text-decoration: none; padding: 11px 20px; border-radius: 999px; font-weight: 600;
  border: none; cursor: pointer; transition: transform .08s ease, background .2s;
}
.btn:hover { background: #275d4f; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }
.btn-ghost:hover { background: rgba(47, 111, 94, .06); }

/* Hero */
.hero { padding: 80px 0 64px; text-align: center; }
.eyebrow {
  display: inline-block; background: #E5F0EB; color: var(--primary);
  padding: 6px 14px; border-radius: 999px; font-size: .85rem; font-weight: 600; margin-bottom: 20px;
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 0 0 16px; }
.hero p.lead { font-size: 1.2rem; color: var(--muted); max-width: 620px; margin: 0 auto 28px; }
.hero .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cut-line { margin-top: 22px; color: var(--primary); font-weight: 600; }
.trust { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 28px; color: var(--muted); font-size: .9rem; }
.trust span { display: inline-flex; align-items: center; gap: 6px; }

/* Sections */
section.block { padding: 64px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin: 0 0 12px; }
.section-head p { color: var(--muted); font-size: 1.05rem; margin: 0; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.card {
  background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 26px;
}
.card .ico { font-size: 1.6rem; }
.card h3 { font-size: 1.15rem; margin: 12px 0 8px; }
.card p { color: var(--muted); margin: 0; font-size: .97rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.step .num {
  width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #3a2a10;
  display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 12px;
}

/* Pricing */
.pricing { background: #F4F1EA; }
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.plan { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 26px; text-align: center; }
.plan.featured { outline: 2px solid var(--primary); }
.plan h3 { margin: 0 0 6px; }
.plan .price { font-size: 2rem; font-weight: 700; font-family: "Fraunces", serif; }
.plan .price span { font-size: .9rem; color: var(--muted); font-weight: 400; }
.plan .limit { color: var(--muted); margin: 8px 0 0; font-size: .95rem; }

/* CTA band */
.cta-band { background: var(--primary); color: #fff; border-radius: var(--radius-lg); padding: 48px 28px; text-align: center; }
.cta-band h2 { color: #fff; margin: 0 0 12px; }
.cta-band p { color: #DCEBE5; margin: 0 0 22px; }
.cta-band .btn { background: #fff; color: var(--primary); }
.cta-band .btn:hover { background: #f0f0f0; }

/* Footer */
footer { padding: 40px 0; border-top: 1px solid #ECEAE4; color: var(--muted); font-size: .9rem; }
.foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.foot a { color: var(--muted); text-decoration: none; margin-left: 18px; }
.foot a:hover { color: var(--primary); }

/* Legal page */
.legal { max-width: 760px; padding: 56px 20px; margin: 0 auto; }
.legal h1 { font-size: 2.2rem; }
.legal h2 { font-size: 1.3rem; margin-top: 32px; }
.legal p, .legal li { color: #333; }
.legal .back { display: inline-block; margin-bottom: 24px; }

/* Hero gradient + visual */
.hero { background: radial-gradient(1200px 500px at 50% -10%, #EAF2EE 0%, rgba(234,242,238,0) 70%); }
.hero-visual { max-width: 560px; margin: 40px auto 0; }
.mockup { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; text-align: left; border: 1px solid #ECEAE4; }
.mockup .bar { display: flex; gap: 7px; padding: 13px 16px; background: #F4F1EA; }
.mockup .bar span { width: 11px; height: 11px; border-radius: 50%; background: #D8D3C8; }
.mockup .screen { padding: 22px; }
.m-pet { font-weight: 600; margin-bottom: 16px; }
.m-pet b { font-family: "Fraunces", serif; }
.timeline { position: relative; height: 14px; border-radius: 999px; background: #ECEAE4; overflow: visible; }
.tl-fill { position: absolute; inset: 0 38% 0 0; border-radius: 999px; background: linear-gradient(90deg, var(--primary), #4f937e); }
.tl-marker { position: absolute; right: 32%; top: -6px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: var(--shadow); }
.m-labels { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: .85rem; }
.m-note { margin-top: 16px; background: #FBEAD2; color: #7A4A10; border-radius: var(--radius-md); padding: 10px 14px; font-size: .9rem; font-weight: 600; }

/* Comparison */
.compare-wrap { overflow-x: auto; }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.compare th, .compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid #F0EDE7; }
.compare thead th { font-family: "Fraunces", serif; font-size: 1.05rem; }
.compare thead th.plooka { color: var(--primary); }
.compare tbody td:first-child { color: var(--muted); font-weight: 500; }
.compare .yes { color: var(--primary); font-weight: 600; }
.compare .no { color: var(--muted); }
.compare tr:last-child td { border-bottom: none; }
.compare col.col-plooka, .compare .plooka { background: #F1F7F4; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: var(--surface); border-radius: var(--radius-md); box-shadow: var(--shadow); padding: 4px 20px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-weight: 600; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--primary); font-size: 1.4rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 0 0 16px; }

/* Alternating section background */
.block.alt { background: #F4F1EA; }

/* Founding-merchant badge on the CTA band */
.badge-soft { display: inline-block; background: rgba(255,255,255,.18); color: #fff; padding: 5px 14px; border-radius: 999px; font-size: .8rem; font-weight: 600; margin-bottom: 14px; }

/* Footer columns */
.foot-cols { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.foot-brand { max-width: 300px; }
.foot-brand .brand { color: var(--ink); }
.muted-foot { color: var(--muted); margin: 8px 0 0; font-size: .9rem; }
.foot-col h4 { font-size: .78rem; font-family: "Inter", sans-serif; text-transform: uppercase; letter-spacing: .05em; color: var(--ink); margin: 0 0 12px; }
.foot-col a { display: block; color: var(--muted); text-decoration: none; margin-bottom: 8px; }
.foot-col a:hover { color: var(--primary); }
.foot-legal { margin-top: 28px; padding-top: 20px; border-top: 1px solid #ECEAE4; color: var(--muted); font-size: .85rem; }

/* Contact form */
.form { max-width: 620px; margin: 0 auto; background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 32px; text-align: left; }
.form label { display: block; font-weight: 600; margin: 16px 0 6px; font-size: .95rem; }
.form input, .form select, .form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #E2DED5; border-radius: var(--radius-md); font: inherit; background: #fff; color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(47,111,94,.12); }
.form textarea { min-height: 130px; resize: vertical; }
.form .row { display: flex; gap: 14px; }
.form .row > div { flex: 1; }
.form button.btn { margin-top: 22px; width: 100%; font-size: 1rem; }
.form .hint { color: var(--muted); font-size: .85rem; margin: 18px 0 0; text-align: center; }

@media (max-width: 640px) {
  .nav-links a:not(.btn) { display: none; }
  .hero { padding: 56px 0 40px; }
  .foot-cols { flex-direction: column; gap: 24px; }
  .form .row { flex-direction: column; gap: 0; }
}
