.page-blog-trofeu-bet-security-trust {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF5E1; /* Text Main - default for sections with dark backgrounds */
}

/* Hero Section */
.page-blog-trofeu-bet-security-trust__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
    overflow: hidden;
    padding-top: 10px; /* Small top padding as body handles --header-offset */
}

.page-blog-trofeu-bet-security-trust__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-blog-trofeu-bet-security-trust__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
    border-radius: 10px;
    color: #FFF5E1; /* Text Main */
}

.page-blog-trofeu-bet-security-trust__main-title {
    font-size: clamp(2em, 5vw, 3em); /* Responsive font size for H1 */
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #FFD86A; /* Gold-like for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-trofeu-bet-security-trust__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF5E1; /* Text Main */
}

.page-blog-trofeu-bet-security-trust__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    max-width: 100%; /* Ensure button responsiveness */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-trofeu-bet-security-trust__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
    color: #7A0E0E; /* Deep Red for contrast */
    border: none;
}

.page-blog-trofeu-bet-security-trust__btn-primary:hover {
    background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
    transform: translateY(-2px);
}

/* Content Sections */
.page-blog-trofeu-bet-security-trust__content-section {
    padding: 60px 0;
}

.page-blog-trofeu-bet-security-trust__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-trofeu-bet-security-trust__section-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: inherit; /* Inherit from section for contrast */
}

.page-blog-trofeu-bet-security-trust__sub-title {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    color: inherit; /* Inherit from section for contrast */
}

.page-blog-trofeu-bet-security-trust__paragraph {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: inherit; /* Inherit from section for contrast */
}

.page-blog-trofeu-bet-security-trust__unordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: inherit; /* Inherit from section for contrast */
}

.page-blog-trofeu-bet-security-trust__unordered-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-blog-trofeu-bet-security-trust__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Color Contrast Management */
.page-blog-trofeu-bet-security-trust__dark-bg {
    background: #B71C1C; /* Background color */
    color: #FFF5E1; /* Text Main */
}

.page-blog-trofeu-bet-security-trust__light-bg {
    background: #ffffff; /* White background for contrast */
    color: #333333; /* Dark text for contrast */
}

/* List specific styles for advantages/disadvantages */
.page-blog-trofeu-bet-security-trust__list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.page-blog-trofeu-bet-security-trust__pros-list,
.page-blog-trofeu-bet-security-trust__cons-list {
    flex: 1;
    min-width: 300px;
    background: #D32F2F; /* Card BG */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #FFF5E1; /* Text Main */
}

.page-blog-trofeu-bet-security-trust__list-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFD86A; /* Gold */
}

/* CTA Wrapper */
.page-blog-trofeu-bet-security-trust__cta-wrapper {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
}

/* FAQ Section */
.page-blog-trofeu-bet-security-trust__faq-section {
    padding: 60px 0;
    background: #7A0E0E; /* Deep Red for FAQ section */
    color: #FFF5E1; /* Text Main */
}

.page-blog-trofeu-bet-security-trust__faq-list {
    margin-top: 30px;
}

.page-blog-trofeu-bet-security-trust__faq-item {
    background: #D32F2F; /* Card BG */
    border: 1px solid #F2B544; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-trofeu-bet-security-trust__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    color: #FFF5E1; /* Text Main */
    background: #C91F17; /* Main color */
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-trofeu-bet-security-trust__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker */
}

.page-blog-trofeu-bet-security-trust__faq-question:hover {
    background-color: #E53935; /* Auxiliary color on hover */
}

.page-blog-trofeu-bet-security-trust__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 10px;
    color: #FFD86A; /* Gold */
}

.page-blog-trofeu-bet-security-trust__faq-answer {
    padding: 15px 25px;
    font-size: 1em;
    background: #D32F2F; /* Card BG */
    color: #FFF5E1; /* Text Main */
    border-top: 1px solid #F2B544; /* Border color */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-trofeu-bet-security-trust__hero-content {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .page-blog-trofeu-bet-security-trust__hero-section {
        min-height: 400px;
        padding: 40px 15px;
        padding-top: 10px !important; /* Small top padding for mobile */
    }

    .page-blog-trofeu-bet-security-trust__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }

    .page-blog-trofeu-bet-security-trust__hero-description {
        font-size: 1em;
    }

    .page-blog-trofeu-bet-security-trust__cta-button {
        padding: 12px 25px;
        font-size: 0.95em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-trofeu-bet-security-trust__content-section,
    .page-blog-trofeu-bet-security-trust__faq-section {
        padding: 40px 0;
    }

    .page-blog-trofeu-bet-security-trust__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-trofeu-bet-security-trust__section-title {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .page-blog-trofeu-bet-security-trust__sub-title {
        font-size: 1.5em;
        margin-top: 30px;
    }

    .page-blog-trofeu-bet-security-trust__paragraph,
    .page-blog-trofeu-bet-security-trust__unordered-list li {
        font-size: 0.95em;
    }

    .page-blog-trofeu-bet-security-trust__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-blog-trofeu-bet-security-trust__faq-answer {
        padding: 12px 20px;
    }

    /* Image responsive rules */
    .page-blog-trofeu-bet-security-trust img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-trofeu-bet-security-trust__list-wrapper {
        flex-direction: column;
    }
}