* {
  box-sizing: border-box;
}

:root {
  --bg: #050403;
  --panel: #1a120d;
  --panel-soft: #241a11;
  --gold: #d4a24a;
  --gold-soft: #e4c07a;
  --text: #f5efe5;
  --muted: #b8aa98;
  --line: rgba(212, 162, 74, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 162, 74, 0.14), transparent 38%),
    linear-gradient(135deg, #050403 0%, #130c08 45%, #080604 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand,
h1,
h2,
h3,
.button,
.eyebrow {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.12em;
}

.brand {
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 700;
}

.nav nav {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  color: var(--gold-soft);
}

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 80px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  align-items: center;
}

.hero-copy {
  padding-top: 36px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0.05em;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0.04em;
}

h3 {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 20px;
  letter-spacing: 0.06em;
}

.lede,
.section p,
.rule-box li {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.lede {
  max-width: 680px;
  margin: 28px 0;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  text-transform: uppercase;
}

.button.primary {
  background: linear-gradient(180deg, rgba(212, 162, 74, 0.28), rgba(84, 54, 24, 0.45));
  color: var(--gold-soft);
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.note {
  color: rgba(245, 239, 229, 0.55);
  font-size: 14px;
}

.phone-wrap {
  justify-self: center;
  position: relative;
}

.phone-wrap::before {
  content: "";
  position: absolute;
  inset: 10% -12%;
  background: radial-gradient(circle, rgba(212, 162, 74, 0.18), transparent 70%);
  filter: blur(18px);
}

.phone,
.screens img {
  position: relative;
  display: block;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}

.phone {
  width: min(360px, 78vw);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0;
}

.cards {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cards article,
.rule-box,
.narrow {
  background: linear-gradient(180deg, rgba(36, 26, 17, 0.86), rgba(18, 12, 8, 0.88));
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 28px;
}

.cards p {
  margin: 0;
  font-size: 16px;
}

.gallery {
  overflow: hidden;
}

.screens {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  padding: 22px 0 26px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.screens::-webkit-scrollbar {
  display: none;
}

.screens img {
  width: 250px;
  max-width: 72vw;
  flex: 0 0 auto;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.rule-box ol {
  margin: 0;
  padding-left: 24px;
}

.rule-box li {
  margin-bottom: 14px;
}

.page {
  min-height: 62vh;
}

.narrow {
  max-width: 780px;
}

.narrow h1 {
  font-size: clamp(38px, 6vw, 64px);
}

.narrow a {
  color: var(--gold-soft);
}

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 46px;
  border-top: 1px solid rgba(212, 162, 74, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(245, 239, 229, 0.58);
}

footer div {
  display: flex;
  gap: 18px;
}

/* Privacy Policy Styling */

.narrow ul {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 24px;
  margin: 16px 0 24px;
}

.narrow li {
  margin-bottom: 8px;
}

.narrow h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .lede {
    margin-left: auto;
    margin-right: auto;
  }

  .actions {
    justify-content: center;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    align-items: flex-start;
  }

  .nav nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
  }

  .hero,
  .section,
  footer,
  .nav {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    margin-top: 4px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .cards article,
  .rule-box,
  .narrow {
    border-radius: 24px;
    padding: 22px;
  }

  .screens {
    gap: 18px;
  }

  .screens img {
    width: 230px;
  }

  footer {
    flex-direction: column;
  }
}
