/*
 * Frameboard - Pitch page stylesheet
 * Layered on top of /for/vertical.css + /css/polish.css. Designed as a deck-style
 * high-conversion sales page, not a landing page.
 */

.pitch-hero {
  position: relative;
  padding: 120px 24px 100px;
  text-align: center;
  overflow: hidden;
}
.pitch-hero h1 {
  font-size: 64px;
  letter-spacing: -2px;
  line-height: 1.02;
  max-width: 940px;
  margin: 0 auto 24px;
}
.pitch-hero h1 .accent { color: var(--gold); }
.pitch-hero h1 .teal { color: var(--teal); }
.pitch-hero .sub { font-size: 21px; max-width: 720px; margin-bottom: 40px; }
.pitch-hero .chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
@media (max-width: 640px) {
  .pitch-hero { padding: 72px 20px 56px; }
  .pitch-hero h1 { font-size: 38px; letter-spacing: -1px; }
  .pitch-hero .sub { font-size: 17px; }
}

.pitch-reality {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pitch-reality .big-number {
  font-size: 96px;
  font-weight: 800;
  letter-spacing: -3px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--teal) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 18px;
}
.pitch-reality .big-number-sub {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
  max-width: 620px;
  margin: 0 auto 16px;
}
.pitch-reality .big-number-source {
  font-size: 13px;
  color: var(--dim);
  font-style: italic;
}
@media (max-width: 640px) {
  .pitch-reality .big-number { font-size: 64px; }
  .pitch-reality .big-number-sub { font-size: 17px; }
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 40px auto 0;
}
.ba-col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}
.ba-col.before { border-left: 4px solid #ef4444; }
.ba-col.after  { border-left: 4px solid var(--teal); }
.ba-col h3 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: var(--muted);
}
.ba-col.before h3 strong { color: #ef4444; }
.ba-col.after h3  strong { color: var(--teal); }
.ba-col ul { list-style: none; padding: 0; margin: 0; }
.ba-col li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--white);
  border-bottom: 1px dashed rgba(255,255,255,0.05);
}
.ba-col li:last-child { border-bottom: none; }
.ba-col li::before {
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 14px;
  font-weight: 700;
}
.ba-col.before li::before { content: "✕"; color: #ef4444; }
.ba-col.after  li::before { content: "✓"; color: var(--teal); }
@media (max-width: 760px) { .before-after { grid-template-columns: 1fr; } }

.metric-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: left;
}
.metric-block .label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.metric-block .value {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1;
}
.metric-block .value .unit { font-size: 22px; color: var(--teal); margin-left: 2px; }
.metric-block .body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.pitch-flow {
  max-width: 760px;
  margin: 0 auto;
}
.flow-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.flow-step .n {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--teal);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 0 0 5px rgba(0,212,170,0.08);
}
.flow-step .body h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--white);
}
.flow-step .body p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}

.pitch-testimonial {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.pitch-testimonial .mark {
  font-size: 80px;
  line-height: 0.8;
  color: var(--gold);
  font-family: serif;
  margin-bottom: 12px;
  opacity: 0.7;
}
.pitch-testimonial .q {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.pitch-testimonial .who {
  font-size: 14px;
  color: var(--muted);
}
@media (max-width: 640px) {
  .pitch-testimonial .q { font-size: 20px; }
}

.final-cta {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 64px 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.final-cta h2 {
  font-size: 36px;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.final-cta p {
  font-size: 17px;
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 28px;
}
.final-cta .btn-primary { padding: 14px 28px; font-size: 16px; }
.final-cta .meta {
  font-size: 13px;
  color: var(--dim);
  margin-top: 18px;
}
@media (max-width: 640px) {
  .final-cta { padding: 48px 20px; }
  .final-cta h2 { font-size: 26px; }
}

.pitch-faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pitch-faq details[open] { border-color: var(--teal); }
.pitch-faq summary {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pitch-faq summary::after {
  content: "+";
  color: var(--teal);
  font-size: 22px;
  font-weight: 700;
  transition: transform 200ms;
}
.pitch-faq details[open] summary::after { content: "-"; }
.pitch-faq details p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
