:root {
  --page-paper: var(--win-body);
  --page-ink: var(--text-1);
  --page-muted: var(--text-2);
  --page-card: var(--soft-surface);
  --page-lime: var(--accent);
  --page-dark: #151814;
}

:root[data-theme="dark"] {
  --page-card: var(--icon-surface);
}

.desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: clamp(14px, 3vw, 34px);
}

.podia-page {
  width: min(1180px, 100%);
  overflow: hidden;
  border-radius: 10px;
  background: var(--page-paper);
  color: var(--page-ink);
}

proposal-legal[variant="document"] {
  --proposal-window-width: 1180px;
}

.page-nav {
  display: flex;
  min-height: 64px;
  padding: 0 clamp(24px, 5vw, 68px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--page-paper);
}

.page-brand {
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.page-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
}

.page-nav-links a:hover { color: var(--accent-text); }

.nav-cta,
.primary-cta,
.secondary-cta,
.price-cta {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--page-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  transition: transform 170ms var(--ease-lift), filter 170ms var(--ease-lift);
}

.nav-cta {
  min-height: 38px;
  padding: 0 16px;
}

.nav-cta:hover,
.primary-cta:hover,
.price-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.hero {
  padding: clamp(82px, 10vw, 132px) clamp(24px, 7vw, 84px) clamp(78px, 10vw, 124px);
  text-align: center;
  background: var(--page-paper);
}

.eyebrow,
.section-label,
.price-label {
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--page-muted);
}

.eyebrow { margin-bottom: 22px; }

.hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5.4vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.066em;
  font-weight: 900;
}

.hero-podia-logo {
  display: inline-block;
  width: auto;
  height: 0.72em;
  padding-bottom: 5px;
  margin: 0 0.04em 0 0.02em;
  font-size: 1.5em;
  vertical-align: -0.05em;
}

:root[data-theme="dark"] .hero-podia-logo {
  filter: invert(1) brightness(1.35);
}

.hero-intro {
  max-width: 730px;
  margin: 30px auto 0;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.55;
  color: var(--page-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.primary-cta {
  background: var(--page-lime);
  color: #111311;
}

.secondary-cta {
  border: 2px solid color-mix(in srgb, var(--page-ink) 24%, transparent);
  background: transparent;
  color: var(--page-ink);
}

.secondary-cta:hover {
  transform: translateY(-2px);
  border-color: var(--page-ink);
}

.band {
  padding: clamp(66px, 9vw, 108px) clamp(24px, 7vw, 84px);
  background: var(--page-paper);
  color: var(--page-ink);
}

.band h2,
.closing h2 {
  max-width: 850px;
  font-size: clamp(2.15rem, 4.2vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.section-intro {
  max-width: 700px;
  margin-top: 24px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.62;
  color: var(--page-muted);
}

.proof-opening { padding-top: 34px; }

.quote-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.evidence-quote {
  display: flex;
  min-height: 240px;
  padding: clamp(28px, 4vw, 42px);
  flex-direction: column;
  justify-content: space-between;
  border-radius: 14px;
  background: var(--page-dark);
  color: #f7f8f4;
}

.evidence-quote blockquote {
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
  font-weight: 780;
}

.evidence-quote cite {
  display: block;
  margin-top: 28px;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--page-lime);
}

.testimonials-link {
  display: block;
  width: fit-content;
  margin: 20px 0 0 auto;
  font-size: 11px;
  font-weight: 750;
  color: var(--page-muted);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--page-muted) 38%, transparent);
  text-underline-offset: 4px;
}

.testimonials-link:hover {
  color: var(--page-ink);
  text-decoration-color: currentColor;
}

.topics-heading {
  display: block;
}

.topics-heading h2 { max-width: 900px; }

.topic-list { margin-top: 48px; }

.topic-row {
  display: grid;
  grid-template-columns: 48px minmax(275px, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  padding: 28px 0;
  align-items: start;
  border-top: 1px solid color-mix(in srgb, var(--page-ink) 18%, transparent);
}

.topic-row:last-child { border-bottom: 1px solid color-mix(in srgb, var(--page-ink) 18%, transparent); }
.topic-row > span { font-size: 10px; font-weight: 900; color: var(--accent-text); }
.topic-row h3 { font-size: 19px; line-height: 1.15; letter-spacing: -0.035em; }
.topic-row p { font-size: 13px; line-height: 1.62; color: var(--page-muted); }

.expert-band {
  background: var(--page-paper);
  color: var(--page-ink);
}

.expert-band .section-intro { color: var(--page-muted); }

.inline-proof-link {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--page-lime);
  text-decoration-thickness: 0.13em;
  text-underline-offset: 0.12em;
}

.expert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
}

.expert-copy { min-width: 0; }

.portfolio-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.portfolio-cta {
  display: inline-flex;
  min-height: 38px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--page-ink) 26%, transparent);
  border-radius: 999px;
  color: var(--page-muted);
  font-size: 11px;
  font-weight: 800;
}

.portfolio-cta:hover { border-color: var(--page-lime); color: var(--page-lime); }

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.proof-stat {
  padding: 22px 18px;
  border-radius: 10px;
  background: var(--page-card);
  color: var(--page-ink);
}

.proof-stat strong {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.proof-stat span {
  display: block;
  margin-top: 7px;
  font-size: 8px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--page-muted);
}

.expert-portrait {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 14px;
  background: #242823;
}

.expert-portrait img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
}

.podia-pro-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  min-width: 190px;
  padding: 16px 18px;
  flex-direction: column;
  gap: 4px;
  border-radius: 10px;
  background: var(--page-lime);
  color: #111311;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.podia-pro-badge strong {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.podia-pro-badge span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-band { background: var(--page-paper); }

.price-card {
  display: flex;
  width: min(520px, 100%);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 44px);
  flex-direction: column;
  border-radius: 14px;
  background: var(--page-dark);
  color: #f7f8f4;
}

.price-card .price-label { color: #adb3aa; }

.amount {
  margin-top: 26px;
  font-size: clamp(3.5rem, 6vw, 5.4rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.price-includes {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 13px;
  list-style: none;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 720;
  color: #d5dbd2;
}

.price-includes li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
}

.price-includes li::before {
  content: "✓";
  color: var(--page-lime);
  font-weight: 900;
}

.discovery-note {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 18px;
  flex-direction: column;
  gap: 7px;
  border-radius: 10px;
  background: #292e28;
  font-size: 12px;
  line-height: 1.5;
  color: #cfd4cc;
}

.discovery-note strong { color: var(--page-lime); }
.discovery-note code { font: inherit; font-weight: 900; color: #fff; }
.price-cta { margin-top: auto; background: var(--page-lime); color: #111311; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.faq-card {
  padding: 24px 26px;
  border-radius: 10px;
  background: var(--page-card);
}

.faq-card summary {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 820;
}

.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary span { color: var(--accent-text); font-size: 19px; line-height: 1; }
.faq-card[open] summary span { transform: rotate(45deg); }
.faq-card p { margin-top: 14px; font-size: 13px; line-height: 1.58; color: var(--page-muted); }

.closing {
  padding: clamp(76px, 10vw, 126px) clamp(24px, 7vw, 84px);
  text-align: center;
  background: var(--page-paper);
  color: var(--page-ink);
}

.closing .section-label { margin-bottom: 20px; }
.closing h2 { max-width: 820px; margin: 0 auto; }
.closing p:not(.section-label) { max-width: 620px; margin: 26px auto 0; font-size: 16px; line-height: 1.6; color: var(--page-muted); }
.closing .primary-cta { margin-top: 32px; }

@media (max-width: 880px) {
  .expert-layout { grid-template-columns: 1fr; }
  .proof-stats { max-width: 620px; }
  .expert-portrait { min-height: 420px; }
  .expert-portrait img { min-height: 420px; }
}

@media (max-width: 680px) {
  .desktop { padding: 12px; }
  .page-nav { min-height: 58px; }
  .page-nav-links > a:not(.nav-cta) { display: none; }
  .hero { padding-top: 72px; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 2.65rem); }
  .hero-podia-logo {
    padding-bottom: 3px;
    font-size: 1.15em;
  }
  .quote-row,
  .faq-grid { grid-template-columns: 1fr; }
  .evidence-quote { min-height: 0; }
  .topic-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
  }
  .topic-row p { grid-column: 2; }
  .proof-stats { grid-template-columns: 1fr; }
  .expert-portrait,
  .expert-portrait img { min-height: 400px; }
  .podia-pro-badge { top: 14px; right: 14px; }
  .price-card { min-height: 0; }
  .price-cta { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .nav-cta,
  .primary-cta,
  .secondary-cta,
  .price-cta { transition: none; }
  .nav-cta:hover,
  .primary-cta:hover,
  .secondary-cta:hover,
  .price-cta:hover { transform: none; }
}
