.page-support {
    font-family: Arial, sans-serif;
    color: #333333; /* Dark text for default light body background */
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Fixed header offset for desktop */
}

.page-support__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-support__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    padding: 0;
}

.page-support__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.6);
}

.page-support__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    z-index: 10;
    padding: 20px;
}

.page-support__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for prominence */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.page-support__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-support__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2B4C; /* Midnight Blue text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-support__hero-button:hover {
    background-color: #e5c100; /* Darker gold on hover */
    transform: translateY(-2px);
}

.page-support__section-title {
    font-size: 2.5em;
    color: #1A2B4C; /* Midnight Blue */
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    font-weight: bold;
}

.page-support__section-intro {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #555555;
}

.page-support__faq-section, .page-support__contact-options-section, .page-support__guides-section, .page-support__tech-support-section, .page-support__responsible-gaming-section, .page-support__why-choose-us-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-support__faq-image, .page-support__contact-image, .page-support__guides-image, .page-support__tech-image, .page-support__responsible-image, .page-support__why-choose-image {
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

.page-support__faq-list {
    margin-top: 30px;
}

.page-support__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-support__faq-question {
    font-size: 1.2em;
    color: #1A2B4C;
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-support__faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-support__faq-question.active::after {
    content: '-';
    transform: rotate(0deg);
}

.page-support__faq-answer {
    padding: 0 25px 15px 25px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-support__faq-answer.active {
    max-height: 500px; /* Adjust as needed for content length */
    padding: 15px 25px;
}

.page-support__faq-answer p {
    margin-bottom: 10px;
    color: #555555;
}

.page-support__faq-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-support__faq-link:hover {
    text-decoration: underline;
}

.page-support__faq-cta {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1em;
    color: #555555;
}

.page-support__faq-cta-link {
    color: #1A2B4C;
    text-decoration: none;
    font-weight: bold;
}

.page-support__faq-cta-link:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-support__contact-grid, .page-support__guides-grid, .page-support__why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-support__contact-card, .page-support__guide-card, .page-support__why-choose-card {
    background-color: #1A2B4C; /* Midnight Blue card background */
    color: #f0f0f0;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-support__contact-card:hover, .page-support__guide-card:hover, .page-support__why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-support__card-title {
    font-size: 1.5em;
    color: #FFD700; /* Gold title */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-support__card-text {
    font-size: 1em;
    margin-bottom: 20px;
    color: #cccccc;
}

.page-support__card-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2B4C; /* Midnight Blue text */
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-support__card-button:hover {
    background-color: #e5c100; /* Darker gold on hover */
    transform: translateY(-1px);
}

.page-support__tech-list, .page-support__responsible-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-support__tech-list li, .page-support__responsible-list li {
    background-color: #f0f4f8; /* Light blue-grey for list items */
    border-left: 5px solid #1A2B4C;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-support__tech-item-title, .page-support__list-item-title {
    font-size: 1.3em;
    color: #1A2B4C;
    margin-bottom: 5px;
}

.page-support__tech-item-text, .page-support__list-item-text {
    color: #555555;
    font-size: 1em;
}

.page-support__tech-cta, .page-support__responsible-button {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1em;
}

.page-support__tech-cta-link {
    color: #1A2B4C;
    text-decoration: none;
    font-weight: bold;
}

.page-support__tech-cta-link:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-support__responsible-gaming-section {
    background-color: #f8f8f8;
}

.page-support__content-heading {
    font-size: 1.8em;
    color: #1A2B4C;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.page-support__content-text {
    font-size: 1.1em;
    color: #555555;
    text-align: center;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-support__responsible-button {
    display: inline-block;
    background-color: #1A2B4C; /* Midnight Blue button */
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
}

.page-support__responsible-button:hover {
    background-color: #0d1a33; /* Darker Midnight Blue on hover */
    transform: translateY(-2px);
}

.page-support__responsible-button--secondary {
    background-color: #FFD700; /* Gold button */
    color: #1A2B4C;
}

.page-support__responsible-button--secondary:hover {
    background-color: #e5c100;
}

.page-support__why-choose-us-section {
    background-color: #ffffff;
}

.page-support__why-choose-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A2B4C; /* Midnight Blue text */
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 40px;
}

.page-support__why-choose-button:hover {
    background-color: #e5c100; /* Darker gold on hover */
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-support__hero-title {
        font-size: 3em;
    }
    .page-support__hero-description {
        font-size: 1.2em;
    }
    .page-support__section-title {
        font-size: 2em;
    }
    .page-support__contact-grid, .page-support__guides-grid, .page-support__why-choose-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-support__hero-title {
        font-size: 2.2em;
    }
    .page-support__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-support__hero-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-support__section-title {
        font-size: 1.8em;
    }
    .page-support__section-intro {
        font-size: 0.95em;
    }
    .page-support__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-support__faq-answer {
        padding: 0 20px 10px 20px;
    }
    .page-support__faq-answer.active {
        padding: 10px 20px;
    }
    .page-support__contact-card, .page-support__guide-card, .page-support__why-choose-card {
        padding: 20px;
    }
    .page-support__card-title {
        font-size: 1.3em;
    }
    .page-support__card-text {
        font-size: 0.9em;
    }
    .page-support__card-button {
        padding: 8px 15px;
        font-size: 0.9em;
    }
    .page-support__tech-list li, .page-support__responsible-list li {
        padding: 15px;
    }
    .page-support__tech-item-title, .page-support__list-item-title {
        font-size: 1.1em;
    }
    .page-support__content-heading {
        font-size: 1.5em;
    }
    .page-support__content-text {
        font-size: 1em;
    }
    .page-support__responsible-button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 5px;
    }
    .page-support__why-choose-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-support__container img {
        max-width: 100%;
        height: auto;
    }
    /* Ensure content area images do not overflow */
    .page-support img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-support__hero-title {
        font-size: 1.8em;
    }
    .page-support__hero-description {
        font-size: 0.9em;
    }
    .page-support__section-title {
        font-size: 1.5em;
    }
    .page-support__contact-grid, .page-support__guides-grid, .page-support__why-choose-grid {
        grid-template-columns: 1fr;
    }
    .page-support__responsible-button {
        display: block;
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    .page-support__why-choose-button {
        width: calc(100% - 40px);
    }
}