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

body {
    font-family: 'Montserrat', sans-serif;
    background: #0d0d11 url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zM22.343 0L13.857 8.485 15.272 9.9l7.9-7.9h-.83zm5.657 0L19.514 8.485 20.93 9.9 30.3 0h-2.3zM32 0L20.343 11.657 21.757 13.07 32 2.828V0zm2 0v2.828L43.243 13.07l1.414-1.414L34 0h-2zm5.657 0L48.343 8.485 46.93 9.9 39.03 2V0h.627zm5.657 0L54 8.485 52.586 9.9l-7.9-7.9h3.8zm5.657 0l7.07 7.07-1.414 1.415L50.344 0h2.83zM54.627 60L60 54.627l-2.828 2.83-6.485-6.486 1.414-1.414 7.9 7.9-1.414 1.414L60 60h-5.373zm-9.486-9.486l1.415 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm-9.485 0l1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm-9.486 0l1.415 1.414-7.9 7.9-1.414-1.414 7.9-7.9zM8.485 54.627L0 46.142 2.828 49.9l6.485 6.486-1.414 1.414-7.9-7.9 1.414-1.414L0 60h5.373l3.112-5.373zm9.486-9.486l-1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm9.485 0l-1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zm9.486 0l-1.414 1.414-7.9 7.9-1.414-1.414 7.9-7.9zM54.627 5.373L60 0v5.373l-3.112 3.112L60 11.597V60h-5.373L0 5.373v-2.83L54.627 0v5.373z' fill='%23161619' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    color: #e6e6e9;
    line-height: 1.6;
    font-size: 15px;
}

a {
    color: #00a040;
}

.logo img {
    width: 152px;
    height: 57px;
    margin-top: 3px;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bonus-image img {
    width: 487.42px;
    height: 279.81px;
}

/* Header */
.header_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buttons */
.m_but {
    display: inline-block;
    padding: 8px 25px;
    background: linear-gradient(135deg, #00c853 0%, #009624 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.3);
}

.d_but {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
}

.d_but:hover {
    color: #00a040;
    border: 1px solid #00a040;
}

.m_but:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 200, 83, 0.4);
}

.tspink {
    background: linear-gradient(135deg, #00c853 0%, #00a040 100%);
    margin: 0;
}

.green {
    color: #00a040;
}

/* Main content */
.main_zag {
    font-size: 26px;
    margin: 40px 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}

.main_zag::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #00c853 0%, #009624 100%);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.monetizing {
    margin-bottom: 10px;
}

.entry p {
    margin-bottom: 20px;
    color: #e6e6e9;
}

/* Bonus block */
.bonus-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 200, 83, 0.1);
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
    display: flex;
    gap: 40px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.bonus-content {
    flex: 1;
}

.bonus-image {
    flex: 0.9;
}

.bonus-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.bonus-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 26px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    color: #ffffff !important;
}

.bonus-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  fill: #fff;
}

/* Table styles */
.info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.info-table tr {
    transition: background 0.3s ease;
}

.info-table tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.info-table td {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.info-table td:first-child {
    font-weight: 600;
    color: #fff;
    width: 40%;
}

.m-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.m-0 {
    margin-bottom: 0px;
}

.melwin-note {
  background-color: rgba(255, 255, 255, 0.03); /* лёгкий оттенок */
  border-left: 4px solid #00ff88; /* акцент в фирменном цвете */
  padding: 16px 20px;
  font-style: italic;
  font-size: 16px;
  color: #fff; /* светло-серый шрифт */
  line-height: 1.6;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06); /* легкий внутренний контур */
}

/* Footer */
footer {
    text-align: center;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

.copu {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    .bonus-block {
        flex-direction: column;
        padding: 30px;
    }
    
    .main_zag {
        font-size: 26px;
    }
    
    .logo {
        font-size: 36px;
    }
    
    .header_list {
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
    .header_list {
        gap: 20px;
    }
    
    .main_zag {
        font-size: 22px;
    }
    
    .bonus-block {
        padding: 20px;
    }
    
    .info-table td {
        padding: 12px 15px;
    }

    .bonus-block {
        gap: 0px;
    }
    
    .bonus-image img {
        width: 348px;
        height: 200px;
    }
}

