/* CFT Landing Pages — Shared Stylesheet */
/* Brand: The Corporate Fast Track */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy:    #0F1923;
  --gold:    #B8962E;
  --gold-lt: #F5EDD3;
  --off-wht: #F8F6F1;
  --mid-grey:#6B7280;
  --border:  #E4DFD5;
  --white:   #FFFFFF;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--off-wht);
  color: var(--navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ─── Layout ─── */
.container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Header ─── */
.site-header {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  padding: 0 32px;
}

.wordmark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
  text-decoration: none;
}

.wordmark span {
  color: var(--gold);
}

/* ─── Hero ─── */
.hero {
  padding: 64px 0 48px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.hero-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--mid-grey);
  line-height: 1.7;
  max-width: 560px;
}

/* ─── Audit section ─── */
.audit-section {
  padding: 48px 0;
  background: var(--off-wht);
}

.audit-intro {
  margin-bottom: 32px;
}

.audit-intro h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.audit-intro p {
  color: var(--mid-grey);
  font-size: 0.95rem;
}

/* ─── Reveals list ─── */
.reveals {
  list-style: none;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reveals li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 0.95rem;
  line-height: 1.55;
}

.reveals li::before {
  content: '';
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 8px;
}

/* ─── Typeform embed ─── */
.typeform-wrap {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 560px;
}

/* ─── Trust bar ─── */
.trust-bar {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  background: var(--white);
  text-align: center;
}

.trust-line {
  font-size: 0.9rem;
  color: var(--mid-grey);
  margin-bottom: 8px;
}

.friction-line {
  font-size: 0.82rem;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── Footer ─── */
.site-footer {
  padding: 24px 0;
  background: var(--navy);
  text-align: center;
}

.site-footer p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* ─── Audit CTA (replaces Typeform embed) ─── */
.audit-cta-wrap {
  text-align: center;
  padding: 40px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.audit-cta-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 15px 36px;
  border-radius: 8px;
  transition: opacity 0.15s;
  letter-spacing: 0.01em;
}

.audit-cta-btn:hover { opacity: 0.88; }

.audit-cta-sub {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── Pain agitate section ─── */
.pain-section {
  padding: 48px 0;
  background: var(--navy);
  color: var(--white);
}

.pain-section .section-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.pain-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.pain-checks li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
  padding: 12px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}

.pain-checks li::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid var(--gold);
  border-radius: 3px;
  margin-top: 2px;
}

.pain-close {
  font-size: 0.95rem;
  color: var(--gold);
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
}

/* ─── Credibility strip ─── */
.cred-strip {
  padding: 28px 0;
  background: var(--off-wht);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.cred-strip p {
  font-size: 0.82rem;
  color: var(--mid-grey);
  line-height: 1.65;
}

.cred-strip strong {
  color: var(--navy);
  font-weight: 600;
}

/* ─── Hero CTA ─── */
.hero-cta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hero-cta-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.18s;
  white-space: nowrap;
  box-shadow: 0 4px 24px rgba(184,150,46,0.42);
}

.hero-cta-btn:hover {
  opacity: 0.92;
  box-shadow: 0 8px 32px rgba(184,150,46,0.55);
  transform: translateY(-2px);
}

.hero-cta-trust {
  font-size: 0.8rem;
  color: var(--mid-grey);
}

/* ─── Authority strip ─── */
.authority-strip {
  background: var(--off-wht);
  border-bottom: 1px solid var(--border);
  padding: 13px 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--mid-grey);
}

/* ─── Hero two-column layout ─── */
.hero-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 32px;
}

.hero-text { flex: 1; min-width: 0; }

/* ─── Hero report card ─── */
.hero-card {
  width: 248px;
  flex-shrink: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15,25,35,0.10);
}

.hc-hdr {
  background: var(--navy);
  padding: 13px 16px 11px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hc-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}
.hc-brand span { color: var(--gold); }

.hc-doc-lbl {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  padding-top: 2px;
  text-align: right;
}

.hc-body { padding: 14px 16px 12px; }

.hc-tier-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.hc-tier-pill {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  background: #EFF6FF;
  color: #2563EB;
}

.hc-date { font-size: 0.6rem; color: var(--mid-grey); }

.hc-profile-lbl {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 8px;
}

.hc-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}

.hc-bar-lbl {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--mid-grey);
  width: 108px;
  flex-shrink: 0;
  line-height: 1.25;
}

.hc-bar-track {
  flex: 1;
  height: 4px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
}

.hc-bar-fill { height: 100%; border-radius: 3px; }
.hc-bar-fill--low  { background: #EF4444; width: 30%; }
.hc-bar-fill--mid  { background: #F59E0B; width: 65%; }
.hc-bar-fill--high { background: var(--gold); width: 100%; }

.hc-str-tag {
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}

.hc-gap-row {
  margin-top: 10px;
  padding: 6px 10px;
  background: #FEF2F2;
  border-radius: 6px;
  border-left: 3px solid #EF4444;
}

.hc-gap-lbl {
  font-size: 0.52rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #EF4444;
  margin-bottom: 1px;
}

.hc-gap-text {
  font-size: 0.62rem;
  color: #7F1D1D;
  font-weight: 600;
}

.hc-ftr {
  border-top: 1px solid var(--border);
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.hc-seal { width: 30px; height: 30px; flex-shrink: 0; }

.hc-ftr-text { font-size: 0.6rem; color: var(--mid-grey); line-height: 1.4; }
.hc-ftr-text strong { display: block; color: var(--navy); font-weight: 600; font-size: 0.62rem; }

/* ─── Skill icons in result preview ─── */
.rp-bar-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--mid-grey);
}

/* ─── Result preview (landing page mockup) ─── */
.result-preview {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 28px 22px;
  margin-bottom: 32px;
  position: relative;
}

.rp-example-tag {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-grey);
  background: var(--off-wht);
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid var(--border);
}

.rp-tier-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  background: #EFF6FF;
  color: #2563EB;
  margin-bottom: 12px;
}

.rp-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--navy);
  margin-bottom: 22px;
  padding-right: 80px;
}

.rp-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.rp-bar-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mid-grey);
  width: 155px;
  flex-shrink: 0;
  line-height: 1.3;
}

.rp-bar-track {
  flex: 1;
  height: 6px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}

.rp-bar-fill {
  height: 100%;
  border-radius: 4px;
}

.rp-bar-fill--low  { background: #EF4444; width: 33%; }
.rp-bar-fill--mid  { background: #F59E0B; width: 67%; }
.rp-bar-fill--high { background: var(--gold); width: 100%; }

.rp-strength-tag {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
  flex-shrink: 0;
}

.rp-legend {
  display: flex;
  gap: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.rp-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  color: var(--mid-grey);
}

.rp-legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.rp-note {
  font-size: 0.75rem;
  color: var(--mid-grey);
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

/* ─── Mobile ─── */
@media (max-width: 700px) {
  .hero-inner { flex-direction: column; gap: 28px; padding: 0 20px; }
  .hero-card { width: 100%; max-width: 340px; align-self: center; }
}

@media (max-width: 600px) {
  .hero { padding: 40px 0 32px; }
  .hero h1 { font-size: 1.7rem; }
  .audit-section { padding: 32px 0; }
  .typeform-wrap { min-height: 480px; }
  .pain-section { padding: 36px 0; }
  .rp-bar-label { width: 120px; font-size: 0.63rem; }
  .rp-headline { padding-right: 0; font-size: 0.95rem; }
  .rp-example-tag { font-size: 0.58rem; padding: 2px 8px; }
}

