:root {
  --bg: #0b0b0b;
  --bg-soft: #111111;
  --bg-card: #161616;
  --text: #f2f4f3;
  --muted: #a3aba7;
  --green: #22c55e;
  --green-soft: #1a8c45;
  --border: #2a2a2a;
  --max-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #040404 0%, #0b0b0b 35%, #111111 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 2.5rem, var(--max-width));
  margin-inline: auto;
}

.narrow {
  max-width: 860px;
}

.section {
  padding: 4.5rem 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.55rem, 3.4vw, 2.4rem);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  margin-bottom: 0.8rem;
}

p {
  margin: 0 0 1rem;
  color: var(--text);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(11, 11, 11, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.logo img {
  display: block;
  height: clamp(1.65rem, 4.2vw, 2.15rem);
  width: auto;
}

.footer-brand {
  min-width: 0;
}

.footer-brand .logo-footer {
  display: block;
  height: clamp(1.3rem, 3.2vw, 1.75rem);
  width: auto;
  margin-bottom: 0.55rem;
}

.footer-brand p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero {
  padding-top: 6rem;
}

.hero h1 {
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
  text-decoration-skip-ink: auto;
}

.kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--green);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-price {
  color: var(--green);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.lead {
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
  color: #d9dfdb;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  font-size: 0.95rem;
}

.btn-icon {
  display: block;
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
}

.sprite-wa {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn-large {
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
}

.btn-primary {
  background: var(--green);
  color: #041208;
}

.btn-primary:hover {
  background: #31d16a;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: #36513f;
}

.btn-outline:hover {
  border-color: var(--green);
  color: #d3f8e0;
}

.prose p {
  font-size: clamp(1.05rem, 1.65vw, 1.18rem);
}

.split-grid,
.value-grid,
.pricing-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

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

.card,
.pricing-card,
.testimonial-slide,
.bonus-card {
  background: linear-gradient(180deg, #1a1a1a, var(--bg-card));
  border: 1px solid var(--border);
  border-radius: 1rem;
}

.card {
  padding: 1.2rem;
}

.card-subtitle {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.card-subtitle--green {
  color: #4ade80;
  text-shadow: 0 0 24px rgba(34, 197, 94, 0.35);
}

.card-subtitle--red {
  color: #f87171;
  text-shadow: 0 0 24px rgba(248, 113, 113, 0.25);
}

.card-cocok {
  background: linear-gradient(
    165deg,
    rgba(34, 197, 94, 0.14) 0%,
    #141a16 42%,
    var(--bg-card) 100%
  );
  border-color: rgba(34, 197, 94, 0.55);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.12), 0 12px 32px rgba(34, 197, 94, 0.08);
}

.card-cocok .list-check li {
  color: #e8f5ee;
}

.card-kurang {
  background: linear-gradient(
    165deg,
    rgba(220, 38, 38, 0.12) 0%,
    #1a1414 42%,
    var(--bg-card) 100%
  );
  border-color: rgba(248, 113, 113, 0.45);
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.1), 0 12px 32px rgba(220, 38, 38, 0.06);
}

.card-kurang .list-x li {
  color: #f0e8e8;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

li {
  margin-bottom: 0.5rem;
}

.list-check li::marker {
  color: var(--green);
}

.list-x li::marker {
  color: #d84f4f;
}

.testimonial-slider {
  margin-top: 1rem;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.4s ease;
  touch-action: pan-y;
}

.testimonial-slide {
  min-width: calc(100% / 3);
  padding: 1rem;
}

.testimonial-slide p {
  margin: 0;
  text-align: center;
}

.testimonial-image {
  aspect-ratio: 1 / 1;
  border-radius: 0.75rem;
  margin-bottom: 0.85rem;
  background: linear-gradient(135deg, #1f1f1f, #2a2a2a);
  border: 1px dashed #4d4d4d;
  color: #d1d7d3;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.slider-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid #6f7a74;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.slider-dot.is-active {
  background: var(--green);
  border-color: var(--green);
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.pricing-item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.pricing-card {
  position: relative;
  padding: 1.2rem;
}

.pricing-copy {
  color: #d7ddd9;
}

.compact-list {
  color: #dce4df;
  margin-bottom: 1rem;
}

.traffic-note {
  color: #beefcc;
  font-weight: 600;
}

.price-start {
  color: var(--muted);
  margin-bottom: 0.3rem;
}

.price-old {
  margin: 0;
  color: #9aa39f;
  text-decoration: line-through;
  font-weight: 600;
}

.price-new {
  margin: 0.3rem 0 0.8rem;
  color: var(--green);
  font-weight: 900;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.badge {
  position: absolute;
  right: 1rem;
  top: -0.65rem;
  margin: 0;
  background: var(--green);
  color: #03200e;
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}

.pricing-card-premium {
  border-color: #2bbf61;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.35), 0 10px 24px rgba(34, 197, 94, 0.12);
}

.detail-panel {
  margin-top: 0.9rem;
  border-top: 1px solid var(--border);
  padding-top: 0.9rem;
}

.detail-panel .btn {
  margin-top: 0.7rem;
}

.package-cta {
  width: 100%;
}

.disclaimer-text {
  margin: 0 0 1.25rem;
  font-size: clamp(0.95rem, 1.45vw, 1.05rem);
  line-height: 1.75;
}

.notice-sentence {
  display: inline;
  font-weight: 700;
  color: #b91c1c;
  background: #ffffff;
  padding: 0.08em 0.2em;
  border-radius: 0.2em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.live-slot {
  font-size: clamp(1.1rem, 1.9vw, 1.3rem);
  color: #d6f6e2;
}

.bonus-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bonus-card {
  padding: 1rem;
}

.bonus-image {
  aspect-ratio: 16 / 9;
  border-radius: 0.75rem;
  margin-bottom: 0.7rem;
  background: linear-gradient(135deg, #232323, #2f2f2f);
  border: 1px dashed #4f4f4f;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #d2d8d4;
}

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

.value-number {
  margin: 0 0 0.3rem;
  color: var(--green);
  font-size: 1.3rem;
  font-weight: 900;
}

.cta-final {
  background: transparent;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: #0a0a0a;
  padding-top: 2.3rem;
}

.footer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.footer-grid h4 {
  margin-bottom: 0.45rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
}

.footer-grid a {
  color: #ceebd8;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--green);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1rem 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .section {
    padding: 3.5rem 0;
  }

  .header-inner {
    min-height: 68px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.6rem 0;
  }

  .split-grid,
  .value-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slide {
    min-width: 100%;
  }

  .site-header .btn {
    display: none;
  }
}
