/* ============================================
   1xBet Pakistan — White Theme Stylesheet
   ============================================ */

/* ---------- Reset & Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  background: #f5f6fa;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

a {
  color: #1a6fdf;
  text-decoration: none;
  transition: color .2s
}

a:hover {
  color: #0d4ea6
}

ul,
ol {
  padding-left: 1.4em
}

table {
  border-collapse: collapse;
  width: 100%
}

/* ---------- Typography ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: .5em
}

h1 {
  font-size: 2rem
}

h2 {
  font-size: 1.55rem;
  margin-top: 1.8rem
}

h3 {
  font-size: 1.2rem;
  margin-top: 1.2rem
}

h4 {
  font-size: 1.05rem
}

p {
  margin-bottom: 1em
}

.section-subtitle {
  color: #666;
  max-width: 720px;
  margin-bottom: 1.5em
}

/* ---------- Layout ---------- */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px
}

main {
  min-height: 60vh
}

section,
.content-section,
.policy-section {
  padding: 48px 24px
}

section:nth-child(even),
.content-section--alt,
.bg-alt {
  background: #fff
}

/* ---------- HEADER ---------- */
.site-header,
header.header,
header[class*="header"] {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #0d1b2a;
  border-bottom: none;
  transition: box-shadow .3s;
}

.site-header.scrolled,
header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15)
}

/* header inner */
.header-inner,
.header__inner,
nav.main-nav,
.site-header>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1140px;
  margin: 0 auto;
  gap: 12px;
}

nav.main-nav {
  padding: 10px 0
}

/* logo */
.site-logo img,
.logo img,
.header__logo img,
.footer-logo img {
  height: 38px;
  width: auto
}

/* nav links */
.nav-menu,
.nav-links,
.header__nav,
.header__menu,
.nav__list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu a,
.nav-links a,
.nav-links li a,
.header__nav a,
.nav__link {
  color: rgba(255, 255, 255, .8);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 500;
  transition: all .2s;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a.active,
.nav-links a:hover,
.nav-links a.active,
.nav__item--active .nav__link {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

/* nav CTA buttons */
.nav-actions,
.header-cta,
.nav-cta {
  display: flex;
  align-items: center;
  gap: 8px
}

.btn-signup,
.btn-primary.btn-signup,
a.btn-signup {
  background: #1a8cff;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: .88rem;
}

.btn-signup:hover {
  background: #0073e6
}

.btn-login,
.btn-outline.btn-login,
a.btn-login {
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff !important;
  padding: 7px 18px;
  border-radius: 6px;
  font-size: .88rem;
}

.btn-login:hover {
  border-color: #fff
}

/* hamburger */
.nav-toggle,
.mobile-menu-toggle,
.header__burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.nav-toggle span,
.hamburger,
.header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all .3s
}

.nav-toggle span+span,
.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin-top: 5px
}

.hamburger {
  position: relative;
  height: 2px
}

.hamburger::before {
  position: absolute;
  top: -6px;
  left: 0
}

.hamburger::after {
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0
}

.nav-toggle.active span:first-child {
  transform: rotate(45deg) translate(5px, 5px)
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0
}

.nav-toggle.active span:last-child {
  transform: rotate(-45deg) translate(5px, -5px)
}

@media(max-width:820px) {

  .nav-toggle,
  .mobile-menu-toggle,
  .header__burger {
    display: block
  }

  .nav-menu,
  .nav-links,
  .header__nav,
  .header__menu,
  .nav__list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d1b2a;
    flex-direction: column;
    padding: 80px 24px 24px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform .3s;
    z-index: 1000;
  }

  .nav-menu.nav-open,
  .nav-links.nav-open,
  .header__nav.nav-open {
    transform: translateX(0)
  }

  .nav-menu a,
  .nav-links a,
  .nav-links li a {
    padding: 14px 16px;
    font-size: 1.05rem;
    width: 100%
  }

  .nav-actions,
  .header-cta,
  .nav-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d1b2a;
    padding: 12px 20px;
    gap: 10px;
    justify-content: center;
    z-index: 1000;
    display: none;
  }

  .nav-menu.nav-open~.nav-actions,
  .nav-links.nav-open~.nav-actions {
    display: flex
  }
}

/* ---------- BREADCRUMBS ---------- */
.breadcrumb,
.breadcrumbs,
.breadcrumb-list,
.breadcrumbs__list {
  padding: 8px 0;
  font-size: .84rem;
  color: #888;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.breadcrumb ol,
.breadcrumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 4px;
  flex-wrap: wrap
}

.breadcrumb a,
.breadcrumbs a,
.breadcrumbs__item a {
  color: #1a6fdf
}

.breadcrumb li+li::before,
.breadcrumbs li+li::before,
.breadcrumbs__item+.breadcrumbs__item::before {
  content: '›';
  margin-right: 6px;
  color: #aaa
}

.breadcrumbs span {
  margin: 0 4px;
  color: #aaa
}

/* ---------- HERO ---------- */
.hero,
.hero-section,
.hero-pc {
  background: linear-gradient(135deg, #0d1b2a 0%, #1b3a5c 50%, #0d1b2a 100%);
  color: #fff;
  padding: 56px 20px 48px;
  position: relative;
  overflow: hidden;
}

.hero-section {
    border-radius: 10px;
  margin-bottom: 40px;
}

.hero::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 50%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(26, 140, 255, .12), transparent 70%);
  pointer-events: none
}

.hero .container,
.hero-section .container {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1
}

.hero-content,
.hero-text,
.hero__text {
  flex: 1
}

.hero h1,
.hero__title,
section.hero-section h1 {
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: .4em
}

.hero h1 span {
  color: #4db8ff
}

.hero-subtitle,
.hero__subtitle,
.hero .subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 1.4em;
  max-width: 560px;
  line-height: 1.6
}

.hero-subtitle strong {
  color: #fff
}

.hero-image,
.hero-app {
  flex: 0 0 380px;
  text-align: center
}

.hero-image img {
  max-width: 100%;
  border-radius: 12px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .3))
}

.hero-cta,
.hero-btns,
.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 1.2em
}

.hero-version {
  font-size: .85rem;
  color: rgba(255, 255, 255, .5);
  margin-top: 8px
}

@media(max-width:820px) {

  .hero .container,
  .hero-section .container {
    flex-direction: column;
    text-align: center
  }

  .hero h1,
  .hero__title {
    font-size: 1.55rem
  }

  .hero-image,
  .hero-app {
    flex: 0 0 auto;
    max-width: 280px;
    margin: 0 auto
  }

  .hero-cta,
  .hero-btns,
  .hero-buttons {
    justify-content: center
  }

  .hero-subtitle,
  .hero__subtitle {
    max-width: 100%
  }
}

/* ---------- BUTTONS ---------- */
.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: .92rem;
  transition: all .2s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn img {
  flex-shrink: 0
}

.btn-primary,
a.btn-primary,
.btn--primary {
  background: #1a8cff;
  color: #fff !important
}

.btn-primary:hover,
.btn--primary:hover {
  background: #0073e6;
  transform: translateY(-1px)
}

.btn-secondary,
a.btn-secondary {
  background: #fff;
  color: #1a8cff !important;
  border: 2px solid #1a8cff
}

.btn-secondary:hover {
  background: #f0f7ff
}

.btn-outline,
.btn--outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, .5)
}

.btn-outline:hover,
.btn--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08)
}

.btn-green {
  background: #0fad58;
  color: #fff
}

.btn-green:hover {
  background: #0c8e49
}

.btn-lg {
  padding: 13px 28px;
  font-size: 1rem
}

.btn-block {
  display: flex;
  width: 100%;
  justify-content: center
}

.btn-download {
  background: #1a8cff;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

/* ---------- CONTENT BLOCKS (white cards on grey bg) ---------- */
.specs-box,
.spec-box,
.app-info-box,
.info-table,
.download-card,
.bonus-card,
.payment-card,
.method-card,
.feature-card,
.card,
.info-card,
.guide-card,
.sport-card,
.support-card,
.doc-card,
.prepare-card,
.kyc-doc {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow .2s;
}

.specs-box:hover,
.spec-box:hover,
.card:hover,
.feature-card:hover,
.download-card:hover,
.payment-card:hover,
.info-card:hover,
.sport-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
}

/* ---------- SPEC / INFO BOX ---------- */
.app-specs,
.app-info-box {
  padding: 48px 24px;
}

.specs-box,
.spec-box {
  padding: 28px;
  margin: 0 auto
}

.specs-box h2,
.spec-box h3 {
  color: #1a8cff;
  margin-top: 0;
  font-size: 1.3rem;
  margin-bottom: 16px
}

.specs-grid,
.spec-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); */
  gap: 14px
}

.spec-item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 12px;
  background: #f8f9fb;
  border-radius: 8px;
  font-size: .9rem;
  align-items: baseline
}

.tablecontainer {
  overflow-x: hidden;
}

.spec-label,
.spec-item .label {
  color: #777;
  font-weight: 500;
  min-width: 110px;
  flex-shrink: 0
}

.spec-value,
.spec-item .value {
  color: #1a1a2e;
  font-weight: 600
}

.spec-item-wide {
  grid-column: 1/-1
}

.spec-note {
  font-size: .82rem;
  color: #888;
  margin-top: 12px
}

.stars,
.star-rating,
.rating-stars {
  color: #f5a623;
  font-size: 1rem;
  letter-spacing: 1px
}

.rating-widget {
  display: flex;
  align-items: center;
  gap: 8px
}

.rating-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1a2e
}

.rating-count {
  font-size: .82rem;
  color: #888
}

.spec-rating {
  display: flex;
  align-items: center;
  gap: 6px
}

.spec-cta {
  margin-top: 16px
}

.spec-header {
  margin-bottom: 16px
}

/* ---------- CARD GRIDS ---------- */
.card-grid,
.features-grid,
.cards,
.download-tabs,
.bonus-grid,
.payment-grid,
.sports-grid,
.guides-grid,
.info-grid,
.support-cards,
.prepare-grid,
.kyc-docs,
.limits-grid,
.download-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

/* .bonus-grid {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr))
}

.payment-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
} */

/* ---------- FEATURE CARDS ---------- */
.feature-card,
.card {
  padding: 24px
}

.feature-card h3,
.card h3,
.card__title {
  margin-top: 0;
  font-size: 1.1rem;
  color: #1a1a2e
}

.feature-icon,
.card-icon,
.card__icon,
.info-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1
}

.feature-card p,
.card p,
.card__text {
  font-size: .92rem;
  color: #555;
  margin-bottom: 0
}

/* ---------- DOWNLOAD CARDS ---------- */
.download-card {
  padding: 24px
}

.download-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px
}

.download-card-header img {
  flex-shrink: 0
}

.download-card-header h3 {
  margin: 0;
  font-size: 1.1rem
}

.download-steps,
.download-card ol {
  padding-left: 1.3em;
  margin-bottom: 16px
}

.download-steps li,
.download-card ol li {
  margin-bottom: 6px;
  font-size: .92rem;
  color: #555
}

.download-card .btn {
  margin-top: auto
}

/* ---------- BONUS CARDS ---------- */
.bonus-card {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #1a8cff
}

.bonus-card.bonus-sports {
  border-top-color: #0fad58
}

.bonus-card.bonus-casino {
  border-top-color: #f5a623
}

.bonus-card img {
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 200px
}

.bonus-card-content h3 {
  margin-top: 0;
  color: #1a1a2e
}

.bonus-amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0fad58;
  margin: .3em 0 .6em
}

.bonus-card ul,
.bonus-details {
  list-style: none;
  padding: 0
}

.bonus-card ul li,
.bonus-details li {
  padding: 5px 0 5px 20px;
  position: relative;
  font-size: .9rem;
  color: #555
}

.bonus-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0fad58;
  font-weight: 700
}

.bonus-details .row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  font-size: .9rem
}

.bonus-details .row:last-child {
  border: none
}

.bonus-badge {
  position: absolute;
  top: 12px;
  right: -28px;
  background: #ff4757;
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 32px;
  transform: rotate(45deg)
}

.wagering-info {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 14px;
  margin-top: 12px;
  font-size: .88rem;
  color: #555
}

/* ---------- PROMO CODE ---------- */
.promo-box,
.promo-widget,
.bonus-code,
.promo-code-large {
  background: #f0f7ff;
  border: 2px dashed #1a8cff;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0;
  flex-wrap: wrap;
}

.promo-code {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0fad58;
  letter-spacing: 1px;
  font-family: 'Courier New', monospace
}

.promo-label {
  font-size: .82rem;
  color: #888;
  display: block;
  margin-bottom: 2px
}

.copy-code {
  background: #1a8cff;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background .2s
}

.copy-code:hover {
  background: #0073e6
}

.copy-code.copied {
  background: #0fad58
}

/* ---------- PAYMENT CARDS ---------- */
.payment-card,
.method-card {
  text-align: center;
  padding: 20px
}

.payment-card img,
.method-card img {
  height: 40px;
  margin: 0 auto 10px;
  width: auto
}

.payment-card h3,
.method-card h3 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 6px
}

.payment-card p,
.method-card p {
  font-size: .85rem;
  color: #777;
  margin: 0
}

.payment-info {
  background: #f0f7ff;
  border-left: 4px solid #1a8cff;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-top: 16px;
  font-size: .9rem
}

.payment-info strong {
  color: #1a1a2e
}

.payment-badge {
  display: inline-block;
  background: #e8f4fd;
  color: #1a6fdf;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: .75rem;
  font-weight: 600
}

.payment-icons,
.footer-payment-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center
}

/* ---------- SPORT ITEMS ---------- */
.sportsbook,
.sportsbook-content {
  padding: 0
}

.sportsbook-content,
.casino-content {
  display: flex;
  gap: 32px;
  align-items: flex-start
}

.sportsbook-text,
.casino-text {
  flex: 1
}

.sportsbook-image,
.casino-image {
  flex: 0 0 320px;
  text-align: center
}

.sportsbook-image img,
.casino-image img {
  border-radius: 12px;
  max-width: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08)
}

.sports-list,
.sport-item {
  margin-bottom: 0
}

.sport-item {
  margin-bottom: 18px
}

.sport-item h3 {
  font-size: 1.05rem;
  color: #1a8cff;
  margin-bottom: 4px;
  margin-top: 0
}

.sport-item p {
  font-size: .9rem;
  color: #555;
  margin-bottom: 0
}

.sport-card {
  padding: 20px
}

.sport-card h3 {
  margin-top: 0;
  color: #1a8cff
}

.casino-features {
  list-style: none;
  padding: 0
}

.casino-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: .92rem
}

.casino-features li:last-child {
  border: none
}

.casino-features strong {
  color: #1a1a2e
}

@media(max-width:820px) {

  .sportsbook-content,
  .casino-content {
    flex-direction: column
  }

  .sportsbook-image,
  .casino-image {
    flex: auto;
    max-width: 300px;
    margin: 0 auto
  }
}

/* ---------- SCREENSHOTS ---------- */
.screenshots,
.screenshots-grid {
  padding: 0
}

.screenshots-grid,
.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0;
}

.screenshot-item {
  text-align: center
}

.screenshot-item img,
.screenshot-gallery img {
  border-radius: 12px;
  border: 1px solid #e2e6ed;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.screenshot-item figcaption {
  font-size: .82rem;
  color: #888;
  margin-top: 8px
}

@media(max-width:600px) {

  .screenshots-grid,
  .screenshot-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
}

/* ---------- STEPS ---------- */
.steps,
.steps-list {
  counter-reset: step;
  margin: 20px 0
}

.step {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  padding: 18px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e6ed;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #1a8cff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .92rem;
}

.step-number {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #1a8cff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .92rem;
}

.step-content {
  flex: 1
}

.step h4,
.step-content h4 {
  margin: 0 0 4px;
  color: #1a1a2e
}

.step p,
.step-content p {
  margin: 0;
  font-size: .9rem;
  color: #666
}

/* ---------- TABLES ---------- */
.table-wrap,
.table-responsive,
.comparison-table,
.troubleshoot-table,
.payment-table,
.info-table,
.spec-table,
.specs-table,
.cookie-table,
.withdrawal-limits {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 10px;
  border: 1px solid #e2e6ed;
  background: #fff;
}

table {
  min-width: 560px
}

th,
td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: .9rem
}

th {
  background: #f5f6fa;
  color: #1a1a2e;
  font-weight: 600;
  white-space: nowrap
}

tr:hover {
  background: #f8f9fb
}

/* ---------- INFO / CALLOUT BOX ---------- */
.info-box,
.info-box-tip,
.warning-box,
.download-note {
  background: #f0f7ff;
  border-left: 4px solid #1a8cff;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: .92rem;
}

.info-box.warning,
.info-box--warning,
.warning-box {
  border-left-color: #f5a623;
  background: #fffbf0
}

.info-box.success {
  border-left-color: #0fad58;
  background: #f0fdf4
}

.info-box.danger {
  border-left-color: #ff4757;
  background: #fff5f5
}

.info-box strong,
.info-box__title {
  color: #1a1a2e
}

.safety-notice {
  background: #fff5f5;
  border: 1px solid #ffcdd2;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0
}

.safety-notice__inner {
  display: flex;
  align-items: center;
  gap: 16px
}

.safety-notice__badge {
  flex-shrink: 0
}

.safety-notice__content {
  flex: 1;
  font-size: .92rem
}

/* ---------- FAQ ACCORDION ---------- */
.faq-section {
  padding: 48px 0
}

.faq-list {
  margin: 20px 0
}

.faq-item {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #1a1a2e;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .2s;
}

.faq-question h3 {
  font-size: 1rem;
  margin: 0;
  color: inherit;
  flex: 1
}

.faq-question:hover {
  background: #f8f9fb
}

.faq-toggle,
.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: #1a8cff;
  font-weight: 700;
  transition: transform .3s;
}

.faq-question::after {
  content: '';
  display: none
}

.faq-item.open .faq-toggle,
.faq-item.open .faq-icon {
  transform: rotate(45deg)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease
}

.faq-answer p {
  padding: 0 20px 18px;
  font-size: .92rem;
  color: #555;
  line-height: 1.7
}

.faq-answer-inner,
.faq-answer>div {
  padding: 0 20px 18px;
  font-size: .92rem;
  color: #555;
  line-height: 1.7
}

/* ---------- DOWNLOAD ROW ---------- */
.download-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 18px 0
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  padding: 12px 20px;
  transition: all .2s;
  min-width: 160px;
}

.download-btn:hover {
  border-color: #1a8cff;
  box-shadow: 0 2px 10px rgba(26, 140, 255, .12);
  color: #1a1a2e
}

.download-btn img {
  height: 28px;
  flex-shrink: 0
}

.dl-label {
  font-size: .72rem;
  color: #888;
  display: block
}

.dl-platform {
  font-size: .95rem;
  color: #1a1a2e;
  font-weight: 600
}

.download-widget {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  padding: 24px;
  margin: 20px 0
}

/* ---------- TOC SIDEBAR ---------- */
.content-wrap,
.content-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start
}

.main-content {
  flex: 1;
  min-width: 0
}

.sidebar,
.toc-widget {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 80px
}

.toc,
.toc-widget,
.sidebar-widget {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  padding: 18px;
}

.toc h4,
.toc-widget h4 {
  color: #1a8cff;
  margin: 0 0 10px;
  font-size: .92rem
}

.toc ul,
.toc-list,
.toc-widget ul {
  list-style: none;
  padding: 0
}

.toc li,
.toc-list li {
  margin-bottom: 3px
}

.toc a,
.toc-list a {
  color: #777;
  font-size: .84rem;
  padding: 5px 10px;
  display: block;
  border-left: 2px solid transparent;
  transition: all .2s;
  border-radius: 0 4px 4px 0;
}

.toc a:hover,
.toc a.active,
.toc-list a:hover {
  color: #1a8cff;
  border-left-color: #1a8cff;
  background: #f0f7ff
}

@media(max-width:1024px) {

  .sidebar,
  .toc-widget {
    display: none
  }

  .content-wrap,
  .content-wrapper {
    flex-direction: column
  }
}

/* ---------- TABS ---------- */
.tabs .tab-nav {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #e2e6ed;
  margin-bottom: 20px
}

.tab-btn {
  background: none;
  border: none;
  color: #888;
  padding: 10px 20px;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all .2s
}

.tab-btn.active,
.tab-btn:hover {
  color: #1a8cff;
  border-bottom-color: #1a8cff
}

.tab-content {
  display: none
}

.tab-content.active {
  display: block
}

/* ---------- BADGES ---------- */
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: .74rem;
  font-weight: 600
}

.badge-blue {
  background: #e8f4fd;
  color: #1a6fdf
}

.badge-green {
  background: #e8faf0;
  color: #0fad58
}

.badge-yellow {
  background: #fff8e6;
  color: #d4930e
}

/* ---------- QR CODE ---------- */
.qr-code-box,
.qr-code-wrapper {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  margin: 16px auto
}

.qr-code-box img {
  margin: 0 auto;
  max-width: 200px
}

.qr-caption {
  font-size: .82rem;
  color: #888;
  margin-top: 8px
}

/* ---------- ARTICLE CONTENT ---------- */
.article-content {
  line-height: 1.8
}

.article-content h2 {
  border-bottom: 2px solid #e2e6ed;
  padding-bottom: 8px
}

.article-content h3 {
  color: #1a6fdf
}

.article-content ul,
.article-content ol {
  margin-bottom: 1em
}

.article-content img {
  border-radius: 10px;
  margin: 16px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06)
}

/* ---------- FEATURE LIST ---------- */
.feature-list,
.info-list {
  list-style: none;
  padding: 0
}

.feature-list li,
.info-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #eee
}

.feature-list li::before,
.info-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0fad58;
  font-weight: 700
}

/* ---------- DEVICE / AUDIENCE LIST ---------- */
.device-list,
.audience-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0
}

.device-list li,
.audience-item {
  background: #f0f7ff;
  border: 1px solid #d4e6f9;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: .84rem;
  color: #1a6fdf;
}

/* ---------- GUIDE / APP LINKS ---------- */
.guide-links {
  margin: 20px 0
}

.guide-card,
.apps-section .card,
.doc-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 20px
}

.apps-section .card {
  flex-direction: column;
}

.guide-card img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px
}

.guide-card h3 {
  margin: 0;
  font-size: 1rem
}

.guide-card p {
  margin: 0;
  font-size: .85rem;
  color: #666
}

/* ---------- PARTNERSHIPS / AWARDS ---------- */
.partnerships-list,
.awards-list {
  list-style: none;
  padding: 0
}

.partnerships-list li,
.awards-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: .92rem
}

.partnerships-list li:last-child,
.awards-list li:last-child {
  border: none
}

/* ---------- BROWSER STEPS ---------- */
.browser-steps {
  margin: 16px 0
}

.browser-steps h4 {
  color: #1a6fdf;
  margin-bottom: 8px
}

.browser-steps ol {
  margin-bottom: 16px
}

/* ---------- LIMIT CARDS ---------- */
.limit-card {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  padding: 20px;
  text-align: center
}

.limit-amount {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a8cff;
  margin: 8px 0
}

.limit-verified {
  color: #0fad58;
  font-weight: 600
}

.last-updated {
  font-size: .82rem;
  color: #888;
  margin: 16px 0;
  font-style: italic
}

/* ---------- PAGE TITLE (subpages) ---------- */
.page-title {
  font-size: 1.8rem;
  color: #1a1a2e;
  margin-bottom: .4em
}

/* ---------- FOOTER ---------- */
.site-footer,
footer.footer,
footer[class*="footer"] {
  background: #0d1b2a;
  color: rgba(255, 255, 255, .7);
  margin-top: 0;
  padding: 48px 0 20px;
}

.footer-grid,
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px;
  margin-bottom: 28px;
}

.footer-inner,
.footer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px;
  margin-bottom: 28px;
}

.footer-col,
.footer__col {
  color: rgba(255, 255, 255, .7)
}

.footer-col h4,
.footer__col h4,
.footer__heading,
.footer__title {
  color: #fff;
  font-size: .92rem;
  margin-bottom: 12px;
}

.footer-col ul,
.footer__links {
  list-style: none;
  padding: 0
}

.footer-col li,
.footer__links li {
  margin-bottom: 5px
}

.footer-col a,
.footer__links a,
.footer__col a {
  color: rgba(255, 255, 255, .55);
  font-size: .85rem;
  transition: color .2s
}

.footer-col a:hover,
.footer__links a:hover {
  color: #fff
}

.footer-about p,
.footer__text {
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
  margin-top: 10px;
  line-height: 1.5
}

.footer-payments,
.footer-payment-icons,
.footer__payments {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px 0
}

.footer-payments img,
.footer-payment-icons img,
.footer__payments img {
  height: 28px;
  opacity: .6;
  transition: opacity .2s
}

.footer-payments img:hover,
.footer-payment-icons img:hover {
  opacity: 1
}

.footer-social,
.social-links,
.footer__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 8px 0
}

.footer__social {
  gap: 10px 25px;
}

.footer-social h4 {
  color: #fff;
  font-size: .88rem;
  margin-bottom: 8px
}

.footer-social a,
.social-links a,
.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .08);
  border-radius: 20px;
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  transition: all .2s;
}

.footer-social a:hover,
.social-links a:hover,
.footer__social a:hover {
  background: #1a8cff;
  color: #fff
}

.footer-disclaimer,
.footer__disclaimer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 20px;
  margin-top: 20px;
  font-size: .78rem;
  color: rgba(255, 255, 255, .4);
  line-height: 1.6;
}

.footer-disclaimer a,
.footer__disclaimer a {
  color: rgba(255, 255, 255, .5)
}

.footer-badges,
.footer__age {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}

.footer-badges img {
  height: 36px;
  opacity: .7
}

.footer-bottom,
.footer__bottom,
.footer__copy,
.footer__copyright {
  text-align: center;
  padding-top: 14px;
  font-size: .74rem;
  color: rgba(255, 255, 255, .3);
}

.footer-author {
  font-size: .78rem;
  color: rgba(255, 255, 255, .35);
  margin-top: 8px
}

.age-badge,
.footer__age .age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid #ff4757;
  border-radius: 50%;
  color: #ff4757;
  font-weight: 700;
  font-size: .82rem;
}

.footer__licence,
.footer__license {
  font-size: .78rem;
  color: rgba(255, 255, 255, .35);
  margin-top: 4px
}

/* ---------- BACK TO TOP ---------- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: #1a8cff;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible
}

.back-to-top:hover {
  background: #0073e6;
  transform: translateY(-2px)
}

/* ---------- COOKIE BANNER ---------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d1b2a;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 16px 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform .4s;
}

.cookie-banner.visible {
  transform: translateY(0)
}

.cookie-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.cookie-inner p {
  margin: 0;
  font-size: .84rem;
  color: rgba(255, 255, 255, .7)
}

.cookie-inner a {
  color: #4db8ff
}

.cookie-accept {
  background: #1a8cff;
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap
}

@media(max-width:600px) {
  .cookie-inner {
    flex-direction: column;
    text-align: center
  }
}

/* ---------- LOGO ICON (text-based logo fallback) ---------- */
.logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #1a8cff;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  margin-right: 4px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.15rem
}

.logo:hover {
  text-decoration: none !important;
  color: #fff !important
}

/* nav as direct anchors (privacy page) */
nav.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap
}

nav.nav>a {
  color: rgba(255, 255, 255, .8);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: .88rem;
  font-weight: 500;
  transition: all .2s
}

nav.nav>a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .12)
}

@media(max-width:820px) {
  nav.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d1b2a;
    flex-direction: column;
    padding: 80px 24px 24px;
    transform: translateX(100%);
    transition: transform .3s;
    z-index: 1000;
  }

  nav.nav.active {
    transform: translateX(0)
  }

  nav.nav>a {
    padding: 14px 16px;
    font-size: 1.05rem;
    width: 100%
  }
}

/* breadcrumbs / main-content at root (no container wrapper) */
body>.breadcrumbs,
body>.main-content,
.breadcrumbs:not(.container .breadcrumbs) {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

main.main-content {
  padding-bottom: 48px
}

/* ---------- PRINT ---------- */
@media print {

  .site-header,
  .site-footer,
  .back-to-top,
  .cookie-banner,
  .nav-toggle,
  .sidebar,
  .hero::after,
  header,
  footer {
    display: none !important
  }

  body {
    background: #fff;
    color: #000
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000
  }

  a {
    color: #000;
    text-decoration: underline
  }

  section {
    padding: 16px 0
  }

  .card,
  .spec-box,
  .specs-box,
  .bonus-card,
  .faq-item,
  .step,
  .feature-card,
  .download-card {
    border: 1px solid #ccc;
    box-shadow: none
  }
}