/* =========================================================
   COLD CALLING FOR YOU · ltv-cac.css
   Page-scoped styles for the Trade $1 For $10 VSL page only.
   Loaded after styles.css; index.html never sees this file.
   All classes prefixed lp- ; colors via :root tokens only.
   ========================================================= */

/* ---- hero: video lives inside the dark hero ---- */
.lp-hero__video {
  max-width: 920px;
  margin: 38px auto 0;
}

/* ---- hero: proof strip, real numbers above the scroll ---- */
.lp-proof-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  margin: 48px auto 0;
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--carbon);
}
.lp-proof-strip__cell {
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid var(--hair-dark);
  border-bottom: 1px solid var(--hair-dark);
}
.lp-proof-strip__cell:nth-child(2n) { border-right: 0; }
.lp-proof-strip__cell:nth-child(n+3) { border-bottom: 0; }
.lp-proof-strip__num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--green);
}
.lp-proof-strip__lbl {
  display: block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--static);
}
.lp-proof-strip__src {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--static);
  text-align: center;
}
@media (min-width: 760px) {
  .lp-proof-strip { grid-template-columns: repeat(4, 1fr); }
  .lp-proof-strip__cell { border-bottom: 0; }
  .lp-proof-strip__cell:nth-child(2n) { border-right: 1px solid var(--hair-dark); }
  .lp-proof-strip__cell:last-child { border-right: 0; }
  .lp-proof-strip__num { font-size: 30px; }
}

/* ---- shared slim CTA row at section ends ---- */
.lp-cta-row {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

/* ---- mechanism: three-step ledger ---- */
.lp-mech {
  max-width: 760px;
  margin: 0 auto 56px;
  border-top: 1px solid var(--hair-light);
}
.lp-mech__row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--hair-light);
}
.lp-mech__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--green);
  padding-top: 5px;
}
.lp-mech__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lp-mech__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--static);
  max-width: 560px;
}
.lp-mech__close {
  max-width: 620px;
  margin: 48px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: var(--static);
}
@media (min-width: 1024px) {
  .lp-mech__title { font-size: 23px; }
}

/* the fanned formula cards sit between ledger and closing line */
.lp-formula { margin-top: 56px; }

/* =========================================================
   PROOF · MARKED-UP PAPER CALL SHEET
   A cream working sheet on the dark section, annotated by hand.
   Ink colors are literal (not brand tokens): charcoal / ink-blue
   on cream paper, so handwriting reads as real ink.
   ========================================================= */
.sheet { max-width: 880px; margin: 0 auto; }
.sheet__paper {
  position: relative;
  background: #F5F1E8;
  color: #2A2A2A;
  border-radius: var(--radius-card);
  padding: 24px 30px 30px;
  box-shadow: 0 26px 60px -22px rgba(0,0,0,0.65), 0 1px 0 rgba(0,0,0,0.35);
}

/* ---- sheet header: Mac window chrome ---- */
.sheet__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0D9C9;
}
.sheet__dots {
  display: inline-flex;
  gap: 8px;
  flex-shrink: 0;
}
.sheet__dots i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}
.sheet__dots i:nth-child(1) { background: #FF5F57; }
.sheet__dots i:nth-child(2) { background: #FEBC2E; }
.sheet__dots i:nth-child(3) { background: #28C840; }
.sheet__title {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A2A2A;
}
.sheet__title-dim { color: #B4AB95; font-weight: 500; }

/* ---- KPI summary strip ---- */
.sheet__summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #E0D9C9;
}
.sheet__kpi {
  padding: 14px 10px 15px;
  border-right: 1px solid #EAE3D3;
}
.sheet__kpi:last-child { border-right: 0; }
.sheet__kpi b {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  color: #1B2A4A;
}
.sheet__kpi span {
  display: block;
  margin-top: 7px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A9079;
}

/* ---- the grid of rows ---- */
.sheet__grid { position: relative; }
.sheet__colhead,
.sheet__row {
  display: grid;
  grid-template-columns: 28px minmax(100px, 1fr) minmax(140px, 1.3fr) 140px minmax(160px, 1.45fr);
  align-items: center;
  gap: 14px;
}
.sheet__colhead {
  padding: 11px 0 9px;
  border-bottom: 1px solid #E0D9C9;
}
.sheet__colhead span {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A99F88;
}
.sheet__rows { position: relative; }
.sheet__row {
  position: relative;
  min-height: 48px;
  padding: 7px 0;
  border-bottom: 1px solid #ECE5D6;
}
.sheet__row:last-child { border-bottom: 0; }
.c-idx {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #BEB49C;
}
.c-who {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #2A2A2A;
}
.c-sig {
  font-size: 13px;
  line-height: 1.35;
  color: #6A6250;
}
.c-disp { min-width: 0; }

/* ---- disposition chips, paper variants ---- */
.pchip {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid currentColor;
  white-space: nowrap;
}
.pchip--booked { color: #0A7D3B; background: rgba(0,168,68,0.10); }
.pchip--warm   { color: #A06A12; background: rgba(190,130,20,0.09); }
.pchip--muted  { color: #8C8472; background: rgba(120,110,90,0.07); }

/* ---- the ink: handwritten operator notes, in the Notes column ---- */
.ink-note {
  font-family: 'Caveat', 'Segoe Script', cursive;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.08;
  color: #1B2A4A;
  transform: rotate(-1.5deg);
  transform-origin: left center;
}

/* ---- mobile: rows become stacked cards; the note drops under its row ---- */
@media (max-width: 759px) {
  .sheet__paper { padding: 20px 18px 24px; }
  .sheet__summary { grid-template-columns: repeat(2, 1fr); }
  .sheet__kpi:nth-child(2n) { border-right: 0; }
  .sheet__kpi:nth-child(-n+2) { border-bottom: 1px solid #EAE3D3; }
  .sheet__colhead { display: none; }

  .sheet__row {
    grid-template-columns: 24px 1fr auto;
    grid-template-areas:
      "idx who  disp"
      "idx sig  sig"
      "idx note note";
    column-gap: 10px;
    row-gap: 5px;
    padding: 13px 0;
    align-items: start;
  }
  .c-idx  { grid-area: idx; padding-top: 2px; }
  .c-who  { grid-area: who; }
  .c-sig  { grid-area: sig; }
  .c-disp { grid-area: disp; justify-self: end; }
  .c-note.ink-note {
    grid-area: note;
    margin-top: 3px;
    transform: rotate(-1.2deg);
  }
}

/* ---- proof: sample-week recap line under the dashboard ---- */
.lp-recap {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--static);
  text-align: center;
}

/* ---- client results: anonymized case cards ---- */
.lp-case {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 880px) {
  .lp-case { grid-template-columns: 1fr 1fr; gap: 32px; }
}
.lp-case__card {
  background: var(--paper);
  border: 1px solid var(--hair-light);
  border-radius: var(--radius-card);
  padding: 28px;
  transition: border-color 120ms ease;
}
.lp-case__card:hover { border-color: var(--ink); }
.lp-case__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--static);
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--hair-light);
}
.lp-case__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  margin-bottom: 18px;
}
.lp-case__stat-num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--green-dim);
}
.lp-case__stat-lbl {
  display: block;
  margin-top: 7px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--static);
}
.lp-case__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--static);
}
.lp-case__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--static);
}
.lp-case__src {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--static);
  text-align: center;
}
@media (min-width: 1024px) {
  .lp-case__card { padding: 36px 32px; }
  .lp-case__stat-num { font-size: 30px; }
}

/* ---- the guarantee: one dark card, no green flood ---- */
.lp-guarantee {
  max-width: 760px;
  margin: 56px auto 0;
  background: var(--carbon);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  text-align: center;
  color: var(--paper);
}
.lp-guarantee__lbl { margin-bottom: 16px; }
.lp-guarantee__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(20px, 3.4vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-guarantee__body {
  margin: 16px auto 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--static-lt);
}
@media (min-width: 1024px) {
  .lp-guarantee { padding: 44px 48px; }
}

/* ---- application: stepped cards ---- */
#apply { scroll-margin-top: 64px; }

/* one-line qualifier under the section head */
.lp-qualify {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--static);
}

.lp-step {
  max-width: 980px;
  margin: 0 auto 56px;
}
.lp-step:last-child { margin-bottom: 0; }

.lp-step__lbl {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--static);
  padding-bottom: 14px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--hair-dark);
}
.lp-step__num {
  font-weight: 700;
  color: var(--green);
}

/* ---- the live multiplier reveal ---- */
.lp-multiplier {
  background: var(--ink);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-card);
  padding: 32px 24px 26px;
  text-align: center;
}
/* the parent .calc grid drops its gap at 880px; restore the gutter here */
@media (min-width: 880px) {
  .lp-multiplier { grid-column: 1 / -1; margin-bottom: 24px; }
}
.lp-multiplier__eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--static);
}
.lp-multiplier__row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.22em;
  margin-top: 14px;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}
.lp-multiplier__one {
  font-size: clamp(26px, 4.5vw, 40px);
  color: var(--paper);
}
.lp-multiplier__arrow {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: clamp(20px, 3.5vw, 32px);
  color: var(--static);
  transform: translateY(-0.08em);
}
.lp-multiplier__x {
  font-size: clamp(44px, 9vw, 76px);
  color: var(--green);
  min-width: 2.6ch;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.lp-multiplier__receipts {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--static-lt);
}
.lp-multiplier__note {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--static);
}

/* ---- application: single about-your-business panel ---- */
.calc__about {
  background: var(--carbon);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-card);
  padding: 28px;
}
@media (min-width: 880px) {
  .calc__about { grid-column: 1 / -1; padding: 36px; }
}

.calc__about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.calc__about-grid .calc__field { margin-bottom: 0; }
@media (min-width: 640px) {
  .calc__about-grid { grid-template-columns: 1fr 1fr; gap: 26px 36px; }
}

/* ---- slider fields: label row with a live readout, slim track ---- */
.calc__slider-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.calc__slider-val {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  color: var(--green);
  white-space: nowrap;
}

.calc input[type="range"] {
  width: 100%;
  margin: 14px 0 4px;
  appearance: none;
  -webkit-appearance: none;
  height: 18px;
  background: transparent;
  cursor: pointer;
}
.calc input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: var(--hair-dark);
}
.calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  border-radius: 50%;
  border: 0;
  background: var(--green);
}
.calc input[type="range"]::-moz-range-track {
  height: 2px;
  background: var(--hair-dark);
}
.calc input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
}
.calc input[type="range"]:focus { outline: none; }
.calc input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.35);
}
.calc input[type="range"]:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.35);
}

.calc__select-wrap { position: relative; display: flex; align-items: center; }
.calc__select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--static);
  border-bottom: 2px solid var(--static);
  transform: translateY(-2px) rotate(45deg);
  pointer-events: none;
}
.calc select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--ink);
  border: 1px solid var(--hair-dark);
  border-radius: 2px;
  padding: 12px 38px 12px 14px;
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 14px;
  cursor: pointer;
  transition: border-color 120ms ease;
}
.calc select:focus { border-color: var(--green); outline: none; }
.calc select:invalid { color: var(--static); } /* unanswered reads dim */
.calc__field--missing select { border-color: var(--paper); }

.calc__missing {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper);
  text-align: center;
}

/* mailto escape hatch inside the not-a-fit message */
.lp-cal__msg a {
  color: var(--static-lt);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp-cal__msg a:hover { color: var(--paper); }

/* ---- step 2: locked Calendly embed ---- */
.lp-cal {
  position: relative;
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-card);
  background: var(--carbon);
  overflow: hidden;
}

/* Compact while the calendar (date/time picker) is shown; grows to .is-expanded
   when Calendly advances to the form + submit step (toggled in script.js via
   Calendly's postMessage events). Each step fits without internal scrolling. */
.lp-cal__widget {
  min-width: 280px;
  height: 700px;
  transition: height 260ms ease;
}
.lp-cal__widget.is-expanded {
  height: 1000px;
}
@media (max-width: 760px) {
  .lp-cal__widget { height: 880px; }
  .lp-cal__widget.is-expanded { height: 1180px; }
}

/* keep the locked placeholder slim; full height only once unlocked */
.lp-cal--locked .lp-cal__widget { height: 420px; }

/* faint calendar-grid pattern while locked (echoes .vsl__frame) */
.lp-cal--locked .lp-cal__widget::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--hair-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--hair-dark) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.3;
}

.lp-cal__overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 10, 10, 0.72);
  cursor: pointer;
}
.lp-cal--locked .lp-cal__overlay { display: flex; }

.lp-cal__msg {
  max-width: 340px;
  padding: 26px 28px;
  text-align: center;
  background: var(--ink);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-card);
}
.lp-cal__msg p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--paper);
}
.lp-cal__msg .lp-cal__sub {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--static);
}

.lp-cal__msg--pulse {
  animation: lpPulse 360ms ease;
}
@keyframes lpPulse {
  0% { border-color: var(--hair-dark); }
  35% { border-color: var(--green); }
  100% { border-color: var(--hair-dark); }
}

/* the reveal: your multiple, restated once the calendar unlocks */
.lp-cal__recap {
  display: none;
  padding: 30px 24px 26px;
  border-bottom: 1px solid var(--hair-dark);
  background: var(--ink);
  text-align: center;
}
.lp-cal--unlocked .lp-cal__recap { display: block; }

.lp-reveal__eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--static);
}
.lp-reveal__num {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--green);
}
.lp-reveal__what {
  display: block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--static-lt);
}
.lp-reveal__sub {
  display: block;
  max-width: 460px;
  margin: 14px auto 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--static-lt);
}

/* fallback link when Calendly assets are blocked / JS-less */
.lp-cal__fallback {
  display: none;
  padding: 28px 20px;
  text-align: center;
}
.lp-cal__fallback.show { display: block; }

/* ---- FAQ: dark pill skin, scoped so index.html is untouched ---- */
.lp-faq { border-top: 0; }
.lp-faq .faq__item {
  border-bottom: 0;
  margin-bottom: 12px;
}
.lp-faq .faq__sum {
  background: var(--ink);
  color: var(--paper);
  border-radius: 999px;
  padding: 17px 60px 17px 26px;
  font-size: 16px;
}
.lp-faq .faq__sum::after { right: 24px; }
.lp-faq .faq__body { padding: 18px 26px 14px; }

@media (min-width: 1024px) {
  .lp-faq .faq__sum { font-size: 19px; padding: 20px 64px 20px 30px; }
}

@media (max-width: 759px) {
  .lp-faq .faq__sum { font-size: 14px; padding: 14px 48px 14px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-cal__msg--pulse { animation: none; }
}
