/* ============================================================
   PROPCASH SITUATIONS LAYER
   Shared styles for /situations/ and the situation pages.
   Design system: Design MD File (espresso hero, white/cream
   alternation, one espresso showcase, blue closer, cream footer).
   Tokens match the Design MD CSS block; espresso-card follows
   the CSS block value (#3A2816) per handoff Section 7.
   ============================================================ */
:root {
  --tan: #F1EADB;
  --white: #ffffff;
  --brown: #6b4423;
  --deep: #5A3A1F;
  --green: #088e63;
  --green-dark: #06724f;
  --blue: #234a6b;
  --blue-light: #6fb0e0;
  --espresso: #352314;
  --espresso-card: #3A2816;
  --hair-warm: #E3D8C4;
  --hair-cool: #d8e1ea;
  --muted: #8f7a5e;
  --r-pill: 100px;
  --r-tag: 999px;
  --r-card: 20px;
  --r-small: 12px;
  --shadow-card: 0 24px 60px -20px rgba(42,26,13,0.12);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-sit { font-family: 'DM Sans', sans-serif; color: var(--deep); }
.pc-sit * { box-sizing: border-box; }
.pc-sit .wrap { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.pc-sit section { padding-top: clamp(48px, 6vw, 88px); padding-bottom: clamp(48px, 6vw, 88px); }

.pc-sit h1, .pc-sit h2, .pc-sit h3 { font-family: 'Playfair Display', serif; color: var(--brown); margin: 0; }
.pc-sit h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; line-height: 1.06; letter-spacing: -0.02em; }
.pc-sit p { margin: 0; }
.pc-sit .body { font-size: 17px; line-height: 1.55; letter-spacing: -0.001em; font-weight: 400; color: var(--deep); }
.pc-sit .lead { font-size: clamp(19px, 2vw, 22px); line-height: 1.5; font-weight: 300; color: var(--deep); }
.pc-sit .caption { font-size: 13px; line-height: 1.45; color: var(--muted); }

.pc-sit .eyebrow {
  display: block; font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; line-height: 1.2; color: var(--blue); margin-bottom: 14px;
}

/* The CTA: green fill, white text, pill, no shadow. One per section. */
.pc-sit .btn-fill {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--green); color: #fff; border: none;
  border-radius: var(--r-pill); padding: 14px 28px;
  font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 600;
  text-decoration: none; cursor: pointer;
  transition: all 0.75s var(--ease);
}
.pc-sit .btn-fill:hover { background: var(--green-dark); transform: translateY(-1px); }

/* ── Hero zone (espresso) ── */
.pc-sit .hero-zone { background: var(--espresso); }
.pc-sit .hero-zone .eyebrow { color: var(--blue-light); }
.pc-sit .crumbs { font-size: 13px; color: rgba(255,255,255,0.65); padding-top: 18px; }
.pc-sit .crumbs a { color: rgba(255,255,255,0.65); text-decoration: none; }
.pc-sit .crumbs a:hover { text-decoration: underline; }
.pc-sit .hero { padding-top: clamp(36px, 4.5vw, 64px); padding-bottom: clamp(36px, 4.5vw, 56px); }
.pc-sit .hero h1 {
  color: var(--white);
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 800; line-height: 1.0; letter-spacing: -0.03em;
  max-width: 880px;
}
.pc-sit .hero .sub {
  color: rgba(255,255,255,0.85);
  font-size: clamp(19px, 2vw, 22px); line-height: 1.5; font-weight: 300;
  max-width: 660px; margin-top: 22px;
}
.pc-sit .hero-actions { margin-top: 30px; }
.pc-sit .hero-note { color: rgba(255,255,255,0.65); font-size: 13px; margin-top: 12px; }

/* Value strip: static, white at 65%, dot separators at 35% */
.pc-sit .value-strip { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0 26px; }
.pc-sit .value-strip ul { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; list-style: none; margin: 0; padding: 0; }
.pc-sit .value-strip li { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 16px; }
.pc-sit .value-strip li + li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.35); flex-shrink: 0; }

/* ── Surfaces ── */
.pc-sit .sec-white { background: var(--white); border-block: 1px solid var(--hair-warm); }
.pc-sit .sec-cream { background: var(--tan); }
.pc-sit .sec-showcase { background: var(--espresso); color: var(--white); }
.pc-sit .sec-showcase .eyebrow { color: var(--blue-light); }
.pc-sit .sec-showcase h2, .pc-sit .sec-showcase h3 { color: var(--white); }
.pc-sit .sec-showcase .body, .pc-sit .sec-showcase .lead { color: rgba(255,255,255,0.9); }
.pc-sit .sec-cta-blue { background: var(--blue); text-align: center; }
.pc-sit .sec-cta-blue .eyebrow, .pc-sit .sec-cta-blue h2 { color: var(--white); }
.pc-sit .sec-cta-blue h2 { font-size: clamp(38px, 5vw, 64px); font-weight: 800; line-height: 1.02; letter-spacing: -0.025em; }
.pc-sit .sec-cta-blue .sub { font-size: clamp(17px, 2vw, 20px); line-height: 1.55; max-width: 560px; margin: 18px auto 0; color: rgba(255,255,255,0.95); }
.pc-sit .sec-cta-blue .note { font-size: 14px; margin-top: 16px; color: rgba(255,255,255,0.85); }
.pc-sit .sec-cta-blue .promise-line { font-size: 15px; color: rgba(255,255,255,0.85); margin: 18px auto 0; max-width: 560px; }
.pc-sit .sec-cta-blue .hero-actions { margin-top: 30px; }

/* ── Cards ── */
.pc-sit .card {
  background: var(--white); border: 1px solid var(--hair-warm);
  border-radius: var(--r-card); padding: 24px; box-shadow: var(--shadow-card);
}
.pc-sit .sec-white .card { border-color: var(--hair-cool); }

/* ── Split sections: copy first in DOM, flip on desktop only ── */
.pc-sit .split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) {
  .pc-sit .split { grid-template-columns: 1fr 1fr; gap: 56px; }
  .pc-sit .split.flip .copy { order: 2; }
  .pc-sit .split.flip .media { order: 1; }
}
.pc-sit .split .copy h2 { margin-bottom: 16px; }
.pc-sit .split .copy .lead { margin-bottom: 20px; }
.pc-sit .split .copy p + p { margin-top: 12px; }

/* Checkmark bullets */
.pc-sit .check-list { list-style: none; margin: 22px 0 28px; padding: 0; }
.pc-sit .check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 1.55; color: var(--deep); padding: 6px 0; }
.pc-sit .check-list .tick { color: var(--deep); flex-shrink: 0; margin-top: 3px; }

/* ── How it works: three white step cards ── */
.pc-sit .step-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.pc-sit .step-cards .card .n { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 800; color: var(--brown); line-height: 1; margin-bottom: 14px; }
.pc-sit .step-cards .card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.pc-sit .step-cards .card p { font-size: 16px; line-height: 1.55; color: var(--deep); }

/* ── Situation module: white cards on the cool register ── */
.pc-sit .mod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.pc-sit .mod-grid.two { grid-template-columns: repeat(2, 1fr); }
.pc-sit .mod-grid .card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.pc-sit .mod-grid .card p { font-size: 16px; line-height: 1.55; color: var(--deep); }
.pc-sit .mod-grid .card p + p { margin-top: 10px; }
.pc-sit .mod-note { margin-top: 24px; }

/* ── Mock table card (light surfaces) ── */
.pc-sit .mock-hdr { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--hair-warm); margin-bottom: 6px; }
.pc-sit .mock-hdr .lbl { font-size: 16px; font-weight: 600; color: var(--brown); }
.pc-sit .mock-tag { display: inline-block; background: #e6edf4; color: var(--blue); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 12px; border-radius: var(--r-tag); }
.pc-sit .mock-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--hair-warm); }
.pc-sit .mock-row:last-of-type { border-bottom: none; }
.pc-sit .mock-row .txt { font-size: 15.5px; color: var(--deep); }
.pc-sit .mock-amt { font-size: 15px; font-weight: 600; color: var(--brown); text-align: right; white-space: nowrap; }
.pc-sit .mock-total { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; margin-top: 4px; border-top: 1px solid var(--hair-warm); }
.pc-sit .mock-total .lbl { font-size: 15px; font-weight: 600; color: var(--brown); }
.pc-sit .mock-total .amt { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 800; color: var(--brown); }

/* ── Showcase live card (espresso-card, lifted) ── */
.pc-sit .live-card {
  background: var(--espresso-card); color: var(--white);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--r-card); padding: 22px; box-shadow: var(--shadow-card);
}
.pc-sit .live-card .lc-hdr { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.pc-sit .live-card .lc-hdr .lbl { font-size: 15px; font-weight: 600; color: var(--white); }
.pc-sit .live-pill { display: inline-flex; align-items: center; gap: 7px; background: var(--tan); color: var(--brown); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 12px; border-radius: var(--r-tag); }
.pc-sit .lc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; }
.pc-sit .lc-row + .lc-row { border-top: 1px solid rgba(255,255,255,0.06); }
.pc-sit .lc-row .txt { font-size: 15px; color: rgba(255,255,255,0.9); }
.pc-sit .lc-row .amt { font-size: 14.5px; color: var(--white); text-align: right; white-space: nowrap; }
.pc-sit .lc-row .amt.ready { font-weight: 700; font-size: 15.5px; }
.pc-sit .lc-total { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; margin-top: 4px; border-top: 1px solid rgba(255,255,255,0.12); }
.pc-sit .lc-total .lbl { font-size: 15px; font-weight: 600; color: var(--white); }
.pc-sit .lc-total .amt { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 800; color: var(--white); }
.pc-sit .live-card .caption { color: rgba(255,255,255,0.55); margin-top: 14px; }
.pc-sit .sec-showcase .steps { display: flex; flex-direction: column; gap: 24px; margin-top: 30px; }
.pc-sit .sec-showcase .step { display: flex; gap: 18px; align-items: flex-start; }
.pc-sit .sec-showcase .step .n { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 800; color: var(--white); line-height: 1; min-width: 40px; }
.pc-sit .sec-showcase .step h3 { font-size: 19px; font-weight: 700; margin-bottom: 6px; }
.pc-sit .sec-showcase .step p { color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.55; }

/* ── Offer reasoning cards ── */
.pc-sit .reason-steps { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pc-sit .reason-steps .card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.pc-sit .reason-steps .card p { font-size: 15.5px; line-height: 1.55; }

/* ── GEO definition block ── */
.pc-sit .geo-def {
  margin-top: 0; background: var(--white); border: 1px solid var(--hair-cool);
  border-radius: var(--r-card); padding: 24px; box-shadow: var(--shadow-card);
  max-width: 820px;
}
.pc-sit .geo-def .lbl { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); margin-bottom: 10px; }
.pc-sit .geo-def p { font-size: 16.5px; line-height: 1.6; color: var(--deep); }

/* ── State links block (cream, warm register: brown links) ── */
.pc-sit .state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.pc-sit .state-grid a.card { display: block; text-decoration: none; transition: all 0.75s var(--ease); }
.pc-sit .state-grid a.card:hover { transform: translateY(-3px); }
.pc-sit .state-grid h3 { font-size: 19px; font-weight: 700; margin-bottom: 4px; }
.pc-sit .state-grid p { font-size: 14px; color: var(--muted); }
.pc-sit .sibling-note { margin-top: 28px; font-size: 16px; color: var(--deep); }
.pc-sit .sibling-note a { color: var(--brown); font-weight: 600; }

/* ── FAQ (overrides the global summary '+' from styles-v2.css) ── */
.pc-sit .faq-list { max-width: 820px; margin: 40px auto 0; }
.pc-sit .faq-list details { background: var(--white); border: 1px solid var(--hair-warm); border-radius: var(--r-card); box-shadow: var(--shadow-card); margin-bottom: 14px; overflow: hidden; }
.pc-sit .faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-size: 17px; font-weight: 600; color: var(--brown); font-family: 'DM Sans', sans-serif; }
.pc-sit .faq-list summary::-webkit-details-marker { display: none; }
.pc-sit .faq-list summary::marker { content: ""; }
.pc-sit .faq-list summary::after { content: none; }
.pc-sit .faq-list summary .fx { position: relative; flex-shrink: 0; width: 14px; height: 14px; transition: transform 0.75s var(--ease); }
.pc-sit .faq-list summary .fx::before, .pc-sit .faq-list summary .fx::after { content: ""; position: absolute; background: var(--brown); border-radius: 1px; }
.pc-sit .faq-list summary .fx::before { left: 0; right: 0; top: 6px; height: 2px; }
.pc-sit .faq-list summary .fx::after { top: 0; bottom: 0; left: 6px; width: 2px; }
.pc-sit .faq-list details[open] summary .fx { transform: rotate(45deg); }
.pc-sit .faq-list .ans { padding: 0 24px 22px; font-size: 16px; line-height: 1.6; color: var(--deep); }

/* ── Situation index card grid ── */
.pc-sit .sit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; margin-top: 38px; }
.pc-sit .sit-card { display: block; background: var(--white); border: 1px solid var(--hair-cool); border-radius: var(--r-card); padding: 24px; box-shadow: var(--shadow-card); text-decoration: none; transition: all 0.75s var(--ease); }
.pc-sit .sit-card:hover { border-color: var(--brown); transform: translateY(-2px); }
.pc-sit .sit-card h3 { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 17px; line-height: 1.3; color: var(--brown); margin-bottom: 10px; }
.pc-sit .sit-card p { font-size: 15.5px; color: var(--deep); }
.pc-sit .sit-card .go { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 500; color: var(--blue); }

/* ── Section headers ── */
.pc-sit .sec-head { max-width: 760px; }
.pc-sit .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.pc-sit .sec-head .lead { margin-top: 16px; }
.pc-sit .sec-cta-wrap { margin-top: 36px; }
.pc-sit .sec-cta-wrap.center { text-align: center; }
.pc-sit .disclaimer { font-size: 13px; line-height: 1.5; color: var(--muted); margin-top: 28px; max-width: 820px; }

/* ── Reveal motion: one curve, fade up 18px, group settle ── */
.pc-sit .reveal { opacity: 0; transform: translateY(18px); transition: all 0.75s var(--ease); }
.pc-sit .reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .pc-sit .reveal, .pc-sit .btn-fill, .pc-sit .sit-card, .pc-sit .state-grid a.card, .pc-sit .faq-list summary .fx { transition: none; }
  .pc-sit .reveal { opacity: 1; transform: none; }
}

/* ── Mobile ── */
@media (max-width: 900px) {
  .pc-sit .step-cards, .pc-sit .mod-grid, .pc-sit .mod-grid.two, .pc-sit .reason-steps { grid-template-columns: 1fr; }
  .pc-sit .state-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pc-sit .hero-actions .btn-fill, .pc-sit .sec-cta-wrap .btn-fill {
    width: 100%; padding: 16px 24px; min-height: 52px; font-size: 17px;
  }
  .pc-sit .state-grid { grid-template-columns: 1fr; }
  .pc-sit .hero h1 { font-size: 36px; }
  .pc-sit .hero .sub { font-size: 17.5px; margin-top: 14px; }
}
