/* ===================================================
   Tour FAQ Section
   =================================================== */

.faq-section {
    background: #fff;
    width: 100%;
}

.faq-section__inner {
    max-width: 1167px;
    margin: 0 auto;
    padding: 48px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Two-column layout: accordion + sidebar */
.faq-section__layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.faq-section__content {
    flex: 1;
    min-width: 0;
}

.faq-section__sidebar {
    flex: 0 0 355px;
    width: 355px;
}

/* Section label */
.faq-section__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e8620a;
    margin-bottom: 28px;
}

/* ===================================================
   FAQ Accordion
   =================================================== */

.faq-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e2e2e2;
}

.faq-accordion__item {
    border-bottom: 1px solid #e2e2e2;
}

.faq-accordion__btn {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    cursor: pointer;
    text-align: left;
}

.faq-accordion__btn:hover .faq-accordion__question {
    color: #e8620a;
}

.faq-accordion__question {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.45;
    transition: color 0.2s;
}

/* Plus / minus icon */
.faq-accordion__icon {
    flex-shrink: 0;
    position: relative;
    width: 18px;
    height: 18px;
    color: #aaa;
    transition: color 0.2s;
}

.faq-accordion__icon::before,
.faq-accordion__icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.25s ease;
}

/* Horizontal bar */
.faq-accordion__icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 1.5px;
    transform: translateY(-50%);
}

/* Vertical bar — hidden when open */
.faq-accordion__icon::after {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1.5px;
    transform: translateX(-50%);
    opacity: 1;
}

.faq-accordion__item--open .faq-accordion__icon::after {
    opacity: 0;
    transform: translateX(-50%) rotate(90deg);
}

.faq-accordion__item--open .faq-accordion__icon {
    color: #e8620a;
}

.faq-accordion__item--open .faq-accordion__question {
    color: #e8620a;
}

/* Collapsible panel */
.faq-accordion__panel {
    overflow: hidden;
    height: 0;
    transition: height 0.32s ease;
}

.faq-accordion__panel-inner {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.faq-accordion__panel-inner p {
    margin: 0 0 10px;
}

.faq-accordion__panel-inner p:last-child {
    margin-bottom: 0;
}

/* ===================================================
   Legal Disclaimer Block
   =================================================== */

.faq-legal {
    background: #f7f7f6;
    border: 1px solid #e8e8e8;
    padding: 16px 20px;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
}

.faq-legal__heading {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
    letter-spacing: 0.1px;
}

.faq-legal__link {
    color: #e8620a;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #e8620a;
}

.faq-legal__link:hover {
    opacity: 0.8;
}

/* ===================================================
   FAQ Expert Sidebar
   =================================================== */

.faq-expert {
    border: 1px solid #e2e2e2;
    border-top: 3px solid #e8620a;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
}

.faq-expert__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.faq-expert__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e2e2e2;
}

.faq-expert__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.faq-expert__desc {
    font-size: 13px;
    line-height: 1.65;
    color: #666;
    margin: 0 0 20px;
}

/* Buttons */
.faq-expert__btn {
    display: block;
    width: 100%;
    border: none;
    padding: 13px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-align: center;
    transition: background 0.15s, color 0.15s;
}

.faq-expert__btn-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
}

.faq-expert__btn--primary {
    background: #e8620a;
    color: #fff;
    margin-bottom: 10px;
}

.faq-expert__btn--primary:hover {
    background: #c95508;
}

.faq-expert__btn--secondary {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #d4d4d4;
    margin-bottom: 18px;
}

.faq-expert__btn--secondary:hover {
    background: #f5f5f5;
    border-color: #aaa;
}

/* Phone */
.faq-expert__phone {
    font-size: 12px;
    color: #888;
    text-align: center;
    line-height: 1.5;
}

.faq-expert__phone-link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    margin-top: 3px;
    letter-spacing: 0.2px;
}

.faq-expert__phone-link:hover {
    color: #e8620a;
}

/* ===================================================
   Responsive
   =================================================== */

@media (max-width: 1024px) {
    .faq-section__inner {
        padding: 40px 20px;
    }

    .faq-section__layout {
        flex-direction: column;
        gap: 32px;
    }

    .faq-section__sidebar {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .faq-section__inner {
        padding: 28px 16px;
    }

    .faq-accordion__question {
        font-size: 14px;
    }

    .faq-accordion__btn {
        padding: 16px 0;
    }
}
