.faq-hero {
    width: 100%;
    background: linear-gradient(135deg, #2c1a0e 0%, #7a5c30 100%);
    padding: 120px 20px 60px;
    text-align: center;
    color: #fff;
}

.faq-hero-inner {
    max-width: 700px;
    margin: 0 auto;
}

.faq-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #E7BA42;
    margin-bottom: 14px;
}

.faq-hero h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.faq-hero p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
}

.faq-container {
    padding-top: 50px;
    padding-bottom: 60px;
    max-width: 860px;
}

.faq-section {
    margin-bottom: 44px;
}

.faq-section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #7a5c30;
    border-left: 4px solid #E7BA42;
    padding-left: 14px;
    margin-bottom: 18px;
}

.faq-item {
    border: 1px solid #e8e0d4;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
    background: #faf7f2;
}

.faq-btn {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #2c1a0e;
    cursor: pointer;
    position: relative;
    padding-right: 46px;
    line-height: 1.4;
}

.faq-btn::after {
    content: '+';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 300;
    color: #7a5c30;
    transition: transform 0.2s;
}

.faq-btn:not(.collapsed)::after {
    content: '\2212';
    color: #E7BA42;
}

.faq-btn:focus {
    outline: none;
    box-shadow: none;
}

.faq-answer {
    padding: 16px 20px 18px;
    border-top: 1px solid #e8e0d4;
}

.faq-answer p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
}

.faq-answer a {
    color: #7a5c30;
    text-decoration: underline;
}

.faq-cta {
    background: linear-gradient(135deg, #2c1a0e 0%, #7a5c30 100%);
    border-radius: 16px;
    padding: 44px 36px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.faq-cta h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.faq-cta p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    margin-bottom: 24px;
}

.faq-cta .btn {
    margin: 8px 6px;
}

.faq-cta-call {
    background: transparent !important;
    border: 2px solid #E7BA42 !important;
    color: #E7BA42 !important;
}

.faq-cta-call:hover {
    background: #E7BA42 !important;
    color: #2c1a0e !important;
}
