﻿/* Support section content only. Header/footer come from the main Balance Integra site. */
html.balance-support-section,
body.balance-support-section {
  min-height: 100%;
  margin: 0;
  color: #f8fbff;
  font-family: Manrope, Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 30%, rgba(33, 133, 235, 0.34), transparent 22%),
    radial-gradient(circle at 86% 34%, rgba(66, 86, 174, 0.36), transparent 28%),
    linear-gradient(180deg, #223a59 0%, #203753 48%, #162943 100%);
}

body.balance-support-section {
  height: auto !important;
  min-height: 100vh !important;
  overflow-x: hidden;
  overflow-y: auto !important;
  position: static !important;
}

body.balance-support-section::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 21%, rgba(185, 214, 255, 0.44) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 34%, rgba(185, 214, 255, 0.62) 0 4px, transparent 5px),
    radial-gradient(circle at 94% 33%, rgba(185, 214, 255, 0.58) 0 5px, transparent 6px),
    linear-gradient(90deg, rgba(255,255,255,0.018), transparent 22%, transparent 78%, rgba(255,255,255,0.018));
  z-index: 0;
}

.balance-support-section #allrecords {
  position: relative;
  z-index: 1;
  height: auto !important;
  min-height: 100vh !important;
  overflow: visible !important;
}

.balance-support-section .support-orbits {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.balance-support-section .orbit {
  position: absolute;
  border: 1px solid rgba(166, 205, 255, 0.13);
  border-radius: 50%;
  transform: rotate(18deg);
}

.balance-support-section .orbit-one {
  top: 110px;
  right: -90px;
  width: 470px;
  height: 190px;
  transform: rotate(22deg);
}

.balance-support-section .orbit-two {
  bottom: 120px;
  left: -170px;
  width: 420px;
  height: 150px;
}

.balance-support-section .dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(180, 212, 255, 0.70);
  box-shadow: 0 0 18px rgba(112, 199, 255, 0.35);
}

.balance-support-section .dot-one { top: 23%; right: 16%; }
.balance-support-section .dot-two { bottom: 18%; left: 8%; }
.balance-support-section .dot-three { top: 62%; right: 28%; }

.balance-support-section .ghost-card {
  position: absolute;
  width: 180px;
  height: 100px;
  border: 1px solid rgba(154, 192, 238, 0.12);
  border-radius: 18px;
  background: rgba(89, 139, 201, 0.12);
}

.balance-support-section .ghost-card::before,
.balance-support-section .ghost-card::after {
  content: "";
  position: absolute;
  left: 28px;
  height: 1px;
  background: rgba(145, 185, 255, 0.11);
}

.balance-support-section .ghost-card::before { top: 38px; width: 100px; }
.balance-support-section .ghost-card::after { top: 58px; width: 62px; }
.balance-support-section .ghost-card-one { top: 28%; left: 19%; }
.balance-support-section .ghost-card-two { right: 11%; bottom: 22%; width: 210px; height: 96px; }

.balance-support-section .support-page,
.balance-support-section .site-footer {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
}

.balance-support-section .support-page {
  padding-top: 24px;
}

.balance-support-section .hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  gap: 48px;
  align-items: center;
  min-height: 500px;
  padding: 18px 0 20px;
}

.balance-support-section .hero-copy { padding-left: 20px; }

.balance-support-section .eyebrow {
  margin: 0 0 18px;
  color: #70c7ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.balance-support-section h1,
.balance-support-section h2,
.balance-support-section p { margin-top: 0; }

.balance-support-section h1 {
  max-width: 460px;
  margin-bottom: 22px;
  color: #f8fbff;
  font-size: clamp(44px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.balance-support-section .lead {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(231, 239, 250, 0.82);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.balance-support-section .contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.balance-support-section .contact-card,
.balance-support-section .status-panel {
  border: 1px solid rgba(145, 185, 255, 0.20);
  background:
    radial-gradient(circle at 16% 0%, rgba(77, 133, 206, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(31, 50, 78, 0.78), rgba(17, 31, 52, 0.64));
}

.balance-support-section .contact-card {
  min-height: 270px;
  padding: 26px 28px;
  border-radius: 18px;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.balance-support-section .contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 151, 255, 0.52);
}

.balance-support-section .card-icon,
.balance-support-section .mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3f82ff;
}

.balance-support-section .card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border: 1px solid rgba(145, 185, 255, 0.18);
  border-radius: 50%;
  background: rgba(9, 18, 31, 0.62);
}

.balance-support-section svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.balance-support-section .card-icon svg {
  width: 26px;
  height: 26px;
}

.balance-support-section .contact-card h2 {
  margin-bottom: 12px;
  color: #f8fbff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}

.balance-support-section .contact-card p {
  min-height: 64px;
  margin-bottom: 24px;
  color: rgba(231, 239, 250, 0.78);
  font-size: 16px;
  line-height: 1.45;
}

.balance-support-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid rgba(112, 199, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font: 800 20px/1 Manrope, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(135deg, #4f8dff, #2f6fe8);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.balance-support-section .btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.balance-support-section .btn-card {
  width: 100%;
  height: 52px;
  min-height: 52px;
  border-radius: 26px;
  font-size: 17px;
  white-space: nowrap;
}

.balance-support-section .status-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 14px 20px 48px;
  border-radius: 18px;
  overflow: hidden;
}

.balance-support-section .status-panel article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 22px 26px;
}

.balance-support-section .status-panel article + article { border-left: 1px solid rgba(145, 185, 255, 0.14); }
.balance-support-section .status-dot { width: 12px; height: 12px; margin-top: 8px; border-radius: 50%; background: #55f0a6; box-shadow: 0 0 20px rgba(85, 240, 166, 0.55); }
.balance-support-section .mini-icon { width: 28px; height: 28px; }
.balance-support-section .status-panel h2 { margin-bottom: 10px; color: #f8fbff; font-size: 18px; line-height: 1.2; }
.balance-support-section .status-panel p { margin-bottom: 0; color: rgba(231, 239, 250, 0.78); font-size: 14px; line-height: 1.45; }

.balance-support-section .site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 34px;
  margin-bottom: 0;
  border-top: 1px solid rgba(145, 185, 255, 0.14);
  color: rgba(231, 239, 250, 0.82);
}

.balance-support-section .site-footer p { margin: 0; color: rgba(231, 239, 250, 0.82); }
.balance-support-section .site-footer nav { display: flex; gap: 24px; }
.balance-support-section .site-footer a { color: rgba(248, 251, 255, 0.86); text-decoration: none; }
.balance-support-section .site-footer a:hover { color: #70c7ff; }

.balance-support-section a.balance-header-active,
.balance-support-section a.balance-header-active .tn-atom,
.balance-support-section .balance-header-support.balance-header-active {
  color: #3f82ff !important;
}

html.balance-support-section {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
}

html.balance-support-section body,
html.balance-support-section body #allrecords {
  height: auto !important;
}

body.balance-support-section #allrecords {
  padding-bottom: 1px !important;
}

.balance-support-section .support-scroll-spacer {
  position: relative;
  z-index: 1;
  height: 0;
  pointer-events: none;
}
