/* ==========================================================================
   PlayGuitar v3 — Guarantee page body
   Ported from design/od-utility/screens/guarantee-desktop.html. Marketing
   chrome (header, footer, container) from marketing.css (.pg-market); this is
   the guarantee-specific body only, scoped under body.pg-guarantee, tokens-only.
   ========================================================================== */

.pg-guarantee .hero { background: var(--accent-deep); color: var(--on-dark); padding: var(--space-24) 0 var(--space-20); }
.pg-guarantee .hero-inner { max-width: var(--width-content); margin: 0 auto; }
.pg-guarantee .hero-eyebrow { font-family: var(--font-body); font-size: var(--text-xs); font-weight: var(--weight-semibold); text-transform: uppercase; letter-spacing: var(--track-eyebrow); color: var(--on-dark-muted); margin: 0 0 var(--space-5) 0; display: inline-flex; align-items: center; gap: var(--space-2); }
.pg-guarantee .hero-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--on-dark-muted); }
.pg-guarantee .hero h1 { color: var(--on-dark); font-size: var(--h1); font-weight: var(--weight-semibold); margin: 0 0 var(--space-8) 0; letter-spacing: var(--track-tight); max-width: 16ch; }
.pg-guarantee .hero-intro { font-size: var(--text-lg); line-height: var(--leading-loose); color: var(--on-dark-muted); max-width: 56ch; }

.pg-guarantee .section { padding: var(--space-20) 0; }
.pg-guarantee .section-tint { background: var(--paper-tint); }
.pg-guarantee .section-h { font-size: var(--h2); font-weight: var(--weight-semibold); margin: 0 0 var(--space-10) 0; max-width: 22ch; }
.pg-guarantee .section-h-center { text-align: center; margin-left: auto; margin-right: auto; }
.pg-guarantee .prose { max-width: var(--width-content); margin: 0 auto; }

.pg-guarantee .outcomes-head { max-width: var(--width-content); margin: 0 auto var(--space-12); text-align: center; }
.pg-guarantee .outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-12); max-width: var(--width-wide); margin: 0 auto; }
.pg-guarantee .outcome { border-top: 1px solid var(--hairline); padding-top: var(--space-6); }
.pg-guarantee .outcome-num { font-family: var(--font-heading); font-style: italic; font-weight: var(--weight-medium); font-size: var(--text-lg); color: var(--ink-muted); margin-bottom: var(--space-3); letter-spacing: 0; }
.pg-guarantee .outcome-body { font-size: var(--text-md); line-height: var(--leading-loose); color: var(--ink-body); }

.pg-guarantee .refund-body { font-size: var(--text-md); line-height: var(--leading-loose); color: var(--ink-body); }
.pg-guarantee .refund-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.pg-guarantee .refund-body a:hover { color: var(--accent-hover); }

.pg-guarantee .callout { padding: var(--space-24) 0; background: var(--paper); }
.pg-guarantee .callout-quote { max-width: 760px; margin: 0 auto; font-family: var(--font-heading); font-style: italic; font-weight: var(--weight-normal); font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.45; color: var(--ink-heading); text-align: center; letter-spacing: -0.01em; text-wrap: balance; position: relative; }
.pg-guarantee .callout-quote::before, .pg-guarantee .callout-quote::after { content: ""; display: block; width: 48px; height: 1px; background: var(--hairline); margin: 0 auto; }
.pg-guarantee .callout-quote::before { margin-bottom: var(--space-10); }
.pg-guarantee .callout-quote::after { margin-top: var(--space-10); }

.pg-guarantee .back { background: var(--accent-deep); color: var(--on-dark); padding: var(--space-20) 0; text-align: center; }
.pg-guarantee .back h2 { color: var(--on-dark); font-size: var(--h2); margin: 0 0 var(--space-8) 0; }
.pg-guarantee .back-actions { display: flex; flex-direction: column; align-items: center; gap: var(--space-5); }
.pg-guarantee .btn-primary { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: var(--text-md); font-weight: var(--weight-semibold); background: var(--brand); color: var(--on-dark); padding: var(--space-4) var(--space-8); border-radius: var(--radius-md); border: 0; cursor: pointer; transition: background var(--transition-fast); letter-spacing: 0; min-height: 52px; text-decoration: none; }
.pg-guarantee .btn-primary:hover { background: var(--brand-hover); color: var(--on-dark); }
.pg-guarantee .back-secondary { font-size: var(--text-base); color: var(--on-dark-muted); border-bottom: 1px solid rgba(255,255,255,0.28); padding-bottom: 2px; }
.pg-guarantee .back-secondary:hover { color: var(--on-dark); border-bottom-color: var(--on-dark); }

@media (max-width: 900px) {
  .pg-guarantee .outcomes-grid { grid-template-columns: 1fr; gap: var(--space-8); max-width: var(--width-content); }
}
@media (max-width: 768px) {
  .pg-guarantee .hero { padding: var(--space-16) 0; }
  .pg-guarantee .hero h1 { max-width: 100%; }
  .pg-guarantee .section { padding: var(--space-16) 0; }
  .pg-guarantee .callout { padding: var(--space-16) 0; }
  .pg-guarantee .back { padding: var(--space-16) 0; }
}
@media (max-width: 480px) {
  .pg-guarantee .hero h1 { font-size: clamp(2rem, 9vw, 2.5rem); }
}
