/* l10 — 369zk.app style theme */
:root {
  --zk-primary: #009174;
  --zk-primary-dark: #009c4d;
  --zk-primary-light: #01c981;
  --zk-yellow: #f9c921;
  --zk-red: #fe4850;
  --zk-text: #111835;
  --zk-text-secondary: #707486;
  --zk-border: #e7e8eb;
  --zk-bg: #ffffff;
  --zk-earn-pink: #fceeff;
  --zk-earn-yellow: #fff9c9;
  --zk-container: 1200px;
  --bs-primary: #009174;
  --bs-body-bg: #ffffff;
  --bs-body-color: #111835;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background: var(--zk-bg);
  color: var(--zk-text);
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.main { overflow-x: clip; }

.zk-container {
  width: min(var(--zk-container), calc(100% - 32px));
  margin-inline: auto;
}

/* Header */
.zk-header {
  background: var(--zk-primary);
  height: 80px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 3px 4px rgba(0,0,0,.14);
}
.zk-header .zk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.zk-header__logo { height: 32px; width: auto; max-width: 178px; object-fit: contain; filter: brightness(0) invert(1); }
.zk-header__nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: .25rem;
  align-items: center;
}
.zk-header__nav a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 600;
  padding: .45rem .7rem;
  border-radius: 6px;
}
.zk-header__nav a:hover { background: rgba(255,255,255,.12); color: #fff; }
.zk-header__toggle {
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  border-radius: 6px;
  padding: .35rem .55rem;
}
@media (min-width: 992px) {
  .zk-header__nav { display: flex; }
  .zk-header__toggle { display: none; }
}
.zk-mobile-nav {
  display: none;
  background: #008066;
  border-top: 1px solid rgba(255,255,255,.15);
  padding: .75rem 0 1rem;
}
.zk-mobile-nav.is-open { display: block; }
.zk-mobile-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: .55rem 1rem;
  font-size: .9rem;
  font-weight: 600;
}

/* Sub channel pills */
.sub_channel {
  overflow-x: auto;
  white-space: nowrap;
  background: #008066;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.sub_channel_wrapper { display: inline-flex; gap: 12px; }
.sub_item {
  padding: 5px 12px;
  background: rgba(255,255,255,.12);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.sub_item:hover { background: rgba(255,255,255,.24); color: #fff; }

/* Hero */
.zk-hero {
  background: var(--zk-primary);
  color: #fff;
  padding: 40px 0 48px;
  min-height: 540px;
}
.zk-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .zk-hero { padding-top: 60px; padding-bottom: 40px; }
  .zk-hero__grid { grid-template-columns: 1.15fr .85fr; gap: 2rem; }
  .zk-hero__content { order: 1; }
  .zk-hero__banner { order: 2; }
}
.zk-hero__title {
  font-size: clamp(1.35rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 .75rem;
  text-align: center;
}
.zk-hero__subtitle {
  color: rgba(255,255,255,.72);
  font-size: clamp(.95rem, 1.8vw, 1.5rem);
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .zk-hero__title, .zk-hero__subtitle { text-align: left; }
}
.zk-hero__banner img {
  width: min(395px, 100%);
  margin-inline: auto;
}
.zk-btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  max-width: 380px;
  min-height: 48px;
  padding: .75rem 1.25rem;
  border: 1px solid #fff;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--zk-primary-light), var(--zk-primary-dark));
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .zk-btn-download { min-height: 60px; font-size: 1.15rem; }
}
.zk-btn-download:hover { filter: brightness(1.05); color: #fff !important; }
.zk-btn-download--sm { min-height: 44px; max-width: none; width: auto; padding: .5rem 1.5rem; font-size: .95rem; }
.zk-btn-download--yellow {
  background: var(--zk-yellow);
  border-color: var(--zk-yellow);
  color: var(--zk-text) !important;
}
.zk-hero__bonus {
  color: var(--zk-yellow);
  font-size: .95rem;
  font-weight: 500;
  margin-top: .75rem;
  text-align: center;
}
@media (min-width: 768px) { .zk-hero__bonus { text-align: left; font-size: 1rem; margin-top: 1rem; } }
.zk-hero__meta {
  display: none;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1rem;
}
@media (min-width: 768px) { .zk-hero__meta { display: flex; } }
.zk-hero__meta-item { display: flex; align-items: center; gap: .75rem; }
.zk-hero__meta-icon {
  width: 41px; height: 41px;
  border-radius: 8px;
  background: rgba(255,255,255,.15);
  display: grid; place-items: center;
}
.zk-hero__meta-text { font-size: .875rem; color: rgba(255,255,255,.72); }
.zk-hero__meta-text strong { display: block; color: #fff; font-weight: 600; }
.zk-hero__divider { width: 1px; height: 48px; background: rgba(255,255,255,.54); }

/* Sections */
.zk-section { padding: 1.5rem 0; }
@media (min-width: 768px) { .zk-section { padding: 2.5rem 0 3rem; } }
.zk-section--border { border-bottom: 1px solid var(--zk-border); }
.zk-section__title {
  text-align: center;
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  font-weight: 600;
  margin: 0 0 .75rem;
  color: var(--zk-text);
}
.zk-section__sub {
  text-align: center;
  color: var(--zk-text-secondary);
  margin: 0 0 1.5rem;
  font-size: clamp(.875rem, 1.5vw, 1.25rem);
}
.zk-text-secondary { color: var(--zk-text-secondary) !important; }

/* Withdraw */
.zk-withdraw {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .zk-withdraw { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.zk-withdraw__label {
  text-align: center;
  font-size: clamp(.875rem, 1.5vw, 1.5rem);
  margin: 0;
  color: var(--zk-text);
}
@media (min-width: 768px) { .zk-withdraw__label { text-align: left; } }
.zk-withdraw__items { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.zk-withdraw__item { text-align: center; }
.zk-withdraw__icon {
  height: 30px;
  margin: 0 auto .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--zk-primary);
}

/* Feature boxes */
.zk-features { display: grid; gap: 1rem; }
@media (min-width: 768px) { .zk-features { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
.zk-feature-box {
  border: 1px solid var(--zk-border);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  background: #fff;
}
@media (min-width: 768px) { .zk-feature-box { padding: 2rem; } }
.zk-feature-box__head {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
}
.zk-feature-box__icon {
  width: 64px; height: 64px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,145,116,.12), rgba(1,201,129,.08));
  display: grid; place-items: center;
  font-size: 1.75rem;
  color: var(--zk-primary);
}
.zk-feature-box h3 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  flex: 1;
}
.zk-feature-box__rule {
  display: none;
  height: 1px;
  background: var(--zk-border);
  margin: 1rem 0;
}
@media (min-width: 768px) { .zk-feature-box__rule { display: block; } }
.zk-feature-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.zk-feature-list li {
  position: relative;
  padding-left: 0;
  line-height: 1.5;
  font-size: .875rem;
  color: var(--zk-text-secondary);
}
@media (min-width: 768px) { .zk-feature-list li { font-size: 1rem; } }
.zk-feature-list li + li { margin-top: .75rem; }
.zk-feature-list li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: .55rem;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--zk-primary);
}

/* Games grid */
.zk-games-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 0;
  margin: 0 -8px 1.5rem;
}
.zk-game-item {
  width: 25%;
  padding: 16px 8px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .zk-game-item { width: 12.5%; padding: 16px 12px; }
}
.zk-game-item__img {
  width: 100%;
  max-width: 135px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}
.zk-game-item__img img { width: 100%; height: 100%; object-fit: cover; }
.zk-game-item__name {
  margin-top: .75rem;
  font-size: .75rem;
  color: var(--zk-text-secondary);
  font-weight: 400;
}
@media (min-width: 768px) { .zk-game-item__name { font-size: 1rem; } }
.zk-center-btn { display: flex; justify-content: center; }

/* Experience */
.zk-experience {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .zk-experience { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.zk-experience__title {
  text-align: center;
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  font-weight: 600;
  margin: 0 0 1rem;
}
@media (min-width: 768px) { .zk-experience__title { text-align: left; margin-bottom: 1.5rem; } }
.zk-experience__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem 1rem;
}
.zk-experience__img { max-width: 429px; margin-inline: auto; }

/* Earn cards */
.zk-earn-grid { display: grid; gap: .75rem; }
@media (min-width: 768px) { .zk-earn-grid { grid-template-columns: 1fr 1fr; gap: 1rem; } }
.zk-earn-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
}
.zk-earn-card--pink { background: var(--zk-earn-pink); }
.zk-earn-card--yellow { background: var(--zk-earn-yellow); }
.zk-earn-card__img {
  width: 100px; height: 100px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.55);
  display: grid; place-items: center;
  font-size: 2.5rem;
}
@media (min-width: 768px) { .zk-earn-card__img { width: 121px; height: 121px; } }
.zk-earn-card h3 { margin: 0 0 .35rem; font-size: clamp(.875rem, 1.5vw, 1.25rem); font-weight: 600; }
.zk-earn-card p { margin: 0 0 .75rem; font-size: .75rem; color: var(--zk-text-secondary); }
@media (min-width: 768px) { .zk-earn-card p { font-size: 1rem; margin-bottom: 1.5rem; } }

/* Ratings + testimonials */
.zk-trust-grid {
  display: grid;
  gap: .75rem;
}
@media (min-width: 768px) {
  .zk-trust-grid { grid-template-columns: 5fr 7fr; gap: 1.5rem; }
}
.zk-rating-box, .zk-review-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(107,107,107,.1);
  padding: 1rem;
}
@media (min-width: 768px) { .zk-rating-box, .zk-review-box { padding: 1.5rem 2rem; } }
.zk-rating-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.zk-rating-score { font-size: 2rem; font-weight: 700; margin: .25rem 0 .5rem; line-height: 1; }
.zk-stars { color: var(--zk-yellow); letter-spacing: 1px; font-size: .95rem; }
.zk-rating-bars { flex: 1; max-width: 180px; }
.zk-rating-bar {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .35rem;
  font-size: .625rem;
  color: var(--zk-text-secondary);
}
.zk-rating-bar progress {
  flex: 1;
  height: 6px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #eee;
}
.zk-rating-bar progress::-webkit-progress-bar { background: #eee; border-radius: 999px; }
.zk-rating-bar progress::-webkit-progress-value { background: var(--zk-primary); border-radius: 999px; }
.zk-rating-bar progress::-moz-progress-bar { background: var(--zk-primary); border-radius: 999px; }

.zk-review-wrap { position: relative; }
.zk-review-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: .5rem;
}
.zk-review-track::-webkit-scrollbar { display: none; }
.zk-review-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.zk-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1rem;
}
.zk-review-user { display: flex; align-items: center; gap: .75rem; }
.zk-review-avatar {
  width: 48px; height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--zk-primary-light), var(--zk-primary));
  color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: .85rem;
}
.zk-review-name { font-size: 1rem; font-weight: 600; margin: 0; line-height: 1.2; }
.zk-review-win { color: var(--zk-red); font-size: .75rem; margin: .15rem 0 0; }
@media (min-width: 768px) { .zk-review-win { font-size: 1rem; } }
.zk-review-badge {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  background: var(--zk-primary);
  color: #fff;
  border-radius: 4px;
  padding: .25rem .75rem;
  font-size: .875rem;
  white-space: nowrap;
}
.zk-review-text { color: var(--zk-text-secondary); font-size: .875rem; line-height: 1.55; margin: 0; }
@media (min-width: 768px) { .zk-review-text { font-size: 1rem; line-height: 1.6; } }
.zk-review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border: 1px solid var(--zk-border);
  border-radius: 999px;
  background: #fff;
  color: var(--zk-primary);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
@media (min-width: 768px) {
  .zk-review-nav { display: flex; }
  .zk-review-nav[data-zk-prev] { left: -18px; }
  .zk-review-nav[data-zk-next] { right: -18px; }
}

/* Download CTA band */
.zk-download-band {
  background: var(--zk-primary);
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}
.zk-download-band h2 { font-size: clamp(1.25rem, 2.5vw, 2rem); margin: 0 0 .35rem; font-weight: 700; }
.zk-download-band p { color: rgba(255,255,255,.75); margin: 0 0 1.25rem; }
.zk-download-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 1.25rem;
}
.zk-download-tags span {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: .35rem .85rem;
  font-size: .8rem;
}

/* Game read cards + SEO */
.zk-read-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) { .zk-read-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .zk-read-grid { grid-template-columns: repeat(4, 1fr); } }
.zk-read-card {
  border: 1px solid var(--zk-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.zk-read-card img { width: 100%; height: 140px; object-fit: cover; }
.zk-read-card__body { padding: 1rem; }
.zk-read-card h3 { margin: 0 0 .5rem; font-size: 1rem; font-weight: 600; }
.zk-read-card p { margin: 0 0 .75rem; font-size: .875rem; color: var(--zk-text-secondary); line-height: 1.5; }
.zk-read-card a { color: var(--zk-primary); font-size: .875rem; font-weight: 600; text-decoration: none; }

.zk-seo-box {
  border: 1px solid var(--zk-border);
  border-radius: 8px;
  padding: 1.25rem;
  background: #fff;
  color: var(--zk-text-secondary);
  font-size: .925rem;
  line-height: 1.75;
}
.zk-seo-box h2, .zk-seo-box h3 { color: var(--zk-text); }

/* FAQ accordion — light theme */
.zk-accordion .accordion-item {
  border: 1px solid var(--zk-border);
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: .65rem;
  background: #fff;
}
.zk-accordion .accordion-button {
  background: #fff !important;
  color: var(--zk-text) !important;
  font-weight: 600;
  box-shadow: none !important;
}
.zk-accordion .accordion-button:not(.collapsed) {
  color: var(--zk-primary) !important;
  background: rgba(0,145,116,.05) !important;
}
.zk-accordion .accordion-body {
  color: var(--zk-text-secondary);
  background: #fff;
}

/* Footer */
.zk-footer {
  background: #fff;
  border-top: 1px solid var(--zk-border);
  padding: 2.5rem 0 1.5rem;
  color: var(--zk-text);
}
.zk-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .zk-footer__grid { grid-template-columns: 2fr repeat(4, 1fr); }
}
.zk-footer h3 {
  font-size: .95rem;
  font-weight: 700;
  margin: 0 0 .75rem;
}
.zk-footer ul { list-style: none; margin: 0; padding: 0; }
.zk-footer li + li { margin-top: .4rem; }
.zk-footer a {
  color: var(--zk-text-secondary);
  text-decoration: none;
  font-size: .875rem;
}
.zk-footer a:hover { color: var(--zk-primary); }
.zk-footer__logo { height: 32px; width: auto; margin-bottom: .75rem; }
.zk-trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) { .zk-trust-row { grid-template-columns: repeat(4, 1fr); } }
.zk-trust-item {
  text-align: center;
  padding: 1rem .75rem;
  border: 1px solid var(--zk-border);
  border-radius: 8px;
}
.zk-trust-item i { font-size: 1.75rem; color: var(--zk-primary); margin-bottom: .35rem; display: block; }
.zk-trust-item strong { display: block; font-size: .85rem; }
.zk-trust-item span { font-size: .75rem; color: var(--zk-text-secondary); }
.zk-footer__bottom {
  border-top: 1px solid var(--zk-border);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: space-between;
  font-size: .85rem;
  color: var(--zk-text-secondary);
}
.zk-payment-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.zk-payment-chip {
  border: 1px solid var(--zk-border);
  border-radius: 6px;
  padding: .35rem .75rem;
  font-size: .75rem;
  color: var(--zk-text-secondary);
  background: #fafafa;
}

/* Sticky mobile download bar */
.zk-sticky-dl {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid var(--zk-border);
  padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
  display: none;
}
@media (max-width: 767.98px) {
  .zk-sticky-dl { display: block; }
  body { padding-bottom: 72px; }
}
.zk-sticky-dl .zk-btn-download { max-width: none; min-height: 44px; font-size: .9rem; }

/* Inner pages (sub-pages from l8 structure) */
.zk-page-hero {
  background: var(--zk-primary);
  color: #fff;
  padding: 2rem 0;
}
.zk-page-hero .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.5); }
.zk-page-hero .breadcrumb-item a { color: rgba(255,255,255,.85); text-decoration: none; }
.zk-page-hero .breadcrumb-item.active { color: #fff; }
.zk-page-hero h1 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; margin-bottom: .75rem; }
.zk-page-hero .lead { color: rgba(255,255,255,.78); max-width: 720px; }
.zk-page-body { padding: 2rem 0 3rem; background: #fff; }
.zk-page-body .brand-card,
.zk-page-body .article-card,
.zk-page-body .eeat-card,
.zk-page-body .spotlight-tile,
.zk-page-body .stat-tile {
  background: #fff !important;
  border: 1px solid var(--zk-border) !important;
  color: var(--zk-text) !important;
  box-shadow: 0 0 20px rgba(107,107,107,.06) !important;
}
.zk-page-body .section-kicker { color: var(--zk-primary); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.zk-page-body .stat-value { color: var(--zk-primary); font-weight: 700; }
.zk-page-body .text-body-secondary { color: var(--zk-text-secondary) !important; }
.zk-page-body .btn-primary {
  background: linear-gradient(180deg, var(--zk-primary-light), var(--zk-primary-dark)) !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
}
.zk-page-body .btn-outline-light {
  border-color: var(--zk-primary) !important;
  color: var(--zk-primary) !important;
}
.zk-page-body .accordion-button { background: #fff !important; color: var(--zk-text) !important; }
.zk-page-body .accordion-body { background: #fafafa; color: var(--zk-text-secondary); }

.fld_link { background: var(--zk-primary); color: #fff !important; }
.fld_link a { color: #fff !important; }

.back-top {
  position: fixed;
  bottom: 88px;
  right: 16px;
  width: 44px; height: 44px;
  border-radius: 999px;
  background: var(--zk-primary);
  color: #fff;
  display: grid; place-items: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,145,116,.35);
  z-index: 1030;
}
@media (min-width: 768px) { .back-top { bottom: 24px; } }

/* Sub-pages: remap l8 section classes to 369zk light theme */
.main .inner-hero,
.main .hero-video-bg,
.main .hero-minimal-text,
.main .hero-editorial,
.main .hero {
  background: var(--zk-primary) !important;
  color: #fff !important;
  min-height: auto !important;
  border-bottom: 0 !important;
}
.main .hero-video-bg .hero-bg-overlay {
  background: linear-gradient(135deg, rgba(0,100,80,.88), rgba(0,145,116,.72)) !important;
}
.main .hero-video-bg h1,
.main .hero-video-bg .hero-lede,
.main .hero-video-bg p,
.main .inner-hero h1,
.main .inner-hero .hero-lede,
.main .hero-editorial h1,
.main .hero-editorial .hero-lede,
.main .hero-minimal-text h1,
.main .hero-minimal-text .hero-lede {
  color: #fff !important;
  text-shadow: none !important;
}
.main .hero-title-accent {
  background: none !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}
.main .breadcrumb-item a { color: rgba(255,255,255,.85); }
.main .breadcrumb-item.active { color: #fff; }
.main .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }
.main .section,
.main .peer-home .section,
.main .card-stack-section,
.main .games-section,
.main .spotlight-section,
.main .support-section,
.main .media-story,
.main .eeat-section,
.main .table-section,
.main .map-section,
.main .rtp-strip-section,
.main .payment-stripe {
  background: #fff !important;
  color: var(--zk-text) !important;
}
.main .peer-wave-band,
.main .stats-band {
  background: #fafafa !important;
}
.main .section-kicker { color: var(--zk-primary) !important; }
.main .text-body-secondary { color: var(--zk-text-secondary) !important; }
.main .brand-card,
.main .article-card,
.main .eeat-card,
.main .spotlight-tile,
.main .stat-tile,
.main .support-list-row,
.main .comparison-cols,
.main .phone-showcase,
.main .phone-showcase-flat,
.main .provider-strip,
.main .toc-compact {
  background: #fff !important;
  border-color: var(--zk-border) !important;
  color: var(--zk-text) !important;
  box-shadow: 0 0 20px rgba(107,107,107,.06) !important;
}
.main .btn-primary {
  background: linear-gradient(180deg, var(--zk-primary-light), var(--zk-primary-dark)) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
}
.main .btn-outline-light {
  border-color: rgba(255,255,255,.75) !important;
  color: #fff !important;
  border-radius: 6px !important;
}
.main .section .btn-outline-light {
  border-color: var(--zk-primary) !important;
  color: var(--zk-primary) !important;
}
.main .badge.text-bg-light {
  background: #f5f5f5 !important;
  color: var(--zk-text) !important;
  border: 1px solid var(--zk-border) !important;
}
.main .accordion-button {
  background: #fff !important;
  color: var(--zk-text) !important;
}
.main .accordion-body {
  background: #fafafa !important;
  color: var(--zk-text-secondary) !important;
}
.main .portal-table {
  --bs-table-bg: #fff;
  --bs-table-color: var(--zk-text);
  --bs-table-border-color: var(--zk-border);
}
.main .portal-nav { display: none; }

/* Inner page hero (apk / resmi pattern) */
.main .hero-minimal-text { padding: 2.5rem 0; }
.main .hero-minimal-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.1;
  color: #fff !important;
}
.main .hero-minimal-divider {
  width: 64px;
  height: 3px;
  background: var(--zk-yellow);
}
.main .hero-minimal-chip {
  display: inline-flex;
  align-items: center;
  padding: .35rem .75rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.main .hero-minimal-text .hero-lede { color: rgba(255,255,255,.78) !important; }
.main .phone-showcase-flat {
  background: #f5f5f5;
  border: 1px solid var(--zk-border);
}
.main .phone-centered-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}
.main .article-header-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
