.page-blog-maximize-5699-game-experience {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
    background: #F4F7FB; /* Background */
}

.page-blog-maximize-5699-game-experience__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-blog-maximize-5699-game-experience__hero-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px; /* Adjust as needed */
    padding-top: 10px; /* Small top padding, not var(--header-offset) */
    background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%); /* Using brand colors */
}

.page-blog-maximize-5699-game-experience__hero-image {
    width: 100%;
    height: 500px; /* Fixed height for desktop */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-maximize-5699-game-experience__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover for desktop */
    display: block;
    border-radius: 10px;
}

.page-blog-maximize-5699-game-experience__hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.page-blog-maximize-5699-game-experience__main-title {
    font-size: clamp(2.5em, 5vw, 3.5em); /* H1 font-size with clamp */
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-maximize-5699-game-experience__intro-text {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-blog-maximize-5699-game-experience__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-maximize-5699-game-experience__btn-primary,
.page-blog-maximize-5699-game-experience__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-maximize-5699-game-experience__btn-primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-maximize-5699-game-experience__btn-primary:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-maximize-5699-game-experience__btn-secondary {
    background: #ffffff; /* Card BG */
    color: #2F6BFF; /* Main color */
    border: 2px solid #2F6BFF;
}

.page-blog-maximize-5699-game-experience__btn-secondary:hover {
    background: #f0f0f0;
    color: #1a4fbf;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Content Sections */
.page-blog-maximize-5699-game-experience__content-section {
    padding: 60px 0;
    background: #ffffff; /* Card BG for content sections */
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-maximize-5699-game-experience__content-section:first-of-type {
    margin-top: 30px;
}

.page-blog-maximize-5699-game-experience__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: #000000; /* Custom Color_1776249996415 */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-maximize-5699-game-experience__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #2F6BFF;
    border-radius: 2px;
}

.page-blog-maximize-5699-game-experience__article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1em;
    color: #1F2D3D; /* Text Main */
}

.page-blog-maximize-5699-game-experience__article-body h3.page-blog-maximize-5699-game-experience__subsection-title {
    font-size: clamp(1.3em, 2.5vw, 1.8em);
    color: #2F6BFF; /* Main color */
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}