:root {
  --blue: #0757b8;
  --blue2: #0b4fa5;
  --navy: #00183c;
  --orange: #ff8a00;
  --text: #111827;
  --muted: #7b8794;
  --line: #e8edf3;
  --soft: #f3f6f9;
  --container: 1220px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(var(--container), calc(100% - 32px));
  margin: auto;
}
/* ===== SHARED HEADER - SAMA DI SEMUA HALAMAN ===== */
.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eceff3;
}
.nav {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  flex: 0 0 auto;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: var(--blue);
  letter-spacing: -1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 64px;
}
.brand img {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
}
.menu {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
}
.menu a {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  white-space: nowrap;
  font-weight: 400;
  color: #111827;
}
.menu a.active {
  color: var(--blue);
  font-weight: 400;
}
.menu a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--orange);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 14px;
  white-space: nowrap;
}
.btn-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 42px;
  padding: 0 18px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  border-radius: 11px;
  animation: daftarPulse 1.5s ease-out infinite;
}
@keyframes daftarPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 138, 0, .38);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 138, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 138, 0, 0);
  }
}
.lang {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  min-width:73px;
  padding:0 10px;
  border:1px solid #d8dde5;
  border-radius:7px;
  background:#fff;
}

.lang-flag {
  width:18px;
  height:12px;
  object-fit:cover;
  margin-right:5px;
  border-radius:1px;
}
/* HERO */
.hero-wrap {
  background: #001331;
  width: 100%;
}
.hero {
  height: 410px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
  visibility: hidden;
}
.slide.active {
  opacity: 1;
  visibility: visible;
}
.hero-art {
  height: 100%;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  align-items: center;
  padding: 44px 5vw;
  position: relative;
  overflow: hidden;
}
.hero-art::before,.hero-art::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.hero-art::before {
  width: 520px;
  height: 520px;
  right: 14%;
  top: -110px;
  background: radial-gradient(circle, rgba(24, 190, 255, .9), rgba(0, 53, 155, .1) 62%, transparent 70%);
}
.hero-art::after {
  width: 720px;
  height: 250px;
  right: -80px;
  bottom: -90px;
  background: radial-gradient(ellipse, rgba(0, 225, 255, .55), transparent 70%);
}
.hero-copy {
  color: #fff;
  z-index: 2;
}
.hero-copy .eyebrow {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.hero-copy h1 {
  font-size: 42px;
  line-height: 1.05;
  margin: 0 0 14px;
}
.hero-copy p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 540px;
  color: #d9e8ff;
}
.hero-copy .hero-cta {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 18px;
  background: #fff;
  color: #0a4ca2;
  border-radius: 8px;
  font-weight: 800;
}
.visual {
  position: relative;
  height: 100%;
  z-index: 2;
}
.ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}
.r1 {
  width: 360px;
  height: 360px;
  right: 14%;
  top: 15px;
}
.r2 {
  width: 250px;
  height: 250px;
  right: 21%;
  top: 70px;
}
.player {
  position: absolute;
  right: 22%;
  bottom: 22px;
  width: 235px;
  height: 315px;
  border-radius: 120px 120px 28px 28px;
  background: linear-gradient(160deg, #f2f6ff 0 32%, #176bd5 32% 57%, #ffd740 57% 74%, #e63838 74%);
  box-shadow: 0 25px 80px rgba(0, 0, 0, .28);
}
.player::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(#f6d5c4, #d99c80);
  top: -44px;
  left: 62px;
}
.racket {
  position: absolute;
  width: 190px;
  height: 64px;
  border: 8px solid #c7edff;
  border-radius: 50%;
  right: 0;
  top: 88px;
  transform: rotate(22deg);
  box-shadow: 0 0 25px rgba(112, 224, 255, .7);
}
.racket::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 10px;
  background: #303a46;
  left: -100px;
  top: 20px;
  border-radius: 8px;
}
.ball {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #cce7ff 40%, #8fb8d8);
  right: 7%;
  top: 120px;
}
.hero-dots {
  position: absolute;
  left: 36px;
  bottom: 20px;
  display: flex;
  gap: 12px;
  z-index: 5;
}
.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  opacity: .9;
  padding: 0;
}
.hero-dots button.active {
  width: 30px;
  border-radius: 9px;
  background: #ffb000;
}
/* ANNOUNCEMENT */
.announcement {
  padding: 26px 0 40px;
}
.newsline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #4b5563;
}
.badge {
  font-size: 11px;
  background: #0757b8;
  color: #fff;
  padding: 4px 9px;
  border-radius: 4px;
}
/* PROVIDERS */
.section {
  padding: 22px 0;
}
.section-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 18px;
}
.provider-strip {
  background: var(--soft);
  border-radius: 10px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
}
.provider {
  height: 70px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #204f91;
  font-size: 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}
.provider small {
  font-size: 11px;
  color: #888;
  margin-left: 3px;
}
/* ARTICLE */
.article {
  padding: 44px 0 28px;
}
.article h1 {
  font-size: 31px;
  line-height: 1.32;
  margin: 0 0 12px;
  max-width: 980px;
}
.article h2 {
  font-size: 31px;
  line-height: 1.32;
  margin: 0 0 12px;
  max-width: 980px;
}
.article h3 {
  font-size: 19px;
  margin: 25px 0 9px;
}
.article p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 14px;
}
.market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 14px;
  margin-top: 12px;
}
.market-links a {
  text-decoration: underline;
}
/* MEDIA */
.media-strip {
  background: var(--soft);
  border-radius: 10px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
}
.media-logo {
  height: 95px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
}
.media-logo:nth-child(1) {
  color: #e32828;
}
.media-logo:nth-child(2) {
  color: #111;
}
.media-logo:nth-child(3) {
  color: #1671c9;
}
.media-logo:nth-child(4) {
  color: #d12e2e;
}
.media-logo:nth-child(5) {
  color: #6d2c91;
}
.media-logo:nth-child(6) {
  color: #111;
}
.media-logo:nth-child(7) {
  color: #ff00b5;
  font-size: 30px;
}
.blue-stack {
  background: #0757b8;
  margin-top: 44px;
  padding: 0;
}
.blue-stack .container {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0;
}
.feature-row {
  position: relative;
  width: 100%;
  height: 285px;
  overflow: hidden;
  color: #fff;
}
/* gambar memenuhi area row */
.feature-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* teks duduk di ATAS gambar */
.feature-copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 46%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 30px;
  color: #fff;
  background: linear-gradient( 90deg, rgba(5, 77, 177, .98) 0%, rgba(5, 77, 177, .90) 58%, rgba(5, 77, 177, .45) 82%, rgba(5, 77, 177, 0) 100% );
}
.feature-copy h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.feature-copy p {
  margin: 0 0 16px;
  max-width: 430px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.orange-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px 18px;
  background: #ff8a00;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.feature-row + .feature-row {
  border-top: 1px solid rgba(255, 255, 255, .08);
}
/* TABLET */
@media (max-width:900px) {
  .feature-row {
    height: 260px;
  }
  .feature-copy {
    width: 55%;
    padding: 25px 22px;
  }
}
/* MOBILE */
@media (max-width:600px) {
  .blue-stack .container {
    width: 100%;
  }
  .feature-row {
    height: 280px;
  }
  .feature-copy {
    width: 100%;
    padding: 20px;
    justify-content: flex-end;
    background: linear-gradient( 180deg, rgba(0, 24, 60, 0) 0%, rgba(0, 24, 60, .30) 35%, rgba(0, 24, 60, .92) 100% );
  }
  .feature-copy h3 {
    font-size: 17px;
  }
  .feature-copy p {
    font-size: 13px;
  }
}
.scene {
  position: absolute;
  right: 14%;
  bottom: 0;
  width: 46%;
  height: 85%;
  border-radius: 50% 50% 12% 12%;
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .25));
}
.scene.sport {
  background: linear-gradient(160deg, #102a55 0 35%, #fff 35% 45%, #1f69cf 45% 68%, #ffd02d 68%);
}
.scene.casino {
  background: linear-gradient(160deg, #f6d8cb 0 28%, #1c63bf 28% 100%);
}
.scene.slot {
  background: radial-gradient(circle at 50% 25%, #ffe68e 0 14%, #e41f1f 15% 44%, #a20a0a 45% 100%);
}
.scene.fish {
  background: linear-gradient(160deg, #83ebf3, #0a5cc3 65%, #06317c);
}
.scene.lotto {
  background: radial-gradient(circle at 50% 35%, #dfe5ff 0 8%, #5928d6 9% 38%, #0d2b7b 39% 100%);
}
.scene.esports {
  background: linear-gradient(145deg, #cf8c57 0 22%, #a32626 22% 58%, #15284e 58%);
}
/* GAME CARDS */
.game-section {
  padding: 34px 0;
  overflow: hidden;
}
/* ===== GAME AUTO SLIDER ===== */
.game-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  overscroll-behavior-x: contain;
}
.game-card {
  -webkit-user-drag: none;
  user-select: none;
  flex: 0 0 240px;
  display: block;
  color: #111827;
  flex-shrink: 0;
}
.game-card img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  width: 240px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.game-slider.dragging {
  cursor: grabbing;
}
.game-track {
  display: flex;
  gap: 18px;
  width: max-content;
  transform: translateX(0);
  will-change: transform;
}
.game-title {
  font-weight: 800;
  margin: 10px 0 5px;
  font-size: 15px;
}
.provider-name {
  font-size: 12px;
  color: #8c9aa8;
}
.rtp {
  display: inline-block;
  background: #1189ed;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 12px;
  margin-top: 8px;
}
/* tablet */
@media (max-width:900px) {
  .game-card {
    flex-basis: 210px;
  }
  .game-card img {
    width: 210px;
    height: 135px;
  }
}
/* mobile */
@media (max-width:560px) {
  .game-card {
    flex-basis: 170px;
  }
  .game-card img {
    width: 170px;
    height: 110px;
  }
}
.thumb.t1 {
  background: linear-gradient(135deg, #f6b735, #7a4323);
}
.thumb.t2 {
  background: linear-gradient(135deg, #8d672f, #17110c);
}
.thumb.t3 {
  background: linear-gradient(135deg, #762020, #0c0c0c);
}
.thumb.t4 {
  background: linear-gradient(135deg, #c29e18, #140d05);
}
.thumb.t5 {
  background: linear-gradient(135deg, #fae4d0, #3c2d7b);
}
.slot-thumb {
  background: linear-gradient(135deg, #0f2a5c, #d58417);
}
/*
 * =========================
 * WHY SENYUMTOTO
 * =========================
 */
.why {
  padding: 40px 0;
}
.why-card {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 45px 390px 50px 70px;
  border-radius: 12px;
  background: linear-gradient( 120deg, #eef5ff 0%, #f7f8ff 55%, #fff3f5 100% );
}
.why-card h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
}
.why-card > .intro {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
/* 2 KOLOM */
.why-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 55px;
}
.why-item h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.3;
  color: #111;
}
.why-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #8796a6;
}
/*
 * =========================
 * GAMBAR CEWEK
 * =========================
 */
.why-host {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 350px;
  max-height: 590px;
  object-fit: contain;
  object-position: bottom;
  z-index: 1;
  pointer-events: none;
}
/* sedikit glow seperti referensi */
.why-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient( circle, rgba(255, 187, 201, .20), rgba(255, 255, 255, 0) 68% );
  pointer-events: none;
}
.icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding: 50px 0 70px;
  align-items: start;
  text-align: center;
}
.icon-box {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.icon-round {
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.icon-round img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}
.icon-box h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #0b1736;
}
.icon-box p {
  margin: 0 auto;
  max-width: 250px;
  font-size: 14px;
  line-height: 1.6;
  color: #8a97ab;
}
/*
 * =========================
 * FAQ PROFESSIONAL
 * =========================
 */
.faq {
  padding: 50px 0 70px;
}
.faq h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 32px;
  color: #111827;
}
.faq details {
  background: #f4f5f6;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.faq details:hover {
  background: #f0f2f4;
}
.faq details[open] {
  background: #fff;
  border-color: #e4e7eb;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}
/*
 * =========================
 * QUESTION
 * =========================
 */
.faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 15px 52px 15px 16px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #080f1c;
}
.faq summary::-webkit-details-marker {
  display: none;
}
/*
 * =========================
 * ARROW
 * =========================
 */
.faq summary::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8894a1;
  border-bottom: 2px solid #8894a1;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}
/*
 * =========================
 * ANSWER
 * =========================
 */
.faq details p {
  margin: 0;
  padding: 4px 52px 20px 16px;
  background: #fff;
  color: #687585;
  font-size: 14px;
  line-height: 1.65;
  border-top: 1px solid #eef0f2;
}
/*
 * =========================================
 * SENYUMTOTO PROFESSIONAL FOOTER
 * =========================================
 */
.footer-pro {
  margin-top: 40px;
  background: #fff;
  color: #111827;
}
.footer-pro .container {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}
/*
 * =========================================
 * FOOTER TOP PARTNERS - COMPACT
 * =========================================
 */
.footer-sponsors {
  padding: 26px 0 22px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.top-partner-grid {
  display: grid;
  grid-template-columns: 180px minmax(500px, 1.8fr) 190px minmax(320px, 1.2fr);
  column-gap: 55px;
  row-gap: 30px;
  align-items: start;
  justify-content: center;
}
.partner-block {
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}
.partner-block h4, .ecosystem-strip h4 {
  margin: 0 0 14px;
  color: #8b9bb1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
/*
 * =========================
 * NORMAL PARTNER ITEMS
 * =========================
 */
.partner-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}
.partner-item {
  width: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.partner-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 6px;
}
.partner-item span {
  font-size: 9px;
  line-height: 1.2;
  color: #42526a;
  white-space: nowrap;
}
/*
 * =========================
 * PAYMENT
 * =========================
 */
.payment-items {
  display: grid;
  grid-template-columns: repeat(9, 50px);
  justify-content: center;
  gap: 10px 7px;
}
.payment-items .partner-item {
  width: 52px;
}
.payment-items .partner-item img {
  width: 34px;
  height: 34px;
  margin-bottom: 5px;
}
.payment-items .partner-item span {
  font-size: 8.5px;
}
/*
 * =========================
 * PROVIDERS
 * =========================
 */
.provider-items {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  justify-content: center;
  gap: 12px 8px;
}
.provider-item {
  width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.provider-item img {
  width: 54px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 5px;
}
.provider-item span {
  font-size: 8.5px;
  line-height: 1.2;
  color: #65758b;
}
/*
 * =========================
 * ECOSYSTEM
 * =========================
 */
.ecosystem-strip {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eef1f5;
  text-align: center;
}
.ecosystem-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.ecosystem-item {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ecosystem-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.ecosystem-item span {
  color: #52637a;
  font-size: 9px;
  white-space: nowrap;
}