/* Customer Care Page Styles */

.customer-care-page {
    background-color: var(--stone-beige, #D2C8BC);
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

.customer-care-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Page Header with Main Title */
.customer-care-page-header {
    width: 100%;
    padding-top: 30px;
    /* padding-bottom: 40px; */
    background-color: var(--stone-beige, #D2C8BC);
}

.customer-care-page-header .container {
    max-width: 1880px;
    margin: 0 auto;
    padding-left: 72px;
    padding-right: 72px;
}

@media (max-width: 1199px) {
    .customer-care-page-header .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .customer-care-page-header {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .customer-care-page-header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.customer-care-container .container {
    max-width: 1880px;
    margin: 0 auto;
    padding-left: 72px;
    padding-right: 72px;
}

@media (max-width: 1199px) {
    .customer-care-container .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .customer-care-container .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Section Base Styles */
.customer-care-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Typography */
.customer-care-title {
    font-family: 'The Year of the Camel', serif;
    font-weight: 400;
    font-size: 49.88px;
    line-height: normal;
    color: var(--espresso-black, #231010);
    margin: 0;
    padding: 0;
}

.customer-care-subtitle {
    font-family: 'The Year of the Camel', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    color: var(--espresso-black, #231010);
    margin: 0;
    padding: 0;
}

.customer-care-section-title {
    font-family: 'The Year of the Camel', serif;
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    color: var(--espresso-black, #231010);
    margin: 0;
    padding: 0;
}

.customer-care-body-text {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--espresso-black, #231010);
}

.customer-care-body-text-bold {
    font-family: 'Aileron', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: var(--espresso-black, #231010);
}

.customer-care-label-text {
    font-family: 'The Year of the Camel', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: var(--espresso-black, #231010);
}

.customer-care-subsection-title {
    font-family: 'The Year of the Camel', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: var(--warm-caramel, #90674D);
}

/* Responsive Typography */
@media (max-width: 991px) {
    .customer-care-title {
        font-size: 36px;
    }
    
    .customer-care-subtitle,
    .customer-care-section-title {
        font-size: 28px;
    }
    
    .customer-care-label-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .customer-care-title {
        font-size: 32px;
    }
    
    .customer-care-subtitle,
    .customer-care-section-title {
        font-size: 24px;
    }
    
    .customer-care-body-text {
        font-size: 13px;
    }
}

/* Responsive Base Styles */
@media (max-width: 1199px) {
    .customer-care-container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .customer-care-page {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .customer-care-page {
        padding: 0;
    }
}

/* RTL Support */
[dir="rtl"] .customer-care-container {
    direction: rtl;
}

[dir="rtl"] .customer-care-title,
[dir="rtl"] .customer-care-subtitle,
[dir="rtl"] .customer-care-section-title {
    text-align: right;
}

[dir="rtl"] .customer-care-body-text,
[dir="rtl"] .customer-care-label-text {
    text-align: right;
}

/* --- Customer Care FAQs --- */
.customer-care-faqs-section {
    position: relative;
}

.customer-care-faqs-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.customer-care-faqs-content {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.customer-care-faqs-title {
    padding-left: 0;
    color: var(--ESPRESSO-BLACK, #231010);
    margin-bottom: 59px;
}

.customer-care-faqs-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-top: 40px;
}

.customer-care-faqs-item {
    border-bottom: 1px solid rgba(210, 200, 188, 0.3);
    padding: 20px 0 30px 0;
}

.customer-care-faqs-item:last-child {
    border-bottom: none;
}

/* Desktop: static two columns (not expandable) */
.customer-care-faqs-desktop {
    display: none;
    width: 100%;
    grid-template-columns: minmax(0, 241px) 1fr;
    column-gap: 145px;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .customer-care-faqs-desktop {
        display: grid;
    }
}

[dir="rtl"] .customer-care-faqs-desktop {
    direction: rtl;
}

.customer-care-faqs-question-text {
    font-family: 'The Year of the Camel', serif;
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.customer-care-faqs-answer-body {
    font-family: 'Aileron', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.customer-care-faqs-answer-body p {
    margin-bottom: 0.5rem;
}

.customer-care-faqs-answer-body p:last-child {
    margin-bottom: 0;
}

/* Mobile: accordion only */
.customer-care-faqs-mobile {
    display: block;
}

@media (min-width: 992px) {
    .customer-care-faqs-mobile {
        display: none;
    }
}

.customer-care-faqs-mobile-toggle {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: opacity 0.3s ease;
}

.customer-care-faqs-mobile-toggle:hover {
    opacity: 0.9;
}

.customer-care-faqs-mobile-toggle-label {
    font-family: 'The Year of the Camel', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.35;
    flex: 1 1 auto;
    text-align: left;
}

[dir="rtl"] .customer-care-faqs-mobile-toggle {
    flex-direction: row-reverse;
    text-align: right;
}

[dir="rtl"] .customer-care-faqs-mobile-toggle-label {
    text-align: right;
}

.customer-care-faqs-mobile-toggle-icon {
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer-care-faqs-mobile-toggle-icon::before {
    content: '+';
    font-family: 'The Year of the Camel', serif;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 400;
}

.customer-care-faqs-mobile-toggle:not(.collapsed) .customer-care-faqs-mobile-toggle-icon::before {
    content: '\2212';
}

.customer-care-faqs-mobile-body {
    padding-top: 15px;
    font-family: 'The Year of the Camel', serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
}

.customer-care-faqs-mobile-body p {
    margin-bottom: 0.5rem;
}

.customer-care-faqs-mobile-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .customer-care-faqs-wrapper {
        min-height: auto;
    }

    .customer-care-faqs-title {
        margin-bottom: 40px;
    }

    .customer-care-faqs-item {
        padding: 24px 0 28px 0;
    }
}

@media (max-width: 767px) {
    .customer-care-faqs-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .customer-care-faqs-mobile-toggle-label {
        font-size: 14px;
    }

    .customer-care-faqs-mobile-body {
        font-size: 13px;
    }
}

