    :root {
      --primary: #166534;
      --primary2: #22c55e;
      --leaf: #4ade80;
      --amber: #f59e0b;
      --gold: #facc15;
      --dark: #020807;
      --dark2: #071713;
      --panel: #0d2a20;
      --panel2: #123d2c;
      --text: #ffffff;
      --muted: #dcfce7;
      --line: rgba(255,255,255,.14);
      --shadow: 0 18px 45px rgba(0,0,0,.58);
    }

/* Premium visual layer — keeps the existing SAPPORO88 identity */
.experience-deck {
  position: relative; isolation: isolate; display: grid; grid-template-columns: 1.02fr .98fr;
  gap: clamp(22px,4vw,56px); margin: 22px 0 30px; padding: clamp(26px,4vw,54px);
  overflow: hidden; border: 1px solid rgba(243,207,99,.2); border-radius: 32px;
  background:
    radial-gradient(circle at 84% 5%,rgba(243,207,99,.18),transparent 28%),
    linear-gradient(135deg,rgba(47,47,47,.96),rgba(14,14,14,.98) 68%);
  box-shadow: 0 30px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.06);
}
.experience-deck::before {
  content:""; position:absolute; z-index:-1; width:320px; height:320px; left:-170px; bottom:-210px;
  border:80px solid rgba(243,207,99,.055); border-radius:50%;
}
.experience-deck::after {
  content:"SAPPORO"; position:absolute; z-index:-1; right:-18px; bottom:-36px;
  font-size:clamp(70px,11vw,150px); line-height:1; font-weight:800; letter-spacing:-8px;
  color:rgba(255,255,255,.018); pointer-events:none;
}
.experience-copy { align-self:center; }
.brand-signature { display:flex; align-items:center; gap:13px; margin-bottom:24px; }
.brand-signature img { display:block; width:clamp(145px,15vw,205px); height:auto; object-fit:contain; }
.brand-signature span { max-width:75px; padding-left:12px; border-left:1px solid rgba(243,207,99,.35); color:#918978; font-size:8px; line-height:1.5; font-weight:700; letter-spacing:1.5px; }
.eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:18px; color:#f3cf63; font-size:11px; font-weight:800; letter-spacing:3px; }
.eyebrow span { width:34px; height:1px; background:#f3cf63; box-shadow:0 0 12px #f3cf63; }
.experience-copy h2 { margin:0; max-width:620px; font-size:clamp(39px,5.2vw,72px); line-height:.98; letter-spacing:-3px; font-weight:800; }
.experience-copy h2 em { color:transparent; font-style:normal; -webkit-text-stroke:1px #f3cf63; text-shadow:0 0 32px rgba(243,207,99,.15); }
.experience-copy > p { max-width:560px; margin:22px 0 26px; color:#cfc8b8; font-size:14px; line-height:1.8; }
.experience-copy > p strong { color:#fff; }
.brand-values { display:flex; flex-wrap:wrap; gap:8px; margin:-8px 0 24px; }
.brand-values span { display:inline-flex; align-items:center; gap:7px; padding:7px 11px; border:1px solid rgba(243,207,99,.13); border-radius:999px; background:rgba(255,255,255,.025); color:#d9d1bf; font-size:9px; font-weight:700; letter-spacing:.7px; text-transform:uppercase; }
.brand-values b { color:#f3cf63; font-size:8px; }
.experience-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; }
.primary-action,.secondary-action { min-height:50px; display:inline-flex; align-items:center; justify-content:center; gap:16px; padding:0 20px; border-radius:14px; font:700 13px/1 'Poppins',sans-serif; cursor:pointer; }
.primary-action { border:1px solid #f3cf63; color:#171717; background:linear-gradient(135deg,#fff0a8,#bf841d); box-shadow:0 12px 30px rgba(191,132,29,.22); }
.primary-action b { display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:#171717; color:#f3cf63; }
.secondary-action { border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.04); color:#fff; }
.secondary-action { appearance:none; }
.secondary-action span { color:#f3cf63; }
.primary-action,.secondary-action,.bento-card { transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease; }
.primary-action:hover,.secondary-action:hover { transform:translateY(-3px); }
.trust-line { display:flex; align-items:center; gap:12px; margin-top:28px; color:#a9a291; font-size:10px; line-height:1.55; text-transform:uppercase; letter-spacing:1px; }
.trust-avatars { display:flex; }
.trust-avatars i { width:37px; height:37px; display:grid; place-items:center; margin-left:-7px; border:2px solid #282828; border-radius:50%; background:#151515; color:#f3cf63; font-style:normal; font-size:8px; font-weight:800; }
.trust-avatars i:first-child { margin-left:0; }
.experience-bento { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-template-rows:minmax(230px,1fr) 128px; gap:12px; perspective:900px; }
.bento-card { position:relative; overflow:hidden; padding:20px; border:1px solid rgba(243,207,99,.16); border-radius:22px; background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018)); box-shadow:inset 0 1px 0 rgba(255,255,255,.06); }
.bento-card:hover { transform:translateY(-5px); border-color:rgba(243,207,99,.5); box-shadow:0 18px 42px rgba(0,0,0,.28); }
.bento-main { grid-column:1/-1; display:flex; align-items:flex-end; justify-content:space-between; gap:20px; }
.bento-index { position:absolute; right:18px; top:16px; color:rgba(255,255,255,.24); font-size:10px; letter-spacing:2px; }
.bento-main small { color:#f3cf63; font-size:9px; font-weight:800; letter-spacing:3px; }
.bento-main h2 { margin:5px 0 4px; font-size:25px; }
.bento-main p { margin:0; max-width:200px; color:#aaa391; font-size:11px; line-height:1.6; }
.bento-orbit { position:relative; flex:0 0 150px; height:150px; display:grid; place-items:center; }
.bento-orbit::before,.bento-orbit::after,.bento-orbit i { content:""; position:absolute; border:1px solid rgba(243,207,99,.2); border-radius:50%; }
.bento-orbit::before { inset:4px; animation:orbit-spin 12s linear infinite; border-top-color:#f3cf63; }
.bento-orbit::after { inset:25px; border-style:dashed; animation:orbit-spin 8s linear infinite reverse; }
.bento-orbit i:nth-child(1) { width:8px;height:8px;top:1px;background:#f3cf63;box-shadow:0 0 14px #f3cf63; }
.bento-orbit i:nth-child(2) { width:5px;height:5px;right:22px;bottom:25px;background:#fff; }
.bento-orbit i:nth-child(3) { inset:47px; background:rgba(243,207,99,.07); }
.bento-orbit strong { z-index:2; font-size:29px; letter-spacing:-2px; color:#f3cf63; }
@keyframes orbit-spin { to { transform:rotate(360deg); } }
.bento-small { display:flex; flex-direction:column; justify-content:space-between; }
.bento-small strong { display:block; font-size:26px; color:#fff; }
.bento-small span:not(.signal):not(.shield-mark) { display:block; color:#aaa391; font-size:9px; letter-spacing:1px; text-transform:uppercase; }
.signal { height:38px; display:flex; align-items:flex-end; gap:4px; }
.signal i { width:5px; border-radius:4px; background:linear-gradient(#f3cf63,#8d6018); animation:signal 1.4s ease-in-out infinite alternate; }
.signal i:nth-child(1){height:14px}.signal i:nth-child(2){height:25px;animation-delay:.2s}.signal i:nth-child(3){height:36px;animation-delay:.4s}
@keyframes signal { to { opacity:.35; transform:scaleY(.65); transform-origin:bottom; } }
.bento-gold { background:linear-gradient(145deg,rgba(243,207,99,.2),rgba(166,111,22,.08)); }
.shield-mark { width:38px;height:38px;display:grid!important;place-items:center;border:1px solid rgba(243,207,99,.35);border-radius:12px;color:#f3cf63!important;background:rgba(0,0,0,.18); }

/* More depth for existing sections */
.main-layout { position:relative; }
.main-layout::before { content:"";position:absolute;inset:0 auto 0 0;width:1px;background:linear-gradient(transparent,rgba(243,207,99,.35),transparent); }
.section-head h2 { text-wrap:balance; }
.catalog-kicker { margin:0 0 7px!important; color:#f3cf63!important; font-size:9px!important; font-weight:800; letter-spacing:2.5px; }
.section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; }
.wishlist-summary { flex:0 0 auto; display:inline-flex; align-items:center; gap:8px; min-height:43px; padding:0 13px; border:1px solid rgba(243,207,99,.2); border-radius:13px; background:rgba(255,255,255,.035); color:#f4ecd8; font:700 11px/1 'Poppins',sans-serif; cursor:pointer; }
.wishlist-summary > span { color:#f3cf63; font-size:20px; }
.wishlist-summary b { min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#f3cf63;color:#171717;font-size:10px; }
.wishlist-summary[aria-pressed="true"] { border-color:#f3cf63;background:rgba(243,207,99,.12); }
.catalog-toolbar { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; margin:0 0 16px; }
.catalog-search,.catalog-sort { min-height:48px; display:flex; align-items:center; gap:10px; padding:0 14px; border:1px solid rgba(243,207,99,.15); border-radius:14px; background:#181818; }
.catalog-search > span { color:#f3cf63;font-size:24px;line-height:1; }
.catalog-search input,.catalog-sort select { width:100%;border:0;outline:0;background:transparent;color:#f6f0df;font:500 12px/1.2 'Poppins',sans-serif; }
.catalog-search input::placeholder { color:#777164; }
.catalog-sort span { color:#8f8878;font-size:9px;text-transform:uppercase;letter-spacing:1px; }
.catalog-sort select { min-width:128px;cursor:pointer; }
.catalog-sort option { background:#181818; }
.catalog-filters .provider { appearance:none;border:0;color:inherit;font-family:inherit;cursor:pointer;background:transparent; }
.catalog-filters .provider.is-selected .provider-icon { border-color:#f3cf63;background:linear-gradient(145deg,#f3d77a,#986519);color:#171717;box-shadow:0 8px 24px rgba(212,167,44,.25); }
.catalog-status { display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 13px;padding-top:11px;border-top:1px solid rgba(243,207,99,.1);color:#8f8878;font-size:9px;text-transform:uppercase;letter-spacing:1px; }
.catalog-status p { margin:0; }.catalog-status strong{color:#f3cf63;font-size:12px;}
.game-card { isolation:isolate; overflow:hidden; }
.game-card[hidden] { display:none!important; }
.card-wishlist { position:absolute;z-index:5;right:10px;top:10px;width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(12,12,12,.76);backdrop-filter:blur(8px);color:#fff;font-size:19px;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease; }
.card-wishlist:hover { transform:scale(1.08); }
.card-wishlist.is-saved { background:#f3cf63;color:#171717;border-color:#f3cf63; }
.card-quick-view { position:absolute;z-index:4;left:50%;bottom:64px;transform:translate(-50%,18px);min-width:120px;padding:10px 12px;border:0;border-radius:999px;background:rgba(15,15,15,.9);color:#f3cf63;font:700 10px/1 'Poppins',sans-serif;opacity:0;cursor:pointer;transition:opacity .25s ease,transform .25s ease;backdrop-filter:blur(9px); }
.game-card:hover .card-quick-view,.game-card:focus-within .card-quick-view { opacity:1;transform:translate(-50%,0); }
.catalog-empty { margin:18px 0;padding:24px;border:1px dashed rgba(243,207,99,.25);border-radius:16px;text-align:center;color:#aaa391;font-size:12px; }
.promo-experience { display:block; padding:clamp(20px,3vw,34px); }
.promo-experience::after { content:none; }
.promo-heading { display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:20px; }
.promo-heading h2 { margin:5px 0 0;color:#fff;font-size:clamp(25px,3.4vw,43px);line-height:1.08;letter-spacing:-1.5px; }
.promo-heading h2 em { color:#f3cf63;font-style:normal; }
.promo-kicker { color:#f3cf63;font-size:9px;font-weight:800;letter-spacing:2.3px; }
.promo-all { flex:0 0 auto;padding:12px 15px;border:1px solid rgba(243,207,99,.25);border-radius:12px;background:rgba(255,255,255,.04);color:#f5edd9;font:700 10px/1 'Poppins',sans-serif;cursor:pointer; }
.promo-all span { color:#f3cf63;margin-left:7px; }
.promo-gallery { display:grid;grid-template-columns:1.35fr .82fr .82fr;grid-template-rows:190px 190px;gap:12px; }
.promo-tile { position:relative;isolation:isolate;overflow:hidden;min-height:0;border:1px solid rgba(243,207,99,.16);border-radius:19px;background:#111;box-shadow:0 12px 32px rgba(0,0,0,.24); }
.promo-featured { grid-row:1/3; }
.promo-wide { grid-column:2/4; }
.promo-tile > img { position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.25,1),filter .4s ease; }
.promo-tile:hover > img { transform:scale(1.065);filter:saturate(1.12); }
.promo-shade { position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 12%,rgba(0,0,0,.88) 100%); }
.promo-featured .promo-shade { background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.08) 85%),linear-gradient(0deg,rgba(0,0,0,.7),transparent 60%); }
.promo-badge { position:absolute;z-index:2;left:14px;top:14px;padding:6px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(13,13,13,.6);backdrop-filter:blur(8px);color:#f3cf63;font-size:7px;font-weight:800;letter-spacing:1.3px; }
.promo-copy { position:absolute;z-index:2;left:16px;right:16px;bottom:15px; }
.promo-featured .promo-copy { left:24px;bottom:24px;max-width:310px; }
.promo-copy small { color:#f3cf63;font-size:7px;font-weight:800;letter-spacing:1.5px; }
.promo-copy h3 { margin:4px 0 6px;color:#fff;font-size:18px;line-height:1.15; }
.promo-featured .promo-copy h3 { font-size:clamp(25px,3vw,38px);letter-spacing:-1px; }
.promo-copy p { margin:0 0 14px;color:#d6cfbf;font-size:10px;line-height:1.65; }
.promo-copy button { padding:0;border:0;background:transparent;color:#f3cf63;font:700 9px/1 'Poppins',sans-serif;cursor:pointer; }
.promo-featured .promo-copy button { padding:11px 14px;border-radius:10px;background:linear-gradient(135deg,#f6dd85,#a66f16);color:#171717; }
.promo-featured .promo-copy button b { margin-left:15px; }
.promo-note { margin:13px 2px 0!important;color:#777164!important;font-size:8px!important;line-height:1.6!important; }
.game-card::after { content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(125deg,transparent 35%,rgba(255,255,255,.12) 50%,transparent 65%);transform:translateX(-120%);transition:transform .65s ease; }
.game-card:hover::after { transform:translateX(120%); }
.game-thumb img { transition:transform .6s cubic-bezier(.2,.75,.25,1),filter .4s ease; }
.game-card:hover .game-thumb img { transform:scale(1.065); filter:saturate(1.12) contrast(1.04); }
.seo-section { position:relative; overflow:hidden; }
.seo-section::before { content:"";position:absolute;top:0;left:28px;width:90px;height:3px;background:linear-gradient(90deg,#f3cf63,transparent); }

@media (max-width:900px) {
  .experience-deck { grid-template-columns:1fr; }
  .experience-copy h2 { max-width:520px; }
}
@media (max-width:600px) {
  .experience-deck { margin:14px 0 20px; padding:24px 18px; border-radius:22px; }
  .experience-copy h2 { font-size:38px; letter-spacing:-2px; }
  .experience-copy > p { margin:17px 0 20px; font-size:12px; }
  .experience-actions { align-items:stretch; }
  .primary-action,.secondary-action { flex:1 1 100%; }
  .experience-bento { grid-template-rows:minmax(210px,1fr) 112px; }
  .bento-main { padding:16px; }
  .bento-orbit { flex-basis:110px;height:110px; }
  .bento-main h2 { font-size:21px; }
  .bento-small { padding:14px; }
  .bento-small strong { font-size:21px; }
  .section-head { align-items:center; }
  .wishlist-summary { padding:0 10px;font-size:0; }
  .wishlist-summary b { font-size:10px; }.wishlist-summary > span{font-size:20px;}
  .catalog-toolbar { grid-template-columns:1fr; }
  .catalog-sort { justify-content:space-between; }
  .catalog-sort select { width:auto; }
  .card-quick-view { opacity:1;bottom:58px;transform:translate(-50%,0);padding:8px 10px; }
  .promo-heading { align-items:flex-start;flex-direction:column; }
  .promo-gallery { grid-template-columns:1fr 1fr;grid-template-rows:260px 155px 150px; }
  .promo-featured { grid-column:1/3;grid-row:auto; }
  .promo-wide { grid-column:1/3; }
  .promo-featured .promo-copy { left:18px;bottom:18px; }
  .promo-copy h3 { font-size:14px; }
}

    * { box-sizing: border-box; }

    .error-code {
      margin: 0;
      color: var(--gold);
      font-size: clamp(64px, 16vw, 140px);
      font-weight: 800;
      line-height: 1;
    }

    html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      overflow-x: clip;
      font-family: 'Poppins', system-ui, sans-serif;
      background:
        radial-gradient(circle at top left, rgba(74,222,128,.24), transparent 28%),
        radial-gradient(circle at top right, rgba(245,158,11,.18), transparent 30%),
        linear-gradient(180deg, #020807 0%, #071713 48%, #010403 100%);
      color: var(--text);
    }

    body { padding-bottom: 0; }

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

    .site-header {
      position: sticky;
      top: 0;
      z-index: 99;
      background: linear-gradient(180deg, #0d2a20 0%, #010403 100%);
      border-bottom: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 10px 28px rgba(0,0,0,.48);
    }

    .topbar {
      max-width: 1180px;
      margin: 0 auto;
      padding: 10px 12px;
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .logo-box {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
    }

    .logo-img {
      width: 155px;
      height: auto;
      display: block;
    }

    .menu-scroll {
      flex: 1;
      min-width: 0;
      overflow-x: auto;
      white-space: nowrap;
      padding: 3px 0;
    }

    .menu-scroll::-webkit-scrollbar,
    .provider-row::-webkit-scrollbar {
      display: none;
    }

    .menu-list {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .menu-item {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 10px 16px;
      border-radius: 10px;
      background: linear-gradient(180deg, #14532d 0%, #0d2a20 100%);
      border: 1px solid rgba(255,255,255,.14);
      color: #f0fdf4;
      font-weight: 600;
      font-size: 15px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .menu-item.live::before {
      content: "LIVE";
      position: absolute;
      top: -9px;
      left: -2px;
      background: linear-gradient(180deg, #facc15, #22c55e);
      color: #062014;
      font-size: 9px;
      font-weight: 800;
      padding: 2px 5px;
      border-radius: 7px;
    }

    .search-btn {
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      border-radius: 50%;
      background: #010403;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(74,222,128,.38);
      box-shadow: 0 0 20px rgba(74,222,128,.35);
      font-size: 22px;
    }

    .auth-buttons {
      display: flex;
      gap: 10px;
      flex: 0 0 auto;
    }

    .btn-login,
    .btn-daftar {
      border: 0;
      padding: 12px 18px;
      border-radius: 12px;
      cursor: pointer;
      font-family: inherit;
      font-weight: 800;
      font-size: 14px;
      box-shadow: 0 4px 0 rgba(0,0,0,.35);
    }

    .btn-login {
      color: #062014;
      background: linear-gradient(180deg, #fef08a 0%, #facc15 100%);
    }

    .btn-daftar {
      color: #062014;
      background: linear-gradient(180deg, #86efac 0%, #22c55e 100%);
    }

    .color-strip {
      height: 52px;
      background: linear-gradient(90deg, #166534 0%, #22c55e 50%, #f59e0b 100%);
      border-bottom: 1px solid rgba(255,255,255,.1);
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .promo-marquee {
      display: flex;
      width: max-content;
      white-space: nowrap;
      animation: promo-marquee 18s linear infinite;
      will-change: transform;
    }

    .promo-marquee span {
      flex: 0 0 auto;
      padding-right: 70px;
      color: #ffffff;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: .3px;
      text-shadow: 0 2px 5px rgba(0,0,0,.45);
    }

    @keyframes promo-marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 14px 24px;
      width: 100%;
      overflow: hidden;
    }

    .hero-wrap {
      margin-top: -8px;
      width: 100%;
      overflow: hidden;
    }

    .hero-track {
      display: flex;
      gap: 16px;
      width: 200%;
      animation: hero-slider-desktop 10s ease-in-out infinite;
      will-change: transform;
    }

    @keyframes hero-slider-desktop {
      0%, 38% { transform: translateX(0); }
      48%, 83% { transform: translateX(-25%); }
      93%, 100% { transform: translateX(-50%); }
    }

    .hero-card {
      position: relative;
      flex: 0 0 calc(25% - 16px);
      width: calc(25% - 16px);
      aspect-ratio: 16 / 7;
      border-radius: 14px;
      overflow: hidden;
      background: #010403;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }

    .hero-card:last-child {
      flex-basis: 25%;
      width: 25%;
    }

    .hero-card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .hero-card {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }

    .hero-banner-one { background-image: url('/img/bannersapporo88.webp'); }
    .hero-banner-two { background-image: url('/img/banner2.webp'); }

    .skip-link {
      position: fixed; left: 16px; top: -80px; z-index: 9999;
      padding: 11px 16px; border-radius: 0 0 10px 10px;
      background: #fff; color: #07120d; font-weight: 800;
      transition: top .2s ease;
    }
    .skip-link:focus { top: 0; }
    .scroll-progress {
      position: fixed; inset: 0 0 auto; height: 3px; z-index: 9998;
      pointer-events: none; background: rgba(255,255,255,.08);
    }
    .scroll-progress span {
      display: block; width: 100%; height: 100%; transform: scaleX(0);
      transform-origin: left; background: linear-gradient(90deg,var(--cms-accent),#fbbf24);
    }
    :focus-visible { outline: 3px solid #fbbf24; outline-offset: 3px; }
    .reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .55s ease,transform .55s ease; }
    .reveal-ready.is-visible { opacity: 1; transform: none; }
    .auth-portal-link { display:block; text-align:center; text-decoration:none; }
    .auth-security-note,.auth-legal-links { text-align:center; font-size:12px; opacity:.82; }
    .auth-legal-links a { color:inherit; text-decoration:underline; }

    @media (prefers-reduced-motion: reduce) {
      *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
      .hero-track { animation:none!important; transform:none!important; }
      .reveal-ready { opacity:1; transform:none; }
    }

    .welcome-ticker {
      margin: 20px 0;
      background: linear-gradient(90deg, #166534, #22c55e, #f59e0b);
      border-top: 1px solid rgba(255,255,255,.18);
      border-bottom: 1px solid rgba(0,0,0,.45);
      padding: 14px 18px;
      overflow: hidden;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      box-shadow: 0 8px 22px rgba(0,0,0,.38);
    }

    .main-layout {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 18px;
      align-items: start;
    }

    .side-menu {
      position: sticky;
      top: 95px;
      background: linear-gradient(180deg, #0d2a20, #010403);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 38px;
      box-shadow: 0 18px 40px rgba(0,0,0,.65);
      padding: 18px 10px;
      overflow: hidden;
    }

    .side-item {
      display: flex;
      width: 100%;
      border: 0;
      background: transparent;
      cursor: pointer;
      font-family: inherit;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      padding: 14px 8px;
      color: #dcfce7;
      font-size: 13px;
      font-weight: 500;
    }

    .side-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 22px;
      background: rgba(255,255,255,.08);
    }

    .side-item.active .side-icon {
      background: linear-gradient(180deg, #facc15, #166534);
      color: #fff;
      box-shadow: 0 0 22px rgba(74,222,128,.62);
    }

    .side-item.login .side-icon {
      border: 2px solid #4ade80;
      box-shadow: 0 0 18px rgba(74,222,128,.4);
    }

    .content {
      min-width: 0;
      width: 100%;
      overflow: hidden;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 14px;
    }

    .title-block h1,
    .title-block h2 {
      margin: 0;
      line-height: 1.1;
      font-size: 31px;
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 4px 0 rgba(0,0,0,.45);
    }

    .title-block span {
      display: inline-block;
      margin-top: 8px;
      background: rgba(255,255,255,.12);
      padding: 6px 14px;
      border-radius: 999px;
      color: #dcfce7;
      font-size: 13px;
    }

    .provider-row {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      padding: 8px 0 18px;
      white-space: nowrap;
    }

    .provider {
      flex: 0 0 84px;
      text-align: center;
      color: #dcfce7;
      font-size: 12px;
    }

    .provider-icon {
      width: 74px;
      height: 74px;
      margin: 0 auto 8px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #14532d 0%, #020807 100%);
      border: 3px solid #4ade80;
      box-shadow: 0 0 18px rgba(74,222,128,.25);
      font-size: 31px;
      position: relative;
    }

    .provider.hot .provider-icon {
      border-color: #facc15;
    }

    .provider.live .provider-icon {
      border-color: #86efac;
    }

    .provider.live .provider-icon::after {
      content: "LIVE";
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      background: #166534;
      color: #fff;
      border-radius: 5px;
      font-size: 9px;
      padding: 2px 5px;
      font-weight: 800;
    }

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

    .game-card {
      border-radius: 16px;
      overflow: hidden;
      background: linear-gradient(180deg, #123d2c 0%, #020807 100%);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 14px 28px rgba(0,0,0,.42);
    }

    .game-thumb {
      background: #010403;
      overflow: hidden;
    }

    .game-thumb img {
      display: block;
      width: 100%;
      height: auto;
    }

    .game-info {
      padding: 10px;
    }

    .game-info h3 {
      margin: 0 0 7px;
      font-size: 13px;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .game-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      color: #dcfce7;
    }

    .tag {
      padding: 4px 8px;
      border-radius: 999px;
      background: linear-gradient(180deg, #facc15, #166534);
      color: #fff;
      font-size: 10px;
      font-weight: 800;
      flex: 0 0 auto;
    }

    .seo-section {
      margin-top: 24px;
      padding: 22px;
      border-radius: 20px;
      background:
        linear-gradient(180deg, rgba(34,197,94,.22), rgba(245,158,11,.08)),
        #071713;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: var(--shadow);
    }

    .seo-section h1,
    .seo-section h2 {
      margin: 0 0 14px;
      font-size: 25px;
      color: #fff;
    }

    .seo-section h3 {
      margin: 24px 0 8px;
      color: var(--gold);
      font-size: 18px;
      line-height: 1.4;
    }

    .seo-section a {
      color: var(--gold);
      text-decoration: underline;
    }

    .seo-section p {
      margin: 0 0 14px;
      color: #dcfce7;
      line-height: 1.8;
      font-size: 14px;
    }
    .article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.article-card{overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(0,0,0,.22)}.article-card img{display:block;width:100%;height:190px;object-fit:cover}.article-card>div{padding:18px}.article-card time,.article-meta{color:#a8a29e;font-size:12px}.article-card h2{margin:8px 0!important;font-size:20px!important}.article-card a{color:#fff}.article-hero{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:16px;margin:18px 0 24px}@media(max-width:700px){.article-grid{grid-template-columns:1fr}}

    .seo-section strong {
      color: #facc15;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 24px;
    }

    .info-card {
      padding: 22px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(34,197,94,.16), rgba(2,8,7,.9));
      border: 1px solid var(--line);
      box-shadow: 0 12px 28px rgba(0,0,0,.32);
    }

    .info-card h2,
    .info-card h3 { margin: 0 0 12px; color: #fff; }
    .info-card h2 { font-size: 22px; }
    .info-card h3 { font-size: 16px; }
    .info-card p,
    .info-card li { color: var(--muted); font-size: 13px; line-height: 1.75; }
    .info-card p:last-child { margin-bottom: 0; }
    .info-card ul { margin: 0; padding-left: 20px; }
    .info-card a { color: var(--gold); text-decoration: underline; }

    .faq-list details {
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
    }

    .faq-list details:last-child { border-bottom: 0; }
    .faq-list summary { cursor: pointer; font-weight: 700; color: #fff; }
    .faq-list p { margin: 10px 0 0; }

    body.modal-open { overflow: hidden; }

    .auth-modal[hidden] { display: none; }

    .auth-modal {
      position: fixed;
      inset: 0;
      z-index: 500;
      display: grid;
      place-items: center;
      padding: 20px;
      opacity: 0;
      transition: opacity .18s ease;
    }

    .auth-modal.is-open { opacity: 1; }

    .auth-modal-backdrop {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      background: rgba(0,0,0,.78);
      cursor: pointer;
      backdrop-filter: blur(7px);
    }

    .auth-modal-dialog {
      position: relative;
      z-index: 1;
      width: min(100%, 460px);
      max-height: calc(100vh - 40px);
      overflow-y: auto;
      padding: 30px;
      border: 1px solid rgba(243,207,99,.35);
      border-radius: 24px;
      background:
        radial-gradient(circle at top right, rgba(243,207,99,.18), transparent 32%),
        linear-gradient(180deg, #303030 0%, #151515 100%);
      box-shadow: 0 28px 80px rgba(0,0,0,.72);
      transform: translateY(18px) scale(.97);
      transition: transform .18s ease;
    }

    .auth-modal.is-open .auth-modal-dialog { transform: translateY(0) scale(1); }

    .auth-modal-close {
      position: absolute;
      top: 14px;
      right: 14px;
      display: grid;
      place-items: center;
      width: 36px;
      height: 36px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 50%;
      background: rgba(255,255,255,.08);
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      line-height: 1;
    }

    .auth-modal-kicker {
      margin: 0 42px 8px 0;
      color: var(--gold);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 2px;
    }

    .auth-modal-dialog h2 { margin: 0 42px 8px 0; color: #fff; font-size: 27px; }
    .auth-modal-intro { margin: 0 0 22px; color: #d6d3d1; font-size: 13px; line-height: 1.6; }

    .auth-form { display: grid; gap: 9px; }
    .google-auth-button {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      min-height: 46px; margin-bottom: 14px; padding: 10px 16px;
      border: 1px solid #d6d3d1; border-radius: 12px; background: #fff;
      color: #292524 !important; font-size: 14px; font-weight: 700; text-decoration: none;
    }
    .google-auth-button span { color: #4285f4 !important; font-size: 19px; font-weight: 800; }
    .auth-divider { display: flex; align-items: center; gap: 10px; margin: 4px 0 14px; color: #a8a29e; font-size: 11px; }
    .auth-divider::before,.auth-divider::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.16); }
    .auth-form label { color: #f5f5f4; font-size: 12px; font-weight: 700; }

    .auth-form input:not([type="checkbox"]) {
      width: 100%;
      min-height: 48px;
      margin-bottom: 5px;
      padding: 0 14px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 12px;
      outline: none;
      background: #111;
      color: #fff;
      font: inherit;
      font-size: 14px;
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .auth-form input:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 3px rgba(243,207,99,.13);
    }

    .auth-checkbox {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin: 5px 0;
      color: #d6d3d1;
      line-height: 1.5;
    }

    .auth-checkbox input { margin-top: 3px; accent-color: var(--gold); }

    .auth-submit {
      min-height: 50px;
      margin-top: 7px;
      border: 0;
      border-radius: 13px;
      background: linear-gradient(180deg, #f3cf63, #9a6a16);
      color: #17130a;
      cursor: pointer;
      font-family: inherit;
      font-size: 14px;
      font-weight: 800;
      box-shadow: 0 8px 22px rgba(154,106,22,.3);
    }

    .auth-form-status { min-height: 20px; margin: 0; font-size: 12px; text-align: center; }
    .auth-form-status.is-error { color: #fca5a5; }
    .auth-form-status.is-success { color: #86efac; }

    .auth-modal-switch { margin: 14px 0 0; color: #d6d3d1; font-size: 12px; text-align: center; }
    .auth-modal-switch button { border: 0; background: none; color: var(--gold); cursor: pointer; font: inherit; font-weight: 800; }

    .site-footer {
      margin-top: 28px;
      padding: 26px 18px 110px;
      background: #010403;
      border-top: 1px solid var(--line);
      text-align: center;
    }

    .footer-inner { max-width: 1180px; margin: 0 auto; }
    .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
    .footer-links a { color: var(--muted); font-size: 12px; }
    .footer-note { max-width: 760px; margin: 18px auto 0; color: #a7f3d0; font-size: 11px; line-height: 1.7; }
    .age-badge { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 12px; border: 2px solid #facc15; border-radius: 50%; color: #facc15; font-weight: 800; }

    .help-chat {
      position: fixed;
      right: 26px;
      bottom: 26px;
      z-index: 120;
      background: linear-gradient(180deg, #facc15, #166534);
      color: #fff;
      padding: 13px 22px;
      border-radius: 45px;
      box-shadow: 0 12px 30px rgba(0,0,0,.45);
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      border: 0;
      cursor: pointer;
      font-family: inherit;
    }

    .help-chat .chat-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 2px solid #fff;
    }

    .help-chat small {
      display: block;
      letter-spacing: 4px;
      font-size: 10px;
      line-height: 1;
    }

    .help-chat span {
      display: block;
      font-size: 15px;
      line-height: 1.2;
    }

    .mobile-bottom {
      display: none;
    }

    @media (max-width: 900px) {
      .menu-scroll,
      .search-btn { display: none; }

      .auth-buttons {
        display: flex;
        margin-left: auto;
        gap: 6px;
      }

      .btn-login,
      .btn-daftar {
        padding: 9px 13px;
        border-radius: 9px;
        font-size: 12px;
      }

      .side-menu { display: none; }
      .main-layout { display: block; }
      .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 768px) {
      .site-footer { padding-bottom: 78px; }
      .topbar {
        padding: 8px 10px;
        gap: 8px;
        max-width: 100%;
      }

      .logo-img { width: 118px; }
      .menu-scroll { padding-left: 4px; }
      .menu-list { gap: 7px; }

      .menu-item {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 10px;
      }

      .search-btn {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 20px;
      }

      .color-strip { height: 34px; }
      .promo-marquee { animation-duration: 14s; }
      .promo-marquee span { font-size: 12px; padding-right: 45px; }
      .page { padding: 0 10px 95px; }

      .hero-wrap {
        margin-top: 10px;
      }

      .hero-track {
        gap: 0;
        width: 400%;
        animation-name: hero-slider-mobile;
        animation-duration: 10s;
      }

      @keyframes hero-slider-mobile {
        0%, 38% { transform: translateX(0); }
        48%, 83% { transform: translateX(-25%); }
        93%, 100% { transform: translateX(-50%); }
      }

      .hero-card {
        flex-basis: 25%;
        width: 25%;
        border-radius: 12px;
      }

      .welcome-ticker {
        margin: 12px -10px 16px;
        border-radius: 0;
        font-size: 12px;
        padding: 10px 14px;
        white-space: nowrap;
      }

      .section-head { margin-bottom: 10px; }

      .title-block h1,
      .title-block h2 {
        font-size: 25px;
      }

      .title-block span {
        font-size: 11px;
        padding: 5px 10px;
        margin-top: 6px;
      }

      .provider-row {
        gap: 13px;
        padding: 6px 0 14px;
      }

      .provider {
        flex: 0 0 68px;
        font-size: 11px;
      }

      .provider-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
        border-width: 3px;
      }

      .game-grid { gap: 12px; }
      .game-card { border-radius: 18px; }

      .game-thumb {
        min-height: 115px;
        background: #010403;
      }

      .game-info { padding: 10px 9px 12px; }

      .game-info h3 {
        font-size: 14px;
        line-height: 1.25;
        margin-bottom: 9px;
      }

      .game-meta { font-size: 12px; }

      .tag {
        font-size: 11px;
        padding: 6px 10px;
      }

      .seo-section {
        margin-top: 22px;
        padding: 17px;
        border-radius: 18px;
      }

      .seo-section h1,
      .seo-section h2 {
        font-size: 20px;
        line-height: 1.25;
      }

      .seo-section h3 { font-size: 16px; }

      .seo-section p {
        font-size: 13px;
        line-height: 1.7;
      }

      .info-grid { grid-template-columns: 1fr; gap: 12px; }
      .info-card { padding: 18px; }

      .help-chat {
        left: 50%;
        right: auto;
        bottom: 82px;
        transform: translateX(-50%);
        width: calc(100% - 36px);
        max-width: 340px;
        justify-content: center;
        padding: 12px 16px;
        border-radius: 999px;
      }

      .help-chat small {
        font-size: 9px;
        letter-spacing: 5px;
      }

      .help-chat span { font-size: 15px; }

      .mobile-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 110;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background: linear-gradient(180deg, #0d2a20, #010403);
        border-top: 1px solid rgba(255,255,255,.15);
        padding: 8px 6px 10px;
      }

      .mobile-bottom a,
      .mobile-bottom button {
        border: 0;
        background: transparent;
        cursor: pointer;
        font-family: inherit;
        text-align: center;
        color: #dcfce7;
        font-size: 10px;
        font-weight: 600;
      }

      .mobile-bottom b {
        display: grid;
        place-items: center;
        margin: 0 auto 4px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        font-size: 17px;
      }

      .mobile-bottom .play b {
        background: linear-gradient(180deg, #facc15, #166534);
        color: #fff;
        box-shadow: 0 0 18px rgba(74,222,128,.65);
      }

      .auth-modal { padding: 12px; }
      .auth-modal-dialog { max-height: calc(100vh - 24px); padding: 24px 18px; border-radius: 20px; }
      .auth-modal-dialog h2 { font-size: 23px; }
    }

    @media (max-width: 390px) {
      .logo-img { width: 105px; }

      .menu-item {
        font-size: 12px;
        padding: 7px 10px;
      }

      .search-btn {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
      }

      .game-grid { gap: 10px; }
      .game-thumb { min-height: 100px; }
      .game-info h3 { font-size: 13px; }
      .game-meta { font-size: 11px; }
      .tag { padding: 5px 8px; }
    }

    /* Gold and graphite palette derived from the SAPPORO88 logo */
    :root {
      --primary: #9a6a16;
      --primary2: #d4a72c;
      --leaf: #f1cf69;
      --amber: #d19a2a;
      --gold: #f3cf63;
      --dark: #111111;
      --dark2: #1a1a1a;
      --panel: #252525;
      --panel2: #343434;
      --text: #ffffff;
      --muted: #e5dfd0;
      --line: rgba(243,207,99,.22);
      --shadow: 0 18px 45px rgba(0,0,0,.58);
    }

    html, body {
      background:
        radial-gradient(circle at top left, rgba(243,207,99,.16), transparent 28%),
        radial-gradient(circle at top right, rgba(154,106,22,.18), transparent 30%),
        linear-gradient(180deg, #111111 0%, #202020 48%, #0d0d0d 100%);
    }

    .site-header,
    .mobile-bottom { background: linear-gradient(180deg, #303030 0%, #111111 100%); }

    .menu-item,
    .side-item,
    .provider-icon {
      background: linear-gradient(180deg, #3a3a3a 0%, #202020 100%);
      border-color: rgba(243,207,99,.24);
      color: #f7edcf;
    }

    .menu-item.live::before,
    .btn-daftar,
    .side-item.active,
    .side-item.login,
    .tag,
    .help-chat,
    .mobile-bottom a.play b {
      background: linear-gradient(180deg, #f3d77a 0%, #a66f16 100%);
      color: #171717;
    }

    .btn-login {
      color: #171717;
      background: linear-gradient(180deg, #fff1b8 0%, #d4a72c 100%);
    }

    .search-btn {
      background: #171717;
      border-color: rgba(243,207,99,.48);
      box-shadow: 0 0 20px rgba(212,167,44,.32);
    }

    .color-strip { background: linear-gradient(90deg, #5f4315 0%, #d4a72c 50%, #5f4315 100%); }
    .welcome-ticker { background: linear-gradient(180deg, #3a3a3a, #1c1c1c); border-color: rgba(243,207,99,.24); }
    .game-card { background: linear-gradient(180deg, #343434 0%, #111111 100%); border-color: rgba(243,207,99,.22); }
    .game-thumb { background: #111111; }

    .seo-section {
      background: linear-gradient(180deg, rgba(212,167,44,.18), rgba(154,106,22,.08)), #1a1a1a;
      border-color: rgba(243,207,99,.24);
    }

    .info-card { background: linear-gradient(180deg, rgba(212,167,44,.12), rgba(17,17,17,.94)); }
    .seo-section p, .info-card p, .info-card li, .game-meta, .mobile-bottom a { color: #e5dfd0; }
    .seo-section strong, .info-card a, .age-badge { color: #f3cf63; }
    .age-badge { border-color: #f3cf63; }
    .site-footer { background: #0d0d0d; }
    .footer-links a { color: #e5dfd0; }
    .footer-note { color: #c9c1ad; }

    .side-icon,
    .side-item.active .side-icon,
    .side-item.login .side-icon {
      background: linear-gradient(145deg, #f3d77a 0%, #a66f16 100%);
      border: 1px solid rgba(243,207,99,.38);
      box-shadow: 0 7px 18px rgba(0,0,0,.28);
      color: #171717;
    }

    .side-item,
    .side-item:hover,
    .side-item.active,
    .side-item.login {
      background: transparent;
    }

    @media (min-width: 769px) {
      html, body {
        background: linear-gradient(180deg, #111111 0%, #181818 48%, #101010 100%);
      }

      .main-layout {
        gap: 24px;
        padding: 24px;
        border: 1px solid rgba(243,207,99,.16);
        border-radius: 28px;
        background: linear-gradient(145deg, #242424 0%, #1b1b1b 46%, #161616 100%);
        box-shadow: 0 24px 55px rgba(0,0,0,.34);
      }

      .side-menu {
        top: 92px;
        padding: 12px 8px;
        border: 1px solid rgba(243,207,99,.14);
        border-radius: 20px;
        background: rgba(12,12,12,.42);
        box-shadow: none;
      }

      .side-item {
        margin: 3px 0;
        border-radius: 14px;
        transition: background-color .2s ease, color .2s ease;
      }

      .side-item:hover { background: transparent; }

      .side-item.active,
      .side-item.login {
        background: transparent;
        color: #f3cf63;
      }

      .side-item.active .side-icon,
      .side-item.login .side-icon {
        border: 1px solid rgba(243,207,99,.38);
        background: linear-gradient(145deg, #f3d77a 0%, #a66f16 100%);
        color: #171717;
        box-shadow: 0 7px 18px rgba(0,0,0,.28);
      }

      .content {
        padding: 2px 2px 4px;
        overflow: visible;
      }

      .section-head {
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(243,207,99,.14);
      }

      .provider-row {
        margin-bottom: 6px;
        padding: 4px 2px 18px;
      }

      .provider-icon {
        background: #292929;
        border-color: rgba(243,207,99,.18);
        box-shadow: none;
      }

      .game-grid { gap: 16px; }

      .game-card {
        background: #222222;
        border-color: rgba(243,207,99,.14);
        box-shadow: 0 10px 24px rgba(0,0,0,.22);
        transition: transform .2s ease, border-color .2s ease;
      }

      .game-card:hover {
        transform: translateY(-3px);
        border-color: rgba(243,207,99,.42);
      }

      .seo-section {
        background: #202020;
        border-color: rgba(243,207,99,.16);
        box-shadow: none;
      }

      .info-card {
        background: #202020;
        border-color: rgba(243,207,99,.14);
        box-shadow: none;
      }
    }
