/* style/resources-789bet-safety-security.css */

.page-resources-789bet-safety-security {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-789bet-safety-security__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-789bet-safety-security__hero {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Deeper blue for hero */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-789bet-safety-security__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for title */
    line-height: 1.2;
}

.page-resources-789bet-safety-security__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-789bet-safety-security__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-789bet-safety-security__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-789bet-safety-security__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #003366; /* Dark Blue */
    border: 2px solid #FFD700;
}

.page-resources-789bet-safety-security__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-789bet-safety-security__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-resources-789bet-safety-security__btn--secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
}

.page-resources-789bet-safety-security__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-resources-789bet-safety-security__section:last-of-type {
    border-bottom: none;
}

.page-resources-789bet-safety-security__section-title {
    font-size: 2.5em;
    color: #003366; /* Dark Blue */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

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

.page-resources-789bet-safety-security__subsection-title {
    font-size: 1.8em;
    color: #004d99; /* Slightly lighter blue */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700; /* Gold accent */
    padding-left: 15px;
}

.page-resources-789bet-safety-security p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #555;
}

.page-resources-789bet-safety-security strong {
    color: #003366;
}

.page-resources-789bet-safety-security__image--fullwidth {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-789bet-safety-security__image--inline {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-789bet-safety-security__cta-final {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-789bet-safety-security__hero-title {
        font-size: 2.8em;
    }
    .page-resources-789bet-safety-security__hero-subtitle {
        font-size: 1.3em;
    }
    .page-resources-789bet-safety-security__section-title {
        font-size: 2em;
    }
    .page-resources-789bet-safety-security__subsection-title {
        font-size: 1.5em;
    }
    .page-resources-789bet-safety-security p {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-resources-789bet-safety-security__hero {
        padding: 80px 0;
    }
    .page-resources-789bet-safety-security__hero-title {
        font-size: 2.2em;
    }
    .page-resources-789bet-safety-security__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-789bet-safety-security__section {
        padding: 40px 0;
    }
    .page-resources-789bet-safety-security__section-title {
        font-size: 1.8em;
    }
    .page-resources-789bet-safety-security__subsection-title {
        font-size: 1.3em;
    }
    .page-resources-789bet-safety-security__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-789bet-safety-security__hero-actions,
    .page-resources-789bet-safety-security__cta-final {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-789bet-safety-security__image--fullwidth,
    .page-resources-789bet-safety-security__image--inline {
        margin: 20px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-789bet-safety-security__hero {
        padding: 60px 0;
    }
    .page-resources-789bet-safety-security__hero-title {
        font-size: 1.8em;
    }
    .page-resources-789bet-safety-security__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-789bet-safety-security__section-title {
        font-size: 1.5em;
    }
    .page-resources-789bet-safety-security__subsection-title {
        font-size: 1.1em;
    }
    .page-resources-789bet-safety-security__btn {
        width: 90%;
        max-width: 280px;
    }
}