/* style/resources-sao789-sports-betting-guide.css */
.page-resources-sao789-sports-betting-guide {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-sao789-sports-betting-guide-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-sao789-sports-betting-guide-hero {
    background: linear-gradient(135deg, #1A0D3B, #5f5676);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-sao789-sports-betting-guide-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:sao789,sports_betting,abstract_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-sao789-sports-betting-guide-hero > .page-resources-sao789-sports-betting-guide-container {
    position: relative;
    z-index: 1;
}

.page-resources-sao789-sports-betting-guide-hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent color for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-resources-sao789-sports-betting-guide-hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-sao789-sports-betting-guide-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.page-resources-sao789-sports-betting-guide-section:nth-of-type(even) {
    background-color: #fefefe;
}

.page-resources-sao789-sports-betting-guide-section-title {
    font-size: 2.5em;
    color: #1A0D3B;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-sao789-sports-betting-guide-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-sao789-sports-betting-guide-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-resources-sao789-sports-betting-guide-content-wrapper p,
.page-resources-sao789-sports-betting-guide-content-wrapper ul {
    flex: 1;
    min-width: 300px;
}

.page-resources-sao789-sports-betting-guide-image {
    flex: 1;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-resources-sao789-sports-betting-guide-image-left {
    order: -1;
}

.page-resources-sao789-sports-betting-guide-image-center {
    display: block;
    margin: 40px auto;
    max-width: 600px;
}

.page-resources-sao789-sports-betting-guide-feature-list,
.page-resources-sao789-sports-betting-guide-promo-list,
.page-resources-sao789-sports-betting-guide-strategy-list,
.page-resources-sao789-sports-betting-guide-support-list,
.page-resources-sao789-sports-betting-guide-type-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-resources-sao789-sports-betting-guide-feature-list li,
.page-resources-sao789-sports-betting-guide-promo-list li,
.page-resources-sao789-sports-betting-guide-strategy-list li,
.page-resources-sao789-sports-betting-guide-support-list li,
.page-resources-sao789-sports-betting-guide-type-list li {
    background-color: #f0f0f0;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    border-left: 5px solid #FFD700;
    font-size: 1.1em;
    color: #1A0D3B;
}

.page-resources-sao789-sports-betting-guide-feature-list li strong,
.page-resources-sao789-sports-betting-guide-promo-list li strong,
.page-resources-sao789-sports-betting-guide-strategy-list li strong,
.page-resources-sao789-sports-betting-guide-support-list li strong,
.page-resources-sao789-sports-betting-guide-type-list li strong {
    color: #1A0D3B;
}

.page-resources-sao789-sports-betting-guide-steps {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}

.page-resources-sao789-sports-betting-guide-steps li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

.page-resources-sao789-sports-betting-guide-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1A0D3B;
    color: #FFD700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.4em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.page-resources-sao789-sports-betting-guide-steps li p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.page-resources-sao789-sports-betting-guide-steps li ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.page-resources-sao789-sports-betting-guide-note {
    font-style: italic;
    color: #888;
    margin-top: 15px;
    padding: 10px;
    background-color: #fdfde6;
    border-left: 4px solid #FFD700;
}

.page-resources-sao789-sports-betting-guide-faq-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background-color: #fefefe;
}

.page-resources-sao789-sports-betting-guide-faq-question {
    color: #1A0D3B;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-sao789-sports-betting-guide-faq-answer {
    color: #555;
}

.page-resources-sao789-sports-betting-guide-cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-sao789-sports-betting-guide-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    border: none;
    cursor: pointer;
}

.page-resources-sao789-sports-betting-guide-btn-primary {
    background-color: #FFD700;
    color: #1A0D3B;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-sao789-sports-betting-guide-btn-primary:hover {
    background-color: #e5c100;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-resources-sao789-sports-betting-guide-btn-secondary {
    background-color: #1A0D3B;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(26, 13, 59, 0.4);
}

.page-resources-sao789-sports-betting-guide-btn-secondary:hover {
    background-color: #0f082e;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(26, 13, 59, 0.6);
}

.page-resources-sao789-sports-betting-guide-btn-accent {
    background-color: #5f5676;
    color: #fff;
    box-shadow: 0 4px 10px rgba(95, 86, 118, 0.4);
}

.page-resources-sao789-sports-betting-guide-btn-accent:hover {
    background-color: #4a425e;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(95, 86, 118, 0.6);
}

.page-resources-sao789-sports-betting-guide-btn-large {
    padding: 18px 35px;
    font-size: 1.25em;
}

.page-resources-sao789-sports-betting-guide-btn-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-resources-sao789-sports-betting-guide-text-center {
    text-align: center;
}