/* =========================================
   LEADSMITH — Pricing & Welcome Pages
   ========================================= */

/* ── Shared nav tweak ──────────────────── */
.nav-active {
  color: var(--accent) !important;
  font-weight: 600 !important;
}

/* ── Pricing hero ──────────────────────── */
.pricing-page,
.welcome-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.pricing-hero {
  text-align: center;
  padding: 72px 0 48px;
}

.pricing-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.pricing-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.pricing-sub {
  font-size: 18px;
  color: var(--text-mid);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── Plan card ─────────────────────────── */
.pricing-plan-section {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.pricing-plan-card {
  background: var(--white);
  border: 2px solid var(--accent);
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 12px 48px rgba(29, 111, 255, 0.10);
  position: relative;
}

.plan-badge {
  display: inline-block;
  background: var(--lime);
  color: var(--navy-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.plan-name {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.plan-currency {
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}

.plan-amount {
  font-family: 'Syne', sans-serif;
  font-size: 64px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.04em;
}

.plan-period {
  font-size: 16px;
  color: var(--text-mid);
  margin-left: 4px;
}

.plan-trial-note {
  font-size: 15px;
  color: var(--text-mid);
  margin-bottom: 32px;
  padding: 12px 16px;
  background: var(--lime-dim);
  border-radius: 8px;
}

.plan-trial-note strong {
  color: var(--navy);
}

.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}

.feat-check {
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.btn-plan-cta {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--accent);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
  margin-bottom: 12px;
}

.btn-plan-cta:hover {
  background: var(--accent-hover);
  text-decoration: none;
  transform: translateY(-1px);
}

.plan-small-print {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
}

/* ── Comparison table ──────────────────── */
.pricing-compare-section {
  margin-bottom: 80px;
}

.compare-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin-bottom: 8px;
}

.compare-sub {
  text-align: center;
  color: var(--text-mid);
  font-size: 16px;
  margin-bottom: 40px;
}

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--grey-dark);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.compare-table thead tr {
  background: var(--navy);
}

.compare-table th {
  padding: 16px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.compare-th-feature {
  text-align: left !important;
  width: 40%;
}

.compare-table th.highlight-col {
  background: var(--accent);
  color: var(--white);
}

.compare-table tbody tr {
  border-bottom: 1px solid var(--grey);
}

.compare-table tbody tr:nth-child(even) {
  background: var(--off-white);
}

.compare-table tbody tr:last-child {
  border-bottom: none;
}

.compare-table td {
  padding: 13px 20px;
  text-align: center;
  color: var(--text-mid);
  border-right: 1px solid var(--grey);
}

.compare-table td:first-child {
  text-align: left;
  color: var(--text);
  font-weight: 500;
}

td.highlight-col {
  background: rgba(29, 111, 255, 0.04);
  font-weight: 600;
}

.col-yes { color: #16a34a; font-weight: 700; }
.col-no  { color: #dc2626; }
.col-part{ color: #d97706; }

/* ── FAQ ───────────────────────────────── */
.pricing-faq-section {
  margin-bottom: 80px;
}

.faq-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin-bottom: 40px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 680px;
  margin: 0 auto;
}

.faq-item {
  border-left: 3px solid var(--accent);
  padding-left: 20px;
}

.faq-q {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.faq-a {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ── Bottom CTA ────────────────────────── */
.pricing-bottom-cta {
  text-align: center;
  background: var(--navy);
  border-radius: 20px;
  padding: 64px 40px;
  color: var(--white);
}

.pricing-bottom-cta h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.pricing-bottom-cta p {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
}

.pricing-bottom-cta .btn-primary {
  background: var(--lime);
  color: var(--navy-deep);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s, transform 0.1s;
}

.pricing-bottom-cta .btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  text-decoration: none;
}

.pricing-small {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

/* ── Welcome page ──────────────────────── */
.welcome-page {
  padding-top: 72px;
}

.welcome-card {
  background: var(--white);
  border: 1px solid var(--grey-dark);
  border-radius: 20px;
  padding: 56px 48px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  text-align: center;
}

.welcome-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.welcome-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.welcome-sub {
  font-size: 17px;
  color: var(--text-mid);
  margin-bottom: 40px;
}

.welcome-steps {
  list-style: none;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.welcome-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.welcome-steps li div {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
}

.welcome-steps li strong {
  color: var(--navy);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.welcome-calendar {
  background: var(--off-white);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 40px;
  text-align: left;
}

.cal-headline {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.cal-sub {
  font-size: 14px;
  color: var(--text-mid);
  margin-bottom: 20px;
}

.cal-placeholder {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
}

.cal-placeholder a {
  color: var(--accent);
  font-weight: 600;
}

.cal-small {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 8px;
}

.welcome-footer-links {
  margin-top: 8px;
}

.btn-outline {
  display: inline-block;
  padding: 11px 28px;
  border: 1.5px solid var(--grey-dark);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-mid);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
  text-decoration: none;
}

/* ── Responsive ────────────────────────── */
@media (max-width: 600px) {
  .pricing-plan-card { padding: 32px 20px; }
  .plan-amount { font-size: 48px; }
  .pricing-bottom-cta { padding: 48px 24px; }
  .welcome-card { padding: 40px 24px; }
  .compare-table th, .compare-table td { padding: 10px 12px; font-size: 13px; }
}
