/* =====================================================================
   VXIT — Remote Support page
   Hero (computer-with-heart icon), download buttons, 3 steps,
   "Ready to get started?" contact block.
   Reuses .contact-strip / .hq from client.css; shared chrome in chrome.css.
   ===================================================================== */

.support {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(20px, 3vh, 48px) clamp(16px, 4vw, 56px) clamp(40px, 6vh, 80px);
  gap: clamp(36px, 6vh, 64px);
  width: 100%;
}

/* ---------- Hero ---------- */
.support__hero {
  text-align: center;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.support__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(84px, 12vw, 108px);
  height: clamp(84px, 12vw, 108px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 100%);
  color: var(--vxit-pink);
  overflow: hidden;
  margin-bottom: 4px;
}
.support__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% -10%, rgba(218, 19, 141, 0.5), transparent 65%);
  pointer-events: none;
}
.support__icon svg { position: relative; z-index: 1; width: 56%; height: 56%; }
.support__icon .heart {
  fill: var(--vxit-pink);
  stroke: var(--vxit-pink);
  animation: vxBeat 2.6s var(--ease-in-out) infinite;
  transform-origin: center;
}
@keyframes vxBeat {
  0%, 70%, 100% { transform: scale(1); }
  80% { transform: scale(1.14); }
  90% { transform: scale(1.05); }
}

.support__eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.support__eyebrow .pulse {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--vxit-pink);
  box-shadow: 0 0 12px var(--vxit-pink);
  animation: vxPulse 2.4s ease-in-out infinite;
}
.support__title {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--vxit-white);
  margin: 0;
  text-wrap: balance;
}
.support__title .hl-pink { color: var(--vxit-pink); }
.support__sub {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  max-width: 52ch;
  margin: 0;
}
.support__sub strong { color: var(--vxit-white); font-weight: var(--fw-semibold); }

/* ---------- Download buttons ---------- */
.dl-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
}
.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 26px;
  border-radius: 4px;
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 15px;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  transition: transform 240ms var(--ease-snap), background-color 240ms var(--ease-snap), box-shadow 240ms var(--ease-snap), border-color 240ms var(--ease-snap);
}
.dl-btn svg { flex-shrink: 0; }
.dl-btn__txt { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; line-height: 1; }
.dl-btn__os { font-size: 10px; font-weight: var(--fw-semibold); letter-spacing: var(--ls-wider); color: inherit; opacity: 0.7; }
.dl-btn__label { font-size: 16px; }

.dl-btn--win {
  background: var(--vxit-orange);
  color: var(--vxit-white);
  box-shadow: 0 14px 36px -10px rgba(242, 99, 34, 0.6);
}
.dl-btn--win:hover, .dl-btn--win:focus-visible {
  transform: translateY(-2px);
  background: var(--vxit-pink);
  box-shadow: 0 18px 44px -10px rgba(218, 19, 141, 0.7);
  outline: none;
}
.dl-btn--mac {
  background: var(--vxit-pink);
  color: var(--vxit-white);
  box-shadow: 0 14px 36px -10px rgba(218, 19, 141, 0.6);
}
.dl-btn--mac:hover, .dl-btn--mac:focus-visible {
  transform: translateY(-2px);
  background: var(--vxit-magenta-dark);
  box-shadow: 0 18px 44px -10px rgba(153, 52, 103, 0.7);
  outline: none;
}

/* ---------- 3 steps ---------- */
.steps {
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
.step {
  position: relative;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step__n {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  color: var(--vxit-orange);
}
.step__title {
  font-family: var(--font-display);
  font-weight: var(--fw-extrabold);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.1;
  color: var(--vxit-white);
  margin: 0;
  letter-spacing: -0.01em;
}
.step__copy {
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}
.step__copy .code {
  font-family: var(--font-mono);
  color: var(--vxit-pink);
  font-weight: var(--fw-semibold);
}

/* ---------- Ready to get started ---------- */
.ready {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3vw, 28px);
}
.ready__title {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--vxit-white);
  margin: 0;
  text-align: center;
}
.ready__title .hl { color: var(--vxit-orange); }
.ready .contact-strip { width: 100%; }
