* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

a {
    color: white;
}

.cta-button { background: #ff2400; color: white; padding: 8px 16px; border-radius: 5px; text-decoration: none; display: inline-block; }

#giris .cta-button, #pinco-kayit .cta-button, #bonuslar .cta-button  {
  align-self: center;
  text-align: center;
  font-weight: bold;
}

#giris .mirror {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#indir .cta-button {
  width: 20%;
  text-align: center;
  font-weight: bold;
}

#indir img {
    height: 300px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 8px;
}

/* Шапка */
.header {
    background-color: #333;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

h1, h2, h3 {
    margin: 20px 0;
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}


.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Меню */
.nav {
    display: flex;
    gap: 20px;
}


body {
    box-sizing: border-box;
    margin: 0;
    font-family: Roboto, sans-serif;
    background-color: #0f1d1e;
    color: #fff;
}

.header {
    background: linear-gradient(90deg, #112527, #1b4143);
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}

.header:hover {
    background: linear-gradient(90deg, #1b4143, #112527);
}

 .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

 .nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

 .nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

 .nav a:hover {
    background-color: #ff2400;
    color: #fff;
    transform: scale(1.1);
}

 .red-button {
    background-color: #ff2400;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
}


 .red-button:hover {
    background-color: #c0392b;
    transform: scale(1.1);
}

 .nav .icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

 .nav .icon i {
    font-size: 1.2rem;
}

.nav.active {
    display: flex;
}

.burger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-header {
    display: none;
}

/* Мобильное меню */
.mobile-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #112527;
    padding: 8px 0;
}

.mobile-nav a {
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.mobile-nav.active {
    display: flex;
}


.sidebar {
    width: 240px;
    background-color: #112527;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 80px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #1d3536;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar ul li:hover {
    background-color: #1b4143;
}

.sidebar ul li a {
    color: #fff;
    text-decoration: none;
}


/* Основной контент */
.main {
    margin-left: 240px;
    padding: 40px;
    padding-top: 100px;
}

.highlight {
color: #FF5733;
font-weight: bold;
/* Дополнительные стили */
}
h2 .highlight {
color: #FF2400;
font-weight: bold;
}
p .highlight {
color: #FF2400;
font-weight: bold;
}

.promo-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
}

.promo {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #182f30;
    border-radius: 10px;
    padding: 20px;
    width: 48%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.promo .content {
    z-index: 2;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promo img {
    position: absolute;
    height: 70%;
bottom: 0;
    right: -1px;
    z-index: 1;
}

.promo h2 .highlight {
color: #FFD700; /* Золотой цвет */
font-family: 'Montserrat', sans-serif; /* Новый шрифт */
font-weight: 700; /* Жирный стиль */
font-size: 40px;
}

.promo:nth-child(2) h2 .highlight {
font-size: 24px;
}

.promo h2 {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 24px;
}

.promo:nth-child(2) h2 {
    font-size: 1.5rem;
}

.promo p {
    font-size: 1rem;
    margin-bottom: 24px;
}



/* Блок промокода */
.promo-box {
background: linear-gradient(135deg, #1E3C72, #2A5298); /* Градиентный фон */
border: none;
border-radius: 12px;
padding: 40px 50px;
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
max-width: 500px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-box:hover {
transform: translateY(-5px);
box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

/* Заголовок */
.promo-title {
font-size: 28px;
color: #FFFFFF;
margin-bottom: 25px;
letter-spacing: 1px;
}

/* Инструкция */
.promo-instruction {
font-size: 16px;
color: #F0F0F0;
line-height: 1.6;
margin-bottom: 30px;
}

.promo-instruction .promocode {
font-weight: bold;
}

/* Контейнер с промокодом и кнопкой копирования */
.promo .copy-container {
display: inline-flex;
align-items: center;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 8px;
padding: 4px 8px;
margin-top: 8px;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.copy-container:hover {
background-color: rgba(255, 255, 255, 0.2);
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Стили для текста промокода */
.promo .copy-text {
font-size: 16px;
color: #FFFFFF;
letter-spacing: 1px;
user-select: all; /* Позволяет выделять текст */
margin-right: 12px;
}

/* Стили для кнопки копирования */
.promo .copy-button {
background-color: #ff2400;
border: none;
border-radius: 8px;
height: 40px;
color: #FFFFFF;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s ease, transform 0.2s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.promo .copy-button:hover {
background-color: #182f30;
transform: scale(1.05);
}

.promo .copy-button:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.5);
}


.promo button {
    background-color: #ff2400;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.promo button:hover {
    background-color: #c0392b;
}

.slots {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    width: 100%;
    margin: 20px 0;
}

.slot {
    width: 23%;
    height: 180px;
    position: relative;
    border-radius: 8px;
}

.slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.background-block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(128, 128, 128, 0.5);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.3s ease;
}

.slot:hover .background-block {
opacity: 1;
}

.btn-play,
.btn-demo {
margin: 10px 10px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
border: none;
border-radius: 4px;
transition: all 0.3s ease;
outline: none;
}

/* Стили для первой кнопки (Играть) */
.btn-play {
background-color: #ff2400; /* Основной цвет */
color: white;
animation: blink 2s infinite; /* Мигающий эффект */
}

/* Мигающий эффект для первой кнопки */
@keyframes blink {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}

/* Эффект наведения для первой кнопки */
.btn-play:hover {
background-color: #B01200; /* Немного темнее основной цвет */
transform: scale(1.1);
animation: none;
}

/* Стили для второй кнопки (Демо) */
.btn-demo {
background-color: transparent; /* Прозрачный фон */
color: white; /* Цвет текста соответствует первой кнопке */
border: 2px solid white; /* Граница */
}

/* Эффект наведения для второй кнопки */
.btn-demo:hover {
transform: scale(1.1); 
}

.section .features {
display: flex;
align-items: center;
}

.section .features img {
width: 40%;
margin: 20px;
}

.section .features > div {
width: 60%;
margin-right: 20px;
}


.seo-advantages {
    background: none;
    margin: 20px 0;
    border-radius: 10px;
}

.license-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    padding: 15px;
    background: #182f30;
    border-radius: 10px;
}

.bonus-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.bonus-step {
    padding: 20px;
    background: #182f30;
    border-radius: 8px;
    text-align: center;
}

.promo-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.promo-modal {
    position: relative;
    background: linear-gradient(45deg, #1b4143, #112527);
    color: white;
    padding: 40px;
    border-radius: 15px;
    max-width: 500px;
    margin: 10vh auto;
    animation: modalShow 0.3s ease;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    color: #ff2400;
}

.promo-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-content ul {
    width: 40%;
}

.promo-content ul li {
    margin: 10px 0;
}

#promoInput {
    width: 60%;
    padding: 15px;
    margin: 20px 0;
    border: 2px solid #ff2400;
    border-radius: 8px;
    background: #182f30;
    color: white;
}


.available-games {
    margin-top: 20px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.available-games > div {
    padding: 20px;
    background: #182f30;
    border-radius: 8px;
    text-align: center;
    width: 49%;
}

.available-games div.live-game {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 500px;
}

.available-games div.live-game > div {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.available-games div.live-game > div p {
    width: 80%;
}

.available-games .live-game img {
    width: 40%;
    height: 100%;
    object-fit: contain;
}

.available-games img {
    width: 100%;
}

section {
    padding: 20px;
    margin: 20px 0;
    background-color: #182f30;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #ff2400;
    color: white;
}
ul, ol {
    margin: 10px 0;
    padding-left: 20px;
}

/* @keyframes modalShow {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
} */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    color: black
}

.modal {
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin: 20vh auto;
    animation: modalShow 0.3s ease;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

@keyframes modalShow {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.seo-text {
    margin: 20px 0;
}

.footer {
        text-align: center;
    margin-top: 20px;
    margin-left: 280px;
background-color: #1d3536;
color: #ffffff;
padding: 40px 20px;
font-size: 14px;
text-align: center;
}

.footer-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
/* max-width: 1200px; */
margin: 0 auto;
}

.footer-column {
width: 30%;
min-width: 250px;
padding: 15px;
text-align: left;
}

.footer-column h3 {
color: #ff2400;
font-size: 18px;
margin-bottom: 10px;
}

.footer-column p {
line-height: 1.6;
}

.footer-column ul {
list-style: none;
padding: 0;
}

.footer-column ul li {
margin: 5px 0;
}

.footer-column ul li a {
color: white;
text-decoration: none;
transition: 0.3s;
}

.footer-column ul li a:hover {
text-decoration: underline;
}

.footer {
  background:#0f1d1e;
  color:#cde7e7;
  padding:40px 20px;
  margin-left: 240px;
}
.footer a {color:#fff;text-decoration:none}
.footer a:hover {text-decoration:underline}
.footer-container {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  max-width:1200px;
  margin:0 auto;
}
.footer-column h3 {margin-bottom:12px;font-size:1rem;color:#fff}
.footer-column ul {list-style:none;padding:0;margin:0}
.footer-column ul li {margin:6px 0}
.footer-icons .icons-list {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  list-style:none;
  padding:0;
  margin:0;
}
.footer-icons .icons-list li {
  background:#132526;
  border:1px solid #1e3a3c;
  border-radius:8px;
  padding:6px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.footer-icons img {
  height:28px;
  width:auto;
  object-fit:contain;
}
.footer-bottom {
  margin-top:30px;
  padding-top:14px;
  border-top:1px solid #1e3a3c;
  text-align:center;
  font-size:.85rem;
  color:#8aa;
}

/* Aşağı hissə */
.footer-bottom {
margin-top: 30px;
padding-top: 15px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
font-size: 13px;
}

.footer-bottom a {
color: #ff2400;
text-decoration: none;
transition: 0.3s;
}

.footer-bottom a:hover {
text-decoration: underline;
}

#uzman-yorumu img{
    object-fit: contain;
}

.hero img {
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
}

.media img {
    object-fit: contain;
    width: 100%;
}


@media(max-width:992px){
  .footer-container {grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .footer-container {grid-template-columns:1fr}
  .footer-icons .icons-list {gap:8px}
  .footer-icons img {height:22px}
}

@media (max-width: 1024px) {
.sidebar {
display: none;
}
}

/* Адаптивность */
@media (max-width: 768px) {
    .footer {
        margin-left: 0;
    }
    .nav {
        display: none;
    }

    #indir .cta-button {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

    h1 {
        margin-bottom: 20px;
    }
    .main {
        padding: 65px 0 0 0;
        margin: 20px;
    }

    .promo-section {
        flex-direction: column;
    }

    .promo-instruction .promocode {
        color: #ff2400;
        background: white;
        padding: 4px;
        border-radius: 4px;
    }

    .promo {
        display: flex;
        width: 100%;
        height: 500px;
        align-items: center;
        padding: 16px;
    }        

    .promo:nth-child(2) {
        height: 450px;
    }

    .promo:nth-child(2) img {
        top: 250px;
    }

    .promo .content {
        width: 100%;
    }

    .promo img {
        height: 250px;
        right: -20px;
    }

    .slots {
        gap: 16px;
    }

    .slot {
        height: 100px;
        width: 47%;
    }

    .sidebar {
    display: none;
    }

    .burger {
        display: block;
    }
    .mobile-header {
        display: flex;;
    }

    .seo-advantages {
        padding: 0;
    }

    .btn-demo {
        border: none;   
    }
    .btn-play,
    .btn-demo {
    padding: 10px 10px;
    margin: 0;
}

.section .features {
flex-direction: column-reverse;
}

.section .features > div {
width: 100%;
}

.section .features img { 
width: 100%;
}

.available-games > div {
width: 100%;
}

.available-games div.live-game {
flex-direction: column;
}

.available-games .live-game img {
width: 100%;
height: 50%;
}

.available-games div.live-game > div {
width: 100%;
}
}

.steps-screens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 16px 0 8px;
}

.steps-screen {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px;
  background: #0f172a; /* тёмный фон под твой общий тёмный стиль, при желании подгони */
}

.steps-screen img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.steps-screen figcaption {
  font-size: 0.9rem;
  margin-top: 6px;
  color: var(--muted);
}

.mirror-cta-inline {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.mirror-cta-inline .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

    .mirror-cta-inline .cta-date {
  font-size: 0.85rem;
  opacity: 0.8;
    }


    .author {
  margin: 40px 0;
}

.author-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.author-card img {
  border-radius: 999px;
  flex-shrink: 0;
  object-fit: cover;
}

.author-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.author-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
}

.author-role {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.author-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.author-meta li::before {
  content: "• ";
  opacity: 0.7;
}

@media (max-width: 640px) {
  .author-card {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Общий блок с кнопками */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0 8px;
}

/* Кнопка-ссылка слева */
.hero-cta .red-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.hero-cta .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  background: transparent;
  color: white;
  cursor: pointer;
  gap: 6px;
  white-space: nowrap;
}

.hero-cta .ghost-button i {
  font-size: 0.95em;
}

.hero-note {
  margin-top: 4px;
  margin-bottom: 24px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6b7280;
}

@media (max-width: 640px) {
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta .red-button,
  .hero-cta .ghost-button {
    width: 100%;
    justify-content: center;
  }
}


.cta-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #111;
  color: #fff;
  border-top: 2px solid #e42;
}

.cta-bar .wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  max-width: 1100px;
  margin: 0 auto;
}

.cta-bar .left {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;              /* ВАЖНО: разрешаем перенос внутри левого блока */
}

.cta-bar .promo-label {
  font-size: 0.85rem;
  opacity: 0.85;
}

.cta-bar .code {
  display: flex;
  flex-wrap: wrap;              /* Можно переносить подписи внутри чипа */
  gap: 6px;
  align-items: center;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 700;
}

.cta-bar .code small {
  opacity: 0.8;
  font-size: 0.75rem;
}

.cta-bar .copy {
  background: transparent;
  border: 1px solid #2a2a2a;
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 0.8rem;
  white-space: nowrap;
}

.cta-bar .main-btn {
  background: #e42;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

/* Мобильная адаптация */
@media (max-width: 640px) {
  .cta-bar .wrap {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }

  .cta-bar .left {
    justify-content: flex-start;
  }

  .cta-bar .main-btn {
    width: 100%;
    text-align: center;
  }
}

.breadcrumbs {
    margin-bottom: 24px;
}

/* Обёртка главного промоблока */
#promocode .promo-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 2rem;
}

#promocode .promo-main img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Бейдж с промокодом + кнопка копирования */
.copy-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px dashed #e42;
}

.copy-text {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: black;
}

.copy-button {
  border: none;
  background: #e42;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
}

.copy-button:hover {
  opacity: 0.95;
}

/* Кнопки под текстом */
.hero-cta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* если red-button уже есть — оставляем, это только на всякий случай */
.hero-cta .red-button {
  font-weight: 700;
}

/* Полупрозрачная кнопка-контур */
.ghost-button {
  border-radius: 999px;
  border: 1px solid #e42;
  background: transparent;
  color: #e42;
  padding: 7px 14px;
  font-size: 0.85rem;
  cursor: pointer;
}

.ghost-button:hover {
  background: rgba(228, 34, 34, 0.06);
}

/* Отступ от текста в hero-note */
.hero-note-copy .ghost-copy {
  margin-left: 8px;
}

/* Адаптация под мобилку */
@media (max-width: 900px) {
  #promocode .promo-main {
    grid-template-columns: 1fr;
  }

  #promocode .promo-main img {
    order: -1; /* картинка над текстом на маленьких экранах, если хочешь можно убрать */
  }

  .copy-container {
    width: 100%;
    justify-content: space-between;
  }
}


.author-box {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        margin-top: 1rem;
      }
      .author-box img {
        border-radius: 999px;
      }
      .author-text {
        max-width: 600px;
      }

            @media (max-width: 900px) {
        .author-box {
          flex-direction: column;
        }
      }


      .bonus-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0 32px; /* перенесли от таблицы сюда */
}

/* сама таблица */
.bonus-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 560px; /* чтобы колонки не ломались слишком узко */
}

.bonus-table th,
.bonus-table td {
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
  vertical-align: top;
}

.bonus-table th {
  background: #0f172a;
  color: #f9fafb;
  text-align: left;
}

.bonus-table a {
  text-decoration: none;
  color: #e42;
}

.bonus-table a:hover {
  text-decoration: underline;
}

.bonus-table small {
  color: #6b7280;
  font-size: 0.8em;
}

/* немного ужимаем на мобилке */
@media (max-width: 640px) {
  .bonus-table {
    font-size: 0.85rem;
  }

  .bonus-table th,
  .bonus-table td {
    padding: 6px 8px;
  }
}


.promo-main {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 24px 0 32px;
}

/* Левая текстовая часть */
.promo-main .content {
  flex: 1 1 0;
  min-width: 0; /* чтобы текст не выталкивал блок шире, чем нужно */
}

/* Картинка справа */
.promo-main img {
  flex: 0 0 auto;
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .promo-main {
    flex-direction: column-reverse; /* сначала текст, потом картинка */
  }

  .promo-main img {
    max-width: 100%;
  }
}

.copy-container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #0f172a;
  color: #f9fafb;
  margin: 12px 0 16px;
}


/* кнопка внутри hero-note */
.hero-note-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hero-note-copy .ghost-copy {
  border: 1px solid #e5e7eb;
  background: transparent;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
}

/* Чуть более аккуратно на мобиле */
@media (max-width: 640px) {
  .hero-note-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}