:root {
  color-scheme: dark;
  --panel: rgba(25, 19, 33, 0.78);
  --panel-border: rgba(255, 255, 255, 0.09);
  --text-main: #fff6ee;
  --text-soft: rgba(255, 246, 238, 0.75);
  --text-faint: rgba(255, 246, 238, 0.52);
  --accent: #f1b96c;
  --accent-strong: #ffd7a2;
  --accent-deep: #2b1c10;
  --success: #f8ddb6;
  --error: #ffbaa8;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  color: var(--text-main);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 166, 118, 0.18), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(181, 121, 255, 0.14), transparent 24%),
    linear-gradient(160deg, #120f1a 0%, #1a1320 42%, #140f19 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
  pointer-events: none;
}

a {
  color: var(--accent-strong);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page-glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.22;
  pointer-events: none;
}

.page-glow-left {
  top: 4rem;
  left: -8rem;
  background: rgba(255, 168, 109, 0.5);
}

.page-glow-right {
  right: -8rem;
  bottom: 2rem;
  background: rgba(215, 139, 255, 0.38);
}

.support-page {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
}

.hero-panel,
.content-grid {
  display: grid;
  gap: 22px;
}

.hero-panel {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.hero-copy,
.info-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  min-height: 0;
  border-radius: 34px;
}

.hero-copy {
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(243, 198, 132, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(34, 24, 45, 0.92), rgba(24, 18, 34, 0.92));
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 18px;
}

.hero-icon-wrap {
  width: 84px;
  height: 84px;
  padding: 8px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 224, 178, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-copy h1,
.info-card h2,
.contact-card h2 {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: none;
  font-size: 17px;
  line-height: 1.7;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.support-badge,
.section-kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-badge {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--text-main);
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: none;
}

.hero-lede,
.section-copy,
.support-footnote,
.support-confirmation,
.support-error,
.trust-item {
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.hero-lede {
  max-width: 42rem;
  margin: 18px 0 0;
}

.support-app-icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.content-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 22px;
}

.info-card,
.contact-card {
  border-radius: 30px;
  padding: 30px;
  background: var(--panel);
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--text-faint);
  font-size: 11px;
  font-weight: 700;
}

.info-card h2,
.contact-card h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.98;
}

.section-copy {
  margin: 16px 0 0;
}

.trust-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-dot {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(241, 185, 108, 0.72);
  flex: 0 0 auto;
}

.support-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.support-label {
  color: var(--text-main);
  font-size: 14px;
  font-weight: 600;
}

.support-input {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-main);
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.support-input::placeholder {
  color: rgba(255, 246, 238, 0.35);
}

.support-input:focus {
  outline: none;
  border-color: rgba(241, 185, 108, 0.5);
  box-shadow: 0 0 0 4px rgba(241, 185, 108, 0.12);
  transform: translateY(-1px);
}

.support-textarea {
  min-height: 184px;
  resize: vertical;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
}

.support-submit {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #ffd091, #efaf5c);
  color: var(--accent-deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 28px rgba(241, 185, 108, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.support-submit:hover,
.support-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(241, 185, 108, 0.24);
  filter: saturate(1.05);
  outline: none;
}

.support-submit:disabled {
  cursor: wait;
  opacity: 0.82;
  transform: none;
  box-shadow: none;
}

.support-footnote {
  margin: 0;
  font-size: 17px;
  color: var(--text-faint);
}

.support-confirmation,
.support-error {
  margin: 18px 0 0;
}

.support-confirmation {
  color: var(--success);
}

.support-error {
  color: var(--error);
}

@media (max-width: 1024px) {
  .hero-panel,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .support-page {
    width: min(100%, calc(100% - 20px));
    padding: 16px 0 24px;
  }

  .hero-copy,
  .info-card,
  .contact-card {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .hero-brand {
    align-items: center;
    gap: 14px;
  }

  .hero-lede,
  .section-copy,
  .trust-item {
    font-size: 16px;
  }

  .form-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-submit {
    width: 100%;
  }
}
