:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --background-dark: #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-latest-galaxy6623-promotions-analysis {
    background-color: var(--background-dark); /* Body background is handled by shared.css var(--background-color) */
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-latest-galaxy6623-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, relying on body for header offset */
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--deep-green-color);
}

.page-blog-latest-galaxy6623-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px; /* Limit height for aesthetic */
    margin-bottom: 30px;
}

.page-blog-latest-galaxy6623-promotions-analysis__hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.page-blog-latest-galaxy6623-promotions-analysis__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-latest-galaxy6623-promotions-analysis__hero-description {
    font-size: 1.1em;
    color: var(--text-main);
    margin-bottom: 30px;
}

.page-blog-latest-galaxy6623-promotions-analysis__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-latest-galaxy6623-promotions-analysis__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-latest-galaxy6623-promotions-analysis__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-latest-galaxy6623-promotions-analysis__btn-secondary {
    background: transparent;
    color: var(--gold-color);
    border: 2px solid var(--gold-color);
    margin-left: 15px;
}

.page-blog-latest-galaxy6623-promotions-analysis__btn-secondary:hover {
    background: var(--gold-color);
    color: var(--background-dark);
}

.page-blog-latest-galaxy6623-promotions-analysis__video-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    box-sizing: border-box;
    background-color: var(--background-dark);
}

.page-blog-latest-galaxy6623-promotions-analysis__video-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-latest-galaxy6623-promotions-analysis__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-galaxy6623-promotions-analysis__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.page-blog-latest-galaxy6623-promotions-analysis__content-area,
.page-blog-latest-galaxy6623-promotions-analysis__promotions-types,
.page-blog-latest-galaxy6623-promotions-analysis__how-to-join,
.page-blog-latest-galaxy6623-promotions-analysis__tips,
.page-blog-latest-galaxy6623-promotions-analysis__why-galaxy6623,
.page-blog-latest-galaxy6623-promotions-analysis__faq,
.page-blog-latest-galaxy6623-promotions-analysis__conclusion {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-blog-latest-galaxy6623-promotions-analysis__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-latest-galaxy6623-promotions-analysis__dark-bg {
    background-color: var(--background-dark);
    color: var(--text-main);
}

.page-blog-latest-galaxy6623-promotions-analysis__light-bg {
    background-color: var(--card-bg);
    color: var(--text-main);
}

.page-blog-latest-galaxy6623-promotions-analysis p {
    margin-bottom: 20px;
    font-size: 1.05em;
    color: var(--text-secondary);
}

.page-blog-latest-galaxy6623-promotions-analysis strong {
    color: var(--text-main);
}

.page-blog-latest-galaxy6623-promotions-analysis__benefit-list,
.page-blog-latest-galaxy6623-promotions-analysis__tip-list,
.page-blog-latest-galaxy6623-promotions-analysis__reason-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-latest-galaxy6623-promotions-analysis__benefit-item,
.page-blog-latest-galaxy6623-promotions-analysis__tip-item,
.page-blog-latest-galaxy6623-promotions-analysis__reason-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    color: var(--text-secondary);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-latest-galaxy6623-promotions-analysis__benefit-item strong,
.page-blog-latest-galaxy6623-promotions-analysis__tip-item strong,
.page-blog-latest-galaxy6623-promotions-analysis__reason-item strong {
    color: var(--gold-color);
    display: block;
    margin-bottom: 5px;
}

.page-blog-latest-galaxy6623-promotions-analysis__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-latest-galaxy6623-promotions-analysis__grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-latest-galaxy6623-promotions-analysis__card {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--text-secondary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-latest-galaxy6623-promotions-analysis__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-galaxy6623-promotions-analysis__card-title {
    font-size: 1.4em;
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-latest-galaxy6623-promotions-analysis__card-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
}

.page-blog-latest-galaxy6623-promotions-analysis__card p {
    flex-grow: 1;
    margin-bottom: 20px;
    color: var(--text-secondary);
}

.page-blog-latest-galaxy6623-promotions-analysis__card .page-blog-latest-galaxy6623-promotions-analysis__btn-secondary {
    margin-left: 0;
    align-self: flex-end;
}

.page-blog-latest-galaxy6623-promotions-analysis__step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-latest-galaxy6623-promotions-analysis__step-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: var(--text-secondary);
}

.page-blog-latest-galaxy6623-promotions-analysis__step-title {
    font-size: 1.3em;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-latest-galaxy6623-promotions-analysis__step-item .page-blog-latest-galaxy6623-promotions-analysis__btn-primary {
    margin-top: 20px;
}

.page-blog-latest-galaxy6623-promotions-analysis__tip-list {
    list-style-type: disc;
    padding-left: 20px;
    color: var(--text-secondary);
}

.page-blog-latest-galaxy6623-promotions-analysis__tip-item {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    color: var(--text-secondary);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-latest-galaxy6623-promotions-analysis__tip-item strong {
    color: var(--gold-color);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-container {
    margin-top: 30px;
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-item {
    background-color: var(--background-dark);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--text-main);
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-question:hover {
    background-color: rgba(var(--card-bg), 0.8);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-item[open] > .page-blog-latest-galaxy6623-promotions-analysis__faq-question {
    border-bottom: 1px solid var(--border-color);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-question::-webkit-details-marker,
.page-blog-latest-galaxy6623-promotions-analysis__faq-question::marker {
    display: none;
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: var(--text-secondary);
}

.page-blog-latest-galaxy6623-promotions-analysis__faq-answer p {
    margin-bottom: 0;
}

.page-blog-latest-galaxy6623-promotions-analysis__conclusion p {
    text-align: center;
    font-size: 1.1em;
    color: var(--text-secondary);
}

.page-blog-latest-galaxy6623-promotions-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-latest-galaxy6623-promotions-analysis__cta-buttons .page-blog-latest-galaxy6623-promotions-analysis__cta-button {
    min-width: 200px;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-latest-galaxy6623-promotions-analysis__main-title {
        font-size: clamp(2em, 5vw, 2.8em);
    }
}

@media (max-width: 768px) {
    .page-blog-latest-galaxy6623-promotions-analysis {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__hero-section {
        padding: 10px 15px 40px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__hero-image {
        max-height: 300px;
        margin-bottom: 20px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
        margin-bottom: 15px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__cta-button {
        padding: 12px 20px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__btn-secondary {
        margin-left: 0;
        margin-top: 10px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__video-section,
    .page-blog-latest-galaxy6623-promotions-analysis__content-area,
    .page-blog-latest-galaxy6623-promotions-analysis__promotions-types,
    .page-blog-latest-galaxy6623-promotions-analysis__how-to-join,
    .page-blog-latest-galaxy6623-promotions-analysis__tips,
    .page-blog-latest-galaxy6623-promotions-analysis__why-galaxy6623,
    .page-blog-latest-galaxy6623-promotions-analysis__faq,
    .page-blog-latest-galaxy6623-promotions-analysis__conclusion {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__video-section {
        padding-top: 10px !important; /* body handles --header-offset, so only small decorative padding here */
    }

    .page-blog-latest-galaxy6623-promotions-analysis__section-title {
        font-size: clamp(1.5em, 6vw, 2em);
        margin-bottom: 30px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__image-full-width,
    .page-blog-latest-galaxy6623-promotions-analysis__card-image,
    .page-blog-latest-galaxy6623-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__card {
        padding: 20px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__card-title {
        font-size: 1.2em;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-latest-galaxy6623-promotions-analysis__faq-answer {
        padding: 15px 20px;
    }
}