:root {
  --bg: #100d12;
  --bg-soft: #18131d;
  --surface: #241a20;
  --surface-strong: #302128;
  --text: #fff5da;
  --muted: #c9b99b;
  --line: rgba(255, 202, 96, 0.24);
  --accent: #f6a21a;
  --accent-dark: #ffd36a;
  --accent-soft: rgba(246, 162, 26, 0.16);
  --blue: #254a7d;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(246, 162, 26, 0.18), transparent 28rem),
    radial-gradient(circle at 8% 12%, rgba(37, 74, 125, 0.42), transparent 26rem),
    linear-gradient(180deg, #100d12 0%, #18131d 48%, #100d12 100%);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  background: rgba(16, 13, 18, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
.nav,
.actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.65rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 0 12px rgba(246, 162, 26, 0.5));
}

.nav {
  gap: clamp(0.8rem, 3vw, 1.5rem);
  font-size: 0.95rem;
}

.nav a,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--accent-dark);
}

.section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.hero {
  display: grid;
  gap: 2rem;
  min-height: 78vh;
  align-items: center;
  padding-top: clamp(2rem, 5vw, 4rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2.4rem, 9vw, 5.4rem);
  line-height: 0.98;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.38);
}

h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.4rem;
  font-size: 1.35rem;
}

.lead,
.section-heading p,
.split p {
  max-width: 64ch;
  color: var(--muted);
}

.actions {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 245, 218, 0.07);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  border-color: var(--accent);
  background: linear-gradient(135deg, #ffd36a, #f08a10);
  color: #1e1209;
  box-shadow: 0 12px 32px rgba(246, 162, 26, 0.24);
}

.hero-visual,
.topic-strip,
.split {
  display: grid;
  gap: 1rem;
}

.hero-visual,
.topic-strip article,
.app-card,
.contact-card,
.social-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(48, 33, 40, 0.92), rgba(36, 26, 32, 0.92));
  box-shadow: var(--shadow);
}

.hero-visual {
  position: relative;
  place-items: center;
  min-height: 380px;
  overflow: hidden;
  padding: clamp(1rem, 4vw, 2rem);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-visual::before {
  position: absolute;
  inset: 4% 0 8%;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 211, 106, 0.2), transparent 30%),
    radial-gradient(circle at 50% 62%, rgba(37, 74, 125, 0.22), transparent 42%);
  filter: blur(18px);
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 18px rgba(246, 162, 26, 0.18));
}

.topic-strip {
  padding-top: 0;
}

.topic-strip article {
  padding: 1.25rem;
}

.app-card span {
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.legal p {
  color: var(--muted);
}

.app-list {
  display: grid;
  gap: 1rem;
}

.app-card {
  position: relative;
  display: grid;
  gap: 0.6rem;
  padding: 1.25rem;
  border-color: rgba(251, 113, 133, 0.38);
  background:
    radial-gradient(circle at 88% 18%, rgba(225, 29, 72, 0.22), transparent 12rem),
    linear-gradient(145deg, rgba(17, 24, 39, 0.98), rgba(36, 26, 32, 0.96));
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.app-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(225, 29, 72, 0.38));
}

.app-card strong {
  font-size: 1.45rem;
}

.app-card p {
  margin-bottom: 0.35rem;
}

.app-card-live:hover {
  border-color: #fb7185;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 28px rgba(225, 29, 72, 0.14);
  transform: translateY(-4px);
}

.app-link {
  color: #fda4af;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.social-section {
  border-top: 1px solid var(--line);
}

.social-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 112px;
  padding: 1.2rem;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.social-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.social-card > span:last-child {
  display: grid;
  gap: 0.15rem;
}

.social-card strong {
  font-size: 1.15rem;
}

.social-card small {
  color: var(--muted);
}

.social-icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.social-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-icon .social-icon-fill {
  fill: currentColor;
  stroke: none;
}

.instagram .social-icon {
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.3), rgba(253, 29, 29, 0.3), rgba(252, 176, 69, 0.3));
  color: #ffb267;
}

.reddit .social-icon {
  background: rgba(255, 69, 0, 0.18);
  color: #ff7545;
}

.paypal .social-icon {
  background: rgba(0, 112, 186, 0.2);
  color: #74b9ed;
}

.contact-card {
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem;
  font-style: normal;
}

.contact-card a {
  color: var(--accent-dark);
  font-weight: 800;
}

.legal {
  max-width: 840px;
}

.site-footer {
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (min-width: 760px) {
  .hero,
  .split {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  }

  .topic-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    gap: 0.8rem 1rem;
    flex-wrap: wrap;
  }
}
