:root {
  --ink: #100f0d;
  --ink-soft: #24211c;
  --ivory: #f6efe4;
  --paper: #fffaf0;
  --gold: #c8a957;
  --gold-light: #f2d78d;
  --jade: #19594f;
  --rose: #7c2d35;
  --clay: #b8653b;
  --muted: #766f63;
  --line: rgba(16, 15, 13, 0.14);
  --shadow: 0 26px 80px rgba(16, 15, 13, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(200, 169, 87, 0.2), transparent 30%),
    linear-gradient(135deg, var(--ivory), #efe1ce 42%, #f8f1e8);
  color: var(--ink);
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(16, 15, 13, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 15, 13, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
  z-index: -1;
}

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

.keyword-link {
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  text-underline-offset: 3px;
}

.keyword-link:hover {
  color: var(--gold);
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(184, 132, 39, 0.3);
}

.button.secondary,
.button.ghost {
  border-color: rgba(200, 169, 87, 0.45);
  background: rgba(255, 250, 240, 0.08);
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(16, 15, 13, 0.12);
  background: rgba(246, 239, 228, 0.82);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 116px;
  height: auto;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 10px 26px rgba(16, 15, 13, 0.18);
}

.site-header .brand-text {
  color: var(--ink);
}

.brand-text span {
  color: #f0c51d;
}

nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

nav a,
.footer-links a {
  position: relative;
}

nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--rose);
  font-size: 0.86rem;
  font-weight: 800;
}

.nav-cta.daftar {
  border-color: transparent;
  background: var(--rose);
  color: #fff8e9;
}

.nav-cta.login {
  background: rgba(255, 250, 240, 0.32);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.35fr);
  min-height: 82vh;
  padding: clamp(86px, 8vw, 118px) clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  color: var(--ivory);
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 15, 13, 0.96) 0%, rgba(16, 15, 13, 0.82) 42%, rgba(16, 15, 13, 0.45) 100%),
    linear-gradient(0deg, rgba(16, 15, 13, 0.82), transparent 42%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.72;
}

.gaming-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 30%, rgba(240, 197, 29, 0.26), transparent 18%),
    radial-gradient(circle at 88% 72%, rgba(124, 45, 53, 0.28), transparent 22%),
    linear-gradient(135deg, #16110c 0%, #211811 38%, #0a0908 100%);
}

.gaming-visual::before {
  content: "GACOR77";
  position: absolute;
  right: -4vw;
  top: 9vh;
  color: rgba(255, 250, 240, 0.08);
  font-family: "Fraunces", serif;
  font-size: clamp(5rem, 14vw, 16rem);
  font-weight: 700;
  line-height: 0.9;
}

.gaming-visual::after {
  content: "";
  position: absolute;
  inset: 12% 4% 10% auto;
  width: min(46vw, 620px);
  border: 1px solid rgba(242, 215, 141, 0.2);
  background:
    linear-gradient(135deg, rgba(242, 215, 141, 0.18), transparent),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, 0.06) 0 1px, transparent 1px 34px);
  transform: skewX(-8deg);
}

.chip,
.card {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}

.chip {
  width: clamp(96px, 12vw, 168px);
  aspect-ratio: 1;
  border: 12px solid rgba(255, 250, 240, 0.82);
  border-radius: 50%;
  background: radial-gradient(circle, #2a2119 0 42%, var(--gold) 43% 56%, #781f2a 57%);
  color: #fff8e9;
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  font-weight: 700;
}

.chip-one {
  right: 22%;
  top: 26%;
}

.chip-two {
  right: 9%;
  bottom: 19%;
  transform: rotate(14deg);
}

.card {
  width: clamp(92px, 11vw, 154px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(242, 215, 141, 0.5);
  background: linear-gradient(145deg, #fffaf0, #e8d3bd);
  color: var(--rose);
  font-family: "Fraunces", serif;
  font-size: clamp(1.75rem, 3.6vw, 3.1rem);
}

.card-one {
  right: 33%;
  bottom: 18%;
  transform: rotate(-13deg);
}

.card-two {
  right: 17%;
  top: 18%;
  transform: rotate(9deg);
}

.hero-copy,
.hero-card {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 760px;
  align-self: end;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.03;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.25rem, 5.2vw, 4.8rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.85rem);
  line-height: 1.12;
}

h3 {
  font-size: clamp(1.12rem, 1.45vw, 1.5rem);
  line-height: 1.2;
}

.hero-lede {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(246, 239, 228, 0.82);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
}

.hero-card {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(242, 215, 141, 0.38);
  background: rgba(255, 250, 240, 0.08);
  backdrop-filter: blur(16px);
}

.hero-card span {
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 10px;
  color: #fff8e9;
  font-family: "Fraunces", serif;
  font-size: 1.22rem;
  line-height: 1.18;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.metric-row div {
  padding-top: 14px;
  border-top: 1px solid rgba(242, 215, 141, 0.28);
}

.metric-row b,
.metric-row small {
  display: block;
}

.metric-row b {
  color: var(--gold-light);
  font-size: 1.2rem;
}

.metric-row small {
  color: rgba(246, 239, 228, 0.72);
  font-size: 0.72rem;
}

.notice-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px clamp(18px, 5vw, 72px);
  background: var(--rose);
  color: #fff8e9;
}

.notice-strip p {
  margin: 0;
  max-width: 1180px;
  font-weight: 600;
}

.section-cta,
.card-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-cta {
  margin-top: 26px;
}

.section-cta.compact {
  margin-top: 0;
}

.mini-button,
.card-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mini-button:hover,
.card-cta a:hover {
  transform: translateY(-2px);
}

.mini-button.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ivory);
}

.mini-button.gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.mini-button.light {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--ink);
}

.on-dark .mini-button.light {
  background: rgba(255, 250, 240, 0.08);
  border-color: rgba(242, 215, 141, 0.34);
  color: var(--ivory);
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.rich-text {
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
}

.rich-text p:first-child {
  margin-top: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding-top: 0;
  padding-bottom: 0;
}

.feature-card {
  min-height: 320px;
  padding: clamp(22px, 2.5vw, 32px);
  background: var(--paper);
}

.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 38px;
  border: 1px solid currentColor;
  font-weight: 800;
}

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

.card-cta {
  margin-top: 24px;
}

.card-cta a:first-child {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--ivory);
}

.card-cta a:last-child {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.accent-gold span {
  color: var(--gold);
}

.accent-jade span {
  color: var(--jade);
}

.accent-rose span {
  color: var(--rose);
}

.accent-ink span {
  color: var(--ink);
}

.editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--ink);
  color: var(--ivory);
}

.editorial-image {
  min-height: 520px;
  overflow: hidden;
}

.editorial-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(242, 215, 141, 0.22);
}

.poster-visual {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 1px solid rgba(242, 215, 141, 0.22);
  background:
    radial-gradient(circle at 50% 28%, rgba(240, 197, 29, 0.24), transparent 28%),
    linear-gradient(135deg, #120d0a, #2a1716 52%, #0b0908);
  color: var(--ivory);
  text-align: center;
}

.poster-visual span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(1rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 0;
}

.poster-visual strong {
  display: block;
  margin-top: -0.15em;
  color: var(--gold);
  font-family: "Fraunces", serif;
  font-size: clamp(6rem, 16vw, 13rem);
  line-height: 0.8;
}

.editorial-copy p {
  color: rgba(246, 239, 228, 0.78);
  font-size: 1rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: #fff4dd;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  background: var(--gold);
  transform: rotate(45deg);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 34px;
}

.keyword-lab {
  background: linear-gradient(135deg, #f8efe0, #fffaf0 55%, #e8d3bd);
}

.keyword-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.keyword-column {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.72);
}

.keyword-column h3 {
  margin-bottom: 18px;
  font-size: 1.3rem;
}

.keyword-column a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--rose);
  font-weight: 700;
}

.comparison {
  background: var(--paper);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fffdf7;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--ink);
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

td:first-child {
  color: var(--rose);
  font-weight: 800;
}

.faq {
  background: var(--ink);
  color: var(--ivory);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid rgba(242, 215, 141, 0.22);
  background: rgba(255, 250, 240, 0.05);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #fff8e9;
  font-family: "Fraunces", serif;
  font-size: 1.12rem;
  line-height: 1.25;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(246, 239, 228, 0.78);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 28px;
  padding: 46px clamp(18px, 5vw, 72px);
  background: #070604;
  color: rgba(246, 239, 228, 0.76);
}

.site-footer img {
  width: 118px;
  margin-bottom: 16px;
}

.footer-brand {
  margin-bottom: 16px;
}

.site-footer p {
  max-width: 560px;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 18px;
  color: var(--gold-light);
  font-weight: 800;
}

.site-footer small {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(246, 239, 228, 0.14);
  padding-top: 18px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    justify-self: start;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 3px;
  }

  .header-actions {
    justify-self: end;
  }

  .notice-strip {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
    padding-top: 96px;
  }

  .hero-card {
    max-width: 620px;
    margin-top: 32px;
  }

  .feature-grid,
  .keyword-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand img {
    width: 96px;
  }

  .nav-cta {
    min-width: 70px;
    padding: 8px 10px;
    font-size: 0.75rem;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 3.1rem);
  }

  .hero-actions,
  .section-cta.compact {
    display: grid;
  }

  .button,
  .section-cta.compact .mini-button {
    width: 100%;
  }

  .metric-row,
  .feature-grid,
  .keyword-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card span {
    margin-bottom: 28px;
  }

  .editorial-image,
  .editorial-image img {
    min-height: 330px;
  }
}
