/* ==========================================================================
   Horsewood — style.css (horsewood-en-us.com variant)
   Hero: bottle image right + bonus-guide callout strip beneath it
   Pricing: horizontal comparison strip
   ========================================================================== */

/* Hero */
.hero { padding: 64px 0 0; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 40px;
}
.hero-copy .stars { color: var(--accent-amber); font-size: 15px; margin-bottom: 18px; }
.hero-copy h1 { margin-bottom: .5em; }
.hero-copy p.lead { color: #E9DCD2; margin-bottom: 1.6em; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 30px; }
.hero-chip {
  background: rgba(230,122,46,.14);
  border: 1px solid rgba(230,122,46,.4);
  color: var(--text-white);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
}
.hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image { position: relative; }
.hero-image img { border-radius: var(--radius); }
.hero-guarantee-note { color: #C9B9AD; font-size: 15px; margin-top: 18px; }

/* Bonus guide callout strip beneath hero */
.bonus-strip {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 32px 0;
}
.bonus-strip-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bonus-strip-text { flex: 1; min-width: 260px; }
.bonus-strip-text .eyebrow { color: var(--accent-amber); }
.bonus-strip-text h3 { color: var(--text-white); font-size: 20px; margin-bottom: .3em; }
.bonus-strip-text p { color: #C9B9AD; margin: 0; font-size: 16px; }
.bonus-thumbs { display: flex; gap: 12px; flex-shrink: 0; }
.bonus-thumbs img {
  width: 72px; height: 72px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(230,122,46,.4);
}

/* Trust badge strip */
.trust-strip { padding: 32px 0; border-bottom: 1px solid var(--border-color); }

/* Why choose cards */
.why-card { text-align: left; }
.why-card .icon-wrap {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(230,122,46,.12);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--accent-amber-deep);
}
.why-card h3 { margin-bottom: .4em; }
.why-card p { color: var(--text-muted); margin-bottom: 0; font-size: 17px; }

/* About */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* Benefits */
.benefit-card { display: flex; gap: 18px; align-items: flex-start; }
.benefit-card .num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  color: var(--accent-amber-deep);
  background: rgba(230,122,46,.12);
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.benefit-card h3 { font-size: 18px; margin-bottom: .3em; }
.benefit-card p { color: var(--text-muted); font-size: 16.5px; margin-bottom: 0; }
.benefits-image-wrap { text-align: center; margin-top: 40px; }
.benefits-image-wrap img { border-radius: var(--radius); box-shadow: var(--shadow-card); max-width: 720px; margin: 0 auto; }

/* Ingredients — sidebar list style */
.ingredients-layout { display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: start; }
.ingredients-sidebar {
  background: var(--bg-dark);
  background-image: radial-gradient(at center center, var(--bg-espresso) 0%, var(--bg-dark) 100%);
  border-radius: var(--radius);
  padding: 26px;
  position: sticky;
  top: 100px;
}
.ingredients-sidebar h4 { color: var(--text-white); font-size: 15px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 1em; }
.ingredients-sidebar ul { list-style: none; padding: 0; margin: 0; }
.ingredients-sidebar li a {
  display: block;
  color: #E9DCD2;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.ingredients-sidebar li:last-child a { border-bottom: none; }
.ingredients-sidebar li a:hover { color: var(--accent-amber); text-decoration: none; }
.ingredient-block { padding: 22px 0; border-bottom: 1px solid var(--border-color); scroll-margin-top: 100px; }
.ingredient-block .ing-name { font-family: var(--font-heading); font-weight: 700; font-size: 18px; }
.ingredient-block .ing-dose { color: var(--accent-amber-deep); font-weight: 600; font-size: 15px; display: block; margin-top: 4px; margin-bottom: 8px; }
.ingredient-block p { color: var(--text-muted); margin: 0; font-size: 16.5px; }
@media (max-width: 900px) {
  .ingredients-layout { grid-template-columns: 1fr; }
  .ingredients-sidebar { position: static; }
}
.medication-callout {
  margin-top: 36px;
  background: #FFF3E8;
  border: 1.5px solid var(--accent-amber);
  border-radius: var(--radius);
  padding: 26px 30px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.medication-callout svg { flex-shrink: 0; color: var(--accent-amber-deep); margin-top: 3px; }
.medication-callout strong { color: var(--text-dark); }
.medication-callout p { margin: 0; color: var(--text-dark); font-size: 16.5px; }
.ingredients-media { margin-top: 40px; text-align: center; }
.ingredients-media img { border-radius: var(--radius); box-shadow: var(--shadow-card); max-width: 640px; margin: 0 auto; }

/* How it works steps */
.steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.step-item { display: flex; gap: 20px; margin-bottom: 30px; }
.step-item:last-child { margin-bottom: 0; }
.step-num {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 20px;
  color: var(--bg-dark);
  background: var(--accent-amber);
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.step-item h3 { margin-bottom: .3em; font-size: 18px; }
.step-item p { color: var(--text-muted); margin: 0; font-size: 16.5px; }
.steps-media img { border-radius: var(--radius); box-shadow: var(--shadow-card); }

/* Who is it for */
.whofor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.whofor-card h3 { display: flex; align-items: center; gap: 10px; font-size: 18px; }
.whofor-card.good { border-left: 4px solid var(--accent-amber); }
.whofor-card.not { border-left: 4px solid var(--text-muted); }
.whofor-card ul { padding-left: 1.1em; color: var(--text-muted); font-size: 16.5px; }

/* Usage timeline */
.timeline-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.timeline-card { text-align: center; }
.timeline-card .week { font-family: var(--font-heading); font-weight: 800; color: var(--accent-amber-deep); font-size: 22px; margin-bottom: 8px; }
.timeline-card p { font-size: 16px; color: var(--text-muted); margin: 0; }
@media (max-width: 760px) { .timeline-row { grid-template-columns: 1fr 1fr; } }

/* Comparison table */
.compare-table-wrap { overflow-x: auto; }
table.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; }
table.compare-table th, table.compare-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  font-size: 16.5px;
}
table.compare-table thead th {
  font-family: var(--font-heading);
  font-weight: 700;
  background: var(--bg-ivory);
  color: var(--text-dark);
}
table.compare-table td.highlight { background: rgba(230,122,46,.07); font-weight: 600; }
table.compare-table td.check { color: var(--accent-amber-deep); font-weight: 700; }

/* Pricing — horizontal comparison strip */
.pricing-strip { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid var(--border-color); }
.pricing-strip-row {
  display: grid;
  grid-template-columns: 90px 1fr 140px 130px 160px 160px;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-white);
}
.pricing-strip-row:last-child { border-bottom: none; }
.pricing-strip-row.featured { background: rgba(230,122,46,.06); }
.pricing-strip-row img { width: 72px; height: 72px; object-fit: contain; }
.ps-name { font-family: var(--font-heading); font-weight: 700; font-size: 17px; }
.ps-name .badge-inline {
  display: inline-block;
  background: var(--accent-amber);
  color: var(--bg-dark);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 3px 9px;
  border-radius: 999px;
  margin-left: 8px;
  vertical-align: middle;
}
.ps-name .tier-supply { display: block; color: var(--text-muted); font-size: 14px; font-weight: 400; margin-top: 2px; }
.ps-price { font-family: var(--font-heading); font-weight: 800; font-size: 22px; color: var(--text-dark); text-align: right; }
.ps-perbottle { color: var(--accent-amber-deep); font-weight: 600; font-size: 14px; text-align: right; }
.ps-cta { text-align: right; }
@media (max-width: 900px) {
  .pricing-strip-row { grid-template-columns: 1fr; text-align: left; gap: 10px; padding: 22px; }
  .ps-price, .ps-perbottle, .ps-cta { text-align: left; }
  .pricing-strip-row img { width: 60px; height: 60px; }
}
.pricing-note { text-align: center; color: var(--text-muted); font-size: 15px; margin-top: 28px; }

/* Guarantee */
.guarantee-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: center; }
.guarantee-grid img { border-radius: var(--radius); }

/* Testimonials */
.testimonial-card .stars { color: var(--accent-amber); margin-bottom: 14px; }
.testimonial-card p.quote { font-size: 17px; font-style: italic; color: var(--text-dark); margin-bottom: 18px; }
.testimonial-card .author { font-family: var(--font-heading); font-weight: 700; font-size: 15px; }
.testimonial-card .location { color: var(--text-muted); font-size: 14px; }

/* Related articles */
.article-card { display: block; }
.article-card img { border-radius: var(--radius); margin-bottom: 16px; aspect-ratio: 16/10; object-fit: cover; }
.article-card h3 { font-size: 17px; color: var(--text-dark); margin-bottom: .3em; }
.article-card:hover h3 { color: var(--accent-amber-deep); }
.article-card .tag { color: var(--accent-amber-deep); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

/* Final CTA */
.final-cta { text-align: center; }
.final-cta img { max-width: 320px; margin: 0 auto 28px; }
.final-cta .badge-row { margin-top: 30px; }
.final-cta .payment-icons { display: flex; gap: 14px; justify-content: center; margin-top: 22px; opacity: .85; font-size: 14px; color: #C9B9AD; }

@media (max-width: 900px) {
  .hero-grid, .about-grid, .steps-grid, .whofor-grid, .guarantee-grid { grid-template-columns: 1fr; }
  .about-grid img { order: -1; }
  .bonus-strip-inner { justify-content: center; text-align: center; }
}
