/* TipobetGiris release tb-r1: fresh asset names prevent stale browser/CDN assets. */
:root {
  color-scheme: dark;
  --bg: #020b07;
  --bg-soft: #06160f;
  --surface: rgba(7, 27, 17, 0.82);
  --surface-strong: #09251a;
  --surface-hover: rgba(9, 45, 27, 0.92);
  --line: rgba(56, 224, 127, 0.16);
  --line-strong: rgba(56, 224, 127, 0.34);
  --text: #f7fbff;
  --muted: #a9cbb5;
  --green: #19d36b;
  --green-deep: #0b9146;
  --green-soft: #8bf0b2;
  --gold: #e7c777;
  --danger: #ff7d8b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  min-width: 280px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% -10%, rgba(20, 168, 83, 0.16), transparent 30rem),
    radial-gradient(circle at 100% 18%, rgba(231, 199, 119, 0.07), transparent 32rem),
    linear-gradient(180deg, #020b07 0%, #06160f 48%, #020b07 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(101, 218, 145, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 218, 145, 0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

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

picture {
  display: block;
  max-width: 100%;
}

a {
  color: var(--green-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #fff;
}

.menu-svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  color: #071327;
  background: var(--gold);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}

.app-content {
  min-width: 0;
}

.app-sidebar,
.mobile-bottom-nav,
.drawer-head,
.nav-group-label,
.main-nav a.nav-mobile-only,
.menu-backdrop {
  display: none;
}

@media (min-width: 1180px) {
  .app-content {
    margin-left: 260px;
  }

  .site-header {
    display: none;
  }

  .app-sidebar {
    position: fixed;
    z-index: 1200;
    inset: 0 auto 0 0;
    display: block;
    width: 260px;
    border-right: 1px solid rgba(231, 199, 119, 0.17);
    background:
      radial-gradient(circle at 15% 8%, rgba(25, 211, 107, 0.16), transparent 16rem),
      linear-gradient(180deg, #05150d 0%, #010603 72%);
    box-shadow: 18px 0 70px rgba(0, 0, 0, 0.34);
  }

  .app-sidebar::after {
    position: absolute;
    inset: 0 0 0 auto;
    width: 2px;
    background: linear-gradient(180deg, transparent 3%, var(--green) 28%, rgba(231, 199, 119, 0.8) 64%, transparent 97%);
    box-shadow: 0 0 24px rgba(25, 211, 107, 0.42);
    content: "";
    opacity: 0.58;
  }

  .app-sidebar-inner {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    padding: 22px 15px 16px;
  }

  .rail-brand {
    display: block;
    width: 205px;
    margin: 0 auto 14px;
    padding: 4px 8px;
    text-decoration: none;
  }

  .rail-brand img {
    width: 100%;
    height: auto;
  }

  .rail-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 4px 14px;
    padding: 8px 10px;
    border: 1px solid rgba(25, 211, 107, 0.18);
    border-radius: 999px;
    color: #b8f1ca;
    background: rgba(25, 211, 107, 0.055);
    font-size: 0.68rem;
    font-weight: 820;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }

  .rail-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 13px var(--green);
  }

  .app-sidebar-scroll {
    min-height: 0;
    flex: 1;
    padding: 2px 2px 12px;
    overflow: auto;
    scrollbar-color: rgba(25, 211, 107, 0.34) transparent;
    scrollbar-width: thin;
  }

  .rail-group + .rail-group {
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
  }

  .rail-label {
    display: block;
    margin: 0 8px 8px;
    color: #687e98;
    font-size: 0.61rem;
    font-weight: 900;
    letter-spacing: 0.19em;
    text-transform: uppercase;
  }

  .rail-group nav {
    display: grid;
    gap: 5px;
  }

  .rail-link {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #d4e1ef;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
  }

  .rail-link:hover {
    border-color: rgba(25, 211, 107, 0.16);
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    transform: translateX(2px);
  }

  .rail-link[aria-current="page"] {
    border-color: rgba(25, 211, 107, 0.42);
    color: #fff;
    background: linear-gradient(110deg, rgba(25, 211, 107, 0.17), rgba(231, 199, 119, 0.065));
    box-shadow: inset 3px 0 0 var(--green), 0 12px 32px rgba(0, 0, 0, 0.18);
  }

  .rail-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(116, 235, 158, 0.18);
    border-radius: 10px;
    color: var(--green-soft);
    background: rgba(8, 38, 23, 0.82);
  }

  .rail-icon .menu-svg {
    width: 18px;
    height: 18px;
  }

  .rail-link[aria-current="page"] .rail-icon {
    border-color: rgba(231, 199, 119, 0.38);
    color: #062216;
    background: linear-gradient(145deg, var(--gold), var(--green));
  }

  .rail-link strong,
  .rail-link small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rail-link strong {
    font-size: 0.78rem;
  }

  .rail-link small {
    margin-top: 1px;
    color: #7388a3;
    font-size: 0.58rem;
  }

  .rail-action {
    margin-top: 8px;
    padding: 12px;
    border: 1px solid rgba(231, 199, 119, 0.22);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(231, 199, 119, 0.07), rgba(25, 211, 107, 0.07));
  }

  .rail-action span {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #9dafc5;
    font-size: 0.64rem;
    font-weight: 780;
  }

  .rail-action i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(25, 211, 107, 0.8);
  }

  .rail-action > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 11px;
    border-radius: 10px;
    color: #041a0f;
    background: linear-gradient(105deg, var(--green), #85f2b2);
    font-size: 0.76rem;
    font-weight: 920;
    text-decoration: none;
  }
}

.utility-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #8ea4bd;
  background: #010704;
  font-size: 0.79rem;
}

.utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.utility-links a {
  color: #aabdd2;
  text-decoration: none;
}

.utility-links a:hover {
  color: #fff;
}

.age-inline {
  color: #ff9ba6;
  font-weight: 900;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 14, 8, 0.9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}

.header-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  width: 226px;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

.main-nav a {
  padding: 10px 9px;
  border-radius: 10px;
  color: #dbe8f7;
  font-size: 0.86rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(25, 211, 107, 0.11);
}

.main-nav .nav-cta {
  margin-left: 5px;
  padding-inline: 15px;
  color: #03190e;
  background: var(--green);
  box-shadow: 0 8px 26px rgba(25, 211, 107, 0.22);
}

.main-nav .nav-cta:hover {
  color: #020b18;
  background: #6aeca0;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: #fff;
  background: rgba(6, 34, 21, 0.94);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease;
}

.menu-icon::before {
  transform: translateY(-7px);
}

.menu-icon::after {
  transform: translateY(5px);
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  transform: translateY(1px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  transform: translateY(-1px) rotate(-45deg);
}

.top-banner-wrap {
  padding: 18px 0 8px;
}

.top-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(61, 215, 116, 0.34);
  border-radius: 17px;
  background: #03160d;
  box-shadow: 0 20px 65px rgba(0, 91, 46, 0.22);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.top-banner:hover {
  border-color: rgba(61, 215, 116, 0.72);
  box-shadow: 0 24px 80px rgba(0, 132, 66, 0.3);
  transform: translateY(-2px);
}

.top-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 1;
  object-fit: cover;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 58px;
  text-align: center;
}

.page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, transparent, rgba(6, 34, 20, 0.42)),
    radial-gradient(circle at 50% 28%, rgba(25, 211, 107, 0.13), transparent 28rem);
  content: "";
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #849ab3;
  font-size: 0.84rem;
}

.breadcrumbs a {
  color: #a8bad0;
  text-decoration: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(88, 226, 139, 0.23);
  border-radius: 999px;
  color: var(--green-soft);
  background: rgba(20, 149, 71, 0.09);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(25, 211, 107, 0.1), 0 0 18px rgba(25, 211, 107, 0.7);
}

h1,
h2,
h3 {
  margin-top: 0;
  color: #fff;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 1020px;
  margin: 0 auto 22px;
  font-size: clamp(2.45rem, 6.5vw, 5rem);
  letter-spacing: -0.055em;
}

h1 .accent {
  color: var(--green);
  text-shadow: 0 0 34px rgba(25, 211, 107, 0.22);
}

.hero-lead {
  max-width: 800px;
  margin: 0 auto;
  color: #c3d3e4;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.button-primary {
  color: #03190e;
  background: linear-gradient(135deg, #1ad86b, #65ec9b);
  box-shadow: 0 13px 38px rgba(25, 211, 107, 0.2);
}

.button-primary:hover {
  color: #020b18;
}

.button-secondary {
  border-color: var(--line-strong);
  color: #effff4;
  background: rgba(255, 255, 255, 0.035);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 25px;
}

.meta-chip {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #9dafc5;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.8rem;
}

.section {
  padding: 72px 0;
}

.section-soft {
  border-block: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(6, 31, 18, 0.72);
}

.section-heading {
  max-width: 810px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 15px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(8, 38, 23, 0.86), rgba(4, 20, 12, 0.94));
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.card::after {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(25, 211, 107, 0.1);
  border-radius: 50%;
  content: "";
}

.card:hover {
  border-color: rgba(25, 211, 107, 0.45);
  background: linear-gradient(145deg, rgba(8, 48, 28, 0.9), rgba(4, 22, 13, 0.96));
  transform: translateY(-4px);
}

.card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0 auto 19px;
  border: 1px solid rgba(88, 226, 139, 0.2);
  border-radius: 13px;
  color: var(--green);
  background: rgba(25, 211, 107, 0.09);
  font-size: 0.82rem;
  font-weight: 950;
}

.card-icon .menu-svg {
  width: 21px;
  height: 21px;
}

.card h3 {
  margin-bottom: 11px;
  font-size: 1.16rem;
}

.card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.card-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--green-soft);
  font-weight: 850;
  text-decoration: none;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 960px;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
}

.fact {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(6, 33, 20, 0.92);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.fact strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.fact span {
  color: var(--muted);
  font-size: 0.88rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  align-items: center;
  gap: clamp(30px, 5vw, 66px);
}

.content-block {
  color: #cfdeed;
}

.content-block h2 {
  margin-bottom: 17px;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  text-align: center;
}

.content-block h3 {
  margin-top: 34px;
  text-align: center;
}

.content-block p {
  max-width: 74ch;
  margin-inline: auto;
}

.glass-panel {
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(8, 45, 28, 0.82), rgba(4, 20, 12, 0.94));
  box-shadow: var(--shadow);
}

.number-list,
.check-list {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.number-list li,
.check-list li {
  position: relative;
  padding: 14px 16px 14px 49px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 13px;
  color: #d4dfec;
  background: rgba(255, 255, 255, 0.025);
}

.number-list li {
  counter-increment: step;
}

.number-list li::before,
.check-list li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #03190e;
  background: var(--green);
  content: counter(step);
  font-size: 0.76rem;
  font-weight: 950;
}

.check-list li::before {
  content: "✓";
}

.notice {
  max-width: 820px;
  margin: 25px auto;
  padding: 18px 20px;
  border: 1px solid rgba(231, 199, 119, 0.28);
  border-left: 4px solid var(--gold);
  border-radius: 13px;
  color: #eadfbf;
  background: rgba(231, 199, 119, 0.065);
}

.notice strong {
  color: var(--gold);
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.promo-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  contain: layout paint;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: #fff;
  background: #071f14;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition: transform 170ms ease, border-color 170ms ease;
}

.promo-card:hover {
  border-color: rgba(25, 211, 107, 0.55);
  color: #fff;
  transform: translateY(-4px);
}

.promo-card img {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.promo-card.wide {
  grid-column: 1 / -1;
}

.promo-card.wide img {
  aspect-ratio: 8 / 5;
  object-fit: contain;
}

.promo-copy {
  display: block;
  min-width: 0;
  flex: 1;
  padding: 16px 17px 18px;
}

.promo-copy strong {
  display: block;
  margin-bottom: 4px;
}

.promo-copy small {
  color: var(--muted);
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 46px;
  padding-bottom: 76px;
}

.article-content {
  min-width: 0;
  color: #ccdaea;
}

.article-content > p,
.article-content > section > p,
.article-content > section > ul,
.article-content > section > ol,
.article-content > section > .notice,
.article-content > section > .table-wrap {
  max-width: 78ch;
  margin-right: auto;
  margin-left: auto;
}

.article-content > p:first-of-type {
  color: #e4edf7;
  font-size: 1.06rem;
}

.article-content h2 {
  margin: 52px auto 17px;
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  text-align: center;
}

.article-content h3 {
  margin: 32px auto 12px;
  font-size: 1.3rem;
  text-align: center;
}

.toc {
  max-width: 830px;
  margin: 0 auto 30px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 38, 22, 0.68);
}

.toc strong {
  display: block;
  margin-bottom: 9px;
  color: #fff;
}

.toc ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 22px;
}

.toc a {
  color: #c8f5d6;
  text-decoration: none;
}

.sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 15px;
}

.side-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(6, 34, 21, 0.84);
}

.side-card h2,
.side-card h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}

.side-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.91rem;
}

.side-links {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-links a {
  display: block;
  padding: 9px 10px;
  border-radius: 9px;
  color: #dbe9f7;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.88rem;
  font-weight: 730;
  text-decoration: none;
}

.side-links a:hover {
  background: rgba(25, 211, 107, 0.11);
}

.table-wrap {
  overflow-x: auto;
  margin-block: 26px;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(5, 26, 16, 0.76);
}

.data-table caption {
  padding: 15px 16px;
  color: #ecf7ff;
  background: rgba(25, 211, 107, 0.08);
  font-weight: 850;
  text-align: left;
}

.data-table th,
.data-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--green-soft);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-inline: auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(8, 40, 24, 0.68);
}

.faq-item summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--green);
  content: "+";
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-answer {
  padding: 0 20px 19px;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
}

.cta-section {
  padding: 68px 0;
}

.cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 20%, rgba(231, 199, 119, 0.09), transparent 18rem),
    linear-gradient(120deg, rgba(13, 92, 45, 0.65), rgba(6, 31, 18, 0.94) 58%);
  box-shadow: var(--shadow);
}

.cta-box h2 {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
}

.cta-box p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.site-footer {
  padding: 52px 0 28px;
  border-top: 1px solid var(--line);
  background: rgba(1, 9, 5, 0.97);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 36px;
}

.footer-brand img {
  width: 260px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 12px;
}

.footer-brand p {
  max-width: 34ch;
  margin: 0;
  color: #8da4be;
  font-size: 0.88rem;
}

.footer-col h2 {
  margin-bottom: 14px;
  font-size: 0.95rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #91a7c2;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-link-icon {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(116, 235, 158, 0.12);
  border-radius: 8px;
  color: var(--green-soft);
  background: rgba(25, 211, 107, 0.045);
}

.footer-link-icon .menu-svg {
  width: 14px;
  height: 14px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #7388a3;
  font-size: 0.81rem;
}

.age-mark {
  display: inline-grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 2px solid var(--danger);
  border-radius: 50%;
  color: #ff9aa5;
  font-weight: 950;
}

.not-found {
  display: grid;
  min-height: 66vh;
  place-items: center;
  padding: 80px 0;
  text-align: center;
}

.not-found-code {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 950;
  line-height: 0.9;
}

@media (max-width: 1179px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    z-index: 1500;
    inset: 0 auto 0 0;
    display: grid;
    width: min(88vw, 350px);
    max-width: calc(100vw - 34px);
    height: 100vh;
    height: 100dvh;
    align-content: start;
    align-items: stretch;
    justify-content: stretch;
    justify-items: stretch;
    direction: ltr;
    text-align: left;
    gap: 4px;
    padding: max(20px, env(safe-area-inset-top)) 18px max(32px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-right: 1px solid rgba(231, 199, 119, 0.2);
    background:
      radial-gradient(circle at 10% 5%, rgba(25, 211, 107, 0.16), transparent 18rem),
      rgba(2, 13, 8, 0.985);
    box-shadow: 32px 0 90px rgba(0, 0, 0, 0.62);
    transform: translateX(-105%);
    transition: transform 220ms ease, visibility 220ms;
    visibility: hidden;
  }

  .main-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 11px 12px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.025);
    text-align: left;
    direction: ltr;
  }

  .main-nav a > span:last-child {
    min-width: 0;
    text-align: left;
  }

  .main-nav a:hover,
  .main-nav a[aria-current="page"] {
    border-color: rgba(25, 211, 107, 0.3);
    background: rgba(25, 211, 107, 0.1);
  }

  .nav-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(116, 235, 158, 0.16);
    border-radius: 9px;
    color: var(--green-soft);
    background: rgba(25, 211, 107, 0.055);
  }

  .nav-icon .menu-svg {
    width: 17px;
    height: 17px;
  }

  .main-nav a[aria-current="page"] .nav-icon {
    border-color: rgba(231, 199, 119, 0.38);
    color: #061b36;
    background: linear-gradient(145deg, var(--gold), var(--green));
  }

  .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 13px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .main-nav .drawer-brand {
    display: inline-flex;
    width: 190px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .drawer-brand img {
    width: 100%;
    height: auto;
  }

  .drawer-close {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
  }

  .nav-group-label {
    display: block;
    margin: 12px 8px 4px;
    color: #6e829c;
    font-size: 0.63rem;
    font-weight: 920;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .main-nav a.nav-mobile-only {
    display: flex;
  }

  .main-nav .nav-cta {
    justify-content: center;
    margin: 15px 0 0;
    border-color: transparent;
    text-align: center;
  }

  .main-nav .nav-cta .nav-icon {
    border-color: rgba(4, 21, 45, 0.2);
    color: #041a0f;
    background: rgba(255, 255, 255, 0.28);
  }

  .menu-backdrop {
    position: fixed;
    z-index: 1400;
    inset: 0;
    display: block;
    padding: 0;
    border: 0;
    opacity: 0;
    background: rgba(0, 5, 14, 0.72);
    backdrop-filter: blur(5px);
    cursor: default;
    touch-action: none;
    transition: opacity 180ms ease, visibility 180ms;
    visibility: hidden;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 850;
    right: 10px;
    bottom: max(9px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 64px;
    padding: 6px;
    border: 1px solid rgba(116, 235, 158, 0.2);
    border-radius: 19px;
    background: rgba(3, 20, 12, 0.94);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(22px);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    margin: 2px;
    padding: 4px 2px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 13px;
    color: #8fa6c0;
    background: rgba(255, 255, 255, 0.022);
    cursor: pointer;
    font: inherit;
    text-decoration: none;
  }

  .mobile-bottom-nav a > span,
  .mobile-bottom-nav button > span:not(.sr-only) {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9px;
    color: #b9cae0;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.66rem;
    font-weight: 950;
  }

  .mobile-bottom-nav .menu-svg {
    width: 15px;
    height: 15px;
  }

  .mobile-bottom-nav small {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.68rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-bottom-nav a[aria-current="page"] {
    color: #fff;
    background: rgba(25, 211, 107, 0.1);
  }

  .mobile-bottom-nav a[aria-current="page"] > span {
    border-color: rgba(25, 211, 107, 0.35);
    color: #031b10;
    background: var(--green);
  }

  .mobile-bottom-nav .bottom-entry {
    margin: -16px 2px 1px;
    border-color: rgba(231, 199, 119, 0.45);
    color: #041a0f;
    background: linear-gradient(145deg, #f1d88f, var(--green));
    box-shadow: 0 10px 28px rgba(25, 211, 107, 0.28);
  }

  .mobile-bottom-nav .bottom-entry > span {
    width: 32px;
    height: 32px;
    border: 0;
    color: #041a0f;
    background: rgba(255, 255, 255, 0.34);
    font-size: 1rem;
  }

  .mobile-bottom-nav .bottom-entry .menu-svg {
    width: 18px;
    height: 18px;
  }

  .mobile-bottom-nav .bottom-entry small {
    font-size: 0.62rem;
    font-weight: 950;
  }

  .card-grid,
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer-brand > a {
    display: inline-flex;
  }

  .footer-brand img,
  .footer-brand p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 22px), var(--max));
  }

  .utility-inner {
    min-height: 32px;
  }

  .utility-inner > span:not(.age-inline) {
    display: none;
  }

  .utility-links {
    width: 100%;
    justify-content: space-between;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    width: 185px;
  }

  .top-banner-wrap {
    padding-top: 10px;
  }

  .top-banner {
    border-radius: 11px;
  }

  .top-banner img {
    min-height: 78px;
  }

  .page-hero {
    padding: 50px 0 46px;
  }

  h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }

  .card-grid,
  .card-grid.four,
  .sidebar {
    grid-template-columns: 1fr;
  }

  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .promo-card {
    border-radius: 14px;
  }

  .promo-copy {
    padding: 11px 11px 13px;
  }

  .promo-copy strong {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .promo-copy small {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .card {
    padding: 22px;
  }

  .glass-panel,
  .cta-box {
    padding: 22px;
  }

  .cta-box {
    grid-template-columns: 1fr;
  }

  .cta-box .button {
    width: 100%;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    text-align: center;
  }

  .footer-brand > a {
    display: inline-flex;
  }

  .footer-brand img {
    width: min(240px, 76vw);
    margin-right: auto;
    margin-left: auto;
  }

  .footer-brand p {
    max-width: 36ch;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .footer-col {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(116, 235, 158, 0.14);
    border-radius: 15px;
    background: rgba(6, 28, 17, 0.82);
  }

  .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .footer-col h2 {
    margin-bottom: 9px;
    font-size: 0.82rem;
  }

  .footer-links {
    gap: 6px;
  }

  .footer-col:last-child .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links a {
    display: flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 9px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .data-table th,
  .data-table td {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media print {
  .utility-bar,
  .site-header,
  .app-sidebar,
  .mobile-bottom-nav,
  .menu-backdrop,
  .top-banner-wrap,
  .sidebar,
  .cta-section,
  .site-footer {
    display: none;
  }

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

  a {
    color: #111;
  }
}
