/* style/resources-latest-betting-tech.css */
.page-resources-latest-betting-tech {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

.page-resources-latest-betting-tech__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-latest-betting-tech__hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #2a4163 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: #f5e6d0;
    position: relative;
    overflow: hidden;
}

.page-resources-latest-betting-tech__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, rgba(255,215,0,0) 70%);
    animation: page-resources-latest-betting-tech__float 10s ease-in-out infinite;
}

.page-resources-latest-betting-tech__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, rgba(255,215,0,0) 70%);
    animation: page-resources-latest-betting-tech__float 12s reverse ease-in-out infinite;
}

@keyframes page-resources-latest-betting-tech__float {
    0% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
    100% { transform: translate(0, 0); }
}

.page-resources-latest-betting-tech__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-resources-latest-betting-tech__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-latest-betting-tech__cta-button,
.page-resources-latest-betting-tech__inline-cta,
.page-resources-latest-betting-tech__final-cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.page-resources-latest-betting-tech__cta-button:hover,
.page-resources-latest-betting-tech__inline-cta:hover,
.page-resources-latest-betting-tech__final-cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-resources-latest-betting-tech__content-section {
    padding: 60px 0;
    background-color: #0A192F;
}

.page-resources-latest-betting-tech__article-content p {
    margin-bottom: 1.2em;
    font-size: 1.05em;
    color: #e0e0e0;
}

.page-resources-latest-betting-tech__section-title {
    font-size: 2em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 2px solid rgba(255,215,0,0.3);
    padding-bottom: 10px;
}

.page-resources-latest-betting-tech__subsection-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-latest-betting-tech__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-latest-betting-tech__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.page-resources-latest-betting-tech__image-caption {
    font-size: 0.9em;
    color: #a0a0a0;
    margin-top: 10px;
}

.page-resources-latest-betting-tech__inline-cta {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.page-resources-latest-betting-tech__final-cta-button {
    margin-top: 40px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    padding: 15px 30px;
}

.page-resources-latest-betting-tech__faq {
    margin-top: 40px;
}

.page-resources-latest-betting-tech__faq-item {
    background-color: #1a2a42;
    border: 1px solid #FFD700;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-resources-latest-betting-tech__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-resources-latest-betting-tech__faq-answer {
    font-size: 1em;
    color: #e0e0e0;
}

.page-resources-latest-betting-tech__back-link-wrapper {
    margin-top: 50px;
    text-align: center;
}

.page-resources-latest-betting-tech__back-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-latest-betting-tech__back-link:hover {
    color: #e6b800;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-latest-betting-tech__hero-title {
        font-size: 2.2em;
    }
    .page-resources-latest-betting-tech__hero-description {
        font-size: 1em;
    }
    .page-resources-latest-betting-tech__section-title {
        font-size: 1.8em;
    }
    .page-resources-latest-betting-tech__subsection-title {
        font-size: 1.3em;
    }
    .page-resources-latest-betting-tech__cta-button,
    .page-resources-latest-betting-tech__final-cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-latest-betting-tech__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-latest-betting-tech__hero-title {
        font-size: 1.8em;
    }
    .page-resources-latest-betting-tech__hero-description {
        font-size: 0.9em;
    }
    .page-resources-latest-betting-tech__section-title {
        font-size: 1.5em;
    }
    .page-resources-latest-betting-tech__subsection-title {
        font-size: 1.2em;
    }
    .page-resources-latest-betting-tech__cta-button,
    .page-resources-latest-betting-tech__final-cta-button {
        width: 90%;
        font-size: 0.9em;
    }
    .page-resources-latest-betting-tech__faq-item {
        padding: 15px;
    }
    .page-resources-latest-betting-tech__faq-question {
        font-size: 1em;
    }
}