/* style/promotions-first-deposit-bonus.css */
.page-promotions-first-deposit-bonus {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

.page-promotions-first-deposit-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-promotions-first-deposit-bonus__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Darker blue to slightly lighter blue */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,patterns,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-first-deposit-bonus__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFCC00; /* Golden yellow for highlight */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-promotions-first-deposit-bonus__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-first-deposit-bonus__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Golden yellow */
    color: #003366; /* Deep blue */
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.page-promotions-first-deposit-bonus__cta-button:hover {
    background-color: #e6b800; /* Slightly darker yellow */
    transform: translateY(-3px);
}

/* Content Section */
.page-promotions-first-deposit-bonus__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: 2.5em;
    color: #003366; /* Deep blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions-first-deposit-bonus__sub-section-title {
    font-size: 1.8em;
    color: #003366; /* Deep blue */
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 5px solid #FFCC00; /* Golden yellow accent */
    padding-left: 15px;
}

.page-promotions-first-deposit-bonus__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-promotions-first-deposit-bonus__list,
.page-promotions-first-deposit-bonus__numbered-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-promotions-first-deposit-bonus__list li,
.page-promotions-first-deposit-bonus__numbered-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #333;
}

.page-promotions-first-deposit-bonus__list .list-icon,
.page-promotions-first-deposit-bonus__numbered-list .list-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #FFCC00; /* Golden yellow */
    font-weight: bold;
    font-size: 1.2em;
}

.page-promotions-first-deposit-bonus__table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__table th,
.page-promotions-first-deposit-bonus__table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    font-size: 1.05em;
}

.page-promotions-first-deposit-bonus__table th {
    background-color: #003366; /* Deep blue */
    color: #FFCC00; /* Golden yellow */
    font-weight: bold;
    text-transform: uppercase;
}

.page-promotions-first-deposit-bonus__table tr:nth-child(even) {
    background-color: #f8f8f8;
}

.page-promotions-first-deposit-bonus__table tr:hover {
    background-color: #f1f1f1;
}

.page-promotions-first-deposit-bonus__inline-link {
    color: #003366; /* Deep blue */
    text-decoration: underline;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__inline-link:hover {
    color: #FFCC00; /* Golden yellow */
    text-decoration: none;
}

.page-promotions-first-deposit-bonus__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-promotions-first-deposit-bonus__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-first-deposit-bonus__cta-group {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-promotions-first-deposit-bonus__cta-button--primary {
    background-color: #FFCC00;
    color: #003366;
}

.page-promotions-first-deposit-bonus__cta-button--primary:hover {
    background-color: #e6b800;
}

.page-promotions-first-deposit-bonus__cta-button--secondary {
    background-color: #003366;
    color: #FFCC00;
    border: 2px solid #FFCC00;
}

.page-promotions-first-deposit-bonus__cta-button--secondary:hover {
    background-color: #004d99;
    border-color: #e6b800;
}

.highlight-text {
    color: #003366;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-first-deposit-bonus__hero-subtitle {
        font-size: 1.2em;
    }

    .page-promotions-first-deposit-bonus__section-title {
        font-size: 2em;
    }

    .page-promotions-first-deposit-bonus__sub-section-title {
        font-size: 1.5em;
    }

    .page-promotions-first-deposit-bonus__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-first-deposit-bonus__table th,
    .page-promotions-first-deposit-bonus__table td {
        padding: 10px;
        font-size: 0.9em;
    }

    .page-promotions-first-deposit-bonus__cta-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2em;
    }

    .page-promotions-first-deposit-bonus__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.8em;
    }

    .page-promotions-first-deposit-bonus__sub-section-title {
        font-size: 1.3em;
    }
}