/*
 * ============================================================
 * CrossMerg — Support Center
 * Path: assets/themes/crossmerg/custom/css/support.css
 * RELEASE 1.7 — SUPPORT CENTER FOUNDATION
 * Updated: 2026-08-27 16:32 PT
 *
 * Ownership:
 * - Support Center page-scoped presentation only.
 * - No global .container/.row overrides.
 * - No shared Hero, CTA, Quick Navigation, Credibility Band,
 *   footer, Bootstrap, loader, or marketing.js changes.
 * ============================================================
 */

body.marketing-site .cm-page--support {
  --cm-support-ink: #0f172a;
  --cm-support-heading: #16325c;
  --cm-support-muted: #475569;
  --cm-support-line: rgba(148,163,184,.24);
  --cm-support-blue: var(--brand-primary, #3e79d1);
  --cm-support-green: var(--brand-success, #3ed196);
  color: var(--cm-support-ink);
}

body.marketing-site .cm-page--support .cm-support-shell {
  width: min(1320px, calc(100% - 64px));
  max-width: 1320px;
}

body.marketing-site .cm-page--support .cm-support-header {
  padding: clamp(4.75rem, 8vw, 7rem) 0 clamp(3.75rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(62,121,209,.15);
  background:
    radial-gradient(circle at 86% 12%, rgba(62,121,209,.15), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
}

body.marketing-site .cm-page--support .cm-support-header__inner {
  max-width: 940px;
}

body.marketing-site .cm-page--support .cm-support-eyebrow,
body.marketing-site .cm-page--support .cm-support-kicker,
body.marketing-site .cm-page--support .cm-support-card__eyebrow {
  margin: 0 0 .75rem;
  color: var(--cm-support-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.marketing-site .cm-page--support .cm-support-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

body.marketing-site .cm-page--support .cm-support-header h1 {
  margin: 0;
  color: var(--cm-support-heading);
  font-size: clamp(2.55rem, 5.5vw, 4.6rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.marketing-site .cm-page--support .cm-support-lead {
  max-width: 880px;
  margin: 1.25rem 0 0;
  color: var(--cm-support-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.23rem);
  line-height: 1.72;
}

body.marketing-site .cm-page--support .cm-support-routing {
  padding: clamp(3.75rem, 6vw, 6rem) 0;
  background: #f8fafc;
}

body.marketing-site .cm-page--support .cm-support-section-heading {
  max-width: 820px;
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

body.marketing-site .cm-page--support .cm-support-section-heading h2,
body.marketing-site .cm-page--support .cm-support-decision h2 {
  margin: 0;
  color: var(--cm-support-heading);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.025em;
}

body.marketing-site .cm-page--support .cm-support-section-heading > p:last-child {
  margin: .8rem 0 0;
  color: var(--cm-support-muted);
  font-size: 1rem;
  line-height: 1.7;
}

body.marketing-site .cm-page--support .cm-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

body.marketing-site .cm-page--support .cm-support-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(1.45rem, 2.6vw, 2rem);
  border: 1px solid var(--cm-support-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15,23,42,.07);
}

body.marketing-site .cm-page--support .cm-support-card--primary {
  border-color: rgba(62,121,209,.26);
  background:
    linear-gradient(145deg, rgba(62,121,209,.07), rgba(255,255,255,1) 48%);
}

body.marketing-site .cm-page--support .cm-support-card__icon {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(62,121,209,.15);
  border-radius: 16px;
  background: rgba(62,121,209,.08);
  color: var(--cm-support-blue);
  font-size: 1.1rem;
}

body.marketing-site .cm-page--support .cm-support-card__eyebrow {
  margin-bottom: .35rem;
}

body.marketing-site .cm-page--support .cm-support-card h3 {
  margin: 0;
  color: var(--cm-support-heading);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.3;
  font-weight: 900;
}

body.marketing-site .cm-page--support .cm-support-card > p:not(.cm-support-card__eyebrow) {
  margin: .7rem 0 1.15rem;
  color: #374151;
  font-size: .96rem;
  line-height: 1.72;
}

body.marketing-site .cm-page--support .cm-support-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: auto;
  padding: .8rem 1rem;
  border: 1px solid rgba(62,121,209,.2);
  border-radius: 999px;
  background: rgba(62,121,209,.07);
  color: var(--cm-support-heading);
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

body.marketing-site .cm-page--support .cm-support-action:hover,
body.marketing-site .cm-page--support .cm-support-action:focus {
  border-color: rgba(62,121,209,.4);
  background: rgba(62,121,209,.12);
  color: var(--cm-support-blue);
  transform: translateY(-1px);
  outline: none;
}

body.marketing-site .cm-page--support .cm-support-decision {
  padding: 0 0 clamp(4.5rem, 7vw, 7rem);
  background: #f8fafc;
}

body.marketing-site .cm-page--support .cm-support-decision__panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(62,121,209,.18);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(62,121,209,.08), rgba(255,255,255,.98));
  box-shadow: 0 18px 44px rgba(15,23,42,.07);
}

body.marketing-site .cm-page--support .cm-support-decision__icon {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: rgba(62,121,209,.12);
  color: var(--cm-support-blue);
  font-size: 1.2rem;
}

body.marketing-site .cm-page--support .cm-support-decision__copy > p:last-child {
  margin: .65rem 0 0;
  color: var(--cm-support-muted);
  line-height: 1.7;
}

body.marketing-site .cm-page--support .cm-support-decision__action {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .82rem 1.05rem;
  border: 1px solid rgba(62,121,209,.25);
  border-radius: 999px;
  background: #fff;
  color: var(--cm-support-heading);
  font-size: .86rem;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
}

body.marketing-site .cm-page--support .cm-support-decision__action:hover,
body.marketing-site .cm-page--support .cm-support-decision__action:focus {
  color: var(--cm-support-blue);
  border-color: rgba(62,121,209,.42);
  outline: none;
}

@media (max-width: 991px) {
  body.marketing-site .cm-page--support .cm-support-shell {
    width: calc(100% - 40px);
  }

  body.marketing-site .cm-page--support .cm-support-decision__panel {
    grid-template-columns: auto 1fr;
  }

  body.marketing-site .cm-page--support .cm-support-decision__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body.marketing-site .cm-page--support .cm-support-shell {
    width: calc(100% - 28px);
  }

  body.marketing-site .cm-page--support .cm-support-header {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }

  body.marketing-site .cm-page--support .cm-support-grid {
    grid-template-columns: 1fr;
  }

  body.marketing-site .cm-page--support .cm-support-card {
    min-height: 0;
  }

  body.marketing-site .cm-page--support .cm-support-decision__panel {
    grid-template-columns: 1fr;
  }

  body.marketing-site .cm-page--support .cm-support-decision__action {
    grid-column: 1;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  body.marketing-site .cm-page--support .cm-support-shell {
    width: calc(100% - 24px);
  }

  body.marketing-site .cm-page--support .cm-support-header h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
  }

  body.marketing-site .cm-page--support .cm-support-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.marketing-site .cm-page--support .cm-support-action {
    transition: none;
  }

  body.marketing-site .cm-page--support .cm-support-action:hover,
  body.marketing-site .cm-page--support .cm-support-action:focus {
    transform: none;
  }
}

@media (forced-colors: active) {
  body.marketing-site .cm-page--support .cm-support-card,
  body.marketing-site .cm-page--support .cm-support-decision__panel,
  body.marketing-site .cm-page--support .cm-support-action,
  body.marketing-site .cm-page--support .cm-support-decision__action {
    border: 1px solid CanvasText;
  }
}
