/* Marketing pages (about, pricing) — shared with homepage design language */

.mkt-page {
  background: #ffffff;
  color: #475569;
}

/* Reuse home-section / home-eyebrow / home-body from homepage.css */

.mkt-page-headline {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: #0d1b2a;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .mkt-page-headline {
    font-size: 48px;
  }
}

.mkt-page-headline--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mkt-section-intro {
  max-width: 42rem;
}

.mkt-section-intro--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Tighter vertical rhythm on about / pricing (80px vs homepage 120px) */
.mkt-page .home-section.mkt-section--tight {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mkt-page .home-section.home-section--hero.mkt-section--tight {
  padding-top: 8rem;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .mkt-page .home-section.home-section--hero.mkt-section--tight {
    padding-top: 9.5rem;
  }
}

/* Pricing hero: compact above-the-fold layout */
.mkt-page .home-section.mkt-pricing-hero--compact {
  padding-top: calc(64px + 32px);
  padding-bottom: 32px;
}

.mkt-pricing-headline {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0d1b2a;
  letter-spacing: -0.02em;
  margin: 0.75rem auto 0;
  max-width: 40rem;
}

@media (min-width: 992px) {
  .mkt-pricing-headline {
    font-size: 32px;
  }
}

.mkt-pricing-subhead {
  margin: 0.75rem auto 0;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
}

.mkt-pricing-billing-note {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.5;
}

.mkt-pricing-billing-note--below-toggle {
  margin: 0.75rem auto 0;
  max-width: 600px;
  font-size: 12px;
  opacity: 0.6;
}

.mkt-billing-toggle--compact {
  margin: 16px auto;
}

.mkt-billing-toggle--compact button {
  padding: 4px 16px;
  font-size: 0.8125rem;
}

.mkt-pricing-important {
  padding: 32px 24px;
  background: #f8fafc;
}

.mkt-pricing-important__inner {
  max-width: 800px;
  margin: 0 auto;
}

.mkt-pricing-important__heading {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  text-align: center;
}

.mkt-pricing-important__notices {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mkt-notice--inline {
  margin: 0;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #475569;
}

.mkt-page .home-section.mkt-pricing-tiers-section {
  padding-top: 16px;
  padding-bottom: 32px;
}

/* ── About: hero stats row ── */
.mkt-stats-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .mkt-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .mkt-stats-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .mkt-stat + .mkt-stat {
    border-left: 1px solid #e2e8f0;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}

.mkt-stat {
  text-align: center;
}

@media (min-width: 992px) {
  .mkt-stat {
    text-align: left;
  }
}

.mkt-stat__value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}

@media (min-width: 768px) {
  .mkt-stat__value {
    font-size: 1.375rem;
  }
}

.mkt-stat__label {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
}

/* ── About: three-column mission ── */
.mkt-mission-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .mkt-mission-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.mkt-mission-col__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.75rem;
}

/* ── About: approach 2×2 grid ── */
.mkt-approach-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .mkt-approach-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3rem;
  }
}

.mkt-approach-block__lead {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.5rem;
}

.mkt-approach-block__text {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* ── About: enriched team cards ── */
.mkt-team-card {
  padding: 2.25rem 2rem;
  text-align: left;
}

.mkt-team-card__header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.mkt-team-card__credentials {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.mkt-team-card__credentials li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 0.35rem;
}

.mkt-team-card__credentials li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-brand);
}

.mkt-team-card__languages {
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 1rem;
}

.mkt-team-card__quote {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #0d1b2a;
  font-style: italic;
  border-left: 2px solid var(--color-brand);
  padding-left: 1rem;
  margin: 0 0 1rem;
}

.mkt-team-card__bio {
  font-size: 0.9375rem;
}

/* ── About: mission asymmetric layout (legacy) ── */
.mkt-mission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 992px) {
  .mkt-mission-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.mkt-principles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mkt-principles li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.mkt-principles li:first-child {
  border-top: 1px solid #e2e8f0;
}

.mkt-principles__title {
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.mkt-principles__text {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
}

.mkt-principles-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 0 1.5rem;
}

.mkt-principles-card li:first-child {
  border-top: none;
}

.mkt-principles-card li:last-child {
  border-bottom: none;
}

/* ── Team cards ── */
.mkt-team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .mkt-team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.mkt-team-card {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 2rem;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-team-card:hover {
  border-color: var(--color-brand);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.mkt-team-card__photo {
  width: 10rem;
  height: 13rem;
  border-radius: 12px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto 1.5rem;
  display: block;
}

.mkt-team-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 0.25rem;
}

.mkt-team-card__role {
  color: var(--color-brand);
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.mkt-team-card__bio {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
}

/* ── Pricing ── */
.mkt-notice {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 0.875rem 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #475569;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.mkt-notice strong {
  color: #0d1b2a;
}

.mkt-billing-toggle {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 4px;
}

.mkt-billing-toggle button {
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.mkt-billing-toggle button.active {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #0d1b2a;
  font-weight: 600;
}

.mkt-pricing-tiers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.mkt-pricing-tiers--four {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .mkt-pricing-tiers--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .mkt-pricing-tiers--four {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.mkt-tier-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 120px auto 1fr;
  align-items: stretch;
  height: 100%;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-tier-card__title-block {
  min-height: 85px;
}

.mkt-tier-card__footer {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.mkt-tier-card__badge-slot {
  min-height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mkt-tier-card__badge-slot .mkt-tier-badge {
  position: static;
  top: auto;
  left: auto;
  transform: none;
}

.mkt-tier-badge--placeholder {
  visibility: hidden;
  pointer-events: none;
}

.mkt-tier-card:hover {
  border-color: var(--color-brand);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.mkt-tier-card--featured {
  border-color: var(--color-brand);
}

.mkt-tier-card--featured:hover {
  border-color: var(--color-brand);
}

.mkt-tier-card--muted {
  opacity: 0.75;
}

.mkt-tier-card--muted:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.mkt-tier-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-brand);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}

.mkt-tier-badge--secondary {
  position: static;
  transform: none;
  display: inline-block;
  background: #64748b;
}

.mkt-tier-badge--coming {
  background: #64748b;
}

.mkt-tier-name {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0d1b2a;
}

.mkt-tier-desc {
  margin: 0.5rem 0 0;
  min-height: 48px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #475569;
}

.mkt-tier-price-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-top: 1rem;
  box-sizing: border-box;
}

.mkt-tier-price {
  margin: 0;
  display: flex;
  align-items: flex-start;
  color: #0d1b2a;
}

.mkt-tier-savings {
  min-height: 2.5rem;
  margin-top: 0.75rem;
}

.mkt-tier-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 0;
  flex-shrink: 0;
}

.mkt-tier-card__footer .mkt-tier-divider {
  margin-top: 1.5rem;
}

.mkt-tier-features {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.mkt-tier-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 0;
}

.mkt-tier-price--talk {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.mkt-tier-features svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: var(--color-brand);
}

.mkt-tier-features svg.mkt-icon-muted {
  color: #cbd5e1;
}

.mkt-tier-features .text-muted {
  color: #64748b;
}

.mkt-tier-card .mkt-tier-cta {
  margin-top: 0;
  box-sizing: border-box;
  min-height: 46px;
}

.mkt-btn {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mkt-btn--primary {
  background: var(--color-brand);
  color: #ffffff;
}

.mkt-btn--primary:hover {
  background: var(--color-brand-dark);
}

.mkt-btn--ghost {
  background: transparent;
  color: #0d1b2a;
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
}

.mkt-btn--ghost:hover {
  border-color: var(--color-brand);
  color: var(--color-brand);
}

.mkt-btn--dark {
  background: #334155;
  color: #ffffff;
}

.mkt-btn--dark:hover {
  background: #1e293b;
}

.mkt-btn--disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.mkt-pricing-trust {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
  font-size: 0.875rem;
  color: #64748b;
}

/* ── FAQ accordion ── */
.mkt-faq {
  border-top: 1px solid #e2e8f0;
}

.mkt-faq__item {
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 0;
}

.mkt-faq__item summary {
  font-weight: 600;
  color: #0d1b2a;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
}

.mkt-faq__item summary::-webkit-details-marker {
  display: none;
}

.mkt-faq__item p {
  margin-top: 0.75rem;
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
}

/* ── Feature comparison table ── */
.mkt-comparison-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 2rem;
}

.mkt-comparison {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.mkt-comparison thead th {
  text-align: center;
  font-weight: 700;
  color: #0d1b2a;
  padding: 0 0.75rem 1rem;
  font-size: 0.875rem;
}

.mkt-comparison thead th:first-child {
  text-align: left;
}

.mkt-comparison tbody tr {
  border-top: 1px solid #e2e8f0;
}

.mkt-comparison tbody tr.mkt-comparison__group td {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
}

.mkt-comparison tbody tr.mkt-comparison__group:first-child td {
  border-top: none;
  padding-top: 0;
}

.mkt-comparison td {
  padding: 0.75rem;
  vertical-align: middle;
  color: #475569;
}

.mkt-comparison td:first-child {
  font-weight: 500;
  color: #0d1b2a;
}

.mkt-comparison td:not(:first-child) {
  text-align: center;
  width: 6.5rem;
}

.mkt-comparison__check {
  display: inline-flex;
  color: var(--color-brand);
}

.mkt-comparison__check svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mkt-comparison__dash {
  color: #cbd5e1;
  font-weight: 400;
}

.mkt-comparison__partial {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
}

.mkt-page .home-section.mkt-section--faq {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* ── Service category pages ── */
.svc-hero {
  padding-top: 8rem;
}

.svc-included {
  background: #f8fafc;
}

.svc-included__list {
  border-top: 1px solid #e2e8f0;
}

.svc-included__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.svc-included__copy {
  flex: 1;
  min-width: min(100%, 18rem);
}

.svc-included__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 0.35rem;
}

.svc-included__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
  max-width: 40rem;
}

.svc-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Contact page ── */
.mkt-page .home-section.mkt-contact-section {
  padding-top: calc(64px + 80px);
  padding-bottom: 80px;
}

.mkt-contact-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.mkt-contact-intro {
  text-align: center;
  margin-bottom: 20px;
}

.mkt-contact-intro .home-eyebrow {
  margin-bottom: 16px;
}

.mkt-contact-headline {
  margin: 0;
}

@media (min-width: 992px) {
  .mkt-contact-headline {
    font-size: 36px;
  }
}

.mkt-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 992px) {
  .mkt-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }
}

.mkt-contact-info__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 1rem;
}

.mkt-contact-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mkt-contact-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 0.625rem;
}

.mkt-contact-checklist svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: var(--color-brand);
}

.mkt-contact-sales {
  margin-top: 1.25rem;
  font-size: 17px;
  line-height: 1.6;
  color: #64748b;
}

.mkt-contact-sales a {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 15px;
  font-weight: 600;
  color: #0d1b2a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mkt-contact-sales a:hover {
  color: var(--color-brand);
}

.mkt-contact-gate {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.mkt-contact-gate__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.mkt-contact-gate__text {
  font-size: 17px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 1.5rem;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.mkt-btn--navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d1b2a;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mkt-btn--navy:hover {
  background: #1a2d42;
  color: #ffffff;
}

.mkt-contact-gate__signup {
  margin-top: 1.25rem;
  font-size: 14px;
  color: #94a3b8;
}

.mkt-contact-gate__signup a {
  color: #475569;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mkt-contact-gate__signup a:hover {
  color: var(--color-brand);
}

.mkt-contact-email-line {
  margin: 1rem 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}

.mkt-contact-email-line a {
  color: var(--color-brand);
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

.mkt-contact-email-line a:hover {
  text-decoration: underline;
}

.mkt-contact-alert {
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.mkt-contact-alert--success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.mkt-contact-alert--error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.mkt-contact-gate--form {
  text-align: left;
  padding: 32px;
}

.mkt-contact-form__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 1rem;
  text-align: center;
}

.mkt-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mkt-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.mkt-contact-form__label {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
}

.mkt-contact-form__input,
.mkt-contact-form__textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #0d1b2a;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mkt-contact-form__input:focus,
.mkt-contact-form__textarea:focus {
  outline: none;
  border-color: var(--color-brand);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.mkt-contact-form__textarea {
  resize: vertical;
  min-height: 120px;
}

.mkt-btn--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.25rem;
  background: var(--color-brand);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mkt-btn--brand:hover {
  background: var(--color-brand-dark);
  color: #ffffff;
}

.mkt-contact-form__note {
  margin: 0.75rem 0 0;
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
}

/* ── Auth pages (login / register) ── */
.auth-page {
  min-height: 100vh;
  padding: calc(64px + 80px) 24px 64px;
  display: flex;
  justify-content: center;
  background: #f8fafc;
}

.auth-page__inner {
  width: 100%;
  max-width: 440px;
}

.auth-page__inner--wide {
  max-width: 42rem;
}

.auth-page__panel {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.auth-page__panel .brand-wordmark-link--center {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .home-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .svc-hero {
    padding-top: 6rem;
  }
}
