:root {
  color-scheme: dark;
  --bg: #070611;
  --panel: rgba(18, 15, 31, 0.92);
  --panel-soft: rgba(29, 20, 49, 0.7);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f7f3ff;
  --muted: #aaa4b7;
  --purple: #c84cff;
  --pink: #ff3cac;
  --orange: #ff7139;
  --green: #61eeb3;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--text); }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.ambient { position: fixed; width: 38vw; height: 38vw; border-radius: 50%; filter: blur(100px); opacity: .16; pointer-events: none; }
.ambient-one { top: -18vw; right: -8vw; background: var(--pink); }
.ambient-two { bottom: -20vw; left: -10vw; background: #294dff; }

.topbar { position: relative; z-index: 1; min-height: 94px; padding: 20px clamp(24px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 54px; height: 54px; border-radius: 16px; }
.brand span { display: grid; gap: 4px; }
.brand strong { letter-spacing: .14em; }
.brand small { color: var(--muted); font-size: 11px; }
.back-link { padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; color: #ddd6e8; text-decoration: none; font-size: 13px; }
.back-link:hover { border-color: rgba(200, 76, 255, .55); color: white; }

main { position: relative; z-index: 1; width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: clamp(54px, 8vw, 100px) 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(36px, 7vw, 94px); align-items: start; }
.eyebrow { display: block; color: #dc81ff; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
h1 { margin: 18px 0 20px; max-width: 620px; font-size: clamp(50px, 6vw, 86px); line-height: .96; letter-spacing: -.055em; }
.support-intro > p { max-width: 580px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.support-points { margin-top: 42px; display: grid; gap: 12px; }
.support-points article { padding: 18px; display: grid; grid-template-columns: 38px 1fr; gap: 3px 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.support-points article > span { grid-row: 1 / 3; color: #df8cff; font-size: 12px; font-weight: 800; }
.support-points p { margin: 3px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.direct-address { margin-top: 22px; padding: 20px; display: grid; gap: 7px; border-radius: 18px; background: linear-gradient(135deg, rgba(92,40,130,.35), rgba(27,21,48,.75)); border: 1px solid rgba(211,118,255,.22); }
.direct-address small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.direct-address strong { overflow-wrap: anywhere; }
.direct-address button { justify-self: start; padding: 0; border: 0; color: #e0a0ff; background: transparent; cursor: pointer; font-weight: 750; }
.direct-address button:hover { text-decoration: underline; }
#copy-status { min-height: 16px; color: var(--green); font-size: 12px; }

.form-panel { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(150deg, rgba(25,19,43,.96), rgba(10,9,20,.98)); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.form-heading h2, .success-panel h2 { margin: 10px 0 7px; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.form-heading p, .success-panel p { margin: 0; color: var(--muted); line-height: 1.6; }
form { margin-top: 34px; display: grid; gap: 10px; }
label { margin-top: 10px; color: #d7d0e1; font-size: 12px; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: rgba(4,3,10,.65); color: white; outline: none; }
input, select { min-height: 52px; padding: 0 15px; }
textarea { padding: 14px 15px; resize: vertical; line-height: 1.55; }
input:focus, select:focus, textarea:focus { border-color: rgba(206,92,255,.72); box-shadow: 0 0 0 3px rgba(200,76,255,.1); }
.message-label { margin-top: 10px; display: flex; justify-content: space-between; }
.message-label label { margin: 0; }
.message-label span { color: var(--muted); font-size: 11px; }
.privacy-confirmation { margin: 15px 0 6px; display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: var(--muted); font-weight: 500; line-height: 1.55; }
.privacy-confirmation input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--purple); }
.submit-button { min-height: 56px; border: 0; border-radius: 14px; color: white; background: linear-gradient(100deg, var(--purple), var(--pink), var(--orange)); font-weight: 850; cursor: pointer; box-shadow: 0 12px 36px rgba(222,47,177,.24); }
.submit-button:hover { filter: brightness(1.08); }
.submit-button:disabled { cursor: wait; opacity: .6; }
.form-status { min-height: 24px; padding-top: 4px; color: #ff9bba; font-size: 13px; line-height: 1.5; }
.form-status.success { color: var(--green); }
.success-panel { padding: 56px 8px 28px; text-align: center; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; border: 1px solid rgba(97,238,179,.35); border-radius: 50%; color: var(--green); background: rgba(97,238,179,.08); font-size: 30px; }
.success-panel .eyebrow { margin-bottom: 14px; }
.success-panel p { margin-top: 10px; }
.success-panel button { margin-top: 28px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; color: white; background: transparent; cursor: pointer; }

footer { position: relative; z-index: 1; padding: 28px clamp(24px, 5vw, 72px); display: flex; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid var(--line); color: #777182; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 860px) {
  main { grid-template-columns: 1fr; }
  .support-points { grid-template-columns: repeat(3, 1fr); }
  .support-points article { grid-template-columns: 1fr; }
  .support-points article > span { grid-row: auto; }
}
@media (max-width: 620px) {
  .topbar { padding: 16px 20px; }
  .brand small { display: none; }
  .back-link { padding: 10px 12px; font-size: 11px; }
  main { width: min(100% - 28px, 600px); padding: 42px 0; }
  .support-points { grid-template-columns: 1fr; }
  .form-panel { padding: 24px 18px; border-radius: 22px; }
}
