:root {    --page-primary-color: #FFD700;    --page-secondary-color: #007bff;    --page-text-color: #333333;    --page-light-text-color: #555555;    --page-background-color: #f8f9fa;    --page-dark-background-color: #1a1a1a;    --page-card-background: #ffffff;    --page-border-color: #e0e0e0;    --page-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);    --page-border-radius: 8px;    --page-padding-section: 60px 20px;    --page-padding-section-mobile: 40px 15px;    --header-offset: 122px;}.page-promo-code-for-phlago {    font-family: 'Arial', sans-serif;    line-height: 1.6;    color: var(--page-text-color);    background-color: var(--page-background-color);    padding-top: var(--header-offset, 122px);}.page-promo-code-for-phlago__highlight {    color: var(--page-primary-color);    font-weight: bold;}.page-promo-code-for-phlago__section-title {    font-size: 2.5em;    color: var(--page-dark-background-color);    text-align: center;    margin-bottom: 40px;    position: relative;    padding-bottom: 15px;}.page-promo-code-for-phlago__section-title::after {    content: '';    position: absolute;    left: 50%;    bottom: 0;    transform: translateX(-50%);    width: 80px;    height: 4px;    background-color: var(--page-primary-color);    border-radius: 2px;}.page-promo-code-for-phlago__section-title--small {    font-size: 1.8em;    margin-bottom: 30px;}/* HERO Section */.page-promo-code-for-phlago__hero-section {    position: relative;    width: 100%;    height: 60vh;    min-height: 400px;    display: flex;    align-items: center;    justify-content: center;    text-align: center;    overflow: hidden;    color: #fff;    padding: 10px 20px 0;    box-sizing: border-box;}.page-promo-code-for-phlago__hero-image {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    z-index: -1;    filter: brightness(0.6);    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}.page-promo-code-for-phlago__hero-content {    max-width: 900px;    z-index: 1;    padding: 20px;    background: rgba(0, 0, 0, 0.4);    border-radius: var(--page-border-radius);}.page-promo-code-for-phlago__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    line-height: 1.2;    color: #fff;}.page-promo-code-for-phlago__hero-description {    font-size: 1.2em;    margin-bottom: 30px;    color: #eee;}.page-promo-code-for-phlago__hero-cta {    display: inline-block;    background-color: var(--page-primary-color);    color: var(--page-dark-background-color);    padding: 15px 30px;    border-radius: 50px;    text-decoration: none;    font-weight: bold;    font-size: 1.1em;    transition: background-color 0.3s ease, transform 0.3s ease;}.page-promo-code-for-phlago__hero-cta:hover {    background-color: #FFC107;    transform: translateY(-3px);}/* Partner/Supplier Logo Section */.page-promo-code-for-phlago__payment-providers {    padding: var(--page-padding-section);    background-color: var(--page-card-background);    text-align: center;}.page-promo-code-for-phlago__logo-grid {    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;    gap: 30px;    width: 100%;    max-width: 1200px;    margin: 0 auto;    box-sizing: border-box;}.page-promo-code-for-phlago__payment-logo {    flex: 0 0 auto;    width: 80px;    height: 80px;    max-width: 80px;    max-height: 80px;    box-sizing: border-box;    object-fit: contain;}/* Introduction Section */.page-promo-code-for-phlago__introduction-section {    padding: var(--page-padding-section);    background-color: var(--page-background-color);    text-align: center;    max-width: 1200px;    margin: 0 auto;}.page-promo-code-for-phlago__intro-text {    font-size: 1.1em;    margin-bottom: 50px;    max-width: 800px;    margin-left: auto;    margin-right: auto;}.page-promo-code-for-phlago__features-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    text-align: left;}.page-promo-code-for-phlago__feature-item {    background-color: var(--page-card-background);    padding: 30px;    border-radius: var(--page-border-radius);    box-shadow: var(--page-shadow);    transition: transform 0.3s ease;}.page-promo-code-for-phlago__feature-item:hover {    transform: translateY(-5px);}.page-promo-code-for-phlago__feature-icon {    width: 100px;    height: 100px;    object-fit: contain;    margin-bottom: 20px;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}.page-promo-code-for-phlago__feature-title {    font-size: 1.4em;    color: var(--page-dark-background-color);    margin-bottom: 10px;}.page-promo-code-for-phlago__feature-description {    color: var(--page-light-text-color);}/* Quick Access Section */.page-promo-code-for-phlago__quick-access-section {    padding: var(--page-padding-section);    background-color: var(--page-dark-background-color);    color: #fff;    text-align: center;}.page-promo-code-for-phlago__access-links {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 20px;    margin-bottom: 40px;}.page-promo-code-for-phlago__access-button {    display: inline-block;    background-color: var(--page-primary-color);    color: var(--page-dark-background-color);    padding: 12px 25px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    font-size: 1em;    transition: background-color 0.3s ease, transform 0.3s ease;    min-width: 180px;}.page-promo-code-for-phlago__access-button:hover {    background-color: #FFC107;    transform: translateY(-2px);}.page-promo-code-for-phlago__access-note {    font-size: 1.1em;    color: #eee;    max-width: 800px;    margin: 0 auto;}/* Core Games Section */.page-promo-code-for-phlago__games-section {    padding: var(--page-padding-section);    background-color: var(--page-background-color);    text-align: center;    max-width: 1200px;    margin: 0 auto;}.page-promo-code-for-phlago__game-categories {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;}.page-promo-code-for-phlago__game-card {    background-color: var(--page-card-background);    border-radius: var(--page-border-radius);    box-shadow: var(--page-shadow);    overflow: hidden;    text-align: left;    transition: transform 0.3s ease;}.page-promo-code-for-phlago__game-card:hover {    transform: translateY(-5px);}.page-promo-code-for-phlago__game-image {    width: 100%;    height: 200px;    object-fit: cover;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}.page-promo-code-for-phlago__game-title {    font-size: 1.3em;    color: var(--page-dark-background-color);    margin: 15px 20px 10px;}.page-promo-code-for-phlago__game-description {    color: var(--page-light-text-color);    margin: 0 20px 20px;    font-size: 0.95em;}/* Promotions Section */.page-promo-code-for-phlago__promotions-section {    padding: var(--page-padding-section);    background-color: var(--page-card-background);    text-align: center;    max-width: 1200px;    margin: 0 auto;}.page-promo-code-for-phlago__promo-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;}.page-promo-code-for-phlago__promo-card {    background-color: var(--page-background-color);    border-radius: var(--page-border-radius);    box-shadow: var(--page-shadow);    overflow: hidden;    text-align: left;    transition: transform 0.3s ease;}.page-promo-code-for-phlago__promo-card:hover {    transform: translateY(-5px);}.page-promo-code-for-phlago__promo-image {    width: 100%;    height: 220px;    object-fit: cover;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}.page-promo-code-for-phlago__promo-title {    font-size: 1.4em;    color: var(--page-dark-background-color);    margin: 15px 20px 10px;}.page-promo-code-for-phlago__promo-description {    color: var(--page-light-text-color);    margin: 0 20px 20px;    font-size: 0.95em;}.page-promo-code-for-phlago__promo-cta {    display: inline-block;    background-color: var(--page-secondary-color);    color: #fff;    padding: 10px 20px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    margin: 0 20px 20px;    transition: background-color 0.3s ease;}.page-promo-code-for-phlago__promo-cta:hover {    background-color: #0056b3;}/* Security Section */.page-promo-code-for-phlago__security-section {    padding: var(--page-padding-section);    background-color: var(--page-background-color);    text-align: center;    max-width: 1200px;    margin: 0 auto;}.page-promo-code-for-phlago__security-intro {    font-size: 1.1em;    margin-bottom: 50px;    max-width: 800px;    margin-left: auto;    margin-right: auto;}.page-promo-code-for-phlago__security-features {    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: flex-start;    gap: 40px;}.page-promo-code-for-phlago__security-list {    list-style: none;    padding: 0;    margin: 0;    text-align: left;    flex: 1;    min-width: 300px;    max-width: 500px;    background-color: var(--page-card-background);    border-radius: var(--page-border-radius);    box-shadow: var(--page-shadow);    padding: 30px;    box-sizing: border-box;}.page-promo-code-for-phlago__security-item {    font-size: 1.1em;    margin-bottom: 15px;    padding-left: 30px;    position: relative;    color: var(--page-text-color);}.page-promo-code-for-phlago__security-item::before {    content: '✓';    color: var(--page-primary-color);    font-weight: bold;    position: absolute;    left: 0;    top: 0;}.page-promo-code-for-phlago__customer-support {    flex: 1;    min-width: 300px;    max-width: 500px;    background-color: var(--page-card-background);    border-radius: var(--page-border-radius);    box-shadow: var(--page-shadow);    padding: 30px;    text-align: center;    box-sizing: border-box;}.page-promo-code-for-phlago__support-image {    width: 120px;    height: 120px;    object-fit: contain;    margin-bottom: 20px;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}.page-promo-code-for-phlago__support-title {    font-size: 1.5em;    color: var(--page-dark-background-color);    margin-bottom: 10px;}.page-promo-code-for-phlago__support-text {    color: var(--page-light-text-color);    margin-bottom: 20px;}.page-promo-code-for-phlago__support-cta {    display: inline-block;    background-color: var(--page-secondary-color);    color: #fff;    padding: 12px 25px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    transition: background-color 0.3s ease;}.page-promo-code-for-phlago__support-cta:hover {    background-color: #0056b3;}/* FAQ Section */.page-promo-code-for-phlago__faq-section {    padding: var(--page-padding-section);    background-color: var(--page-dark-background-color);    color: #fff;    max-width: 1200px;    margin: 0 auto;}.page-promo-code-for-phlago__faq-container {    max-width: 800px;    margin: 0 auto;}.page-promo-code-for-phlago__faq-item {    background-color: var(--page-card-background);    color: var(--page-text-color);    margin-bottom: 15px;    border-radius: var(--page-border-radius);    overflow: hidden;    box-shadow: var(--page-shadow);}.page-promo-code-for-phlago__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    cursor: pointer;    user-select: none;    background-color: #f0f0f0;    transition: background-color 0.3s ease;}.page-promo-code-for-phlago__faq-question:hover {    background-color: #e9e9e9;}.page-promo-code-for-phlago__faq-heading {    font-size: 1.2em;    margin: 0;    color: var(--page-dark-background-color);    pointer-events: none;}.page-promo-code-for-phlago__faq-toggle {    font-size: 1.5em;    font-weight: bold;    color: var(--page-primary-color);    transition: transform 0.3s ease;    pointer-events: none;}.page-promo-code-for-phlago__faq-item.active .page-promo-code-for-phlago__faq-toggle {    transform: rotate(45deg);}.page-promo-code-for-phlago__faq-answer {    max-height: 0;    overflow: hidden;    padding: 0 25px;    opacity: 0;    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-promo-code-for-phlago__faq-item.active .page-promo-code-for-phlago__faq-answer {    max-height: 2000px !important;    padding: 20px 25px !important;    opacity: 1;}.page-promo-code-for-phlago__faq-text {    margin: 0;    color: var(--page-light-text-color);}/* Blog Section */.page-promo-code-for-phlago__blog-section {    padding: var(--page-padding-section);    background-color: var(--page-background-color);    text-align: center;    max-width: 1200px;    margin: 0 auto;}.page-promo-code-for-phlago__blog-posts {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;}.page-promo-code-for-phlago__blog-card {    background-color: var(--page-card-background);    border-radius: var(--page-border-radius);    box-shadow: var(--page-shadow);    overflow: hidden;    text-align: left;    transition: transform 0.3s ease;}.page-promo-code-for-phlago__blog-card:hover {    transform: translateY(-5px);}.page-promo-code-for-phlago__blog-image {    width: 100%;    height: 200px;    object-fit: cover;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;}.page-promo-code-for-phlago__blog-content {    padding: 20px;}.page-promo-code-for-phlago__blog-title {    font-size: 1.3em;    margin-top: 0;    margin-bottom: 10px;}.page-promo-code-for-phlago__blog-title a {    color: var(--page-dark-background-color);    text-decoration: none;    transition: color 0.3s ease;}.page-promo-code-for-phlago__blog-title a:hover {    color: var(--page-primary-color);}.page-promo-code-for-phlago__blog-excerpt {    color: var(--page-light-text-color);    font-size: 0.95em;    margin-bottom: 15px;}.page-promo-code-for-phlago__blog-date {    font-size: 0.85em;    color: #888;}/* Responsive adjustments */@media (max-width: 1024px) {    .page-promo-code-for-phlago__hero-title {        font-size: 2.8em;    }    .page-promo-code-for-phlago__hero-description {        font-size: 1.1em;    }    .page-promo-code-for-phlago__section-title {        font-size: 2em;    }    .page-promo-code-for-phlago__section-title--small {        font-size: 1.6em;    }}@media (max-width: 768px) {    .page-promo-code-for-phlago {        padding-top: var(--header-offset, 122px);    }    .page-promo-code-for-phlago__hero-section {        height: 50vh;        min-height: 350px;        padding-left: 15px;        padding-right: 15px;    }    .page-promo-code-for-phlago__hero-title {        font-size: 2.2em;    }    .page-promo-code-for-phlago__hero-description {        font-size: 1em;    }    .page-promo-code-for-phlago__hero-cta {        padding: 12px 25px;        font-size: 1em;    }    .page-promo-code-for-phlago__section-title {        font-size: 1.8em;        margin-bottom: 30px;    }    .page-promo-code-for-phlago__section-title--small {        font-size: 1.4em;    }    .page-promo-code-for-phlago__payment-providers {        padding: var(--page-padding-section-mobile);    }    .page-promo-code-for-phlago__logo-grid {        flex-direction: row;        flex-wrap: wrap;        justify-content: center;        gap: 16px;        width: 100% !important;        max-width: 100% !important;        padding: 0 !important;        margin-left: 0 !important;        margin-right: 0 !important;        box-sizing: border-box !important;    }    .page-promo-code-for-phlago__payment-logo {        width: 80px !important;        height: 80px !important;        max-width: 80px !important;        max-height: 80px !important;        box-sizing: border-box !important;        object-fit: contain;    }    .page-promo-code-for-phlago__introduction-section,    .page-promo-code-for-phlago__quick-access-section,    .page-promo-code-for-phlago__games-section,    .page-promo-code-for-phlago__promotions-section,    .page-promo-code-for-phlago__security-section,    .page-promo-code-for-phlago__blog-section {        padding: var(--page-padding-section-mobile);    }    .page-promo-code-for-phlago__features-grid,    .page-promo-code-for-phlago__game-categories,    .page-promo-code-for-phlago__promo-grid,    .page-promo-code-for-phlago__blog-posts {        grid-template-columns: 1fr;    }    .page-promo-code-for-phlago__feature-icon,    .page-promo-code-for-phlago__support-image {        width: 80px;        height: 80px;    }    .page-promo-code-for-phlago__access-links {        flex-direction: column;        align-items: center;    }    .page-promo-code-for-phlago__access-button {        width: 100%;        max-width: 300px;    }    .page-promo-code-for-phlago__security-features {        flex-direction: column;        gap: 30px;    }    .page-promo-code-for-phlago__security-list,    .page-promo-code-for-phlago__customer-support {        min-width: unset;        width: 100%;        max-width: 100%;        padding: 20px 15px;        box-sizing: border-box !important;    }    .page-promo-code-for-phlago__security-item {        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        word-wrap: break-word !important;        overflow-wrap: break-word !important;        word-break: break-word !important;        margin-left: 0 !important;        margin-right: 0 !important;        padding-right: 15px !important;    }    .page-promo-code-for-phlago__faq-question {        padding: 15px 20px;    }    .page-promo-code-for-phlago__faq-heading {        font-size: 1.1em;    }    .page-promo-code-for-phlago__faq-answer {        padding: 0 20px;    }    .page-promo-code-for-phlago__faq-item.active .page-promo-code-for-phlago__faq-answer {        padding: 15px 20px !important;    }    .page-promo-code-for-phlago__faq-text {        font-size: 0.95em;    }    .page-promo-code-for-phlago__blog-card {        width: 100%;        max-width: 100%;    }}@media (max-width: 480px) {    .page-promo-code-for-phlago__hero-title {        font-size: 1.8em;    }    .page-promo-code-for-phlago__hero-description {        font-size: 0.9em;    }    .page-promo-code-for-phlago__hero-cta {        padding: 10px 20px;        font-size: 0.9em;    }    .page-promo-code-for-phlago__section-title {        font-size: 1.5em;    }    .page-promo-code-for-phlago__section-title--small {        font-size: 1.2em;    }    .page-promo-code-for-phlago__quick-access-section,    .page-promo-code-for-phlago__introduction-section,    .page-promo-code-for-phlago__games-section,    .page-promo-code-for-phlago__promotions-section,    .page-promo-code-for-phlago__security-section,    .page-promo-code-for-phlago__blog-section {        padding: 30px 10px;    }    .page-promo-code-for-phlago__faq-question {        padding: 12px 15px;    }    .page-promo-code-for-phlago__faq-heading {        font-size: 1em;    }    .page-promo-code-for-phlago__faq-toggle {        font-size: 1.3em;    }    .page-promo-code-for-phlago__faq-answer {        padding: 0 15px;    }    .page-promo-code-for-phlago__faq-item.active .page-promo-code-for-phlago__faq-answer {        padding: 12px 15px !important;    }}