/* style/blog-eu88-new-link-games-promotions.css */

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

.page-blog-eu88-new-link-games-promotions {
    color: var(--eu88-text-main);
    background-color: var(--eu88-background);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.page-blog-eu88-new-link-games-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-eu88-new-link-games-promotions__section {
    padding: 60px 0;
    position: relative;
}

.page-blog-eu88-new-link-games-promotions__section-title {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--eu88-gold);
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-eu88-new-link-games-promotions__section-description {
    font-size: 1.1em;
    color: var(--eu88-text-secondary);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Hero Section */
.page-blog-eu88-new-link-games-promotions__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* body handles --header-offset */
    padding-bottom: 60px;
}

.page-blog-eu88-new-link-games-promotions__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.page-blog-eu88-new-link-games-promotions__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.page-blog-eu88-new-link-games-promotions__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.4); /* Slightly darker overlay for text readability */
    border-radius: 10px;
    margin-top: 100px; /* Push content down from top edge */
}

.page-blog-eu88-new-link-games-promotions__main-title {
    font-size: clamp(2.2em, 4vw, 3.2em);
    font-weight: 800;
    color: var(--eu88-gold);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-eu88-new-link-games-promotions__hero-description {
    font-size: 1.2em;
    color: var(--eu88-text-main);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-eu88-new-link-games-promotions__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.page-blog-eu88-new-link-games-promotions__btn-primary,
.page-blog-eu88-new-link-games-promotions__btn-secondary,
.page-blog-eu88-new-link-games-promotions__btn-game,
.page-blog-eu88-new-link-games-promotions__btn-promo,
.page-blog-eu88-new-link-games-promotions__btn-step,
.page-blog-eu88-new-link-games-promotions__cta-final .page-blog-eu88-new-link-games-promotions__btn-primary,
.page-blog-eu88-new-link-games-promotions__cta-support .page-blog-eu88-new-link-games-promotions__btn-primary,
.page-blog-eu88-new-link-games-promotions__cta-support .page-blog-eu88-new-link-games-promotions__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
}

.page-blog-eu88-new-link-games-promotions__btn-primary,
.page-blog-eu88-new-link-games-promotions__btn-game,
.page-blog-eu88-new-link-games-promotions__btn-promo,
.page-blog-eu88-new-link-games-promotions__btn-step,
.page-blog-eu88-new-link-games-promotions__cta-final .page-blog-eu88-new-link-games-promotions__btn-primary {
    background: var(--eu88-button-gradient);
    color: var(--eu88-text-main);
    border: 2px solid transparent;
}

.page-blog-eu88-new-link-games-promotions__btn-primary:hover,
.page-blog-eu88-new-link-games-promotions__btn-game:hover,
.page-blog-eu88-new-link-games-promotions__btn-promo:hover,
.page-blog-eu88-new-link-games-promotions__btn-step:hover,
.page-blog-eu88-new-link-games-promotions__cta-final .page-blog-eu88-new-link-games-promotions__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(var(--eu88-glow), 0.4);
}

.page-blog-eu88-new-link-games-promotions__btn-secondary,
.page-blog-eu88-new-link-games-promotions__cta-support .page-blog-eu88-new-link-games-promotions__btn-secondary {
    background: transparent;
    color: var(--eu88-primary);
    border: 2px solid var(--eu88-primary);
}

.page-blog-eu88-new-link-games-promotions__btn-secondary:hover,
.page-blog-eu88-new-link-games-promotions__cta-support .page-blog-eu88-new-link-games-promotions__btn-secondary:hover {
    background: var(--eu88-primary);
    color: var(--eu88-text-main);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(var(--eu88-primary), 0.4);
}

/* Game Showcase */
.page-blog-eu88-new-link-games-promotions__games-showcase {
    background-color: var(--eu88-background);
}

.page-blog-eu88-new-link-games-promotions__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-eu88-new-link-games-promotions__game-card {
    background-color: var(--eu88-card-bg);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--eu88-border);
}

.page-blog-eu88-new-link-games-promotions__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-eu88-new-link-games-promotions__game-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-blog-eu88-new-link-games-promotions__game-title {
    font-size: 1.5em;
    color: var(--eu88-gold);
    margin-bottom: 10px;
}

.page-blog-eu88-new-link-games-promotions__game-title a {
    color: var(--eu88-gold);
    text-decoration: none;
}

.page-blog-eu88-new-link-games-promotions__game-title a:hover {
    text-decoration: underline;
}

.page-blog-eu88-new-link-games-promotions__game-text {
    font-size: 0.95em;
    color: var(--eu88-text-secondary);
    margin-bottom: 20px;
}

/* Promotions Section */
.page-blog-eu88-new-link-games-promotions__promotions-section {
    background-color: var(--eu88-deep-green);
}

.page-blog-eu88-new-link-games-promotions__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-eu88-new-link-games-promotions__promo-card {
    background-color: var(--eu88-card-bg);
    border-radius: 12px;
    overflow: hidden;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--eu88-border);
}

.page-blog-eu88-new-link-games-promotions__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-eu88-new-link-games-promotions__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-blog-eu88-new-link-games-promotions__promo-title {
    font-size: 1.6em;
    color: var(--eu88-gold);
    margin-bottom: 10px;
}

.page-blog-eu88-new-link-games-promotions__promo-text {
    font-size: 0.95em;
    color: var(--eu88-text-secondary);
    margin-bottom: 20px;
}

/* Guide Section */
.page-blog-eu88-new-link-games-promotions__guide-section {
    background-color: var(--eu88-background);
}

.page-blog-eu88-new-link-games-promotions__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-eu88-new-link-games-promotions__step-item {
    background-color: var(--eu88-card-bg);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--eu88-border);
}

.page-blog-eu88-new-link-games-promotions__step-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-blog-eu88-new-link-games-promotions__step-title {
    font-size: 1.8em;
    color: var(--eu88-gold);
    margin-bottom: 15px;
}

.page-blog-eu88-new-link-games-promotions__step-text {
    font-size: 1em;
    color: var(--eu88-text-secondary);
    margin-bottom: 25px;
}

/* Security Section */
.page-blog-eu88-new-link-games-promotions__security-section {
    background-color: var(--eu88-deep-green);
}

.page-blog-eu88-new-link-games-promotions__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-eu88-new-link-games-promotions__feature-item {
    background-color: var(--eu88-card-bg);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--eu88-border);
}

.page-blog-eu88-new-link-games-promotions__feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-blog-eu88-new-link-games-promotions__feature-title {
    font-size: 1.4em;
    color: var(--eu88-primary);
    margin-bottom: 10px;
}

.page-blog-eu88-new-link-games-promotions__feature-text {
    font-size: 0.95em;
    color: var(--eu88-text-secondary);
}

.page-blog-eu88-new-link-games-promotions__cta-support {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-eu88-new-link-games-promotions__faq-section {
    background-color: var(--eu88-background);
}

.page-blog-eu88-new-link-games-promotions__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-eu88-new-link-games-promotions__faq-item {
    background-color: var(--eu88-card-bg);
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid var(--eu88-border);
    overflow: hidden;
}

.page-blog-eu88-new-link-games-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--eu88-text-main);
    cursor: pointer;
    background-color: var(--eu88-deep-green);
    border-bottom: 1px solid var(--eu88-divider);
    list-style: none;
}

.page-blog-eu88-new-link-games-promotions__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-eu88-new-link-games-promotions__faq-question:hover {
    background-color: var(--eu88-primary);
}

.page-blog-eu88-new-link-games-promotions__faq-qtext {
    flex-grow: 1;
}

.page-blog-eu88-new-link-games-promotions__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-eu88-new-link-games-promotions__faq-item[open] .page-blog-eu88-new-link-games-promotions__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-eu88-new-link-games-promotions__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: var(--eu88-text-secondary);
    background-color: var(--eu88-card-bg);
}

/* Conclusion Section */
.page-blog-eu88-new-link-games-promotions__conclusion-section {
    background-color: var(--eu88-deep-green);
    text-align: center;
}

.page-blog-eu88-new-link-games-promotions__cta-final {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-eu88-new-link-games-promotions__hero-content {
        margin-top: 80px;
    }
    .page-blog-eu88-new-link-games-promotions__section-title {
        font-size: 2em;
    }
    .page-blog-eu88-new-link-games-promotions__game-grid,
    .page-blog-eu88-new-link-games-promotions__promo-grid,
    .page-blog-eu88-new-link-games-promotions__guide-steps,
    .page-blog-eu88-new-link-games-promotions__features-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-eu88-new-link-games-promotions {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-eu88-new-link-games-promotions__hero-content {
        margin-top: 60px;
        padding: 30px 15px;
    }

    .page-blog-eu88-new-link-games-promotions__main-title {
        font-size: clamp(1.8em, 6vw, 2.5em);
    }

    .page-blog-eu88-new-link-games-promotions__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }

    .page-blog-eu88-new-link-games-promotions__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-eu88-new-link-games-promotions__section {
        padding: 40px 0;
    }

    .page-blog-eu88-new-link-games-promotions__section-title {
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    .page-blog-eu88-new-link-games-promotions__section-description {
        font-size: 0.9em;
        margin-bottom: 30px;
    }

    /* Images responsive */
    .page-blog-eu88-new-link-games-promotions img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    /* Video responsive (if any) */
    .page-blog-eu88-new-link-games-promotions video,
    .page-blog-eu88-new-link-games-promotions__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    
    /* Containers responsive */
    .page-blog-eu88-new-link-games-promotions__section,
    .page-blog-eu88-new-link-games-promotions__card,
    .page-blog-eu88-new-link-games-promotions__container,
    .page-blog-eu88-new-link-games-promotions__game-card,
    .page-blog-eu88-new-link-games-promotions__promo-card,
    .page-blog-eu88-new-link-games-promotions__step-item,
    .page-blog-eu88-new-link-games-promotions__feature-item,
    .page-blog-eu88-new-link-games-promotions__faq-item,
    .page-blog-eu88-new-link-games-promotions__video-section,
    .page-blog-eu88-new-link-games-promotions__video-container,
    .page-blog-eu88-new-link-games-promotions__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    /* Buttons responsive */
    .page-blog-eu88-new-link-games-promotions__btn-primary,
    .page-blog-eu88-new-link-games-promotions__btn-secondary,
    .page-blog-eu88-new-link-games-promotions__btn-game,
    .page-blog-eu88-new-link-games-promotions__btn-promo,
    .page-blog-eu88-new-link-games-promotions__btn-step,
    .page-blog-eu88-new-link-games-promotions__cta-final .page-blog-eu88-new-link-games-promotions__btn-primary,
    .page-blog-eu88-new-link-games-promotions__cta-support .page-blog-eu88-new-link-games-promotions__btn-primary,
    .page-blog-eu88-new-link-games-promotions__cta-support .page-blog-eu88-new-link-games-promotions__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .page-blog-eu88-new-link-games-promotions__cta-buttons,
    .page-blog-eu88-new-link-games-promotions__cta-support {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-eu88-new-link-games-promotions__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-blog-eu88-new-link-games-promotions__faq-answer {
        padding: 15px 20px;
    }
    
    .page-blog-eu88-new-link-games-promotions__video-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }

    .page-blog-eu88-new-link-games-promotions__feature-icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .page-blog-eu88-new-link-games-promotions__hero-content {
        margin-top: 40px;
    }
    .page-blog-eu88-new-link-games-promotions__main-title {
        font-size: clamp(1.6em, 8vw, 2em);
    }
}