/* ============================================
   STATIC PAGES STYLES
   Disclaimer, Support, FAQ, Contact, Privacy Policy, Terms & Conditions
   ============================================ */

/* Page Section */
.page-section {
    padding: 60px 0;
    min-height: calc(100vh - 200px);
}

.page-header-section {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #0a1628 0%, #1a2f4a 100%);
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.page-header-section h1 {
    font-size: 48px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-subtitle {
    font-size: 20px;
    color: #b8c5d6;
    margin-top: 10px;
}

/* Content Wrapper */
.content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* Content Cards */
.content-card {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(22, 35, 56, 0.8) 100%);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.content-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 5px 25px rgba(74, 144, 226, 0.2);
    transform: translateY(-2px);
}

.content-card h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-card h2 i {
    font-size: 24px;
}

.content-card h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.content-card p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #c8d4e1;
}

.content-card ul {
    margin: 15px 0;
    padding-left: 0;
}

.content-card a {
    color: #6bb6ff;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.content-card a:hover {
    color: #9b8eff;
    text-decoration: underline;
}

/* Highlight Card */
.highlight-card {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(155, 142, 255, 0.1) 100%);
    border: 2px solid var(--primary-color);
}

/* Lists */
.disclaimer-list,
.policy-list,
.terms-list,
.preparation-list {
    list-style: none;
    padding-left: 0;
}

.disclaimer-list li,
.policy-list li,
.terms-list li,
.preparation-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    line-height: 1.7;
    color: #d0dae6;
}

.disclaimer-list li::before,
.policy-list li::before,
.terms-list li::before,
.preparation-list li::before {
    content: "→";
    position: absolute;
    left: 10px;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
}

/* Contact Details */
.contact-details {
    background: var(--darker-bg);
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
}

.contact-details p {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-primary);
}

.contact-details i {
    color: var(--primary-color);
    width: 20px;
}

/* Last Updated */
.last-updated {
    text-align: center;
    padding: 20px;
    color: #b8c5d6;
    font-size: 14px;
    margin-top: 30px;
}

.last-updated p {
    margin: 5px 0;
}

.last-updated i {
    color: var(--primary-color);
    margin-right: 8px;
}

/* ============================================
   SUPPORT PAGE STYLES
   ============================================ */

.support-intro {
    text-align: center;
    font-size: 18px;
    color: #c8d4e1;
    margin-bottom: 40px;
    line-height: 1.8;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.support-card {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(22, 35, 56, 0.9) 100%);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s ease;
}

.support-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 30px rgba(74, 144, 226, 0.3);
    transform: translateY(-5px);
}

.support-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.support-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.support-card p {
    color: #c8d4e1;
    margin-bottom: 20px;
    line-height: 1.6;
}

.support-detail {
    font-size: 14px;
    color: #b8c5d6;
    margin-top: 15px;
    font-weight: 600;
}

.founder-section {
    margin-top: 20px;
}

.founder-info h3 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 10px;
}

.founder-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.support-topics {
    display: grid;
    gap: 20px;
}

.topic-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: var(--darker-bg);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.topic-item:hover {
    background: rgba(74, 144, 226, 0.1);
    transform: translateX(5px);
}

.topic-item i {
    font-size: 28px;
    color: var(--primary-color);
    min-width: 30px;
}

.topic-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.topic-item p {
    color: #c8d4e1;
    font-size: 14px;
    margin: 0;
}

.support-hours {
    background: var(--darker-bg);
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.hours-item:last-child {
    border-bottom: none;
}

.day {
    font-weight: 600;
    color: var(--text-primary);
}

.time {
    color: var(--primary-color);
    font-weight: 500;
}

.hours-note {
    margin-top: 20px;
    padding: 15px;
    background: rgba(74, 144, 226, 0.15);
    border-radius: 6px;
    color: #c8d4e1;
}

.social-connect {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.social-btn {
    flex: 1;
    min-width: 150px;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.social-btn.facebook {
    background: #1877f2;
    color: white;
}

.social-btn.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-btn.youtube {
    background: #ff0000;
    color: white;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.urgent-contact {
    text-align: center;
    margin: 25px 0;
}

.urgent-phone {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    padding: 20px 40px;
    background: var(--darker-bg);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.urgent-phone:hover {
    background: rgba(74, 144, 226, 0.2);
    transform: scale(1.05);
}

.urgent-note {
    text-align: center;
    color: #c8d4e1;
    margin-top: 15px;
}

/* ============================================
   FAQ PAGE STYLES
   ============================================ */

.faq-intro {
    text-align: center;
    font-size: 18px;
    color: #c8d4e1;
    margin-bottom: 40px;
    line-height: 1.8;
}

.faq-category {
    margin-bottom: 40px;
}

.faq-category h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border-color);
}

.faq-item {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(22, 35, 56, 0.8) 100%);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--primary-color);
}

.faq-item.active {
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(74, 144, 226, 0.2);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(74, 144, 226, 0.1);
}

.faq-question h3 {
    font-size: 18px;
    color: var(--text-primary);
    margin: 0;
    flex: 1;
}

.faq-question i {
    color: var(--primary-color);
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p,
.faq-answer ul,
.faq-answer ol {
    padding: 0 25px 20px 25px;
    color: #c8d4e1;
    line-height: 1.8;
}

.faq-answer ul,
.faq-answer ol {
    padding-left: 45px;
}

.faq-answer li {
    margin-bottom: 10px;
}

.contact-options {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.contact-intro {
    text-align: center;
    font-size: 18px;
    color: #c8d4e1;
    margin-bottom: 40px;
    line-height: 1.8;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.contact-form-section h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-form {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(22, 35, 56, 0.8) 100%);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(22, 35, 56, 0.9) 100%);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(74, 144, 226, 0.2);
}

.contact-card-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.contact-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--text-primary);
}

.contact-card p {
    color: #c8d4e1;
    margin: 8px 0;
    line-height: 1.6;
}

.contact-card a {
    color: #6bb6ff;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
}

.contact-card a:hover {
    color: #9b8eff;
}

.contact-note {
    font-size: 13px;
    color: #b8c5d6;
    opacity: 1;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon.facebook {
    background: #1877f2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.youtube {
    background: #ff0000;
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.founder-profile {
    margin-top: 20px;
}

.founder-details h3 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 10px;
}

.founder-designation {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.business-hours {
    background: var(--darker-bg);
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-info {
    margin-top: 20px;
    padding: 15px;
    background: rgba(74, 144, 226, 0.15);
    border-radius: 6px;
    color: #c8d4e1;
}

/* ============================================
   CTA SECTION
   ============================================ */

.cta-section {
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(155, 142, 255, 0.1) 100%);
    border-radius: 12px;
    border: 2px solid var(--primary-color);
    margin-top: 40px;
}

.cta-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.cta-section p {
    font-size: 18px;
    color: #c8d4e1;
    margin-bottom: 30px;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 18px;
}

/* ============================================
   MOBILE RESPONSIVE STYLES
   ============================================ */

@media (max-width: 768px) {
    .page-section {
        padding: 40px 0;
    }

    .page-header-section {
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .page-header-section h1 {
        font-size: 32px;
    }

    .page-subtitle {
        font-size: 16px;
    }

    .content-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .content-card h2 {
        font-size: 22px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .content-card h3 {
        font-size: 18px;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .support-card {
        padding: 25px 20px;
    }

    .support-icon {
        font-size: 40px;
    }

    .social-connect {
        flex-direction: column;
    }

    .social-btn {
        min-width: 100%;
    }

    .urgent-phone {
        font-size: 24px;
        padding: 15px 25px;
    }

    .faq-category h2 {
        font-size: 24px;
    }

    .faq-question {
        padding: 15px 18px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .faq-answer p,
    .faq-answer ul,
    .faq-answer ol {
        padding: 0 18px 15px 18px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-form {
        padding: 25px 20px;
    }

    .contact-card {
        padding: 20px;
    }

    .contact-card-icon {
        font-size: 32px;
    }

    .cta-section {
        padding: 35px 20px;
    }

    .cta-section h2 {
        font-size: 24px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .btn-lg {
        padding: 12px 30px;
        font-size: 16px;
        width: 100%;
    }

    .topic-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .topic-item i {
        font-size: 32px;
    }

    .contact-options {
        flex-direction: column;
    }

    .contact-options .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-header-section h1 {
        font-size: 28px;
    }

    .page-subtitle {
        font-size: 14px;
    }

    .content-card {
        padding: 20px 15px;
    }

    .content-card h2 {
        font-size: 20px;
    }

    .support-card h3 {
        font-size: 20px;
    }

    .urgent-phone {
        font-size: 20px;
        padding: 12px 20px;
    }

    .faq-category h2 {
        font-size: 20px;
    }

    .cta-section h2 {
        font-size: 22px;
    }
}
