:root {
  --bg: #100d0f;
  --panel: #191416;
  --panel-2: #21191c;
  --panel-3: #2b1e22;
  --line: rgba(255, 255, 255, 0.09);
  --muted: #aaa1a5;
  --text: #fff9fb;
  --red: #ff163d;
  --red-dark: #bb0d2b;
  --gold: #f6c85f;
  --green: #36d394;
  --sidebar: 0px;
  --radius: 20px;
  --shadow: 0 22px 65px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 22, 61, 0.09), transparent 26rem),
    radial-gradient(circle at 55% 40%, rgba(246, 200, 95, 0.04), transparent 32rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

button,
input {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  top: -70px;
  left: 16px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.brand {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  color: var(--red);
  font-size: 2.1rem;
  font-weight: 950;
  letter-spacing: -0.12em;
}

.brand span {
  position: relative;
  display: inline-block;
  letter-spacing: -0.04em;
}

.brand img {
  display: block;
  width: 210px;
  height: auto;
}

.brand span::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 51%;
  width: 10px;
  height: 10px;
  border: 4px solid var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.brand small {
  margin-left: 12px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.app-shell {
  min-height: 100vh;
  margin-left: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 10px 30px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 15, 19, 0.96);
  backdrop-filter: blur(18px);
}

.header-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 46px;
  color: var(--red);
  font-size: 1.4rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.header-brand span {
  position: relative;
}

.header-brand img {
  display: block;
  width: 135px;
  height: auto;
}

.header-brand span::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 52%;
  width: 8px;
  height: 8px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.header-brand small {
  margin-left: 10px;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.header-nav-link {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 52px;
  padding: 8px 13px;
  border: 1px solid #26252f;
  border-radius: 12px;
  color: #c7bec4;
  background: #19181d;
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.2s ease;
}

.header-nav-mark {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: #aaa3a7;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.header-nav-mark svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.header-nav-link:hover .header-nav-mark,
.header-nav-link.active .header-nav-mark {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.header-nav-link[data-nav="casino"] { order: 1; }
.header-nav-link[data-nav="bet"] { order: 2; }
.header-nav-link[data-nav="qeydiyyat"] { order: 3; }
.header-nav-link[data-nav="giris"] { order: 4; }
.header-nav-link[data-nav="yukle"] { order: 5; }
.header-nav-link[data-nav="promo"] { order: 6; }

.header-nav-link:hover,
.header-nav-link.active {
  color: #fff;
  border-color: rgba(255, 22, 61, 0.28);
  background: linear-gradient(135deg, #25141b, #1b1a20);
}

.header-nav-link.active {
  border-color: rgba(255, 22, 61, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 22, 61, 0.12), 0 6px 16px rgba(0, 0, 0, 0.16);
}

.promo-code {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  margin-left: auto;
  padding: 7px 13px;
  border: 1px dashed rgba(214, 154, 0, 0.88);
  border-radius: 13px;
  color: #8f8790;
  background: #17161a;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.promo-code > span:first-child {
  color: #817b83;
  letter-spacing: 0.02em;
}

.promo-code strong {
  color: #ffb900;
  font-size: 0.94rem;
  letter-spacing: 0.09em;
}

.promo-code:hover,
.promo-code:focus-visible {
  border-color: #ffbf19;
  background: rgba(82, 57, 8, 0.46);
  outline: none;
  transform: translateY(-1px);
}

.promo-code.copied {
  border-color: rgba(54, 211, 148, 0.85);
  background: rgba(22, 91, 65, 0.32);
}

.promo-copy-icon {
  position: relative;
  width: 16px;
  height: 16px;
  color: #ffb900;
}

.promo-copy-icon::before,
.promo-copy-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.promo-copy-icon::before {
  top: 1px;
  left: 1px;
}

.promo-copy-icon::after {
  right: 1px;
  bottom: 1px;
  background: rgba(47, 35, 12, 0.9);
}

.promo-code.copied .promo-copy-icon {
  color: var(--green);
}

.promo-code-mobile {
  display: none;
}

.promo-code-desktop {
  margin-right: 36px;
  margin-left: 36px;
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.header-actions .header-action {
  min-height: 54px;
  padding: 9px 18px;
  border-radius: 12px;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.header-login {
  border-color: #d69a00;
  color: #ffb900;
  background: transparent;
}

.header-login:hover {
  border-color: #ffb900;
  color: #ffca3d;
  background: rgba(214, 154, 0, 0.08);
}

.menu-toggle {
  display: none;
}

@media (max-width: 1550px) {
  .promo-code-desktop {
    margin-right: 20px;
    margin-left: 20px;
    padding-inline: 13px;
  }
}

@media (max-width: 1350px) {
  .topbar {
    gap: 10px;
    min-height: 88px;
    padding: 12px 18px;
  }

  .header-brand {
    min-height: 56px;
    font-size: 1.42rem;
  }

  .header-nav {
    gap: 8px;
  }

  .header-nav-link {
    gap: 7px;
    min-height: 56px;
    padding: 10px 11px;
    border-width: 1px;
    border-radius: 13px;
    font-size: 0.98rem;
  }

  .promo-code-desktop > span:first-child {
    display: none;
  }

  .promo-code-desktop {
    gap: 10px;
    min-height: 50px;
    margin-right: 14px;
    margin-left: 14px;
    padding-inline: 12px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .header-action {
    min-height: 58px;
    padding: 12px 16px;
    border-radius: 13px;
    font-size: 0.88rem;
  }
}

.btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 850;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn {
  background: linear-gradient(135deg, #ff1741, #f30032);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 22, 61, 0.24);
}

.btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px);
}

.btn:hover {
  background: linear-gradient(135deg, #ff3156, #ff0d3a);
}

.ghost-btn {
  border-color: rgba(255, 255, 255, 0.18);
  color: #ded6d8;
  background: rgba(255, 255, 255, 0.035);
}

.ghost-btn:hover {
  border-color: rgba(255, 22, 61, 0.45);
  color: #fff;
  background: rgba(255, 22, 61, 0.1);
}

.content {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 14px 0 112px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 33%, rgba(255, 188, 85, 0.28), transparent 18%),
    radial-gradient(circle at 75% 52%, rgba(255, 35, 68, 0.17), transparent 32%),
    linear-gradient(112deg, #14090c 0 50%, #481019 100%);
  box-shadow: var(--shadow);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  right: -95px;
  bottom: -120px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(246, 200, 95, 0.2);
  box-shadow:
    inset 0 0 80px rgba(246, 200, 95, 0.07),
    0 0 120px rgba(255, 22, 61, 0.08);
}

.hero::after {
  top: 52px;
  right: 22%;
  width: 16px;
  height: 16px;
  background: var(--gold);
  box-shadow:
    120px 28px 0 -3px var(--gold),
    235px 102px 0 2px rgba(246, 200, 95, 0.9),
    67px 188px 0 -4px var(--gold),
    280px 235px 0 -2px rgba(246, 200, 95, 0.8),
    -45px 118px 0 -5px #fff;
  filter: drop-shadow(0 0 10px var(--gold));
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(34px, 5vw, 78px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #f4d8df;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 14px var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 810px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.6vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero p {
  max-width: 640px;
  margin-bottom: 28px;
  color: #cdbfc4;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}























.hero-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #d8ccd0;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}



.hero:not(.hero-home)::after {
  display: none;
}

.hero-casino {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  border-radius: 30px 8px 30px 8px;
  background:
    radial-gradient(circle at 75% 45%, rgba(173, 83, 255, 0.24), transparent 28%),
    linear-gradient(120deg, #110d18 0 48%, #26102c 100%);
}

.hero-casino .hero-copy {
  padding-bottom: 12px;
}

.hero-casino .hero-copy h1 {
  max-width: 1120px;
}











.hero-bet {
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 370px;
  border-radius: 8px 32px 8px 32px;
  background:
    linear-gradient(90deg, rgba(12, 24, 20, 0.96), rgba(12, 41, 31, 0.84)),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(255, 255, 255, 0.025) 55px 56px);
}











.hero-qeydiyyat {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  min-height: 390px;
  border-radius: 34px 34px 8px 8px;
  background:
    linear-gradient(125deg, #251015 0 55%, #3d101b 100%);
}

.hero-qeydiyyat .hero-copy {
  padding-bottom: 16px;
  text-align: center;
}

.hero-qeydiyyat .hero-copy h1,
.hero-qeydiyyat .hero-copy p {
  margin-right: auto;
  margin-left: auto;
}











.hero-giris {
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 360px;
  border-radius: 8px 8px 34px 34px;
  background:
    radial-gradient(circle at 18% 50%, rgba(117, 137, 255, 0.2), transparent 28%),
    linear-gradient(110deg, #11131c, #18121a);
}

.hero-giris .hero-copy {
  order: 2;
}











.hero-yukle {
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 430px;
  border-radius: 24px 50px 24px 50px;
  background:
    radial-gradient(circle at 76% 48%, rgba(74, 183, 255, 0.24), transparent 25%),
    linear-gradient(115deg, #0d141b, #102637);
}

.hero-yukle .hero-copy {
  order: 2;
}











.hero-promo {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  min-height: 380px;
  border-style: dashed;
  border-color: rgba(246, 200, 95, 0.3);
  border-radius: 28px;
  background:
    radial-gradient(circle at 75% 50%, rgba(246, 200, 95, 0.2), transparent 25%),
    linear-gradient(118deg, #1b1010, #351b12);
}

.hero-promo .hero-copy {
  padding-bottom: 18px;
  text-align: center;
}

.hero-promo .hero-copy h1,
.hero-promo .hero-copy p {
  margin-right: auto;
  margin-left: auto;
}











.hero,
.hero-casino,
.hero-bet,
.hero-qeydiyyat,
.hero-giris,
.hero-yukle,
.hero-promo {
  display: block;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.hero::before,
.hero::after {
  display: none;
}

.hero .hero-copy {
  width: 100%;
  padding: clamp(26px, 3.2vw, 42px) clamp(4px, 2vw, 26px) clamp(20px, 2.2vw, 30px);
  text-align: left;
}

.hero .hero-copy h1,
.hero .hero-copy p {
  margin-right: 0;
  margin-left: 0;
}

.hero .hero-copy p {
  margin-bottom: 0;
}

.hero-home .hero-copy {
  border-bottom: 1px solid var(--line);
}

.hero-casino .hero-copy {
  max-width: 1260px;
  padding-left: clamp(24px, 5vw, 72px);
  border-left: 5px solid rgba(185, 113, 255, 0.72);
}

.hero-bet .hero-copy {
  max-width: 1180px;
  margin: 10px 0 0;
  padding-top: clamp(26px, 3.2vw, 42px);
  border-top: 1px solid rgba(84, 217, 154, 0.5);
  border-bottom: 1px solid rgba(84, 217, 154, 0.2);
}

.hero-qeydiyyat .hero-copy {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.hero-qeydiyyat .hero-copy h1,
.hero-qeydiyyat .hero-copy p {
  margin-right: auto;
  margin-left: auto;
}

.hero-giris .hero-copy {
  max-width: 1060px;
  margin-left: auto;
  padding-right: clamp(24px, 5vw, 72px);
  border-right: 5px solid rgba(117, 137, 255, 0.65);
}

.hero-yukle .hero-copy {
  max-width: 1120px;
  order: initial;
  border-bottom: 3px solid rgba(95, 216, 255, 0.44);
}

.hero-promo .hero-copy {
  max-width: 1120px;
  margin: 0 auto;
  border-bottom: 1px dashed rgba(246, 200, 95, 0.46);
  text-align: center;
}

.hero-promo .hero-copy h1,
.hero-promo .hero-copy p {
  margin-right: auto;
  margin-left: auto;
}









.section {
  margin-top: 56px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin-bottom: 5px;
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-head p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}



.article-card,
.faq-item{
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}













































.article-card{
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius);
}

.article-card h2 {
  font-size: clamp(1.5rem, 2.35vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.article-card h3 {
  margin-top: 30px;
}

.reference-cta {
  display: flex;
  justify-content: center;
  margin: 26px 0 32px;
}

.reference-cta .btn {
  min-width: 220px;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(255, 0, 51, 0.22);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 10px 36px 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
}

.article-meta strong {
  color: #fff;
}











.article-card p,
.article-card li {
  color: #c9bec2;
  overflow-wrap: anywhere;
}

.article-card ul,
.article-card ol {
  padding-left: 20px;
}

.table-scroll {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.table-wrap {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.article-card table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.018);
}

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

.article-card th {
  color: #fff;
  background: rgba(255, 22, 61, 0.1);
  font-size: 0.8rem;
  letter-spacing: 0.035em;
}

.article-card td {
  color: #c9bec2;
  font-size: 0.9rem;
}

.article-card tr:last-child td {
  border-bottom: 0;
}

.article-card a {
  color: #ff718b;
  text-decoration: underline;
  text-decoration-color: rgba(255, 113, 139, 0.38);
  text-underline-offset: 3px;
}

.article-card a:hover {
  color: #fff;
}

.article-card .btn,
.article-card .btn:hover {
  color: #fff;
  text-decoration: none;
  text-decoration-color: transparent;
}

.article-media {
  width: min(100%, 760px);
  margin: 30px 0 38px;
  margin-right: auto;
  margin-left: auto;
}

.article-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #0c0a0b;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.article-media figcaption {
  margin-top: 10px;
  color: #a9a2a7;
  font-size: 0.88rem;
  line-height: 1.5;
}

.article-media--portrait {
  width: min(100%, 400px);
}

.article-media--form {
  width: min(100%, 560px);
}

.article-media--wide {
  width: min(100%, 860px);
}

.article-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 820px);
  gap: 18px;
  margin: 30px 0 38px;
  margin-right: auto;
  margin-left: auto;
  align-items: start;
}

.article-media-grid .article-media {
  margin: 0;
}

.article-card li + li {
  margin-top: 9px;
}

.article-layout {
  display: grid;
  gap: 16px;
  align-items: start;
}







.article-card-home {
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 22, 61, 0.08), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.article-layout-casino {
  grid-template-columns: 190px minmax(0, 1fr);
}





.article-card-casino {
  border-radius: 8px 30px 8px 30px;
  border-color: rgba(185, 113, 255, 0.18);
  background: linear-gradient(145deg, rgba(117, 55, 145, 0.08), rgba(255, 255, 255, 0.012));
}

.article-layout-bet {
  grid-template-columns: minmax(0, 1fr) 190px;
}

.article-layout-bet .article-card {
  grid-column: 1;
  grid-row: 1;
}



.article-card-bet {
  border-left: 4px solid rgba(84, 217, 154, 0.65);
  border-radius: 8px 22px 22px 8px;
  background: linear-gradient(145deg, rgba(34, 92, 67, 0.09), rgba(255, 255, 255, 0.012));
}

.article-layout-qeydiyyat {
  gap: 12px;
}





.article-card-qeydiyyat {
  margin-left: clamp(0px, 5vw, 76px);
  border-radius: 30px 8px;
  background: linear-gradient(145deg, rgba(255, 22, 61, 0.065), rgba(255, 255, 255, 0.012));
}

.article-layout-giris {
  grid-template-columns: minmax(0, 1fr) 210px;
  max-width: 1180px;
  margin: 0 auto;
}



.article-card-giris {
  grid-column: 1;
  grid-row: 1;
  border-top: 3px solid rgba(117, 137, 255, 0.58);
  border-radius: 22px 22px 10px 10px;
  background: linear-gradient(145deg, rgba(73, 83, 145, 0.08), rgba(255, 255, 255, 0.012));
}

.article-layout-yukle {
  grid-template-columns: 200px minmax(0, 1fr);
}



.article-card-yukle {
  border-radius: 34px 12px 34px 12px;
  background: linear-gradient(145deg, rgba(37, 125, 171, 0.08), rgba(255, 255, 255, 0.012));
}

.article-layout-promo {
  grid-template-columns: minmax(0, 1fr) 230px;
}





.article-card-promo {
  grid-column: 1;
  grid-row: 1;
  border: 1px dashed rgba(246, 200, 95, 0.26);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(112, 70, 17, 0.08), rgba(255, 255, 255, 0.012));
}

.article-layout,
.article-layout-home,
.article-layout-casino,
.article-layout-bet,
.article-layout-qeydiyyat,
.article-layout-giris,
.article-layout-yukle,
.article-layout-promo {
  display: block;
  max-width: none;
  margin: 0;
}

.article-card-home {
  max-width: 1240px;
}

.article-card-casino {
  max-width: 1280px;
  padding-right: clamp(10px, 2vw, 28px);
  padding-left: clamp(10px, 2vw, 28px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-card-casino > h2 {
  padding-top: 26px;
  border-top: 1px solid rgba(185, 113, 255, 0.28);
}

.article-card-bet {
  max-width: 1180px;
  margin-right: auto;
  border-left: 5px solid rgba(84, 217, 154, 0.65);
}

.article-card-qeydiyyat {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 4px solid rgba(255, 22, 61, 0.64);
}

.article-card-qeydiyyat > ol,
.article-card-giris > ol,
.article-card-yukle > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-left: 0;
  list-style-position: inside;
}

.article-card-qeydiyyat > ol > li,
.article-card-giris > ol > li,
.article-card-yukle > ol > li {
  margin: 0;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.022);
}

.article-card-giris {
  max-width: 1000px;
  margin-left: auto;
  border-top: 0;
  border-right: 0;
  border-radius: 22px 8px 8px 22px;
}

.article-card-yukle {
  max-width: 1140px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-card-yukle > h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(95, 216, 255, 0.24);
}

.article-card-promo {
  max-width: 1120px;
  margin-left: auto;
  border-style: dashed;
}

.hero-casino .hero-copy,
.hero-bet .hero-copy,
.hero-qeydiyyat .hero-copy,
.hero-giris .hero-copy,
.hero-yukle .hero-copy,
.hero-promo .hero-copy,
.article-card-home,
.article-card-casino,
.article-card-bet,
.article-card-qeydiyyat,
.article-card-giris,
.article-card-yukle,
.article-card-promo {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-right: 0;
  margin-left: 0;
}

.hero-home .hero-copy,
.hero-casino .hero-copy,
.hero-bet .hero-copy,
.hero-qeydiyyat .hero-copy,
.hero-giris .hero-copy,
.hero-yukle .hero-copy,
.hero-promo .hero-copy {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 32px 36px 26px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-align: left;
}

.hero-home .hero-copy h1,
.hero-home .hero-copy p,
.hero-casino .hero-copy h1,
.hero-casino .hero-copy p,
.hero-bet .hero-copy h1,
.hero-bet .hero-copy p,
.hero-qeydiyyat .hero-copy h1,
.hero-qeydiyyat .hero-copy p,
.hero-giris .hero-copy h1,
.hero-giris .hero-copy p,
.hero-yukle .hero-copy h1,
.hero-yukle .hero-copy p,
.hero-promo .hero-copy h1,
.hero-promo .hero-copy p {
  margin-right: 0;
  margin-left: 0;
}

.article-section {
  margin-top: 22px;
}







































.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border-radius: 15px;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 21px;
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--red);
  font-size: 1.2rem;
}

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

.faq-item p {
  margin: 0;
  padding: 0 21px 19px;
  color: var(--muted);
}

.footer {
  position: relative;
  padding: 42px 0 54px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 10% 35%, rgba(255, 18, 69, 0.08), transparent 30%),
    radial-gradient(circle at 88% 15%, rgba(246, 200, 95, 0.06), transparent 26%);
}

.footer-shell {
  overflow: hidden;
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(31, 22, 27, 0.92), rgba(17, 16, 20, 0.96) 56%, rgba(25, 18, 21, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) minmax(180px, 0.75fr) minmax(180px, 0.75fr);
  gap: clamp(30px, 6vw, 96px);
  padding: 38px 42px 34px;
}

.footer p,
.footer a {
  color: var(--muted);
}

.footer-about p {
  max-width: 540px;
  margin: 20px 0 0;
  line-height: 1.65;
}

.footer-identity {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-identity > div {
  display: grid;
  gap: 4px;
}

.footer-identity > div strong {
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: 0.06em;
}

.footer-identity > div span {
  color: #8f8589;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin: 7px 0;
}

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

.footer .brand {
  min-height: auto;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  font-size: 1.7rem;
}

.footer .footer-brand-icon {
  display: grid;
  place-items: center;
  width: max-content;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(255, 18, 69, 0.32);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 26px rgba(255, 18, 69, 0.08), 0 12px 32px rgba(0, 0, 0, 0.24);
}

.footer .footer-brand-icon img {
  width: 68px;
  height: 68px;
  border-radius: 13px;
  object-fit: contain;
}

.footer-column {
  align-self: start;
}

.footer-column > strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column > strong::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.footer-column a {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 3px 0;
  padding: 7px 30px 7px 0;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-column a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 8px;
  color: rgba(246, 200, 95, 0.72);
  transform: translateY(-50%);
  opacity: 0;
  transition: right 0.18s ease, opacity 0.18s ease;
}

.footer-column a:hover {
  transform: translateX(4px);
}

.footer-column a:hover::after {
  right: 2px;
  opacity: 1;
}

.footer-trust {
  display: grid;
  gap: 18px;
  padding: 22px 42px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 12% 0, rgba(255, 18, 69, 0.07), transparent 28%),
    rgba(0, 0, 0, 0.1);
}

.footer-trust-group {
  min-width: 0;
}

.footer-trust-title {
  margin: 0 0 10px;
  color: #8f8589;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-logo-row.payments {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.footer-logo-row li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 58px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.18s ease, background 0.18s ease;
}

.footer-logo-row img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 36px;
  object-fit: contain;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 0.18s ease;
}

.footer-logo-row.payments img {
  max-height: 34px;
}

.footer-logo-row li:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.footer-logo-row li:hover img {
  opacity: 0.96;
}

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

.footer-trust-group > p:last-child {
  margin: 8px 0 0;
  color: #776e72;
  font-size: 0.72rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 10px 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #776e72;
  background: rgba(0, 0, 0, 0.16);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.footer-bottom a {
  margin: 0 0 0 auto;
  color: #a89ea2;
}

.footer-age {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #bdb3b7;
  font-weight: 800;
}



.toast {
  position: fixed;
  right: 24px;
  bottom: 78px;
  z-index: 120;
  max-width: 360px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  color: #fff;
  background: #251b1e;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: 0.22s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --sidebar: 0px;
  }

  .content {
    width: min(100% - 34px, 1180px);
  }

  

  .topbar {
    gap: 10px;
    min-height: 88px;
    padding-inline: 18px;
  }

  .header-nav-link {
    gap: 7px;
    min-height: 56px;
    padding: 10px 12px;
    border-width: 1px;
    border-radius: 13px;
    font-size: 0.94rem;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .header-action {
    min-height: 56px;
    padding-inline: 16px;
    font-size: 0.9rem;
  }

  .promo-code-desktop {
    display: none;
  }
}

@media (max-width: 980px) {
  :root {
    --sidebar: 0px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .app-shell {
    margin-left: 0;
  }

  .topbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 6px;
    min-height: 112px;
    padding: 9px 15px 8px;
  }

  .header-brand {
    grid-column: 1;
    grid-row: 1;
    width: max-content;
    min-height: 48px;
    font-size: 1.55rem;
  }

  .header-brand img {
    width: 112px;
  }

  .header-brand small {
    display: none;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
    justify-self: end;
    gap: 6px;
  }

  .header-actions .header-action {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 0.78rem;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    font-size: 1.2rem;
  }

  .header-nav {
    position: fixed;
    top: 122px;
    right: 12px;
    left: 12px;
    z-index: 95;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-height: calc(100vh - 138px);
    margin: 0;
    padding: 12px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(20, 15, 17, 0.98);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  body.menu-open .header-nav {
    display: grid;
  }

  .header-nav-link {
    justify-content: flex-start;
    min-height: 50px;
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.035);
  }

  .header-nav .promo-code-mobile {
    display: none;
  }

  .promo-code-desktop {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 5px 14px;
    border-radius: 10px;
  }

  .promo-code-desktop > span:first-child {
    display: inline;
  }

  .content {
    width: min(100% - 24px, 760px);
    padding-top: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero .hero-copy {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .article-meta {
    margin-right: 16px;
    margin-left: 16px;
  }

  .hero-kicker {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  

  

  

  .footer-inner{
    grid-template-columns: 1fr;
  }

  .footer-shell {
    width: calc(100% - 24px);
    border-radius: 20px;
  }

  .footer-inner {
    gap: 26px;
    padding: 28px 24px;
  }

  .footer-bottom {
    padding: 10px 24px;
  }

  .footer-trust {
    gap: 14px;
    padding: 16px 14px 18px;
  }

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

  .footer-logo-row li {
    min-height: 36px;
    padding: 4px 6px;
    border-radius: 8px;
  }

  .footer-logo-row img {
    max-height: 22px;
  }

  .footer-logo-row.payments img {
    max-height: 20px;
  }

  

  

  

}

@media (max-width: 360px) {
  .header-brand {
    font-size: 1.35rem;
  }

  .header-brand img {
    width: 100px;
  }

  .header-brand small {
    display: none;
  }

  .header-actions {
    gap: 4px;
  }

  .header-actions .header-action {
    padding-inline: 8px;
    font-size: 0.72rem;
  }
}

@media (max-width: 980px) {
  

  .hero-giris .hero-copy,
.hero-yukle .hero-copy{
    order: initial;
  }

  

  

  

  

  .article-layout-casino,
  .article-layout-bet,
  .article-layout-giris,
  .article-layout-yukle,
  .article-layout-promo {
    grid-template-columns: 1fr;
  }

  .article-layout-bet .article-card,
.article-card-giris,
.article-card-promo{
    grid-column: auto;
    grid-row: auto;
  }

  

  .article-card-qeydiyyat {
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  h1 {
    font-size: 2.1rem;
  }

  .hero .hero-copy {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .article-meta {
    margin-right: 12px;
    margin-left: 12px;
  }

  .table-compact-mobile table {
    min-width: 520px;
  }

  .table-compact-mobile th,
  .table-compact-mobile td {
    padding: 12px 13px;
  }

  

  

  

  

  .article-card-qeydiyyat > ol,
  .article-card-giris > ol,
  .article-card-yukle > ol {
    grid-template-columns: 1fr;
  }

  .article-media,
  .article-media-grid {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 30px;
  }

  .article-media-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-media img {
    border-radius: 12px;
  }

  

  

  .section {
    margin-top: 42px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  

  .footer-identity {
    gap: 14px;
  }

  .footer .footer-brand-icon {
    padding: 7px;
    border-radius: 17px;
  }

  .footer .footer-brand-icon img {
    width: 58px;
    height: 58px;
    border-radius: 11px;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
}

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