:root {
  --ink: #0c0d0c;
  --muted: #6d716b;
  --line: #dfe2dc;
  --soft: #f2f4ef;
  --paper: #ffffff;
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; color: var(--ink); background: var(--soft); font-family: "Geist", ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body { min-height: 100vh; margin: 0; background: var(--soft); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: #111; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.sr-only { width: 1px; height: 1px; position: absolute; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.support-nav {
  width: min(1180px, calc(100% - 48px));
  min-height: 76px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.support-logo img { width: 148px; height: auto; display: block; }
.support-nav-links { display: flex; align-items: center; gap: 29px; color: #585c56; font-size: .78rem; font-weight: 600; }
.support-nav a { transition: opacity 160ms ease, transform 160ms ease; }
.support-nav a:hover { opacity: .58; }
.support-dashboard-link { justify-self: end; padding: 11px 17px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid #171817; border-radius: 999px; background: #fff; font-size: .75rem; font-weight: 700; white-space: nowrap; box-shadow: 0 4px 12px rgba(10, 12, 10, .04); }
.support-dashboard-link:hover { transform: translateY(-1px); }

.support-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 32px auto 108px;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(540px, 1.18fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: start;
}
.support-intro { padding: 58px 0 0; position: sticky; top: 20px; }
.support-required i { width: 7px; height: 7px; display: block; border-radius: 50%; }
.support-intro h1 { margin: 31px 0 28px; font-size: clamp(4.3rem, 7.2vw, 7.4rem); font-weight: 650; line-height: .86; letter-spacing: -.073em; }
.support-lead { max-width: 490px; margin: 0; color: var(--muted); font-size: clamp(.98rem, 1.5vw, 1.15rem); line-height: 1.68; }
.support-expectations { max-width: 500px; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d5d9d2; border-bottom: 1px solid #d5d9d2; }
.support-expectations > div { padding: 20px 18px 20px 0; }
.support-expectations > div + div { padding-left: 24px; border-left: 1px solid #d5d9d2; }
.support-expectations span, .support-expectations strong { display: block; }
.support-expectations span { color: #92968f; font-size: .61rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.support-expectations strong { margin-top: 7px; font-size: .78rem; }
.support-safe-note { max-width: 500px; margin-top: 24px; padding: 17px 18px; display: grid; grid-template-columns: 25px 1fr; gap: 9px; border: 1px solid #dfe2dc; border-radius: 12px; color: #6d716b; background: rgba(255,255,255,.48); }
.support-safe-note > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #151615; font-size: .76rem; }
.support-safe-note p { margin: 0; font-size: .69rem; line-height: 1.6; }
.support-safe-note strong { color: #292b28; }

.support-form-panel { min-width: 0; padding: clamp(25px, 4vw, 44px); border: 1px solid #e0e2de; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(28, 33, 27, .09); }
.support-form-heading { padding-bottom: 27px; display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; border-bottom: 1px solid #e8eae6; }
.support-kicker { margin: 0; color: #92968f; font-size: .61rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.support-form-heading h2 { margin: 10px 0 0; font-size: clamp(1.85rem, 3.2vw, 2.75rem); font-weight: 650; line-height: 1; letter-spacing: -.05em; }
.support-required { flex: 0 0 auto; margin-top: 2px; display: flex; align-items: center; gap: 7px; color: #8e928b; font-size: .63rem; }
.support-required i { width: 6px; height: 6px; background: #111; box-shadow: none; }
.support-form { padding-top: 7px; }
.support-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.support-field { margin-top: 20px; position: relative; display: block; }
.support-field > span, .support-category-field legend { margin: 0 0 9px 1px; display: block; color: #40433f; font-size: .72rem; font-weight: 650; }
.support-field > span small { color: #a1a59e; font-size: .62rem; font-weight: 500; }
.support-field > span b, .support-category-field legend b { color: #222; }
.support-field input, .support-field select, .support-field textarea, .support-select-fallback select { width: 100%; border: 1px solid #dfe2dc; border-radius: 10px; outline: none; color: #131513; background: #fafbf9; transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease; }
.support-field input, .support-field select, .support-select-fallback select { height: 54px; padding: 0 15px; }
.support-field textarea { min-height: 172px; padding: 15px 16px 36px; resize: vertical; line-height: 1.58; }
.support-field input:hover, .support-field select:hover, .support-field textarea:hover { border-color: #b9bdb6; background: #fff; }
.support-field input:focus, .support-field select:focus, .support-field textarea:focus, .support-select-fallback select:focus { border-color: #171817; background: #fff; box-shadow: 0 0 0 3px rgba(0,0,0,.055); }
.support-field input::placeholder, .support-field textarea::placeholder { color: #a7aaa4; }
.support-counter { position: absolute; right: 13px; bottom: 11px; color: #a1a59e; font-size: .61rem; }
.support-category-field { min-width: 0; margin: 22px 0 0; padding: 0; border: 0; }
.support-category-field legend { width: 100%; padding: 0; }
.support-category-chips { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.support-category-chips button { min-height: 43px; padding: 8px 6px; border: 1px solid #dfe2dc; border-radius: 9px; color: #6e726b; background: #fff; font-size: .68rem; font-weight: 620; cursor: pointer; transition: color 150ms ease, border-color 150ms ease, background 150ms ease, transform 150ms ease; }
.support-category-chips button:hover { border-color: #aaa; transform: translateY(-1px); }
.support-category-chips button[aria-pressed="true"] { color: #fff; border-color: #111; background: #111; }
.support-select-fallback { display: none; }
.support-submit-row { margin-top: 25px; padding-top: 23px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 26px; border-top: 1px solid #e8eae6; }
.support-submit-row p { max-width: 370px; margin: 0; color: #878b84; font-size: .65rem; line-height: 1.55; }
.support-submit-row p a { color: #111; text-decoration: underline; text-underline-offset: 2px; }
.support-submit-row button { min-height: 52px; padding: 0 19px; display: flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 10px; color: #fff; background: #101110; font-size: .73rem; font-weight: 700; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,.13); transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease; }
.support-submit-row button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0,0,0,.16); }
.support-submit-row button:disabled { cursor: wait; opacity: .55; transform: none; }
.support-submit-row button i { font-style: normal; font-size: 1rem; }
.support-status { margin-top: 19px; padding: 14px 16px; border: 1px solid #b8d9c1; border-radius: 10px; color: #1f6135; background: #f0f8f2; font-size: .75rem; line-height: 1.6; }
.support-status[data-state="error"] { border-color: #e4bbbb; color: #8c2727; background: #fff4f4; }
.support-trap { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; opacity: 0; }

.support-next { padding: 104px max(24px, calc((100% - 1180px)/2)) 116px; color: #fff; background: #0d0e0d; }
.support-next-heading { max-width: 720px; }
.support-next .support-kicker { color: #6d716b; }
.support-next h2 { margin: 14px 0 0; font-size: clamp(2.8rem, 6vw, 5.7rem); font-weight: 620; line-height: .94; letter-spacing: -.06em; }
.support-next-heading > p:last-child { margin: 21px 0 0; color: #80847d; font-size: .87rem; }
.support-next-links { margin-top: 58px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #333633; border-bottom: 1px solid #333633; }
.support-next-links a { min-height: 226px; padding: 23px 22px; position: relative; display: flex; flex-direction: column; border-left: 1px solid #333633; transition: color 160ms ease, background 160ms ease; }
.support-next-links a:first-child { border-left: 0; }
.support-next-links a:hover { color: #111; background: #f5f6f3; }
.support-link-icon { color: #6e726b; font-size: .61rem; letter-spacing: .1em; }
.support-next-links strong { margin-top: 45px; font-size: .88rem; }
.support-next-links p { max-width: 210px; margin: 12px 0 0; color: #71756e; font-size: .67rem; line-height: 1.55; }
.support-next-links i { margin-top: auto; align-self: flex-end; font-style: normal; font-size: 1rem; }
.support-footer { padding: 55px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 30px 60px; color: #777b74; background: #0d0e0d; border-top: 1px solid #292b29; }
.support-footer > div:first-child > a { color: #fff; font-size: 1.05rem; font-weight: 750; }
.support-footer p { max-width: 420px; margin: 9px 0 0; font-size: .7rem; line-height: 1.6; }
.support-footer > div:nth-child(2) { display: flex; gap: 24px; font-size: .7rem; }
.support-footer > div:nth-child(2) a:hover { color: #fff; }
.support-footer > span { grid-column: 1/-1; padding-top: 23px; border-top: 1px solid #292b29; font-size: .62rem; }

@media (max-width: 960px) {
  .support-nav { grid-template-columns: 1fr auto; }
  .support-nav-links { display: none; }
  .support-shell { grid-template-columns: 1fr; gap: 46px; }
  .support-intro { position: static; padding-top: 38px; }
  .support-intro h1 { max-width: 680px; }
  .support-lead { max-width: 620px; }
  .support-expectations, .support-safe-note { max-width: 620px; }
  .support-next-links { grid-template-columns: 1fr 1fr; }
  .support-next-links a { border-top: 1px solid #333633; }
  .support-next-links a:nth-child(odd) { border-left: 0; }
  .support-next-links a:nth-child(-n+2) { border-top: 0; }
}

@media (max-width: 620px) {
  .support-nav { width: calc(100% - 32px); min-height: 70px; }
  .support-logo img { width: 132px; }
  .support-dashboard-link { padding: 9px 12px; font-size: .68rem; }
  .support-shell { width: calc(100% - 28px); margin: 12px auto 68px; gap: 34px; }
  .support-intro { padding: 30px 4px 0; }
  .support-intro h1 { margin: 25px 0 23px; font-size: clamp(3.6rem, 19vw, 5rem); }
  .support-lead { font-size: .92rem; }
  .support-expectations { margin-top: 31px; }
  .support-expectations > div { padding: 17px 12px 17px 0; }
  .support-expectations > div + div { padding-left: 15px; }
  .support-expectations strong { font-size: .7rem; }
  .support-safe-note { margin-top: 18px; }
  .support-form-panel { padding: 24px 17px 20px; border-radius: 18px; }
  .support-form-heading { display: block; padding-bottom: 22px; }
  .support-form-heading h2 { font-size: 2rem; }
  .support-required { margin-top: 15px; }
  .support-field-grid { grid-template-columns: 1fr; gap: 0; }
  .support-category-chips { grid-template-columns: 1fr 1fr; }
  .support-category-chips button:last-child { grid-column: 1/-1; }
  .support-submit-row { grid-template-columns: 1fr; gap: 17px; }
  .support-submit-row button { width: 100%; }
  .support-next { padding: 76px 14px 82px; }
  .support-next h2 { font-size: 3.45rem; }
  .support-next-links { margin-top: 42px; grid-template-columns: 1fr; }
  .support-next-links a { min-height: 182px; border-left: 0 !important; border-top: 1px solid #333633 !important; }
  .support-next-links a:first-child { border-top: 0 !important; }
  .support-next-links strong { margin-top: 30px; }
  .support-footer { grid-template-columns: 1fr; padding: 48px 18px; }
  .support-footer > div:nth-child(2) { flex-wrap: wrap; }
  .support-footer > span { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
