.xuongcahero {
    height: 93vh; 
    position: relative; 
    display: flex;
    align-items: flex-end; 
    padding: 0; 
    justify-content: center; 
    width: 100%;
}

.xuongcahero-bg { position: absolute; inset: 0; z-index: -1; }

.xuongcahero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2; /* Nằm trên ảnh */
    pointer-events: none;
}

.xuongcahero-bg img { width: 100%; height: 100%; object-fit: cover; }

.xuongcahero-text { 
    color: #fff; 
    width: 100%;
    max-width: var(--container-max); /* Khóa chặt ở 1650px */
    margin: 0 auto; /* Ép vào giữa màn hình */
    padding: 0 var(--side-padding); /* Trả lại đúng 55px padding để chữ đứng đúng vị trí cũ */
    margin-bottom: 48px;
    z-index: 2;
    text-align: left; /* Đảm bảo chữ vẫn canh trái bên trong cái lồng 1650px */
}

.xuongcahero-text h1
 { font-size: 60px; line-height: 1.1; margin-bottom: 40px; font-weight: 400; }
.xuongcahero-text p { letter-spacing: 0px; font-size: 15px; margin-bottom: 35px; }
.mobile-only { 
    display: none !important; 
}
.mobile-menu-btn, .mobile-overlay { display: none; }



@media (max-width: 1024px) {
    .xuongcahero {
        height: auto !important; 
        min-height: 120vw !important; 
        background-size: cover !important;
        background-position: center !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; 
        align-items: center;    
        text-align: center;
        padding: 0 20px;
        padding-bottom: 20px !important; 
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-top: 1px solid #ffffff;
    }

   .xuongcahero-text {
        padding: 0 !important; 
        margin: 0 auto !important;
        max-width: 100% !important; 
        width: 100% !important;
        
        /* Đảm bảo căn giữa tuyệt đối */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .xuongcahero-text h1 {
        font-size: 28px; 
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .xuongcahero-text p {
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .xuongcahero {
        min-height: 56vw !important;
    }
}






/*===================================================================
   1. LAYER MẶC ĐỊNH & DESKTOP (> 1200px)
===================================================================*/
/* --- Section & Container --- */
.herringbone-finishing-section {
    padding-top: 80px;
    padding-bottom: var(--section-gap);
}

.herringbone-intro {
    max-width: 900px;
    margin-bottom: 70px;
}

/* --- Text & Typography --- */
.herringbone-main-title {
    font-size: clamp(38px, 5vw, 50px);
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 670px;
    font-family: var(--special-font);
}

.herringbone-description p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 670px;
    margin-bottom: 25px;
    color: var(--color-black);
}

/*===================================================================
   2. LAYER TABLET LARGE (992px - 1199px)
===================================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    /* Section & Container */
    .herringbone-finishing-section {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .herringbone-intro {
        max-width: 900px;
        margin-bottom: 70px;
    }

    /* Text & Typography */
    .herringbone-main-title {
        font-size: 40px; 
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .herringbone-description p {
        font-size: 12px;
        max-width: 680px;
        color: var(--color-black);
    }
}

/*===================================================================
   3. LAYER TABLET SMALL (768px - 991px)
===================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Section & Container */
    .herringbone-finishing-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .herringbone-intro {
        margin-bottom: 40px; /* Tự động bóp nhẹ cho Tablet */
    }

    /* Text & Typography */
    .herringbone-main-title {
        font-size: 40px !important; 
        line-height: 1.2 !important; 
        color: var(--black) !important; 
        margin-bottom: 25px !important; 
        font-weight: 400;
    }

    .herringbone-description p {
        font-size: 12px !important; 
        line-height: 1.6 !important; 
        color: var(--black) !important; 
        margin-bottom: 20px;
    }
}

/*===================================================================
   4. LAYER MOBILE (< 767px)
===================================================================*/
@media (max-width: 767px) {
    /* Section & Container */
    .herringbone-finishing-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .herringbone-intro {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    /* Text & Typography */
    .herringbone-main-title {
        font-size: 28px !important; 
        line-height: 1.2;
        margin-bottom: 25px;
        max-width: 70%;
        font-weight: 400;
    }

    .herringbone-description p {
        font-size: 12px; 
        line-height: 1.6;
        max-width: 100%;
        color: var(--color-black);
    }
}












/*===================================================================
   1. LAYER MẶC ĐỊNH & DESKTOP (> 1200px)
===================================================================*/
/* --- Section & Container --- */
.hungary-intro {
    width: 100%;
    margin: 40px 0;
    padding: 80px var(--side-padding);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.hungary-intro-container {
    max-width: 700px; 
    width: 100%;
}

/* --- Text & Typography --- */
.hungary-title {
    font-size: clamp(24px, 3.5vw, 30px);
    line-height: 1.5;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    margin-bottom: 25px;
}

.hungary-subtitle {
    font-family: var(--special-font);
    font-size: 13px;
    font-weight: 300;
    word-spacing: 5px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-text-muted);
    display: block;
}

/*===================================================================
   2. LAYER TABLET LARGE (992px - 1199px)
===================================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .hungary-intro {
        margin: 40px 0;
        padding: 40px var(--side-padding);
    }

    .hungary-title {
        font-size: 26px;
        max-width: 680px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

/*===================================================================
   3. LAYER TABLET SMALL (768px - 991px)
===================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .hungary-intro {
        margin: 40px 0;
        padding: 40px 20px; /* Lề 20px chuẩn Casa */
    }

    .hungary-title {
        font-size: 22px;
        line-height: 1.6;
        max-width: 480px;
        margin: 0 auto; 
        margin-bottom: 20px;
    }

    .hungary-subtitle {
        font-size: 10px;
    }
}

/*===================================================================
   4. LAYER MOBILE (< 767px)
===================================================================*/
@media (max-width: 767px) {
    .hungary-intro {
        margin: 40px 0;
        padding: 40px 20px;
    }
    
    .hungary-title {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .hungary-subtitle {
        font-size: 9px;
        letter-spacing: 0.12em;
        word-spacing: 5px;
    }
}




















/*===================================================================
   1. LAYER MẶC ĐỊNH & DESKTOP (> 1200px)
===================================================================*/
/* --- Section & Container --- */
.herringbone-single-image {
    width: 100%;
    max-width: var(--container-max); 
    margin: 40px auto; 
    padding: 0; 
    box-sizing: border-box;
}

/* --- Image & Display --- */
.herringbone-single-image img {
    width: 100%;
    height: 600px; 
    object-fit: cover;
    display: block;
}

/*===================================================================
   2. LAYER TABLET LARGE (992px - 1199px)
===================================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    /* Section & Container: Bắt đầu áp dụng tràn viền nếu cần */
    .herringbone-single-image {
        width: 100vw !important; /* Ép lấy toàn bộ chiều ngang màn hình */
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important; /* Kéo nó về lại chính giữa từ tâm */
        margin-right: -50vw !important;
        
        margin-top: 20px !important;
        margin-bottom: 40px !important;
        display: block !important;
        overflow: hidden !important;
    }

    /* Image & Display */
    .herringbone-single-image img {
        width: 100% !important; 
        height: auto !important; 
        display: block !important;
        object-fit: cover !important; 
        /* Tỉ lệ ảnh mày muốn, ví dụ 16/9 cho sang */
        aspect-ratio: 16 / 9 !important; 
    }
}

/*===================================================================
   3. LAYER TABLET SMALL (768px - 991px)
===================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Section & Container */
    .herringbone-single-image {
        width: 100vw !important; /* Ép lấy toàn bộ chiều ngang màn hình */
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important; /* Kéo nó về lại chính giữa từ tâm */
        margin-right: -50vw !important;
        
        margin-top: 20px !important;
        margin-bottom: 40px !important;
        display: block !important;
        overflow: hidden !important;
    }

    /* Image & Display */
    .herringbone-single-image img {
        width: 100% !important; 
        height: auto !important; 
        display: block !important;
        object-fit: cover !important; 
        /* Tỉ lệ ảnh mày muốn, ví dụ 16/9 cho sang */
        aspect-ratio: 16 / 9 !important; 
    }
}

/*===================================================================
   4. LAYER MOBILE (< 767px)
===================================================================*/
@media (max-width: 767px) {
    /* Section & Container */
    .herringbone-single-image {
        padding: 0; 
        margin: 40px 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    /* Image & Display */
    .herringbone-single-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
}












/*===================================================================
   1. LAYER DESKTOP (> 1200px)
===================================================================*/

/* --- SECTION SHARED --- */
.italy90-info, 
.french30-info, 
.hungary45-info {
    width: 100%;
    margin: 40px auto;
    padding: 80px var(--side-padding) 10px;
    box-sizing: border-box;
    text-align: center;
}

.italy90-specifications, 
.french30-specifications, 
.hungary45-specifications {
    max-width: var(--container-max); 
    margin: 40px auto; 
    padding: 0;
    box-sizing: border-box;
}

/* --- INTRO CONTENT --- */
.italy90-container, .french30-container, .hungary45-container {
    max-width: 690px;
    margin: 0 auto;
}

.italy90-title, .french30-title, .hungary45-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-transform: none;
    margin-bottom: 25px;
}

.italy90-description p, .french30-description p, .hungary45-description p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 20px;
    font-weight: 400;
}

/* --- SPECIFICATION LAYOUT --- */
.italy90-spec-inner, 
.french30-spec-inner, 
.hungary45-spec-inner {
    display: flex;
    align-items: stretch;
    gap: 60px;
}

.spec-visual { 
    flex: 1.2; 
    display: flex; 
}

.italy90-technical-collage, 
.french30-technical-collage, 
.hungary45-technical-collage {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

/* --- COLLAGE ITEMS --- */
.collage-item { overflow: hidden; background: transparent; }
.collage-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collage-item-large { grid-column: 1 / 2; grid-row: 1 / 3; }
.collage-item-square-top { grid-column: 2 / 3; grid-row: 1 / 2; }
.collage-item-square-bottom { grid-column: 2 / 3; grid-row: 2 / 3; }
.collage-item-square img { object-fit: contain; padding: 0; }

/* --- SPEC TEXT CONTENT --- */
.spec-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.spec-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.spec-desc {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 30px;
}

/* --- SPEC LIST & LINES --- */
.spec-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #eee; }
.spec-list li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #eee; }
.spec-label { font-family: var(--special-font); font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: #888; }
.spec-value { font-family: var(--special-font); font-size: 15px; font-weight: 500; color: #1a1a1a; }

/*===================================================================
   2. LAYER TABLET LARGE (992px - 1199px)
===================================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .italy90-specifications, 
    .french30-specifications, 
    .hungary45-specifications {
        padding: 0 0px;
    }

    .italy90-spec-inner, 
    .french30-spec-inner, 
    .hungary45-spec-inner {
        flex-direction: column;
        gap: 30px;
    }

    .italy90-info, .french30-info, .hungary45-info {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
        max-width: 780px !important;
    }


    .italy90-title, .french30-title, .hungary45-title { 
        font-size: 22px !important; 
        line-height: 1.2;
        margin-bottom: 25px;
        max-width: 100%;
        font-weight: 400;    
    }

    .italy90-description p, .french30-description p, .hungary45-description p {
        font-size: 12px; 
        line-height: 1.6;
        max-width: 100%;
        color: var(--color-black);
    }
}

/*===================================================================
   3. LAYER TABLET SMALL (768px - 991px)
===================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .italy90-info, .french30-info, .hungary45-info,
    .italy90-specifications, .french30-specifications, .hungary45-specifications {
        margin: 40px auto;
        padding: 0  !important;
    }

    .italy90-spec-inner, 
    .french30-spec-inner, 
    .hungary45-spec-inner {
        flex-direction: column;
        gap: 30px;
    }

    .italy90-info, .french30-info, .hungary45-info {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
        max-width: 480px;
    }

    .italy90-title, .french30-title, .hungary45-title { 
        font-size: 22px !important; 
        line-height: 1.2;
        margin-bottom: 25px;
        max-width: 100%;
        font-weight: 400;    
    }
    
    .spec-visual { 
        height: auto; 
        aspect-ratio: 4/3; 
    }

    .spec-content { 
        padding: 0; 
    }

    .spec-title {
        font-size: 12px !important; 
        line-height: 1.2;
        color: #888;
        margin-bottom: 20px;
        max-width: 100%;
        font-weight: 500;
    }

    .spec-desc { 
        font-size: 12px; 
        line-height: 1.6; 
        padding: 0; 
    }

    .collage-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
}




/*===================================================================
   4. LAYER MOBILE (< 767px)
===================================================================*/
@media (max-width: 767px) {
    .italy90-info, .french30-info, .hungary45-info,
    .italy90-specifications, .french30-specifications {
        margin: 20px auto;
        padding: 0  !important;
    }

    .hungary45-specifications {
        margin: 0 auto;
        padding: 0  !important;
    }
    
    .italy90-info, .french30-info, .hungary45-info {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    .italy90-title, .french30-title, .hungary45-title { 
        font-size: 20px !important; 
        line-height: 1.2;
        margin-bottom: 25px;
        max-width: 100%;
        font-weight: 500;    
    }

    .italy90-description p, .french30-description p, .hungary45-description p {
        font-size: 12px; 
        line-height: 1.6;
        max-width: 100%;
        color: var(--color-black);
    }

    .italy90-spec-inner, 
    .french30-spec-inner, 
    .hungary45-spec-inner {
        flex-direction: column;
        gap: 10px;
    }

    .spec-visual { 
        height: auto; 
        aspect-ratio: 4/3; 
    }
    
    .spec-title {
        font-size: 12px !important; 
        line-height: 1.2;
        color: #888;
        margin-bottom: 20px;
        max-width: 100%;
        font-weight: 500;
    }

    .spec-desc { 
        font-size: 12px; 
        line-height: 1.6; 
        padding: 0; 
    }

    .spec-value { 
        font-size: 13px;
        font-weight: 600; 
        color: #1a1a1a; 
    }

    .collage-item-square img { width: 100%; height: 100%; object-fit: cover; display: block; }
}








/*=========================
FAQ
=========================*/
.faq-wrapper {
    width: 100%;
    padding: var(--section-gap);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.faq-title {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
}

.faq-content-block {
    background-color: #f4f4f4;
    width: 100%;
    max-width: 840px;
    padding: 15px 50px 30px 50px;
    box-sizing: border-box;
}

.faq-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 22px 0;
}

.faq-item {
    border-bottom: 1px solid var(--color-bar, #e0e0e0);
    transition: background-color 0.3s ease;
}

.faq-content-block > .faq-item:nth-child(4) {
    border-bottom: 1px solid var(--color-bar, #e0e0e0);
}

.faq-more-inner > .faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-size: 13px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.4;
    max-width: 93%;
}

.faq-answer-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.faq-answer-content {
    min-height: 0;
    max-width: 90%;
}

.faq-answer-content p {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    padding-bottom: 20px; 
}

.faq-item.active .faq-answer-wrapper {
    grid-template-rows: 1fr;
}

.ed-faq-icon-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.faq-header-row:hover .ed-faq-icon-btn {
    background-color: var(--color-dark, #000000);
}

.faq-header-row:hover .ed-faq-chevron {
    stroke: #ffffff;
}

.faq-item.active .ed-faq-chevron {
    transform: rotate(180deg);
}

.ed-faq-chevron {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 3;
}

.faq-inline-link {
    color: #000000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-inline-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-inline-link:hover::after {
    transform: scaleX(0);
}

.faq-more-container {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.faq-more-container.is-expanded {
    grid-template-rows: 1fr;
}

.faq-more-inner {
    min-height: 0;
    overflow: hidden;
}

.faq-actions-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.faq-load-more-btn {
    background-color: #e0e0e0;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.faq-load-more-btn:hover {
    background-color: var(--color-dark, #000000);
}

.faq-load-more-btn:hover .faq-double-chevron {
    stroke: #ffffff;
}

.faq-double-chevron {
    width: 14px;
    height: 14px;
    stroke: #1a1a1a;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-load-more-btn.is-active .faq-double-chevron {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .faq-inline-link:hover::after {
        display: none;
    }
    
    .faq-wrapper {
        padding: 0px 20px 40px;
    }

    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .faq-content-block {
        max-width: 100%;
        padding: 5px 20px 20px 20px;
        background-color: #f4f4f4;
    }

    .faq-header-row {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        flex-direction: row !important;
    }

    .faq-item {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .faq-question {
        font-size: 14px;
        letter-spacing: -0.01em;
        padding-right: 15px;
    }

    .faq-answer-content {
        width: 100% !important;
        display: block !important;
    }

    .faq-answer-content p {
        font-size: 12px;
        line-height: 1.4;
        padding-bottom: 15px;
    }

    .ed-faq-icon-btn {
        width: 28px;
        height: 28px;
    }

    .ed-faq-chevron {
        width: 12px;
        height: 12px;
    }

    .faq-actions-wrapper {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .faq-load-more-btn {
        width: 32px;
        height: 32px;
    }

    .faq-double-chevron {
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 24px;
    }
    
    .faq-question {
        font-size: 13px;
    }
}








/*=================
NÚT HỎI CASA
=================*/
/* WRAPPER CĂN PHẢI THẲNG HÀNG VỚI MÉP BẢNG FAQ */
.faq-ask-trigger-wrapper {
    display: flex;
    justify-content: center; 
    width: 100%;
    max-width: 840px;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

/* NÚT HỎI CASA BO TRÒN + CHỮ THƯỜNG */
.faq-ask-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background-color: transparent;
    border: 1px solid #1a1a1a;
    border-radius: 50px; 
    color: #1a1a1a;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-ask-btn .faq-ask-arrow {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
    transition: transform 0.3s ease;
}

.faq-ask-btn:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.faq-ask-btn:hover .faq-ask-arrow {
    transform: translateX(4px);
}










/* ==========================================================================
   ASKCASA POPUP MODAL STYLES (TRỌN BỘ - DESKTOP + MOBILE 767PX)
   ========================================================================== */

/* 1. LỚP NỀN TỐI (OVERLAY DESKTOP) */
.askcasa-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.askcasa-modal-overlay.is-open,
.askcasa-modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 2. KHUNG THẺ NỀN TRẮNG (CARD DESKTOP) */
.askcasa-modal-card {
    position: relative;
    width: 100%;
    max-width: 580px;
    background-color: #ffffff !important;
    padding: 40px;
    border-radius: 0 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: transform 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.askcasa-modal-overlay.is-open .askcasa-modal-card,
.askcasa-modal-overlay.is-active .askcasa-modal-card {
    transform: translateY(0);
}

/* 3. NÚT ĐÓNG (X) */
.askcasa-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #666666;
    transition: color 0.2s ease;
}

.askcasa-modal-close-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

.askcasa-modal-close-btn:hover {
    color: #000000;
}

/* 4. HEADER MODAL */
.askcasa-modal-header {
    margin-bottom: 28px;
    text-align: left;
}

.askcasa-modal-title {
    font-size: 3rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.askcasa-modal-subtitle {
    font-size: 0.85rem;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

/* 5. INPUT & FLOATING LABEL */
.askcasa-modal-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.askcasa-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.askcasa-form-group {
    position: relative;
    display: flex;
    flex-direction: column;
}


.askcasa-form-submit-wrapper {
    margin: 20px 0 60px;
}


.askcasa-form-input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    font-size: 0.85rem;
    color: #1a1a1a;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.askcasa-form-textarea {
    width: 100%;
    padding: 0;
    margin-top: -15px;
    line-height: 2.2;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    font-size: 0.85rem;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    resize: vertical;
}

.askcasa-form-input:focus,
.askcasa-form-textarea:focus {
    border-bottom-color: #1a1a1a;
}

.askcasa-form-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    font-size: 0.85rem;
    color: #888888;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    opacity: 1;
    visibility: visible;
}

.askcasa-form-textarea ~ .askcasa-form-label {
    top: -15px;
    height: auto;
    line-height: 2.2;
}

.askcasa-form-input:not(:placeholder-shown) ~ .askcasa-form-label,
.askcasa-form-textarea:not(:placeholder-shown) ~ .askcasa-form-label {
    opacity: 0;
    visibility: hidden;
}

/* 6. CHECKBOX CUSTOM */
.askcasa-form-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.askcasa-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.askcasa-checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.askcasa-checkbox-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #888888;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
}

.askcasa-checkbox-input:checked ~ .askcasa-checkbox-custom {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.askcasa-checkbox-input:checked ~ .askcasa-checkbox-custom::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}

.askcasa-checkbox-text {
    font-size: 0.78rem;
    color: #555555;
    line-height: 1.4;
}

/* 7. NÚT SUBMIT */
.askcasa-submit-btn {
    width: auto; 
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px 35px !important;
    background-color: var(--color-bg-dark, #111);
    color: #ffffff;
    border: 2px solid var(--color-bg-dark, #111) !important;
    border-radius: 100px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none !important; 
    transition: all 0.2s ease;
}

.askcasa-submit-btn:hover {
    background: var(--white, #fff);
    color: #000000;  
}

/* ==========================================================================
   RESPONSIVE MOBILE (< 767PX) - CHUẨN ĐÉT SAMPLE BOX
   ========================================================================== */

@media (max-width: 767px) {
    .askcasa-modal-overlay {
        position: fixed !important;
        top: 8px !important;
        right: 8px !important;
        bottom: 8px !important;
        left: 8px !important;
        inset: 8px !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        z-index: 100000 !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        padding: 0 !important;
    }

    .askcasa-modal-overlay.is-active,
    .askcasa-modal-overlay.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
    }

    .askcasa-modal-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        background: #ffffff !important;
        padding: 32px 20px 40px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;

        overflow-y: auto !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .askcasa-modal-card::-webkit-scrollbar {
        display: none !important;
    }

    .askcasa-modal-card .askcasa-modal-close-btn {
        position: absolute !important;
        top: 24px !important;
        right: 20px !important;
        z-index: 10 !important;
    }

    .askcasa-form-grid {
        grid-template-columns: 1fr !important;
    }
}
/*=========================
FAQ
=========================*/














