/* ===========================================
   FAQ PAGE - PREMIUM DESIGN
   =========================================== */

/* FAQ Hero Section */
.faq-hero {
    position: relative;
    padding: 160px 0 100px;
    background: linear-gradient(180deg, rgba(238, 230, 202, 0.95) 0%, rgba(255, 255, 255, 1) 100%) !important;
    overflow: hidden;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
    width: 100% !important;
    min-height: 400px !important;
}

.faq-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.faq-hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: float 20s ease-in-out infinite;
    filter: blur(40px);
}

.faq-hero-shape:nth-child(1) {
    width: 300px;
    height: 300px;
    background: #896C6C;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.faq-hero-shape:nth-child(2) {
    width: 250px;
    height: 250px;
    background: #E5BEB5;
    bottom: 10%;
    right: 10%;
    animation-delay: 10s;
}

.faq-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.faq-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(238, 230, 202, 0.9), rgba(229, 190, 181, 0.7));
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #896C6C;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(137, 108, 108, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

.faq-hero-badge i {
    font-size: 1rem;
}

.faq-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #896C6C 0%, #7a5a5a 30%, #E5BEB5 70%, #d4a8a0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.faq-hero-subtitle {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    color: #4a5568;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* FAQ Main Section */
.faq-main {
    padding: 80px 0 !important;
    background: white !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 400px !important;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 0 40px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.faq-enhanced {
    padding: 0;
    background: transparent;
    position: relative;
    overflow: visible;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.faq-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(137, 108, 108, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(229, 190, 181, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.faq-enhanced > * {
    position: relative;
    z-index: 1;
}

.faq-header-enhanced {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-badge-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(238, 230, 202, 0.9), rgba(229, 190, 181, 0.7));
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #896C6C;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(137, 108, 108, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

.faq-badge-enhanced i {
    font-size: 1rem;
}

.faq-title-enhanced {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #896C6C 0%, #7a5a5a 50%, #E5BEB5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.faq-subtitle-enhanced {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: #4a5568;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.faq-content-enhanced {
    max-width: 900px;
    margin: 0 auto;
}

.faq-list-enhanced {
    display: flex !important;
    flex-direction: column;
    gap: 1.25rem;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.faq-item-enhanced {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(137, 108, 108, 0.1) !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(137, 108, 108, 0.08) !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative;
}

.faq-item-enhanced:hover {
    box-shadow: 0 12px 32px rgba(137, 108, 108, 0.12);
    transform: translateY(-2px);
}

.faq-item-enhanced.active {
    border-color: rgba(137, 108, 108, 0.3);
    box-shadow: 0 12px 32px rgba(137, 108, 108, 0.15);
}

.faq-question-wrapper-enhanced {
    position: relative;
}

.faq-question-enhanced {
    width: 100%;
    padding: 1.75rem 2rem;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    transition: background-color 0.3s ease;
    font-family: inherit;
    position: relative;
    z-index: 1;
}

.faq-question-enhanced:hover {
    background: transparent;
}

.faq-question-enhanced:focus {
    outline: none;
    background: transparent;
}

.faq-question-text {
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    font-weight: 700;
    color: #896C6C;
    line-height: 1.4;
    flex: 1;
}

.faq-icon-enhanced {
    font-size: 1rem;
    color: #896C6C;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item-enhanced.active .faq-icon-enhanced {
    transform: rotate(180deg);
}

.faq-answer-wrapper-enhanced {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0 2rem;
}

.faq-item-enhanced.active .faq-answer-wrapper-enhanced {
    max-height: 2000px;
    padding: 0 2rem 1.75rem;
    opacity: 1;
}

.faq-answer-enhanced {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    color: #4a5568;
    line-height: 1.8;
    padding-top: 1rem;
    border-top: 1px solid rgba(137, 108, 108, 0.1);
}

.faq-answer-enhanced p {
    margin-bottom: 1rem;
}

.faq-answer-enhanced p:last-child {
    margin-bottom: 0;
}

.faq-answer-enhanced ul,
.faq-answer-enhanced ol {
    margin: 1rem 0;
    padding-left: 2rem;
}

.faq-answer-enhanced li {
    margin-bottom: 0.5rem;
}

.faq-answer-enhanced strong {
    color: #896C6C;
    font-weight: 700;
}

.faq-answer-enhanced a {
    color: #896C6C;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.faq-answer-enhanced a:hover {
    color: #7a5a5a;
}

.faq-empty-enhanced {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.faq-empty-enhanced i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.3;
    color: #896C6C;
}

.faq-empty-enhanced p {
    font-size: 1.125rem;
}

.faq-cta-enhanced {
    text-align: center;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(137, 108, 108, 0.1);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative;
    z-index: 1;
}

.faq-cta-text {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.faq-cta-btn-enhanced {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.125rem 2.5rem;
    background: linear-gradient(135deg, #896C6C, #7a5a5a);
    color: white;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.0625rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(137, 108, 108, 0.3);
    position: relative;
    overflow: hidden;
}

.faq-cta-btn-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.faq-cta-btn-enhanced:hover::before {
    left: 100%;
}

.faq-cta-btn-enhanced:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(137, 108, 108, 0.4);
}

.faq-cta-btn-enhanced i {
    font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .faq-hero {
        padding: 140px 0 80px;
    }
    
    .faq-hero-content {
        padding: 0 30px;
    }
    
    .faq-container {
        padding: 0 30px;
    }
    
    .faq-main {
        padding: 60px 0;
    }
    
    .faq-enhanced {
        padding: 0;
    }
    
    .faq-header-enhanced {
        margin-bottom: 3rem;
    }
    
    .faq-list-enhanced {
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .faq-hero {
        padding: 120px 0 60px;
    }
    
    .faq-hero-content {
        padding: 0 20px;
    }
    
    .faq-container {
        padding: 0 20px;
    }
    
    .faq-main {
        padding: 50px 0;
    }
    
    .faq-enhanced {
        padding: 0;
    }
    
    .faq-header-enhanced {
        margin-bottom: 2.5rem;
    }
    
    .faq-badge-enhanced {
        padding: 0.625rem 1.25rem;
        font-size: 0.8rem;
    }
    
    .faq-question-enhanced {
        padding: 1.5rem 1.5rem;
    }
    
    .faq-item-enhanced.active .faq-answer-wrapper-enhanced {
        padding: 0 1.5rem 1.5rem;
        opacity: 1;
    }
    
    .faq-answer-wrapper-enhanced {
        padding: 0 1.5rem;
    }
    
    .faq-answer-enhanced {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    
    .faq-cta-enhanced {
        margin-top: 3rem;
        padding-top: 2rem;
    }
    
    .faq-cta-btn-enhanced {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .faq-hero {
        padding: 100px 0 50px;
    }
    
    .faq-hero-content {
        padding: 0 15px;
    }
    
    .faq-container {
        padding: 0 15px;
    }
    
    .faq-main {
        padding: 40px 0;
    }
    
    .faq-enhanced {
        padding: 0;
    }
    
    .faq-header-enhanced {
        margin-bottom: 2rem;
    }
    
    .faq-badge-enhanced {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }
    
    .faq-question-enhanced {
        padding: 1.25rem 1.25rem;
        gap: 1rem;
    }
    
    .faq-question-text {
        font-size: 1rem;
    }
    
    .faq-icon-enhanced {
        font-size: 0.875rem;
    }
    
    .faq-item-enhanced.active .faq-answer-wrapper-enhanced {
        padding: 0 1.25rem 1.25rem;
        opacity: 1;
    }
    
    .faq-answer-wrapper-enhanced {
        padding: 0 1.25rem;
    }
    
    .faq-answer-enhanced {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    
    .faq-cta-enhanced {
        margin-top: 2.5rem;
        padding-top: 1.5rem;
    }
    
    .faq-cta-text {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    
    .faq-cta-btn-enhanced {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 300px;
    }
}

