/* ============================================================
   SALES PAGE — The Personalized Horse Evaluation Checklist
   Reuses styles.css tokens. Section-specific styles only.
   ============================================================ */

.nav__cta { background: var(--pink); color: #fff !important; padding: 9px 16px; border-radius: 999px; font-weight: 700; }
.nav__cta:hover { background: var(--pink-dark); }

.eyebrow--paper { color: var(--gold-soft); }

/* ---------- HERO ---------- */
.s-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--paper), var(--cream-2)); }
.s-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; align-items: center; padding: 72px 24px 84px; }
.s-hero__title { font-size: clamp(2.2rem, 4.6vw, 3.5rem); font-weight: 900; line-height: 1.02; letter-spacing: -0.015em; margin-top: 8px; }
.s-money { color: var(--pink); white-space: nowrap; }
.s-hero__script { font-family: var(--font-script); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--teal-dark); margin: 6px 0 18px; }
.s-hero__lede { font-size: 1.1rem; line-height: 1.65; color: var(--body); max-width: 36rem; }
.s-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin: 28px 0 22px; }
.s-hero__note { font-size: 0.9rem; color: var(--muted); max-width: 18rem; line-height: 1.45; }
.s-trust { list-style: none; display: grid; gap: 10px; }
.s-trust li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; font-weight: 600; color: var(--ink); }
.s-trust svg { flex: none; width: 20px; height: 20px; fill: none; stroke: var(--teal); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
  background: var(--teal-wash); border-radius: 50%; padding: 3px; }

/* Hero art: the meter card */
.s-hero__art { position: relative; display: flex; justify-content: center; }
.s-meter-card { position: relative; width: 100%; max-width: 400px; background: #fff; border-radius: 18px;
  padding: 26px 26px 30px; box-shadow: 0 26px 60px rgba(6,31,63,0.20); transform: rotate(-1.6deg); }
.s-meter-card__tab { position: absolute; top: -13px; left: 24px; background: var(--gold); color: var(--ink);
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.s-meter-card__eyebrow { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.s-meter-card__name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--ink); margin-top: 2px; }
.s-meter { margin: 18px 0 16px; }
.s-meter__row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.s-meter__row > span:first-child { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.02em; color: var(--muted); text-transform: uppercase; }
.s-meter__verdict { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--pink-dark); }
.s-meter__bar { height: 12px; background: var(--pink-wash-2); border-radius: 999px; overflow: hidden; }
.s-meter__bar span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--coral) 55%, var(--pink)); }
.s-meter-card__flags { list-style: none; display: grid; gap: 9px; margin: 4px 0 16px; }
.s-meter-card__flags li { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--ink); }
.s-dot { flex: none; width: 10px; height: 10px; border-radius: 50%; }
.s-meter-card__flags .is-red .s-dot { background: var(--pink); }
.s-meter-card__flags .is-yellow .s-dot { background: var(--gold); }
.s-meter-card__verdict-line { border-top: 1px solid var(--line); padding-top: 14px; font-size: 0.95rem; color: var(--ink); }
.s-meter-card__verdict-line b { color: var(--pink-dark); }
.s-meter-card__scribble { position: absolute; right: -14px; bottom: -30px; font-family: var(--font-script); font-weight: 700;
  font-size: 1.25rem; line-height: 1.05; color: var(--teal-dark); text-align: center; transform: rotate(-7deg); }

/* ---------- THE COST ---------- */
.s-cost { padding: 76px 0; background: var(--paper-3); }
.s-cost__head { text-align: center; max-width: 42rem; margin: 0 auto 44px; }
.s-cost__head .section-title { margin: 12px 0 12px; }
.s-cost__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.s-cost__card { background: #fff; border-radius: 16px; padding: 30px 26px; box-shadow: var(--shadow-sm);
  border-top: 5px solid var(--coral); }
.s-cost__num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--coral-dark); letter-spacing: -0.01em; }
.s-cost__card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin: 8px 0 8px; }
.s-cost__card p { font-size: 0.96rem; line-height: 1.6; color: var(--body); }
.s-cost__foot { text-align: center; font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); margin-top: 38px; }
.s-cost__foot b { color: var(--pink); }

/* ---------- WHAT'S INSIDE ---------- */
.s-inside { position: relative; overflow: hidden; padding: 80px 0; background: linear-gradient(135deg, var(--pink-wash), var(--pink-wash-2)); }
.s-inside__head { text-align: center; max-width: 42rem; margin: 0 auto 48px; }
.s-inside__head .section-title { margin: 12px 0 12px; }
.s-inside__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.s-feature { background: #fff; border-radius: 16px; padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; }
.s-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.s-feature__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; margin-bottom: 14px; }
.s-feature__ico svg { width: 26px; height: 26px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.s-feature__ico--pink { background: var(--pink-wash-2); } .s-feature__ico--pink svg { stroke: var(--pink); }
.s-feature__ico--teal { background: var(--teal-wash); } .s-feature__ico--teal svg { stroke: var(--teal); }
.s-feature__ico--coral { background: #fdeee9; } .s-feature__ico--coral svg { stroke: var(--coral-dark); }
.s-feature__ico--gold { background: #fbf1dc; } .s-feature__ico--gold svg { stroke: #b5842e; }
.s-feature h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--ink); margin-bottom: 8px; line-height: 1.2; }
.s-feature p { font-size: 0.92rem; line-height: 1.55; color: var(--body); }

/* ---------- HOW IT WORKS ---------- */
.s-how { padding: 80px 0; background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.s-how__head { text-align: center; margin-bottom: 46px; }
.s-how__head .section-title { margin-top: 12px; }
.s-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.s-step { position: relative; background: #fff; border-radius: 16px; padding: 32px 26px 28px; box-shadow: var(--shadow-sm); }
.s-step__n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--teal); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin-bottom: 16px; }
.s-step:first-child .s-step__n { background: var(--pink); }
.s-step h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; color: var(--ink); margin-bottom: 10px; }
.s-step p { font-size: 0.98rem; line-height: 1.6; color: var(--body); }

/* ---------- SAMPLE (teal band) ---------- */
.s-sample { position: relative; overflow: hidden; padding: 76px 0;
  background: linear-gradient(150deg, #0a8d8b 0%, var(--teal) 42%, var(--teal-dark) 100%); color: #eaf3ef; }
.s-sample__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: center; }
.s-sample__title { color: #fff; font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 800; margin: 10px 0 14px; }
.s-sample__lead { color: #d6efe9; font-size: 1.06rem; line-height: 1.6; max-width: 30rem; }
.s-sample__goal { font-family: var(--font-script); font-weight: 700; font-size: 1.5rem; color: #ffd79a; margin-top: 16px; }
.s-flagcard { background: #fff; border-radius: 18px; padding: 26px; box-shadow: 0 26px 60px rgba(0,0,0,0.22); }
.s-flags { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.s-flags__col { border: 1.5px solid var(--line); border-radius: 12px; padding: 16px 15px; border-top-width: 4px; }
.s-flags__col h4 { font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 11px; }
.s-flags__col ul { list-style: none; display: grid; gap: 9px; }
.s-flags__col li { font-size: 0.88rem; line-height: 1.35; color: var(--ink); padding-left: 16px; position: relative; }
.s-flags__col li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; }
.s-flags__col--red { border-top-color: var(--pink); }
.s-flags__col--red h4 { color: var(--pink-dark); } .s-flags__col--red li::before { background: var(--pink); }
.s-flags__col--yellow { border-top-color: var(--gold); }
.s-flags__col--yellow h4 { color: #8a6412; } .s-flags__col--yellow li::before { background: var(--gold); }
.s-flags__col--green { border-top-color: var(--teal); }
.s-flags__col--green h4 { color: var(--teal-deep); } .s-flags__col--green li::before { background: var(--teal); }

/* ---------- WHO IT'S FOR ---------- */
.s-who { padding: 76px 0; background: var(--paper); text-align: center; }
.s-who__head { margin-bottom: 34px; }
.s-who__head .section-title { margin-top: 12px; }
.s-who__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 46rem; margin: 0 auto; }
.s-chip { background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: 11px 20px;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--ink); }
.s-who__foot { margin-top: 30px; font-size: 1rem; color: var(--body); }
.s-who__foot a { color: var(--pink-dark); font-weight: 700; }

/* ---------- PRICE ---------- */
.s-price { position: relative; overflow: hidden; padding: 84px 0; background: linear-gradient(180deg, var(--cream-2), var(--paper-3)); }
.s-pricecard { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; background: #fff; border-radius: 22px;
  padding: 40px 40px 36px; box-shadow: 0 30px 70px rgba(6,31,63,0.18); border: 1.5px solid var(--pink); }
.s-pricecard__top { text-align: center; }
.s-pricecard__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 1.9rem); color: var(--ink); margin: 12px 0 16px; line-height: 1.12; }
.s-pricecard__price { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin-bottom: 6px; }
.s-pricecard__amt { font-family: var(--font-display); font-weight: 900; font-size: 3.4rem; color: var(--pink); letter-spacing: -0.02em; }
.s-pricecard__per { font-size: 0.95rem; color: var(--muted); }
.s-pricecard__list { list-style: none; display: grid; gap: 11px; margin: 26px 0; }
.s-pricecard__list li { position: relative; padding-left: 30px; font-size: 1rem; line-height: 1.45; color: var(--ink); }
.s-pricecard__list li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--teal-wash); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007c7c' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center; }
.s-pricecard__cta { width: 100%; justify-content: center; }
.s-pricecard__reassure { text-align: center; font-size: 0.92rem; color: var(--muted); margin-top: 16px; line-height: 1.5; }

/* ---------- FAQ ---------- */
.s-faq { padding: 78px 0; background: var(--paper); }
.s-faq__inner { max-width: 44rem; margin: 0 auto; }
.s-faq__head { text-align: center; margin-bottom: 36px; }
.s-faq__head .section-title { margin-top: 12px; }
.s-faq__item { border: 1.5px solid var(--line); border-radius: 14px; background: #fff; margin-bottom: 12px; overflow: hidden; }
.s-faq__item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: var(--font-display);
  font-weight: 700; font-size: 1.08rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.s-faq__item summary::-webkit-details-marker { display: none; }
.s-faq__item summary::after { content: "+"; flex: none; font-family: var(--font-body); font-weight: 400; font-size: 1.5rem; color: var(--pink); line-height: 1; }
.s-faq__item[open] summary::after { content: "\2013"; }
.s-faq__item p { padding: 0 22px 20px; font-size: 0.98rem; line-height: 1.65; color: var(--body); }

/* ---------- FINAL CTA ---------- */
.s-final { position: relative; overflow: hidden; padding: 84px 0; text-align: center;
  background: linear-gradient(135deg, var(--pink-wash), var(--pink-wash-2)); }
.s-final__inner { position: relative; z-index: 1; max-width: 40rem; margin: 0 auto; }
.s-final__title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 800; color: var(--ink); }
.s-final__lede { font-size: 1.12rem; line-height: 1.6; color: var(--body); margin: 16px 0 28px; }
.s-final__note { margin-top: 18px; font-size: 0.95rem; color: var(--muted); }
.s-final__note a { color: var(--pink-dark); font-weight: 700; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .s-hero__grid { grid-template-columns: 1fr; gap: 40px; padding: 52px 24px 64px; }
  .s-inside__grid { grid-template-columns: repeat(2, 1fr); }
  .s-sample__inner { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 720px) {
  .s-cost__grid { grid-template-columns: 1fr; }
  .s-steps { grid-template-columns: 1fr; }
  .s-flags { grid-template-columns: 1fr; }
  .s-pricecard { padding: 32px 24px 30px; }
  .s-meter-card__scribble { position: static; display: block; margin-top: 16px; transform: rotate(-3deg); }
}
@media (max-width: 460px) {
  .s-inside__grid { grid-template-columns: 1fr; }
}
