:root {
  color-scheme: dark;
  --bg: #0b0707;
  --surface: rgba(21, 14, 13, 0.92);
  --surface-strong: rgba(33, 20, 18, 0.96);
  --line: rgba(255, 205, 86, 0.28);
  --line-strong: rgba(255, 205, 86, 0.58);
  --text: #fff8ec;
  --muted: #ddcfc0;
  --gold: #ffd35d;
  --gold-deep: #c9831d;
  --red: #d71739;
  --red-deep: #7b0e21;
  --ink: #1b0d00;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  --radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-padding-top: 88px;
  background:
    linear-gradient(rgba(7, 4, 4, 0.82), rgba(7, 4, 4, 0.95)),
    url("/img/rajatiktok-link-alternatif.png") center top / cover fixed,
    var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0, rgba(255, 211, 93, 0.22), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(215, 23, 57, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(11, 7, 7, 0.2), #080505 78%);
}

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

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--gold);
  font-weight: 800;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  outline: 2px solid #ffffff;
  transform: translateY(0);
}

.topbar {
  position: sticky;
  top: 10px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(1120px, calc(100% - 24px));
  min-height: 54px;
  margin: 10px auto 0;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(215, 23, 57, 0.96), rgba(31, 18, 16, 0.96) 48%, rgba(255, 211, 93, 0.9));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 108px;
}

.brand-logo {
  display: block;
  width: clamp(112px, 24vw, 150px);
  height: auto;
  max-height: 38px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.34));
}

.top-actions {
  display: flex;
  gap: 8px;
}

.top-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(180deg, #fff2a6, var(--gold));
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

main {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
}

.hero {
  display: grid;
  gap: 18px;
  padding: 26px 0 18px;
}

.hero-copy {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 18px 0 0;
}

.eyebrow {
  width: fit-content;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 211, 93, 0.09);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.72rem, 8vw, 3.5rem);
  line-height: 1.05;
}

.hero p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

.hero-actions {
  display: grid;
  gap: 10px;
  scroll-margin-top: 90px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 16px;
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.primary-action {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--ink);
  background: linear-gradient(180deg, #fff0a1, var(--gold));
  box-shadow: 0 16px 34px rgba(255, 211, 93, 0.18);
}

.secondary-action {
  border: 1px solid var(--line);
  color: #ffffff;
  background: linear-gradient(135deg, rgba(215, 23, 57, 0.92), rgba(123, 14, 33, 0.94));
}

.primary-action:focus-visible,
.primary-action:hover,
.secondary-action:focus-visible,
.secondary-action:hover {
  outline: none;
  transform: translateY(-1px);
}

.hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #080505;
  box-shadow: var(--shadow);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.2) 46%, transparent 58% 100%);
  content: "";
}

.hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.content-card {
  margin: 10px auto 0;
  padding: 22px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(22, 14, 13, 0.94), rgba(9, 6, 6, 0.92));
  box-shadow: var(--shadow);
}

.content-card h2 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: clamp(1.22rem, 5vw, 1.8rem);
  line-height: 1.25;
}

.content-card h2:not(:first-child) {
  margin-top: 24px;
}

.content-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.82;
}

.content-card a {
  color: #ffd35d;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.content-card a:focus-visible,
.content-card a:hover {
  color: #ffffff;
}

.faq {
  margin-top: 24px;
  scroll-margin-top: 90px;
}

.faq details {
  border-top: 1px solid rgba(255, 211, 93, 0.18);
}

.faq summary {
  cursor: pointer;
  padding: 15px 0;
  color: #ffffff;
  font-weight: 900;
}

.faq summary::marker {
  color: var(--gold);
}

.footer {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  padding: 24px 0 30px;
  color: rgba(255, 248, 236, 0.72);
  font-size: 0.9rem;
  text-align: center;
}

.footer p {
  margin: 0;
}

@media (min-width: 760px) {
  .topbar {
    min-height: 60px;
    padding: 8px 14px;
  }

  .hero {
    grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1fr);
    align-items: center;
    gap: 28px;
    padding: 38px 0 26px;
  }

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

  .content-card {
    padding: 30px;
  }
}

@media (max-width: 430px) {
  .topbar {
    gap: 8px;
  }

  .brand-logo {
    width: 112px;
    max-height: 34px;
  }

  .top-actions a {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 0.7rem;
  }
}
