:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --background-color-page: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-top-5-reliable-slot-platforms {
    font-family: Arial, sans-serif;
    color: var(--text-main);
    background-color: var(--background-color-page);
    line-height: 1.6;
    padding-bottom: 50px;
}

.page-blog-top-5-reliable-slot-platforms__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-top-5-reliable-slot-platforms__section-title {
    font-size: 2.5em;
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-top-5-reliable-slot-platforms__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--button-gradient);
    border-radius: 2px;
}

.page-blog-top-5-reliable-slot-platforms strong.highlight {
    color: var(--gold-color);
}

/* Logo Carousel Section */
.page-blog-top-5-reliable-slot-platforms__logo-carousel-section {
    padding: 10px 0 30px;
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-top-5-reliable-slot-platforms__logo-carousel-title {
    font-size: 1.8em;
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 25px;
}

.page-blog-top-5-reliable-slot-platforms__logo-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.page-blog-top-5-reliable-slot-platforms__logo-item {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--deep-green-color);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-5-reliable-slot-platforms__logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
}

.page-blog-top-5-reliable-slot-platforms__logo-item img {
    max-width: 60px;
    max-height: 60px;
    height: auto; /* Ensure aspect ratio */
    filter: brightness(1.2); /* Slightly brighten for visibility on dark bg */
}

/* Hero Section */
.page-blog-top-5-reliable-slot-platforms__hero-section {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--background-color-page);
    padding-bottom: 50px;
}

.page-blog-top-5-reliable-slot-platforms__hero-image-wrapper {
    width: 100%;
    max-height: 675px; /* Limit height for large screens */
    overflow: hidden;
}

.page-blog-top-5-reliable-slot-platforms__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-top-5-reliable-slot-platforms__hero-content {
    padding: 40px 20px;
    max-width: 800px;
    margin-top: -80px; /* Overlap slightly for visual effect */
    background-color: var(--card-bg);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 10;
}

.page-blog-top-5-reliable-slot-platforms__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
    color: var(--gold-color);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-top-5-reliable-slot-platforms__hero-description {
    font-size: 1.1em;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

/* Buttons */
.page-blog-top-5-reliable-slot-platforms__btn-primary,
.page-blog-top-5-reliable-slot-platforms__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-top-5-reliable-slot-platforms__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-top-5-reliable-slot-platforms__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

.page-blog-top-5-reliable-slot-platforms__btn-secondary {
    background: transparent;
    color: var(--gold-color);
    border: 2px solid var(--gold-color);
    margin-left: 20px;
}

.page-blog-top-5-reliable-slot-platforms__btn-secondary:hover {
    background-color: var(--gold-color);
    color: var(--background-color-page);
    transform: translateY(-3px);
}

/* Intro Section */
.page-blog-top-5-reliable-slot-platforms__intro-section {
    padding: 50px 0;
    background-color: var(--background-color-page);
}

.page-blog-top-5-reliable-slot-platforms__intro-section p {
    font-size: 1.05em;
    color: var(--text-secondary);
    margin-bottom: 20px;
    text-align: justify;
}

/* Criteria Section */
.page-blog-top-5-reliable-slot-platforms__criteria-section {
    padding: 50px 0;
    background-color: var(--card-bg);
}

.page-blog-top-5-reliable-slot-platforms__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-top-5-reliable-slot-platforms__card {
    background-color: var(--deep-green-color);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-5-reliable-slot-platforms__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-blog-top-5-reliable-slot-platforms__card-title {
    font-size: 1.5em;
    color: var(--gold-color);
    margin-bottom: 15px;
    text-align: center;
}

.page-blog-top-5-reliable-slot-platforms__card p {
    color: var(--text-secondary);
    font-size: 1em;
    text-align: justify;
}

/* Top Platforms Section */
.page-blog-top-5-reliable-slot-platforms__top-platforms-section {
    padding: 50px 0;
    background-color: var(--background-color-page);
}

.page-blog-top-5-reliable-slot-platforms__platform-card {
    display: flex;
    background-color: var(--deep-green-color);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-5-reliable-slot-platforms__platform-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-blog-top-5-reliable-slot-platforms__platform-image {
    width: 40%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-top-5-reliable-slot-platforms__platform-content {
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-blog-top-5-reliable-slot-platforms__platform-title {
    font-size: 1.8em;
    color: var(--gold-color);
    margin-bottom: 15px;
}

.page-blog-top-5-reliable-slot-platforms__platform-content p {
    color: var(--text-secondary);
    margin-bottom: 20px;
    text-align: justify;
}

/* Advantages Section */
.page-blog-top-5-reliable-slot-platforms__advantages-section {
    padding: 50px 0;
    background-color: var(--card-bg);
}

.page-blog-top-5-reliable-slot-platforms__advantage-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-top-5-reliable-slot-platforms__advantage-list li {
    background-color: var(--deep-green-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: var(--text-main);
    font-size: 1.1em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-top-5-reliable-slot-platforms__list-icon {
    color: var(--glow-color);
    font-size: 1.4em;
    margin-right: 15px;
    line-height: 1;
}

/* Winning Tips Section */
.page-blog-top-5-reliable-slot-platforms__winning-tips-section {
    padding: 50px 0;
    background-color: var(--background-color-page);
}

.page-blog-top-5-reliable-slot-platforms__grid--2-cols {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

/* FAQ Section */
.page-blog-top-5-reliable-slot-platforms__faq-section {
    padding: 50px 0;
    background-color: var(--card-bg);
}

.page-blog-top-5-reliable-slot-platforms__faq-list {
    margin-top: 30px;
}

.page-blog-top-5-reliable-slot-platforms__faq-item {
    background-color: var(--deep-green-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-top-5-reliable-slot-platforms__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2em;
    color: var(--gold-color);
    font-weight: bold;
    position: relative;
    list-style: none; /* For details/summary */
}

.page-blog-top-5-reliable-slot-platforms__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-top-5-reliable-slot-platforms__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--glow-color);
    transition: transform 0.3s ease;
}

.page-blog-top-5-reliable-slot-platforms__faq-item[open] .page-blog-top-5-reliable-slot-platforms__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-top-5-reliable-slot-platforms__faq-answer {
    padding: 0 25px 20px;
    color: var(--text-secondary);
    font-size: 1.05em;
    text-align: justify;
}

/* CTA Section */
.page-blog-top-5-reliable-slot-platforms__cta-section {
    padding: 50px 0;
    text-align: center;
    background-color: var(--background-color-page);
}

.page-blog-top-5-reliable-slot-platforms__cta-section p {
    font-size: 1.1em;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.page-blog-top-5-reliable-slot-platforms__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* General Image Styling */
.page-blog-top-5-reliable-slot-platforms img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-top-5-reliable-slot-platforms__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }

    .page-blog-top-5-reliable-slot-platforms__hero-content {
        margin-top: -60px;
        padding: 30px;
    }

    .page-blog-top-5-reliable-slot-platforms__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-blog-top-5-reliable-slot-platforms__grid--2-cols {
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    }

    .page-blog-top-5-reliable-slot-platforms__platform-card {
        flex-direction: column;
    }

    .page-blog-top-5-reliable-slot-platforms__platform-image,
    .page-blog-top-5-reliable-slot-platforms__platform-content {
        width: 100%;
    }

    .page-blog-top-5-reliable-slot-platforms__platform-image {
        max-height: 300px;
    }

    .page-blog-top-5-reliable-slot-platforms__btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-blog-top-5-reliable-slot-platforms {
        font-size: 15px;
        line-height: 1.65;
    }

    .page-blog-top-5-reliable-slot-platforms__container {
        padding: 0 15px;
    }

    .page-blog-top-5-reliable-slot-platforms__section-title {
        font-size: 2em;
        margin-bottom: 30px;
    }

    /* LOGO Carousel Section */
    .page-blog-top-5-reliable-slot-platforms__logo-carousel-section {
        padding: 10px 0 20px;
    }

    .page-blog-top-5-reliable-slot-platforms__logo-carousel-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .page-blog-top-5-reliable-slot-platforms__logo-carousel {
        gap: 20px;
    }

    .page-blog-top-5-reliable-slot-platforms__logo-item {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        box-sizing: border-box !important;
    }

    .page-blog-top-5-reliable-slot-platforms__logo-item img {
        max-width: 60px !important;
        max-height: 60px !important;
    }

    /* HERO Section */
    .page-blog-top-5-reliable-slot-platforms__hero-section {
        padding-bottom: 30px;
    }

    .page-blog-top-5-reliable-slot-platforms__hero-content {
        margin-top: -40px;
        padding: 25px 15px;
        border-radius: 10px;
    }

    .page-blog-top-5-reliable-slot-platforms__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
        margin-bottom: 15px;
    }

    .page-blog-top-5-reliable-slot-platforms__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    /* Buttons */
    .page-blog-top-5-reliable-slot-platforms__btn-primary,
    .page-blog-top-5-reliable-slot-platforms__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-left: 0 !important;
        margin-bottom: 15px; /* Add spacing between stacked buttons */
    }

    .page-blog-top-5-reliable-slot-platforms__btn-secondary:last-child {
        margin-bottom: 0;
    }

    .page-blog-top-5-reliable-slot-platforms__cta-buttons {
        flex-direction: column;
        gap: 0; /* Gap handled by margin-bottom on buttons */
    }

    /* General Images and Containers */
    .page-blog-top-5-reliable-slot-platforms img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-blog-top-5-reliable-slot-platforms__hero-image-wrapper,
    .page-blog-top-5-reliable-slot-platforms__platform-image,
    .page-blog-top-5-reliable-slot-platforms__card,
    .page-blog-top-5-reliable-slot-platforms__platform-card,
    .page-blog-top-5-reliable-slot-platforms__advantage-list li,
    .page-blog-top-5-reliable-slot-platforms__faq-item,
    .page-blog-top-5-reliable-slot-platforms__intro-section .page-blog-top-5-reliable-slot-platforms__container,
    .page-blog-top-5-reliable-slot-platforms__criteria-section .page-blog-top-5-reliable-slot-platforms__container,
    .page-blog-top-5-reliable-slot-platforms__top-platforms-section .page-blog-top-5-reliable-slot-platforms__container,
    .page-blog-top-5-reliable-slot-platforms__advantages-section .page-blog-top-5-reliable-slot-platforms__container,
    .page-blog-top-5-reliable-slot-platforms__winning-tips-section .page-blog-top-5-reliable-slot-platforms__container,
    .page-blog-top-5-reliable-slot-platforms__faq-section .page-blog-top-5-reliable-slot-platforms__container,
    .page-blog-top-5-reliable-slot-platforms__cta-section .page-blog-top-5-reliable-slot-platforms__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Grids */
    .page-blog-top-5-reliable-slot-platforms__grid,
    .page-blog-top-5-reliable-slot-platforms__grid--2-cols {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Platform Cards */
    .page-blog-top-5-reliable-slot-platforms__platform-card {
        flex-direction: column;
    }

    .page-blog-top-5-reliable-slot-platforms__platform-image,
    .page-blog-top-5-reliable-slot-platforms__platform-content {
        width: 100%;
    }

    .page-blog-top-5-reliable-slot-platforms__platform-image {
        max-height: 250px;
    }

    .page-blog-top-5-reliable-slot-platforms__platform-content {
        padding: 25px 15px;
    }

    .page-blog-top-5-reliable-slot-platforms__platform-title {
        font-size: 1.5em;
    }

    /* Advantage List */
    .page-blog-top-5-reliable-slot-platforms__advantage-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
    }

    .page-blog-top-5-reliable-slot-platforms__list-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* FAQ */
    .page-blog-top-5-reliable-slot-platforms__faq-question {
        font-size: 1.1em;
        padding: 18px 15px;
    }

    .page-blog-top-5-reliable-slot-platforms__faq-answer {
        padding: 0 15px 18px;
        font-size: 1em;
    }
}