:root{
  --blue:#0b3c88;
  --blue-2:#134fa8;
  --blue-3:#1f67d2;
  --text:#163154;
  --muted:#5d7598;
  --line:#d7e4f7;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  font-family:'Noto Sans Thai',sans-serif;
  color:#0f355f;
  background:transparent;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1260px,94%);margin:auto}
.navbar .container{width:min(calc(100% - 32px),1180px)}

@keyframes pulse{0%,100%{transform:scale(.9);opacity:.75}50%{transform:scale(1.15);opacity:1}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes shine{0%{transform:translateX(-120%)}100%{transform:translateX(120%)}}

.navbar{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,116,217,.12);
  box-shadow:0 10px 34px rgba(0,72,140,.06);
}
.nav-wrap{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:inline-flex;align-items:center}
.logo-img{height:38px;width:auto;display:block;object-fit:contain}
.navbar .logo.logo-sbobetv-wrap{
  padding:0 !important;
  height:46px;
  width:auto;
  overflow:visible !important;
  display:inline-flex !important;
  align-items:center;
  background:transparent !important;
}
.logo-img-sbobetv{
  height:46px !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  transform:none !important;
  image-rendering:auto;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.nav-links{display:flex;gap:22px;align-items:center;color:#5d7598;font-weight:700}
.nav-links a{
  display:inline-flex;
  align-items:center;
  font-size:.95rem;
  line-height:1.1;
  font-weight:700;
  color:inherit;
  padding:8px 2px;
}
.nav-links a:hover{color:#0b3c88}
.nav-links a.active{color:#1f67d2;font-weight:800}
.navbar.is-scrolled{box-shadow:0 10px 28px rgba(11,60,136,.18)}
.nav-end{display:flex;gap:12px;align-items:center;flex-shrink:0}
.btn{
  position:relative;overflow:hidden;
  height:44px;padding:0 16px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:950;transition:.25s;
}
.btn:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);
  transform:translateX(-120%);
}
.btn:hover:before{animation:shine .7s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  font-size:.9rem;
  color:#fff;
  background:linear-gradient(135deg,#0b3c88,#1f67d2);
  box-shadow:0 14px 28px rgba(19,79,168,.22);
}
.nav-end .btn-primary{
  height:auto;
  min-height:55px;
  min-width:40;
  padding:10px 18px;
  font-size:.95rem;
  line-height:1;
  white-space:nowrap;
}
.btn-white,
.btn-secondary{color:#0b3c88;background:#fff;border:1px solid rgba(15,78,162,.14);box-shadow:0 10px 24px rgba(0,72,140,.07)}
.nav-toggle{
  display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;
  border:1px solid rgba(15,78,162,.17);border-radius:12px;background:#fff;color:#0b3c88;
  font-size:1.35rem;line-height:1;cursor:pointer;flex-shrink:0;
}
.theme-toggle{
  width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;border:1px solid rgba(15,78,162,.14);background:#fff;
  font-size:1.15rem;line-height:1;cursor:pointer;
}
.theme-toggle:hover{
  border-color:#b9d2f7;
  transform:translateY(-1px);
}
.theme-toggle:focus-visible{
  outline:2px solid #1f67d2;
  outline-offset:2px;
}

.hero{
  position:relative;
  overflow:clip;
  padding:24px 0 40px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:min(420px,75vh);
  background:radial-gradient(ellipse 90% 80% at 50% 0%,rgba(11,60,136,.07),transparent 65%);
  pointer-events:none;
  z-index:0;
}
.hero > .container{position:relative;z-index:1}
.hero-stack{display:flex;flex-direction:column;gap:14px}
.hero-banner{
  width:100%;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(0,116,217,.14);
  box-shadow:0 18px 40px rgba(10,57,125,.08);
  background:#071a38;
}
.hero-banner img{width:100%;height:auto;display:block}
.hero-card{
  background:#fff;
  border:1px solid rgba(0,116,217,.14);
  border-radius:28px;
  box-shadow:0 28px 56px -18px rgba(11,60,136,.18),0 18px 40px rgba(10,57,125,.08);
}
.support-hero{
  padding:40px 36px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.94));
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);
  border:1px solid rgba(11,60,136,.14);
  box-shadow:0 2px 14px rgba(11,60,136,.07);
  color:#0b3c88;
  font-size:.9rem;
  font-weight:800;
  margin-bottom:18px;
}
.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#5d7598;
  font-size:.94rem;
  font-weight:700;
}
.trust-row span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(0,116,217,.14);
  box-shadow:0 2px 10px rgba(11,60,136,.06);
}
html:not([data-theme="dark"]){
  background-color:#e8f0fa;
}
html:not([data-theme="dark"])::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-color:#e8f0fa;
  background-image:
    linear-gradient(180deg, rgba(247,251,255,.58) 0%, rgba(236,244,252,.52) 38%, rgba(248,251,255,.72) 100%),
    linear-gradient(135deg, rgba(11,60,136,.26) 0%, rgba(23,90,168,.18) 48%, rgba(31,103,210,.14) 100%),
    url("../assets/stadion1.webp");
  background-size:cover,cover,cover;
  background-position:center top,center,center center;
  background-repeat:no-repeat;
}

html[data-theme="dark"]{
  color-scheme:dark;
}
html[data-theme="dark"]::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(180deg, rgba(5,10,18,.69) 0%, rgba(8,14,24,.77) 42%, rgba(6,10,18,.83) 100%),
    linear-gradient(135deg, rgba(20,55,105,.20) 0%, rgba(18,48,90,.12) 45%, rgba(10,28,56,.20) 100%),
    url("../assets/stadion1.webp");
  background-size:cover,cover,cover;
  background-position:center top,center,center center;
  background-repeat:no-repeat;
}
html[data-theme="dark"] body{color:#e8eef6}
html[data-theme="dark"] .navbar{
  background:linear-gradient(135deg,#031024 0%,#041b3a 100%);
  border-bottom-color:#0f2d55;
  box-shadow:0 8px 24px rgba(2,8,20,.56);
}
html[data-theme="dark"] .nav-links a{color:rgba(231,241,255,.80)}
html[data-theme="dark"] .nav-links a:hover{color:#fff}
html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .nav-toggle{
  background:#0e1b34;border-color:#4e7ec0;color:#96bbef;
}
html[data-theme="dark"] .btn-white{
  background:#10233f;color:#9dc4f5;border-color:#3d5f8c;
}
html[data-theme="dark"] .hero::before{
  background:radial-gradient(ellipse 90% 65% at 50% 0%,rgba(80,140,220,.12),transparent 68%);
}
html[data-theme="dark"] .support-hero,
html[data-theme="dark"] .hero-card{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border-color:#314667;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .eyebrow{
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border-color:rgba(255,255,255,.14);
  color:#9dc8ff;
  box-shadow:none;
}
html[data-theme="dark"] .trust-row{color:#93a4bd}
html[data-theme="dark"] .trust-row span{
  background:#151f33;
  border-color:#314667;
  box-shadow:none;
}
html[data-theme="dark"] .hero h1 span{color:#9dc8ff}
html[data-theme="dark"] .hero-banner{border-color:#314667;box-shadow:0 14px 38px rgba(0,0,0,.35)}
html[data-theme="dark"] .btn-secondary,
html[data-theme="dark"] .btn-white{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}
html[data-theme="dark"] .final-cta{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border:1px solid #314667;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .final-cta h2{color:#9dc8ff}
html[data-theme="dark"] .final-cta p{color:#93a4bd}
html[data-theme="dark"] .hero h1,
html[data-theme="dark"] .section-head h2,
html[data-theme="dark"] .featured-body h3,
html[data-theme="dark"] .article-body h3{color:#dbeafe}
html[data-theme="dark"] .hero p,
html[data-theme="dark"] .section-head p,
html[data-theme="dark"] .article-body p,
html[data-theme="dark"] .footer p{color:#afbfd6}
html[data-theme="dark"] .hero h1{color:#e5efff;text-shadow:none}
html[data-theme="dark"] .category-card p,
html[data-theme="dark"] .featured-body p{color:#afbfd6}
html[data-theme="dark"] .hub-quick-card,
html[data-theme="dark"] .category-card,
html[data-theme="dark"] .featured-card,
html[data-theme="dark"] .article-card,
html[data-theme="dark"] .faq details,
html[data-theme="dark"] .footer{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border-color:#314667;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .hub-quick-card h3,
html[data-theme="dark"] .faq summary{color:#9dc8ff}
html[data-theme="dark"] .hub-quick-card p,
html[data-theme="dark"] .faq details p{color:#93a4bd;border-top-color:#314667}
html[data-theme="dark"] .hub-quick-badge{
  background:rgba(82,148,232,.14);
  border-color:#355078;
  color:#9dc8ff;
}
html[data-theme="dark"] .hub-quick-badge--hot{
  color:#ff8fa8;
  background:rgba(214,58,92,.15);
  border-color:rgba(214,58,92,.35);
}
html[data-theme="dark"] .worldcup-box{
  background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 34%),linear-gradient(135deg,#0c1e38,#153551);
}
.breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  color:#66829d;
  font-size:.9rem;
  font-weight:700;
}
.breadcrumb a{color:#134fa8;transition:color .2s ease}
.breadcrumb a:hover{color:#1f67d2}
.breadcrumb-sep{opacity:.55}
.breadcrumb [aria-current="page"]{color:#0b3c88;font-weight:800}
.hero h1{
  max-width:900px;
  font-size:clamp(2.45rem,4.9vw,4.55rem);
  line-height:1.03;
  color:#0a2e5c;
  margin-bottom:16px;
  letter-spacing:-.05em;
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}
.hero h1 span{color:#1f67d2}
.hero p{
  max-width:780px;
  color:#264d75;
  font-size:1.04rem;
  line-height:1.8;
  font-weight:600;
  margin-bottom:24px;
  text-shadow:0 1px 0 rgba(255,255,255,.46);
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}

.hub-quick-section{padding:8px 0 36px}
.hub-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hub-quick-card{
  position:relative;
  overflow:hidden;
  display:block;
  border-radius:24px;
  padding:18px;
  background:linear-gradient(180deg,#fff,#f6fbff);
  border:1px solid var(--line);
  box-shadow:0 16px 42px rgba(10,57,125,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.hub-quick-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(10,57,125,.12);
  border-color:#bcd9fb;
}
.hub-quick-card:before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-45px;
  top:-45px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(31,103,210,.14),transparent 70%);
}
.hub-quick-top{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}
.hub-quick-badge{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:#edf5ff;
  border:1px solid var(--line);
  color:var(--blue-2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.03em;
}
.hub-quick-badge--hot{color:#d63a5c;background:#fff0f3;border-color:#ffd5de}
.hub-quick-badge--trend{color:var(--blue-3);background:#e8f3ff}
.hub-quick-type{color:var(--blue-3);font-size:11px;font-weight:800;letter-spacing:.04em}
.hub-quick-card h3{
  position:relative;
  color:var(--blue);
  font-size:18px;
  line-height:1.35;
  margin-bottom:8px;
}
.hub-quick-card p{
  position:relative;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  font-weight:600;
}

.section{padding:40px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-head h2{color:#0a2f5b;font-size:clamp(32px,4vw,52px);line-height:1.1;text-shadow:0 1px 0 rgba(255,255,255,.5)}
.section-head p{color:#365b81;max-width:620px;line-height:1.8;font-weight:600;text-shadow:0 1px 0 rgba(255,255,255,.45)}
.section-head--center{
  display:block;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.section-head--center p{margin:10px auto 0;max-width:720px}

.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{
  position:relative;overflow:hidden;padding:26px;border-radius:28px;
  background:linear-gradient(180deg,#fff,#f3faff);
  border:1px solid rgba(0,116,217,.11);
  box-shadow:0 18px 44px rgba(0,72,140,.07);
  transition:.25s;
}
.category-card:hover{transform:translateY(-6px)}
.category-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,transparent,rgba(0,156,255,.08),transparent);
  transform:translateX(-120%);transition:.7s;
}
.category-card:hover:after{transform:translateX(120%)}
.category-icon{
  width:58px;height:58px;border-radius:18px;
  display:grid;place-items:center;
  color:#fff;font-weight:950;font-size:18px;
  background:linear-gradient(135deg,#0b3c88,#1f67d2);
  margin-bottom:16px;
  box-shadow:0 14px 30px rgba(0,116,255,.22);
}
.category-card h3{color:#0b315f;font-size:23px;margin-bottom:10px}
.category-card p{color:#3f6288;line-height:1.8;margin-bottom:16px;font-weight:600}
.category-card a{color:var(--blue-3);font-weight:950}
.category-card a:hover{color:var(--blue)}

.featured{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.featured-card{
  position:relative;overflow:hidden;border-radius:34px;background:#fff;
  border:1px solid rgba(0,116,217,.11);
  box-shadow:0 24px 62px rgba(0,72,140,.09);
  transition:.25s;
}
.featured-card:hover{transform:translateY(-6px)}
.featured-card img{
  width:calc(100% - 24px);
  margin:12px auto 0;
  aspect-ratio:16/9;
  height:auto;
  object-fit:cover;
  object-position:center;
  background:transparent;
  border-radius:18px;
}
.featured-body{padding:30px}
.tag{
  display:inline-flex;padding:7px 12px;border-radius:999px;background:#eef9ff;
  color:var(--blue-3);font-size:12px;font-weight:950;margin-bottom:14px;
}
.featured-body h3{color:#0b315f;font-size:31px;line-height:1.25;margin-bottom:12px}
.featured-body p{color:#3f6288;line-height:1.8;margin-bottom:20px;font-weight:600}

.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{
  position:relative;overflow:hidden;border-radius:30px;background:#fff;
  border:1px solid rgba(0,116,217,.11);
  box-shadow:0 18px 48px rgba(0,72,140,.07);
  transition:.25s;
}
.article-card:hover{transform:translateY(-6px)}
.article-card img{
  width:calc(100% - 24px);
  margin:12px auto 0;
  aspect-ratio:16/9;
  height:auto;
  object-fit:contain;
  object-position:center;
  background:#071a38;
  border-radius:16px;
  transition:.35s;
}
.article-card:hover img{transform:scale(1.05)}
.article-body{padding:24px}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.meta span{
  padding:6px 10px;border-radius:999px;background:#eef9ff;
  color:var(--blue-3);font-size:11px;font-weight:950;
}
.article-body h3{color:#0b315f;font-size:23px;line-height:1.32;margin-bottom:10px}
.article-body p{color:#3f6288;line-height:1.75;margin-bottom:18px;font-weight:600}
.read{
  display:inline-flex;height:46px;padding:0 20px;border-radius:999px;
  align-items:center;justify-content:center;color:#fff;
  background:linear-gradient(135deg,#0b3c88,#1f67d2);
  font-weight:950;font-size:14px;
}

/* Article hub — WordPress-style list + pagination */
.article-list-wrap{max-width:980px;margin:0 auto}
.article-list{display:flex;flex-direction:column;gap:0}
.article-list-loading,
.article-list-empty{
  padding:28px 0;
  color:var(--muted);
  font-weight:600;
  text-align:center;
}
.article-list-item{
  display:grid;
  grid-template-columns:minmax(140px,280px) minmax(0,1fr);
  gap:24px;
  align-items:start;
  padding:28px 0;
  border-bottom:1px solid var(--line);
}
.article-list-item:first-child{padding-top:8px}
.article-list-thumb{
  display:block;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#071a38;
  box-shadow:0 10px 28px rgba(11,60,136,.08);
  transition:transform .2s ease,box-shadow .2s ease;
}
.article-list-thumb:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(11,60,136,.14);
}
.article-list-thumb img{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  object-fit:cover;
  display:block;
}
.article-list-title{
  font-size:clamp(1.35rem,2.5vw,1.75rem);
  line-height:1.25;
  margin:0 0 10px;
}
.article-list-title a{
  color:var(--blue);
  font-weight:800;
  transition:color .2s ease;
}
.article-list-title a:hover{color:var(--blue-3)}
.article-list-meta{
  margin:0 0 12px;
  color:var(--muted);
  font-size:.95rem;
  font-weight:600;
}
.article-list-excerpt{
  margin:0;
  color:var(--muted);
  line-height:1.85;
  font-weight:600;
  font-size:1rem;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.article-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:28px;
}
.article-page-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:0 12px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--blue);
  font-weight:800;
  font-size:.95rem;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.article-page-btn:hover:not(.is-active){
  border-color:var(--blue-3);
  color:var(--blue-3);
}
.article-page-btn.is-active{
  background:linear-gradient(135deg,#0b3c88,#1f67d2);
  border-color:transparent;
  color:#fff;
  cursor:default;
}
html[data-theme="dark"] .article-list-item{border-bottom-color:#314667}
html[data-theme="dark"] .article-list-title a{color:#9dc8ff}
html[data-theme="dark"] .article-list-title a:hover{color:#fff}
html[data-theme="dark"] .article-list-meta,
html[data-theme="dark"] .article-list-excerpt,
html[data-theme="dark"] .article-list-loading,
html[data-theme="dark"] .article-list-empty{color:#93a4bd}
html[data-theme="dark"] .article-list-thumb{
  border-color:#314667;
  box-shadow:0 10px 28px rgba(0,0,0,.25);
}
html[data-theme="dark"] .article-page-btn{
  background:#161f33;
  border-color:#314667;
  color:#9dc8ff;
}
html[data-theme="dark"] .article-page-btn.is-active{
  background:linear-gradient(135deg,#1a4a9e,#2a7ae8);
  color:#fff;
}

.worldcup{padding:54px 0 74px}
.worldcup-box{
  position:relative;overflow:hidden;border-radius:40px;padding:52px;
  background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 34%),
  linear-gradient(135deg,#0b3c88,#1f67d2);
  color:#fff;box-shadow:0 28px 80px rgba(0,116,255,.22);
}
.worldcup-box:before{
  content:"";position:absolute;width:560px;height:560px;right:-190px;top:-190px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.16),transparent 70%);
}
.worldcup-box h2{position:relative;font-size:clamp(34px,4vw,60px);line-height:1.1;margin-bottom:14px}
.worldcup-box p{position:relative;max-width:780px;line-height:1.9;color:#eaf7ff;margin-bottom:24px}
.worldcup-box .btn-secondary,
.worldcup-box .btn-white{position:relative;color:var(--blue)}

.footer{
  background:#f5fbff;border-top:1px solid rgba(0,116,217,.10);
  padding:48px 0 32px;
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:28px}
.footer-logo img{height:54px;margin-bottom:16px}
.footer p{color:#3f6288;line-height:1.8;font-weight:600}
.footer h4{color:#0b315f;font-size:18px;margin-bottom:14px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:#66829d;font-weight:800}
.footer-links a:hover{color:var(--blue-3)}
.footer-copy,
.copy{margin-top:34px;padding-top:22px;border-top:1px solid rgba(0,116,217,.10);text-align:center;color:#7a94ab;font-weight:600}

.final-cta{
  text-align:center;
  border-radius:28px;
  padding:36px 28px;
  background:linear-gradient(135deg,#ffffff 0%,#edf5ff 100%);
  border:1px solid rgba(0,116,217,.12);
  box-shadow:0 18px 40px rgba(10,57,125,.08);
}
.final-cta h2{
  color:#0a2f5b;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.1;
  margin-bottom:10px;
}
.final-cta p{
  color:#365b81;
  max-width:720px;
  margin:0 auto 22px;
  line-height:1.8;
  font-weight:600;
}
.final-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  align-items:center;
}

.faq{
  display:grid;
  gap:14px;
  max-width:950px;
  margin:0 auto;
}
.faq details{
  padding:0;
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#fafdff);
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(11,60,136,.06);
}
.faq summary{
  list-style:none;
  cursor:pointer;
  padding:20px 22px;
  color:var(--blue);
  font-size:1.02rem;
  font-weight:800;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'+';
  float:right;
  font-size:1.2rem;
  line-height:1;
  color:var(--blue-3);
}
.faq details[open] summary::after{content:'−'}
.faq details p{
  margin:0;
  padding:0 22px 20px;
  color:var(--muted);
  border-top:1px solid var(--line);
  line-height:1.8;
  font-weight:600;
}

.bottom-action-bar{
  position:fixed !important;
  left:50% !important;
  bottom:22px !important;
  transform:translateX(-50%) !important;
  z-index:9999 !important;
  display:flex !important;
  gap:12px !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px !important;
  max-width:min(100% - 20px,680px);
  border-radius:999px !important;
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(215,228,247,.95) !important;
  box-shadow:0 18px 45px rgba(10,57,125,.22) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  opacity:.9;
  transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease !important;
}
body.page-scrolled .bottom-action-bar,
.bottom-action-bar:hover{opacity:1}
.bottom-action-bar a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:145px !important;
  min-height:50px !important;
  padding:13px 22px !important;
  border-radius:999px !important;
  font-size:1rem !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease !important;
}
.bottom-action-bar a:hover{transform:translateY(-2px) !important;filter:brightness(1.03) !important}
.bottom-login{
  background:#ffffff !important;
  color:#0b3c88 !important;
  border:1px solid #d7e4f7 !important;
  box-shadow:0 10px 24px rgba(10,57,125,.10) !important;
}
.bottom-register{
  background:linear-gradient(135deg,#0b3c88,#1f67d2) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:0 12px 28px rgba(31,103,210,.30) !important;
  position:relative !important;
  overflow:hidden !important;
}
html[data-theme="dark"] .bottom-action-bar{
  background:rgba(18,28,46,.92) !important;
  border-color:#314667 !important;
  box-shadow:0 18px 45px rgba(0,0,0,.5) !important;
}
html[data-theme="dark"] .bottom-login{
  background:#1a2538 !important;
  color:#9dc8ff !important;
  border-color:#355078 !important;
}
html[data-theme="dark"] .breadcrumb a{color:#9dc8ff}
html[data-theme="dark"] .breadcrumb [aria-current="page"]{color:#fff}

@media(max-width:1040px){
  .featured{grid-template-columns:1fr}
  .hub-quick-grid,.category-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .nav-toggle{display:inline-flex}
  .navbar{position:sticky;top:0;z-index:220}
  .nav-wrap{
    min-height:auto;
    flex-wrap:wrap;
    align-items:center;
    row-gap:7px;
    column-gap:10px;
    padding:8px 0 10px;
  }
  .logo{
    flex:1 1 100%;
    min-width:0;
    justify-content:center;
    margin-inline:auto;
    padding:3px 7px;
  }
  .navbar .logo.logo-sbobetv-wrap{height:40px;width:auto;overflow:visible !important}
  .logo-img-sbobetv{height:40px !important;transform:none !important}
  .nav-links{
    display:none !important;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:120;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 16px 16px;
    margin:0;
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(15,78,162,.15);
    box-shadow:0 18px 40px rgba(10,57,125,.08);
    border-radius:0;
  }
  .nav-links a{
    display:block;
    padding:12px 4px;
    border-bottom:1px solid #eaf2ff;
    font-size:.95rem;
  }
  .nav-links a:last-child{border-bottom:none}
  .navbar.nav-open .nav-links{display:flex !important}
  .nav-end{
    width:100%;
    display:grid;
    grid-template-columns:42px 42px minmax(0,1fr);
    align-items:center;
    gap:10px;
  }
  .theme-toggle,.nav-toggle{width:40px;height:40px}
  .nav-end .btn{
    width:100%;
    min-width:0;
    min-height:40px;
    padding:9px 13px;
    font-size:clamp(.86rem,3vw,.93rem);
  }
  .hero{padding:16px 0 28px}
  .hero-stack{gap:12px}
  .hero-banner{border-radius:22px}
  .support-hero{padding:24px;border-radius:24px}
  .hero h1{font-size:clamp(2rem,8vw,2.6rem);line-height:1.08}
  .hero p{font-size:17px;line-height:1.82}
  .hero-actions{flex-direction:column;align-items:stretch}
  .final-cta-actions{flex-direction:column;align-items:stretch}
  .final-cta-actions .btn{width:100%}
  .section-head{display:block}
  .section-head p{margin-top:10px}
  .hub-quick-grid,.category-grid,.footer-grid{grid-template-columns:1fr}
  .featured-card img{width:calc(100% - 18px);margin:9px auto 0;aspect-ratio:16/9;height:auto}
  .article-list-item{
    grid-template-columns:1fr;
    gap:14px;
    padding:22px 0;
  }
  .article-list-thumb{max-width:100%}
  .worldcup-box{padding:30px}
  .btn{width:100%}
  body{padding-bottom:92px}
  .footer{padding-bottom:92px}
  .bottom-action-bar{
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    transform:none !important;
    width:100% !important;
    max-width:100%;
    border-radius:18px 18px 0 0 !important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
    gap:10px !important;
  }
  .bottom-action-bar a{
    flex:1 1 0 !important;
    min-width:0 !important;
    min-height:50px !important;
    font-size:.96rem !important;
  }
  .article-shell{padding:20px}
  .article-shell h2{font-size:26px}
  .article-shell p{font-size:17px}
  .article-meta-row{gap:8px}
}

/* ── Single article pages (artikel/) ── */
.article-page-hero{padding:20px 0 12px}
.article-page-hero .hero-banner{margin-bottom:0}
.article-hero-card .article-meta-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 4px;
}
.article-meta-row span{
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  background:#eef5ff;
  border:1px solid rgba(151,184,226,.28);
  font-size:12px;
  font-weight:800;
  color:#1b5ea9;
}
.article-body-section{padding:8px 0 28px}
.article-shell{
  max-width:940px;
  margin:0 auto;
  background:linear-gradient(180deg,#ffffff,#fafdff);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 18px 36px rgba(11,60,136,.09);
  padding:28px 32px;
}
.article-back-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:18px;
  color:var(--blue-3);
  font-weight:800;
  font-size:.95rem;
}
.article-back-link:hover{color:var(--blue)}
.article-shell h2{
  font-size:clamp(1.5rem,3vw,1.9rem);
  color:var(--blue);
  line-height:1.2;
  margin:28px 0 12px;
}
.article-shell h2:first-child{margin-top:0}
.article-shell p{
  font-size:18px;
  line-height:1.9;
  color:var(--muted);
  margin-bottom:14px;
  font-weight:600;
}
.article-shell ul{
  margin:0 0 16px 20px;
  color:var(--muted);
}
.article-shell li{
  margin-bottom:8px;
  line-height:1.8;
  font-weight:600;
}
.article-shell strong{color:var(--blue)}
.article-note{
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f4f9ff);
  border:1px solid var(--line);
  margin:16px 0;
  color:var(--muted);
  font-weight:600;
  line-height:1.8;
}
.article-page-hero .hero-actions.article-cta{margin-top:16px}
.article-page-hero .article-cta .btn{min-width:0}
html[data-theme="dark"] .article-shell{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border-color:#314667;
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .article-shell h2{color:#9dc8ff}
html[data-theme="dark"] .article-shell p,
html[data-theme="dark"] .article-shell li,
html[data-theme="dark"] .article-note{color:#93a4bd}
html[data-theme="dark"] .article-shell strong{color:#9dc8ff}
html[data-theme="dark"] .article-note{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border-color:#314667;
}
html[data-theme="dark"] .article-meta-row span{
  background:rgba(82,148,232,.14);
  border-color:#355078;
  color:#9dc8ff;
}
html[data-theme="dark"] .article-back-link{color:#9dc8ff}

/* Related articles (single article pages) */
.article-related-section{padding:8px 0 28px}
.article-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:1060px;
  margin:0 auto;
}
.article-related-loading,
.article-related-empty{
  grid-column:1/-1;
  padding:20px 0;
  text-align:center;
  color:var(--muted);
  font-weight:600;
}
.article-related-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(0,116,217,.11);
  box-shadow:0 14px 36px rgba(0,72,140,.07);
  transition:transform .25s ease,box-shadow .25s ease;
}
.article-related-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(0,72,140,.12);
}
.article-related-thumb{
  display:block;
  overflow:hidden;
  background:#071a38;
}
.article-related-thumb img{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.article-related-card:hover .article-related-thumb img{transform:scale(1.04)}
.article-related-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px 20px 20px;
}
.article-related-meta{
  margin:0 0 8px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}
.article-related-title{
  margin:0 0 10px;
  font-size:1.05rem;
  line-height:1.35;
}
.article-related-title a{
  color:var(--blue);
  font-weight:800;
  transition:color .2s ease;
}
.article-related-title a:hover{color:var(--blue-3)}
.article-related-excerpt{
  margin:0 0 14px;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.75;
  font-weight:600;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  flex:1;
}
.article-related-read{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  background:linear-gradient(135deg,#0b3c88,#1f67d2);
  box-shadow:0 10px 22px rgba(19,79,168,.18);
  transition:transform .2s ease;
}
.article-related-read:hover{transform:translateY(-1px)}
html[data-theme="dark"] .article-related-card{
  background:linear-gradient(180deg,#161f33,#121c2e);
  border-color:#314667;
  box-shadow:0 14px 38px rgba(0,0,0,.35);
}
html[data-theme="dark"] .article-related-title a{color:#9dc8ff}
html[data-theme="dark"] .article-related-excerpt,
html[data-theme="dark"] .article-related-meta{color:#93a4bd}
@media (max-width:980px){
  .article-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .article-related-grid{grid-template-columns:1fr;max-width:420px}
}
