/* ---- PAGE BANNER ---- */
.page-banner {
    width: 100%;
    float: left;
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 8px 0 12px 0;
    text-align: center;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(251, 92, 143, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(255, 222, 89, 0.1) 0%, transparent 60%);
}

/* Removed the ::after white gradient that was impacting breadcrumb visibility */

/* Center the details_holder inside page-banner and page-content */
.page-banner .details_holder,
.page-content .details_holder {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-banner-content {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.page-banner-content h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.page-banner-subtitle {
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    width: 100%;
}

.breadcrumb {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
}

.breadcrumb a {
    color: #ffde59;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #fb5c8f;
}

.breadcrumb .separator {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb .current {
    color: #ffffff;
    font-weight: 600;
}

/* ---- PAGE CONTENT AREA ---- */
.page-content {
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
    background: #f8f9fc;
}

.content-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    float: none;
}

/* ---- LAST UPDATED BADGE ---- */
.last-updated {
    display: inline-block;
    background: linear-gradient(135deg, #fff8e1, #fff3cd);
    color: #7c6200;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    border: 1px solid #ffe082;
    letter-spacing: 0.3px;
}

/* ---- INTRO TEXT ---- */
.intro-text {
    font-size: 17px;
    line-height: 30px;
    color: #555;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 12px;
    border-left: 4px solid #fb5c8f;
    margin-bottom: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* ---- POLICY SECTIONS ---- */
.policy-section {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef0f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.policy-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.section-number {
    width: 48px !important;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #fb5c8f, #ff8fab);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(251, 92, 143, 0.3);
}

.section-content {
    flex: 1;
    width: auto !important;
    min-width: 0;
}

.section-content h2 {
    font-size: 21px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: px;
    line-height: 28px;
}

.section-content p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: -2px;
    width: 100%;
    float: left;
}

/* ---- SUB SECTIONS ---- */
.sub-section {
    width: 100%;
    float: left;
    margin-top: 16px;
    padding: 16px 20px;
    background: #f8f9fc;
    border-radius: 8px;
    border-left: 3px solid #ffde59;
    box-sizing: border-box;
}

.sub-section h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fb5c8f;
    margin-bottom: 8px;
    line-height: normal;
}

/* ---- POLICY LIST ---- */
.policy-list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0;
}

.policy-list li {
    width: 100%;
    float: left;
    padding: 5px 0 5px 24px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #555;
    list-style: none;
    box-sizing: border-box;
}

.policy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #ffde59;
    border-radius: 50%;
}

.policy-list li strong {
    color: #333;
}

/* ---- NOTE TEXT ---- */
.note-text {
    font-size: 14px !important;
    color: #999 !important;
    font-style: italic;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e0e0e0;
}

/* ---- CONTACT INFO BOX (Privacy Page) ---- */
.contact-info-box {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #f8f9fc, #eef0f5);
    padding: 14px 18px;
    border-radius: 12px;
    margin-top: 12px;
    border: 1px solid #e0e3ea;
    box-sizing: border-box;
}

.contact-info-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fb5c8f;
    margin-bottom: 0px;
}

.contact-info-box p {
    margin-bottom: -6px !important;
    font-size: 15px;
    color: #555;
}

.contact-info-box a {
    color: #0972d3;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info-box a:hover {
    color: #fb5c8f;
}

/* ============================================
   SUPPORT PAGE SPECIFIC STYLES
   ============================================ */

/* ---- SUPPORT INTRO ---- */
.support-intro {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}

.support-intro h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fb5c8f;
    margin-bottom: 12px;
    line-height: 38px;
}

.support-intro p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* ---- SUPPORT GRID ---- */
.support-grid {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 15px;
}

/* ---- SUPPORT CARD ---- */
.support-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef0f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
    text-align: center;
    box-sizing: border-box;
}

.support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: #fb5c8f;
}

.support-card-icon {
    font-size: 30px;
    margin-bottom: 16px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #fff5f8, #fce4ec);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.support-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 12px;
    line-height: 26px;
    text-align: center;
}

.support-card p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 16px;
    width: 100%;
    float: left;
    text-align: left;
}

.support-card ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
}

.support-card ul li {
    width: 100%;
    float: left;
    padding: 5px 0 5px 22px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #555;
    list-style: none;
    box-sizing: border-box;
}

.support-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    background: #fb5c8f;
    border-radius: 50%;
}

.support-card ul li a {
    color: #0972d3;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.support-card ul li a:hover {
    color: #fb5c8f;
}

/* ---- CONTACT INFO SECTION (Support Page) ---- */
.contact-info {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef0f5;
    box-sizing: border-box;
}

.contact-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fb5c8f;
    margin-bottom: 10px;
    line-height: 32px;
}

.contact-info > p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.contact-details {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.contact-item {
    background: #f8f9fc;
    padding: 14px;
    border-radius: 12px;
    border-top: 3px solid #ffde59;
    box-sizing: border-box;
}

.contact-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 0px;
}

.contact-item p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: -3px;
    width: 100%;
    float: left;
}

.contact-item a {
    color: #fb5c8f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ffde59;
}

/* ---- FAQ SECTION ---- */
.faq-section {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.faq-section > h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fb5c8f;
    margin-bottom: 24px;
    text-align: center;
    line-height: 34px;
}

.faq-item {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid #eef0f5;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.faq-question {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 20px 55px 20px 24px;
    cursor: pointer;
    font-weight: 700;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
}

.faq-question:hover {
    background: #fef9ff;
    color: #fb5c8f;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 700;
    color: #fb5c8f;
    width: 32px;
    height: 32px;
    background: #fff5f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-question.active::after {
    content: '−';
    background: #fb5c8f;
    color: #fff;
    transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
    width: 100%;
    float: left;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    box-sizing: border-box;
}

.faq-answer.show {
    padding: 0 24px 24px 24px;
    max-height: 600px;
}

.faq-answer p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.faq-answer ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 8px 0;
}

.faq-answer ul li {
    width: 100%;
    float: left;
    padding: 4px 0 4px 22px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    list-style: none;
    box-sizing: border-box;
}

.faq-answer ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    background: #ffde59;
    border-radius: 50%;
}

.faq-answer ul li strong {
    color: #333;
}

.faq-answer a {
    color: #fb5c8f;
    text-decoration: none;
    font-weight: 600;
}

.faq-answer a:hover {
    text-decoration: underline;
}

/* ---- HEADER FIX FOR INNER PAGES ---- */
.header {
    background: #000;
}

.main_header {
    background: rgba(0, 0, 0, 0.95);
}

/* ============================================
   RESPONSIVE STYLES FOR INNER PAGES
   ============================================ */

@media only screen and (max-width: 1024px) {
    .page-banner {
        padding: 8px 0 12px 0;
    }
    .page-banner-content h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .content-wrapper {
        padding: 0 20px;
    }
    .support-grid {
        grid-template-columns: 1fr 1fr;
    }
    .contact-details {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .page-banner {
        padding: 6px 0 10px 0;
    }
    .page-banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .page-banner-subtitle {
        font-size: 14px;
    }
    .page-content {
        padding: 10px 0 5px 0;
    }
    .policy-section {
        flex-direction: column;
        padding: 24px;
    }
    .section-number {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .support-grid {
        grid-template-columns: 1fr;
    }
    .contact-details {
        grid-template-columns: 1fr;
    }
    .contact-info {
        padding: 20px;
    }
    .intro-text {
        padding: 20px 24px;
        font-size: 15px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .page-banner {
        padding: 5px 0 8px 0;
    }
    .page-banner-content h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .breadcrumb {
        font-size: 13px;
    }
    .section-content h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .policy-section {
        padding: 20px;
        margin-bottom: 16px;
    }
    .support-card {
        padding: 24px 20px;
    }
    .support-intro h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .faq-question {
        font-size: 15px;
        padding: 16px 48px 16px 20px;
    }
    .contact-item {
        padding: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .page-banner {
        padding: 4px 0 6px 0;
    }
    .page-banner-content h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .page-content {
        padding: 8px 0 5px 0;
    }
    .content-wrapper {
        padding: 0 15px;
    }
    .support-intro h2 {
        font-size: 22px;
    }
    .contact-info h3 {
        font-size: 20px;
    }
    .faq-section > h2 {
        font-size: 22px;
    }
}