.page-support {
    background-color: #0D0E12; /* Background */
    color: #FFF3E6; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding for first section */
}

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

.page-support__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #FFB04D; /* Glow color for titles fallback */
    background: linear-gradient(to right, #FFA53A, #FF8C1A); /* Gradient for titles */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.page-support__section-description {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Section */
.page-support__hero-section {
    display: flex;
    flex-direction: column; /* Default to column for mobile first, then row for desktop */
    align-items: center;
    text-align: center;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-color: #17191F; /* Card BG */
    border-bottom: 2px solid #A84F0C; /* Border */
}

.page-support__hero-image-wrapper {
    width: 100%;
    order: 1; /* Image first */
    margin-bottom: 20px;
}

.page-support__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.page-support__hero-content {
    order: 2; /* Content second */
    max-width: 800px;
    padding: 0 20px;
}

.page-support__main-title {
    font-size: clamp(2.2rem, 5vw, 3rem); /* H1 font size with clamp */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFB04D; /* Glow color for H1 fallback */
    background: linear-gradient(to right, #FFA53A, #FF8C1A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.page-support__hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #FFF3E6; /* Text Main */
}

.page-support__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
    min-height: 44px; /* Ensure touch target size */
}

.page-support__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

/* FAQ Section */
.page-support__faq-section {
    padding: 60px 0;
    background-color: #0D0E12; /* Background */
}

.page-support__faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-support__faq-item {
    background-color: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-support__faq-question {
    font-size: 1.3rem;
    color: #FFB04D; /* Glow */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-support__faq-question.is-active {
    color: #FFA53A;
}

.page-support__faq-answer {
    font-size: 1rem;
    color: #FFF3E6; /* Text Main */
}

.page-support__view-all-faq-button {
    display: block;
    width: fit-content;
    margin: 40px auto 0 auto;
    padding: 12px 25px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
    min-height: 44px;
}

.page-support__view-all-faq-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

/* Contact Section */
.page-support__contact-section {
    padding: 60px 0;
    background-color: #100224; /* A slightly darker purple-black for contrast */
}

.page-support__contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-support__contact-card {
    background-color: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border */
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-support__contact-card-icon {
    width: 100%; /* Ensure image fills card width */
    max-width: 250px; /* Max width for icons */
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    min-width: 200px; /* Enforce min size */
    min-height: 200px;
}

.page-support__contact-card-title {
    font-size: 1.4rem;
    color: #FFB04D; /* Glow */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-support__contact-card-text {
    font-size: 1rem;
    color: #FFF3E6; /* Text Main */
    margin-bottom: 20px;
    flex-grow: 1; /* Allow text to grow and push button to bottom */
}

.page-support__contact-card-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 140, 26, 0.3);
    min-height: 44px;
    width: 100%;
    max-width: 250px;
}

.page-support__contact-card-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 140, 26, 0.5);
}

/* Guides Section */
.page-support__guides-section {
    padding: 60px 0;
    background-color: #0D0E12; /* Background */
}

.page-support__guides-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-support__guide-card {
    background-color: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.page-support__guide-card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency, will be object-fit */
    object-fit: cover;
    object-position: center;
    display: block;
    min-width: 200px; /* Enforce min size */
    min-height: 200px;
}

.page-support__guide-card-title {
    font-size: 1.2rem;
    color: #FFB04D; /* Glow */
    margin: 15px 15px 10px 15px;
    font-weight: 600;
    flex-grow: 1;
}

.page-support__guide-card-title a {
    color: #FFB04D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-support__guide-card-title a:hover {
    color: #FFA53A;
}

.page-support__guide-card-text {
    font-size: 0.95rem;
    color: #FFF3E6; /* Text Main */
    padding: 0 15px 15px 15px;
}

.page-support__guide-card-button {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0 15px 15px 15px;
    padding: 10px 20px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 140, 26, 0.3);
    text-align: center;
    min-height: 44px;
}

.page-support__guide-card-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 140, 26, 0.5);
}

/* Responsible Gaming Section */
.page-support__responsible-gaming-section {
    padding: 60px 0;
    background-color: #17191F; /* Card BG */
    text-align: center;
    border-top: 2px solid #A84F0C; /* Border */
}

.page-support__responsible-gaming-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
    color: #FFF3E6;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
    min-height: 44px;
}

.page-support__responsible-gaming-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

/* Responsive adjustments */
@media (min-width: 769px) {
    .page-support__hero-section {
        flex-direction: row; /* Desktop: image and content side-by-side */
        text-align: left;
        padding: 60px 0;
    }

    .page-support__hero-image-wrapper {
        width: 50%;
        order: 2; /* Image on right */
        margin-bottom: 0;
        padding-left: 20px; /* Spacing */
    }

    .page-support__hero-image {
        aspect-ratio: 16/9;
    }

    .page-support__hero-content {
        width: 50%;
        order: 1; /* Content on left */
        padding-right: 20px; /* Spacing */
    }

    .page-support__main-title {
        text-align: left;
    }

    .page-support__hero-description {
        text-align: left;
    }

    .page-support__cta-button {
        margin-left: 0;
    }
}

@media (max-width: 849px) {
    /* Hero section specific mobile rules as per 0.5 */
    .page-support__hero-section {
        flex-direction: column; /* Always column on mobile */
        text-align: center;
    }

    .page-support__hero-image-wrapper {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
        padding: 0;
    }

    .page-support__hero-image {
        aspect-ratio: 16/9; /* Adjusted aspect ratio for mobile hero */
        object-fit: cover;
        width: 100%;
        height: auto; /* Let aspect-ratio and object-fit manage height */
    }

    .page-support__hero-content {
        width: 100%;
        order: 2;
        padding: 0 20px;
    }

    .page-support__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem); /* Adjust H1 for smaller screens */
        text-align: center;
    }

    .page-support__hero-description {
        font-size: 1rem;
        text-align: center;
    }

    .page-support__cta-button {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .page-support__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }
    .page-support__section-description {
        font-size: 0.95rem;
    }
    .page-support__faq-question {
        font-size: 1.1rem;
    }
    .page-support__faq-answer {
        font-size: 0.9rem;
    }
    .page-support__contact-card-title {
        font-size: 1.2rem;
    }
    .page-support__contact-card-text {
        font-size: 0.9rem;
    }
    .page-support__guide-card-title {
        font-size: 1.1rem;
    }
    .page-support__guide-card-text {
        font-size: 0.85rem;
    }

    /* Ensure content area images are responsive and not smaller than 200px where applicable */
    .page-support img {
        max-width: 100%;
        height: auto;
    }
    /* Specific rules to prevent content images from being too small, overriding potential card defaults */
    .page-support__contact-card-icon,
    .page-support__guide-card-image {
        min-width: 200px; /* Enforce min size for content images if they are displayed smaller by default */
        min-height: 200px;
        width: 100%; /* Ensure they fill available width */
        height: auto; /* Maintain aspect ratio */
    }
    .page-support__guide-card-image {
         height: 200px; /* Keep consistent height for guide cards */
    }
}

@media (max-width: 549px) {
    .page-support__hero-image {
        aspect-ratio: 4/3; /* More vertical for very small screens */
    }
    .page-support__main-title {
        font-size: clamp(1.8rem, 9vw, 2.2rem);
    }
    .page-support__contact-methods,
    .page-support__guides-list {
        grid-template-columns: 1fr; /* Single column layout for very small screens */
    }
}