.page-blog-kubet3933-deep-dive {
    padding-bottom: 40px;
    background-color: #100224; /* Dark purple-black background */
    color: #FFFFFF;
    font-family: Arial, sans-serif;
}

.page-blog-kubet3933-deep-dive__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-kubet3933-deep-dive__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding for fixed header */
    background-color: #100224;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-blog-kubet3933-deep-dive__hero-image-wrapper {
    width: 100%;
    max-height: 675px;
    overflow: hidden;
}

.page-blog-kubet3933-deep-dive__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-kubet3933-deep-dive__hero-content {
    padding: 40px 15px;
    max-width: 900px;
    width: 100%;
}

.page-blog-kubet3933-deep-dive__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #26A9E0;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-kubet3933-deep-dive__subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.page-blog-kubet3933-deep-dive__cta-button {
    display: inline-block;
    background-color: #EA7C07;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    min-width: 200px; /* Ensure button is not too small */
}

.page-blog-kubet3933-deep-dive__cta-button:hover {
    background-color: #d86c00;
}

.page-blog-kubet3933-deep-dive__intro-section,
.page-blog-kubet3933-deep-dive__features-section,
.page-blog-kubet3933-deep-dive__game-types-section,
.page-blog-kubet3933-deep-dive__why-choose-section,
.page-blog-kubet3933-deep-dive__cta-section,
.page-blog-kubet3933-deep-dive__related-articles {
    padding: 60px 0;
    background-color: #1a0832; /* Slightly lighter dark background for sections */
    margin-bottom: 20px;
}

.page-blog-kubet3933-deep-dive__section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-blog-kubet3933-deep-dive__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #EA7C07;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-blog-kubet3933-deep-dive__paragraph {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-blog-kubet3933-deep-dive__features-grid,
.page-blog-kubet3933-deep-dive__game-grid,
.page-blog-kubet3933-deep-dive__articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-kubet3933-deep-dive__feature-card,
.page-blog-kubet3933-deep-dive__game-card,
.page-blog-kubet3933-deep-dive__article-card {
    background-color: #200d3d; /* Darker card background */
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.page-blog-kubet3933-deep-dive__feature-card:hover,
.page-blog-kubet3933-deep-dive__game-card:hover,
.page-blog-kubet3933-deep-dive__article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-kubet3933-deep-dive__feature-image,
.page-blog-kubet3933-deep-dive__game-image,
.page-blog-kubet3933-deep-dive__article-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-kubet3933-deep-dive__feature-title,
.page-blog-kubet3933-deep-dive__game-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #26A9E0;
    margin: 20px 15px 10px;
}

.page-blog-kubet3933-deep-dive__feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
    padding: 0 15px 20px;
    flex-grow: 1;
}

.page-blog-kubet3933-deep-dive__game-card .page-blog-kubet3933-deep-dive__game-title {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.page-blog-kubet3933-deep-dive__why-choose-section {
    background-color: #1a0832;
}

.page-blog-kubet3933-deep-dive__advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.page-blog-kubet3933-deep-dive__advantage-item {
    display: flex;
    align-items: flex-start;
    background-color: #200d3d;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-kubet3933-deep-dive__advantage-icon {
    font-size: 1.8rem;
    margin-right: 15px;
    color: #26A9E0;
}

.page-blog-kubet3933-deep-dive__advantage-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e0e0e0;
    text-align: left;
}

.page-blog-kubet3933-deep-dive__advantage-text strong {
    color: #FFFFFF;
}

.page-blog-kubet3933-deep-dive__cta-content {
    text-align: center;
    background-color: #200d3d;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-kubet3933-deep-dive__cta-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #26A9E0;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-kubet3933-deep-dive__cta-description {
    font-size: 1.15rem;
    color: #e0e0e0;
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-blog-kubet3933-deep-dive__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-kubet3933-deep-dive__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 180px;
    text-align: center;
}

.page-blog-kubet3933-deep-dive__button--primary {
    background-color: #EA7C07;
    color: #FFFFFF;
}

.page-blog-kubet3933-deep-dive__button--primary:hover {
    background-color: #d86c00;
    transform: translateY(-2px);
}

.page-blog-kubet3933-deep-dive__button--secondary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 1px solid #26A9E0;
}

.page-blog-kubet3933-deep-dive__button--secondary:hover {
    background-color: #1e87b7;
    transform: translateY(-2px);
}

.page-blog-kubet3933-deep-dive__article-content {
    padding: 20px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-blog-kubet3933-deep-dive__article-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #26A9E0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-blog-kubet3933-deep-dive__article-title a {
    color: #26A9E0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-kubet3933-deep-dive__article-title a:hover {
    color: #EA7C07;
}

.page-blog-kubet3933-deep-dive__article-meta {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 15px;
}

.page-blog-kubet3933-deep-dive__article-excerpt {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-kubet3933-deep-dive__read-more {
    display: inline-block;
    color: #EA7C07;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    margin-top: auto;
}

.page-blog-kubet3933-deep-dive__read-more:hover {
    color: #26A9E0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-kubet3933-deep-dive__hero-content {
        padding: 30px 15px;
    }

    .page-blog-kubet3933-deep-dive__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }

    .page-blog-kubet3933-deep-dive__section-title {
        font-size: clamp(1.8rem, 3.5vw, 2.2rem);
    }

    .page-blog-kubet3933-deep-dive__features-grid,
    .page-blog-kubet3933-deep-dive__game-grid,
    .page-blog-kubet3933-deep-dive__articles-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-blog-kubet3933-deep-dive__feature-image,
    .page-blog-kubet3933-deep-dive__game-image,
    .page-blog-kubet3933-deep-dive__article-image {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .page-blog-kubet3933-deep-dive__hero-section {
        padding-top: 8px;
    }

    .page-blog-kubet3933-deep-dive__hero-image {
        max-width: 100%;
        height: auto;
    }

    .page-blog-kubet3933-deep-dive__hero-content {
        padding: 25px 15px;
    }

    .page-blog-kubet3933-deep-dive__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-kubet3933-deep-dive__subtitle {
        font-size: 1rem;
    }

    .page-blog-kubet3933-deep-dive__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
        min-width: unset;
    }

    .page-blog-kubet3933-deep-dive__intro-section,
    .page-blog-kubet3933-deep-dive__features-section,
    .page-blog-kubet3933-deep-dive__game-types-section,
    .page-blog-kubet3933-deep-dive__why-choose-section,
    .page-blog-kubet3933-deep-dive__cta-section,
    .page-blog-kubet3933-deep-dive__related-articles {
        padding: 40px 0;
    }

    .page-blog-kubet3933-deep-dive__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 30px;
    }

    .page-blog-kubet3933-deep-dive__paragraph {
        font-size: 1rem;
    }

    .page-blog-kubet3933-deep-dive__features-grid,
    .page-blog-kubet3933-deep-dive__game-grid,
    .page-blog-kubet3933-deep-dive__articles-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-kubet3933-deep-dive__feature-image,
    .page-blog-kubet3933-deep-dive__game-image,
    .page-blog-kubet3933-deep-dive__article-image {
        height: 200px; /* Min height for mobile */
        max-width: 100%;
        height: auto;
    }

    .page-blog-kubet3933-deep-dive__feature-title,
    .page-blog-kubet3933-deep-dive__game-title {
        font-size: 1.2rem;
    }

    .page-blog-kubet3933-deep-dive__advantage-list {
        grid-template-columns: 1fr;
    }

    .page-blog-kubet3933-deep-dive__cta-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-kubet3933-deep-dive__cta-description {
        font-size: 1rem;
    }

    .page-blog-kubet3933-deep-dive__button {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-blog-kubet3933-deep-dive__article-title {
        font-size: 1.15rem;
    }

    .page-blog-kubet3933-deep-dive__article-excerpt {
        font-size: 0.95rem;
    }
}

/* Ensure images within content area are not too small */
.page-blog-kubet3933-deep-dive img {
    min-width: 200px;
    min-height: 200px;
    width: auto;
    height: auto;
}

/* Specific override for card images to ensure display size consistency */
.page-blog-kubet3933-deep-dive__feature-image,
.page-blog-kubet3933-deep-dive__game-image,
.page-blog-kubet3933-deep-dive__article-image {
    width: 100%; /* Overrides generic img width: auto to fill card */
    height: 250px; /* Maintains consistent height on desktop */
    object-fit: cover;
}

@media (max-width: 768px) {
    .page-blog-kubet3933-deep-dive img {
        max-width: 100%;
        height: auto;
    }
    .page-blog-kubet3933-deep-dive__feature-image,
    .page-blog-kubet3933-deep-dive__game-image,
    .page-blog-kubet3933-deep-dive__article-image {
        height: 200px; /* Adjust height for mobile while maintaining min-size */
    }
}