:root {
  --cream: #faf7f2;
  --paper: #fffdf9;
  --white: #fff;
  --ink: #1a1512;
  --ink-soft: #4a4239;
  --muted: #7d746c;
  --green: #0f4a35;
  --green-2: #16613f;
  --green-light: #3e8e5a;
  --green-soft: #e8f3ea;
  --orange: #e07b39;
  --orange-dark: #c5662b;
  --orange-soft: #fff0e6;
  --purple: #7c3aed;
  --line: #eadfd2;
  --shadow: 0 14px 40px rgba(26, 21, 18, .09);
  --font: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--green); -webkit-text-size-adjust: 100%; }
body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 8% 6%, rgba(224, 123, 57, .34), transparent 28rem),
    radial-gradient(circle at 90% 82%, rgba(255,255,255,.08), transparent 30rem),
    var(--green);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, [role="radio"], summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.offer-shell {
  width: min(100%, 460px);
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 80px rgba(0,0,0,.28);
}

.offer-shell .course-flow {
  padding-bottom: 0;
  background: var(--cream);
}

#offer { scroll-margin-top: 12px; }

.offer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: calc(12px + env(safe-area-inset-top)) 20px 12px;
  border-bottom: 1px solid rgba(234,223,210,.8);
  background: var(--cream);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.7px;
  text-decoration: none;
}
.wordmark > span:last-child > span { color: var(--orange); }
.wordmark-paw { font-size: 19px; }
.secure-pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 10.5px;
  font-weight: 800;
}

.offer-hero { padding: 34px 20px 32px; background: var(--white); }
.hero-kicker, .section-kicker {
  margin: 0 0 8px;
  color: var(--orange-dark);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.offer-hero h1, .content-section h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(31px, 9vw, 40px);
  font-weight: 900;
  letter-spacing: -1.45px;
  line-height: 1.02;
}
.offer-hero h1 span, .content-section h2 span { color: var(--orange); }
.title-underline {
  width: 48px;
  height: 3px;
  margin-top: 16px;
  border-radius: 99px;
  background: var(--orange);
}

.community-row { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.avatar-stack { display: flex; flex: 0 0 auto; }
.avatar-stack img {
  width: 38px; height: 38px; margin-left: -9px;
  border: 2px solid #fff; border-radius: 50%; background: #fff; object-fit: cover;
}
.avatar-stack img:first-child { margin-left: 0; }
.avatar-stack img:nth-child(1) { object-position: 73% 48%; }
.avatar-stack img:nth-child(2) { object-position: 68% 54%; }
.avatar-stack img:nth-child(3) { object-position: 64% 58%; }
.avatar-stack img:nth-child(4) { object-position: 72% 49%; }
.avatar-stack img:nth-child(5) { object-position: 48% 61%; }
.community-row p { margin: 0; color: var(--ink-soft); font-size: 11.5px; line-height: 1.35; }
.community-row strong { color: var(--green-light); }

.award-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 22px 0 19px;
}
.award-badge {
  display: flex; min-width: 0; align-items: center; justify-content: center; gap: 2px;
  color: var(--ink-soft); text-align: center;
}
.laurel { width: 19px; height: 35px; flex: 0 0 19px; overflow: visible; fill: var(--green-light); }
.laurel path { fill: none; stroke: var(--green-light); stroke-linecap: round; stroke-width: 1.5; }
.laurel.is-right { transform: scaleX(-1); }
.award-copy { display: grid; min-width: 63px; gap: 1px; font-size: 10px; line-height: 1.12; }
.award-copy b { font-weight: 800; }
.award-copy small { color: inherit; font: inherit; }

.welcome-offer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; border: 1px solid #b9dec5; border-radius: 12px; background: var(--green-soft);
}
.welcome-offer div { display: grid; gap: 3px; }
.welcome-offer div > span { color: var(--muted); font-size: 10px; }
.welcome-offer strong { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 16px; }
.timer-dot { width: 10px; height: 10px; border: 3px solid var(--green-light); border-radius: 50%; }
.discount-chip {
  padding: 9px 12px; border-radius: 10px; background: var(--orange);
  box-shadow: 0 6px 15px rgba(224,123,57,.2); color: #fff; font-size: 12px; font-weight: 900;
}

.plan-heading { margin: 18px 3px 9px; }
.plan-heading p { margin: 0; color: var(--green); font-size: 17px; font-weight: 900; }
.plan-heading span { color: var(--muted); font-size: 11px; }
.benefit-list { display: grid; gap: 10px; margin: 13px 0 21px; padding: 0; list-style: none; }
.benefit-list li { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.benefit-list li span { display: grid; width: 18px; color: var(--green-light); font-size: 17px; font-weight: 900; place-items: center; }

.pricing-block { display: grid; gap: 8px; }
.plan-option {
  position: relative;
  display: grid;
  min-height: 62px;
  cursor: pointer;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid #dfe3df;
  border-radius: 11px;
  background: #fff;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.plan-option:hover { border-color: #9bcbae; }
.plan-option:focus-visible { box-shadow: 0 0 0 3px rgba(224,123,57,.25); }
.plan-option.is-selected { border: 1.5px solid var(--green-light); background: #f7fcf8; box-shadow: 0 6px 18px rgba(15,74,53,.08); }
.radio-dot { width: 12px; height: 12px; border: 1px solid #cbd2cc; border-radius: 50%; background: #edf0ee; }
.is-selected .radio-dot { border: 3px solid #fff; background: var(--green-light); box-shadow: 0 0 0 2px var(--green-light); }
.plan-main { display: grid; min-width: 0; }
.plan-main strong { color: var(--ink-soft); font-size: 14px; font-style: normal; line-height: 1.2; }
.plan-main em { display: inline-block; margin-left: 3px; padding: 2px 5px; border-radius: 5px; background: var(--green-light); color: #fff; font-size: 8px; font-style: normal; vertical-align: 2px; }
.plan-main small { color: var(--muted); font-size: 9.5px; }
.plan-daily { display: grid; color: var(--ink-soft); text-align: right; }
.plan-daily strong { font-size: 15px; }
.plan-daily small { font-size: 8.5px; }
.popular { margin-top: 8px; border-radius: 0 0 11px 11px; }
.popular-label {
  position: absolute; top: -18px; right: -1px; left: -1px; height: 18px;
  border-radius: 8px 8px 0 0; background: var(--green-light); color: #fff;
  font-size: 8px; font-weight: 900; line-height: 18px; text-align: center; text-transform: uppercase;
}

.payment-cta {
  display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; gap: 10px;
  margin-top: 14px; cursor: pointer; border: 0; border-radius: 12px;
  background: var(--orange); box-shadow: 0 10px 24px rgba(224,123,57,.28);
  color: #fff; font-size: 15px; font-weight: 900;
  transition: transform 150ms ease, background 150ms ease;
}
.payment-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
.payment-cta:active { transform: scale(.985); }
.payment-cta:focus-visible { outline: 3px solid rgba(224,123,57,.35); outline-offset: 3px; }
.renewal-copy { max-width: 330px; margin: 8px auto 0; color: var(--muted); font-size: 8.5px; line-height: 1.35; text-align: center; }
.payment-trust { margin-top: 14px; color: #537067; font-size: 10px; text-align: center; }
.payment-trust b { font-size: 13px; letter-spacing: -.5px; }

.content-section { padding: 44px 20px; }
.testimonial-card { margin: 0 20px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.review-head { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 9px; }
.review-avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--orange-soft); color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.review-head div { display: grid; }
.review-head strong { color: var(--green); font-size: 13px; }
.review-head small { color: var(--muted); font-size: 9px; }
.review-stars { color: var(--orange); font-size: 12px; letter-spacing: 1px; }
.testimonial-card blockquote { margin: 12px 0 0; color: var(--ink-soft); font-size: 11.5px; line-height: 1.5; }

.comparison { margin-top: 34px; background: var(--white); }
.comparison-card { padding: 27px 14px 25px; border-radius: 18px; background: var(--green-soft); }
.comparison h2 { padding: 0 1px; color: #747885; font-size: clamp(28px, 8.3vw, 36px); line-height: .95; text-wrap: balance; }
.comparison h2 .comparison-brand { margin-right: 5px; color: var(--green); }
.comparison h2 .comparison-trainer { color: var(--orange); }
.comparison-chart { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.compare-period { min-width: 0; text-align: center; }
.compare-bars { display: flex; height: 230px; align-items: flex-end; justify-content: center; gap: 7px; }
.compare-bar { display: block; width: clamp(20px, 6.7vw, 28px); min-height: 14px; border-radius: 999px; }
.petdaily-bar { background: var(--green-light); }
.trainer-bar { background: var(--orange); }
.bar-day { height: 7%; }
.bar-session { height: 23%; }
.bar-week { height: 8%; }
.bar-five-sessions { height: 45%; }
.bar-month { height: 9%; }
.bar-twenty-sessions { height: 100%; }
.compare-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 7px; font-size: clamp(12px, 3.7vw, 16px); font-variant-numeric: tabular-nums; letter-spacing: -.45px; line-height: 1; white-space: nowrap; }
.compare-prices b:first-child { color: var(--green-light); }
.compare-prices b:last-child { color: var(--orange-dark); }
.compare-label { display: block; margin-top: 8px; color: #686e78; font-size: clamp(17px, 5vw, 21px); letter-spacing: -.5px; line-height: 1; }
.chart-note { max-width: 310px; margin: 35px auto 0; color: #6e747c; font-size: 12px; line-height: 1.45; text-align: center; text-wrap: balance; }

.how-it-works h2 { font-size: 31px; }
.coach-feature { display: grid; grid-template-columns: 43% 1fr; align-items: center; gap: 18px; margin-top: 28px; }
.phone-shot { position: relative; overflow: hidden; border: 7px solid #151515; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.phone-shot::before { position: absolute; z-index: 2; top: 5px; left: 50%; width: 38%; height: 12px; border-radius: 10px; background: #0b0b0b; content: ""; transform: translateX(-50%); }
.phone-shot img { width: 100%; height: auto; }
.coach-shot { transform: rotate(-3deg); }
.coach-badge { display: inline-block; padding: 5px 8px; border-radius: 999px; background: var(--orange-soft); color: var(--orange-dark); font-size: 9px; font-weight: 900; }
.coach-copy h3 { margin: 10px 0 9px; color: var(--green); font-size: 25px; font-weight: 900; letter-spacing: -.9px; line-height: 1.02; }
.coach-copy h3 span { color: var(--orange); }
.coach-copy p, .story-copy > p:last-child { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.48; }

.steps-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.steps-list li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 10px; min-height: 73px; }
.steps-list li:not(:last-child)::after { position: absolute; top: 36px; bottom: 0; left: 18px; width: 2px; background: #d2ecda; content: ""; }
.steps-list li > span { z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #b9dec5; border-radius: 50%; background: var(--green-soft); color: var(--green-light); font-size: 11px; }
.steps-list li.is-active > span { border-color: var(--green-light); background: var(--green-light); color: #fff; }
.steps-list strong { color: var(--green); font-size: 13px; }
.steps-list p { margin: 3px 0 0; color: var(--muted); font-size: 9.5px; line-height: 1.4; }

.dashboard-story { display: grid; gap: 64px; overflow: hidden; background: var(--cream); }
.story-block { display: grid; grid-template-columns: 1fr 54%; align-items: center; gap: 18px; }
.story-block.reverse { grid-template-columns: 54% 1fr; }
.story-block.reverse .story-copy { order: 2; }
.story-copy h2 { margin-bottom: 12px; font-size: 27px; }
.phone-large { transform: rotate(2deg); }
.reverse .phone-large { transform: rotate(-2deg); }

.final-offer { text-align: center; }
.final-paw { display: grid; width: 66px; height: 66px; margin: 0 auto 19px; place-items: center; border-radius: 21px; background: var(--orange); box-shadow: 0 12px 26px rgba(224,123,57,.24); font-size: 31px; }
.final-offer h2 { font-size: 32px; }
.final-offer > p { max-width: 330px; margin: 12px auto 24px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.final-offer .plan-option { text-align: left; }
.final-offer .renewal-copy { margin-top: 8px; }

.faq { padding-top: 22px; }
.faq h2 { margin-bottom: 18px; font-size: 24px; }
.faq details { margin-bottom: 8px; border: 1px solid #dfe3df; border-radius: 10px; background: #fff; }
.faq summary { position: relative; padding: 14px 38px 14px 13px; cursor: pointer; color: var(--ink-soft); font-size: 12px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 50%; right: 14px; content: "⌄"; transform: translateY(-50%); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.faq details p { margin: 0; padding: 0 13px 14px; color: var(--muted); font-size: 10.5px; line-height: 1.5; }

.offer-footer { padding: 38px 20px calc(30px + env(safe-area-inset-bottom)); background: var(--cream); color: var(--green); text-align: center; }
.offer-footer p { margin: 3px 0 16px; color: var(--muted); font-size: 10px; }
.offer-footer nav { display: flex; justify-content: center; gap: 14px; }
.offer-footer a { color: var(--green-light); font-size: 9px; }
.offer-footer .footer-wordmark { justify-content: center; color: var(--ink); font-size: 20px; }

.stripe-dialog {
  width: min(calc(100% - 26px), 430px);
  max-height: calc(100svh - 28px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 30px 100px rgba(0,0,0,.32);
}
.stripe-dialog::backdrop { background: rgba(14,21,18,.67); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.stripe-panel { position: relative; max-height: calc(100svh - 28px); overflow-y: auto; padding: 22px 20px 18px; border-radius: 22px; background: #fff; }
.dialog-close { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; width: 34px; height: 34px; cursor: pointer; place-items: center; border: 0; border-radius: 50%; background: #f0f2f1; color: var(--ink-soft); font-size: 24px; }
.stripe-topline { display: flex; align-items: center; justify-content: space-between; padding-right: 37px; }
.mini-wordmark { color: var(--green); font-size: 14px; font-weight: 900; text-decoration: none; }
.stripe-word { color: #635bff; font-size: 17px; font-weight: 900; letter-spacing: -1px; }
.stripe-panel h2 { margin: 18px 0 13px; color: #242525; font-size: 22px; letter-spacing: -.6px; }
.checkout-summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; padding: 14px 15px; border: 1px solid #cfe7d9; border-radius: 13px; background: linear-gradient(135deg, #f4fbf7, #fff); }
.checkout-summary-copy { display: grid; min-width: 0; gap: 5px; }
.checkout-summary-heading, .checkout-summary-price { display: flex; align-items: center; gap: 5px; }
.checkout-summary-heading span { overflow: hidden; color: #242525; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.checkout-summary-heading em { padding: 2px 5px; border-radius: 999px; background: var(--green-light); color: #fff; font-size: 7px; font-style: normal; font-weight: 900; line-height: 1.2; }
.checkout-summary-price { color: #737876; font-size: 9px; white-space: nowrap; }
.checkout-summary-price strong { color: var(--green); font-size: 10px; }
.checkout-summary-daily { display: grid; flex: 0 0 auto; justify-items: end; }
.checkout-summary-daily strong { color: var(--green); font-size: 27px; line-height: .95; letter-spacing: -.7px; }
.checkout-summary-daily small { margin-top: 5px; color: #55625d; font-size: 9px; font-weight: 800; }
.embedded-checkout { min-height: 0; }
.checkout-elements-form { display: grid; gap: 15px; }
.checkout-element-group { display: grid; gap: 8px; }
.checkout-element-title { margin: 0; color: #25352f; font-size: 12px; font-weight: 850; }
.checkout-charge-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 13px; border: 1px solid #e0e7e3; border-radius: 10px; background: #f8faf9; color: #66716c; font-size: 10px; }
.checkout-charge-total strong { color: #25352f; font-size: 12px; }
.checkout-submit { min-height: 50px; cursor: pointer; border: 0; border-radius: 11px; background: linear-gradient(135deg, var(--green-light), var(--green)); box-shadow: 0 8px 20px rgba(0,145,95,.2); color: #fff; font: inherit; font-size: 13px; font-weight: 900; transition: opacity .2s ease, transform .2s ease; }
.checkout-submit:hover:not(:disabled) { transform: translateY(-1px); }
.checkout-submit:disabled { cursor: wait; opacity: .55; }
.stripe-loading { display: grid; min-height: 210px; place-items: center; align-content: center; gap: 12px; color: var(--muted); font-size: 11px; }
.stripe-loading[hidden] { display: none; }
.stripe-loading p { margin: 0; }
.stripe-loader { width: 28px; height: 28px; border: 3px solid #e4e6e5; border-top-color: var(--orange); border-radius: 50%; animation: spin .75s linear infinite; }
.stripe-error { margin: 18px 4px; padding: 12px; border-radius: 10px; background: #fff1f0; color: #a4312b; font-size: 11px; line-height: 1.45; text-align: center; }
.stripe-error[hidden] { display: none; }
.stripe-terms { margin: 10px 0 0; color: #858a87; font-size: 8px; line-height: 1.4; text-align: center; }
.stripe-security { margin-top: 12px; color: #818683; font-size: 9px; text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 360px) {
  .offer-hero, .content-section { padding-right: 15px; padding-left: 15px; }
  .plan-main strong { font-size: 12.5px; }
  .coach-feature { grid-template-columns: 40% 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
