/* Support page: intentionally page-scoped to keep shared secondary-page styling stable. */
.support-page .contact-main {
  position: relative;
  min-height: 0;
  overflow: clip;
}

.support-page .page-breadcrumbs {
  width: min(1160px, calc(100% - 44px));
}

.support-page .contact-hero {
  position: relative;
  min-height: 0;
  padding: 150px 0 76px;
}

.support-page .contact-hero::before {
  top: -170px;
  left: 50%;
  width: 100vw;
  height: 660px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 68% 52% at 55% 12%, rgba(47, 134, 255, 0.11), rgba(47, 134, 255, 0.028) 52%, transparent 80%);
  opacity: 1;
}

.support-page .support-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
  grid-template-areas:
    "intro form"
    "quick form";
  align-items: start;
  width: min(1160px, 100%);
  max-width: 1160px;
  column-gap: 52px;
  row-gap: 0;
}

.support-page .support-intro {
  grid-area: intro;
  min-width: 0;
  padding-top: 6px;
}

.support-page .support-eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  gap: 11px;
  color: #a9b2be;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.support-page .support-eyebrow span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #2f86ff;
}

.support-page .support-intro h1 {
  max-width: 520px;
  margin: 0;
  color: #f7f9fb;
  font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(44px, 4vw, 48px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.support-page .support-intro h1 span {
  display: block;
  margin-top: 5px;
  color: #3f8cff;
  text-shadow: 0 0 28px rgba(47, 134, 255, 0.18);
}

.support-page .support-welcome {
  max-width: 470px;
  margin: 22px 0 0;
  color: #b2bbc6;
  font-size: 18px;
  line-height: 1.62;
}

.support-page .support-address {
  max-width: 470px;
  margin-top: 30px;
}

.support-page .support-address-label {
  margin: 0 0 8px;
  color: #7f8b99;
  font-size: 13px;
  font-weight: 700;
}

.support-page .support-address-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  gap: 13px;
}

.support-page .support-address-row a {
  min-width: 0;
  color: #eef4fb;
  font-size: 17px;
  font-weight: 650;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-underline-offset: 4px;
}

.support-page .support-address-row a:hover {
  color: #80b9ff;
  text-decoration: underline;
}

.support-page .support-address-row button {
  flex: 0 0 auto;
  width: 74px;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid #3a4656;
  border-radius: 8px;
  background: #151c25;
  color: #dfe7f0;
  font: 650 14px/1.2 "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  cursor: pointer;
  transition: border-color 160ms ease-out, background-color 160ms ease-out, color 160ms ease-out;
}

.support-page .support-address-row button:hover {
  border-color: #559dff;
  background: #182436;
  color: #fff;
}

.support-page .support-copy-status {
  min-height: 20px;
  margin: 7px 0 -2px;
  color: #94a0ae;
  font-size: 13px;
  line-height: 1.45;
}

.support-page .support-form-panel {
  grid-area: form;
  width: 100%;
  min-width: 0;
  padding: 30px 32px;
  border: 1px solid #303b49;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(47, 134, 255, 0.045), transparent 34%),
    #11161d;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.support-page .contact-panel-head h2 {
  margin: 0 0 8px;
  color: #f7f9fb;
  font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 730;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.support-page .contact-panel-head p {
  max-width: 520px;
  margin: 0 0 25px;
  color: #aeb8c4;
  font-size: 16px;
  line-height: 1.55;
}

.support-page .contact-form {
  display: grid;
  gap: 20px;
}

.support-page .support-field {
  display: grid;
  gap: 8px;
}

.support-page .contact-form label {
  color: #edf1f6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.support-page .contact-form label span {
  color: #8d98a6;
  font-weight: 500;
}

.support-page .contact-form input,
.support-page .contact-form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #364252;
  border-radius: 9px;
  outline: none;
  background: #0c1117;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  color: #f5f7fa;
  font: 400 16px/1.5 "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  transition: border-color 160ms ease-out, box-shadow 160ms ease-out, background-color 160ms ease-out;
}

.support-page .contact-form input {
  min-height: 48px;
  padding: 11px 13px;
}

.support-page .contact-form textarea {
  height: 198px;
  min-height: 198px;
  padding: 13px 14px;
  resize: vertical;
}

.support-page .contact-form input::placeholder,
.support-page .contact-form textarea::placeholder {
  color: #717d8c;
  opacity: 1;
}

.support-page .contact-form input:hover,
.support-page .contact-form textarea:hover {
  border-color: #445268;
}

.support-page .contact-form input:focus,
.support-page .contact-form textarea:focus {
  border-color: #559dff;
  background: #0e151e;
  box-shadow: 0 0 0 3px rgba(47, 134, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.support-page .support-field-help {
  margin: -1px 0 2px;
  color: #9da8b5;
  font-size: 14px;
  line-height: 1.48;
}

.support-page .support-detail-note {
  margin: 2px 0 0;
  color: #a3aebb;
  font-size: 14px;
  line-height: 1.55;
}

.support-page .support-attachment-note {
  display: flex;
  align-items: flex-start;
  margin: 2px 0 0;
  gap: 9px;
  color: #8592a1;
  font-size: 13px;
  line-height: 1.52;
}

.support-page .support-attachment-note svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  fill: none;
  stroke: #65a7ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.support-page .contact-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  margin: 1px 0 0;
  gap: 11px;
}

.support-page .contact-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 11px 16px;
  gap: 9px;
  border-radius: 8px;
  font: 700 15px/1.2 "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.support-page .contact-actions .btn svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.support-page .contact-primary {
  border: 1px solid #3c91ff;
  background: linear-gradient(180deg, #4193ff, #2879eb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 10px 24px rgba(47, 134, 255, 0.2);
  color: #fff;
}

.support-page .contact-primary:hover {
  border-color: #70b0ff;
  background: linear-gradient(180deg, #5ba3ff, #3689f6);
  color: #fff;
  transform: translateY(-1px);
}

.support-page .contact-secondary {
  border: 1px solid #3a4656;
  background: #151b23;
  color: #e5ebf2;
}

.support-page .contact-secondary:hover {
  border-color: #56657a;
  background: #1a222d;
  color: #fff;
  transform: translateY(-1px);
}

.support-page .contact-primary:active,
.support-page .contact-secondary:active {
  transform: translateY(0);
}

.support-page .support-fallback,
.support-page .support-form-status {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.support-page .support-fallback {
  margin-top: -10px;
  color: #929eab;
}

.support-page .support-form-status {
  min-height: 19px;
  margin-top: -14px;
  color: #9fc7ff;
}

.support-page .support-mailto-target {
  display: none;
}

.support-page .support-quick-help {
  grid-area: quick;
  min-width: 0;
  /* Counter the spanning form's track contribution so the left column reads as one group. */
  margin-top: -44px;
}

.support-page .support-quick-help h2 {
  margin: 0 0 13px;
  color: #f1f4f8;
  font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 710;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.support-page .support-quick-list {
  overflow: hidden;
  border: 1px solid #2b3644;
  border-radius: 13px;
  background: rgba(17, 22, 29, 0.72);
}

.support-page .support-quick-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 82px;
  padding: 13px 15px;
  gap: 13px;
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease-out;
}

.support-page .support-quick-link + .support-quick-link {
  border-top: 1px solid #28313d;
}

.support-page .support-quick-link:hover {
  background: #151c25;
  color: inherit;
  text-decoration: none;
}

.support-page .support-quick-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(85, 157, 255, 0.35);
  border-radius: 10px;
  background: rgba(47, 134, 255, 0.075);
  color: #68aaff;
}

.support-page .support-quick-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.support-page .support-quick-copy {
  display: block;
  min-width: 0;
}

.support-page .support-quick-copy strong,
.support-page .support-quick-copy small {
  display: block;
}

.support-page .support-quick-copy strong {
  color: #eef3f9;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.support-page .support-quick-copy small {
  margin-top: 4px;
  color: #8f9ba9;
  font-size: 13px;
  line-height: 1.42;
}

.support-page .support-quick-arrow {
  color: #559dff;
  font-size: 18px;
  transition: transform 160ms ease-out;
}

.support-page .support-quick-link:hover .support-quick-arrow {
  transform: translateX(2px);
}

.support-page .support-address-row a:focus-visible,
.support-page .support-address-row button:focus-visible,
.support-page .contact-actions .btn:focus-visible,
.support-page .support-quick-link:focus-visible {
  border-radius: 8px;
  outline: 2px solid #80b9ff;
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  .support-page .support-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(470px, 1fr);
    column-gap: 36px;
    row-gap: 0;
  }

  .support-page .support-quick-help {
    margin-top: -64px;
  }

  .support-page .support-form-panel {
    padding: 28px;
  }

  .support-page .support-intro h1 {
    font-size: 44px;
  }
}

@media (max-width: 880px) {
  .support-page .contact-hero {
    padding-top: 126px;
    padding-bottom: 64px;
  }

  .support-page .support-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "form"
      "quick";
    max-width: 720px;
    gap: 32px;
  }

  .support-page .support-welcome,
  .support-page .support-address {
    max-width: 620px;
  }

  .support-page .support-quick-help {
    margin-top: 2px;
  }
}

@media (max-width: 620px) {
  .support-page .contact-hero {
    padding: 112px 0 54px;
  }

  .support-page .support-layout {
    padding-inline: 20px;
    gap: 30px;
  }

  .support-page .support-eyebrow {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .support-page .support-intro h1 {
    font-size: clamp(36px, 11vw, 42px);
    line-height: 1.06;
  }

  .support-page .support-welcome {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.58;
  }

  .support-page .support-address {
    margin-top: 24px;
    padding: 16px;
  }

  .support-page .support-address-row {
    gap: 10px;
  }

  .support-page .support-address-row a {
    font-size: 15px;
  }

  .support-page .support-form-panel {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .support-page .contact-panel-head h2 {
    font-size: 27px;
  }

  .support-page .contact-panel-head p {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .support-page .contact-form textarea {
    height: 196px;
    min-height: 196px;
  }

  .support-page .contact-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-page .contact-actions .btn {
    width: 100%;
  }

  .support-page .support-quick-link {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 80px;
    padding: 12px;
    gap: 11px;
  }

  .support-page .support-quick-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 380px) {
  .support-page .support-layout {
    padding-inline: 18px;
  }

  .support-page .support-address-row {
    gap: 10px;
  }

  .support-page .support-form-panel {
    padding-inline: 17px;
  }

  .support-page .support-quick-copy strong {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-page .support-address-row button,
  .support-page .contact-actions .btn,
  .support-page .support-quick-link,
  .support-page .support-quick-arrow {
    transition-duration: 0.01ms !important;
  }
}
