:root {
  --bg: #070707;
  --bg-soft: #101010;
  --panel: #151515;
  --panel-strong: #1c1a15;
  --text: #f7f1df;
  --muted: #b7ad93;
  --muted-2: #8f856d;
  --gold: #d7ad4f;
  --gold-soft: rgba(215, 173, 79, .14);
  --line: #2b2519;
  --danger: #ff7b7b;
  --success: #93d69b;
  --shadow: 0 24px 80px rgba(0, 0, 0, .36);
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(215, 173, 79, .12), transparent 30rem),
    linear-gradient(180deg, #090909 0%, #050505 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .46;
  background:
    linear-gradient(120deg, transparent 0 57%, rgba(215, 173, 79, .1) 57.15%, transparent 57.8%),
    linear-gradient(132deg, transparent 0 42%, rgba(215, 173, 79, .07) 42.2%, transparent 43%),
    linear-gradient(155deg, transparent 0 64%, rgba(255, 255, 255, .045) 64.2%, transparent 65%),
    repeating-linear-gradient(90deg, rgba(215, 173, 79, .04) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 96px);
  -webkit-mask-image: radial-gradient(circle at 50% 10%, #000 0, rgba(0, 0, 0, .9) 34%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 10%, #000 0, rgba(0, 0, 0, .9) 34%, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .22;
  background:
    linear-gradient(162deg, transparent 0 22%, rgba(215, 173, 79, .16) 22.15%, transparent 22.5%),
    linear-gradient(18deg, transparent 0 36%, rgba(215, 173, 79, .08) 36.1%, transparent 36.45%),
    linear-gradient(168deg, transparent 0 70%, rgba(255, 255, 255, .06) 70.1%, transparent 70.42%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 74%, transparent 100%);
}

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

.site-header,
.site-footer,
main {
  position: relative;
  z-index: 1;
}

main {
  flex: 1 0 auto;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(215, 173, 79, .16);
  background: rgba(7, 7, 7, .82);
  backdrop-filter: blur(16px);
}

.header-inner,
.section-shell,
.footer-inner,
.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 26px;
}

.brand small {
  font-size: 11px;
  letter-spacing: .42em;
  color: var(--gold);
  margin-left: 4px;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 46px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 10px 14px;
  color: var(--gold);
  border: 1px solid rgba(215, 173, 79, .42);
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gold);
}

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

.section-shell {
  position: relative;
  padding: 74px 0;
}

.panel-hero {
  padding-bottom: 32px;
}

.page-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px;
  background: rgba(21, 21, 21, .94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-card-wide {
  max-width: 920px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-title {
  margin: 0 0 12px;
  color: var(--text);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
}

.page-lead {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.75;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.action-card {
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.action-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.action-card p {
  color: var(--muted);
  line-height: 1.65;
}

.button,
.btn-brk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  color: #080808 !important;
  background: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none !important;
}

.button-ghost {
  color: var(--gold) !important;
  background: transparent !important;
}

.brk-form {
  display: grid;
  gap: 16px;
}

.brk-form label,
.form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}

.brk-form input:not([type=checkbox]),
.brk-form select,
.brk-form textarea,
.form-control,
.form-select {
  width: 100%;
  padding: 13px 14px;
  color: var(--text) !important;
  background: #0f0f0f !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  font: inherit;
}

.brk-form input:focus,
.brk-form select:focus,
.brk-form textarea:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .18rem rgba(215, 173, 79, .18) !important;
  border-color: rgba(215, 173, 79, .55) !important;
}

.form-check {
  color: var(--muted);
}

.form-check-input {
  background-color: #0f0f0f;
  border-color: var(--line);
}

.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

.field-error,
.text-danger {
  color: var(--danger) !important;
  font-size: 13px;
}

.front-alert,
.alert {
  margin-bottom: 16px;
  padding: 12px;
  color: var(--gold);
  background: rgba(215, 173, 79, .1) !important;
  border: 1px solid rgba(215, 173, 79, .3) !important;
  border-radius: 6px;
}

.alert-success {
  color: var(--success) !important;
  background: rgba(64, 160, 88, .12) !important;
  border-color: rgba(64, 160, 88, .35) !important;
}

.alert-danger {
  color: var(--danger) !important;
  background: rgba(160, 64, 64, .12) !important;
  border-color: rgba(160, 64, 64, .35) !important;
}

.payment-box {
  padding: 20px;
  margin: 8px 0 18px;
  background: linear-gradient(135deg, rgba(215, 173, 79, .1), transparent 38%), var(--panel-strong);
  border: 1px solid rgba(215, 173, 79, .25);
  border-radius: 8px;
}

.payment-box h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.payment-box p,
.payment-box li {
  color: var(--muted);
  line-height: 1.65;
}

.payment-box strong {
  color: var(--text);
}

.payment-box hr {
  border: 0;
  border-top: 1px solid rgba(215, 173, 79, .2);
  margin: 18px 0;
}

.telegram-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.telegram-name {
  font-weight: 800;
  color: var(--text);
}

.telegram-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #fff !important;
  background: #229ed9;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.modal-content {
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
}

.modal-header,
.modal-footer {
  border-color: var(--line);
}

.modal-body p {
  color: var(--muted);
  line-height: 1.75;
}

.btn-close {
  filter: invert(1);
}

.site-footer {
  flex: 0 0 auto;
  margin-top: auto;
  border-top: 1px solid var(--line);
  background: #050505;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 32px;
  padding: 54px 0 34px;
}

.footer-brand strong {
  color: var(--gold);
  font-size: 22px;
}

.footer-brand p,
.footer-column p {
  color: var(--muted);
  line-height: 1.7;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 8px;
  font-size: 15px;
  color: var(--text);
}

.footer-column a {
  color: var(--muted);
  font-size: 14px;
}

.footer-column a:hover {
  color: var(--gold);
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  color: var(--gold);
  background: rgba(215, 173, 79, .08);
  border: 1px solid rgba(215, 173, 79, .24);
  border-radius: 999px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: var(--muted-2);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

/* Sağ alt WhatsApp / Telegram butonları */
.floating-support {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10020;
  display: grid;
  gap: 12px;
}

.support-button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
  font-size: 0;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .14);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.support-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .54);
  filter: brightness(1.06);
}

.support-button::before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.support-whatsapp {
  background: #25d366;
}

.support-whatsapp::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='%23fff'%20d='M16.01%203.2c-7.06%200-12.8%205.64-12.8%2012.58%200%202.22.6%204.39%201.74%206.3L3.1%2028.8l6.94-1.8a12.96%2012.96%200%200%200%205.97%201.46c7.06%200%2012.8-5.64%2012.8-12.58S23.07%203.2%2016.01%203.2Zm0%202.25c5.8%200%2010.52%204.63%2010.52%2010.33s-4.72%2010.33-10.52%2010.33c-1.86%200-3.67-.48-5.26-1.38l-.38-.21-4.12%201.07%201.1-3.98-.25-.4a10.1%2010.1%200%200%201-1.61-5.43c0-5.7%204.72-10.33%2010.52-10.33Zm-4.12%204.62c-.22%200-.58.08-.89.42-.3.34-1.17%201.13-1.17%202.75s1.2%203.2%201.37%203.42c.17.22%202.33%203.68%205.74%205.01%202.84%201.11%203.42.89%204.04.83.62-.06%202.02-.81%202.31-1.59.29-.78.29-1.45.2-1.59-.08-.14-.31-.22-.65-.39-.34-.17-2.02-.98-2.33-1.09-.31-.11-.54-.17-.77.17-.22.34-.88%201.09-1.08%201.31-.2.22-.4.25-.74.08-.34-.17-1.43-.52-2.72-1.66-1-.88-1.68-1.97-1.88-2.3-.2-.34-.02-.52.15-.69.15-.15.34-.39.51-.59.17-.2.22-.34.34-.56.11-.22.06-.42-.03-.59-.09-.17-.77-1.82-1.06-2.49-.28-.65-.56-.56-.77-.57h-.57Z'/%3E%3C/svg%3E");
}

.support-telegram {
  background: #229ed9;
}

.support-telegram::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill='%23fff'%20d='M28.7%205.05c.43-.18.9.19.78.65L24.7%2025.1c-.12.5-.74.7-1.14.36l-6.35-5.26-3.07%202.96c-.34.33-.9.16-1-.3l-1.06-5.26-6.2-2.03c-.54-.18-.58-.94-.06-1.17L28.7%205.05Zm-5.75%204.26-9.24%207.46.72%203.54%201.36-2.76%207.16-8.24Z'/%3E%3C/svg%3E");
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    z-index: 10000;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding: 14px 20px 24px;
    background: linear-gradient(180deg, rgba(13, 13, 13, .99), rgba(7, 7, 7, .98));
    border-bottom: 1px solid rgba(215, 173, 79, .26);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .nav-toggle {
    display: block;
  }

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

  .action-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .section-shell,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .section-shell {
    padding: 54px 0;
  }

  .page-card {
    padding: 22px;
  }

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

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

  .floating-support {
    right: 14px;
    bottom: 14px;
  }

  .support-button {
    width: 50px;
    height: 50px;
  }

  .support-button::before {
    width: 25px;
    height: 25px;
  }
}

.disclaimer-link{
  color: var(--gold) !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.disclaimer-link:hover{
  color: var(--text) !important;
}

.disclaimer-check{
  margin-top: 18px;
}

.brk-modal{
  background: #090909 !important;
  border: 1px solid rgba(215,173,79,.28) !important;
}

.disclaimer-text h5{
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 18px;
}

.disclaimer-text p{
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

.disclaimer-section{
  max-width: 920px;
  margin: 36px auto 0;
  padding: 26px;
  background: rgba(21,21,21,.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.disclaimer-section h2{
  color: var(--gold);
  font-size: 20px;
  margin-bottom: 18px;
}

.disclaimer-section p{
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
}

.disclaimer-link-btn{
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--gold);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.brk-custom-modal{
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(0,0,0,.82);
  padding: 30px 14px;
}

.brk-custom-modal.active{
  display: flex;
  align-items: center;
  justify-content: center;
}

.brk-custom-modal-box{
  width: min(900px, 96vw);
  max-height: 88vh;
  background: #090909;
  border: 1px solid rgba(215,173,79,.35);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,.65);
  display: flex;
  flex-direction: column;
}

.brk-custom-modal-header,
.brk-custom-modal-footer{
  padding: 18px 22px;
  border-bottom: 1px solid rgba(215,173,79,.18);
}

.brk-custom-modal-footer{
  border-top: 1px solid rgba(215,173,79,.18);
  border-bottom: 0;
  text-align: right;
}

.brk-custom-modal-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brk-custom-modal-header h5{
  margin: 0;
  color: #e4b64f;
  font-weight: 800;
}

.brk-modal-close{
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.brk-custom-modal-body{
  padding: 22px;
  overflow-y: auto;
  color: #d8d0bd;
  line-height: 1.8;
}

.brk-custom-modal-body h4{
  color: #e4b64f;
  margin-bottom: 18px;
}

.brk-custom-modal-body p{
  color: #d8d0bd !important;
  margin-bottom: 16px;
}