/* style/resources-how-to-choose-safe-betting-platform.css */
.page-resources-how-to-choose-safe-betting-platform {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    line-height: 1.6;
    background-color: #0A1931; /* Main background color */
}

.page-resources-how-to-choose-safe-betting-platform__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-choose-safe-betting-platform__hero {
    background: linear-gradient(135deg, #0A1931 0%, #1A2E4B 100%); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-resources-how-to-choose-safe-betting-platform__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-resources-how-to-choose-safe-betting-platform__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent gold for title */
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-how-to-choose-safe-betting-platform__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #E0E0E0;
}

.page-resources-how-to-choose-safe-betting-platform__hero-cta {
    display: inline-block;
    background-color: #FFD700; /* Gold CTA button */
    color: #0A1931;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-how-to-choose-safe-betting-platform__hero-cta:hover {
    background-color: #E6C200;
    transform: translateY(-3px);
}

.page-resources-how-to-choose-safe-betting-platform__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-how-to-choose-safe-betting-platform__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    filter: grayscale(80%);
}

.page-resources-how-to-choose-safe-betting-platform__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-how-to-choose-safe-betting-platform__section:last-of-type {
    border-bottom: none;
}

.page-resources-how-to-choose-safe-betting-platform__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-how-to-choose-safe-betting-platform__intro p {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px auto;
    color: #C0C0C0;
}

.page-resources-how-to-choose-safe-betting-platform__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-how-to-choose-safe-betting-platform__grid-item {
    background-color: #1A2E4B; /* Darker blue for card background */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-choose-safe-betting-platform__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-safe-betting-platform__grid-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-resources-how-to-choose-safe-betting-platform__grid-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-how-to-choose-safe-betting-platform__grid-item p {
    font-size: 1em;
    color: #C0C0C0;
}

.page-resources-how-to-choose-safe-betting-platform__why-iwin ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px auto;
    max-width: 900px;
}

.page-resources-how-to-choose-safe-betting-platform__why-iwin li {
    background-color: #1A2E4B;
    margin-bottom: 15px;
    padding: 20px 30px;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    font-size: 1.1em;
    color: #E0E0E0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-safe-betting-platform__why-iwin li strong {
    color: #FFD700;
}

.page-resources-how-to-choose-safe-betting-platform__cta-group {
    text-align: center;
    margin-top: 40px;
}

.page-resources-how-to-choose-safe-betting-platform__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1931;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-how-to-choose-safe-betting-platform__cta-button:hover {
    background-color: #E6C200;
    transform: translateY(-3px);
}

.page-resources-how-to-choose-safe-betting-platform__cta-button--secondary {
    background-color: #0A1931;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.page-resources-how-to-choose-safe-betting-platform__cta-button--secondary:hover {
    background-color: #1A2E4B;
    color: #FFD700;
    transform: translateY(-3px);
}

.page-resources-how-to-choose-safe-betting-platform__pitfalls ul {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-resources-how-to-choose-safe-betting-platform__pitfalls li {
    background-color: #331A1A; /* Dark red for danger list */
    margin-bottom: 15px;
    padding: 20px 30px;
    border-left: 5px solid #FF4D4D; /* Red border */
    border-radius: 8px;
    font-size: 1.1em;
    color: #FFEDED;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-safe-betting-platform__pitfalls li strong {
    color: #FFD700;
}

.page-resources-how-to-choose-safe-betting-platform__image-full-width {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-safe-betting-platform__faq-item {
    background-color: #1A2E4B;
    margin-bottom: 15px;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-safe-betting-platform__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.page-resources-how-to-choose-safe-betting-platform__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-how-to-choose-safe-betting-platform__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-how-to-choose-safe-betting-platform__faq-answer {
    font-size: 1.1em;
    color: #C0C0C0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
}

.page-resources-how-to-choose-safe-betting-platform__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    opacity: 1;
    padding-top: 10px;
}

.page-resources-how-to-choose-safe-betting-platform__conclusion p {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px auto;
    color: #C0C0C0;
}

.page-resources-how-to-choose-safe-betting-platform__text-link {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-how-to-choose-safe-betting-platform__text-link:hover {
    color: #E6C200;
}

.page-resources-how-to-choose-safe-betting-platform__final-cta {
    text-align: center;
    margin-top: 50px;
}

.page-resources-how-to-choose-safe-betting-platform__final-cta .page-resources-how-to-choose-safe-betting-platform__cta-button {
    font-size: 1.2em;
    padding: 18px 35px;
}

.highlight-iwin {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-how-to-choose-safe-betting-platform__hero-title {
        font-size: 2.5em;
    }
    .page-resources-how-to-choose-safe-betting-platform__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-how-to-choose-safe-betting-platform__section-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-safe-betting-platform__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .page-resources-how-to-choose-safe-betting-platform__hero {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-choose-safe-betting-platform__hero {
        padding: 60px 0;
    }
    .page-resources-how-to-choose-safe-betting-platform__hero-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-safe-betting-platform__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-how-to-choose-safe-betting-platform__section {
        padding: 40px 0;
    }
    .page-resources-how-to-choose-safe-betting-platform__section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-safe-betting-platform__cta-button {
        font-size: 1em;
        padding: 12px 25px;
        margin: 8px;
    }
    .page-resources-how-to-choose-safe-betting-platform__why-iwin p, .page-resources-how-to-choose-safe-betting-platform__why-iwin li, .page-resources-how-to-choose-safe-betting-platform__pitfalls p, .page-resources-how-to-choose-safe-betting-platform__pitfalls li, .page-resources-how-to-choose-safe-betting-platform__conclusion p {
        font-size: 0.95em;
    }
    .page-resources-how-to-choose-safe-betting-platform__faq-question {
        font-size: 1.2em;
    }
    .page-resources-how-to-choose-safe-betting-platform__faq-answer {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-choose-safe-betting-platform__hero-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-choose-safe-betting-platform__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-how-to-choose-safe-betting-platform__hero-cta {
        font-size: 0.9em;
        padding: 10px 20px;
    }
    .page-resources-how-to-choose-safe-betting-platform__section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-choose-safe-betting-platform__grid {
        grid-template-columns: 1fr;
    }
    .page-resources-how-to-choose-safe-betting-platform__cta-button {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .page-resources-how-to-choose-safe-betting-platform__final-cta .page-resources-how-to-choose-safe-betting-platform__cta-button {
        font-size: 1.1em;
        padding: 15px 25px;
    }
}