:root {
  --ink: #07120f;
  --muted: #62706b;
  --line: #dfe7e3;
  --wash: #f4f8f6;
  --green: #1769ff;
  --green-dark: #0c4fd8;
  --navy: #06142f;
  --white: #fff;
  --max: 1120px;
}

/* Support center */
.page-hero.support-hero {
  padding: 64px 0 86px;
  border-bottom: 1px solid rgba(123, 169, 255, 0.24);
  background:
    radial-gradient(circle at 18% 10%, rgba(84, 214, 255, 0.2), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(113, 97, 246, 0.24), transparent 30%),
    linear-gradient(135deg, #07152f, #102c66 58%, #173fa4);
}
.support-hero .eyebrow { color: #8fdfff; }
.support-hero h1 { color: #fff !important; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; }
.support-hero .sublead { max-width: 720px; color: #c4d5f2 !important; }
.section.support-section { padding: 0 0 78px; background: #f3f6fb; }
.support-wrap { max-width: 930px; margin-top: -42px; position: relative; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-card {
  display: grid;
  gap: 7px;
  border: 1px solid #d7e2f0;
  border-radius: 16px;
  background: #fff;
  padding: 27px;
  color: #102044;
  box-shadow: 0 18px 50px rgba(23, 54, 104, 0.09);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.support-card:hover { transform: translateY(-3px); box-shadow: 0 22px 55px rgba(23, 54, 104, 0.15); }
.support-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #eaf2ff; color: #1769ff; font-size: 20px; }
.support-card small { margin-top: 8px; color: #63728a; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.support-card strong { font-size: clamp(18px, 2.2vw, 24px); overflow-wrap: anywhere; }
.support-card p { margin: 0; color: #63728a; }
.support-details { margin-top: 18px; padding: 28px; }
.support-details h2 { margin: 3px 0 15px; }
.support-details ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 0; padding-left: 20px; color: #526174; }
.support-note { margin: 22px 0 0; border-top: 1px solid #e2e8f0; padding-top: 18px; color: #64748b; font-size: 14px; }
.support-actions { justify-content: center; margin-top: 26px; }
@media (max-width: 700px) {
  .support-grid, .support-details ul { grid-template-columns: 1fr; }
  .page-hero.support-hero { padding: 48px 0 72px; }
  .support-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .support-wrap { margin-top: -32px; }
  .support-card, .support-details { padding: 22px; }
}

/* Apex Leads Inc. premium visual system */
:root {
  --ink: #07142e;
  --muted: #596a86;
  --line: #d6e1f2;
  --wash: #f1f5fb;
  --green: #2f6bff;
  --green-dark: #173fa4;
  --navy: #050f26;
  --cyan: #54d6ff;
  --violet: #7161f6;
}
body {
  font-family:
    "Avenir Next",
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: linear-gradient(180deg, #fff 0%, #f7f9fe 100%);
}
h1,
h2,
h3 {
  font-family: "Avenir Next", "Helvetica Neue", sans-serif;
}
.site-header {
  background: rgba(250, 252, 255, 0.9);
  border-bottom: 1px solid rgba(18, 52, 112, 0.13);
  backdrop-filter: blur(18px);
}
.brand-mark {
  border-radius: 11px 4px 11px 4px;
  background: linear-gradient(
    145deg,
    var(--cyan),
    var(--green) 55%,
    var(--violet)
  );
  box-shadow: 0 8px 22px rgba(47, 107, 255, 0.28);
}
.button {
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #3a7cff, #3159dc 58%, #6b5ef0);
  box-shadow: 0 11px 28px rgba(32, 78, 190, 0.22);
}
.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}
.hero {
  position: relative;
  isolation: isolate;
  background: radial-gradient(
    circle at 67% 34%,
    #2255ad 0,
    #0b2a5e 31%,
    #050f26 72%
  );
}
.hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -170px;
  top: -300px;
  border: 1px solid rgba(114, 181, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 85px rgba(70, 123, 255, 0.035),
    0 0 0 170px rgba(92, 82, 240, 0.025);
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
  z-index: -1;
}
.process-strip {
  border-radius: 18px 18px 0 0;
  backdrop-filter: blur(18px);
  box-shadow: 0 -24px 80px rgba(55, 105, 255, 0.12);
}
.section {
  position: relative;
}
.card {
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(25, 54, 105, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 65px rgba(25, 54, 105, 0.14);
}
.service-card h3 {
  font-size: 32px;
  letter-spacing: -0.04em;
}
.faq-item {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 13px;
  padding: 0 20px;
  margin-bottom: 11px;
  box-shadow: 0 10px 30px rgba(20, 48, 96, 0.055);
}
.faq-question {
  font-size: 17px;
  font-weight: 800;
}
.faq-answer {
  font-size: 16px;
  line-height: 1.75;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  height: 72px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 15px;
  white-space: nowrap;
}
.brand-mark {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--green);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 21px;
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid var(--green);
  transition: 0.2s ease;
}
.button:hover {
  transform: translateY(-1px);
  background: var(--green-dark);
}
.button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.button.dark {
  background: var(--ink);
  border-color: var(--ink);
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
}
.eyebrow {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 13px;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-top: 0;
}
h1 {
  font-size: clamp(48px, 7vw, 78px);
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(34px, 4.2vw, 54px);
  margin-bottom: 20px;
}
h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.lead {
  color: #c6d1cd;
  font-size: 18px;
  max-width: 680px;
}
.sublead {
  color: var(--muted);
  font-size: 18px;
  max-width: 720px;
}
.hero {
  color: white;
  background: radial-gradient(
    circle at 65% 40%,
    #173b7a 0,
    #0b234d 35%,
    #06142f 72%
  );
  padding: 105px 0 0;
  overflow: hidden;
}
.hero-copy {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.hero .eyebrow {
  color: #78a8ff;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 34px 0 68px;
}
.process-strip {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  padding: 25px 13px 21px;
}
.process-step {
  text-align: center;
  min-width: 0;
  color: #b5c5bf;
  font-size: 11px;
}
.process-step b {
  display: block;
  color: #fff;
  font-size: 13px;
  margin: 7px 0 2px;
}
.process-step span {
  color: #72a4ff;
  font-weight: 800;
}
.section {
  padding: 105px 0;
}
.section.soft {
  background: var(--wash);
}
.section.dark {
  background: #06142f;
  color: #fff;
}
.section.dark .sublead,
.section.dark p {
  color: #aebeb8;
}
.section-head {
  max-width: 750px;
  margin-bottom: 55px;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.problem-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  background: white;
  margin: 34px 0;
}
.problem-chip {
  text-align: center;
  padding: 25px 8px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 750;
}
.problem-chip:last-child {
  border-right: 0;
}
.icon {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  background: #eaf1ff;
  color: var(--green-dark);
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  font-weight: 900;
}
.problem-chip .icon {
  margin: 0 auto 10px;
}
.issue-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 44px;
}
.issue {
  border-left: 2px solid #ffcfcf;
  padding: 2px 0 24px 23px;
}
.issue p,
.card p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
}
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 100px;
  align-items: start;
}
.sticky-copy {
  position: sticky;
  top: 110px;
}
.timeline {
  border-left: 1px solid #b8caef;
  padding-left: 37px;
}
.timeline-item {
  position: relative;
  padding-bottom: 32px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 3px;
  width: 11px;
  height: 11px;
  background: var(--green);
  border: 4px solid #e4edff;
  border-radius: 50%;
}
.number {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.timeline-item h3 {
  margin: 4px 0 8px;
}
.timeline-item p {
  color: var(--muted);
  margin: 0;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.card {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 28px;
  background: #fff;
}
.card.flat {
  border-radius: 0;
  border-width: 0 0 1px;
  padding: 27px 0;
}
.card .result {
  color: var(--ink);
  font-weight: 750;
  margin-top: 17px;
}
.dashboard {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 68px;
  align-items: center;
}
.dash-ui {
  background: #0b234d;
  border: 1px solid #244f94;
  border-radius: 11px;
  padding: 25px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.dash-ui .bar {
  height: 8px;
  width: 40%;
  background: #4b86ff;
  border-radius: 9px;
  margin-bottom: 25px;
}
.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}
.metric {
  background: #112e60;
  border: 1px solid #285496;
  border-radius: 6px;
  padding: 14px;
  color: #b8cbee;
  font-size: 11px;
}
.metric b {
  display: block;
  color: #fff;
  font-size: 21px;
  margin-top: 6px;
}
.trade-card ul,
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.trade-card li,
.check-list li {
  font-size: 14px;
  margin: 7px 0;
  color: #53645e;
}
.trade-card li::before,
.check-list li::before {
  content: "✓";
  color: var(--green);
  margin-right: 8px;
  font-weight: 900;
}
.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.compare-card {
  padding: 32px;
  background: #f8faf9;
  border: 1px solid var(--line);
}
.compare-card.green {
  background: #f4f8ff;
  border-color: #bdd2fb;
}
.tracked-box {
  border: 1px solid var(--line);
  padding: 36px;
}
.tracked-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 55px;
}
.tracked-item b {
  display: block;
  margin-bottom: 4px;
}
.tracked-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.offer-panel {
  max-width: 860px;
  margin: 0 auto;
  background: #0b234d;
  padding: 45px;
  border: 1px solid #244f94;
  text-align: center;
  border-radius: 7px;
}
.offer-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 34px 0;
}
.offer-points div {
  font-size: 13px;
  color: #d2ded9;
}
.offer-points span {
  display: block;
  color: var(--green);
  font-weight: 900;
  margin-bottom: 5px;
}
.faq {
  max-width: 790px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-question {
  width: 100%;
  padding: 21px 0;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.faq-question::after {
  content: "+";
  color: var(--green-dark);
}
.faq-answer {
  display: none;
  color: var(--muted);
  padding: 0 0 22px;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-item.open .faq-question::after {
  content: "−";
}
.page-hero {
  padding: 90px 0 70px;
  background: #fbfdfc;
  border-bottom: 1px solid var(--line);
}
.service-card {
  padding: 35px 0;
  border-top: 1px solid var(--line);
}
.service-card .service-title {
  display: flex;
  align-items: center;
  gap: 13px;
}
.service-card h3 {
  font-size: 25px;
}
.label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 21px 0 5px;
}
.service-card p {
  color: var(--muted);
  margin: 0;
}
.simple-cta {
  text-align: center;
  background: #06142f;
  color: #fff;
  padding: 70px 20px;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 35px 0;
  color: var(--muted);
  font-size: 13px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
}
.login-brand {
  background: var(--navy);
  color: white;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-brand h1 {
  font-size: 36px;
  max-width: 330px;
}
.login-form-wrap {
  display: grid;
  place-items: center;
  padding: 40px;
}
.login-form {
  width: min(440px, 100%);
}
.login-form h2 {
  font-size: 30px;
}
.field {
  margin: 18px 0;
}
.field label {
  display: block;
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 7px;
}
.field input {
  width: 100%;
  height: 44px;
  border: 1px solid #cfd7d4;
  border-radius: 4px;
  padding: 0 12px;
  font: inherit;
}
.login-form .button {
  width: 100%;
  background: var(--navy);
  border-color: var(--navy);
}
@media (max-width: 900px) {
  .menu-button {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    padding: 24px;
    background: white;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open {
    display: flex;
  }
  .split,
  .dashboard {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .sticky-copy {
    position: static;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .process-strip {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 25px;
  }
  .offer-points {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .container {
    width: min(100% - 30px, var(--max));
  }
  .section {
    padding: 74px 0;
  }
  .hero {
    padding-top: 74px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 37px;
  }
  .hero-actions {
    flex-direction: column;
    margin-bottom: 48px;
  }
  .problem-row,
  .grid-4,
  .grid-3,
  .grid-2,
  .comparison,
  .tracked-grid {
    grid-template-columns: 1fr;
  }
  .problem-chip {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .issue-list {
    grid-template-columns: 1fr;
  }
  .process-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-points {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-panel {
    padding: 35px 22px;
  }
  .footer-inner {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .login-page {
    grid-template-columns: 1fr;
  }
  .login-brand {
    min-height: 300px;
    padding: 35px;
  }
  .login-form-wrap {
    padding: 60px 25px;
  }
}
