/* Conversion pass: keeps the existing Breakout visual language while tightening
   the public marketing pages around one clear next step. */
.conversion-hero {
  padding: 72px 0 54px;
  text-align: center;
}

.conversion-hero .hero-headline {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.conversion-hero .hero-sub {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.conversion-hero .logo-hero {
  width: 150px;
  height: 150px;
  margin-bottom: 28px;
}

.trust-strip-compact {
  padding: 0 0 34px;
}

.trust-strip-compact .trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 44px;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px;
}

.trust-strip-compact .trust-item {
  min-width: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--text-muted, #475569) !important;
  text-align: center;
  line-height: 1.35;
}

.trust-strip-compact .trust-item::before {
  display: none;
}

.conversion-section {
  padding: 62px 0;
}

.conversion-section.tight {
  padding-top: 38px;
  padding-bottom: 38px;
}

.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.conversion-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.conversion-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
  text-align: center;
}

.conversion-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent, #1e3a5f);
}

.conversion-card .card-num,
.conversion-card .card-icon {
  margin-bottom: 16px;
}

.conversion-card h3 {
  margin-bottom: 14px;
}

.conversion-card p {
  max-width: 290px;
  margin: 0;
  color: var(--text-muted, #475569);
  font-size: 15px;
  line-height: 1.6;
}

.conversion-card .card-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent, #0e7c86);
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.conversion-card .card-title {
  margin: 0 0 14px;
  color: var(--brand, #1e3a5f) !important;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800 !important;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.simple-math-section {
  padding-top: 34px;
  padding-bottom: 62px;
}

.simple-math-card {
  position: relative;
  isolation: isolate;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(42px, 6vw, 70px) clamp(24px, 7vw, 88px);
  border: 1px solid rgba(30, 58, 95, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 211, 238, 0.16), transparent 33%),
    radial-gradient(circle at 91% 90%, rgba(251, 191, 36, 0.14), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #f1fafb 52%, #fffaf1 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.simple-math-card::after {
  position: absolute;
  z-index: -1;
  top: 22px;
  left: 50%;
  width: 110px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #fbbf24);
  content: "";
  transform: translateX(-50%);
  opacity: 0.9;
}

.simple-math-card .section-eyebrow {
  margin-bottom: 24px;
}

.simple-math-card h2 {
  max-width: 700px;
  margin: 0 auto 16px;
  color: var(--text, #0f172a) !important;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.08;
}

.simple-math-card p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--text-muted, #475569);
  font-size: 16px;
  line-height: 1.7;
}

.capabilities-section .section-head {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1020px;
  margin: 0 auto;
}

.capability-card {
  display: flex;
  min-height: 158px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.capability-card:hover {
  border-color: rgba(30, 58, 95, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  transform: translateY(-3px);
}

.capability-card h3 {
  max-width: 250px;
  margin: 0 0 9px;
  color: var(--brand, #1e3a5f) !important;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.capability-card p {
  max-width: 230px;
  margin: 0;
  color: var(--text-muted, #475569);
  font-size: 14px;
  line-height: 1.45;
}

.capabilities-cta {
  padding-top: 28px;
}

.capabilities-cta .bottom-cta {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.secondary-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 860px;
  margin: 0 auto;
}

.secondary-path {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  height: 100%;
  padding: 22px 24px;
  border: 1px solid var(--accent-line, rgba(30, 58, 95, 0.2));
  border-radius: 14px;
  background: var(--accent-soft, rgba(30, 58, 95, 0.04));
}

.secondary-path > div {
  flex: 1;
  width: 100%;
}

.secondary-path h3 {
  margin-bottom: 4px;
  font-size: 17px;
}

.secondary-path p {
  color: var(--text-muted, #475569);
  font-size: 14px;
  line-height: 1.5;
}

.secondary-path a {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--accent-line, rgba(30, 58, 95, 0.2));
  color: var(--accent, #1e3a5f);
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.conversion-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.conversion-step {
  padding: 24px;
  border-top: 2px solid var(--accent, #1e3a5f);
  border-radius: 12px;
  background: #ffffff;
  border-right: 1px solid var(--border, #e2e8f0);
  border-bottom: 1px solid var(--border, #e2e8f0);
  border-left: 1px solid var(--border, #e2e8f0);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.conversion-step .step-num {
  margin-bottom: 10px;
  font-size: 27px;
  color: var(--accent, #1e3a5f);
}

.conversion-step h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.conversion-step p {
  color: var(--text-muted, #475569);
  font-size: 14.5px;
  line-height: 1.6;
}

.compact-faq .section-head {
  margin-bottom: 24px;
}

.quick-lead-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.quick-lead-form {
  padding: 30px;
  border: 1px solid var(--accent-line, rgba(30, 58, 95, 0.28));
  border-radius: 20px;
  background: linear-gradient(135deg, var(--accent-soft, rgba(30, 58, 95, 0.06)), rgba(251, 191, 36, 0.06));
}

.quick-lead-form h2 {
  margin-bottom: 8px;
  font-family: "Syne", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.quick-lead-form > p {
  max-width: 600px;
  margin-bottom: 22px;
  color: var(--text-muted, #475569);
}

.quick-lead-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.quick-lead-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.quick-lead-field.full {
  grid-column: 1 / -1;
}

.quick-lead-field label,
.quick-lead-field > span {
  color: var(--text, #0f172a);
  font-family: "Syne", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.quick-lead-field input,
.quick-lead-field textarea {
  width: 100%;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 10px;
  padding: 12px 13px;
  background: #ffffff;
  color: var(--text, #0f172a);
  font: inherit;
  font-size: 15px;
}

.quick-lead-field textarea {
  min-height: 108px;
  resize: vertical;
}

.quick-lead-field input:focus,
.quick-lead-field textarea:focus {
  outline: none;
  border-color: #22d3ee;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}

.quick-lead-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.quick-lead-submit {
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  background: var(--brand, #1e3a5f);
  color: #ffffff;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
}

.quick-lead-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.quick-lead-result {
  color: var(--text-muted, #475569);
  font-size: 14px;
  line-height: 1.55;
}

.quick-lead-result.success {
  padding: 16px;
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.08);
}

.quick-lead-result.success strong {
  display: block;
  margin-bottom: 4px;
  color: #166534;
  font-family: "Syne", sans-serif;
}

.quick-lead-result a {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent, #1e3a5f);
  font-family: "Syne", sans-serif;
  font-weight: 800;
}

.quick-lead-result.error {
  color: #b91c1c;
}

.contact-form-card {
  text-align: left;
}

.contact-card p,
.hours-note,
.about-card p,
.area-card p,
.honest-item {
  color: var(--text-muted, #475569) !important;
}

.hours-note strong {
  color: var(--text, #0f172a) !important;
}

.contact-form-card .quick-lead-form {
  padding: 0;
  border: 0;
  background: transparent;
}

.contact-form-card .quick-lead-form h2 {
  font-size: 25px;
}

.contact-form-card .quick-lead-actions {
  align-items: flex-start;
}

.calendar-icon {
  position: relative;
  width: 36px;
  height: 34px;
  margin: 0 auto 16px;
  border: 3px solid var(--brand, #1e3a5f);
  border-radius: 6px;
  color: var(--brand, #1e3a5f);
  background:
    linear-gradient(
      to right,
      transparent 7px,
      currentColor 7px 10px,
      transparent 10px 23px,
      currentColor 23px 26px,
      transparent 26px
    )
    top / 100% 10px no-repeat;
}

.calendar-icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -3px;
  right: -3px;
  border-top: 3px solid currentColor;
}

.calendar-icon::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: currentColor;
  box-shadow: 9px 0 currentColor, 18px 0 currentColor,
    0 8px currentColor, 9px 8px currentColor, 18px 8px currentColor;
}

/* Contrast polish for legacy page-specific copy on the light foundation. */
body[data-page="coaching"] .testimonial-quote {
  color: var(--text-muted, #475569) !important;
}

body[data-page="coaching"] .testimonial-name {
  color: var(--text, #0f172a) !important;
}

body[data-page="coaching"] .testimonial-role {
  color: var(--text-muted, #475569) !important;
}

body[data-page="coaching"] .testimonial-attribution {
  border-top-color: var(--border, #e2e8f0) !important;
}

body[data-page="about"] .value-item p {
  color: var(--text-muted, #475569) !important;
}

body[data-page="govcon"] .rwp-disclaimer {
  color: var(--text-muted, #475569) !important;
}

/* Pricing keeps one clear action across all business tiers. */
body[data-page="pricing"] .coaching-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 16px;
  background: var(--bg, #ffffff);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

body[data-page="pricing"] .coaching-summary p {
  max-width: 590px;
  margin: 6px 0 0;
  color: var(--text-muted, #475569);
  font-size: 15px;
  line-height: 1.6;
}

body[data-page="pricing"] .coaching-summary strong {
  color: var(--text, #0f172a);
}

body[data-page="pricing"] .coaching-summary .btn-secondary {
  flex: 0 0 auto;
  white-space: nowrap;
}

.page-cta {
  margin-top: 12px;
}

.page-cta .btn-primary,
.page-cta .btn-cyan,
.page-cta .btn-amber {
  min-width: 250px;
}

.btn-secondary {
  display: inline-block;
  border: 1px solid var(--brand, #1e3a5f);
  border-radius: 6px;
  padding: 16px 32px 19px;
  background: #ffffff;
  color: var(--brand, #1e3a5f) !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-secondary:hover {
  background: var(--brand, #1e3a5f);
  color: #ffffff !important;
}

.bottom-cta-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.bottom-cta-contact .btn-call {
  margin-top: 0;
}

@media (max-width: 900px) {
  .conversion-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .conversion-hero {
    padding: 44px 0 34px;
  }

  .conversion-hero .logo-hero {
    width: 128px;
    height: 128px;
  }

  .conversion-section {
    padding: 42px 0;
  }

  .conversion-grid,
  .conversion-grid.four,
  .conversion-process,
  .secondary-paths {
    grid-template-columns: 1fr;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .secondary-path {
    align-items: flex-start;
  }

  .quick-lead-form {
    padding: 24px 20px;
  }

  .quick-lead-fields {
    grid-template-columns: 1fr;
  }

  .quick-lead-field.full {
    grid-column: auto;
  }

  .quick-lead-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quick-lead-submit {
    width: 100%;
  }

  .trust-strip-compact .trust-row {
    gap: 10px 28px;
    padding: 0 18px;
  }

  body[data-page="pricing"] .coaching-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 22px 20px;
  }

  body[data-page="pricing"] .coaching-summary .btn-secondary {
    width: 100%;
    text-align: center;
  }

  .bottom-cta-contact {
    flex-direction: column;
    gap: 8px;
  }
}