.page-support {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

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

/* Hero Section */
.page-support__hero {
    background-color: #0A246A;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-support__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-support__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    position: relative;
    z-index: 1;
}

.page-support__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    position: relative;
    z-index: 1;
}

.page-support__hero-description a {
    color: #FFD700;
    text-decoration: underline;
}

.page-support__hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-support__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    font-size: 1em;
}

.page-support__btn--primary {
    background-color: #FFD700;
    color: #0A246A;
    border: 2px solid #FFD700;
}

.page-support__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-support__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-support__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A246A;
}

/* Section Titles */
.page-support__section-title {
    font-size: 2.2em;
    color: #0A246A;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 60px;
}

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

.page-support__keyword {
    font-weight: bold;
    color: #0A246A;
}

/* FAQ Section */
.page-support__faq {
    padding: 60px 0;
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.page-support__faq-list {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page-support__faq-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.page-support__faq-question {
    font-size: 1.2em;
    color: #0A246A;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

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

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

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

.page-support__faq-answer.open {
    max-height: 500px;
    padding-top: 10px;
}

.page-support__faq-answer a {
    color: #0A246A;
    text-decoration: underline;
}

.page-support__faq-image {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: auto;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

/* Contact Section */
.page-support__contact {
    padding: 60px 0;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-support__contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
}

.page-support__contact-item {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.page-support__contact-item:hover {
    transform: translateY(-5px);
}

.page-support__contact-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-support__contact-title {
    font-size: 1.4em;
    color: #0A246A;
    margin-bottom: 10px;
}

.page-support__contact-description {
    color: #666;
    margin-bottom: 20px;
}

.page-support__btn--outline {
    background-color: transparent;
    color: #0A246A;
    border: 2px solid #0A246A;
    padding: 10px 20px;
}

.page-support__btn--outline:hover {
    background-color: #0A246A;
    color: #FFFFFF;
}

.page-support__contact-image {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 350px;
    height: auto;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

/* Resources Section */
.page-support__resources {
    padding: 60px 0;
    background-color: #eef2f7;
}

.page-support__resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.page-support__resource-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-support__resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-support__resource-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.page-support__resource-title {
    font-size: 1.3em;
    color: #0A246A;
    margin-bottom: 10px;
}

.page-support__resource-description {
    color: #666;
    font-size: 0.95em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-support__hero-title {
        font-size: 2em;
    }
    .page-support__hero-description {
        font-size: 1em;
    }
    .page-support__hero-actions {
        flex-direction: column;
    }
    .page-support__section-title {
        font-size: 1.8em;
    }
    .page-support__faq-question {
        font-size: 1.1em;
    }
    .page-support__contact-methods,
    .page-support__resource-grid {
        grid-template-columns: 1fr;
    }
    .page-support__faq-image,
    .page-support__contact-image {
        display: none;
    }
}