.bonus-main{
    margin-top: 80px;
}
.breadcrumbs-wrap + .bonus-main,
.breadcrumbs-wrap ~ .bonus-main,
.breadcrumbs-wrap ~ section .bonus-main {
    margin-top: 0;
}
.bonus-main h1{
    color: #ffffff;
    font-size: 36px;
}
.bonus-main-cnt{
    margin-top: 25px;
}
.promo-list-label{
    color: #d2eeed;
    margin-bottom: 20px;
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
}
.bonus-main-flex{
    margin-top: 25px;
    gap: 20px;
    justify-content: center;
}
.bonus-main-box{
    width: 100%;
    background: #031717;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 0;
    position: relative;
    flex-grow: 1;
    max-width: 412px;
    min-height: 408px;
}
.bonus-main-photo{
    height: 160px;
    width: 100%;
    margin-top: -.75rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.promo-card-text{
    padding: 0 1rem;

}
.promo-card-title{
    color: #d2eeed;
    margin-bottom: .5rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
}
.promo-card-text p{
    color: #3b6f6d;
    text-align: center;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
}


.ui-promo-card-buttons{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding: 0 15px;
}

.button-only-icon{
    padding: .5rem;
    border-radius: 4px;
    border: 1px solid #3b6f6d;
    width: 40px;
    height: 40px;
}

.button-only-icon svg{
    width: 24px;
}
.button-only-icon svg circle{
    stroke: #3b6f6d;
}
.button-only-icon svg path{
    fill: #3b6f6d;

}

.ui-promo-card-buttons .btn {
    font-size: 15px;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.promotion-data{
    margin-top: 20px;
    margin-bottom: 15px;
}
.promo-timer p{
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #3b6f6d;
    margin-bottom: 5px;
}

.promo-timer {
    color: #c9f8f7;
    text-align: center;
}

.promo-timer__countdown {
    font-size: 24px;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.promo-timer__countdown span {
    display: inline-block;
    text-align: center;
    min-width: 40px;
}

.promo-timer small {
    font-size: 12px;
    color: #85a2a2;
}
.promo-timer__countdown small{
    margin-top: -1px;
    display: block;
}





.down-app h2,
.down-app h3,
.bonus-main h2,
.bonus-main h3{
    color: #ffffff;
}
.down-app{
    padding: 20px 0;
}
.down-app-fon{
    gap: 15px;
}
.down-app-fon h2{
    color: #ffffff;
    line-height: 1.3;
    font-size: 28px;
    text-align: center;
}
.down-app-fon p{
    color: #80858f;
    line-height: 1.2;
    font-size: 15px;
    text-align: center;
}
.buttons-gap{
    gap: 15px;
}

.features-fon{
    background: #000D14;
    padding: 40px;
    margin-top: 20px;
}
.features-fon h2,
.features-fon h3{
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    font-size: 28px;
}
.screenshots h3{
    text-align: center;
    line-height: 1.3;
    font-size: 22px;
    color: #ffffff;

}
.features{
    margin-top: 30px;
}
.feature{
    gap: 10px;
}
.feature img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 12px;
}
.feature p{
    text-align: center;
    line-height: 1.4;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
}
.screenshots{
    padding: 40px;
    background: #030C10;
}
.screenshots-slider{
    margin-top: 30px;
}
@media (min-width: 650px){
    .bonus-main-box {
        max-width: 358px;
    }
}
@media (min-width: 1020px){
    .bonus-main-box {
        max-width: 318px;
    }
    .features{
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
    .buttons-gap{
        flex-direction: row;
    }
}
@media (min-width: 1440px){
    .bonus-main-box {
        max-width: 310px;
    }

}

/* Hero subtitle */
.hero-subtitle {
    color: #80858f;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    max-width: 600px;
    margin-bottom: 10px;
}

/* Steps section */
.steps-section {
    margin-top: 40px;
    padding: 30px 0;
}
.steps-section h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.steps-grid {
    gap: 20px;
}
.step-card {
    background: #031717;
    border-radius: 12px;
    padding: 25px 20px;
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: center;
    gap: 10px;
}
.step-number {
    width: 48px;
    height: 48px;
    background: #ff2400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.step-number svg {
    width: 24px;
    height: 24px;
}
.step-card h3 {
    color: #d2eeed;
    font-size: 16px;
    font-weight: 600;
}
.step-card p {
    color: #3b6f6d;
    font-size: 14px;
    line-height: 1.4;
}

/* Info table */
.info-table-section {
    margin-top: 40px;
}
.info-table-section h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.info-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-collapse: collapse;
}
.info-table tr {
    border-bottom: 1px solid #0a2a28;
}
.info-table td {
    padding: 14px 16px;
    color: #d2eeed;
    font-size: 15px;
}
.info-table td:first-child {
    color: #3b6f6d;
    font-weight: 500;
    width: 45%;
}
.status-active {
    color: #04CFAA;
    font-weight: 600;
}

/* CTA block */
.cta-block {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Mirror status */
.mirror-status {
    gap: 8px;
    margin-bottom: 15px;
}
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #04CFAA;
    display: inline-block;
    animation: pulse-dot 1.5s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.status-text {
    color: #04CFAA;
    font-size: 14px;
    font-weight: 500;
}

/* Bonus highlight */
.bonus-highlight {
    margin: 10px 0 15px;
}
.bonus-amount {
    color: #ff2400;
    font-size: 32px;
    font-weight: 700;
}

/* Rating */
.rating-stars {
    gap: 10px;
    margin: 10px 0 15px;
}
.stars {
    color: #ffb800;
    font-size: 28px;
    letter-spacing: 2px;
}
.rating-value {
    color: #d2eeed;
    font-size: 20px;
    font-weight: 600;
}

/* Pros / Cons */
.pros-cons-section {
    margin-top: 40px;
}
.pros-cons-section h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.pros-cons {
    gap: 20px;
}
.pros-block, .cons-block {
    flex: 1;
    min-width: 280px;
    background: #031717;
    border-radius: 12px;
    padding: 25px;
}
.pros-block h3 {
    color: #04CFAA;
    font-size: 18px;
    margin-bottom: 15px;
}
.cons-block h3 {
    color: #ff2400;
    font-size: 18px;
    margin-bottom: 15px;
}
.pros-block ul, .cons-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pros-block li, .cons-block li {
    color: #d2eeed;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 0 8px 24px;
    position: relative;
    border-bottom: 1px solid #0a2a28;
}
.pros-block li:before {
    content: "+";
    position: absolute;
    left: 0;
    color: #04CFAA;
    font-weight: 700;
    font-size: 16px;
}
.cons-block li:before {
    content: "-";
    position: absolute;
    left: 0;
    color: #ff2400;
    font-weight: 700;
    font-size: 16px;
}

/* Game hero */
.game-hero-img {
    max-width: 400px;
    margin: 15px auto;
    border-radius: 12px;
    overflow: hidden;
}
.game-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Login hero */
.login-hero {
    padding: 20px 0 10px;
    gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .step-card {
        min-width: 100%;
        max-width: 100%;
    }
    .info-table td {
        padding: 10px 12px;
        font-size: 14px;
    }
    .bonus-amount {
        font-size: 26px;
    }
    .pros-block, .cons-block {
        min-width: 100%;
    }
}

/* ==========================================
   Registration page
   ========================================== */

/* Hero */
.reg-hero {
    padding: 20px 0 10px;
    text-align: center;
}
.reg-hero-content {
    gap: 15px;
}
.reg-bonus-badge {
    background: linear-gradient(135deg, #031717, #0a2a28);
    border: 1px solid #04CFAA;
    border-radius: 16px;
    padding: 20px 30px;
    text-align: center;
}
.reg-bonus-label {
    color: #3b6f6d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.reg-bonus-value {
    color: #ff2400;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
}
.reg-bonus-sub {
    color: #80858f;
    font-size: 13px;
    margin-top: 5px;
}
.btn-lg {
    padding: 14px 40px;
    font-size: 17px;
}
.reg-trust-line {
    display: flex;
    gap: 15px;
    color: #3b6f6d;
    font-size: 13px;
}
.reg-trust-line span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Registration methods */
.reg-methods-section {
    margin-top: 40px;
}
.reg-methods-section h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.reg-methods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.reg-method-card {
    background: #031717;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid transparent;
    transition: border-color 0.2s;
}
.reg-method-card:hover {
    border-color: #04CFAA;
}
.reg-method-icon {
    font-size: 32px;
    margin-bottom: 8px;
}
.reg-method-card h3 {
    color: #d2eeed;
    font-size: 16px;
    margin-bottom: 6px;
}
.reg-method-card p {
    color: #3b6f6d;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.reg-method-time {
    color: #04CFAA;
    font-size: 12px;
    font-weight: 600;
}

/* Visual steps */
.steps-visual {
    max-width: 600px;
    margin: 0 auto;
}
.step-visual-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.step-visual-content h3 {
    color: #d2eeed;
    font-size: 16px;
    margin-bottom: 6px;
}
.step-visual-content p {
    color: #3b6f6d;
    font-size: 14px;
    line-height: 1.4;
}
.step-connector {
    width: 2px;
    height: 20px;
    background: #0a2a28;
    margin-left: 23px;
}

/* Bonus breakdown cards */
.reg-bonus-breakdown {
    margin-top: 40px;
}
.reg-bonus-breakdown h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.bonus-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.bonus-card-mini {
    background: #031717;
    border-radius: 12px;
    padding: 20px 12px;
    text-align: center;
}
.bonus-card-icon {
    font-size: 28px;
    margin-bottom: 8px;
}
.bonus-card-value {
    color: #04CFAA;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}
.bonus-card-label {
    color: #3b6f6d;
    font-size: 12px;
    line-height: 1.3;
}

/* CTA sub */
.cta-sub {
    color: #3b6f6d;
    font-size: 13px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .reg-methods-grid {
        grid-template-columns: 1fr;
    }
    .bonus-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .reg-bonus-value {
        font-size: 28px;
    }
    .reg-trust-line {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ==========================================
   Author page
   ========================================== */
.author-page {
    padding: 20px 0;
}
.author-hero {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 30px;
    background: #031717;
    border-radius: 16px;
    border: 1px solid #0a2a28;
}
.author-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #04CFAA;
}
.author-hero-info {
    flex: 1;
}
.author-hero-info h1 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 5px;
}
.author-title {
    color: #04CFAA;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.author-stats {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}
.author-stat {
    display: flex;
    flex-direction: column;
}
.author-stat-value {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}
.author-stat-label {
    color: #3b6f6d;
    font-size: 12px;
}
.author-social {
    display: flex;
    gap: 10px;
}
.author-social-link {
    color: #3b6f6d;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 14px;
    border: 1px solid #0a2a28;
    border-radius: 6px;
    transition: 0.2s;
}
.author-social-link:hover {
    color: #04CFAA;
    border-color: #04CFAA;
}
.author-bio-section {
    margin-top: 40px;
}
.author-bio-section h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}
.author-bio-section p,
.author-bio-section li,
.author-page p,
.author-page li {
    color: #d2eeed;
    font-size: 15px;
    line-height: 1.6;
}
.author-page strong {
    color: #ffffff;
}
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.author-expertise h2 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 40px;
}
.expertise-item {
    background: #031717;
    border-radius: 12px;
    padding: 20px;
}
.expertise-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}
.expertise-item h3 {
    color: #d2eeed;
    font-size: 16px;
    margin-bottom: 8px;
}
.expertise-item p {
    color: #3b6f6d;
    font-size: 13px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .author-hero {
        flex-direction: column;
        text-align: center;
    }
    .author-stats {
        justify-content: center;
    }
    .author-social {
        justify-content: center;
    }
    .expertise-grid {
        grid-template-columns: 1fr;
    }
    .author-photo {
        width: 120px;
        height: 120px;
    }
}
