/* style/login-entry-troubleshooting.css */
.page-login-entry-troubleshooting {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #0A192F; /* Main dark blue background */
    line-height: 1.6;
}

.page-login-entry-troubleshooting__hero {
    background: linear-gradient(135deg, #0A192F 0%, #1A2E47 100%);
    padding: 100px 20px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-login-entry-troubleshooting__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,dark_pattern]');
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-login-entry-troubleshooting__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.page-login-entry-troubleshooting__title {
    font-size: 3.2em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.page-login-entry-troubleshooting__subtitle {
    font-size: 1.4em;
    color: #C0C0C0;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-login-entry-troubleshooting__section {
    padding: 60px 0;
    background-color: #0A192F;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-login-entry-troubleshooting__section:nth-of-type(even) {
    background-color: #1A2E47;
}

.page-login-entry-troubleshooting__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-login-entry-troubleshooting__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.page-login-entry-troubleshooting__section-description {
    font-size: 1.1em;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-login-entry-troubleshooting__issue-card {
    background-color: #1A2E47;
    border-left: 5px solid #FFD700;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-login-entry-troubleshooting__issue-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-login-entry-troubleshooting__issue-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-login-entry-troubleshooting__issue-body p {
    color: #C0C0C0;
    margin-bottom: 15px;
}

.page-login-entry-troubleshooting__issue-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
    object-fit: cover;
}

.page-login-entry-troubleshooting__solution-heading {
    font-size: 1.4em;
    color: #FFD700;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.page-login-entry-troubleshooting__solution-list {
    list-style-type: disc;
    padding-left: 25px;
    color: #C0C0C0;
    margin-bottom: 20px;
}

.page-login-entry-troubleshooting__solution-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-login-entry-troubleshooting__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.page-login-entry-troubleshooting__btn--primary {
    background-color: #FFD700;
    color: #0A192F;
    border: 2px solid #FFD700;
}

.page-login-entry-troubleshooting__btn--primary:hover {
    background-color: #E6C200;
    color: #000000;
    transform: translateY(-2px);
}

.page-login-entry-troubleshooting__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-login-entry-troubleshooting__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-login-entry-troubleshooting__proactive-tips .page-login-entry-troubleshooting__tips-list {
    list-style-type: decimal;
    padding-left: 25px;
    color: #E0E0E0;
    max-width: 800px;
    margin: 0 auto;
}

.page-login-entry-troubleshooting__proactive-tips .page-login-entry-troubleshooting__tips-list li {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-login-entry-troubleshooting__contact-support {
    text-align: center;
    background-color: #1A2E47;
    padding: 80px 20px;
}

.page-login-entry-troubleshooting__contact-text {
    font-size: 1.2em;
    color: #C0C0C0;
    margin-bottom: 20px;
}

.page-login-entry-troubleshooting__contact-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.page-login-entry-troubleshooting__contact-list li {
    background-color: #0A192F;
    color: #FFD700;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.1em;
    border: 1px solid #FFD700;
}

.page-login-entry-troubleshooting__contact-image {
    max-width: 400px;
    height: auto;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-login-entry-troubleshooting__faq {
    padding: 60px 0;
}

.page-login-entry-troubleshooting__faq-item {
    background-color: #1A2E47;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-login-entry-troubleshooting__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    padding: 20px 25px;
    cursor: pointer;
    margin: 0;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-login-entry-troubleshooting__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-login-entry-troubleshooting__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-login-entry-troubleshooting__faq-answer {
    font-size: 1.05em;
    color: #C0C0C0;
    padding: 0 25px 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-login-entry-troubleshooting__faq-question.active + .page-login-entry-troubleshooting__faq-answer {
    max-height: 500px; /* Adjust as needed for content */
    padding-top: 10px;
}

.page-login-entry-troubleshooting__cta {
    background-color: #0A192F;
    padding: 80px 20px;
    text-align: center;
    border-top: 5px solid #FFD700;
}

.page-login-entry-troubleshooting__cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-login-entry-troubleshooting__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-login-entry-troubleshooting__cta-description {
    font-size: 1.2em;
    color: #E0E0E0;
    margin-bottom: 40px;
}

.page-login-entry-troubleshooting__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-login-entry-troubleshooting__title {
        font-size: 2.5em;
    }
    .page-login-entry-troubleshooting__subtitle {
        font-size: 1.2em;
    }
    .page-login-entry-troubleshooting__section-title {
        font-size: 2em;
    }
    .page-login-entry-troubleshooting__issue-title {
        font-size: 1.5em;
    }
    .page-login-entry-troubleshooting__solution-heading {
        font-size: 1.2em;
    }
    .page-login-entry-troubleshooting__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-login-entry-troubleshooting__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-login-entry-troubleshooting__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-login-entry-troubleshooting__contact-list {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-login-entry-troubleshooting__title {
        font-size: 2em;
    }
    .page-login-entry-troubleshooting__subtitle {
        font-size: 1em;
    }
    .page-login-entry-troubleshooting__section-title {
        font-size: 1.8em;
    }
    .page-login-entry-troubleshooting__issue-title {
        font-size: 1.3em;
    }
    .page-login-entry-troubleshooting__btn {
        width: 100%;
        margin-left: 0 !important;
    }
    .page-login-entry-troubleshooting__cta-buttons {
        gap: 10px;
    }
}