.snm-affiliate-page {
    background: #0f0f0f;
    min-height: 720px;
}

.snm-affiliate-hero {
    padding: 0;
    background: linear-gradient(90deg, #080808 0%, #222222 48%, #4d4d4d 100%);
    color: #ffffff;
}

.snm-affiliate-card {
    min-height: 720px;
}

.snm-affiliate-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 45% 45%, rgba(213, 177, 67, 0.16), transparent 42%);
    padding: 48px 28px;
}

.snm-affiliate-visual-inner {
    max-width: 520px;
    text-align: center;
}

.snm-affiliate-main-img {
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 18px;
}

.snm-affiliate-logo-img {
    width: 190px;
    height: 190px;
    object-fit: contain;
    margin-bottom: 24px;
}

.snm-affiliate-visual h2 {
    margin-top: 24px;
    color: #d5b143;
    font-weight: 700;
}

.snm-affiliate-visual p {
    color: #dddddd;
}

.snm-affiliate-form-side {
    display: flex;
    align-items: center;
    padding: 44px 24px;
}

.snm-affiliate-form-wrap {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 34px;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.snm-affiliate-form-wrap h1 {
    margin-top: 0;
    font-weight: 800;
    color: #d5b143;
}

.snm-affiliate-subtitle {
    color: #eeeeee;
    margin-bottom: 22px;
}

.snm-affiliate-form label {
    color: #ffffff;
    font-weight: 700;
}

.snm-affiliate-form .form-control {
    min-height: 44px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.52);
    color: #ffffff;
}

.snm-affiliate-form select.form-control option {
    color: #222222;
}

.snm-affiliate-form .form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #d5b143;
    box-shadow: 0 0 0 0.2rem rgba(213, 177, 67, 0.18);
    color: #ffffff;
}

.snm-affiliate-form .form-control[readonly] {
    background: rgba(255, 255, 255, 0.14);
}

.snm-affiliate-form ::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.snm-sponsor-status {
    color: #d5b143;
}

.snm-affiliate-actions {
    text-align: right;
    margin-top: 18px;
}

.snm-affiliate-actions .btn-primary,
.snm-affiliate-thanks-card .btn-primary {
    border-radius: 24px;
    border-color: #d5b143;
    background: #d5b143;
    color: #1a1a1a;
    font-weight: 700;
}

.snm-affiliate-thanks {
    min-height: 620px;
    display: flex;
    align-items: center;
    background: linear-gradient(120deg, #070707 0%, #333333 100%);
}

.snm-affiliate-thanks-card {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    color: #222222;
    padding: 44px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.38);
}

.snm-affiliate-thanks-card h1 {
    color: #b69323;
    font-weight: 800;
}

@media (max-width: 991px) {
    .snm-affiliate-card {
        min-height: auto;
    }
    .snm-affiliate-visual,
    .snm-affiliate-form-side {
        padding: 28px 15px;
    }
    .snm-affiliate-form-wrap {
        padding: 24px;
    }
    .snm-affiliate-actions {
        text-align: center;
    }
}
