﻿/* ============================================================================
   INCAS Layout CSS — Component Library
   Extracted source-of-truth for all INCAS custom components.

   ARCHITECTURE:
     Layer 1 (legacy, read-only): style.15375.css, des.15375.css, wblue.css
     Layer 2 (INCAS custom):
       incas.css        → CSS variables + legacy slider/component styles
       incas-layout.css → THIS FILE — hero, cards, sections, nav overrides
       products.css     → Products & listing pages
       doulton.css      → Doulton brand pages

   DO NOT add unrelated styles here.
   Bump CSS_VERSION in ci4_app/app/Config/Constants.php after any edit.
   Last updated: 2026-02-24
============================================================================ */

/* Remove background color from top slider */
#topSlider.ff_topSlider.mslider.module {
    background: transparent !important;
    padding: 0 !important;
}

/* ── Slider responsive height ── */
@media (max-width: 991px) {
    #topSlider {
        height: 420px !important;
    }
    #topSlider .content_list {
        height: 420px !important;
        min-height: 200px !important;
    }
    #topSlider .item_block,
    #topSlider .item_bg.image {
        height: 420px !important;
    }
}
@media (max-width: 768px) {
    #topSlider {
        height: 280px !important;
    }
    #topSlider .content_list {
        height: 280px !important;
        min-height: 160px !important;
    }
    #topSlider .item_block,
    #topSlider .item_bg.image {
        height: 280px !important;
    }
}
@media (max-width: 480px) {
    #topSlider {
        height: 220px !important;
    }
    #topSlider .content_list {
        height: 220px !important;
        min-height: 140px !important;
    }
    #topSlider .item_block,
    #topSlider .item_bg.image {
        height: 220px !important;
    }
}

/* ===== SẢN PHẨM TIÊU BIỂU ===== */
.incas-featured-section {
    padding: 80px 0;
    background: #f8fbff;
}

.incas-section-hd {
    margin-bottom: 50px;
}

.incas-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0a6bc1;
    margin-bottom: 10px;
}

.incas-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.incas-section-sub {
    font-size: 1rem;
    color: #777;
    margin: 0;
}

.incas-feat-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 16px rgba(10,107,193,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.incas-feat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(10,107,193,0.14);
    color: inherit;
    text-decoration: none;
}

.incas-feat-card__img {
    flex-shrink: 0;
    width: 200px;
    background: #eef4fb;
    overflow: hidden;
}

.incas-feat-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.incas-feat-card:hover .incas-feat-card__img img {
    transform: scale(1.05);
}

.incas-feat-card__body {
    flex: 1;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.incas-feat-card__num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0a6bc1;
    background: #e8f1fb;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 4px;
    align-self: flex-start;
}

.incas-feat-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.4;
}

.incas-feat-card__sub {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.incas-feat-card__cta {
    font-size: 15px;
    font-weight: 600;
    color: #0a6bc1;
    margin-top: 8px;
}

.incas-feat-card__cta i {
    transition: transform 0.2s ease;
}

.incas-feat-card:hover .incas-feat-card__cta i {
    transform: translateX(4px);
}

@media (max-width: 576px) {
    .incas-feat-card {
        flex-direction: column;
    }
    .incas-feat-card__img {
        width: 100%;
        height: 200px;
    }
}

/* ===== SẢN PHẨM NỔI BẬT HERO ===== */
.incas-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    overflow: hidden;
}

.incas-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(5,30,70,0.82) 45%, rgba(5,30,70,0.35) 100%);
}

.incas-hero-inner {
    position: relative;
    z-index: 1;
}

.incas-hero-content {
    color: #fff;
}

.incas-hero-label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.incas-hero-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 14px;
}

.incas-hero-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
}

.incas-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    line-height: 1.75;
    margin-bottom: 28px;
}
.incas-hero-desc p {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 8px;
}
.incas-hero-desc ul {
    padding-left: 4px;
    margin-bottom: 8px;
    list-style: none;
}
.incas-hero-desc li {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    padding: 2px 0;
}
.incas-hero-desc strong {
    color: #fff;
    font-weight: 700;
}

.incas-hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.incas-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: #0a6bc1;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}

.incas-hero-btn:hover {
    background: #085da8;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.incas-hero-link {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.incas-hero-link:hover {
    color: #fff;
}

.incas-hero-img {
    max-width: 100%;
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.35));
}

@media (max-width: 991px) {
    .incas-hero-section {
        padding: 48px 0;
    }
    .incas-hero-title {
        font-size: 1.6rem;
    }
    .incas-hero-img {
        max-height: 250px;
        margin-top: 30px;
    }
}

.mlist.project.module .content_list {
    display: block !important;
    text-align: center !important;
    font-size: 0 !important;
    overflow: auto;
}

.mlist.project.module .content_list .item_block {
    display: inline-block !important;
    float: none !important;
    width: calc(33.333% - 0px) !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    font-size: 14px;
    background: transparent;
    border: none;
}

.mlist.project.module .content_list .item_block .item_index {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    z-index: 1;
}

.mlist.project.module .content_list .item_block .item_box {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mlist.project.module .content_list .item_block .item_img {
    width: 100%;
    height: auto;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.mlist.project.module .content_list .item_block .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlist.project.module .content_list .item_block .item_wrapper {
    padding: 15px;
    background: #fff;
    text-align: left;
}

.mlist.project.module .content_list .item_block .item_info {
    padding: 0;
}

.mlist.project.module .content_list .item_block .item_info .title {
    font-size: 16px;
    margin: 8px 0 5px;
    font-weight: bold;
}

.mlist.project.module .content_list .item_block .item_info .subtitle {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.mlist.project.module .content_list .item_block .item_des .description {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin: 10px 0;
    max-height: 36px;
    overflow: hidden;
}

.mlist.project.module .content_list .item_block .details {
    display: block;
    color: #0a6bc1;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.mlist.project.module .content_list .item_block .details i {
    margin-left: 5px;
}

.mlist.project.module .content_list .item_block .item_tags {
    display: none;
}

.mlist.project.module .content_list .item_block .date_wrap:not(:first-of-type) {
    display: none;
}

/* ===== CATEGORY LINKS (như index.html) ===== */
.mlist.project.module .container_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mlist.project.module .container_header .title {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.mlist.project.module .container_header .subtitle {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-left: 20px;
}

.ff_indexPage .mlist.project.module .container_category {
    float: right;
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.mlist.project.module .container_category {
    padding-top: 0 !important;
    text-align: center;
}

/* Base styles from legacy CSS files */
.mlist.project.module .container_category > a {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 22px;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

/* Plus icon effect cho MORE link */
.ff_indexPage .mlist.project.module .container_category a:last-child::before {
    content: '+';
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    position: absolute;
    margin-left: 16px;
    margin-top: 30px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ff_indexPage .mlist.project.module .container_category a:last-child:hover::before {
    opacity: 1;
    margin-top: 0;
}

.ff_indexPage .mlist.project.module .container_category a:last-child:hover {
    color: transparent;
}

.mlist.project.module .container_category > a:last-child {
    position: relative;
}

/* CSS cho ff_more link (last-child của category) */
.mlist.project.module .container_category > a.ff_more {
    position: relative;
}

.ff_indexPage .mlist.project.module .container_category a.ff_more::before {
    content: '+';
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ff_indexPage .mlist.project.module .container_category a.ff_more:hover::before {
    opacity: 1;
}

.ff_indexPage .mlist.project.module .container_category a.ff_more:hover {
    color: transparent;
}

/* Hover effects */
.mlist.project.module .content_list .item_block:hover .item_wrapper {
    background-color: #0a6bc1;
}

.mlist.project.module .content_list .item_block:hover .item_info .title,
.mlist.project.module .content_list .item_block:hover .item_info .subtitle,
.mlist.project.module .content_list .item_block:hover .item_des .description,
.mlist.project.module .content_list .item_block:hover .details {
    color: #fff;
}

.mlist.project.module .content_list .item_block:hover .details {
    border-top-color: rgba(255,255,255,0.3);
}

.mlist.project.module .more {
    display: block;
    width: 140px;
    height: 40px;
    margin: 30px auto;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0a6bc1;
    border-radius: 20px;
    color: #0a6bc1;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
}

.mlist.project.module .more:hover {
    background-color: #0a6bc1;
    color: #fff;
}

/* ===== LỢI ÍCH SỬ DỤNG ===== */
.incas-benefits-section {
    position: relative;
    padding: 56px 0;
    overflow: hidden;
}

.incas-benefits-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.incas-benefits-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,35,66,0.92) 0%, rgba(10,107,193,0.80) 100%);
    z-index: 1;
}

.incas-benefits-inner {
    position: relative;
    z-index: 2;
}

.incas-benefits-badge {
    display: block;
    width: fit-content;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.7);
    padding: 6px 18px;
    border-radius: 40px;
    margin-bottom: 18px;
}

.incas-benefits-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.incas-benefits-lead {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 28px;
}

.incas-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.incas-benefits-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,0.88);
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 16px;
}

.incas-benefits-list li strong {
    color: #fff;
}

.incas-benefits-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    font-size: 16px;
}

.incas-benefits-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.incas-benefits-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #0a6bc1;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}

.incas-benefits-btn-primary:hover {
    background: #085da8;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.incas-benefits-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.incas-benefits-btn-outline:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

/* Stats grid */
.incas-benefits-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.incas-benefits-stat {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: background 0.25s ease;
}

.incas-benefits-stat:hover {
    background: rgba(255,255,255,0.14);
}

.incas-benefits-stat__num {
    display: block;
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.incas-benefits-stat__num small {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffc107;
}

.incas-benefits-stat__label {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.35;
}

@media (max-width: 768px) {
    .incas-benefits-section {
        padding: 48px 0;
    }

    .incas-benefits-title {
        font-size: 1.7rem;
    }

    .incas-benefits-stats {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .incas-benefits-stat__num {
        font-size: 2rem;
    }
}

/* ===== TIN TỨC & CẬP NHẬT ===== */
.incas-news-section {
    padding: 30px 0;
    background: #f8f9fa;
}

.incas-news-section .section-subtitle {
    margin-bottom: 24px;
}

.incas-news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.incas-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 32px rgba(10,107,193,0.14);
    color: inherit;
    text-decoration: none;
}

.incas-news-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #e9ecef;
}

.incas-news-card__img-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #e3f0fb 0%, #c8dff5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a6bc1;
    font-size: 2.5rem;
}

.incas-news-card__body {
    padding: 22px 24px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.incas-news-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.incas-news-card__date {
    font-size: 15px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.incas-news-card__tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0a6bc1;
    background: #e8f2fc;
    padding: 2px 10px;
    border-radius: 20px;
}

.incas-news-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.45;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.incas-news-card:hover .incas-news-card__title {
    color: #0a6bc1;
}

.incas-news-card__subtitle {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.incas-news-card__footer {
    padding: 14px 24px;
    border-top: 1px solid #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    color: #0a6bc1;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}

.incas-news-card:hover .incas-news-card__footer {
    gap: 10px;
}

.incas-news-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 12px 32px;
    border: 2px solid #0a6bc1;
    border-radius: 30px;
    color: #0a6bc1;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
    background: transparent;
}

.incas-news-viewall:hover {
    background: #0a6bc1;
    color: #fff;
    text-decoration: none;
}

/* ===== LIÊN HỆ ===== */
.incas-contact-section {
    padding: 24px 0 20px;
    background: #fff;
}

.incas-contact-header {
    margin-bottom: 28px;
}

/* --- Info card --- */
.incas-contact-info {
    background: #f4f8fd;
    border-radius: 16px;
    padding: 36px 32px;
    height: 100%;
}

.incas-contact-info__name {
    font-size: 18px;
    font-weight: 700;
    color: #0a6bc1;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #ddeaf8;
}

.incas-contact-info__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.incas-contact-info__list li {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 16px;
    color: #444;
    margin-bottom: 14px;
    line-height: 1.5;
}

.incas-contact-info__list li a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
}

.incas-contact-info__list li a:hover {
    color: #0a6bc1;
}

.incas-contact-info__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #0a6bc1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.incas-contact-info__social {
    display: flex;
    gap: 10px;
}

.incas-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.incas-social-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    color: #fff;
}

.incas-social-btn--fb { background: #1877f2; }
.incas-social-btn--yt { background: #ff0000; }

/* --- Form card --- */
.incas-contact-form {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 24px rgba(10,107,193,0.07);
}

.incas-contact-form__group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.incas-contact-form__group label {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.2px;
}

.incas-contact-form__group input,
.incas-contact-form__group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #dde3ec;
    border-radius: 10px;
    font-size: 1.15rem;
    color: #333;
    background: #fafbfc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    resize: none;
    font-family: inherit;
}

.incas-contact-form__group input:focus,
.incas-contact-form__group textarea:focus {
    border-color: #0a6bc1;
    box-shadow: 0 0 0 3px rgba(10,107,193,0.10);
    background: #fff;
}

.incas-contact-form__group input::placeholder,
.incas-contact-form__group textarea::placeholder {
    color: #b0b8c5;
}

.incas-contact-form__submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    background: #0a6bc1;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.incas-contact-form__submit:hover {
    background: #085da8;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .incas-contact-form {
        padding: 28px 20px;
    }

    .incas-contact-info {
        padding: 28px 20px;
    }

    /* Giảm khoảng trống lớn trên mobile */
    .incas-news-section {
        padding: 24px 0 20px;
    }
    .incas-news-section .section-subtitle {
        margin-bottom: 20px;
    }
    .incas-news-viewall {
        margin-top: 24px;
    }
    .incas-contact-section {
        padding: 24px 0 32px;
    }
    .incas-contact-header,
    .incas-contact-section .text-center.mb-4 {
        margin-bottom: 20px !important;
    }
}

/* ── NAV: tăng cỡ chữ để dễ đọc cho khách hàng lớn tuổi — giảm chiều cao navbar ── */
.navbar {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.navbar .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar .dropdown-item {
    font-size: 1.05rem;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 9px;
}
.navbar .dropdown-header {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    padding-top: 10px;
}
.navbar .dropdown-menu {
    min-width: 240px;
}

/* === PRODUCT MENU HIERARCHY (PARENT VS CHILD) === */
.navbar .dropdown-menu .dropdown-item.product-parent {
    color: #0a6bc1 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: none;
    letter-spacing: normal;
    background: transparent !important;
    border-left: 0;
    border-radius: 0;
    margin: 0;
    padding: 9px 12px !important;
}

.navbar .dropdown-menu .dropdown-item.product-parent:hover,
.navbar .dropdown-menu .dropdown-item.product-parent:focus {
    background: rgba(10, 107, 193, 0.08) !important;
    color: #085da8 !important;
}

.navbar .dropdown-menu .dropdown-item.product-child {
    position: relative;
    padding-left: 30px !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.navbar .dropdown-menu .dropdown-item.product-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    font-weight: 400;
}

/* === DỰ ÁN THỰC TẾ — Projects Grid === */

/* Huỷ bỏ khoảng trống legacy từ .module và .module_container */
.ff_projectsPage .module {
    padding-top: 0 !important;
}
.ff_projectsPage .module_container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Page header: banner căng rộng, không khoảng trống legacy */
.projects-page-header {
    background: linear-gradient(135deg, #0a4a8c, #1a9be8);
    padding: 0;
    margin: 0;
}
.projects-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px 36px;
    text-align: center;
}
.projects-header-inner h1 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.projects-header-inner p {
    color: #c8e6ff;
    font-size: 1.1rem;
    margin: 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.project-item {
    min-width: 0; /* fix overflow in grid */
}

@media (max-width: 991px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════
   HOMEPAGE V2 — Consulting-focused sections
   Route: /trang-chu-moi  |  body_class: home-v2-page
   ═══════════════════════════════════════════════════════════════════════ */

/* === GLOBAL V2 SECTION HEADERS (shared across ALL v2 sections) ===
   Chuẩn theo CSS_STANDARDS.md Section 13 — dùng px, không rem
   Các selectors này bị products.css định nghĩa không scoped trước đây
   → đã fix: products.css chỉ scope trong .products-section
   ============================================================ */
.section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0a6bc1;
    margin-bottom: 10px;
}
.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.3;
}
.section-subtitle {
    font-size: 16px;
    color: #556677;
    line-height: 1.65;
    margin: 0;
}


.v2-value-prop {
    padding: 40px 0 32px;
    background: #f8fafb;
}
.v2-value-prop__header {
    text-align: center;
    margin-bottom: 48px;
}
.v2-value-card {
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 40px 28px 36px;
    height: 100%;
    box-shadow: 0 2px 16px rgba(10, 107, 193, 0.06);
    border: 1.5px solid #e8eef4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.v2-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 32px rgba(10, 107, 193, 0.13);
}
.v2-value-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a6bc1 0%, #0d8ae0 100%);
    color: #fff;
    font-size: 1.7rem;
}
.v2-value-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 12px;
}
.v2-value-card__desc {
    font-size: 16px;
    color: #556677;
    line-height: 1.65;
    margin: 0;
}
.v2-value-prop__cta {
    text-align: center;
    margin-top: 40px;
}

/* === V2 Shared Buttons === */
.v2-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #0a6bc1 0%, #0d8ae0 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.v2-btn-primary:hover {
    background: linear-gradient(135deg, #085a9e 0%, #0b78c7 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 107, 193, 0.3);
}
.v2-btn-primary--light {
    background: #fff;
    color: #0a6bc1;
}
.v2-btn-primary--light:hover {
    background: #f0f7ff;
    color: #085a9e;
}
.v2-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: transparent;
    color: #0a6bc1;
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid #0a6bc1;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.v2-btn-outline:hover {
    background: #0a6bc1;
    color: #fff;
}
.v2-btn-outline--light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: transparent;
    color: rgba(255,255,255,0.95);
    font-weight: 600;
    font-size: 1.05rem;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.v2-btn-outline--light:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border-color: #fff;
}

/* === ③ HOUSING SOLUTIONS === */
.v2-housing {
    padding: 36px 0 48px;
    background: #fff;
}
.v2-housing__header {
    text-align: center;
    margin-bottom: 48px;
}
.v2-housing__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.v2-housing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 16px 24px;
    border-radius: 16px;
    border: 1.5px solid #e8eef4;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
.v2-housing-card:hover {
    border-color: #0a6bc1;
    transform: translateY(-6px);
    box-shadow: 0 8px 28px rgba(10, 107, 193, 0.12);
    color: inherit;
    text-decoration: none;
}
.v2-housing-card__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf5fc;
    color: #0a6bc1;
    font-size: 1.5rem;
    margin-bottom: 16px;
    transition: background 0.3s ease;
}
.v2-housing-card:hover .v2-housing-card__icon {
    background: #0a6bc1;
    color: #fff;
}
.v2-housing-card__name {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b3c;
    margin-bottom: 10px;
}
.v2-housing-card__desc {
    font-size: 16px;
    color: #6b7c8d;
    line-height: 1.6;
    margin-bottom: 14px;
    flex-grow: 1;
}
.v2-housing-card__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 15px;
    color: #0a6bc1;
    font-weight: 500;
    margin-bottom: 14px;
}
.v2-housing-card__meta i {
    margin-right: 4px;
    opacity: 0.7;
}
.v2-housing-card__arrow {
    font-size: 15px;
    color: #0a6bc1;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.v2-housing-card:hover .v2-housing-card__arrow {
    opacity: 1;
}

/* === ④ CONSULTING PROCESS (5-Step Timeline) === */
.v2-process {
    position: relative;
    padding: 80px 0 70px;
    overflow: hidden;
}
.v2-process__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0b2a4a 0%, #0a4d7a 50%, #0a6bc1 100%);
    z-index: 0;
}
.v2-process .container {
    position: relative;
    z-index: 1;
}
.v2-process__header {
    text-align: center;
    margin-bottom: 56px;
}
.section-eyebrow--light {
    color: rgba(255,255,255,0.7) !important;
}
.section-title--light {
    color: #fff !important;
}
.section-subtitle--light {
    color: rgba(255,255,255,0.8) !important;
}
.v2-process__timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    position: relative;
}
/* Connector line behind steps */
.v2-process__timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    z-index: 0;
}
.v2-process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.v2-process-step__num {
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    color: rgba(255,255,255,0.4);
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.v2-process-step__icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}
.v2-process-step:hover .v2-process-step__icon {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    transform: scale(1.08);
}
.v2-process-step__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.v2-process-step__desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin: 0;
}
.v2-process__cta {
    text-align: center;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* === ⑧ TRUST SIGNALS === */
.v2-trust {
    padding: 70px 0 60px;
    background: #f0f5fa;
}
.v2-trust__header {
    text-align: center;
    margin-bottom: 40px;
}
.v2-trust__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}
.v2-trust-stat {
    text-align: center;
    padding: 28px 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.v2-trust-stat__num {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: #0a6bc1;
    line-height: 1.1;
    margin-bottom: 8px;
}
.v2-trust-stat__num small {
    font-size: 1.6rem;
    font-weight: 700;
}
.v2-trust-stat__label {
    display: block;
    font-size: 16px;
    color: #556677;
    font-weight: 500;
}
.v2-trust__brands {
    text-align: center;
}
.v2-trust__brands-label {
    font-size: 15px;
    color: #6b7c8d;
    margin-bottom: 20px;
    font-weight: 500;
}
.v2-trust__brands-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.v2-trust-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0.65;
    transition: opacity 0.3s ease;
}
.v2-trust-brand:hover {
    opacity: 1;
}
.v2-trust-brand img {
    max-width: 100px;
    height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.v2-trust-brand:hover img {
    filter: grayscale(0%);
}
.v2-trust-brand span {
    font-size: 13px;
    color: #6b7c8d;
    font-weight: 600;
}

/* === ⑩ CONTACT V2 UPGRADE === */
.v2-contact .incas-contact-form__group select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #dde3ec;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
    background: #fafbfc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6.5 6.5-6.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.v2-contact .incas-contact-form__group select:focus {
    border-color: #0a6bc1;
    box-shadow: 0 0 0 3px rgba(10, 107, 193, 0.1);
}
.v2-submit-btn {
    font-size: 1.1rem !important;
    padding: 15px 28px !important;
}
.v2-contact-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.v2-contact-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #1a7a3a;
    font-weight: 500;
}
.v2-contact-badge i {
    color: #1a7a3a;
    font-size: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════
   V2 RESPONSIVE — Mobile & Tablet
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    /* Housing: 3 cards then 2 */
    .v2-housing__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    /* Process: 3 then 2 */
    .v2-process__timeline {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .v2-process__timeline::before {
        display: none;
    }
    /* Trust stats: 2×2 */
    .v2-trust__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .v2-trust-stat__num {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .v2-value-prop,
    .v2-housing,
    .v2-trust {
        padding: 30px 0 24px;
    }
    .v2-process {
        padding: 60px 0 50px;
    }
    /* Housing: 2 cards */
    .v2-housing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .v2-housing-card {
        padding: 24px 14px 20px;
    }
    /* Process: 2 cards */
    .v2-process__timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    /* Brand logos wrap */
    .v2-trust__brands-row {
        gap: 20px;
    }
    .v2-trust-brand img {
        max-width: 80px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    /* Value cards stack */
    .v2-value-card {
        padding: 28px 20px 24px;
    }
    .v2-value-card__icon {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }
    /* Housing: 1 card */
    .v2-housing__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .v2-housing-card {
        flex-direction: row;
        text-align: left;
        gap: 16px;
        padding: 18px 16px;
    }
    .v2-housing-card__icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .v2-housing-card__name {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .v2-housing-card__desc {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .v2-housing-card__meta {
        flex-direction: row;
        gap: 10px;
    }
    .v2-housing-card__arrow {
        display: none;
    }
    /* Process: single column */
    .v2-process__timeline {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .v2-process-step {
        display: grid;
        grid-template-columns: 24px 52px 1fr;
        grid-template-rows: auto auto;
        column-gap: 12px;
        row-gap: 4px;
        align-items: start;
        text-align: left;
    }
    .v2-process-step__num {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0;
        padding-top: 4px;
    }
    .v2-process-step__icon {
        grid-column: 2;
        grid-row: 1 / 3;
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.2rem;
        margin: 0;
    }
    .v2-process-step__title {
        grid-column: 3;
        grid-row: 1;
        margin-bottom: 4px;
    }
    .v2-process-step__desc {
        grid-column: 3;
        grid-row: 2;
    }
    .v2-process__cta {
        flex-direction: column;
        align-items: stretch;
    }
    .v2-process__cta a {
        justify-content: center;
    }
    /* Trust: single column */
    .v2-trust__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .v2-trust-stat {
        padding: 20px 12px;
    }
    .v2-trust-stat__num {
        font-size: 2rem;
    }
    /* Brands: smaller */
    .v2-trust__brands-row {
        gap: 16px;
    }
    .v2-trust-brand img {
        max-width: 64px;
        height: 32px;
    }
}


/* ===========================================================================
   BOOKING PAGE — /dat-lich-do-nuoc
   Prefix: .bk-
   =========================================================================== */

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.bk-hero {
    background: linear-gradient(135deg, #0a6bc1 0%, #1a8fd1 60%, #0d5da6 100%);
    padding: 64px 20px 56px;
    text-align: center;
    color: #fff;
}
.bk-hero__eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .85;
    margin: 0 0 12px;
}
.bk-hero__title {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.25;
}
.bk-hero__sub {
    font-size: 17px;
    opacity: .92;
    max-width: 640px;
    margin: 0 auto 20px;
    line-height: 1.55;
}
.bk-hero__proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
    font-size: 14px;
    opacity: .9;
}
.bk-hero__proof span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.bk-hero__proof i { color: #7ee8a2; }

/* ── Breadcrumb ─────────────────────────────────────────────────────────────── */
.bk-breadcrumb {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 0;
}
.bk-breadcrumb .breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    color: #555;
}
.bk-breadcrumb .breadcrumb-list a { color: #0a6bc1; text-decoration: none; }
.bk-breadcrumb .breadcrumb-list a:hover { text-decoration: underline; }

/* ── Page layout ────────────────────────────────────────────────────────────── */
.bk-page {
    background: #f5f7fa;
    padding: 48px 20px 64px;
    min-height: 60vh;
}
.bk-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}

/* ── Form Panel ─────────────────────────────────────────────────────────────── */
.bk-form-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    padding: 36px 40px 40px;
}

/* ── Stepper ────────────────────────────────────────────────────────────────── */
.bk-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 0;
}
.bk-stepper__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: default;
}
.bk-stepper__dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0e7ef;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    transition: background .25s, color .25s;
}
.bk-stepper__label {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    transition: color .25s;
}
.bk-stepper__step--active .bk-stepper__dot {
    background: #0a6bc1;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(10,107,193,.18);
}
.bk-stepper__step--active .bk-stepper__label { color: #0a6bc1; font-weight: 600; }
.bk-stepper__step--done .bk-stepper__dot { background: #20b26a; color: #fff; }
.bk-stepper__step--done .bk-stepper__label { color: #20b26a; }
.bk-stepper__line {
    flex: 1;
    height: 2px;
    background: #e0e7ef;
    margin: 0 8px;
    margin-bottom: 22px;
    min-width: 40px;
    transition: background .25s;
}

/* ── Progress bar ────────────────────────────────────────────────────────────── */
.bk-progress {
    height: 4px;
    background: #e0e7ef;
    border-radius: 2px;
    margin-bottom: 32px;
    overflow: hidden;
}
.bk-progress__bar {
    height: 100%;
    background: var(--color-accent, #0a6bc1);
    border-radius: 2px;
    transition: width .4s ease;
}

/* ── Step ────────────────────────────────────────────────────────────────────── */
.bk-step--hidden { display: none !important; }
.bk-step__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bk-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #0a6bc1;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.bk-step__hint { color: #666; font-size: 14px; margin: 0 0 24px; }

/* ── Fields ──────────────────────────────────────────────────────────────────── */
.bk-field { margin-bottom: 22px; }
.bk-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.bk-required { color: #e53935; margin-left: 2px; }
.bk-optional { color: #999; font-weight: 400; font-size: 13px; }
.bk-input,
.bk-select,
.bk-textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #d0d7e3;
    border-radius: 8px;
    font-size: 16px;
    color: #1a1a2e;
    background: #fafbfc;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
}
.bk-input:focus,
.bk-select:focus,
.bk-textarea:focus {
    border-color: #0a6bc1;
    box-shadow: 0 0 0 3px rgba(10,107,193,.12);
    background: #fff;
}
.bk-hint-text { font-size: 13px; color: #888; margin: 5px 0 0; }
.bk-error { color: #e53935; font-size: 13px; margin: 5px 0 0; display: none; }

/* ── Card grid (Housing type) ────────────────────────────────────────────────── */
.bk-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
}
.bk-card-option { cursor: pointer; }
.bk-card-option__radio { position: absolute; opacity: 0; width: 0; height: 0; }
.bk-card-option__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 10px 14px;
    border: 2px solid #d0d7e3;
    border-radius: 10px;
    background: #fafbfc;
    transition: border-color .2s, box-shadow .2s, background .2s;
    text-align: center;
}
.bk-card-option:hover .bk-card-option__inner {
    border-color: #7ab0e0;
    background: #f0f7ff;
}
.bk-card-option--selected .bk-card-option__inner {
    border-color: #0a6bc1;
    background: #eaf2fc;
    box-shadow: 0 0 0 3px rgba(10,107,193,.13);
}
.bk-card-option__icon { font-size: 26px; color: #0a6bc1; }
.bk-card-option__label { font-size: 12px; font-weight: 600; color: #1a1a2e; line-height: 1.3; }

/* ── Radio group ─────────────────────────────────────────────────────────────── */
.bk-radio-group { display: flex; flex-direction: column; gap: 10px; }
.bk-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    padding: 10px 14px;
    border: 1.5px solid #d0d7e3;
    border-radius: 8px;
    transition: border-color .2s, background .2s;
}
.bk-radio-item:hover { border-color: #7ab0e0; background: #f0f7ff; }
.bk-radio-item input[type="radio"] { display: none; }
.bk-radio-item__mark {
    width: 18px;
    height: 18px;
    border: 2px solid #c0cad8;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: border-color .2s;
}
.bk-radio-item input[type="radio"]:checked ~ .bk-radio-item__mark { border-color: #0a6bc1; }
.bk-radio-item input[type="radio"]:checked ~ .bk-radio-item__mark::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #0a6bc1;
    border-radius: 50%;
}
.bk-radio-item:has(input:checked) {
    border-color: #0a6bc1;
    background: #eaf2fc;
}

/* ── Checkbox group ──────────────────────────────────────────────────────────── */
.bk-check-group { display: flex; flex-direction: column; gap: 10px; }
.bk-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    padding: 10px 14px;
    border: 1.5px solid #d0d7e3;
    border-radius: 8px;
    transition: border-color .2s, background .2s;
}
.bk-check-item:hover { border-color: #7ab0e0; background: #f0f7ff; }
.bk-check-item input[type="checkbox"] { display: none; }
.bk-check-item__mark {
    width: 18px;
    height: 18px;
    border: 2px solid #c0cad8;
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    transition: border-color .2s, background .2s;
}
.bk-check-item input[type="checkbox"]:checked ~ .bk-check-item__mark {
    border-color: #0a6bc1;
    background: #0a6bc1;
}
.bk-check-item input[type="checkbox"]:checked ~ .bk-check-item__mark::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.bk-check-item:has(input:checked) { border-color: #0a6bc1; background: #eaf2fc; }

/* ── Timeslot grid ───────────────────────────────────────────────────────────── */
.bk-timeslot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.bk-slot { cursor: pointer; }
.bk-slot__radio { position: absolute; opacity: 0; width: 0; height: 0; }
.bk-slot__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 18px 8px 16px;
    border: 2px solid #d0d7e3;
    border-radius: 10px;
    background: #fafbfc;
    transition: border-color .2s, box-shadow .2s, background .2s;
    text-align: center;
}
.bk-slot:hover .bk-slot__inner { border-color: #7ab0e0; background: #f0f7ff; }
.bk-slot--selected .bk-slot__inner {
    border-color: #0a6bc1;
    background: #eaf2fc;
    box-shadow: 0 0 0 3px rgba(10,107,193,.13);
}
.bk-slot__icon { font-size: 29px; line-height: 1; }
.bk-slot__name { font-weight: 600; font-size: 14px; color: #1a1a2e; }
.bk-slot__time { font-size: 12px; color: #666; }

/* ── Nav buttons ────────────────────────────────────────────────────────────── */
.bk-step__nav {
    margin-top: 28px;
    display: flex;
    justify-content: flex-end;
}
.bk-step__nav--split { justify-content: space-between; }
.bk-btn-next,
.bk-btn-submit {
    background: #0a6bc1;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background .25s, box-shadow .25s;
}
.bk-btn-next:hover,
.bk-btn-submit:hover { background: #0855a0; box-shadow: 0 4px 14px rgba(10,107,193,.3); }
.bk-btn-next:disabled,
.bk-btn-submit:disabled { background: #a0b8d0; cursor: not-allowed; }
.bk-btn-back {
    background: transparent;
    color: #555;
    border: 1.5px solid #c0cad8;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: border-color .2s, color .2s;
}
.bk-btn-back:hover { border-color: #888; color: #1a1a2e; }

/* ── Alert ───────────────────────────────────────────────────────────────────── */
.bk-alert { padding: 14px 16px; border-radius: 8px; font-size: 14px; margin-bottom: 16px; }
.bk-alert--error { background: #fff0f0; border: 1px solid #f5c6c6; color: #c62828; }
.bk-alert--error ul { margin: 8px 0 0 16px; padding: 0; }
.bk-alert--error a { color: #c62828; }

/* ── Confirmation screen ────────────────────────────────────────────────────── */
.bk-confirm { padding: 8px 0 0; }
.bk-confirm__icon {
    text-align: center;
    font-size: 56px;
    color: #20b26a;
    margin-bottom: 12px;
}
.bk-confirm__title { text-align: center; font-size: 27px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; }
.bk-confirm__sub   { text-align: center; color: #555; margin: 0 0 10px; }
.bk-confirm__ref   {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0a6bc1;
    background: #eaf2fc;
    border: 2px dashed #7ab0e0;
    border-radius: 10px;
    padding: 14px 20px;
    margin: 0 0 20px;
}
.bk-confirm__promise {
    text-align: center;
    color: #444;
    font-size: 15px;
    margin: 0 0 24px;
}
.bk-confirm__promise i { color: #20b26a; margin-right: 6px; }

/* Checklist */
.bk-confirm__checklist {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 24px;
}
.bk-confirm__checklist-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 12px; }
.bk-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.bk-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #333; }
.bk-checklist i { color: #20b26a; margin-top: 3px; flex-shrink: 0; }

/* Result preview */
.bk-confirm__preview { margin-bottom: 28px; }
.bk-confirm__preview-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 12px; }
.bk-result-card {
    border: 1.5px solid #d0d7e3;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}
.bk-result-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0a6bc1;
    padding: 10px 16px;
    color: #fff;
}
.bk-result-card__logo { font-weight: 700; font-size: 16px; letter-spacing: 1px; }
.bk-result-card__tag  { font-size: 12px; opacity: .85; }
.bk-result-card__table { width: 100%; border-collapse: collapse; }
.bk-result-card__table th,
.bk-result-card__table td { padding: 9px 14px; text-align: left; border-bottom: 1px solid #e9ecef; }
.bk-result-card__table th { background: #f5f7fa; font-weight: 600; color: #555; font-size: 13px; }
.bk-result-card__val { color: #0a6bc1; font-weight: 700; letter-spacing: .5px; }
.bk-result-card__note { padding: 8px 14px; color: #888; font-size: 12px; margin: 0; }

/* Zalo button */
.bk-confirm__zalo { text-align: center; margin-top: 8px; }
.bk-confirm__zalo p { color: #555; font-size: 14px; margin: 0 0 12px; }
.bk-btn-zalo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0068FF;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 600;
    transition: background .25s, box-shadow .25s;
}
.bk-btn-zalo:hover { background: #0052cc; box-shadow: 0 4px 14px rgba(0,104,255,.3); color: #fff; }

/* ── Sidebar ─────────────────────────────────────────────────────────────────── */
.bk-sidebar { display: flex; flex-direction: column; gap: 20px; }
.bk-sidebar__card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    padding: 20px 22px;
}
.bk-sidebar__card--cta { background: #0a6bc1; text-align: center; }
.bk-sidebar__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bk-sidebar__title i { color: #0a6bc1; }
.bk-sidebar__text { font-size: 14px; color: #444; line-height: 1.55; margin: 0; }
.bk-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    color: #444;
}
.bk-sidebar__cta-label { color: rgba(255,255,255,.85); font-size: 14px; margin: 0 0 12px; }
.bk-sidebar__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 10px;
    transition: background .2s;
}
.bk-sidebar__phone:hover { background: rgba(255,255,255,.28); }
.bk-sidebar__zalo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0068FF;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    padding: 9px 16px;
    transition: background .2s;
}
.bk-sidebar__zalo:hover { background: #eef4ff; }

/* ===========================================================================
   RESPONSIVE — Booking Page
   =========================================================================== */
@media (max-width: 900px) {
    .bk-layout {
        grid-template-columns: 1fr;
    }
    .bk-sidebar { order: -1; }
    .bk-form-panel { padding: 28px 24px 32px; }
}

@media (max-width: 600px) {
    .bk-hero { padding: 48px 16px 40px; }
    .bk-form-panel { padding: 22px 16px 26px; }
    .bk-card-grid { grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; }
    .bk-timeslot-grid { grid-template-columns: 1fr; gap: 10px; }
    .bk-slot__inner { flex-direction: row; gap: 12px; padding: 14px 16px; text-align: left; align-items: center; }
    .bk-slot__icon { font-size: 22px; }
    .bk-step__nav--split { gap: 12px; }
    .bk-btn-next,
    .bk-btn-submit { padding: 12px 20px; font-size: 15px; }
    .bk-confirm__ref { font-size: 19px; letter-spacing: 1px; }
}

/* ===========================================================================
   FOOTER — Main site footer
   Selector: footer.site-footer
   =========================================================================== */
.site-footer {
    background: #1a1a2e;
    color: #fff;
    padding: 40px 0 0;
    margin-top: 0;
}

/* ── Brand column ─────────────────────────────────────────────────────────── */
.site-footer__brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.site-footer__brand-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 16px;
}
.site-footer__social-link {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.55);
    margin-right: 16px;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer__social-link:hover { color: #fff; }

/* ── Navigation column headings ──────────────────────────────────────────── */
.site-footer__col-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* ── Link lists ──────────────────────────────────────────────────────────── */
.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer__links li { margin-bottom: 6px; }
.site-footer__links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer__links a:hover { color: #fff; }

/* ── Contact info ─────────────────────────────────────────────────────────── */
.site-footer__contact-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 2.0;
    margin-bottom: 12px;
}
.site-footer__contact-text a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.site-footer__contact-text a:hover { color: #fff; }

/* ── CTA buttons ─────────────────────────────────────────────────────────── */
.site-footer__btn {
    font-size: 14px;
}

/* ── Divider + copyright bar ──────────────────────────────────────────────── */
.site-footer__divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 24px 0 16px;
}
.site-footer__copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
}
.site-footer__copy a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
}
.site-footer__copy a:hover { color: #fff; }
.site-footer__bottom {
    padding-bottom: 16px;
}

/* ── Mobile: 2-column layout for nav links ───────────────────────────────── */
@media (max-width: 767px) {
    .site-footer { padding: 28px 0 0; }

    /* Brand: reduce bottom margin */
    .site-footer__brand-desc { margin-bottom: 10px; }

    /* Contact info: smaller line-height to save vertical space */
    .site-footer__contact-text { line-height: 1.8; font-size: 13px; }

    .site-footer__copy,
    .site-footer__copy a { font-size: 12px; }
}
