:root {
  color-scheme: dark;
  --background: #07110e;
  --panel: rgba(247, 243, 234, 0.07);
  --text: #f7f3ea;
  --muted: #a9b3ac;
  --accent: #25c06d;
  --line: rgba(247, 243, 234, 0.14);
}

* { box-sizing: border-box; }

html { min-height: 100%; }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 0, rgba(37, 192, 109, 0.17), transparent 32%),
    radial-gradient(circle at 8% 38%, rgba(200, 118, 63, 0.10), transparent 25%),
    linear-gradient(160deg, #101816, var(--background) 72%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.header {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  font-weight: 850;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.header-link {
  color: var(--accent);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.page {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 12vw, 124px) 0 110px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 9vw, 88px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.lead {
  max-width: 660px;
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: clamp(18px, 3vw, 21px);
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text);
  border-radius: 999px;
  color: var(--background);
  background: var(--text);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.secondary {
  border-color: var(--line);
  color: var(--accent);
  background: transparent;
}

.note {
  margin-top: 46px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
  background: var(--panel);
  line-height: 1.6;
}

.policy {
  padding-top: 72px;
}

.policy h1 { font-size: clamp(48px, 8vw, 78px); }

.policy section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.policy section:first-of-type { margin-top: 58px; }

.policy h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.policy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.policy section a { color: var(--accent); font-weight: 750; }

.support-header { width: min(940px, calc(100% - 32px)); padding: 16px 0; }
.support-brand { display: flex; align-items: center; gap: 12px; }
.support-brand > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.support-brand small { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.brand-icon { width: 46px; height: 46px; display: block; object-fit: cover; border: 1px solid rgba(200,118,63,.55); border-radius: 14px; box-shadow: 0 8px 22px rgba(0,0,0,.32); }
.support-home { min-height: 44px; padding: 0 16px; display: grid; place-items: center; color: var(--text); border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.support-page { width: min(940px, calc(100% - 32px)); padding: 72px 0 38px; }
.support-hero { max-width: 760px; }
.support-hero h1 { color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(45px, 8vw, 76px); font-weight: 850; line-height: .98; }
.support-hero .lead { max-width: 690px; margin-bottom: 0; }
.contact-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.contact-card, .info-card { border: 1px solid var(--line); background: var(--panel); box-shadow: 0 18px 55px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(18px); }
.contact-card { min-height: 330px; padding: 24px; display: flex; flex-direction: column; border-radius: 26px; }
.contact-card.featured { border-color: rgba(37,192,109,.36); background: linear-gradient(145deg, rgba(37,192,109,.14), rgba(247,243,234,.055)); }
.contact-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--accent); border-radius: 15px; background: rgba(37,192,109,.14); font-size: 23px; font-weight: 850; }
.facebook-icon { font-family: Arial, sans-serif; font-size: 27px; }
.contact-copy { flex: 1; }
.card-label { display: block; margin-top: 26px; color: var(--accent); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h2, .info-card h2 { margin: 7px 0 9px; color: var(--text); font-size: 25px; letter-spacing: -.035em; }
.contact-card p, .info-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
.contact-button { min-height: 52px; margin-top: 24px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; overflow: hidden; border-radius: 16px; font-size: 13px; font-weight: 800; text-decoration: none; }
.contact-button span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact-button b { font-size: 26px; font-weight: 400; }
.contact-button.primary { color: var(--background); background: var(--accent); }
.contact-button.secondary { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.05); }
.info-grid { margin-top: 16px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.info-card { padding: 25px; border-radius: 24px; }
.info-card h2 { margin: 0; font-size: 20px; }
.info-card h2 span { color: var(--accent); }
.info-card ul { margin: 21px 0 0; padding-left: 19px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.info-card li + li { margin-top: 8px; }
.info-card > p { margin-top: 19px; }
.text-link { margin-top: 22px; display: inline-block; color: var(--accent); font-size: 14px; font-weight: 800; text-decoration: none; }
.support-footer { margin-top: 46px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.support-footer p { margin: 0; }
.support-footer div { display: flex; gap: 18px; }
.support-footer a { color: var(--text); text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

@media (max-width: 480px) {
  .header { width: min(100% - 28px, 920px); }
  .page { width: min(100% - 28px, 760px); }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .support-brand small { display: none; }
  .support-page { padding-top: 50px; }
  .support-hero h1 { font-size: 47px; }
  .contact-grid, .info-grid { grid-template-columns: 1fr; }
  .contact-grid { margin-top: 34px; }
  .contact-card { min-height: 310px; padding: 21px; border-radius: 22px; }
  .info-card { padding: 21px; border-radius: 21px; }
  .support-footer { align-items: flex-start; flex-direction: column; }
}
