/* style/betting-platform-reviews-platform-d.css */
.page-betting-platform-reviews-platform-d {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6; /* Light background for content */
}

.page-betting-platform-reviews-platform-d-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-betting-platform-reviews-platform-d-hero {
    background: linear-gradient(135deg, #0A2342 0%, #1A3F6C 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-betting-platform-reviews-platform-d-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-betting-platform-reviews-platform-d-hero .page-betting-platform-reviews-platform-d-container {
    position: relative;
    z-index: 1;
}

.page-betting-platform-reviews-platform-d-hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #F5B041; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-betting-platform-reviews-platform-d-hero p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

/* General Section Styling */
.page-betting-platform-reviews-platform-d-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-betting-platform-reviews-platform-d-section:nth-of-type(even) {
    background-color: #fcfcfc;
}

.page-betting-platform-reviews-platform-d-section h2 {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-betting-platform-reviews-platform-d-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #F5B041;
    border-radius: 2px;
}

.page-betting-platform-reviews-platform-d-section h3 {
    font-size: 1.8em;
    color: #0A2342;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-betting-platform-reviews-platform-d-section h4 {
    font-size: 1.3em;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-betting-platform-reviews-platform-d-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
}

.page-betting-platform-reviews-platform-d-section ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-betting-platform-reviews-platform-d-section ul li {
    margin-bottom: 8px;
    color: #555;
}

/* Buttons */
.page-betting-platform-reviews-platform-d-btn-primary,
.page-betting-platform-reviews-platform-d-btn-secondary,
.page-betting-platform-reviews-platform-d-btn-card {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
}

.page-betting-platform-reviews-platform-d-btn-primary {
    background-color: #F5B041; /* Gold */
    color: #0A2342;
    border: 2px solid #F5B041;
}

.page-betting-platform-reviews-platform-d-btn-primary:hover {
    background-color: #e09f30;
    border-color: #e09f30;
    transform: translateY(-2px);
}

.page-betting-platform-reviews-platform-d-btn-secondary {
    background-color: transparent;
    color: #0A2342;
    border: 2px solid #0A2342;
}

.page-betting-platform-reviews-platform-d-btn-secondary:hover {
    background-color: #0A2342;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-betting-platform-reviews-platform-d-btn-card {
    background-color: #0A2342;
    color: #F5B041;
    border: 1px solid #0A2342;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 1em;
}

.page-betting-platform-reviews-platform-d-btn-card:hover {
    background-color: #1A3F6C;
    border-color: #1A3F6C;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Image and Text Grid */
.page-betting-platform-reviews-platform-d-content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.page-betting-platform-reviews-platform-d-content-grid > div {
    flex: 1;
    min-width: 300px;
}

.page-betting-platform-reviews-platform-d-image-wrapper {
    text-align: center;
}

.page-betting-platform-reviews-platform-d-image-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.page-betting-platform-reviews-platform-d-about-promos .page-betting-platform-reviews-platform-d-content-grid {
    flex-direction: row;
}

.page-betting-platform-reviews-platform-d-app-download .page-betting-platform-reviews-platform-d-content-grid {
    flex-direction: row-reverse;
}

/* Promo Cards */
.page-betting-platform-reviews-platform-d-promo-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-betting-platform-reviews-platform-d-promo-card {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-betting-platform-reviews-platform-d-promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-betting-platform-reviews-platform-d-promo-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #F5B041;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.page-betting-platform-reviews-platform-d-promo-card h3 {
    color: #0A2342;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-betting-platform-reviews-platform-d-promo-card p {
    color: #666;
    font-size: 0.95em;
    flex-grow: 1;
}

.page-betting-platform-reviews-platform-d-promo-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    width: 100%;
    margin-top: 15px;
}

.page-betting-platform-reviews-platform-d-promo-card ul li {
    margin-bottom: 8px;
    color: #444;
    font-size: 0.9em;
}

.page-betting-platform-reviews-platform-d-promo-card ul li strong {
    color: #0A2342;
}

/* Terms and Conditions */
.page-betting-platform-reviews-platform-d-terms-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-betting-platform-reviews-platform-d-term-item {
    background-color: #fcfcfc;
    border-left: 5px solid #F5B041;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-betting-platform-reviews-platform-d-term-item h3 {
    color: #0A2342;
    margin-top: 0;
    font-size: 1.4em;
}

.page-betting-platform-reviews-platform-d-term-item p {
    color: #555;
    font-size: 1em;
}

.page-betting-platform-reviews-platform-d-note {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 40px;
    font-size: 1em;
}

/* How to Claim Steps */
.page-betting-platform-reviews-platform-d-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    margin-top: 40px;
}

.page-betting-platform-reviews-platform-d-steps li {
    counter-increment: step-counter;
    margin-bottom: 30px;
    background-color: #fcfcfc;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 80px; /* Space for the step number */
}

.page-betting-platform-reviews-platform-d-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #0A2342;
    color: #F5B041;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.page-betting-platform-reviews-platform-d-steps li strong {
    font-size: 1.2em;
    color: #0A2342;
    display: block;
    margin-bottom: 10px;
}

.page-betting-platform-reviews-platform-d-steps li p {
    margin-bottom: 15px;
}

.page-betting-platform-reviews-platform-d-steps li a {
    font-weight: normal;
    text-decoration: underline;
    color: #0A2342;
}

.page-betting-platform-reviews-platform-d-steps li a:hover {
    color: #F5B041;
}

/* Conclusion */
.page-betting-platform-reviews-platform-d-conclusion {
    text-align: center;
    padding: 80px 0;
    background-color: #0A2342;
    color: #e0e0e0;
    border-radius: 0 0 8px 8px;
}

.page-betting-platform-reviews-platform-d-conclusion h2 {
    color: #F5B041;
}

.page-betting-platform-reviews-platform-d-conclusion h2::after {
    background-color: #e0e0e0;
}

.page-betting-platform-reviews-platform-d-conclusion p {
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #cccccc;
    font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-betting-platform-reviews-platform-d-hero h1 {
        font-size: 2.5em;
    }

    .page-betting-platform-reviews-platform-d-section h2 {
        font-size: 2em;
    }

    .page-betting-platform-reviews-platform-d-content-grid {
        flex-direction: column;
    }

    .page-betting-platform-reviews-platform-d-app-download .page-betting-platform-reviews-platform-d-content-grid {
        flex-direction: column;
    }

    .page-betting-platform-reviews-platform-d-promo-card-grid,
    .page-betting-platform-reviews-platform-d-terms-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-betting-platform-reviews-platform-d-hero {
        padding: 80px 0;
    }

    .page-betting-platform-reviews-platform-d-hero h1 {
        font-size: 2em;
    }

    .page-betting-platform-reviews-platform-d-hero p {
        font-size: 1em;
    }

    .page-betting-platform-reviews-platform-d-section {
        padding: 40px 0;
    }

    .page-betting-platform-reviews-platform-d-section h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-betting-platform-reviews-platform-d-steps li {
        padding-left: 60px;
    }

    .page-betting-platform-reviews-platform-d-steps li::before {
        width: 35px;
        height: 35px;
        font-size: 1.2em;
        left: 15px;
    }

    .page-betting-platform-reviews-platform-d-btn-primary,
    .page-betting-platform-reviews-platform-d-btn-secondary,
    .page-betting-platform-reviews-platform-d-btn-card {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-betting-platform-reviews-platform-d-hero h1 {
        font-size: 1.8em;
    }

    .page-betting-platform-reviews-platform-d-section h2 {
        font-size: 1.6em;
    }

    .page-betting-platform-reviews-platform-d-promo-card, .page-betting-platform-reviews-platform-d-term-item {
        padding: 20px;
    }

    .page-betting-platform-reviews-platform-d-steps li {
        padding: 20px 20px 20px 50px;
    }

    .page-betting-platform-reviews-platform-d-steps li::before {
        width: 30px;
        height: 30px;
        font-size: 1em;
        left: 10px;
    }
}