/* style/resources-789fbet-security-reputation.css */
.page-resources-789fbet-security-reputation {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFFFFF; /* Default text color for dark background */
    background-color: #0A192F;
}

.page-resources-789fbet-security-reputation__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-789fbet-security-reputation__hero {
    background: linear-gradient(135deg, #0A192F 0%, #30475E 100%); /* Dark blue gradient */
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-789fbet-security-reputation__hero-title {
    font-size: 3.2em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-789fbet-security-reputation__hero-subtitle {
    font-size: 1.4em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-789fbet-security-reputation__hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-789fbet-security-reputation__section {
    padding: 60px 0;
}

.page-resources-789fbet-security-reputation__section--intro {
    background-color: #1A2A40;
}

.page-resources-789fbet-security-reputation__section--security,
.page-resources-789fbet-security-reputation__section--reputation,
.page-resources-789fbet-security-reputation__section--benefits,
.page-resources-789fbet-security-reputation__section--games,
.page-resources-789fbet-security-reputation__section--support,
.page-resources-789fbet-security-reputation__section--conclusion {
    background-color: #0A192F;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-789fbet-security-reputation__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-789fbet-security-reputation__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-789fbet-security-reputation__paragraph {
    font-size: 1.1em;
    color: #E0E0E0;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-789fbet-security-reputation__paragraph strong {
    color: #FFD700;
}

.page-resources-789fbet-security-reputation__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    cursor: pointer;
}

.page-resources-789fbet-security-reputation__button--primary {
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text on gold */
    border: 2px solid #FFD700;
}

.page-resources-789fbet-security-reputation__button--primary:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-789fbet-security-reputation__button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-789fbet-security-reputation__button--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-789fbet-security-reputation__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-789fbet-security-reputation__feature-item {
    background-color: #1A2A40;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-resources-789fbet-security-reputation__feature-item:hover {
    transform: translateY(-10px);
}

.page-resources-789fbet-security-reputation__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-789fbet-security-reputation__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-789fbet-security-reputation__feature-description {
    font-size: 1em;
    color: #C0C0C0;
}

.page-resources-789fbet-security-reputation__content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-resources-789fbet-security-reputation__content-block--reverse {
    flex-direction: row-reverse;
}

.page-resources-789fbet-security-reputation__block-image {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    height: auto;
}

.page-resources-789fbet-security-reputation__block-text {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
}

.page-resources-789fbet-security-reputation__block-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-789fbet-security-reputation__list {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-resources-789fbet-security-reputation__list--bullet {
    list-style-type: disc;
}

.page-resources-789fbet-security-reputation__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-789fbet-security-reputation__game-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-789fbet-security-reputation__game-item {
    background-color: #1A2A40;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-resources-789fbet-security-reputation__game-item:hover {
    transform: translateY(-10px);
}

.page-resources-789fbet-security-reputation__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-789fbet-security-reputation__game-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-resources-789fbet-security-reputation__game-description {
    font-size: 0.95em;
    color: #C0C0C0;
}

.page-resources-789fbet-security-reputation__section--conclusion .page-resources-789fbet-security-reputation__button {
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-789fbet-security-reputation__hero-title {
        font-size: 2.5em;
    }
    .page-resources-789fbet-security-reputation__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-789fbet-security-reputation__section-title {
        font-size: 2em;
    }
    .page-resources-789fbet-security-reputation__content-block,
    .page-resources-789fbet-security-reputation__content-block--reverse {
        flex-direction: column;
    }
    .page-resources-789fbet-security-reputation__block-image,
    .page-resources-789fbet-security-reputation__block-text {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-resources-789fbet-security-reputation__hero {
        padding: 80px 0 40px;
    }
    .page-resources-789fbet-security-reputation__hero-title {
        font-size: 2em;
    }
    .page-resources-789fbet-security-reputation__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-789fbet-security-reputation__section {
        padding: 40px 0;
    }
    .page-resources-789fbet-security-reputation__section-title {
        font-size: 1.8em;
    }
    .page-resources-789fbet-security-reputation__paragraph {
        font-size: 0.95em;
    }
    .page-resources-789fbet-security-reputation__button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-resources-789fbet-security-reputation__feature-grid,
    .page-resources-789fbet-security-reputation__game-showcase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-resources-789fbet-security-reputation__hero-title {
        font-size: 1.8em;
    }
    .page-resources-789fbet-security-reputation__section-title {
        font-size: 1.6em;
    }
    .page-resources-789fbet-security-reputation__feature-icon {
        width: 60px;
        height: 60px;
    }
    .page-resources-789fbet-security-reputation__feature-title {
        font-size: 1.4em;
    }
    .page-resources-789fbet-security-reputation__game-title {
        font-size: 1.3em;
    }
}