.page-promotions-first-deposit-bonus {
    background-color: #F5F7FA;
    color: #333333;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 40px;
}

.page-promotions-first-deposit-bonus__hero-section {
    display: flex;
    flex-direction: column; /* Image first, then content by default */
    align-items: center;
    text-align: center;
    padding: 20px 15px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-promotions-first-deposit-bonus__hero-image-wrapper {
    margin: 0;
    width: 100%;
    max-width: 1200px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
    min-width: 200px;
    min-height: 200px;
}

.page-promotions-first-deposit-bonus__hero-content {
    max-width: 800px;
    margin-top: 20px;
}

.page-promotions-first-deposit-bonus__main-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    color: #E53935;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    max-width: 100%;
}

.page-promotions-first-deposit-bonus__hero-description {
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    margin-bottom: 30px;
    color: #333333;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-first-deposit-bonus__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
    font-size: 1.1rem;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
}

.page-promotions-first-deposit-bonus__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.6);
}

.page-promotions-first-deposit-bonus__overview-section,
.page-promotions-first-deposit-bonus__how-it-works-section,
.page-promotions-first-deposit-bonus__eligible-games-section,
.page-promotions-first-deposit-bonus__terms-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px 15px;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    color: #E53935;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #d6d604;
    border-radius: 2px;
}

.page-promotions-first-deposit-bonus__text-content {
    font-size: 1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-promotions-first-deposit-bonus__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-promotions-first-deposit-bonus__step-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
    border: 1px solid #E0E0E0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-promotions-first-deposit-bonus__step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__step-image-wrapper {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__step-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
    min-width: 200px;
    min-height: 200px;
}

.page-promotions-first-deposit-bonus__step-title {
    font-size: 1.3rem;
    color: #E53935;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__step-description {
    font-size: 0.95rem;
    color: #333333;
}

.page-promotions-first-deposit-bonus__cta-section {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.page-promotions-first-deposit-bonus__primary-button,
.page-promotions-first-deposit-bonus__secondary-button {
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 1rem;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
}

.page-promotions-first-deposit-bonus__primary-button {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
}

.page-promotions-first-deposit-bonus__primary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.6);
}

.page-promotions-first-deposit-bonus__secondary-button {
    background-color: #F5F7FA;
    color: #E53935;
    border: 2px solid #E53935;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__secondary-button:hover {
    background-color: #E53935;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(229, 57, 53, 0.3);
}

.page-promotions-first-deposit-bonus__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-promotions-first-deposit-bonus__game-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #E0E0E0;
}

.page-promotions-first-deposit-bonus__game-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__game-link {
    display: block;
    text-decoration: none;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}

.page-promotions-first-deposit-bonus__game-image-wrapper {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__game-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 3/2;
    min-width: 200px;
    min-height: 200px;
}

.page-promotions-first-deposit-bonus__game-name {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 15px;
    color: #E53935;
}

.page-promotions-first-deposit-bonus__terms-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-first-deposit-bonus__terms-item {
    background-color: #FDFDFD;
    border-left: 4px solid #E53935;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333333;
}

@media (min-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-section {
        flex-direction: row; /* Desktop: image then content side-by-side */
        text-align: left;
        padding-top: 40px;
        align-items: flex-start;
    }

    .page-promotions-first-deposit-bonus__hero-image-wrapper {
        flex: 1;
        margin-right: 40px; /* Space between image and text */
        max-width: 600px;
    }

    .page-promotions-first-deposit-bonus__hero-content {
        flex: 1;
        margin-top: 0;
    }

    .page-promotions-first-deposit-bonus__main-title {
        text-align: left;
    }

    .page-promotions-first-deposit-bonus__hero-description {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .page-promotions-first-deposit-bonus__cta-section {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-image,
    .page-promotions-first-deposit-bonus__step-image,
    .page-promotions-first-deposit-bonus__game-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 549px) {
    .page-promotions-first-deposit-bonus__main-title {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }
    .page-promotions-first-deposit-bonus__hero-description {
        font-size: clamp(0.9rem, 3.5vw, 1.05rem);
    }
    .page-promotions-first-deposit-bonus__cta-button,
    .page-promotions-first-deposit-bonus__primary-button,
    .page-promotions-first-deposit-bonus__secondary-button {
        width: 100%;
        max-width: 300px;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
    }
    .page-promotions-first-deposit-bonus__text-content {
        text-align: left;
    }
}