/* style/support-account-issues-help.css */

.page-support-account-issues-help {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f9;
}

.page-support-account-issues-help__hero {
    background: linear-gradient(135deg, #003366 0%, #0a4f94 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-support-account-issues-help__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-support-account-issues-help__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.page-support-account-issues-help__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-support-account-issues-help__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-support-account-issues-help__hero-image {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.page-support-account-issues-help__hero-image .page-support-account-issues-help__img-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-support-account-issues-help__section {
    padding: 60px 0;
}

.page-support-account-issues-help__section--intro {
    background-color: #ffffff;
    text-align: center;
}

.page-support-account-issues-help__section--intro h2 {
    color: #003366;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-support-account-issues-help__section--intro p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #555;
}

.page-support-account-issues-help__section--issues {
    background-color: #f4f7f9;
}

.page-support-account-issues-help__section--issues h2 {
    text-align: center;
    color: #003366;
    font-size: 2.8em;
    margin-bottom: 50px;
}

.page-support-account-issues-help__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-support-account-issues-help__grid-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-support-account-issues-help__grid-item .page-support-account-issues-help__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    color: #FFCC00; /* Use accent color for icons if they are SVG */
    fill: #FFCC00; /* For SVG icons */
}

.page-support-account-issues-help__grid-item h3 {
    color: #003366;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-support-account-issues-help__grid-item p {
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.page-support-account-issues-help__grid-item ol, .page-support-account-issues-help__grid-item ul {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #666;
}

.page-support-account-issues-help__grid-item ol li, .page-support-account-issues-help__grid-item ul li {
    margin-bottom: 8px;
}

.page-support-account-issues-help__section--security {
    background-color: #003366;
    color: #fff;
}

.page-support-account-issues-help__section--security h2 {
    text-align: center;
    color: #FFCC00;
    font-size: 2.8em;
    margin-bottom: 40px;
}

.page-support-account-issues-help__section--security p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    text-align: center;
    color: #e0e0e0;
}

.page-support-account-issues-help__section--security ul {
    max-width: 900px;
    margin: 0 auto 30px auto;
    padding-left: 20px;
    list-style: disc;
}

.page-support-account-issues-help__section--security ul li {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-support-account-issues-help__section--contact {
    background-color: #ffffff;
    text-align: center;
}

.page-support-account-issues-help__section--contact h2 {
    color: #003366;
    font-size: 2.8em;
    margin-bottom: 40px;
}

.page-support-account-issues-help__section--contact p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #555;
}

.page-support-account-issues-help__contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-support-account-issues-help__method-item {
    background-color: #f4f7f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-support-account-issues-help__method-item .page-support-account-issues-help__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: #003366;
    fill: #003366;
}

.page-support-account-issues-help__method-item h3 {
    color: #003366;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-support-account-issues-help__method-item p {
    color: #666;
    font-size: 1em;
    margin-bottom: 20px;
}

.page-support-account-issues-help__section--faq {
    background-color: #f4f7f9;
}

.page-support-account-issues-help__section--faq h2 {
    text-align: center;
    color: #003366;
    font-size: 2.8em;
    margin-bottom: 40px;
}

.page-support-account-issues-help__faq-item {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #FFCC00;
}

.page-support-account-issues-help__faq-item h3 {
    color: #003366;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer; /* For potential accordion functionality */
}

.page-support-account-issues-help__faq-item p {
    color: #666;
    font-size: 1em;
    margin-top: 10px;
}

.page-support-account-issues-help__section--conclusion {
    background-color: #003366;
    color: #fff;
    text-align: center;
}

.page-support-account-issues-help__section--conclusion h2 {
    color: #FFCC00;
    font-size: 2.8em;
    margin-bottom: 30px;
}

.page-support-account-issues-help__section--conclusion p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

.page-support-account-issues-help__section--conclusion ul {
    max-width: 900px;
    margin: 0 auto 30px auto;
    padding-left: 20px;
    list-style: disc;
    text-align: left;
}

.page-support-account-issues-help__section--conclusion ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-support-account-issues-help__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Buttons */
.page-support-account-issues-help__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.page-support-account-issues-help__btn--primary {
    background-color: #FFCC00;
    color: #003366;
    border: 2px solid #FFCC00;
}

.page-support-account-issues-help__btn--primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-2px);
}

.page-support-account-issues-help__btn--secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
}

.page-support-account-issues-help__btn--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-2px);
}

.page-support-account-issues-help__btn {
    background-color: #003366;
    color: #FFCC00;
    border: 2px solid #003366;
    margin-top: 15px;
}

.page-support-account-issues-help__btn:hover {
    background-color: #0a4f94;
    border-color: #0a4f94;
    color: #fff;
}

.page-support-account-issues-help__cta-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-support-account-issues-help__hero h1 {
        font-size: 2.5em;
    }
    .page-support-account-issues-help__hero p,
    .page-support-account-issues-help__section p,
    .page-support-account-issues-help__section ul li {
        font-size: 1em;
    }
    .page-support-account-issues-help__section h2 {
        font-size: 2.2em;
    }
    .page-support-account-issues-help__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-support-account-issues-help__hero {
        padding: 60px 15px;
    }
    .page-support-account-issues-help__hero h1 {
        font-size: 2em;
    }
    .page-support-account-issues-help__hero p {
        font-size: 0.95em;
    }
    .page-support-account-issues-help__section {
        padding: 40px 0;
    }
    .page-support-account-issues-help__section h2 {
        font-size: 1.8em;
    }
    .page-support-account-issues-help__grid-item h3 {
        font-size: 1.4em;
    }
    .page-support-account-issues-help__contact-methods {
        grid-template-columns: 1fr;
    }
    .page-support-account-issues-help__cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-support-account-issues-help__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-support-account-issues-help__hero h1 {
        font-size: 1.8em;
    }
    .page-support-account-issues-help__hero p {
        font-size: 0.9em;
    }
    .page-support-account-issues-help__section h2 {
        font-size: 1.6em;
    }
    .page-support-account-issues-help__grid-item {
        padding: 20px;
    }
    .page-support-account-issues-help__grid-item h3 {
        font-size: 1.2em;
    }
    .page-support-account-issues-help__faq-item {
        padding: 20px;
    }
    .page-support-account-issues-help__faq-item h3 {
        font-size: 1.2em;
    }
}