/* ===== About Us Section ===== */
.hx-about-section {
    overflow: hidden;
}

.hx-about-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(93, 64, 55, 0.15);
}

.hx-about-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.hx-about-img-wrap:hover .hx-about-img {
    transform: scale(1.04);
}

.hx-about-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    padding: 14px 22px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hx-badge-year {
    font-size: 22px;
    font-weight: 800;
    color: #5d4037;
    line-height: 1.2;
}

.hx-badge-text {
    font-size: 12px;
    font-weight: 600;
    color: #8d6e63;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hx-about-content {
    padding-left: 10px;
}

.hx-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #bf8c2c;
    background: linear-gradient(135deg, #fff3d6, #ffecc0);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.hx-about-title {
    color: #3e2723;
    margin-bottom: 18px;
    font-weight: 700;
}

.hx-about-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #4e342e;
    font-weight: 500;
    margin-bottom: 12px;
}

.hx-about-text {
    font-size: 14px;
    line-height: 1.8;
    color: #6d4c41;
    margin-bottom: 24px;
}

.hx-about-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    margin-bottom: 24px;
    border-top: 1px solid rgba(141, 110, 99, 0.15);
    border-bottom: 1px solid rgba(141, 110, 99, 0.15);
}

.hx-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hx-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #5d4037;
    line-height: 1.2;
}

.hx-stat-label {
    font-size: 12px;
    color: #8d6e63;
    font-weight: 500;
    margin-top: 4px;
}

.hx-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(141, 110, 99, 0.2);
}

/* ===== Why Choose Us Section ===== */
.hx-whychoose-section {
    background: #ffffff;
}

.hx-why-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 420px;
    box-shadow: 0 15px 40px rgba(93, 64, 55, 0.12);
}

.hx-why-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.hx-why-img-wrap:hover .hx-why-img {
    transform: scale(1.03);
}

.hx-why-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hx-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 24px;
    background: #fefaf3;
    border-radius: 14px;
    border: 1px solid rgba(191, 140, 44, 0.1);
    transition: all 0.35s ease;
    cursor: default;
}

.hx-feature-card:hover {
    background: #fff8ee;
    border-color: rgba(191, 140, 44, 0.3);
    transform: translateX(6px);
    box-shadow: 0 8px 25px rgba(93, 64, 55, 0.08);
}

.hx-feature-num {
    font-size: 28px;
    font-weight: 800;
    color: #bf8c2c;
    line-height: 1;
    min-width: 42px;
    opacity: 0.7;
}

.hx-feature-card:hover .hx-feature-num {
    opacity: 1;
}

.hx-feature-info {
    flex: 1;
}

.hx-feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #3e2723;
    margin-bottom: 6px;
}

.hx-feature-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #6d4c41;
    margin-bottom: 0;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .hx-about-img {
        height: 350px;
    }

    .hx-about-content {
        padding-left: 0;
        margin-top: 10px;
    }

    .hx-about-stats {
        gap: 16px;
    }

    .hx-stat-num {
        font-size: 18px;
    }

    .hx-why-img-wrap {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .hx-about-img {
        height: 260px;
    }

    .hx-about-badge {
        bottom: 12px;
        left: 12px;
        padding: 10px 16px;
    }

    .hx-badge-year {
        font-size: 18px;
    }

    .hx-about-stats {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hx-stat-num {
        font-size: 16px;
    }

    .hx-stat-label {
        font-size: 11px;
    }

    .hx-feature-card {
        padding: 16px 18px;
        gap: 12px;
    }

    .hx-feature-num {
        font-size: 22px;
        min-width: 32px;
    }

    .hx-feature-title {
        font-size: 14px;
    }

    .hx-feature-desc {
        font-size: 12px;
    }

    .hx-why-img-wrap {
        min-height: 240px;
    }
}

/* ===== FAQ Section — Light Minimal ===== */
.hx-faq-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Left Column */
.hx-faq-left {
    padding-right: 60px;
    position: sticky;
    top: 100px;
}

/* Badge */
.hx-faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #3e2723;
    background: rgba(62, 39, 35, 0.04);
    border: 1px solid rgba(62, 39, 35, 0.12);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}

.hx-faq-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34c759;
    display: inline-block;
    box-shadow: 0 0 6px rgba(52, 199, 89, 0.5);
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {

    0%,
    100% {
        box-shadow: 0 0 6px rgba(52, 199, 89, 0.5);
    }

    50% {
        box-shadow: 0 0 14px rgba(52, 199, 89, 0.8);
    }
}

/* Heading */
.hx-faq-heading {
    font-size: 42px;
    font-weight: 700;
    color: #1c1c1e;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

/* Subtext */
.hx-faq-subtext {
    font-size: 15px;
    line-height: 1.7;
    color: #6d4c41;
    margin-bottom: 32px;
    max-width: 340px;
}

/* CTA Buttons */
.hx-faq-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hx-faq-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    color: #3e2723;
    background: transparent;
    border: 1.5px solid rgba(62, 39, 35, 0.2);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.hx-faq-btn-outline:hover {
    border-color: #3e2723;
    background: rgba(62, 39, 35, 0.03);
    color: #3e2723;
    transform: translateY(-1px);
}

.hx-faq-btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #1c1c1e;
    border: 1.5px solid #1c1c1e;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.hx-faq-btn-solid:hover {
    background: #3e2723;
    border-color: #3e2723;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Right Column — Accordion */
.hx-faq-accordion-wrap {
    padding-left: 20px;
}

.hx-faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hx-faq-item-first {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Toggle Button */
.hx-faq-toggle {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.hx-faq-toggle:focus {
    outline: none;
    box-shadow: none;
}

/* Plus Icon */
.hx-faq-plus {
    width: 22px;
    height: 22px;
    min-width: 22px;
    position: relative;
    flex-shrink: 0;
}

.hx-faq-plus::before,
.hx-faq-plus::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Horizontal bar */
.hx-faq-plus::before {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Vertical bar */
.hx-faq-plus::after {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Rotate to × when expanded */
.hx-faq-toggle:not(.collapsed) .hx-faq-plus::before {
    background: #d4a03c;
}

.hx-faq-toggle:not(.collapsed) .hx-faq-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* Question Text */
.hx-faq-question {
    font-size: 15px;
    font-weight: 500;
    color: #3e2723;
    line-height: 1.5;
    flex: 1;
    transition: color 0.3s ease;
}

.hx-faq-toggle:not(.collapsed) .hx-faq-question {
    color: #1c1c1e;
}

.hx-faq-toggle:hover .hx-faq-question {
    color: #1c1c1e;
}

/* Answer Body */
.hx-faq-body {
    padding: 0 0 22px 40px;
    font-size: 14px;
    line-height: 1.8;
    color: #6d4c41;
    max-width: 90%;
}

/* ===== FAQ Responsive ===== */
@media (max-width: 991px) {
    .hx-faq-section {
        padding: 60px 0;
    }

    .hx-faq-left {
        padding-right: 0;
        position: static;
        margin-bottom: 40px;
    }

    .hx-faq-heading {
        font-size: 34px;
    }

    .hx-faq-accordion-wrap {
        padding-left: 0;
    }

    .hx-faq-subtext {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .hx-faq-section {
        padding: 48px 0;
    }

    .hx-faq-heading {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .hx-faq-subtext {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .hx-faq-actions {
        gap: 10px;
    }

    .hx-faq-btn-outline,
    .hx-faq-btn-solid {
        padding: 10px 20px;
        font-size: 13px;
    }

    .hx-faq-toggle {
        padding: 18px 0;
        gap: 14px;
    }

    .hx-faq-question {
        font-size: 14px;
    }

    .hx-faq-body {
        padding: 0 0 18px 36px;
        font-size: 13px;
    }

    .hx-faq-badge {
        font-size: 12px;
        padding: 5px 14px;
        margin-bottom: 20px;
    }
}