@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");

:root {
    --soft-paper: #fcfaf7;
    --soft-cream: #f5eee6;
    --soft-peach: #fff1e7;
    --soft-shadow: 0 18px 55px rgba(73, 49, 38, .10);
    --soft-shadow-hover: 0 24px 70px rgba(73, 49, 38, .16);
    --soft-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-padding-top: 92px; }
body { background: var(--soft-paper); overflow-x: hidden; }
main { overflow: hidden; }

.site-header {
    height: 96px;
    border-bottom: 1px solid transparent;
    background: rgba(252, 250, 247, .84);
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.nav-wrap { max-width: 1500px; }
.site-header .brand { gap: 14px; font-size: 22px; }
.site-header .brand-logo { width: auto; height: 68px; max-width: 230px; object-fit: contain; }
.hero { height: calc(100vh - 96px); }
.site-header.is-scrolled {
    background: rgba(252, 250, 247, .95);
    border-color: rgba(73, 49, 38, .07);
    box-shadow: 0 10px 35px rgba(73, 49, 38, .08);
}
.main-nav { gap: clamp(14px, 1.45vw, 24px); }
.main-nav > a,
.main-nav > .nav-group > .nav-parent { font-size: 12px; font-weight: 600; white-space: nowrap; }
.nav-group { position: relative; display: flex; align-items: center; height: 96px; }
.nav-parent { display: inline-flex; align-items: center; gap: 6px; }
.nav-parent > span { color: var(--orange); font-size: 15px; transition: transform .28s var(--soft-ease); }
.nav-submenu {
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    width: 270px;
    padding: 10px;
    border: 1px solid rgba(73, 49, 38, .09);
    border-radius: 16px;
    background: rgba(255, 253, 250, .98);
    box-shadow: 0 22px 55px rgba(73, 49, 38, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .25s ease, visibility .25s ease, transform .3s var(--soft-ease);
}
.nav-submenu:before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-submenu a { display: block; padding: 11px 13px; border-radius: 11px; }
.nav-submenu a:hover { color: var(--orange); background: var(--soft-peach); transform: translateX(4px); }
.nav-submenu small,
.nav-submenu strong { display: block; }
.nav-submenu small { margin-bottom: 3px; color: #a28f84; font-size: 8px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }
.nav-submenu strong { color: var(--brown); font-size: 12px; line-height: 1.45; }
.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-group:hover .nav-parent > span,
.nav-group:focus-within .nav-parent > span { transform: rotate(180deg); }
.brand, .main-nav a { transition: color .25s ease, transform .25s ease, opacity .25s ease; }
.main-nav > a:not(.nav-cta):hover,
.main-nav > .nav-group > .nav-parent:hover { color: var(--orange); transform: translateY(-2px); }

.nav-cta, .btn-primary {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(229, 103, 42, .20);
    transition: transform .35s var(--soft-ease), box-shadow .35s ease, background .25s ease;
}
.nav-cta:hover, .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 34px rgba(200, 78, 23, .30);
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(29, 19, 15, .78) 0%, rgba(40, 26, 19, .36) 56%, rgba(40, 26, 19, .08)),
                linear-gradient(0deg, rgba(30, 19, 13, .58), transparent 50%);
}
.hero-content { filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .12)); }
.hero-content > p, .hero-detail { text-wrap: pretty; }
.hero-stats {
    border-radius: 28px 0 0 0;
    background: rgba(64, 41, 30, .77);
    box-shadow: -12px -12px 45px rgba(26, 16, 12, .14);
}

.section { position: relative; }
.section-kicker, .eyebrow { letter-spacing: 3px; }
.section-heading h2, .about h2 { text-wrap: balance; }
.about { background: linear-gradient(180deg, var(--soft-paper), #fff); }
.about:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -210px;
    top: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 103, 42, .08), transparent 68%);
    pointer-events: none;
}
.about-visual { filter: drop-shadow(0 24px 45px rgba(73, 49, 38, .10)); }
.about-visual > img { border-radius: 28px; }
.quote-card {
    border-radius: 22px;
    box-shadow: var(--soft-shadow);
    transition: transform .55s var(--soft-ease), box-shadow .45s ease;
}
.about-body-card {
    padding: 26px 28px !important;
}
.about-body-text {
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
.about-visual:hover .quote-card { transform: translateY(-8px); box-shadow: var(--soft-shadow-hover); }

/* New About Section Layout (Matching reference image) */
.about-new {
    position: relative;
    padding: clamp(50px, 6vw, 80px) 0;
    background: #fff;
    overflow: hidden;
}
.about-header {
    text-align: center;
    margin-bottom: clamp(32px, 4vw, 48px);
}
.about-main-title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 700;
    color: #a00000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
}
.about-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #c84e17;
    opacity: 0.45;
}
.about-title-divider::before,
.about-title-divider::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: currentColor;
}
.about-title-divider span {
    font-size: 7px;
}

.about-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 60px);
    align-items: center;
    width: min(92%, 1320px);
    margin: 0 auto;
}
.about-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(45, 32, 26, 0.10);
}
.about-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 16px;
}

.about-text-wrap {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #3d4a5c;
    font-size: 15px;
    line-height: 1.75;
}
.about-lead-text {
    font-weight: 700;
    color: #233d5c;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.about-body-rich {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .about-content-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.projects { background: linear-gradient(145deg, #f4ede5 0%, #f8f3ed 55%, #efe5dc 100%); }
.project-grid { gap: 18px; }
.project-card {
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(73, 49, 38, .10);
    transition: transform .55s var(--soft-ease), box-shadow .45s ease;
}
.project-card:hover { transform: translateY(-10px); box-shadow: var(--soft-shadow-hover); }
.project-card img { transition: transform .9s var(--soft-ease), filter .5s ease; }
.project-card:hover img { transform: scale(1.07); filter: saturate(1.05); }
.project-shade { background: linear-gradient(0deg, rgba(38, 23, 17, .90), rgba(38, 23, 17, .08) 78%); }
.circle-arrow { transition: transform .35s var(--soft-ease), background .3s ease, border-color .3s ease; }
.project-card:hover .circle-arrow { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); }

.product-showcase { background: #fff; }
.product-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(73,49,38,.08); border-radius: 22px; background: #faf9f7; box-shadow: 0 12px 36px rgba(73,49,38,.06); transition: transform .5s var(--soft-ease), box-shadow .4s ease; }
.product-card:hover { transform: translateY(-9px); box-shadow: var(--soft-shadow); }
.product-card-image { height: 210px; overflow: hidden; background: linear-gradient(135deg,#f5e8dc,#e8d4c3); display: grid; place-items: center; color: var(--brown); font-weight: 700; letter-spacing: 3px; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--soft-ease); }
.product-card:hover .product-card-image img { transform: scale(1.06); }
.product-card-body { padding: 22px; display: flex; min-height: 260px; flex-direction: column; }
.product-card-body h3 { margin: 0 0 12px; color: #d94f3e; font-size: 18px; }
.product-card-body > p { margin: 0 0 16px; color: #655d58; line-height: 1.65; font-size: 13px; }
.product-benefit { display: flex; gap: 9px; margin-top: 7px; color: #564d48; font-size: 12px; line-height: 1.45; }
.product-benefit { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-benefit i { flex: none; color: var(--brown); font-style: normal; }
.product-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; }
.product-card-foot strong { color: #21888d; font-size: 12px; }
.product-card-foot a { flex: none; padding: 8px 15px; border: 1px solid #f06b64; border-radius: 999px; color: #e4514b; font-size: 11px; transition: .25s ease; }
.product-card-foot a:hover { color: #fff; background: #e4514b; transform: translateY(-2px); }

.home-projects { background: linear-gradient(145deg,#f4ede5 0%,#faf6f1 52%,#efe5dc 100%); }
.home-project-group { margin-top: 34px; padding: clamp(30px,4vw,54px); border: 1px solid rgba(73,49,38,.08); border-radius: 30px; background: rgba(255,255,255,.78); box-shadow: 0 18px 55px rgba(73,49,38,.07); }
.home-project-group + .home-project-group { margin-top: 42px; }
.home-project-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(73,49,38,.10); }
.home-project-head > div { max-width: 760px; }
.home-project-head span { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.home-project-head h3 { margin: 5px 0 9px; font: 400 clamp(34px,4vw,54px)/1.1 "DM Serif Display",serif; color: var(--brown); }
.home-project-head p { margin: 0; color: #746a64; font-size: 13px; line-height: 1.7; }
.home-project-link { flex: none; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--brown); font-size: 12px; font-weight: 700; }
.home-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.home-product-grid .product-card-body { min-height: 275px; }
.home-product-grid .product-card-body > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-project-more { display: flex; justify-content: center; margin-top: 34px; }
.home-project-more .btn-primary { padding: 14px 25px; }
.home-project-empty { padding: 45px 20px; border: 1px dashed rgba(73,49,38,.18); border-radius: 18px; color: #8a7f78; text-align: center; }
.ward-filter { margin: -3px 0 28px; padding: 18px 0 20px; border-bottom: 1px solid rgba(73,49,38,.09); }
.ward-filter > span { display: block; margin-bottom: 10px; color: #756b65; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-align: center; text-transform: uppercase; }
.ward-filter-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; max-width: 1000px; margin: 0 auto; overflow: visible; padding-bottom: 3px; }
.ward-filter-tabs button { flex: 1 1 150px; max-width: 230px; min-height: 38px; padding: 8px 14px; border: 1px solid rgba(73,49,38,.12); border-radius: 9px; background: #fff; color: #695f59; font-size: 11px; cursor: pointer; transition: background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease; }
.ward-filter-tabs button:hover { border-color: rgba(229,103,42,.45); color: var(--orange); transform: translateY(-2px); }
.ward-filter-tabs button.active { border-color: var(--brown); background: var(--brown); color: #fff; box-shadow: 0 7px 18px rgba(73,49,38,.18); }
.product-card.is-filter-hidden { display: none; }
.ward-filter-empty { margin-top: 15px; }

/* Trang chi tiết dự án: mỗi sản phẩm là một bài viết ngang toàn chiều rộng. */
.detail-content > .project-products { display: block; width: 100%; margin-top: 80px; padding-top: 70px; border-top: 1px solid rgba(73,49,38,.12); }
.project-products .section-heading { margin-bottom: 46px; }
.project-product-list { display: grid; gap: 42px; }
.project-product-article { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); min-height: 520px; overflow: hidden; border: 1px solid rgba(73,49,38,.08); border-radius: 28px; background: #fff; box-shadow: 0 18px 55px rgba(73,49,38,.09); }
.project-product-article:nth-child(even) .project-product-image { order: 2; }
.project-product-image { min-height: 520px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg,#ead9cc,#f6eee8); color: var(--brown); font-weight: 700; letter-spacing: 4px; }
.project-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--soft-ease); }
.project-product-article:hover .project-product-image img { transform: scale(1.035); }
.project-product-copy { min-width: 0; padding: clamp(42px,5vw,78px); display: flex; flex-direction: column; justify-content: center; }
.project-product-category { margin-bottom: 15px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.project-product-copy h3 { margin: 0 0 22px; font: 400 clamp(34px,3.5vw,54px)/1.08 "DM Serif Display",serif; color: var(--brown); text-wrap: balance; }
.project-product-lead { margin: 0 0 24px; color: #4d4540; font: 21px/1.55 "DM Serif Display",serif; }
.project-product-body { color: #6c625c; font-size: 14px; line-height: 1.85; overflow-wrap: anywhere; }
.project-product-foot { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(73,49,38,.10); }
.project-product-foot > span { color: #5e5550; font-size: 12px; line-height: 1.5; }
.project-product-foot > span i { margin-right: 7px; color: var(--orange); font-style: normal; }
.project-product-foot .btn-primary { flex: none; margin: 0; padding: 12px 18px; font-size: 11px; }

/* Trang riêng của từng dự án: banner chung, bộ lọc, lưới sản phẩm và bản đồ. */
.project-page-hero { min-height: 680px; }
.project-catalog { background: linear-gradient(180deg,#fff,#fbf8f4); }
.project-catalog-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.75fr); align-items: end; gap: clamp(45px,8vw,120px); margin-bottom: 48px; }
.project-back-link { display: inline-block; margin-bottom: 24px; color: var(--orange); font-size: 11px; font-weight: 700; }
.project-catalog-heading .section-kicker { display: block; margin-bottom: 13px; }
.project-catalog-heading h1 { max-width: 830px; margin: 0; color: var(--brown); font: 400 clamp(46px,6vw,82px)/1.02 "DM Serif Display",serif; letter-spacing: -1.5px; text-wrap: balance; }
.project-catalog-intro { padding-left: 32px; border-left: 1px solid rgba(73,49,38,.14); color: #716760; font-size: 13px; line-height: 1.8; }
.project-catalog-intro > p { margin-top: 0; color: #4f453f; font: 21px/1.55 "DM Serif Display",serif; }
.project-filter-bar { margin-bottom: 30px; padding: 18px 20px; border: 1px solid rgba(73,49,38,.09); border-radius: 16px; background: #fff; box-shadow: 0 9px 30px rgba(73,49,38,.045); }
.project-filter-bar > span { display: block; margin-bottom: 12px; color: #7e726b; font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-align: center; text-transform: uppercase; }
.project-catalog-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); align-items: start; gap: clamp(24px,3vw,42px); }
.catalog-filter-sidebar { position: sticky; top: 118px; padding: 22px; border: 1px solid rgba(73,49,38,.10); border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(73,49,38,.055); }
.catalog-filter-heading { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid rgba(73,49,38,.10); }
.catalog-filter-heading > span { color: var(--orange); font-size: 20px; }
.catalog-filter-heading strong,.catalog-filter-heading small { display: block; }
.catalog-filter-heading strong { color: var(--brown); font-size: 12px; }
.catalog-filter-heading small { color: #948982; font-size: 8px; }
.catalog-filter-heading button { padding: 7px 9px; border: 0; border-radius: 999px; background: var(--brown); color: #fff; font-size: 8px; cursor: pointer; }
.catalog-filter-sidebar fieldset { margin: 20px 0 0; padding: 0; border: 0; }
.catalog-filter-sidebar legend { width: 100%; margin-bottom: 13px; color: #4f4641; font-size: 12px; font-weight: 700; }
.catalog-filter-options { display: grid; gap: 9px; }
.catalog-filter-options label { display: flex; align-items: center; gap: 8px; color: #6e645e; font-size: 10px; cursor: pointer; }
.catalog-filter-options input { width: 16px; height: 16px; margin: 0; accent-color: var(--orange); }
.catalog-results-toolbar { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(73,49,38,.10); }
.catalog-results-toolbar > strong { color: var(--brown); font-size: 13px; }
.catalog-results-toolbar label { display: flex; align-items: center; gap: 10px; color: #81766f; font-size: 10px; }
.catalog-results-toolbar select { min-width: 180px; height: 38px; padding: 0 34px 0 12px; border: 1px solid rgba(73,49,38,.13); border-radius: 9px; background: #fff; color: #514842; outline: none; }
.project-detail-products-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.project-listing-card { min-width: 0; overflow: hidden; border: 1px solid rgba(73,49,38,.09); border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(73,49,38,.06); transition: transform .4s var(--soft-ease),box-shadow .35s ease,border-color .3s ease; }
.project-listing-card:hover { border-color: rgba(229,103,42,.24); box-shadow: var(--soft-shadow); transform: translateY(-7px); }
.project-listing-card.is-filter-hidden { display: none; }
.project-listing-image { height: 210px; display: grid; place-items: center; overflow: hidden; background: #efe4da; color: var(--brown); font: 25px "DM Serif Display",serif; letter-spacing: 3px; }
.project-listing-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--soft-ease); }
.project-listing-card:hover .project-listing-image img { transform: scale(1.045); }
.project-listing-copy { padding: 20px; }
.project-listing-copy h2 { min-height: 48px; margin: 0 0 12px; color: #e14e37; font: 700 18px/1.35 "Be Vietnam Pro",sans-serif; letter-spacing: 0; }
.project-listing-price { display: flex; align-items: baseline; gap: 4px; margin: -2px 0 10px; color: #ef5d4c; }
.project-listing-price strong { font-size: 15px; letter-spacing: -.25px; white-space: nowrap; }
.project-listing-price span { font-size: 10px; }
.project-listing-area { margin-bottom: 9px; color: #5b524d; font-size: 10px; font-weight: 600; }
.project-listing-address { min-height: 46px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #147f91; font-size: 11px; font-weight: 600; line-height: 1.55; }
.project-listing-address i { margin-right: 6px; color: var(--orange); font-style: normal; }
.project-listing-copy > p { min-height: 64px; display: -webkit-box; overflow: hidden; margin: 14px 0 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #6f655f; font-size: 12px; line-height: 1.7; }
.project-price-updated { display: block; margin: -8px 0 13px; color: #9b918b; font-size: 8px; }
.project-listing-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid rgba(73,49,38,.09); }
.project-listing-foot a { color: var(--orange); font-size: 10px; font-weight: 700; }
.project-products-map-section { background: #fff; }
.project-products-map-shell,#projectProductsMap { min-height: 590px; }
.project-map-empty { position: absolute; z-index: 500; left: 50%; top: 50%; width: min(430px,calc(100% - 40px)); padding: 18px 22px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(73,49,38,.14); color: #746a64; text-align: center; transform: translate(-50%,-50%); }
.project-map-marker-wrap { background: none!important; border: 0!important; }
.project-map-marker { position: relative; width: 48px; height: 48px; display: grid; place-items: center; padding: 4px; border: 3px solid #fff; border-radius: 50% 50% 50% 6px; background: var(--orange); box-shadow: 0 8px 20px rgba(38,25,18,.28); transform: rotate(-45deg); }
.project-map-marker:after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }
.project-map-marker img { position: relative; z-index: 1; width: 30px; height: 30px; object-fit: contain; transform: rotate(45deg); }

.why-choose { background: linear-gradient(180deg,#fbfaf8,#f7f1eb); }
.why-heading { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.why-heading h2 { margin: 12px 0 14px; font: 400 clamp(34px,4vw,58px)/1.08 "DM Serif Display",serif; text-wrap: balance; }
.why-heading p { max-width: 700px; margin: auto; color: #766b65; line-height: 1.7; }
.why-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.75fr) minmax(0,1fr); align-items: center; gap: clamp(28px,4vw,68px); }
.why-column { display: grid; gap: 28px; }
.why-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.why-icon { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: var(--orange); box-shadow: 0 10px 24px rgba(229,103,42,.22); color: #fff; font-size: 21px; }
.why-icon img { width: 100%; height: 100%; object-fit: cover; }
.why-item h3 { margin: 1px 0 6px; font-size: 15px; text-transform: uppercase; }
.why-item p { margin: 0; color: #766d67; font-size: 12px; line-height: 1.65; }
.why-center { position: relative; min-height: 380px; display: grid; place-content: center; text-align: center; isolation: isolate; }
.why-center:before,.why-center:after,.why-center span { content: ""; position: absolute; border-radius: 50% 44% 55% 42%; background: #239ca2; opacity: .9; z-index: -1; }
.why-center:before { width: 210px; height: 145px; left: 0; top: 42px; transform: rotate(22deg); }
.why-center:after { width: 230px; height: 155px; right: -2px; bottom: 38px; transform: rotate(-18deg); background: #f07a39; }
.why-center span:nth-child(1) { width: 150px; height: 180px; right: 5px; top: 85px; background: #f6b557; transform: rotate(30deg); }
.why-center span:nth-child(2) { width: 175px; height: 135px; left: 12px; bottom: 58px; background: #62b9b5; transform: rotate(-23deg); }
.why-center strong { font: 34px "DM Serif Display",serif; color: #fff; letter-spacing: 3px; text-shadow: 0 4px 15px rgba(55,31,20,.18); }
.why-center small { color: rgba(255,255,255,.9); font-size: 8px; letter-spacing: 2px; }
.why-center-image { overflow: hidden; min-height: 0; aspect-ratio: 1/1; border-radius: 28px; background: #fff; box-shadow: var(--soft-shadow); }
.why-center-image:before,.why-center-image:after,.why-center-image span { display: none; }
.why-center-image img { width: 100%; height: 100%; object-fit: cover; }

.social { background: #fff; }
.social-category-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: -16px auto 42px; padding-bottom: 20px; border-bottom: 1px solid rgba(73,49,38,.10); }
.social-category-tabs button { min-height: 44px; padding: 11px 20px; border: 1px solid rgba(73,49,38,.13); border-radius: 999px; background: #fff; color: #675c56; font-size: 12px; font-weight: 600; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .3s var(--soft-ease), box-shadow .3s ease; }
.social-category-tabs button:hover { border-color: rgba(229,103,42,.42); color: var(--orange); transform: translateY(-2px); }
.social-category-tabs button.active { border-color: var(--orange); background: var(--orange); color: #fff; box-shadow: 0 10px 25px rgba(229,103,42,.22); }
.social-category-panel { display: none; scroll-margin-top: 115px; }
.social-category-panel.active { display: block; animation: socialPanelIn .45s var(--soft-ease) both; }
.social-category-empty { padding: 50px 24px; border: 1px dashed rgba(73,49,38,.18); border-radius: 20px; color: #887c75; text-align: center; }
.story-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg,#efe2d7,#f9f5f0); color: var(--brown); font: 28px "DM Serif Display",serif; letter-spacing: 5px; }
.social-categories .story-card > h3 { margin-top: 23px; }
.social-categories .story-card > p { margin-bottom: 27px; white-space: pre-line; }
.social-category-list { padding-bottom: 90px; }
.social-list-section { padding: 58px 0 70px; border-top: 1px solid rgba(73,49,38,.11); scroll-margin-top: 110px; }
.social-list-section:last-child { padding-bottom: 0; }
.social-list-heading { display: grid; grid-template-columns: 58px auto 1fr; gap: 18px; align-items: center; margin-bottom: 34px; }
.social-list-heading > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff1e8; color: var(--orange); font-size: 12px; font-weight: 800; }
.social-list-heading small { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: 2px; }
.social-list-heading h3 { margin: 2px 0 0; color: var(--brown); font-family:Arial,Helvetica,sans-serif; font-size:32px; font-style:normal; font-weight:700; line-height:1.15; letter-spacing:-.6px; }
.social-list-heading > i { height: 1px; margin-left: 18px; background: linear-gradient(90deg,rgba(73,49,38,.2),transparent); }
.social-list-section .story-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.social-list-section:nth-of-type(even) .story-card { background: #faf7f3; }
.social-list-section .story-card { padding: 0 0 22px; border-radius: 18px; overflow: hidden; transition: transform .35s var(--soft-ease), box-shadow .35s ease; }
.social-list-section .story-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(73,49,38,.10); }
.social-list-section .story-card > h3, .social-list-section .story-card > p { padding-left: 22px; padding-right: 22px; }
@keyframes socialPanelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.story-card, .news-card {
    border: 1px solid rgba(73, 49, 38, .07);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 34px rgba(73, 49, 38, .055);
    overflow: hidden;
    transition: transform .5s var(--soft-ease), box-shadow .4s ease, border-color .35s ease;
}
.story-card:hover, .news-card:hover {
    transform: translateY(-9px);
    border-color: rgba(229, 103, 42, .18);
    box-shadow: var(--soft-shadow);
}
.story-image, .news-card > div { margin: 0; }
.story-card > small, .story-card > h3, .story-card > p, .story-card > a,
.news-card > small, .news-card > h3, .news-card > p, .news-card > a { display: block; margin-left: 24px; margin-right: 24px; }
.story-card > small, .news-card > small { margin-top: 22px; }
.story-card > a, .news-card > a { margin-top: 17px; margin-bottom: 25px; color: var(--brown); }
.story-card > a:hover, .news-card > a:hover { color: var(--orange); }

.honor {
    min-height: 680px;
    margin: 34px max(2.5%, calc((100vw - 1500px) / 2));
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--soft-shadow);
}
.honor-image > img { transition: transform 1s var(--soft-ease); }
.honor:hover .honor-image > img { transform: scale(1.025); }
.honor-badge { box-shadow: 0 15px 35px rgba(229, 103, 42, .27); }

.careers { background: linear-gradient(180deg, #fff, var(--soft-paper)); }
.job-list { border-top: 0; display: grid; gap: 10px; }
.job-row {
    border: 1px solid rgba(73, 49, 38, .08);
    border-radius: 16px;
    background: #fff;
    padding-left: 24px;
    padding-right: 18px;
    transition: transform .4s var(--soft-ease), box-shadow .35s ease, border-color .3s ease;
}
.job-row:hover { transform: translateX(7px); border-color: rgba(229, 103, 42, .25); box-shadow: 0 12px 35px rgba(73, 49, 38, .07); }
.job-row > a { transition: background .3s ease, transform .35s var(--soft-ease); }
.job-row:hover > a { transform: rotate(45deg); }

.news { background: linear-gradient(145deg, #f5eee6, #fbf7f2); }
.news-card img, .story-card img { transition: transform .85s var(--soft-ease); }

.office-map-section { background: #fff; }
.office-map-shell { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(300px,.65fr); min-height: 590px; overflow: hidden; border-radius: 28px; background: #f6f1eb; box-shadow: var(--soft-shadow); }
.office-map-shell.office-map-fullwidth { grid-template-columns: 1fr; }
.office-map-canvas { position: relative; }.office-map-canvas,#uplandGoogleMap,#uplandLeafletMap,.office-map-canvas iframe { width: 100%; height: 100%; min-height: 590px; border: 0; z-index: 1; }
.office-map-list { max-height: 590px; padding: 25px; overflow: auto; background: #fff; }
.office-count { display: inline-block; margin: 0 0 17px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.office-map-card { display: block; padding: 17px 0; border-top: 1px solid rgba(73,49,38,.09); cursor: pointer; transition: transform .3s var(--soft-ease); }
.office-map-card:hover { transform: translateX(5px); }
.office-marker-mini { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border-radius: 14px 14px 14px 4px; background: var(--orange); box-shadow: 0 8px 20px rgba(229,103,42,.2); color: #fff; font-weight: 700; }
.office-marker-mini img { width: 100%; height: 100%; padding: 4px; object-fit: contain; background: #fff; }
.office-map-card h3 { margin: 0 0 7px; font-size: 14px; }
.office-map-card p { margin: 0 0 8px; color: #756b65; font-size: 11px; line-height: 1.55; }
.office-map-card a { display: block; margin-top: 5px; color: var(--brown); font-size: 10px; }
.office-map-card .office-direction { color: var(--orange); font-weight: 700; }
.map-info { display: grid; max-width: 280px; gap: 6px; padding: 8px 6px; font-family: "Be Vietnam Pro",sans-serif; }
.map-info strong { font-size: 14px; color: #2d1e14; }
.map-info span { font-size: 12px; color: #6d625c; line-height: 1.5; }
.map-info .map-info-desc { font-size: 11px; color: #8a7e77; font-style: italic; }
.map-info a { font-size: 12px; color: #6d625c; text-decoration: none; }
.map-info a:hover { color: #e56a2a; }
.map-info .map-info-dir { display: inline-block; margin-top: 4px; padding: 6px 14px; border-radius: 8px; background: #e56a2a; color: #fff !important; font-size: 11px; font-weight: 600; text-align: center; transition: background .2s ease; }
.map-info .map-info-dir:hover { background: #cf5a1e; color: #fff !important; }
.upland-leaflet-popup .leaflet-popup-content-wrapper { border-radius: 16px; padding: 4px; box-shadow: 0 12px 35px rgba(45,32,26,.18); }
.upland-leaflet-popup .leaflet-popup-content { margin: 10px 14px; }
.upland-leaflet-popup .leaflet-popup-tip { background: #fff; }

.custom-company-marker { display: flex; align-items: center; justify-content: center; background: none; border: none; }
.marker-pin-badge { position: relative; width: 48px; height: 48px; border-radius: 50%; background: #ffffff; border: 3px solid #e5672a; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; padding: 4px; transition: transform .25s var(--soft-ease), box-shadow .25s var(--soft-ease); }
.marker-pin-badge::after { content: ''; position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 9px solid #e5672a; }
.marker-pin-badge img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.custom-company-marker:hover .marker-pin-badge { transform: scale(1.15); box-shadow: 0 12px 30px rgba(229, 103, 42, 0.55); }

.contact {
    width: min(95%, 1500px);
    margin: 34px auto;
    padding: clamp(70px, 7vw, 110px) clamp(34px, 6vw, 90px);
    grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
    align-items: center;
    column-gap: clamp(48px, 7vw, 110px);
    border-radius: 32px;
    background: linear-gradient(135deg, #e86e31 0%, #d75b24 55%, #b94b1d 100%);
    box-shadow: 0 25px 65px rgba(183, 72, 26, .22);
    overflow: hidden;
}
.contact > * { width: 100%; min-width: 0; }
.contact-intro { max-width: 600px; justify-self: end; }
.contact-form-wrap {
    width: min(100%, 590px);
    min-width: 0;
    justify-self: start;
    padding: clamp(30px, 3.5vw, 48px);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(87, 39, 18, .18);
}
.contact-form { width: 100%; min-width: 0; }
.contact-form > div, .form-split > div { min-width: 0; }
.contact-form .form-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form input, .contact-form select, .contact-form textarea {
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid #e8dfd8;
    border-radius: 11px;
    background: #fdfbf9;
    padding: 12px 14px;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    background: #fff;
    border-color: rgba(229, 103, 42, .62);
    box-shadow: 0 0 0 4px rgba(229, 103, 42, .10);
}
.contact-form .btn-primary {
    min-height: 50px;
    border-radius: 12px;
    white-space: nowrap;
}

.contact-page-hero { min-height: 680px; }
.contact-page-contact {
    scroll-margin-top: 100px;
    min-height: 720px;
    margin-top: 42px;
    margin-bottom: 72px;
}
.contact-page-contact .contact-intro a { color: inherit; text-decoration: none; }
.contact-page-contact .contact-form-wrap { width: min(100%, 650px); }
.contact-page-contact .validation-message { display: block; margin-top: 5px; color: #ad3b22; font-size: 11px; }

/* Product detail */
.product-page-hero { min-height: 650px; }
.product-detail-page { width: min(1440px, calc(100% - 48px)); margin: 0 auto 90px; padding-top: 42px; scroll-margin-top: 90px; }
.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 24px; color: #877a72; font-size: 12px; }
.product-breadcrumb a:hover { color: var(--orange); }
.product-breadcrumb strong { color: var(--brown); }
.product-gallery { display: grid; grid-template-columns: 1.8fr 1fr 1fr; grid-template-rows: repeat(2, 235px); gap: 10px; margin-bottom: 55px; }
.product-gallery-item { margin: 0; border-radius: 16px; overflow: hidden; background: #eee8e1; }
.product-gallery-item:first-child { grid-row: 1 / 3; }
.product-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--soft-ease); }
.product-gallery-item:hover img { transform: scale(1.035); }
.product-gallery-placeholder { height: 100%; display: grid; place-content: center; gap: 5px; text-align: center; color: #9b8c82; background: linear-gradient(135deg,#f3eee8,#e8ddd4); }
.product-gallery-placeholder strong { color: var(--brown); letter-spacing: 3px; }
.product-gallery-placeholder span { font-size: 11px; }
.product-information-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(600px,1.65fr); gap: clamp(45px,6vw,100px); align-items: start; }
.product-overview { position: sticky; top: 112px; }
.product-price-label { font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.product-detail-price { margin: 7px 0 18px; padding-bottom: 17px; border-bottom: 1px solid #d9d1cb; color: #ee4d45; font-size: clamp(25px,2.5vw,39px); font-weight: 800; }
.product-overview h1 { margin: 0 0 14px; color: #165f99; font-size: clamp(27px,3vw,42px); line-height: 1.18; text-transform: uppercase; }
.product-detail-address { display: inline-flex; gap: 8px; margin-bottom: 24px; color: #1eaa91; font-weight: 600; }
.product-detail-lead { color: var(--brown); font-weight: 700; }
.product-detail-description { color: #766d67; line-height: 1.95; }
.product-detail-updated { display: block; margin-top: 20px; color: #9b8f87; }
.product-overview-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.product-overview-actions .btn-primary, .product-outline-button { border-radius: 999px; }
.product-outline-button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid #22b69c; color: #15977f; font-weight: 700; }
.product-detail-heading { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 25px; }
.product-detail-heading > span { color: #17679f; font-size: 25px; }
.product-detail-heading h2 { margin: 0; color: #17679f; font-size: 25px; }
.product-detail-heading p { margin: 5px 0 0; color: #6f6660; }
.product-spec-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 48px; }
.product-spec-row { display: grid; grid-template-columns: 26px minmax(135px,.9fr) minmax(110px,1fr); gap: 10px; align-items: start; min-height: 58px; padding: 12px 0; border-bottom: 1px solid rgba(73,49,38,.08); }
.product-spec-row i { display: grid; place-items: center; width: 23px; height: 23px; color: #555; font-style: normal; }
.product-spec-row strong { font-size: 13px; }
.product-spec-row span { color: #655e59; font-size: 13px; }
.product-price-note { margin: 32px 0; padding: 18px 20px; border-radius: 8px; background: #17659f; color: #fff; font-size: 13px; }
.product-price-note strong { color: #ff746b; }
.product-services { padding: 32px; border-radius: 20px; background: #faf8f5; }
.product-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 22px; }
.product-service-grid > div { display: flex; gap: 10px; padding: 13px; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(73,49,38,.06); }
.product-service-grid i { display: grid; place-items: center; flex: 0 0 25px; height: 25px; border-radius: 50%; background: #e9f8f3; color: #169b80; font-style: normal; }
.product-services-empty { color: #7a7069; }
.product-consult-box { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 26px; padding: 30px; border-radius: 20px; background: var(--brown); color: #fff; }
.product-consult-box span { color: #f1a375; font-size: 10px; letter-spacing: 2px; }
.product-consult-box h2 { margin: 5px 0; font: 31px "DM Serif Display",serif; }
.product-consult-box p { margin: 0; color: #d8cbc4; font-size: 13px; }
.product-consult-box .btn-primary { flex: 0 0 auto; border-radius: 999px; }
.project-listing-image { display: block; }

/* Floating contact and customer chat */
.floating-contact { position: fixed; right: 22px; bottom: 24px; z-index: 90; }
.floating-contact-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.float-action { position: relative; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; color: #fff; box-shadow: 0 9px 25px rgba(37,26,20,.2); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.float-action:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 13px 30px rgba(37,26,20,.25); }
.float-action > span { font-size: 18px; font-weight: 800; }
.float-action > small { position: absolute; right: 58px; padding: 6px 10px; border-radius: 7px; background: #34231c; color: #fff; font-size: 10px; opacity: 0; pointer-events: none; transform: translateX(6px); transition: .2s ease; white-space: nowrap; }
.float-action:hover > small { opacity: 1; transform: none; }
.float-chat { background: linear-gradient(135deg,#f58237,#e55c20); }
.float-zalo { border: 2px solid #1689ee; background: #fff; color: #0879da; }
.float-zalo > span { font-size: 12px; }
.float-messenger { background: linear-gradient(145deg,#9c42e8,#e338b3 52%,#397bf5); }
.float-top { border: 1px solid #17669d; background: #fff; color: #17669d; }
.float-action > i { position: absolute; right: -2px; top: -3px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e23935; color: #fff; font: 10px/1 sans-serif; }
.float-hotline { display: flex; align-items: center; min-width: 188px; height: 49px; padding: 3px 4px 3px 20px; border: 2px solid #20b99e; border-radius: 999px; background: #fff; box-shadow: 0 9px 25px rgba(37,26,20,.15); }
.float-hotline > span { display: flex; flex-direction: column; margin-right: 13px; color: #222; font-size: 10px; line-height: 1.25; text-align: center; }
.float-hotline strong { font-size: 13px; }
.float-hotline > i { display: grid; place-items: center; width: 39px; height: 39px; margin-left: auto; border-radius: 50%; background: #ef4346; color: #fff; font-style: normal; font-size: 19px; }
.chat-widget { position: absolute; right: 0; bottom: 0; width: min(370px,calc(100vw - 28px)); border: 1px solid rgba(73,49,38,.11); border-radius: 22px; background: #fff; box-shadow: 0 24px 75px rgba(35,23,17,.28); overflow: hidden; animation: chatWidgetIn .28s ease both; }
.chat-widget[hidden], .chat-prestart[hidden], .chat-conversation[hidden], .chat-compose[hidden] { display: none !important; }
@keyframes chatWidgetIn { from { opacity: 0; transform: translateY(15px) scale(.97); } to { opacity: 1; transform: none; } }
.chat-widget > header { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; background: linear-gradient(135deg,#493126,#6a4433); color: #fff; }
.chat-widget > header > div { display: flex; align-items: center; gap: 10px; }
.chat-widget > header img { width: 38px; height: 38px; padding: 3px; border-radius: 11px; background: #fff; object-fit: contain; }
.chat-widget > header span { display: flex; flex-direction: column; }
.chat-widget > header strong { font-size: 13px; }
.chat-widget > header small { color: #d9cbc3; font-size: 10px; }
.chat-widget > header small i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #40d17b; }
.chat-widget > header button { border: 0; background: none; color: #fff; font-size: 25px; cursor: pointer; }
.chat-prestart { padding: 24px; }
.chat-prestart h3 { margin: 0 0 5px; font: 28px "DM Serif Display",serif; color: var(--brown); }
.chat-prestart > p { margin: 0 0 18px; color: #746b66; font-size: 12px; }
.chat-prestart form { display: grid; gap: 12px; }
.chat-prestart label { color: #4b403a; font-size: 10px; font-weight: 700; }
.chat-prestart input { display: block; width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid #e4dcd6; border-radius: 10px; outline: none; }
.chat-prestart input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(229,103,42,.1); }
.chat-prestart button { min-height: 44px; border: 0; border-radius: 10px; background: var(--orange); color: #fff; font-weight: 700; cursor: pointer; }
.chat-error { min-height: 14px; color: #c33d31; font-size: 10px; }
.chat-messages { height: 355px; padding: 17px; overflow-y: auto; background: #f8f5f1; }
.chat-message { display: flex; flex-direction: column; width: fit-content; max-width: 83%; margin-bottom: 11px; padding: 9px 12px; border-radius: 15px 15px 15px 4px; background: #fff; box-shadow: 0 5px 14px rgba(54,38,29,.06); }
.chat-message.customer { margin-left: auto; border-radius: 15px 15px 4px 15px; background: var(--orange); color: #fff; }
.chat-message p { margin: 0; font-size: 12px; line-height: 1.55; white-space: pre-wrap; }
.chat-message time { align-self: flex-end; margin-top: 3px; color: #9b918b; font-size: 8px; }
.chat-message.customer time { color: #ffe2d4; }
.chat-compose { display: grid; grid-template-columns: 1fr 43px; gap: 8px; padding: 11px; border-top: 1px solid #ebe4df; }
.chat-compose input { min-width: 0; padding: 10px 12px; border: 1px solid #e3dbd5; border-radius: 999px; outline: none; }
.chat-compose button { border: 0; border-radius: 50%; background: var(--orange); color: #fff; cursor: pointer; }
.chat-status { display: block; padding: 0 14px 10px; color: #9a4b38; font-size: 9px; text-align: center; }

@media (max-width: 1000px) {
    .product-information-layout { grid-template-columns: 1fr; }
    .product-overview { position: static; }
}

@media (max-width: 700px) {
    .product-detail-page { width: calc(100% - 24px); padding-top: 26px; }
    .product-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px repeat(2,130px); }
    .product-gallery-item:first-child { grid-column: 1 / 3; grid-row: auto; }
    .product-spec-grid, .product-service-grid { grid-template-columns: 1fr; }
    .product-spec-row { grid-template-columns: 25px minmax(120px,.8fr) 1fr; }
    .product-services { padding: 22px; }
    .product-consult-box { align-items: flex-start; flex-direction: column; }
    .social-list-heading { grid-template-columns: 48px 1fr; }
    .social-list-heading > i { display: none; }
    .social-list-heading h3 { font-size: 30px; }
    .social-list-section .story-grid { grid-template-columns: 1fr; }
    .floating-contact { right: 12px; bottom: 14px; }
    .float-action { width: 44px; height: 44px; }
    .float-hotline { min-width: 170px; height: 45px; }
    .float-hotline > i { width: 35px; height: 35px; }
}

.footer-modern {
    position: relative;
    min-height: 530px;
    padding: 72px max(6%, calc((100vw - 1400px) / 2)) 22px;
    border-radius: 34px 34px 0 0;
    background: #fff;
    color: #233d5c;
    box-shadow: 0 -15px 45px rgba(45, 32, 26, .07);
    overflow: hidden;
}
.footer-main { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1.45fr .9fr 1.15fr; gap: clamp(35px, 5vw, 80px); align-items: start; }
.footer-logo { display: grid; place-items: center; width: 100%; min-height: 185px; }
.footer-logo img { width: auto; max-width: 230px; height: 175px; object-fit: contain; }
.footer-logo > span { width: 110px; height: 110px; display: grid; place-items: center; border-radius: 26px; background: var(--orange); color: white; font: 72px "DM Serif Display"; }
.footer-consult { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 42px; margin-top: 16px; border: 2px solid #255b92; border-radius: 999px; color: #255b92; transition: .3s ease; }
.footer-consult:hover { background: #255b92; color: #fff; transform: translateY(-3px); }
.footer-company h3, .footer-connect h3 { margin: 4px 0 18px; color: #a00000; font-size: 21px; text-transform: uppercase; }
.site-footer .footer-connect h3{color:#fff!important}
.site-footer .footer-mini-logo{display:none!important}
.site-footer .footer-company p a{white-space:nowrap}
.footer-company h3 span { color: #111; }
.footer-company h3{
  color:#d95b16!important;
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:.2px!important;
  white-space:nowrap!important;
  text-shadow:0 2px 12px rgba(217,91,22,.24)!important;
}
.site-footer.has-footer-banner .footer-company h3{
  color:#ffb24f!important;
  text-shadow:0 2px 14px rgba(255,178,79,.38),0 1px 2px rgba(0,0,0,.5)!important;
}
.footer-company p, .footer-connect p { margin: 8px 0; font-size: 13px; line-height: 1.7; }
.footer-company a:hover { color: var(--orange); }
.footer-address { margin-top: 24px!important; }
.footer-links { display: grid; gap: 19px; padding-top: 8px; }
.footer-links a { color: #265482; font-size: 13px; text-transform: uppercase; transition: transform .25s ease, color .25s ease; }
.footer-links a:hover { color: var(--orange); transform: translateX(5px); }
.social-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.social-list span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 700; font-size: 17px; box-shadow: 0 5px 15px rgba(32, 49, 67, .14); }
.social-list .facebook { background: #365ba2; }.social-list .tiktok { background: #111; }.social-list .twitter { background: #278dcc; }.social-list .mail { background: #17202a; }.social-list .phone { background: #4cc45c; }.social-list .youtube { background: #d73528; font-size: 13px; }
.footer-mini-logo { width: auto; height: 82px; max-width: 125px; object-fit: contain; margin: 10px 0; }
.footer-skyline { position: absolute; z-index: 0; left: 0; right: 0; bottom: 48px; height: 150px; display: flex; align-items: flex-end; opacity: .72; }
.footer-skyline i { flex: 1; min-width: 40px; height: 55%; margin-right: 2px; background: #d6e4ef; }
.footer-skyline i:nth-child(3n) { height: 82%; }.footer-skyline i:nth-child(4n) { height: 42%; }.footer-skyline i:nth-child(5n) { height: 100%; }.footer-skyline i:nth-child(7n) { height: 68%; }
.footer-skyline i:before { content: ""; display: block; width: 28%; height: 24px; margin: -24px auto 0; background: inherit; }
.footer-modern .footer-bottom { position: relative; z-index: 3; margin-top: 185px; padding-top: 14px; border-top: 1px solid rgba(38, 84, 130, .16); color: #174c7f; font-size: 12px; }
.footer-modern .footer-bottom strong { color: #244a73; }

.reveal {
    opacity: 0;
    transform: translateY(34px) scale(.985);
    transition: opacity .85s var(--soft-ease), transform .85s var(--soft-ease);
}
.reveal.visible { opacity: 1; transform: none; }
.project-grid .reveal:nth-child(2), .story-grid .reveal:nth-child(2), .news-grid .reveal:nth-child(2) { transition-delay: .08s; }
.project-grid .reveal:nth-child(3), .story-grid .reveal:nth-child(3), .news-grid .reveal:nth-child(3) { transition-delay: .16s; }
.project-grid .reveal:nth-child(4), .news-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1180px) {
    .main-nav { display: none; position: absolute; top: 96px; left: 0; right: 0; max-height: calc(100vh - 96px); overflow-y: auto; padding: 20px clamp(22px, 5vw, 55px) 28px; flex-direction: column; align-items: stretch; gap: 4px; background: #fffdfb; border-top: 1px solid rgba(73,49,38,.08); box-shadow: 0 22px 45px rgba(73,49,38,.13); }
    .main-nav.open { display: flex; }
    .nav-toggle { display: block; color: var(--brown); cursor: pointer; }
    .main-nav > a,
    .main-nav > .nav-group > .nav-parent { width: 100%; padding: 12px 4px; font-size: 13px; }
    .nav-group { display: block; height: auto; }
    .nav-parent { justify-content: space-between; }
    .nav-submenu { position: static; width: 100%; padding: 6px; margin: 0 0 8px; border: 0; border-radius: 13px; background: #f8f3ee; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
    .nav-submenu:before { display: none; }
    .nav-submenu a { padding: 10px 13px; }
    .nav-group:hover .nav-submenu,
    .nav-group:focus-within .nav-submenu { transform: none; }
    .nav-cta { width: fit-content !important; margin-top: 10px; padding: 12px 20px !important; }
    .honor { margin-left: 2%; margin-right: 2%; }
    .contact {
        width: 96%;
        padding: 72px 40px;
        grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
        column-gap: 40px;
    }
    .honor { border-radius: 26px; }
    .hero-stats { border-radius: 24px 24px 0 0; }
    .footer-main { grid-template-columns: 1fr 1.25fr 1fr; }
    .footer-connect { grid-column: 2 / 4; display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; }
    .footer-connect h3, .footer-connect .social-list { grid-column: 1 / 3; }
    .product-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .why-layout { grid-template-columns: 1fr 1fr; }
    .why-center { display: none; }
    .why-center-image { display: grid; grid-column: 1 / 3; width: min(360px,100%); justify-self: center; }
    .office-map-shell { grid-template-columns: 1fr; }
    .project-product-article { grid-template-columns: 1fr; min-height: 0; }
    .project-product-article:nth-child(even) .project-product-image { order: 0; }
    .project-product-image { min-height: 430px; }
    .project-catalog-layout { grid-template-columns: 245px minmax(0,1fr); gap: 24px; }
    .catalog-filter-sidebar { padding: 18px; }
    .project-detail-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1000px) {
    .project-catalog-layout { grid-template-columns: 1fr; }
    .catalog-filter-sidebar { position: static; }
    .catalog-filter-sidebar fieldset { display: inline-block; width: calc(50% - 12px); vertical-align: top; }
    .catalog-filter-sidebar fieldset + fieldset { margin-left: 20px; }
    .catalog-filter-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    .contact {
        width: calc(100% - 24px);
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
        padding: 64px clamp(22px, 6vw, 46px);
    }
    .contact-intro, .contact-form-wrap { max-width: 620px; justify-self: center; }
    .contact-form-wrap { width: 100%; }
    .project-catalog-heading { grid-template-columns: 1fr; gap: 28px; }
    .project-catalog-intro { padding-left: 0; border-left: 0; }
    .project-detail-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
    .site-header { height: 78px; }
    .site-header .brand { font-size: 16px; letter-spacing: 2px; }
    .site-header .brand-logo { height: 56px; max-width: 160px; }
    .main-nav { top: 78px; max-height: calc(100vh - 78px); padding: 14px 20px 24px; }
    .hero { height: 850px; }
    .main-nav { border-radius: 0 0 20px 20px; box-shadow: 0 18px 35px rgba(73, 49, 38, .12); }
    .about-visual > img, .project-card, .story-card, .news-card { border-radius: 18px; }
    .quote-card { border-radius: 18px 18px 0 18px; }
    .honor { margin: 18px 12px; border-radius: 24px; }
    .contact { margin-top: 18px; margin-bottom: 18px; border-radius: 24px; }
    .contact-form-wrap { border-radius: 18px; }
    .contact-form .form-split { grid-template-columns: 1fr; }
    .job-row:hover { transform: translateY(-4px); }
    .footer-modern { min-height: 0; padding: 55px 7% 22px; border-radius: 24px 24px 0 0; }
    .footer-main { grid-template-columns: 1fr; gap: 38px; }
    .footer-logo { justify-content: start; min-height: 135px; }
    .footer-logo img { height: 135px; max-width: 190px; }
    .footer-consult { max-width: 320px; }
    .footer-connect { grid-column: auto; display: block; }
    .footer-skyline { height: 105px; bottom: 72px; }
    .footer-modern .footer-bottom { margin-top: 135px; flex-direction: column; align-items: flex-start; }
    .product-card-grid { grid-template-columns: 1fr; }
    .project-detail-products-grid { grid-template-columns: 1fr; }
    .catalog-filter-sidebar fieldset { display: block; width: 100%; }
    .catalog-filter-sidebar fieldset + fieldset { margin-left: 0; }
    .catalog-filter-options { grid-template-columns: 1fr; }
    .catalog-results-toolbar { align-items: flex-start; flex-direction: column; }
    .catalog-results-toolbar label,.catalog-results-toolbar select { width: 100%; }
    .project-listing-image { height: 245px; }
    .project-page-hero { min-height: 760px; }
    .project-products-map-shell,#projectProductsMap { min-height: 430px; }
    .social-category-tabs { display: grid; grid-template-columns: 1fr; margin-top: 0; margin-bottom: 30px; }
    .social-category-tabs button { width: 100%; }
    .home-project-group { padding: 24px 18px; border-radius: 22px; }
    .home-project-head { align-items: flex-start; flex-direction: column; gap: 15px; }
    .home-product-grid { grid-template-columns: 1fr; }
    .ward-filter { margin-bottom: 22px; }
    .ward-filter-tabs { gap: 8px; }
    .ward-filter-tabs button { flex: 1 1 calc(50% - 8px); max-width: none; min-height: 36px; padding: 7px 12px; }
    .product-card-image { height: 230px; }
    .why-layout { grid-template-columns: 1fr; gap: 28px; }
    .why-column { gap: 24px; }
    .why-center-image { grid-column: auto; width: min(320px,100%); }
    .office-map-shell { border-radius: 20px; }
    .office-map-canvas,#uplandGoogleMap,.office-map-canvas iframe { min-height: 420px; }
    .detail-content > .project-products { margin-top: 55px; padding-top: 45px; }
    .project-products .section-heading { margin-bottom: 30px; }
    .project-product-list { gap: 26px; }
    .project-product-article { border-radius: 20px; }
    .project-product-image { min-height: 290px; }
    .project-product-copy { padding: 30px 24px; }
    .project-product-copy h3 { font-size: 34px; }
    .project-product-lead { font-size: 18px; }
    .project-product-foot { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
/* 2026 compact customer experience */
html,body,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif!important}
.site-header .nav-wrap,.section,.content-page,.product-detail-page{width:min(1180px,calc(100% - 48px));margin-left:auto;margin-right:auto}
.section{padding-top:72px;padding-bottom:72px}.section-heading{margin-bottom:34px}.section-heading h2,.home-project-head h3,.project-catalog-heading h1{font-family:Arial,Helvetica,sans-serif!important;line-height:1.08}
.home-project-group{padding:48px 0}.home-project-head h3{font-size:clamp(28px,3vw,44px)}.home-project-head p,.project-catalog-intro{display:none}
.home-project-grid,.home-product-grid,.product-card-grid,.project-detail-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.product-card-image,.project-listing-image{aspect-ratio:4/3}.product-card-body>p,.product-benefit,.project-listing-copy>p,.project-listing-address,.project-price-updated{display:none!important}
.project-listing-card{display:block!important}.project-listing-copy{padding:16px!important}.project-listing-copy h2{font:700 16px Arial,sans-serif!important}.project-listing-price{margin:10px 0}.project-listing-area{font-size:12px}
.project-catalog{width:min(1240px,calc(100% - 48px));padding-top:56px}.project-catalog-heading{margin-bottom:24px}.project-catalog-layout{grid-template-columns:220px minmax(0,1fr)!important;gap:24px!important}
.office-map-canvas,#uplandLeafletMap,#projectProductsMap{min-height:520px}.leaflet-tile{image-rendering:auto;filter:contrast(1.05) saturate(1.08)}
.custom-company-marker .marker-pin-badge,.project-map-marker{overflow:hidden!important;border-radius:50%!important;background:#fff!important}.custom-company-marker img,.project-map-marker img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:50%!important}
.product-detail-no-banner{padding-top:120px}.product-gallery-dynamic button{padding:0;border:0;cursor:pointer;position:relative}.product-gallery-dynamic button b{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.55);color:#fff;font-size:38px}
.product-information-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:48px!important}.product-spec-grid{grid-template-columns:1fr 1fr}.product-rent-panel{margin-top:24px;padding:26px;border-radius:14px;background:#fff5ed}.product-rent-panel>strong{display:block;margin:8px 0;color:#e8662d;font-size:24px}.product-rent-panel label{display:grid;gap:8px;margin:18px 0}.product-rent-panel input{padding:13px;border:1px solid #ddd;border-radius:8px}.product-rent-panel .btn-primary{display:block;text-align:center}
.product-gallery-dialog{width:min(1100px,94vw);height:min(800px,90vh);padding:50px;border:0;background:#111}.product-gallery-dialog::backdrop{background:rgba(0,0,0,.88)}.product-gallery-stage{position:relative;width:100%;height:100%}.product-gallery-dialog img{display:block;width:100%;height:100%;object-fit:contain}.product-gallery-dialog button{position:absolute;z-index:3;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:#222;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.24)}.product-gallery-dialog [data-gallery-close]{right:15px;top:15px;width:38px;height:38px;font-size:24px}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{top:50%;width:44px;height:44px;font-size:30px;transform:translateY(-50%);transition:left .2s ease,right .2s ease,background .2s ease}.product-gallery-dialog [data-gallery-prev]{left:8px}.product-gallery-dialog [data-gallery-next]{right:8px}.product-gallery-dialog [data-gallery-prev]:hover,.product-gallery-dialog [data-gallery-next]:hover{background:#e5672a;color:#fff}.product-gallery-dialog small{position:absolute;z-index:3;bottom:16px;left:50%;color:#fff;transform:translateX(-50%)}
@media(max-width:600px){.product-gallery-dialog{width:96vw;height:82vh;padding:42px 10px 38px}.product-gallery-dialog [data-gallery-close]{right:8px;top:8px}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{width:38px;height:38px;font-size:25px}}
.related-products{margin:70px 0}.related-products h2{font-size:30px}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.related-products-grid a{display:grid;gap:8px;color:#38271f}.related-products-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}.related-products-grid span{font-size:12px;color:#80736b}
.product-location-section{margin:58px 0 18px}.product-location-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.product-location-heading h2{margin:7px 0 5px;font-size:clamp(28px,3vw,42px);line-height:1.08;color:#38271f}.product-location-heading p{margin:0;color:#80736b}.product-location-heading>a{flex:none;padding:12px 18px;border:1px solid #ed6a2c;border-radius:999px;color:#d9561c;font-weight:700;transition:.25s}.product-location-heading>a:hover{color:#fff;background:#ed6a2c;transform:translateY(-2px)}.product-location-map-shell{overflow:hidden;border:1px solid #eadfd8;border-radius:22px;background:#f8f4f1;box-shadow:0 18px 48px rgba(68,45,36,.09)}#productLocationMap{width:100%;height:500px;min-height:420px}.product-location-map-shell .leaflet-popup-content-wrapper{border-radius:14px}.product-location-map-shell .map-info{display:grid;gap:5px;min-width:190px}.product-location-map-shell .map-info span{color:#776a62}.product-location-map-shell .map-info a{color:#e76024;font-weight:700}
.content-page{padding-top:130px;padding-bottom:90px}.content-page>h1,.career-hero h1{font:700 clamp(36px,5vw,68px) Arial,sans-serif}.editorial-page{max-width:900px}.editorial-page .lead{font-size:20px;line-height:1.7}.editorial-cover{width:100%;max-height:520px;margin:30px 0;object-fit:cover;border-radius:14px}.rich-content{font-size:16px;line-height:1.85;color:#4d4540}
.career-hero{min-height:560px;padding:170px max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;background:linear-gradient(90deg,rgba(20,11,7,.94),rgba(20,11,7,.35)),url('/images/office-marker.png') center/cover;color:#fff}.career-hero>div{max-width:720px}.career-hero em{color:#f18b55}.career-hero p{max-width:650px;line-height:1.7}.recruitment-process>div,.career-benefits>div{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.recruitment-process article,.career-benefits article{padding:24px;background:#fff7f0;border-radius:12px}.recruitment-process b{display:block;color:#e8662d;font-size:36px}.career-benefits{margin:70px 0}.career-benefits>div{grid-template-columns:repeat(3,1fr)}.career-list>a{display:grid;grid-template-columns:1fr 180px 120px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid #ddd;color:#30241e}.career-list h3{margin:5px 0}.career-list p{margin:0;color:#71665f}.career-list b{color:#e8662d}
.recruitment-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:50px}.recruitment-detail-layout article h1{font-size:44px}.job-detail-meta{display:flex;gap:20px;margin:20px 0}.application-card{position:sticky;top:100px;align-self:start;padding:28px;background:#f4f2ef}.application-card form,.application-card label{display:grid;gap:7px}.application-card form{gap:15px}.application-card input{padding:12px;border:1px solid #ccc;background:#fff}.application-card .consent{display:flex}.form-success{padding:12px;margin-bottom:14px;background:#e7f7ed;color:#187744}.standalone-news-grid,.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.standalone-news-grid article,.community-grid article{border:1px solid #eee;background:#fff}.standalone-news-grid img,.community-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.standalone-news-grid article>*:not(img),.community-grid article>div{margin-left:18px;margin-right:18px}.standalone-news-grid article>a{display:block;margin-bottom:18px;color:#e8662d}.community-page>section{margin-top:60px}.honor-tabs{display:flex;gap:8px;margin:18px 0}.honor-tabs span{padding:8px 18px;border-radius:999px;background:#fff0e8;font-size:13px}
@media(max-width:900px){.home-product-grid,.product-card-grid,.project-detail-products-grid,.related-products-grid{grid-template-columns:repeat(2,1fr)!important}.product-information-layout,.recruitment-detail-layout,.project-catalog-layout{grid-template-columns:1fr!important}.catalog-filter-sidebar{position:static!important}.standalone-news-grid,.community-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.site-header .nav-wrap,.section,.content-page,.product-detail-page,.project-catalog{width:min(100% - 28px,1180px)}.home-product-grid,.product-card-grid,.project-detail-products-grid,.related-products-grid,.standalone-news-grid,.community-grid{grid-template-columns:1fr!important}.product-spec-grid,.recruitment-process>div,.career-benefits>div{grid-template-columns:1fr}.career-list>a{grid-template-columns:1fr}.product-information-layout{gap:26px!important}}
@media(max-width:600px){.product-location-heading{align-items:flex-start;flex-direction:column}.product-location-heading>a{padding:10px 15px}#productLocationMap{height:380px;min-height:340px}.product-location-section{margin-top:42px}}
.amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.amenity-grid>div{display:flex;align-items:center;gap:10px}.amenity-grid i{color:#e8662d;font-style:normal}.ecosystem-tabs,.feedback-grid,.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.ecosystem-tabs article,.feedback-grid blockquote{margin:0;padding:24px;border:1px solid #eee;background:#fff}.feedback-grid footer{display:flex;align-items:center;gap:10px}.feedback-grid img{width:44px;height:44px;border-radius:50%;object-fit:cover}.partner-grid{grid-template-columns:repeat(5,1fr)}.partner-grid>div{display:grid;place-items:center;gap:8px;padding:18px;border:1px solid #eee}.partner-grid img{width:100%;height:58px;object-fit:contain}
.project-page-hero{display:none!important}.project-page-hero+.project-catalog{padding-top:130px}.experience-page{display:grid;grid-template-columns:1fr 1fr;gap:70px}.experience-page>div h1{font-size:52px}.experience-form,.experience-form label{display:grid;gap:8px}.experience-form{gap:16px;padding:32px;background:#fff5ed;border-radius:16px}.experience-form input,.experience-form textarea{padding:13px;border:1px solid #dccfc7;border-radius:8px;background:#fff}
/* Wide section canvas: full background with balanced inner gutter */
.section{width:100%!important;max-width:none!important;margin:0!important;padding-left:max(32px,calc((100vw - 1320px)/2))!important;padding-right:max(32px,calc((100vw - 1320px)/2))!important}
.home-projects{padding-top:76px!important;padding-bottom:84px!important}.home-project-group{width:100%;margin:32px 0 0!important;padding:34px!important;border-radius:24px}.home-project-group+.home-project-group{margin-top:30px!important}.home-product-grid .product-card-body{min-height:170px!important}.home-product-grid .product-card{min-width:0}.product-card-body h3{font-size:15px!important;line-height:1.35!important}.product-card-foot{gap:10px}.product-card-foot strong{min-width:0;overflow-wrap:anywhere;font-size:10px}.home-project-more{margin-top:24px}
.social-list-section .story-card>p{display:none!important}.social-list-section .story-card>a{display:inline-block;margin:4px 22px 0;color:#e5672a}.community-grid article>div{padding-bottom:18px}.community-grid article p{display:none}.community-grid article a{display:inline-block;margin:6px 0;color:#e5672a;font-weight:700}.center-page-head{text-align:center}.center-page-head .section-kicker{display:block}.community-page>section>h2{text-align:center;margin-bottom:24px}.honors-page{max-width:1180px}.honor-tabs{justify-content:center!important;align-items:center;margin:28px auto 38px!important}.honor-tabs button{min-width:90px;padding:10px 22px;border:1px solid #eadbd3;border-radius:999px;background:#fff;color:#493126;cursor:pointer}.honor-tabs button.active{border-color:#e5672a;background:#e5672a;color:#fff}.honor-page-grid [hidden]{display:none!important}.honor-page-grid article p{display:block}
@media(max-width:900px){.section{padding-left:24px!important;padding-right:24px!important}.home-project-group{padding:26px!important}}
@media(max-width:600px){.section{padding-left:14px!important;padding-right:14px!important}.home-project-group{padding:20px 14px!important}}

/* Bố cục gọn hơn và vẫn hiển thị đủ 51 phường Hà Nội. */
.section{padding-top:52px!important;padding-bottom:52px!important}
.section-heading{margin-bottom:24px!important}.section-kicker{margin-bottom:8px!important}
.home-projects{padding-top:50px!important;padding-bottom:58px!important}
.home-project-group{margin-top:20px!important;padding:26px!important}
.home-project-group+.home-project-group{margin-top:22px!important}
.home-project-head{gap:20px!important;margin-bottom:20px!important;padding-bottom:16px!important}
.home-project-head h3{margin:3px 0!important;font-size:clamp(27px,3vw,40px)!important}
.ward-filter{margin:14px 0 20px!important}
.ward-filter-tabs{max-width:none!important;justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:thin;padding:2px 2px 9px!important}
.ward-filter-tabs button{flex:0 0 auto!important;min-width:132px!important;max-width:none!important;white-space:nowrap}
.career-page>section{margin-bottom:52px}.career-benefits>div{gap:16px}.career-benefits article img{width:42px;height:42px;object-fit:cover;border-radius:10px;margin-bottom:12px}
@media(max-width:600px){.section{padding-top:38px!important;padding-bottom:38px!important}.home-projects{padding-top:38px!important;padding-bottom:44px!important}.home-project-head{margin-bottom:16px!important}.ward-filter-tabs button{min-width:124px!important}}

/* Modern Earth 2026 — giao diện khách hàng trắng, cam và nâu đất. */
:root{--modern-orange:#ed6a2c;--modern-orange-dark:#c84e17;--modern-brown:#442d24;--modern-earth:#8f6958;--modern-cream:#f6f0e9;--modern-paper:#fcfbf9;--modern-line:rgba(68,45,36,.11);--modern-shadow:0 18px 55px rgba(68,45,36,.09);--modern-shadow-hover:0 26px 70px rgba(68,45,36,.15)}
html{scroll-padding-top:88px}body{background:var(--modern-paper);color:#2d2724;font-family:Arial,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased}main{overflow:clip}
.site-header{height:76px!important;border-bottom:1px solid rgba(68,45,36,.08)!important;background:rgba(252,251,249,.88)!important;box-shadow:0 8px 30px rgba(57,39,31,.045);backdrop-filter:blur(18px) saturate(1.3)!important}.site-header .nav-wrap{width:min(1320px,calc(100% - 48px))!important;max-width:none!important;padding:0!important}.brand{gap:13px!important;color:var(--modern-brown);font-size:17px!important;letter-spacing:2.4px!important}.brand-logo{height:51px!important;max-width:185px!important}.main-nav{gap:7px!important}.main-nav>a,.nav-parent{padding:10px 13px!important;border-radius:999px;font-size:12px!important;transition:background .25s ease,color .25s ease,transform .25s ease!important}.main-nav>a:not(.nav-cta):hover,.nav-parent:hover{background:#fff0e8;color:var(--modern-orange)!important;transform:translateY(-1px)}.nav-cta,.btn-primary{min-height:44px;border-radius:999px!important;background:linear-gradient(135deg,var(--modern-orange),#d9571d)!important;box-shadow:0 10px 24px rgba(229,103,42,.22)!important}.nav-cta:hover,.btn-primary:hover{box-shadow:0 14px 30px rgba(201,78,23,.3)!important;transform:translateY(-2px)!important}.nav-submenu{top:calc(100% + 13px)!important;min-width:280px!important;padding:10px!important;border:1px solid rgba(68,45,36,.09)!important;border-radius:18px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 24px 70px rgba(52,34,27,.16)!important;backdrop-filter:blur(18px)}.nav-submenu:before{content:"";position:absolute;top:-7px;left:34px;width:14px;height:14px;border:1px solid rgba(68,45,36,.08);border-right:0;border-bottom:0;background:#fff;transform:rotate(45deg)}.nav-submenu a{padding:11px 13px!important;border-radius:12px!important}.nav-submenu a:hover{background:#fff4ed!important;transform:none!important}
.hero{min-height:650px!important;max-height:860px}.hero-overlay{background:linear-gradient(90deg,rgba(36,22,17,.82),rgba(50,31,23,.38) 56%,rgba(50,31,23,.08)),linear-gradient(0deg,rgba(27,17,13,.6),transparent 46%)!important}.hero-content{top:16%!important;max-width:720px!important}.hero-content .eyebrow{display:inline-flex;margin-bottom:20px!important;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.hero h1{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(48px,6vw,84px)!important;font-weight:700!important;line-height:1.02!important;letter-spacing:-3px!important;text-wrap:balance}.hero-content>p{max-width:570px!important;margin:24px 0 30px!important;font-size:16px!important;line-height:1.75!important}.hero-controls{right:max(4%,calc((100vw - 1320px)/2))!important;bottom:42px!important;padding:7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(31,19,14,.28);backdrop-filter:blur(12px)}.hero-controls>button{border:0!important;background:rgba(255,255,255,.12)!important}.hero-controls>button:hover{background:var(--modern-orange)!important}.hero-dots span{border-radius:999px}.hero-stats{border-radius:22px 0 0 0;background:rgba(64,40,29,.78)!important;backdrop-filter:blur(18px)!important}
.section{position:relative;padding-top:68px!important;padding-bottom:68px!important}.section-kicker,.eyebrow{color:var(--modern-orange)!important;font-size:10px!important;letter-spacing:2.7px!important}.section-heading{align-items:center!important;gap:8%!important;margin-bottom:34px!important}.section-heading h2,.about h2{font-family:Arial,Helvetica,sans-serif!important;font-weight:700!important;line-height:1.06!important;letter-spacing:-2px!important}.section-heading>p,.about-copy p{font-size:15px!important;line-height:1.8!important}.text-link{transition:color .2s ease,transform .2s ease}.text-link:hover{color:var(--modern-orange)!important;transform:translateX(3px)}
.about{background:linear-gradient(180deg,#fff,var(--modern-paper))!important}.about-grid{gap:7%!important}.about-copy{border-left:2px solid #f0ded2!important;padding-left:34px!important}.about-visual{height:clamp(420px,48vw,620px)!important;margin-top:48px!important;overflow:visible}.about-visual>img{border-radius:28px;box-shadow:var(--modern-shadow)}.quote-card{right:4%!important;bottom:-24px!important;width:min(350px,78%)!important;padding:30px!important;border-radius:22px 22px 6px 22px!important;background:linear-gradient(145deg,#53372b,var(--modern-brown))!important;box-shadow:0 24px 55px rgba(52,32,24,.24)}
.home-projects{background:radial-gradient(circle at 8% 12%,rgba(237,106,44,.08),transparent 25%),linear-gradient(145deg,#f6f0e9,#fbf8f4 54%,#f1e7de)!important}.home-project-group{padding:30px!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:28px!important;background:rgba(255,255,255,.84)!important;box-shadow:var(--modern-shadow)!important;backdrop-filter:blur(8px)}.home-project-head{align-items:center!important;border-color:var(--modern-line)!important}.home-project-head h3{color:var(--modern-brown)!important;font-weight:700!important;letter-spacing:-1px}.home-project-link{padding:10px 16px!important;border:1px solid var(--modern-line)!important;border-radius:999px!important;background:#fff;color:var(--modern-brown)!important;transition:.25s}.home-project-link:hover{border-color:var(--modern-orange)!important;background:#fff1e8;color:var(--modern-orange)!important;transform:translateX(3px)}.ward-filter-tabs{scrollbar-color:var(--modern-orange) rgba(68,45,36,.08)}.ward-filter-tabs button{min-height:40px!important;border-color:var(--modern-line)!important;border-radius:999px!important;background:#fff!important;box-shadow:0 5px 14px rgba(68,45,36,.035)}.ward-filter-tabs button:hover{border-color:rgba(237,106,44,.42)!important;background:#fff5ee!important}.ward-filter-tabs button.active{border-color:var(--modern-brown)!important;background:var(--modern-brown)!important;box-shadow:0 9px 20px rgba(68,45,36,.2)!important}.product-card,.project-listing-card{overflow:hidden;border:1px solid var(--modern-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 32px rgba(68,45,36,.07)!important;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease!important}.product-card:hover,.project-listing-card:hover{border-color:rgba(237,106,44,.3)!important;box-shadow:var(--modern-shadow-hover)!important;transform:translateY(-7px)}.product-card-image,.project-listing-image{overflow:hidden}.product-card-image img,.project-listing-image img{transition:transform .65s cubic-bezier(.2,.7,.2,1)}.product-card:hover img,.project-listing-card:hover img{transform:scale(1.055)}.product-card-body{padding:18px!important}.product-card-body h3{color:var(--modern-brown)!important}.product-card-foot a,.project-listing-foot a{border-radius:999px!important;transition:.2s}.product-card-foot a:hover,.project-listing-foot a:hover{background:var(--modern-orange)!important;color:#fff!important}
.why-choose{background:#fff!important}.why-heading{text-align:center}.why-heading h2{max-width:760px;margin:0 auto 14px!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(36px,4.5vw,62px)!important;font-weight:700!important;letter-spacing:-2px}.why-heading p{max-width:700px;margin-inline:auto}.why-layout{gap:38px!important}.why-item{padding:18px;border:1px solid transparent;border-radius:18px;transition:.3s}.why-item:hover{border-color:var(--modern-line);background:#fffaf6;box-shadow:0 14px 35px rgba(68,45,36,.07);transform:translateY(-3px)}.why-icon{border-radius:14px!important;background:linear-gradient(145deg,#ff8144,var(--modern-orange-dark))!important;box-shadow:0 9px 20px rgba(229,103,42,.2)}.why-center,.why-center-image{filter:drop-shadow(0 22px 32px rgba(68,45,36,.13))}
.story-card,.news-card,.community-grid article,.standalone-news-grid article{overflow:hidden;border:1px solid var(--modern-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 30px rgba(68,45,36,.06);transition:.35s}.story-card:hover,.news-card:hover,.community-grid article:hover,.standalone-news-grid article:hover{box-shadow:var(--modern-shadow-hover);transform:translateY(-6px)}.story-image,.news-card>div{margin-bottom:18px!important}.story-card h3,.story-card>small,.news-card h3,.news-card>small,.story-card>p,.news-card>p{margin-left:20px!important;margin-right:20px!important}.story-card>a,.news-card>a{display:inline-flex!important;margin:4px 20px 20px!important;color:var(--modern-orange)!important}.social,.news{background:linear-gradient(180deg,#fff,#faf6f1)!important}
.contact{position:relative;overflow:hidden;border-radius:36px 36px 0 0;background:linear-gradient(135deg,#ef6e2f,#c94d18)!important}.contact:before{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.contact-form-wrap,.experience-form,.application-card{border:1px solid rgba(255,255,255,.7)!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 26px 70px rgba(110,43,15,.18)!important}.contact-form input,.contact-form select,.contact-form textarea,.experience-form input,.experience-form textarea,.application-card input{border:1px solid rgba(68,45,36,.14)!important;border-radius:12px!important;padding:12px 14px!important;background:#fff!important}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--modern-orange)!important;box-shadow:0 0 0 4px rgba(237,106,44,.11)}
.project-catalog,.product-detail-page,.content-page{width:min(1240px,calc(100% - 48px))!important}.project-catalog-heading{padding:28px 0;border-bottom:1px solid var(--modern-line)}.project-catalog-layout{align-items:start}.catalog-filter-sidebar{border:1px solid var(--modern-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 35px rgba(68,45,36,.06)}.catalog-results-toolbar{border:1px solid var(--modern-line);border-radius:14px;background:#fff!important}.catalog-results-toolbar select{border-radius:999px!important}.product-information-layout>article,.product-specification-panel,.product-rent-panel{border:1px solid var(--modern-line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(68,45,36,.06)}.product-information-layout>article{padding:28px}.product-specification-panel{padding:28px}.product-rent-panel{background:linear-gradient(145deg,#fff7f0,#fff)!important}.product-gallery-dynamic{gap:8px!important}.product-gallery-dynamic button{overflow:hidden;border-radius:14px!important}.product-gallery-dynamic img{transition:transform .5s}.product-gallery-dynamic button:hover img{transform:scale(1.04)}
.career-hero{min-height:520px!important}.recruitment-process article,.career-benefits article{border:1px solid var(--modern-line);border-radius:18px!important;background:#fff!important;box-shadow:0 10px 30px rgba(68,45,36,.055);transition:.3s}.recruitment-process article:hover,.career-benefits article:hover{box-shadow:var(--modern-shadow);transform:translateY(-5px)}.career-list>a{padding:20px!important;border:1px solid transparent!important;border-radius:14px;transition:.25s}.career-list>a:hover{border-color:var(--modern-line)!important;background:#fff8f3;transform:translateX(5px)}
.office-map-shell{overflow:hidden;border:1px solid var(--modern-line)!important;border-radius:24px!important;box-shadow:var(--modern-shadow)!important}.feedback-grid blockquote,.ecosystem-tabs article,.partner-grid>div{border-color:var(--modern-line)!important;border-radius:18px!important;box-shadow:0 8px 25px rgba(68,45,36,.05);transition:.3s}.feedback-grid blockquote:hover,.ecosystem-tabs article:hover,.partner-grid>div:hover{box-shadow:var(--modern-shadow);transform:translateY(-4px)}
.floating-contact-actions{gap:9px!important}.float-action,.float-hotline{border:1px solid rgba(68,45,36,.12)!important;box-shadow:0 10px 28px rgba(68,45,36,.14)!important;backdrop-filter:blur(10px)}.float-action:hover{transform:translateX(-4px) scale(1.04)}.chat-widget{overflow:hidden;border:1px solid rgba(68,45,36,.1)!important;border-radius:22px!important;box-shadow:0 28px 80px rgba(52,34,27,.25)!important}.chat-widget header{background:linear-gradient(135deg,var(--modern-brown),#6d4939)!important}
.footer-modern{border-radius:36px 36px 0 0!important;background:linear-gradient(145deg,#30211b,#211713)!important}.footer-consult{border-radius:999px!important}.footer-links a{transition:.2s}.footer-links a:hover{color:#ff9a68!important;transform:translateX(4px)}
.reveal{transform:translateY(18px)!important;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)!important}.reveal.visible{transform:none!important}
@media(max-width:1000px){.site-header .nav-wrap{width:min(100% - 34px,1320px)!important}.main-nav{top:76px!important;padding:18px!important;border:1px solid var(--modern-line);border-radius:0 0 20px 20px;background:rgba(255,255,255,.98)!important;box-shadow:0 20px 40px rgba(68,45,36,.12)}.main-nav>a,.nav-parent{padding:12px 14px!important}.nav-submenu{position:static!important;margin:5px 0!important;border-radius:14px!important;box-shadow:none!important}.nav-submenu:before{display:none}.hero-stats{border-radius:0}.home-project-group{padding:24px!important}}
@media(max-width:700px){.site-header{height:68px!important}.brand-logo{height:44px!important}.hero{min-height:690px!important;height:calc(100svh - 68px)!important}.hero-content{top:12%!important}.hero h1{font-size:clamp(40px,12vw,58px)!important;letter-spacing:-2px!important}.hero-content>p{font-size:14px!important}.hero-controls{right:16px!important;bottom:18px!important}.hero-stats{display:none!important}.section{padding-top:48px!important;padding-bottom:48px!important}.section-heading h2,.about h2{letter-spacing:-1px!important}.about-copy{border:0!important;padding-left:0!important}.about-visual{margin-top:32px!important}.quote-card{bottom:-18px!important;padding:22px!important;border-radius:18px 18px 5px 18px!important}.home-project-group{padding:18px 14px!important;border-radius:20px!important}.home-project-head{align-items:flex-start!important}.product-card,.project-listing-card,.story-card,.news-card{border-radius:16px!important}.why-layout{gap:20px!important}.why-item{padding:12px}.contact{border-radius:24px 24px 0 0;padding:58px 18px!important}.contact-form-wrap{padding:22px!important;border-radius:18px!important}.product-detail-page,.content-page,.project-catalog{width:min(100% - 28px,1240px)!important}.product-information-layout>article,.product-specification-panel{padding:20px}.footer-modern{border-radius:24px 24px 0 0!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Khung xem ảnh chỉ dùng trong chi tiết sản phẩm; banner không bị tác động. */
.product-gallery-dialog{width:min(1180px,96vw)!important;height:min(780px,90vh)!important;padding:26px 72px 42px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:54px!important;background:linear-gradient(145deg,rgba(48,33,27,.97),rgba(22,17,15,.98))!important;box-shadow:0 40px 120px rgba(0,0,0,.5)!important}.product-gallery-dialog::backdrop{background:rgba(28,20,17,.76)!important;backdrop-filter:blur(12px) saturate(.78)}.product-gallery-stage{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:36px;background:rgba(255,255,255,.035);box-shadow:inset 0 0 80px rgba(0,0,0,.22)}.product-gallery-dialog img{padding:12px;object-fit:contain!important;border-radius:30px}.product-gallery-dialog [data-gallery-close]{right:18px!important;top:16px!important;width:42px!important;height:42px!important;background:rgba(255,255,255,.94)!important;color:var(--modern-brown)!important;font-size:24px!important}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{width:48px!important;height:74px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:14px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.22)!important;backdrop-filter:blur(10px)}.product-gallery-dialog [data-gallery-prev]:hover,.product-gallery-dialog [data-gallery-next]:hover{border-color:rgba(255,255,255,.38)!important;background:var(--modern-orange)!important}.product-gallery-dialog small{bottom:12px!important;min-width:70px;padding:6px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.1);font-size:12px;font-weight:700;text-align:center;backdrop-filter:blur(8px)}

/* Nội dung gọn hơn; giữ nguyên chiều rộng banner và khối liên hệ cuối trang. */
.section{padding-top:54px!important;padding-bottom:54px!important;padding-left:max(30px,calc((100vw - 1180px)/2))!important;padding-right:max(30px,calc((100vw - 1180px)/2))!important}.section-heading{gap:6%!important;margin-bottom:28px!important}.section-heading h2{font-size:clamp(36px,4.3vw,58px)!important}.home-projects{padding-top:52px!important;padding-bottom:58px!important}.home-project-group{max-width:1180px;margin-left:auto!important;margin-right:auto!important;padding:24px!important}.home-project-head{margin-bottom:17px!important;padding-bottom:14px!important}.home-project-head h3{font-size:clamp(26px,2.8vw,36px)!important}.home-product-grid,.product-card-grid{gap:15px!important}.product-card-body{padding:15px!important}.why-layout{max-width:1100px;margin-inline:auto}.why-heading{max-width:900px;margin-inline:auto}.story-grid,.news-grid,.feedback-grid,.partner-grid,.amenity-grid,.ecosystem-tabs{max-width:1180px;margin-left:auto;margin-right:auto}.content-page{width:min(1080px,calc(100% - 48px))!important;padding-top:96px!important;padding-bottom:70px!important}.project-catalog,.product-detail-page{width:min(1180px,calc(100% - 48px))!important}.project-catalog{padding-top:104px!important}.related-products{margin:52px 0!important}.career-benefits{margin:52px 0!important}.community-page>section{margin-top:44px!important}.contact{width:100%!important;max-width:none!important}.contact .contact-intro,.contact .contact-form-wrap{position:relative;z-index:1}
@media(max-width:700px){.section{padding:42px 16px!important}.content-page,.project-catalog,.product-detail-page{width:min(100% - 28px,1180px)!important}.product-gallery-dialog{width:96vw!important;height:84vh!important;padding:52px 10px 40px!important;border-radius:26px!important}.product-gallery-stage{border-radius:20px}.product-gallery-dialog img{padding:5px;border-radius:16px}.product-gallery-dialog [data-gallery-prev],.product-gallery-dialog [data-gallery-next]{width:40px!important;height:58px!important;border-radius:11px!important}.product-gallery-dialog [data-gallery-close]{right:9px!important;top:8px!important}.home-project-group{padding:16px 12px!important}}

/* The banner controls cover the hero only to position arrows. Keep that layer invisible. */
.hero.hero-carousel .hero-controls{
    inset:0!important;
    right:0!important;
    bottom:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
}
.hero.hero-carousel .hero-controls>button{
    top:50%!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
}
.hero.hero-carousel .hero-controls>button[data-hero-prev]{left:10px!important;right:auto!important}
.hero.hero-carousel .hero-controls>button[data-hero-next]{right:10px!important;left:auto!important}

/* Project pages are already constrained; do not apply the generic section gutters twice. */
.section.project-catalog{
    width:min(1320px,calc(100% - 48px))!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
}
.project-catalog-layout{width:100%;grid-template-columns:250px minmax(0,1fr)!important;gap:30px!important}
.project-catalog-results{min-width:0;width:100%}
.project-detail-products-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* Optional footer banner managed from the admin settings screen. */
.footer-modern.has-footer-banner{position:relative;isolation:isolate;background-image:linear-gradient(90deg,rgba(37,24,19,.92),rgba(37,24,19,.78)),var(--footer-banner)!important;background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}
.footer-modern.has-footer-banner:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(25,17,14,.42),transparent 55%)}
.footer-banner-admin{margin-top:24px;padding-top:22px;border-top:1px solid #eee5df}
.footer-banner-admin{scroll-margin-top:100px;padding:22px;border:1px solid #f0d8c9;border-radius:12px;background:#fff8f3}
.footer-banner-admin>label:first-child{display:block;margin-bottom:5px;color:#493126;font-size:14px;font-weight:700}
.footer-banner-help{display:block;margin-bottom:15px;color:#887970;line-height:1.6}
.footer-banner-preview{min-height:190px;display:grid;place-items:center;overflow:hidden;border:1px dashed #dfcfc5;border-radius:12px;background:#f8f5f2;color:#8a7d75;text-align:center}
.footer-banner-preview img{width:100%;height:230px;object-fit:cover}
.footer-banner-preview strong,.footer-banner-preview small{display:block}
.banner-position-tabs{margin-bottom:22px}.banner-footer-mode .admin-content-single{display:none}.footer-banner-manager{padding:24px}.footer-banner-manager form{display:grid;gap:20px}.footer-banner-manager .footer-banner-preview{min-height:320px}.footer-banner-manager .footer-banner-preview img{height:320px}.footer-banner-manager .publish-actions{margin-top:0}

@media(max-width:900px){.project-catalog-layout{grid-template-columns:1fr!important}.project-detail-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){.section.project-catalog{width:min(100% - 28px,1320px)!important}.project-detail-products-grid{grid-template-columns:1fr!important}}

/* Stable desktop dropdown: remove the dead gap and keep a generous hover bridge. */
@media(min-width:1001px){
    .site-header .nav-group{height:76px!important}
    .site-header .nav-submenu{top:calc(100% + 5px)!important;transition:opacity .2s ease,visibility .2s ease,transform .24s var(--soft-ease)!important}
    .site-header .nav-submenu:before{left:50%!important;right:auto!important;transform:translateX(-50%) rotate(45deg)!important}
    .site-header .nav-submenu:after{content:"";position:absolute;left:-12px;right:-12px;top:-22px;height:24px;background:transparent}
    .site-header .nav-group:hover .nav-submenu,.site-header .nav-group:focus-within .nav-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
}

/* Website content modules managed from the unified content screen. */
.feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.feedback-grid blockquote{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:20px;min-height:145px;padding:18px!important;border-radius:22px!important}
.feedback-grid blockquote>img{width:112px;height:112px;border-radius:18px;object-fit:cover}
.feedback-grid blockquote strong{display:block;margin-bottom:8px;color:var(--modern-brown);font-size:16px}.feedback-grid blockquote p{margin:0;color:#756961;line-height:1.65}
.partner-grid>a{display:grid;place-items:center;gap:8px;padding:18px;border:1px solid var(--modern-line);border-radius:16px;background:#fff;transition:.25s}.partner-grid>a:hover{border-color:var(--modern-orange);box-shadow:var(--modern-shadow);transform:translateY(-4px)}.partner-grid>a img{height:64px;object-fit:contain}.partner-grid>a span{font-size:12px;font-weight:700}
.amenity-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.amenity-grid>div{min-height:66px;padding:13px 15px;border:1px solid var(--modern-line);border-radius:14px;background:#fff}.amenity-grid img{width:30px;height:30px;object-fit:contain}.experience-trigger-wrap{display:flex;justify-content:center;margin-top:28px}
.ecosystem-tab-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.ecosystem-tab-buttons button{min-height:54px;padding:10px;border:1px solid #ded8d3;border-radius:10px;background:#eee;color:#514841;cursor:pointer}.ecosystem-tab-buttons button.active{border-color:var(--modern-orange);background:var(--modern-orange);color:#fff}.ecosystem-description{min-height:120px;margin-top:14px;padding:24px;border:1px solid var(--modern-line);border-radius:16px;background:#fff}.ecosystem-description>div{display:none;white-space:pre-line;line-height:1.8}.ecosystem-description>div.active{display:block;animation:pageIn .25s ease}
.experience-dialog{width:min(520px,calc(100% - 28px));padding:34px;border:0;border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(36,22,16,.3)}.experience-dialog::backdrop{background:rgba(35,24,19,.62);backdrop-filter:blur(7px)}.experience-dialog h2{margin:0 0 22px;color:var(--modern-brown);font-size:28px}.experience-dialog form,.experience-dialog label{display:grid;gap:7px}.experience-dialog form{gap:15px}.experience-dialog input,.experience-dialog select{width:100%;padding:12px 13px;border:1px solid #ddd0c8;border-radius:11px;background:#fff}.experience-close{position:absolute;right:15px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#fff1e8;color:var(--modern-orange);font-size:23px;cursor:pointer}
.experience-dialog h2{font-size:24px!important;white-space:nowrap!important}
@media(max-width:800px){.feedback-grid{grid-template-columns:1fr!important}.amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ecosystem-tab-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.feedback-grid blockquote{grid-template-columns:78px 1fr}.feedback-grid blockquote>img{width:78px;height:78px}.amenity-grid{grid-template-columns:1fr!important}}

/* Đồng bộ tiêu đề các khu vực trên trang chủ: gọn, chữ đứng và chỉ một dòng. */
.why-heading h2,
.social .section-heading h2,
.careers .section-heading h2,
.news .section-heading h2,
.feedback-section .section-heading h2,
.home-amenities .section-heading h2,
.office-map-section .section-heading h2{
    max-width:none!important;
    margin:6px 0 0!important;
    color:var(--modern-brown,#493126)!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:clamp(24px,2.25vw,32px)!important;
    font-style:normal!important;
    font-weight:700!important;
    line-height:1.18!important;
    letter-spacing:-.7px!important;
    white-space:nowrap;
}
.why-heading h2 br,
.social .section-heading h2 br,
.careers .section-heading h2 br,
.news .section-heading h2 br,
.feedback-section .section-heading h2 br,
.home-amenities .section-heading h2 br,
.office-map-section .section-heading h2 br{display:none}
.why-heading h2 em,
.social .section-heading h2 em,
.careers .section-heading h2 em,
.news .section-heading h2 em,
.feedback-section .section-heading h2 em,
.home-amenities .section-heading h2 em,
.office-map-section .section-heading h2 em{
    color:inherit!important;
    font:inherit!important;
    margin-left:.22em;
}
.why-heading{max-width:none!important;margin-bottom:32px!important}
.why-heading .section-kicker,
.social .section-kicker,
.careers .section-kicker,
.news .section-kicker,
.feedback-section .section-kicker,
.home-amenities .section-kicker,
.office-map-section .section-kicker{
    margin-bottom:5px!important;
    color:var(--modern-orange,#e5672a)!important;
    font-family:Arial,Helvetica,sans-serif!important;
}
@media(max-width:700px){
    .why-heading h2,.social .section-heading h2,.careers .section-heading h2,
    .news .section-heading h2,.feedback-section .section-heading h2,
    .home-amenities .section-heading h2,.office-map-section .section-heading h2{
        font-size:clamp(21px,6vw,27px)!important;
        white-space:normal;
    }
}

.home-product-facts{display:grid;grid-template-columns:minmax(0,68%) minmax(0,32%);gap:0;margin-top:14px;padding:11px 0;border-top:1px solid var(--modern-line);border-bottom:1px solid var(--modern-line)}
.home-product-facts span{display:flex;min-width:0;flex-direction:column;gap:2px}
.home-product-facts span+span{padding-left:10px;border-left:1px solid var(--modern-line)}
.home-product-facts small{color:#8b7f78;font-size:9px;text-transform:uppercase;letter-spacing:.7px}
.home-product-facts strong{overflow-wrap:anywhere;color:var(--modern-orange);font-size:12px;line-height:1.35}
.home-product-facts span:first-child strong{font-size:11px;white-space:nowrap;overflow-wrap:normal}
.home-product-grid .product-card-foot>span{min-width:0;overflow:hidden;color:#21888d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}

.project-showcase{background:#fff!important}
.project-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:24px}
.project-showcase-heading .section-kicker{margin-bottom:5px!important}
.project-showcase-heading h2{margin:0;color:var(--modern-brown);font-family:Arial,Helvetica,sans-serif;font-size:clamp(25px,2.4vw,34px);line-height:1.15;letter-spacing:-.7px}
.project-showcase-heading>p{max-width:520px;margin:0;color:#776d67;font-size:14px;line-height:1.7}
.project-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.project-showcase-card{overflow:hidden;border:1px solid var(--modern-line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(68,45,36,.07);transition:transform .3s ease,box-shadow .3s ease}
.project-showcase-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(68,45,36,.13)}
.project-showcase-image{display:block;height:190px;overflow:hidden;background:#f4eee8}
.project-showcase-image img{height:100%;transition:transform .55s ease}
.project-showcase-card:hover .project-showcase-image img{transform:scale(1.055)}
.project-showcase-image>span{display:grid;height:100%;place-items:center;color:var(--modern-orange);font-weight:800;letter-spacing:2px}
.project-showcase-content{padding:17px}
.project-showcase-content small{color:var(--modern-orange);font-size:9px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}
.project-showcase-content h3{margin:5px 0 8px;color:var(--modern-brown);font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.3}
.project-showcase-content p{display:-webkit-box;min-height:43px;margin:0 0 14px;overflow:hidden;color:#7b716b;font-size:12px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.project-showcase-link{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--modern-line);color:var(--modern-brown);font-size:12px;font-weight:700}
.project-showcase-link span{color:var(--modern-orange);font-size:18px;transition:transform .2s ease}
.project-showcase-link:hover span{transform:translateX(4px)}
@media(max-width:900px){.project-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-showcase-heading{align-items:flex-start;flex-direction:column;gap:10px}}
@media(max-width:560px){.project-showcase-grid{grid-template-columns:1fr}.project-showcase-image{height:220px}}

/* No footer image: use the clean white footer. Dark treatment belongs to uploaded banners only. */
.footer-modern:not(.has-footer-banner){background:#fff!important;background-image:none!important;color:#233d5c!important}
.footer-modern:not(.has-footer-banner):before{display:none!important}
.footer-modern:not(.has-footer-banner) .footer-company h3 span{color:#111!important}
.footer-modern:not(.has-footer-banner) .footer-skyline i{background:#d6e4ef!important}

/* Compact testimonial card: quote, feedback, customer and avatar. */
.feedback-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.feedback-grid blockquote{display:flex!important;min-height:220px!important;padding:22px!important;flex-direction:column;align-items:stretch!important;gap:0!important;border-radius:16px!important;background:#fff!important}
.feedback-quote{height:35px;color:#2878f0;font:700 48px/1 Arial,sans-serif}
.feedback-grid blockquote>p{flex:1;margin:8px 0 20px!important;color:#5f5853;font-size:13px;line-height:1.65}
.feedback-grid blockquote>footer{display:flex;align-items:flex-end;justify-content:space-between;gap:15px}
.feedback-grid blockquote>footer strong{display:block;margin:0 0 3px!important;color:#302923;font-size:13px}
.feedback-grid blockquote>footer img{width:54px!important;height:54px!important;border-radius:10px!important;object-fit:cover}
.feedback-stars{display:block;color:#ffb000;font-size:14px;letter-spacing:1px}
@media(max-width:950px){.feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:650px){.feedback-grid{grid-template-columns:1fr!important}}

/* One-row customer feedback carousel: slow auto-scroll and mouse/touch drag. */
.feedback-grid.feedback-carousel{display:flex!important;width:100%;max-width:1180px!important;margin-inline:auto;gap:18px!important;overflow-x:auto;overflow-y:hidden;padding:4px;scroll-behavior:auto!important;scroll-snap-type:none!important;cursor:grab;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none}
.feedback-grid.feedback-carousel::-webkit-scrollbar{display:none;width:0;height:0}
.feedback-grid.feedback-carousel.is-dragging{cursor:grabbing;user-select:none;scroll-snap-type:none}
.feedback-grid.feedback-carousel blockquote{flex:0 0 clamp(300px,31.5vw,374px);width:clamp(300px,31.5vw,374px);scroll-snap-align:none}
@media(max-width:650px){.feedback-grid.feedback-carousel{display:flex!important}.feedback-grid.feedback-carousel blockquote{flex-basis:min(86vw,340px);width:min(86vw,340px)}}

/* Partner logos use the same seamless one-row carousel as testimonials. */
.partner-grid.partner-carousel{display:flex!important;width:100%;max-width:1180px!important;margin:24px auto 0;gap:18px!important;overflow-x:auto;overflow-y:hidden;padding:4px;scroll-behavior:auto!important;scroll-snap-type:none!important;cursor:grab;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;scrollbar-width:none;-ms-overflow-style:none}
.partner-grid.partner-carousel::-webkit-scrollbar{display:none;width:0;height:0}
.partner-grid.partner-carousel.is-dragging{cursor:grabbing;user-select:none}
.partner-grid.partner-carousel>div{flex:0 0 216px;width:216px;min-height:126px;background:#fff}
.partner-grid.partner-carousel img{width:100%;height:64px;object-fit:contain}
@media(max-width:650px){.partner-grid.partner-carousel>div{flex-basis:180px;width:180px;min-height:112px}}
/* Vinh danh: hiển thị đồng thời Tháng, Quý và Năm. */
.honor-period-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:38px;align-items:start}.honor-period-column{min-width:0;padding:24px 18px;border:1px solid #eadfd8;border-radius:20px;background:#fff}.honor-period-column>h2{text-align:center;margin:0 0 20px;color:#e5672a;font:700 24px Arial,sans-serif}.honor-period-list{display:grid;gap:18px}.honor-period-list article{overflow:hidden;border:1px solid #eee4de;border-radius:14px;background:#fff;box-shadow:0 9px 25px rgba(73,49,38,.06)}.honor-period-list article img{width:100%;aspect-ratio:4/3;object-fit:cover}.honor-period-list article>div{padding:16px}.honor-period-list small{color:#e5672a;font-size:10px;letter-spacing:1.4px}.honor-period-list h3{margin:6px 0;font:700 19px Arial,sans-serif}.honor-period-list p{margin:0;color:#746d68;font-size:13px;line-height:1.65}.honor-period-empty{min-height:120px;display:grid;place-items:center;padding:20px;text-align:center;border:1px dashed #dfd4cd;border-radius:12px;color:#938780;font-size:13px}
@media(max-width:900px){.honor-period-columns{grid-template-columns:1fr}.honor-period-column{padding:20px}.honor-period-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.honor-period-list{grid-template-columns:1fr}}
/* Fixed landing pages: workspace seats and representative office */
.service-landing{background:#fbfaf7;color:#211f1b;overflow:hidden}.service-hero{min-height:620px;position:relative;display:flex;align-items:center;background:#24211d var(--service-cover) center/cover no-repeat}.service-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,13,.94) 0%,rgba(20,17,13,.72) 48%,rgba(20,17,13,.18) 100%)}.service-hero__content{position:relative;width:min(1180px,calc(100% - 48px));margin:auto;color:#fff;padding:105px 0 80px}.service-hero__content>a:first-child{display:inline-block;color:#eee3d7;margin-bottom:60px;text-decoration:none}.service-hero__content>span,.service-heading>span,.service-cta span{display:block;color:#c67a3b;font-size:.74rem;font-weight:800;letter-spacing:.22em}.service-hero h1{max-width:780px;margin:16px 0 20px;font-size:clamp(3rem,6vw,5.8rem);line-height:.94;letter-spacing:-.055em}.service-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#e5ad7d}.service-hero p{max-width:610px;color:#e7e1da;font-size:1.08rem;line-height:1.75}.service-primary{display:inline-flex!important;margin-top:28px!important;padding:15px 24px;border-radius:3px;background:#b85f25;color:#fff!important;font-weight:800}.service-section{width:min(1180px,calc(100% - 48px));margin:auto;padding:105px 0}.service-heading{text-align:center;max-width:720px;margin:0 auto 48px}.service-heading h2{font-size:clamp(2.25rem,4vw,4rem);letter-spacing:-.045em;margin:12px 0}.service-heading p{color:#6e675f;line-height:1.7}.seat-card-grid,.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.seat-card{background:#fff;border:1px solid #eae4dc;box-shadow:0 16px 45px rgba(46,37,27,.07);transition:.25s}.seat-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(46,37,27,.13)}.seat-card__image{height:250px;background-size:cover;background-position:center;position:relative}.seat-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,13,11,.62))}.seat-card__image--warm{filter:sepia(.16)}.seat-card__image--dark{filter:saturate(.8) contrast(1.08)}.seat-card__image b{position:absolute;z-index:1;right:20px;bottom:12px;color:#fff;font:italic 3.5rem Georgia,serif}.seat-card__body{padding:27px}.seat-card h3{font-size:1.35rem;margin:0 0 12px}.seat-card p,.seat-card li{color:#686159;line-height:1.6}.seat-card ul,.package-card ul{list-style:none;padding:0;margin:18px 0}.seat-card li:before,.package-card li:before,.amenity-columns li:before{content:"✓";color:#b85f25;font-weight:900;margin-right:9px}.seat-card__body>strong{display:block;color:#137c79;font-size:.94rem;margin:20px 0}.seat-card__body>a,.package-card>a{display:inline-flex;padding:11px 18px;border:1px solid #b85f25;color:#a74f1c;text-decoration:none;font-weight:800}.representative-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e4ddd4;border:1px solid #e4ddd4}.representative-features article{background:#fff;padding:34px 25px;text-align:center}.representative-features i{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:#f7eee5;color:#b85f25;font-style:normal;font-size:1.7rem}.representative-features h3{text-transform:uppercase;font-size:.88rem}.representative-features p{color:#716960;line-height:1.6;font-size:.92rem}.package-section{width:100%;max-width:none;background:#211e1a;padding-left:max(24px,calc((100% - 1180px)/2));padding-right:max(24px,calc((100% - 1180px)/2))}.service-heading.light{color:#fff}.package-card{position:relative;background:#fff;padding:38px 34px 34px;border-top:7px solid #e84d59}.package-card.standard{border-color:#287ce5;transform:translateY(-14px)}.package-card.business{border-color:#e8912e}.package-card>span{font-size:.7rem;font-weight:900;letter-spacing:.15em;color:#766d64}.package-card h3{text-transform:uppercase;font-size:1.9rem;margin:12px 0}.package-card>strong{display:block;color:#d8404f;font-size:2.05rem}.package-card.standard>strong{color:#287ce5}.package-card.business>strong{color:#dc811f}.package-card small{font-size:.7rem;color:#716960}.package-card li{padding:8px 0;color:#59534c}.package-card>a{margin-top:14px}.amenity-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px 70px;background:#fff;padding:38px 45px;border:1px solid #e8e1d9}.amenity-columns ul{list-style:none;margin:0;padding:0}.amenity-columns li{padding:11px 0;border-bottom:1px solid #eee9e3}.service-note{margin-top:22px;padding:24px 30px;background:#f3ece4;border-left:4px solid #b85f25}.service-note strong{text-transform:uppercase;letter-spacing:.12em}.service-note p{margin:8px 0 0;color:#6c645c;line-height:1.6}.service-cta{width:min(1180px,calc(100% - 48px));margin:0 auto 100px;padding:55px 60px;background:#b85f25;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.service-cta span{color:#f9d9c0}.service-cta h2{font-size:clamp(1.9rem,4vw,3.2rem);margin:10px 0}.service-cta p{margin:0;color:#f9e9dd}.service-cta>a{flex:none;padding:16px 22px;background:#fff;color:#8f4419;text-decoration:none;font-weight:900}
@media(max-width:900px){.seat-card-grid,.package-grid{grid-template-columns:1fr}.representative-features{grid-template-columns:repeat(2,1fr)}.package-card.standard{transform:none}.service-hero{min-height:560px}.service-cta{align-items:flex-start;flex-direction:column}}
.seat-card__body>button{display:inline-flex;padding:11px 18px;border:1px solid #b85f25;color:#a74f1c;background:transparent;font:inherit;font-weight:800;cursor:pointer}
@media(max-width:600px){.service-hero__content,.service-section,.service-cta{width:calc(100% - 30px)}.service-hero__content{padding-top:85px}.service-hero__content>a:first-child{margin-bottom:38px}.service-hero h1{font-size:2.8rem}.service-section{padding:72px 0}.representative-features,.amenity-columns{grid-template-columns:1fr}.amenity-columns{padding:26px 22px}.service-cta{padding:36px 25px;margin-bottom:70px}}
/* Welcome popup */
body.popup-is-open{overflow:hidden}.welcome-popup[hidden]{display:none}.welcome-popup{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:22px;animation:popupFade .25s ease both}.welcome-popup.is-closing{animation:popupFade .22s ease reverse both}.welcome-popup__backdrop{position:absolute;inset:0;border:0;background:rgba(20,17,14,.72);backdrop-filter:blur(7px);cursor:default}.welcome-popup__card{position:relative;display:grid;grid-template-columns:minmax(260px,.82fr) minmax(360px,1.18fr);width:min(850px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;box-shadow:0 35px 100px rgba(0,0,0,.35);animation:popupLift .35s cubic-bezier(.2,.75,.25,1) both}.welcome-popup__close{position:absolute;z-index:2;right:14px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#f0ece7;color:#352f29;font-size:1.55rem;cursor:pointer}.welcome-popup__visual{min-height:520px;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(155deg,#291e17,#b85f25);background-size:cover;background-position:center;position:relative}.welcome-popup__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,17,13,.02),rgba(22,17,13,.72))}.welcome-popup__visual span,.welcome-popup__visual small{position:relative;z-index:1}.welcome-popup__visual span{font:2.7rem 'DM Serif Display',serif;letter-spacing:.08em}.welcome-popup__visual small{margin-top:5px}.welcome-popup__form{padding:52px 48px 38px}.welcome-popup__eyebrow{font-size:.7rem;font-weight:900;letter-spacing:.2em;color:#b85f25}.welcome-popup__form h2{margin:10px 0;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.08;letter-spacing:-.035em}.welcome-popup__form>p{color:#746c64;line-height:1.6;margin-bottom:24px}.welcome-popup__form label{display:block;font-size:.78rem;font-weight:800;margin:13px 0;color:#453e37}.welcome-popup__form input{display:block;width:100%;box-sizing:border-box;margin-top:7px;padding:13px 14px;border:1px solid #ddd5cc;background:#fcfbf9;font:inherit;outline:none}.welcome-popup__form input:focus{border-color:#b85f25;box-shadow:0 0 0 3px rgba(184,95,37,.11)}.welcome-popup__form>button{width:100%;padding:15px;margin-top:10px;border:0;background:#a9501d;color:#fff;font-weight:900;cursor:pointer}.welcome-popup__form>small{display:block;text-align:center;color:#928a82;margin-top:12px;font-size:.7rem}.popup-result{position:fixed;z-index:10001;top:90px;left:50%;transform:translateX(-50%);padding:15px 24px;color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.2);animation:popupLift .3s ease}.popup-result.success{background:#23785d}.popup-result.error{background:#b33d3d}@keyframes popupFade{from{opacity:0}to{opacity:1}}@keyframes popupLift{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:none}}
/* Floating contact buttons */
.floating-contact-actions .float-email span{background:linear-gradient(145deg,#50a7f2,#0876ca);color:#fff}.floating-contact-actions .float-zalo span{background:#fff;color:#0785dc;border:2px solid #0785dc;font-size:.72rem;font-weight:900}.floating-contact-actions .float-messenger span{background:linear-gradient(145deg,#18a4f7,#5b55ed);color:#fff}.floating-contact-actions .float-hotline{display:flex;flex-direction:row;align-items:center;gap:0;text-decoration:none}.floating-contact-actions .float-hotline i{position:relative;z-index:1;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#168de0;color:#fff;font-size:1.5rem;font-style:normal;box-shadow:0 0 0 0 rgba(22,141,224,.5);animation:hotlinePulse 1.65s infinite}.floating-contact-actions .float-hotline span{max-width:0;overflow:hidden;white-space:nowrap;margin-left:-14px;padding:10px 0 10px 14px;border-radius:0 25px 25px 0;background:#f0f0f0;color:#0876ca;transition:max-width .35s ease,padding-right .35s ease}.floating-contact-actions .float-hotline:hover span,.floating-contact-actions .float-hotline:focus span{max-width:180px;padding-right:18px}.floating-contact-actions .float-hotline strong{font-size:1rem}@keyframes hotlinePulse{0%{box-shadow:0 0 0 0 rgba(22,141,224,.55)}70%{box-shadow:0 0 0 15px rgba(22,141,224,0)}100%{box-shadow:0 0 0 0 rgba(22,141,224,0)}}
/* Hotline đóng chỉ còn nút tròn; bấm mới trượt số ra */
.floating-contact-actions .float-hotline{position:relative;min-width:0!important;width:54px;height:54px;padding:0!important;border:0!important;border-radius:28px;background:transparent!important;box-shadow:none!important;overflow:visible}.floating-contact-actions .float-hotline span{position:absolute;right:45px;max-width:0;margin:0;padding:11px 0;opacity:0;transform:translateX(18px);pointer-events:none;box-shadow:0 8px 24px rgba(38,31,27,.16);transition:max-width .35s ease,padding .35s ease,opacity .25s ease,transform .35s ease}.floating-contact-actions .float-hotline:hover span,.floating-contact-actions .float-hotline:focus-visible span{max-width:210px;padding:11px 24px 11px 22px;opacity:1;transform:none;pointer-events:auto}.floating-contact-actions .float-hotline i{flex:0 0 54px;margin-left:auto}
@media(max-width:650px){.welcome-popup__card{grid-template-columns:1fr}.welcome-popup__visual{min-height:175px}.welcome-popup__form{padding:32px 25px 28px}.welcome-popup__visual span{font-size:2rem}}
/* Full-image popup layout */
.welcome-popup__card--overlay{display:block;width:min(900px,100%);min-height:550px;background:#172126 var(--popup-background) center/cover no-repeat;color:#fff;overflow:hidden}.welcome-popup__card--overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,19,24,.64) 0%,rgba(7,19,24,.5) 48%,rgba(159,70,19,.9) 100%)}.welcome-popup__card--overlay .welcome-popup__close{color:#fff;background:rgba(8,18,22,.6);backdrop-filter:blur(5px)}.welcome-popup__card--overlay .welcome-popup__form{position:relative;z-index:1;display:flex;min-height:550px;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:55px 55px 38px}.welcome-popup__card--overlay .welcome-popup__eyebrow{color:#ff8b32;font-size:.86rem}.welcome-popup__card--overlay .welcome-popup__form h2{max-width:760px;margin:13px 0 9px;color:#ff801f;font-size:clamp(2rem,4vw,3.55rem);text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.35)}.welcome-popup__card--overlay .welcome-popup__form>p{color:#fff;font-size:1.05rem;margin:4px 0 30px}.welcome-popup__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%}.welcome-popup__card--overlay .welcome-popup__form label{margin:0;text-align:left;color:#fff;font-size:0}.welcome-popup__card--overlay .welcome-popup__form input{height:52px;margin:0;border:0;border-radius:28px;padding:0 22px;background:#fff;color:#292929;box-shadow:0 8px 25px rgba(0,0,0,.12)}.welcome-popup__card--overlay .welcome-popup__form>button{width:auto;min-width:190px;margin-top:22px;border-radius:27px;padding:15px 27px;background:#ff4b32;text-transform:uppercase}.welcome-popup__card--overlay .welcome-popup__form>small{color:rgba(255,255,255,.82)}
@media(max-width:700px){.welcome-popup__card--overlay{min-height:520px}.welcome-popup__card--overlay .welcome-popup__form{min-height:520px;padding:48px 24px 28px}.welcome-popup__fields{grid-template-columns:1fr}.welcome-popup__card--overlay .welcome-popup__form h2{font-size:2rem}.welcome-popup__card--overlay .welcome-popup__form>p{font-size:.9rem;margin-bottom:20px}.welcome-popup__card--overlay .welcome-popup__form input{height:48px}}
/* Form popup rõ ràng, xếp dọc */
.welcome-popup__card--overlay .welcome-popup__form{justify-content:center}.welcome-popup__fields{display:grid;grid-template-columns:1fr;gap:13px;width:min(470px,100%);margin:0 auto}.welcome-popup__card--overlay .welcome-popup__form label{display:block;color:#fff;font-size:.82rem;font-weight:800;text-align:left;text-shadow:0 1px 5px rgba(0,0,0,.85)}.welcome-popup__card--overlay .welcome-popup__form input{height:50px;margin-top:6px;border:2px solid rgba(255,255,255,.9);border-radius:8px;background:rgba(255,255,255,.96);color:#27221e;font-size:.95rem;font-weight:600;box-shadow:0 7px 22px rgba(0,0,0,.22)}.welcome-popup__card--overlay .welcome-popup__form input::placeholder{color:#706b66;opacity:1;font-weight:500}.welcome-popup__card--overlay .welcome-popup__form input:focus{border-color:#ff812c;background:#fff;box-shadow:0 0 0 4px rgba(255,129,44,.3)}.welcome-popup__card--overlay .welcome-popup__form>button{width:min(470px,100%);border-radius:8px}
.floating-contact-actions .float-hotline>span{border-radius:999px!important}
.floating-contact-actions .float-facebook span,.floating-contact-actions .float-zalo span{display:grid;place-items:center;background:#168de0!important;border-color:#168de0!important;color:#fff!important}.floating-contact-actions .float-facebook span{font-family:Arial,sans-serif;font-size:1.8rem!important;font-weight:900}.floating-contact-actions .float-zalo span{font-family:Arial,sans-serif;font-size:.7rem!important;font-weight:900}
.floating-contact-actions .float-facebook,.floating-contact-actions .float-zalo{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:50%!important;background:#168de0!important}.floating-contact-actions .float-facebook>span,.floating-contact-actions .float-zalo>span{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;box-sizing:border-box!important;margin:0!important;border:0!important;border-radius:50%!important;background:#168de0!important;color:#fff!important;line-height:1!important}.floating-contact-actions .float-facebook>small,.floating-contact-actions .float-zalo>small{display:none!important}

/* Thu gọn khoảng trắng quanh phản hồi khách hàng. */
.ecosystem-section{padding-bottom:14px!important}
.feedback-section{padding-top:14px!important;padding-bottom:14px!important}
.partner-section{padding-top:14px!important}

/* Luôn hiển thị đầy đủ số hotline trên mọi thiết bị, không cần hover. */
.floating-contact-actions .float-hotline>span{max-width:210px!important;padding:11px 24px 11px 22px!important;opacity:1!important;transform:none!important;pointer-events:auto!important}

/* Chuyển động popup chỉ dùng compositor để mở/đóng êm và không đổi bố cục. */
.welcome-popup{animation:none!important}
.welcome-popup__backdrop{will-change:opacity;animation:popupBackdropIn .32s ease-out both}
.welcome-popup__card{will-change:transform,opacity;backface-visibility:hidden;transform-origin:center;animation:popupCardIn .46s cubic-bezier(.16,1,.3,1) both!important}
.welcome-popup.is-closing .welcome-popup__backdrop{animation:popupBackdropOut .2s ease-in both}
.welcome-popup.is-closing .welcome-popup__card{animation:popupCardOut .2s ease-in both!important}
@keyframes popupBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes popupBackdropOut{from{opacity:1}to{opacity:0}}
@keyframes popupCardIn{from{opacity:0;transform:translate3d(0,18px,0) scale(.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes popupCardOut{from{opacity:1;transform:translate3d(0,0,0) scale(1)}to{opacity:0;transform:translate3d(0,10px,0) scale(.99)}}
@media(prefers-reduced-motion:reduce){.welcome-popup__backdrop,.welcome-popup__card{animation-duration:.01ms!important}}

/* Popup tư vấn: lựa chọn giải pháp, bo tròn bốn góc và viền nổi. */
.welcome-popup__card--overlay{
    border:2px solid rgba(255,255,255,.86)!important;
    border-radius:26px!important;
    box-shadow:
        0 34px 80px rgba(0,0,0,.48),
        0 12px 28px rgba(55,26,10,.34),
        0 0 0 7px rgba(255,255,255,.12),
        inset 0 1px 0 rgba(255,255,255,.76),
        inset 0 -2px 0 rgba(64,29,13,.28)!important;
    overflow:auto!important;
}
.welcome-popup__card--overlay:before{border-radius:24px}
.welcome-popup__card--overlay .welcome-popup__form select{
    display:block;
    width:100%;
    height:50px;
    box-sizing:border-box;
    margin-top:6px;
    padding:0 46px 0 20px;
    border:2px solid rgba(255,255,255,.9);
    border-radius:8px;
    background:#fff;
    color:#27221e;
    font-family:inherit;
    font-size:.95rem;
    font-weight:600;
    outline:none;
    cursor:pointer;
    box-shadow:0 7px 22px rgba(0,0,0,.22);
}
.welcome-popup__card--overlay .welcome-popup__form select:focus{
    border-color:#ff812c;
    box-shadow:0 0 0 4px rgba(255,129,44,.3),0 8px 24px rgba(0,0,0,.2);
}
@media(max-width:700px){
    .welcome-popup__card--overlay{border-radius:20px!important}
    .welcome-popup__card--overlay:before{border-radius:18px}
    .welcome-popup__card--overlay .welcome-popup__form select{height:48px}
}

/* Hoàn thiện các yêu cầu trong tài liệu fix web 2. */
.hero-video{width:100%;height:100%;object-fit:cover;object-position:center;background:#241b17}
.why-center-image{width:min(310px,100%);min-height:360px;aspect-ratio:4/5;justify-self:center}
.why-center-image img{object-fit:cover;object-position:center}
.about-main-title{font-size:clamp(18px,2.2vw,25px)!important;letter-spacing:1px!important}
.editorial-page>h1{font-size:clamp(28px,3.6vw,46px)!important;line-height:1.12!important}
.product-information-layout{grid-template-columns:minmax(0,7fr) minmax(280px,3fr)!important;gap:clamp(28px,4vw,58px)!important}
.product-detail-price{font-size:clamp(20px,2vw,29px)!important;line-height:1.25}
.product-overview h1{font-size:clamp(22px,2.45vw,34px)!important;line-height:1.25!important}
.floating-contact-actions .float-action svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.floating-contact-actions .float-facebook svg path:first-child{fill:#fff;stroke:none}.floating-contact-actions .float-facebook svg path:last-child{stroke:#168de0;stroke-width:1.6}
.floating-contact-actions .float-visit svg{width:24px;height:24px}
.zalo-mark{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:900!important;letter-spacing:-.5px}

.home-call-action{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:clamp(30px,5vw,80px);align-items:center;background:linear-gradient(135deg,#40291f,#261914)!important;color:#fff}
.call-action-countdown>span{color:#ff8b4c;font-size:10px;font-weight:800;letter-spacing:2.2px}
.call-action-countdown>strong{display:block;margin:8px 0 24px;font:clamp(28px,3.7vw,48px)/1.08 "DM Serif Display",serif}
.call-action-countdown>strong .experience-title-nowrap{white-space:nowrap}
.call-action-countdown>div{display:grid;grid-template-columns:repeat(4,minmax(62px,1fr));gap:9px;max-width:460px}
.call-action-countdown b{display:grid;place-items:center;min-height:82px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.07);box-shadow:inset 0 1px rgba(255,255,255,.12)}
.call-action-countdown i{font:normal 700 26px/1 Arial,sans-serif;color:#ff8b4c}.call-action-countdown small{margin-top:7px;color:#d8cbc4;font-size:9px;text-transform:uppercase;letter-spacing:1px}
.call-action-offer{padding:34px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:rgba(255,255,255,.08);box-shadow:0 25px 60px rgba(0,0,0,.2)}
.call-action-offer>strong{display:block;font-size:clamp(20px,2.2vw,30px);line-height:1.35}.call-action-offer>p{color:#ddcfc8;line-height:1.7}
.call-action-offer>div{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.call-action-offer a,.call-action-offer button{min-height:46px;padding:12px 19px;border:0;border-radius:999px;font-weight:800;cursor:pointer}.call-action-offer a{border:1px solid rgba(255,255,255,.28);color:#fff}.call-action-offer button{background:#ed6a2c;color:#fff}

.footer-branches{position:relative;z-index:2;margin-top:48px;padding-top:28px;border-top:1px solid rgba(255,255,255,.14)}
.footer-branches>h3{margin:0 0 20px;color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:1.4px}
.footer-branches>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 32px}
.footer-branches article{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-branches strong,.footer-branches span,.footer-branches a{display:block}.footer-branches strong{color:#fff;font-size:12px}.footer-branches span,.footer-branches a{margin-top:4px;color:#cbbdb5;font-size:10px;line-height:1.55}.footer-branches a{color:#f29a69}
.footer-modern .footer-bottom{margin-top:34px!important}
.footer-modern:not(.has-footer-banner) .footer-branches{border-top-color:rgba(35,61,92,.15)}.footer-modern:not(.has-footer-banner) .footer-branches>h3,.footer-modern:not(.has-footer-banner) .footer-branches strong{color:#233d5c}.footer-modern:not(.has-footer-banner) .footer-branches span{color:#60748b}

.editor-color{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:34px;padding:5px 9px!important;border:1px solid #d8d0ca;border-radius:7px;background:#fff;cursor:pointer}.editor-color span{font-weight:900;text-decoration:underline}.editor-color input{width:24px!important;height:22px!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer}
.banner-video-field{padding-top:17px;border-top:1px solid #ece5e0}.remove-video{display:flex!important;align-items:center;gap:8px;margin-top:9px!important;font-size:10px!important}.remove-video input{width:auto!important}

@media(max-width:900px){.product-information-layout,.home-call-action{grid-template-columns:1fr!important}.why-center-image{min-height:320px}.footer-branches>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-call-action{gap:24px}.call-action-countdown>div{grid-template-columns:repeat(4,minmax(52px,1fr))}.call-action-countdown b{min-height:72px}.call-action-countdown i{font-size:22px}.call-action-offer{padding:24px 20px}.call-action-offer>div{display:grid}.footer-branches>div{grid-template-columns:1fr}.why-center-image{width:min(280px,100%);min-height:330px}.product-detail-price{font-size:22px!important}.product-overview h1{font-size:24px!important}}

/* Tinh chỉnh theo tài liệu cập nhật: không thay đổi cấu trúc trang. */
.project-page-hero+.project-catalog{padding-top:28px!important}
.project-catalog-heading h1{font-size:clamp(38px,4.5vw,62px)!important}
.project-map-marker{border:3px solid #ef6b2e!important;box-shadow:0 0 0 4px #fff,0 8px 20px rgba(38,25,18,.24)!important}
.landing-amenities{padding-top:45px;padding-bottom:70px}.landing-amenities .amenity-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.footer-background-preview{overflow:hidden;border:1px solid #e5ddd7;border-radius:14px;background:#f5f1ed}.footer-background-preview img{display:block;width:100%;height:170px;object-fit:cover}
.rich-editor{overflow:hidden;border:1px solid #d8d0ca;border-radius:12px;background:#fff}.rich-editor-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:9px;border-bottom:1px solid #e5ddd7;background:#f7f4f1}.rich-editor-toolbar button{min-height:34px;padding:6px 10px;border:1px solid #d8d0ca;border-radius:7px;background:#fff;color:#49372f;cursor:pointer}.rich-editor-content{min-height:280px;padding:18px;outline:none;line-height:1.7}.rich-editor-content:focus{box-shadow:inset 0 0 0 2px rgba(229,103,42,.18)}
.rich-product-content{font-size:15px;line-height:1.78}.rich-product-content p{margin:0 0 14px}.rich-product-content img{display:block;max-width:100%;height:auto;margin:20px auto;border-radius:12px}.rich-product-content a{color:#df5d24;text-decoration:underline}.video-embed{position:relative;width:100%;padding-top:56.25%;margin:22px 0;overflow:hidden;border-radius:12px;background:#111}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(max-width:700px){.landing-amenities .amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-page-hero+.project-catalog{padding-top:18px!important}.project-catalog-heading h1{font-size:36px!important}}

/* Word update: language, office-viewing form and richer product content. */
.site-language{display:flex;align-items:center;gap:3px;font-size:12px}.site-language select{width:54px;border:0;background:transparent;color:inherit;font-weight:700;cursor:pointer;outline:none}.float-visit{cursor:pointer}.floating-contact-actions .float-visit>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#ef6b2e;color:#fff;font-size:1.5rem}.floating-contact-actions .float-visit>small{display:none}.messenger-mark{font-size:1.65rem!important;font-weight:900!important;font-family:Arial,sans-serif!important}.visit-dialog{width:min(520px,calc(100% - 28px));padding:38px;border:0;border-radius:24px;color:#3f302a;box-shadow:0 30px 90px rgba(30,18,12,.35)}.visit-dialog::backdrop{background:rgba(26,18,14,.62);backdrop-filter:blur(7px)}.visit-dialog h2{margin:4px 0 8px;font:42px/1.08 "DM Serif Display",serif}.visit-dialog>p{color:#766b66}.visit-dialog-close{position:absolute;right:17px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f1ece8;font-size:24px;cursor:pointer}.visit-dialog form,.visit-dialog label{display:grid;gap:7px}.visit-dialog form{gap:15px;margin-top:24px}.visit-dialog label{font-size:12px;font-weight:700}.visit-dialog input,.visit-dialog select,.visit-dialog textarea{width:100%;padding:12px 14px;border:1px solid #ddd3cc;border-radius:11px;background:#fff;outline:none}.visit-dialog input:focus,.visit-dialog select:focus,.visit-dialog textarea:focus{border-color:#ef6b2e;box-shadow:0 0 0 4px rgba(239,107,46,.1)}.visit-dialog form>button{padding:14px;border:0;border-radius:999px;background:#ef6b2e;color:#fff;font-weight:700;cursor:pointer}.rich-product-content{font-size:16px;line-height:1.85;color:#5f554f}.rich-product-content img{width:auto;max-width:100%;height:auto;margin:22px auto;border-radius:14px}.rich-product-content iframe{display:block;width:100%;min-height:420px;margin:22px 0;border:0;border-radius:14px}.rich-product-content a{color:#d95820;text-decoration:underline}.footer-background-preview{max-width:420px;max-height:180px;object-fit:cover;border-radius:12px;margin-top:10px}
@media(max-width:1100px){.site-language{margin-left:auto}.site-language span{display:none}}
@media(max-width:700px){.visit-dialog{padding:28px 20px}.visit-dialog h2{font-size:34px}.rich-product-content iframe{min-height:240px}}

/* Bỏ các khối skyline sáng cao thấp ở chân trang. */
.footer-modern .footer-skyline{display:none!important}
.footer-modern .footer-bottom{margin-top:48px!important}
@media(max-width:700px){.footer-modern .footer-bottom{margin-top:38px!important}}

/* Thu nhỏ riêng tiêu đề tên dự án trên trang danh sách sản phẩm. */
.project-catalog-heading h1{font-size:clamp(29px,3.2vw,44px)!important}
@media(max-width:700px){.project-catalog-heading h1{font-size:27px!important}}

/* Keep the centre "why choose us" photograph flush with every edge of its frame. */
.welcome-popup__card--overlay .welcome-popup__form h2{font-size:clamp(1.6rem,3.2vw,2.84rem)!important;line-height:1.15!important;width:100%;max-width:790px}
.welcome-popup__form h2 .popup-title-line{display:block;white-space:nowrap}
.about-main-title{font-size:40px!important;white-space:nowrap!important;text-wrap:nowrap!important;max-width:100%;line-height:1.2!important}
.call-action-offer:has(.call-action-inline-form){background:#fff;color:#111;border-color:#eee2db}
.call-action-inline-form{display:grid;gap:15px;margin:0}
.call-action-inline-form label{display:grid;gap:8px;color:#111;font-size:14px;line-height:1.5}
.call-action-inline-form input,.call-action-inline-form select{width:100%;min-height:48px;padding:12px 14px;border:1px solid #ddd;border-radius:12px;background:#fff;color:#111;outline:none}
.call-action-inline-form input:focus,.call-action-inline-form select:focus{border-color:#ed6a2c;box-shadow:0 0 0 3px rgba(237,106,44,.12)}
.call-action-offer .call-action-inline-form button{width:100%;min-height:50px;margin-top:1px;background:linear-gradient(135deg,#f58435,#e85e20);color:#fff}
.call-action-countdown .call-action-description{max-width:460px;margin:22px 0 12px;color:#ddcfc8;font-size:14px;line-height:1.7}
.call-action-countdown .call-action-hotline{display:inline-flex;color:#fff;font-weight:700;font-size:15px}
.hero-carousel .hero-timer{display:none!important}
/* Google Translate's injected banner must not cover or shift the site header. */
body>.skiptranslate,
.goog-te-banner-frame,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
}
body{top:0!important}
.why-center-image{
    position:relative!important;
    display:block!important;
}
.why-center-image img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center!important;
}
@media(min-width:901px){
    .why-layout{
        grid-template-columns:minmax(0,1fr) minmax(290px,.86fr) minmax(0,1fr)!important;
        align-items:stretch!important;
    }
    .why-center-image{
        align-self:stretch!important;
        width:100%!important;
        height:auto!important;
        min-height:100%!important;
        aspect-ratio:auto!important;
    }
}

/* Keep the featured ribbon fully visible inside the centre package. */
@media(min-width:751px){
  .rep-plan.standard{overflow:visible!important}
  .rep-plan-popular{width:250px!important;max-width:none!important;box-sizing:border-box!important;padding:8px 10px!important;white-space:nowrap!important;font-size:8.5px!important;letter-spacing:.2px!important;line-height:1.2!important;top:0!important;z-index:10!important}
}

/* Keep long package prices above the diagonal ribbon and fully readable. */
.rep-plan-price{z-index:6!important;right:8px!important;width:auto!important;max-width:calc(100% - 16px)!important;overflow:visible!important;white-space:nowrap!important}
.rep-plan-price strong,.rep-plan-price small{position:relative;z-index:7!important;white-space:nowrap!important}
.rep-plan-price strong{font-size:clamp(17px,1.45vw,21px)!important;letter-spacing:-.5px!important}

/* Vietnamese-safe typeface for the booking dialog title. */
.visit-dialog h2#visitDialogTitle,
.visit-dialog h2{font-family:"Be Vietnam Pro",Arial,sans-serif!important;font-weight:800!important;letter-spacing:-.8px!important;line-height:1.18!important}
.visit-dialog h2#visitDialogTitle{font-size:clamp(25px,2.5vw,32px)!important;white-space:nowrap!important}

/* Vietnamese-safe typography for the consultation popup. */
.welcome-popup__form,
.welcome-popup__form h2#-welcomePopupTitle,
.welcome-popup__form label,
.welcome-popup__form input,
.welcome-popup__form select,
.welcome-popup__form button,
.welcome-popup__form small{font-family:"Be Vietnam Pro",Arial,sans-serif!important}
.welcome-popup__form h2,.welcome-popup__form h2 *{font-family:"Be Vietnam Pro",Arial,sans-serif!important;font-weight:800!important;line-height:1.18!important}
.welcome-popup__form>button{font-weight:800!important;letter-spacing:.2px!important}
.welcome-popup__form>p{display:none!important}

/* Bộ lọc trang dự án: ẩn hoàn toàn các sản phẩm không thuộc phường/giá/diện tích đã chọn. */
.project-detail-products-grid>.project-listing-card.is-filter-hidden{display:none!important}

/* Bộ chọn ngôn ngữ dùng ảnh cờ thật, tách riêng khỏi nút Liên hệ. */
.site-language-fixed{position:fixed!important;z-index:75;top:18px;right:18px}.language-current{display:flex;align-items:center;gap:8px;min-width:145px;height:42px;padding:0 12px;border:1px solid rgba(68,45,36,.12);border-radius:999px;background:#fff;color:#332720;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(68,45,36,.1)}.language-current img,.language-menu img{flex:none;width:28px;height:19px;border:1px solid rgba(0,0,0,.12);object-fit:cover}.language-current span{flex:1;text-align:left;white-space:nowrap}.language-current i{font-style:normal}.language-menu{position:absolute;top:49px;right:0;width:160px;padding:7px;border:1px solid rgba(68,45,36,.12);border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(50,32,24,.18)}.language-menu[hidden]{display:none}.language-menu button{display:flex;align-items:center;gap:9px;width:100%;padding:9px;border:0;border-radius:9px;background:transparent;text-align:left;cursor:pointer}.language-menu button:hover{background:#fff1e8}.main-nav .nav-cta{padding:10px 15px!important;border-radius:999px!important;margin-right:160px!important;font-size:12px!important}
@media(max-width:1180px){.site-language-fixed{top:15px;right:76px}.main-nav .nav-cta{margin-right:0!important}}
@media(max-width:700px){.site-header .brand{max-width:58px!important;overflow:hidden;font-size:0!important;letter-spacing:0!important;white-space:nowrap}.site-header .brand-logo{flex:none;width:auto!important;max-width:52px!important;height:42px!important}.site-language-fixed{top:12px;right:58px}.language-current{min-width:126px;height:42px;padding:0 9px;font-size:11px}.language-current img{width:25px;height:17px}.language-menu{width:145px}.site-header .nav-toggle{position:relative;z-index:76;flex:none;margin-left:auto}}
@media(max-width:380px){.language-current{min-width:112px}.site-language-fixed{right:54px}.language-current span{font-size:10px}}

/* Mobile chỉ hiển thị quốc kỳ, không hiện tên ngôn ngữ. */
@media(max-width:700px){.language-current{min-width:62px!important;width:62px!important;justify-content:center;gap:6px!important}.language-current span{display:none!important}.language-menu{width:62px!important;padding:6px!important}.language-menu button{justify-content:center;padding:8px!important;font-size:0!important}.language-menu button img{width:28px!important;height:19px!important}}
@media(max-width:380px){.language-current{min-width:58px!important;width:58px!important}}

/* Tắt banner riêng trên trang Liên hệ và đưa biểu mẫu lên sát thanh điều hướng. */
.contact-page-hero{display:none!important}
.contact-page-contact{margin-top:0!important}

/* Zalo and hotline: luminous rings, with an always-visible orange phone pill. */
.floating-contact-actions{gap:18px!important}
.floating-contact-actions .float-zalo{overflow:visible!important;background:#079bea!important;box-shadow:0 0 0 9px rgba(0,157,238,.22),0 0 0 18px rgba(0,157,238,.11)!important}
.floating-contact-actions .float-zalo>.zalo-mark{position:relative;background:#079bea!important;font-size:0!important}
.floating-contact-actions .float-zalo>.zalo-mark::before{content:"";position:absolute;width:31px;height:27px;border-radius:9px;background:#fff;box-shadow:0 2px 4px rgba(0,75,160,.2)}
.floating-contact-actions .float-zalo>.zalo-mark::after{content:"Zalo";position:absolute;display:grid;place-items:center;width:31px;height:27px;color:#078cda;font:bold 10px/1 Arial,sans-serif;letter-spacing:-.5px}
.floating-contact-actions .float-hotline{display:flex!important;width:185px!important;height:54px!important;min-width:0!important;padding:0!important;border:0!important;background:linear-gradient(100deg,#ffab0a,#ff9100)!important;border-radius:999px!important;box-shadow:0 5px 18px rgba(255,151,0,.25)!important;text-decoration:none}
.floating-contact-actions .float-hotline>i{position:relative;flex:0 0 54px!important;width:54px!important;height:54px!important;margin:0!important;background:#ffa20a!important;font-size:0!important;animation:none!important;box-shadow:0 0 0 9px rgba(255,164,0,.22),0 0 0 18px rgba(255,164,0,.11)!important}
.floating-contact-actions .float-hotline>i::before{content:"";width:25px;height:25px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.6 10.8a15.7 15.7 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24c1.1.36 2.3.55 3.6.55a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.6 21 3 13.4 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.3.19 2.5.55 3.6a1 1 0 0 1-.25 1z'/%3E%3C/svg%3E")}
.floating-contact-actions .float-hotline>span,.floating-contact-actions .float-hotline:hover>span,.floating-contact-actions .float-hotline:focus-visible>span{position:static!important;display:block!important;flex:1;max-width:none!important;margin:0!important;padding:0 14px 0 5px!important;background:transparent!important;color:#fff!important;opacity:1!important;transform:none!important;box-shadow:none!important;overflow:visible!important;text-align:center;white-space:nowrap}
.floating-contact-actions .float-hotline strong{color:#fff!important;font:700 14px/1.2 Arial,sans-serif!important}
.floating-contact-actions .float-hotline:focus-visible,.floating-contact-actions .float-zalo:focus-visible{outline:3px solid #fff;outline-offset:4px}
.floating-contact-actions .float-hotline{flex-direction:row-reverse!important}
.floating-contact-actions .float-hotline>span,.floating-contact-actions .float-hotline:hover>span,.floating-contact-actions .float-hotline:focus-visible>span{padding:0 5px 0 14px!important}
.floating-contact-actions .float-visit{display:grid!important;place-items:center!important;box-sizing:border-box!important;flex:0 0 54px!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#ef6b2e!important;overflow:hidden}
.floating-contact-actions .float-visit>span{box-sizing:border-box!important;width:54px!important;height:54px!important;margin:0!important;border-radius:50%!important}

/* Uniform compact contact buttons. */
.floating-contact-actions .float-visit,.floating-contact-actions .float-facebook,.floating-contact-actions .float-zalo{box-sizing:border-box!important;flex:0 0 45px!important;width:45px!important;height:45px!important;min-width:45px!important;min-height:45px!important}
.floating-contact-actions .float-visit>span,.floating-contact-actions .float-facebook>span,.floating-contact-actions .float-zalo>span{width:45px!important;height:45px!important}
.floating-contact-actions .float-hotline{height:45px!important}
.floating-contact-actions .float-hotline>i{flex:0 0 45px!important;width:45px!important;height:45px!important}
.floating-contact-actions .float-visit svg,.floating-contact-actions .float-facebook svg{width:22px!important;height:22px!important}
.floating-contact-actions .float-hotline>i::before{width:22px;height:22px}

/* Use the supplied Zalo and Messenger artwork without changing their links. */
.floating-contact-actions .float-zalo{background:transparent!important;box-shadow:none!important}
.floating-contact-actions .float-zalo>.zalo-mark{background:transparent url('/images/contact/zalo-user.png') center/contain no-repeat!important;font-size:0!important}
.floating-contact-actions .float-zalo>.zalo-mark::before,.floating-contact-actions .float-zalo>.zalo-mark::after{content:none!important}
.floating-contact-actions .float-facebook{background:transparent!important;box-shadow:none!important}
.floating-contact-actions .float-facebook>span{background:transparent url('/images/contact/messenger-user.png') center/contain no-repeat!important}
.floating-contact-actions .float-facebook svg{display:none!important}
.floating-contact-actions .float-hotline>i::before{transform:translateY(3px)}
.product-rent-panel .product-booking-form{display:grid;gap:14px;margin-top:20px}
.product-rent-panel .product-booking-form label{display:grid;gap:7px;margin:0;font-size:12px;font-weight:600;color:#44332b}
.product-rent-panel .product-booking-form input,.product-rent-panel .product-booking-form select{box-sizing:border-box;width:100%;min-width:0;padding:12px;border:1px solid #ded7d2;border-radius:10px;background:#fff;font:inherit;color:#44332b}
.product-rent-panel .product-booking-form input:focus,.product-rent-panel .product-booking-form select:focus{outline:2px solid #ef6b2e;outline-offset:2px}
.product-rent-panel .product-booking-form button{width:100%;padding:13px 16px;border:0;border-radius:999px;background:linear-gradient(100deg,#f97026,#dc5015);color:#fff;font-family:inherit;font-size:14px;font-weight:700;line-height:1.4;cursor:pointer}

/* Product detail typography: supported Vietnamese font weights. */
.product-detail-page .product-detail-price{font-family:"Be Vietnam Pro",Arial,sans-serif!important;font-weight:700!important;font-style:normal;letter-spacing:normal;line-height:1.4!important}
.product-detail-page .product-overview h1{font-size:clamp(17.6px,1.96vw,27.2px)!important;line-height:1.25!important}
.product-detail-page .product-specifications .product-detail-heading p{display:none!important}
@media(max-width:600px){.product-detail-page .product-overview h1{font-size:19.2px!important}}
.rich-product-content .video-embed{position:relative!important;box-sizing:border-box;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;aspect-ratio:16/9;margin:22px 0;overflow:hidden}
.rich-product-content .video-embed iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important}
.site-header .main-nav>a,.site-header .main-nav>.nav-group>.nav-parent{font-size:13.8px!important}
.rich-content{overflow-wrap:anywhere}
.rich-content img{display:block;max-width:100%;height:auto;margin:20px auto;border-radius:12px}
.rich-content .video-embed{position:relative;width:100%;height:auto;min-height:0;padding:0;aspect-ratio:16/9;margin:22px 0;overflow:hidden;border-radius:12px;background:#111}
.rich-content .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;min-height:0;margin:0;border:0}

/* Readable footer text over the dark banner; keep the light footer unchanged. */
.site-footer.has-footer-banner .footer-company p,.site-footer.has-footer-banner .footer-company p strong,.site-footer.has-footer-banner .footer-company p a,.site-footer.has-footer-banner .footer-company h3 span,.site-footer.has-footer-banner .footer-connect p,.site-footer.has-footer-banner .footer-connect p strong,.site-footer.has-footer-banner .footer-links a,.site-footer.has-footer-banner .footer-consult,.site-footer.has-footer-banner .footer-branches strong,.site-footer.has-footer-banner .footer-branches span,.site-footer.has-footer-banner .footer-branches a,.site-footer.has-footer-banner .footer-bottom,.site-footer.has-footer-banner .footer-bottom a,.site-footer.has-footer-banner .footer-bottom strong{color:#fff!important}
.site-footer.has-footer-banner .footer-consult{border-color:rgba(255,255,255,.8)!important;background:rgba(255,255,255,.06)}
.site-footer.has-footer-banner a:hover,.site-footer.has-footer-banner a:focus-visible{color:#ffb783!important}
.site-footer.has-footer-banner .footer-consult:hover,.site-footer.has-footer-banner .footer-consult:focus-visible{border-color:#ffb783!important;background:rgba(255,183,131,.12)}
.site-footer.has-footer-banner a:focus-visible{outline:2px solid #ffb783;outline-offset:4px}

/* Keep each contact link's hit area confined to its own button. */
.floating-contact-actions{isolation:isolate}
.floating-contact-actions{gap:40px!important}
.floating-contact-actions .float-action{position:relative!important;flex-shrink:0!important}
.floating-contact-actions .float-hotline{position:relative!important;z-index:2;flex-shrink:0!important;min-height:45px!important;pointer-events:auto!important}
.floating-contact-actions .float-action>span,.floating-contact-actions .float-action>small,.floating-contact-actions .float-action svg,.floating-contact-actions .float-hotline>i,.floating-contact-actions .float-hotline>span,.floating-contact-actions .float-hotline strong{pointer-events:none!important}
.floating-contact-actions .float-action::before,.floating-contact-actions .float-action::after,.floating-contact-actions .float-hotline::before,.floating-contact-actions .float-hotline::after{pointer-events:none!important}
.rich-content a,.rich-product-content a{cursor:pointer;text-decoration:none!important;font-weight:inherit;font-style:inherit}
.rich-content a:hover,.rich-product-content a:hover{color:#c34a13;text-decoration:none!important}
.rep-packages-section{box-sizing:border-box;width:min(1180px,calc(100% - 40px));margin:65px auto;padding:38px;background:#f7f5f2;border-radius:24px}.rep-packages-section>header{text-align:center;margin-bottom:32px}.rep-packages-section>header>span{font-size:11px;font-weight:700;letter-spacing:2px;color:#d4642a}.rep-packages-section h2{margin:12px 0;font-size:clamp(23px,3vw,34px);color:#3e2d24}.rep-packages-section>header p{color:#84766d;font-size:14px}.rep-packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.rep-plan{--plan-accent:#ee4054;display:flex;flex-direction:column;position:relative;padding:30px 26px;background:#fff;border:1px solid #e9e3dd;border-top:5px solid var(--plan-accent);border-radius:16px;box-shadow:0 12px 28px rgba(51,36,24,.06)}.rep-plan.standard{--plan-accent:#2086e5}.rep-plan.business{--plan-accent:#ef931d}.rep-plan-badge{font-size:10px;font-weight:700;letter-spacing:1.6px;color:#81766e}.rep-plan h3{font:700 24px/1.3 "Be Vietnam Pro",sans-serif;margin:18px 0;color:#302824}.rep-plan-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid #eee9e4}.rep-plan-price strong{font-size:27px;color:var(--plan-accent)}.rep-plan-price small{font-size:10px;color:#847970}.rep-plan ul{list-style:none;padding:10px 0;margin:0 0 24px;flex:1}.rep-plan li{display:flex;gap:10px;margin:15px 0;font-size:12px;line-height:1.6;color:#6a605a}.rep-plan li>span{flex:none;color:#4aa246;font-size:16px;font-weight:700}.rep-plan li.excluded>span{color:#ea5560}.rep-plan>a{display:block;padding:12px;text-align:center;border:1px solid var(--plan-accent);border-radius:9px;color:var(--plan-accent);font-size:12px;font-weight:700;text-decoration:none;transition:background .2s,color .2s}.rep-plan>a:hover{background:var(--plan-accent);color:#fff}.rep-plan>a:focus-visible{outline:2px solid var(--plan-accent);outline-offset:3px}@media(max-width:750px){.rep-packages-section{padding:24px 18px}.rep-packages-grid{grid-template-columns:1fr}}
.rich-content a:focus-visible,.rich-product-content a:focus-visible{outline:2px solid #ef6b2e;outline-offset:3px}

/* Representative packages: emphasize the popular middle plan. */
.rep-packages-grid{padding:28px 0 14px;align-items:stretch}
.rep-plan{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.rep-plan:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(51,36,24,.14)}
.rep-plan.standard{z-index:2;transform:translateY(-16px) scale(1.025);border:3px solid #f2b51d;border-top-width:5px;box-shadow:0 24px 58px rgba(242,181,29,.2),0 15px 36px rgba(51,36,24,.13)}
.rep-plan.standard:hover{transform:translateY(-22px) scale(1.025)}
.rep-plan-popular{position:absolute;z-index:3;top:-30px;left:50%;width:max-content;max-width:calc(100% - 28px);transform:translateX(-50%);padding:10px 22px;border-radius:999px;background:linear-gradient(180deg,#ffd85d,#f5b91e);box-shadow:0 7px 18px rgba(197,137,0,.28);color:#3b3022;font-size:11px;font-weight:900;letter-spacing:.7px;text-align:center}
.rep-plan.standard>a{border-color:#1685ed;background:linear-gradient(180deg,#2d9cff,#0675dc);color:#fff;box-shadow:0 8px 20px rgba(32,134,229,.24)}
@media(max-width:750px){.rep-packages-grid{padding-top:18px;gap:46px}.rep-plan.standard,.rep-plan.standard:hover{transform:none}.rep-plan-popular{top:-25px;font-size:10px;padding:9px 15px}}

/* Representative office: flat comparison cards with diagonal price banners. */
.representative-page .representative-package-reference{box-sizing:border-box;width:min(1120px,calc(100% - 40px));margin:45px auto;padding:28px 24px;background:#f7f5f5;color:#17202b}
.representative-package-title{text-align:center;margin:0 0 30px;font:700 clamp(15px,1.65vw,21px)/1.5 "Be Vietnam Pro",Arial,sans-serif}
.representative-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,5vw,70px)}
.representative-package-card{--package-color:#ef2946;position:relative;display:flex;flex-direction:column;min-width:0;padding:0 0 22px;background:#fff;overflow:hidden}
.representative-package-card.standard{--package-color:#087dff}.representative-package-card.business{--package-color:#ff9319}
.representative-package-top{position:relative;height:230px;flex:none}
.representative-package-top::before{content:"";position:absolute;inset:0 0 auto;height:115px;background:#001a2b}
.representative-package-top::after{content:"";position:absolute;inset:0;background:var(--package-color);clip-path:polygon(100% 0,40% 50%,100% 100%)}
.representative-package-top h3{position:absolute;z-index:1;top:39px;left:17px;margin:0;color:#fff;font:700 clamp(14px,1.5vw,20px)/1.3 "Be Vietnam Pro",Arial,sans-serif}
.representative-package-price{position:absolute;z-index:1;top:109px;right:9px;color:#fff;text-align:right;white-space:nowrap}
.representative-package-price strong{font:700 clamp(17px,1.8vw,24px)/1.25 Arial,sans-serif}.representative-package-price span{font-size:10px}.representative-package-price small{display:block;color:#fff;font:10px/1.3 Arial,sans-serif}
.representative-package-card ul{position:relative;z-index:2;list-style:none;margin:-40px 17px 18px;padding:0;max-width:75%;flex:1}
.representative-package-card li{position:relative;padding:0 0 0 22px;margin:0 0 16px;color:#333;font:500 11px/1.45 "Be Vietnam Pro",Arial,sans-serif}
.representative-package-card li::before{content:"✓";position:absolute;left:0;top:-2px;color:#46a61b;font:bold 19px/1.3 Arial,sans-serif}
.representative-package-card li.not-included::before{content:"×";color:#ff3444}
.representative-package-card>a{align-self:center;padding:7px 23px;background:var(--package-color);border:0;border-radius:0;color:#fff;font:700 10px/1.3 Arial,sans-serif;letter-spacing:1px;text-decoration:none;transition:filter .2s}
.representative-package-card>a:hover{filter:brightness(.9)}.representative-package-card>a:focus-visible{outline:3px solid #001a2b;outline-offset:3px}
@media(max-width:600px){.representative-page .representative-package-reference{padding:24px 18px}.representative-package-grid{grid-template-columns:1fr;gap:24px;max-width:300px;margin:auto}.representative-package-top h3{font-size:20px}.representative-package-price strong{font-size:24px}.representative-package-card li{font-size:12px}}

/* Contact motion: decorative layers never intercept clicks. */
.floating-contact-actions .float-action{overflow:visible!important;transition:transform .25s ease!important}
.floating-contact-actions .float-action>span{position:relative;z-index:1;animation:uplandContactFloat 4s ease-in-out infinite}
.floating-contact-actions .float-facebook>span{animation-delay:.4s}
.floating-contact-actions .float-zalo>span{animation-delay:.8s}
.floating-contact-actions .float-action::before,.floating-contact-actions .float-hotline::after{content:"";position:absolute;box-sizing:border-box;inset:0;border:2px solid var(--contact-glow,#f78a45);border-radius:50%;opacity:0;animation:uplandContactRipple 3.2s ease-out infinite;pointer-events:none!important}
.floating-contact-actions .float-facebook{--contact-glow:#ad50f5}
.floating-contact-actions .float-zalo{--contact-glow:#079bea}
.floating-contact-actions .float-facebook::before{animation-delay:.7s}
.floating-contact-actions .float-zalo::before{animation-delay:1.4s}
.floating-contact-actions .float-hotline::after{inset:0 0 auto auto;width:45px;height:45px;border-color:#ffae28;animation-delay:2.1s}
@keyframes uplandContactFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes uplandContactRipple{0%{transform:scale(1);opacity:.45}60%,100%{transform:scale(1.5);opacity:0}}
/* Match the hotline's soft filled halo instead of outlined rings. */
.floating-contact-actions .float-action::before{border:0!important;inset:0!important;background:var(--contact-glow,#ffa20a);opacity:.16;transform:scale(1.4);animation:uplandContactHalo 3.2s ease-in-out infinite;z-index:-1}
.floating-contact-actions .float-action::after{content:"";position:absolute;inset:0;box-sizing:border-box;border:0;border-radius:50%;background:var(--contact-glow,#ffa20a);opacity:.09;transform:scale(1.8);animation:uplandContactHaloOuter 3.2s ease-in-out infinite;z-index:-2;pointer-events:none!important}
.floating-contact-actions .float-visit{--contact-glow:#ffa20a}
.floating-contact-actions .float-facebook::before,.floating-contact-actions .float-facebook::after{animation-delay:.7s}
.floating-contact-actions .float-zalo::before,.floating-contact-actions .float-zalo::after{animation-delay:1.4s}
@keyframes uplandContactHalo{0%,100%{transform:scale(1.32);opacity:.18}50%{transform:scale(1.44);opacity:.23}}
@keyframes uplandContactHaloOuter{0%,100%{transform:scale(1.65);opacity:.08}50%{transform:scale(1.8);opacity:.12}}
@keyframes uplandContactBounce{0%,100%{transform:translateY(0) scale(1)}35%{transform:translateY(-4px) scale(1.07)}65%{transform:translateY(-1px) scale(1.02)}}
@keyframes uplandCalendarTilt{0%,100%{transform:rotate(0)}25%{transform:rotate(-10deg)}65%{transform:rotate(10deg)}}
@keyframes uplandPhoneShake{0%,100%{transform:translateY(3px) rotate(0)}20%,60%{transform:translateY(3px) rotate(-14deg)}40%,80%{transform:translateY(3px) rotate(14deg)}}
@media(hover:hover) and (pointer:fine){
  .floating-contact-actions .float-action:hover{transform:scale(1.06)!important}
  .floating-contact-actions .float-facebook:hover>span,.floating-contact-actions .float-zalo:hover>span{animation:uplandContactBounce .75s ease-in-out infinite}
  .floating-contact-actions .float-visit:hover>span{animation:uplandCalendarTilt .8s ease-in-out infinite}
  .floating-contact-actions .float-hotline:hover>i::before{animation:uplandPhoneShake .7s ease-in-out infinite}
}
.floating-contact-actions .float-facebook:focus-visible>span,.floating-contact-actions .float-zalo:focus-visible>span{animation:uplandContactBounce .75s ease-in-out infinite}
.floating-contact-actions .float-visit:focus-visible>span{animation:uplandCalendarTilt .8s ease-in-out infinite}
.floating-contact-actions .float-hotline:focus-visible>i::before{animation:uplandPhoneShake .7s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){
  .floating-contact-actions .float-action,.floating-contact-actions .float-action>span,.floating-contact-actions .float-action::before,.floating-contact-actions .float-action::after,.floating-contact-actions .float-hotline::after,.floating-contact-actions .float-hotline>i,.floating-contact-actions .float-hotline>i::before{animation:none!important;transition:none!important}
  .floating-contact-actions .float-action:hover{transform:none!important}
}

/* Locker project editorial content injected without a database or DLL change. */
.locker-feature-image{width:min(1180px,calc(100% - 48px));margin:10px auto 48px;text-align:center}.locker-feature-image img{display:block;width:100%;max-height:430px;object-fit:cover;border-radius:22px;box-shadow:0 14px 35px rgba(0,0,0,.12)}.locker-feature-image figcaption{margin-top:10px;color:#111;font-size:13px}
.locker-font-page,.locker-font-page *{font-family:Arial,Helvetica,sans-serif!important}.locker-font-page{overflow-x:hidden}.locker-font-page .locker-editorial p,.locker-font-page .locker-editorial li{overflow-wrap:anywhere;word-break:normal}
.locker-font-page .project-catalog-heading{width:min(1320px,calc(100% - 48px));margin:0 auto;padding-top:42px;padding-bottom:28px;border-bottom:1px solid #e8e2dc}
.locker-font-page .project-catalog-heading .project-catalog-intro{display:none}
.locker-font-page .locker-editorial{font-size:17px;line-height:1.72;color:#4f4a46}
.locker-font-page .locker-editorial h2,.locker-font-page .locker-editorial h3{color:#111;font-family:Arial,Helvetica,sans-serif!important}
.locker-font-page .locker-editorial h2{font-weight:700}.locker-font-page .locker-editorial h3{font-weight:700}
.locker-editorial{width:min(1180px,calc(100% - 48px));margin:64px auto 20px;color:#111;font-family:inherit;font-size:18px;line-height:1.75}
.locker-editorial h2{margin:0 0 18px;color:#111;font-size:clamp(28px,3.2vw,42px);line-height:1.2;font-weight:800}
.locker-editorial h3{margin:34px 0 12px;color:#111;font-size:24px;line-height:1.3;font-weight:800}
.locker-editorial p{margin:0 0 22px}.locker-editorial strong{font-weight:800}.locker-editorial ul{margin:14px 0 30px;padding-left:30px}.locker-editorial li{padding-left:8px;margin:13px 0}.locker-editorial li::marker{color:#58c6e6}
.locker-benefits{margin-bottom:68px}.locker-benefits h2{text-align:center;color:#111;letter-spacing:.8px}.locker-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.locker-benefits-grid article{padding:24px 22px;border-bottom:1px solid #e4e8ee}.locker-benefits-grid strong{display:block;margin-bottom:5px;color:#111;font-size:20px;line-height:1.3}.locker-benefits-grid p{margin:0;color:#111;font-size:16px;line-height:1.45}
.locker-article{margin:0 auto 58px}.locker-table-wrap{overflow-x:auto;margin:24px 0 32px;border:1px solid #d9e0ea;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(25,53,91,.06)}.locker-table-wrap table{width:100%;min-width:720px;border-collapse:collapse;font-size:16px;line-height:1.45}.locker-table-wrap th,.locker-table-wrap td{padding:13px 15px;border-bottom:1px solid #d9e0ea;text-align:left;vertical-align:top}.locker-table-wrap tr:last-child th,.locker-table-wrap tr:last-child td{border-bottom:0}.locker-table-wrap thead th{color:#092f58;background:#fff;font-weight:800}.locker-table-wrap tbody th{width:22%;color:#092f58;font-weight:800}.locker-table-wrap tbody tr:nth-child(even){background:#f5f8fb}.locker-table-wrap u{text-underline-offset:3px}
@media(max-width:700px){.locker-editorial{width:min(100% - 28px,1180px);margin-top:42px;font-size:16px}.locker-editorial h2{font-size:28px}.locker-editorial h3{font-size:21px}.locker-benefits-grid{grid-template-columns:1fr}.locker-benefits-grid strong{font-size:18px}.locker-table-wrap table{min-width:0;width:100%;font-size:14px;table-layout:fixed}.locker-table-wrap th,.locker-table-wrap td{padding:10px 8px;overflow-wrap:anywhere}.locker-table-wrap tbody th{width:24%}}

/* Change the data-backed package cards to the diagonal reference design. */
.rep-packages-grid{gap:clamp(24px,5vw,60px)}
.rep-plan{--plan-accent:#ef2946;box-sizing:border-box;position:relative;padding:225px 22px 22px;border:0;border-radius:0;background:#fff;box-shadow:0 6px 20px rgba(27,36,47,.04);overflow:hidden;min-height:440px}
.rep-plan.standard{--plan-accent:#087dff}.rep-plan.business{--plan-accent:#ff9419}
.rep-plan::before{content:"";position:absolute;inset:0 0 auto;height:105px;background:#001a2b;pointer-events:none}
.rep-plan::after{content:"";position:absolute;inset:0 0 auto;height:210px;background:var(--plan-accent);clip-path:polygon(100% 0,40% 50%,100% 100%);pointer-events:none}
.rep-plan .rep-plan-badge{display:none}
.rep-plan h3{position:absolute;z-index:1;top:38px;left:18px;max-width:75%;margin:0;color:#fff;font-size:clamp(14px,1.65vw,20px);line-height:1.3;overflow-wrap:anywhere}
.rep-plan-price{position:absolute;z-index:1;top:99px;right:10px;display:flex;justify-content:flex-end;align-items:baseline;flex-wrap:wrap;gap:3px;max-width:58%;padding:0;border:0;color:#fff;text-align:right}
.rep-plan-price strong{color:#fff;font:700 clamp(17px,1.9vw,23px)/1.3 Arial,sans-serif;overflow-wrap:anywhere}
.rep-plan-price small{color:#fff;font:9px/1.3 Arial,sans-serif}
.rep-plan ul{margin:0 0 20px;padding:0;flex:1}
.rep-plan li{margin:0 0 17px;font-size:11px;line-height:1.5;gap:9px;color:#404040}
.rep-plan li>span{color:#43a01d;font-size:18px;line-height:1}
.rep-plan>a{align-self:center;width:auto;min-width:88px;padding:9px 17px;border:0;border-radius:0;background:var(--plan-accent);color:#fff;font-size:10px;line-height:1.3}
.rep-plan>a:hover{color:#fff;filter:brightness(.9)}
@media(max-width:750px){.rep-packages-grid{max-width:320px;margin:0 auto}.rep-plan h3{font-size:20px}.rep-plan-price strong{font-size:23px}}

/* Slim portrait packages with raised edges and soft depth. */
.rep-packages-grid{width:100%;max-width:930px;margin:0 auto;grid-template-columns:repeat(3,minmax(0,270px));justify-content:center;gap:clamp(22px,3vw,42px);align-items:stretch}
.rep-plan{width:100%;min-height:550px;padding:235px 22px 26px;border:1px solid rgba(255,255,255,.9);border-radius:14px;background:linear-gradient(135deg,#fff 65%,#f5f5f7);box-shadow:0 3px 0 #e2e2e6,0 9px 0 -3px #efeff2,0 20px 35px -12px rgba(10,25,40,.3),inset 1px 0 0 #fff;transition:transform .25s ease,box-shadow .25s ease}
.rep-plan::before{background:linear-gradient(135deg,#062b40,#001522);height:110px}
.rep-plan::after{height:220px;filter:drop-shadow(-3px 4px 3px rgba(0,0,0,.14))}
.rep-plan h3{top:42px;font-size:18px;text-shadow:0 2px 2px rgba(0,0,0,.2)}
.rep-plan-price{top:103px;max-width:65%;gap:2px}
.rep-plan-price strong{font-size:21px;text-shadow:0 2px 2px rgba(0,0,0,.12)}
.rep-plan-price small{font-size:8px}
.rep-plan li{font-size:11px;line-height:1.6;margin-bottom:19px}
.rep-plan>a{padding:11px 21px;border-radius:6px;box-shadow:0 3px 0 rgba(0,0,0,.15),0 7px 13px rgba(0,0,0,.12)}
@media(hover:hover) and (pointer:fine){.rep-plan:hover{transform:translateY(-6px);box-shadow:0 3px 0 #e2e2e6,0 9px 0 -3px #efeff2,0 28px 40px -12px rgba(10,25,40,.32),inset 1px 0 0 #fff}}
@media(max-width:750px){.rep-packages-grid{grid-template-columns:minmax(0,270px);max-width:270px;gap:30px}.rep-plan{min-height:520px}}
@media(prefers-reduced-motion:reduce){.rep-plan{transition:none}.rep-plan:hover{transform:none}}

/* Package hierarchy: blue left, larger red center, orange right. */
.rep-packages-grid{max-width:960px;grid-template-columns:minmax(0,260px) minmax(0,300px) minmax(0,260px);gap:36px;align-items:center}
.rep-plan.economy{--plan-accent:#087dff}
.rep-plan.standard{--plan-accent:#ef2946;min-height:590px;transform:translateY(-8px);box-shadow:0 4px 0 #dedee3,0 11px 0 -3px #ececf0,0 28px 45px -13px rgba(10,25,40,.35),inset 1px 0 0 #fff}
.rep-plan.business{--plan-accent:#ff9419}
.rep-plan-price{left:auto;right:5px;width:62%;max-width:none;justify-content:flex-end;flex-wrap:nowrap;white-space:nowrap}
.rep-plan-price strong{font-size:clamp(16px,1.55vw,20px);letter-spacing:-.35px;white-space:nowrap}
.rep-plan-price small{flex:none;font-size:7.5px;white-space:nowrap}
@media(hover:hover) and (pointer:fine){.rep-plan.standard:hover{transform:translateY(-14px)}}
@media(max-width:900px) and (min-width:751px){.rep-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rep-plan{padding-left:16px;padding-right:16px}.rep-plan-price{width:64%}.rep-plan-price strong{font-size:16px}.rep-plan-price small{font-size:6.8px}}
@media(max-width:750px){.rep-packages-grid{grid-template-columns:minmax(0,280px);max-width:280px}.rep-plan.standard{min-height:550px;transform:none}.rep-plan-price strong{font-size:19px}.rep-plan-price small{font-size:7.5px}}
@media(prefers-reduced-motion:reduce){.rep-plan.standard,.rep-plan.standard:hover{transform:none}}

/* Equal package cards: same width, height and top/bottom alignment. */
.rep-packages-grid{grid-template-columns:repeat(3,minmax(0,280px));max-width:940px;align-items:stretch}
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{width:100%;min-height:590px;height:100%;transform:none}
@media(hover:hover) and (pointer:fine){.rep-plan:hover,.rep-plan.standard:hover{transform:translateY(-6px)}}
@media(max-width:900px) and (min-width:751px){.rep-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{min-height:590px}}
@media(max-width:750px){.rep-packages-grid{grid-template-columns:minmax(0,280px)}.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{min-height:550px}}
@media(prefers-reduced-motion:reduce){.rep-plan:hover,.rep-plan.standard:hover{transform:none}}

/* Final package-card presentation: flat cards, with only the centre plan highlighted. */
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{transform:none!important;box-shadow:none!important;transition:none!important}
.rep-plan:hover,.rep-plan.standard:hover{transform:none!important;box-shadow:none!important}
.rep-plan.standard{border:2px solid #f2b51d!important;border-top-width:5px!important;min-height:590px}
.rep-plan-popular{box-shadow:none!important}
.rep-plan.standard>a{box-shadow:none!important}

/* Larger flat centre package and guaranteed registration labels. */
.rep-packages-grid{grid-template-columns:minmax(0,260px) minmax(0,320px) minmax(0,260px)!important;max-width:920px!important;align-items:center!important}
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{height:auto!important;min-height:590px!important}
.rep-plan.standard{min-height:650px!important;border:3px solid #f2b51d!important;border-top-width:6px!important}
.rep-plan>a{font-size:0!important}
.rep-plan>a::after{content:"Đăng ký ngay →";font-size:11px;font-weight:800;letter-spacing:.2px}
@media(max-width:900px) and (min-width:751px){.rep-packages-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.14fr) minmax(0,1fr)!important;gap:16px!important}.rep-plan.standard{min-height:630px!important}}
@media(max-width:750px){.rep-packages-grid{grid-template-columns:minmax(0,280px)!important;max-width:280px!important;gap:46px!important}.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{min-height:550px!important}.rep-plan.standard{min-height:590px!important}}

/* Equal package cards: identical width, height and alignment. */
.rep-packages-grid{grid-template-columns:repeat(3,minmax(0,280px))!important;max-width:920px!important;align-items:stretch!important}
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{width:100%!important;height:100%!important;min-height:590px!important;margin:0!important;transform:none!important}
@media(max-width:900px) and (min-width:751px){.rep-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{min-height:590px!important}}
@media(max-width:750px){.rep-packages-grid{grid-template-columns:minmax(0,280px)!important;max-width:280px!important}.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{height:auto!important;min-height:550px!important}}

/* Use one consistent blue action button across all three packages. */
.rep-plan>a,.rep-plan.standard>a,.rep-plan.business>a,.rep-plan.economy>a{border-color:#1685ed!important;background:linear-gradient(180deg,#2d9cff,#087de5)!important;color:#fff!important;box-shadow:none!important}
.rep-plan>a:hover,.rep-plan>a:focus-visible{border-color:#066cc9!important;background:#066cc9!important;color:#fff!important}

/* Featured red STANDARD plan: physically larger, while keeping the cards flat. */
.rep-packages-grid{grid-template-columns:minmax(0,260px) minmax(0,320px) minmax(0,260px)!important;max-width:920px!important;align-items:center!important}
.rep-plan,.rep-plan.business,.rep-plan.economy{height:auto!important;min-height:590px!important}
.rep-plan.standard{height:auto!important;min-height:650px!important;margin:0!important;transform:none!important;box-shadow:none!important}
@media(max-width:900px) and (min-width:751px){.rep-packages-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.14fr) minmax(0,1fr)!important;gap:16px!important}.rep-plan.standard{min-height:630px!important}}
@media(max-width:750px){.rep-packages-grid{grid-template-columns:minmax(0,280px)!important;max-width:280px!important}.rep-plan,.rep-plan.business,.rep-plan.economy{min-height:550px!important}.rep-plan.standard{min-height:590px!important}}

/* Keep the wider centre plan, but make all three cards equally tall and aligned. */
.rep-packages-grid{align-items:stretch!important}
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{height:100%!important;min-height:650px!important;align-self:stretch!important}
@media(max-width:900px) and (min-width:751px){.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{min-height:630px!important}}
@media(max-width:750px){.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{height:auto!important;min-height:590px!important}}

/* Increase typography across all three representative-office plans by 2px. */
.rep-plan h3{font-size:20px!important}
.rep-plan-price strong{font-size:clamp(18px,1.55vw,22px)!important}
.rep-plan-price small{font-size:9.5px!important}
.rep-plan li{font-size:13px!important}
.rep-plan>a::after{font-size:13px!important}
.rep-plan-popular{font-size:13px!important}
@media(max-width:750px){.rep-plan h3{font-size:22px!important}.rep-plan-price strong{font-size:21px!important}.rep-plan-price small{font-size:9.5px!important}.rep-plan li{font-size:13px!important}}

/* Extend the wider centre plan equally above and below its neighbours. */
.rep-packages-grid{align-items:center!important}
.rep-plan,.rep-plan.business,.rep-plan.economy{height:auto!important;min-height:650px!important;align-self:center!important}
.rep-plan.standard{height:auto!important;min-height:710px!important;align-self:center!important;margin:0!important;transform:none!important}
@media(max-width:900px) and (min-width:751px){.rep-plan,.rep-plan.business,.rep-plan.economy{min-height:630px!important}.rep-plan.standard{min-height:690px!important}}
@media(max-width:750px){.rep-plan,.rep-plan.business,.rep-plan.economy{min-height:590px!important}.rep-plan.standard{min-height:650px!important}}

/* Consolidated 21/09 refinements. */
.hero-carousel .hero-timer{display:block!important;visibility:visible!important;opacity:1!important}
.why-center-image,.why-center-image img{background:transparent!important;box-shadow:none!important}
.project-showcase-heading,.home-projects>.section-heading,.office-map-section>.section-heading{grid-template-columns:1fr!important}
.project-showcase-heading>p,.home-projects>.section-heading>p,.office-map-section>.section-heading>p{display:none!important}
.home-projects>.section-heading h2,.office-map-section>.section-heading h2{max-width:none!important}
.project-products-map-section .section-heading em{white-space:nowrap}
.visit-dialog,.visit-dialog h2,.visit-dialog label,.welcome-popup__form,.welcome-popup__form h2,.welcome-popup__form label,.experience-dialog,.experience-dialog h2{font-family:"Be Vietnam Pro",Arial,sans-serif!important}
.visit-dialog h2{font-weight:800;letter-spacing:-1.2px}
.welcome-popup__eyebrow,.welcome-popup__fields label{font-weight:800!important}
.rep-plan>button{align-self:center;min-width:132px;padding:11px 18px;border:0;border-radius:6px;background:linear-gradient(180deg,#2d9cff,#087de5);color:#fff;font:800 13px/1.3 "Be Vietnam Pro",sans-serif;cursor:pointer}
.rep-plan>a,.rep-plan>button{display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;margin-top:auto!important;position:absolute!important;left:50%!important;bottom:25px!important;transform:translateX(-50%)!important;z-index:8!important;white-space:nowrap!important}
.rep-plan>a{min-width:132px!important;padding:11px 18px!important;border:0!important;border-radius:6px!important;background:linear-gradient(180deg,#2d9cff,#087de5)!important;color:#fff!important;font:800 13px/1.3 "Be Vietnam Pro",sans-serif!important;text-decoration:none!important}
.rep-plan-popular{font-family:"Be Vietnam Pro",Arial,sans-serif!important;font-weight:800!important}
.rep-plan>button:hover,.rep-plan>button:focus-visible{background:#066cc9}
.rep-plan-note{margin:14px 0 0;text-align:center;color:#765e47;font-size:12px;font-weight:700}
.rep-plan.standard{padding-top:235px!important;padding-bottom:28px!important}
.rep-plan::after{filter:none!important}
.rep-plan-price{right:8px!important;width:68%!important;overflow:visible!important}
.home-projects>.section-heading h2,.office-map-section>.section-heading h2{white-space:nowrap}
@media(max-width:750px){.project-products-map-section .section-heading em,.home-projects>.section-heading h2,.office-map-section>.section-heading h2{white-space:normal}}
.home-projects>.section-heading h2,.home-projects>.section-heading h2 em{font:normal 700 48px/1.08 Arial,Helvetica,sans-serif!important;color:#26211e!important;white-space:nowrap!important}
.project-products-map-section .section-heading h2,
.project-products-map-section .section-heading h2 em{font-size:clamp(32px,calc(4.3vw - 4px),54px)!important}
.project-products-map-section .section-heading h2 em{white-space:nowrap!important}
.service-seat-section .service-heading>span{font-family:inherit!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;letter-spacing:0!important}
.service-seat-section .service-heading h2{font-size:clamp(32px,calc(4vw - 4px),60px)!important}
.service-seat-section .seat-card__body>button,
.service-seat-section .seat-card__body>a[href="/lien-he"]{font-family:"Be Vietnam Pro",Arial,sans-serif!important;font-style:normal!important;letter-spacing:normal!important}

/* Desktop package proportions: outer cards equal, centre card slightly taller. */
@media(min-width:901px){
  .rep-packages-grid{align-items:center!important;grid-template-columns:repeat(3,minmax(0,300px))!important;max-width:1000px!important;gap:24px!important;grid-auto-rows:650px!important}
  .rep-plan,.rep-plan.business,.rep-plan.economy{height:650px!important;min-height:650px!important;max-height:650px!important;overflow:hidden!important;align-self:center!important}
  .rep-plan.standard{height:700px!important;min-height:700px!important;max-height:700px!important;align-self:center!important;overflow:hidden!important}
}

/* Final representative-package controls: keep every CTA visible and unify ribbon typography. */
.rep-plan{position:relative!important;padding-bottom:92px!important}
.rep-plan>ul{padding-bottom:8px!important;margin-bottom:0!important}
.rep-plan>a,
.rep-plan>button,
.rep-plan>[data-package-consult]{
  display:flex!important;
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  bottom:26px!important;
  width:auto!important;
  min-width:150px!important;
  min-height:42px!important;
  margin:0!important;
  padding:11px 18px!important;
  align-items:center!important;
  justify-content:center!important;
  transform:translateX(-50%)!important;
  visibility:visible!important;
  opacity:1!important;
  overflow:visible!important;
  z-index:999!important;
  border:0!important;
  border-radius:6px!important;
  background:#1685ed!important;
  color:#fff!important;
  font:800 13px/1.2 "Be Vietnam Pro",Arial,sans-serif!important;
  white-space:nowrap!important;
}
.rep-plan-popular{
  top:4px!important;
  width:270px!important;
  max-width:calc(100% - 24px)!important;
  padding:8px 12px!important;
  overflow:visible!important;
  font-family:"Be Vietnam Pro",Arial,sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.15px!important;
  white-space:nowrap!important;
  text-transform:uppercase!important;
}

/* Content-driven package heights: all cards follow the tallest card and CTAs
   stay in normal flex flow at the bottom, even when benefits are added later. */
.rep-packages-grid{
  align-items:stretch!important;
  grid-auto-rows:auto!important;
}
.rep-plan,
.rep-plan.standard,
.rep-plan.business,
.rep-plan.economy{
  display:flex!important;
  flex-direction:column!important;
  align-self:stretch!important;
  height:auto!important;
  min-height:650px!important;
  max-height:none!important;
  overflow:visible!important;
  padding-bottom:26px!important;
}
.rep-plan>ul{
  flex:1 0 auto!important;
  margin-bottom:22px!important;
  padding-bottom:0!important;
}
.rep-plan>a,
.rep-plan>button,
.rep-plan>[data-package-consult]{
  position:static!important;
  order:20!important;
  align-self:center!important;
  flex:0 0 auto!important;
  transform:none!important;
  margin:auto auto 0!important;
}
.rep-plan-note{order:30!important;margin:10px 4px 0!important;text-align:center!important;color:#765e47!important;font:700 10.5px/1.45 "Be Vietnam Pro",Arial,sans-serif!important;white-space:nowrap!important}
@media(max-width:750px){
  .rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{min-height:0!important}
}

/* Featured BUSINESS card is taller; outer cards remain content-driven. */
@media(min-width:751px){
  .rep-packages-grid{align-items:stretch!important;padding-top:20px!important;padding-bottom:20px!important}
  .rep-plan:not(.standard){margin-top:20px!important;margin-bottom:20px!important}
  .rep-plan.standard{margin-top:0!important;margin-bottom:0!important}
}
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{
  border-radius:16px!important;
  overflow:hidden!important;
}

/* Continuous TikTak-style attention motion without moving the fixed widget. */
.floating-contact-actions .float-action>span{
  transform-origin:center;
  animation:uplandContactAttention 2.8s ease-in-out infinite!important;
}
.floating-contact-actions .float-visit>span{animation-delay:0s!important}
.floating-contact-actions .float-facebook>span{animation-delay:.35s!important}
.floating-contact-actions .float-zalo>span{animation-delay:.7s!important}
.floating-contact-actions .float-action::before,
.floating-contact-actions .float-action::after{
  animation:uplandContactWave 2.4s ease-out infinite!important;
}
.floating-contact-actions .float-action::after{animation-delay:1.2s!important}
.floating-contact-actions .float-facebook::before{animation-delay:.35s!important}
.floating-contact-actions .float-facebook::after{animation-delay:1.55s!important}
.floating-contact-actions .float-zalo::before{animation-delay:.7s!important}
.floating-contact-actions .float-zalo::after{animation-delay:1.9s!important}
.floating-contact-actions .float-hotline::after{
  border:0!important;
  background:#ffa20a!important;
  opacity:.22;
  z-index:0;
  animation:uplandContactWave 2.4s .95s ease-out infinite!important;
}
.floating-contact-actions .float-hotline>span{position:relative!important;z-index:1}
.floating-contact-actions .float-hotline>i::before{
  transform-origin:50% 60%;
  animation:uplandPhoneAttention 2.6s .25s ease-in-out infinite!important;
}
@keyframes uplandContactAttention{
  0%,62%,100%{transform:translateY(0) scale(1) rotate(0)}
  69%{transform:translateY(-3px) scale(1.06) rotate(-4deg)}
  76%{transform:translateY(1px) scale(1.03) rotate(4deg)}
  83%{transform:translateY(-2px) scale(1.05) rotate(-2deg)}
  90%{transform:translateY(0) scale(1) rotate(0)}
}
@keyframes uplandContactWave{
  0%{transform:scale(1);opacity:.24}
  72%,100%{transform:scale(1.75);opacity:0}
}
@keyframes uplandPhoneAttention{
  0%,60%,100%{transform:translateY(3px) rotate(0) scale(1)}
  67%{transform:translateY(3px) rotate(-14deg) scale(1.08)}
  74%{transform:translateY(3px) rotate(14deg) scale(1.08)}
  81%{transform:translateY(3px) rotate(-10deg) scale(1.05)}
  88%{transform:translateY(3px) rotate(8deg) scale(1.03)}
  94%{transform:translateY(3px) rotate(0) scale(1)}
}
@media(prefers-reduced-motion:reduce){
  .floating-contact-actions .float-action>span,
  .floating-contact-actions .float-action::before,
  .floating-contact-actions .float-action::after,
  .floating-contact-actions .float-hotline::after,
  .floating-contact-actions .float-hotline>i::before{animation:none!important}
}

/* Large overlapping popular-plan tab, matching the supplied reference. */
.rep-plan.standard{overflow:visible!important}
.rep-plan-popular{
  top:-31px!important;
  left:50%!important;
  width:calc(100% - 46px)!important;
  max-width:300px!important;
  min-height:52px!important;
  padding:13px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(204,145,0,.28)!important;
  border-radius:19px!important;
  background:linear-gradient(180deg,#ffda62 0%,#ffc436 100%)!important;
  color:#2f281d!important;
  box-shadow:0 6px 13px rgba(135,88,0,.22)!important;
  font:800 13px/1.15 Arial,Helvetica,sans-serif!important;
  letter-spacing:.15px!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
}
@media(max-width:750px){
  .rep-plan-popular{top:-26px!important;width:calc(100% - 34px)!important;min-height:46px!important;padding:11px 12px!important;font-size:11px!important}
}

/* Clear crown mark and pronounced 3D hover for all three package cards. */
.rep-plan-popular{gap:10px!important;font-family:"Be Vietnam Pro",Arial,sans-serif!important;font-size:13px!important;font-weight:800!important}
.rep-plan-popular::before{content:"♛";display:inline-block;color:#2f281d;font:900 22px/1 "Times New Roman",serif;transform:translateY(-1px)}
.rep-packages-grid{perspective:1200px}
.rep-plan,.rep-plan.standard,.rep-plan.business,.rep-plan.economy{transform:translateZ(0)!important;transition:transform .32s cubic-bezier(.2,.75,.25,1),box-shadow .32s ease,filter .32s ease!important;transform-origin:center bottom}
@media(hover:hover) and (pointer:fine){
  .rep-plan:hover,.rep-plan.standard:hover,.rep-plan.business:hover,.rep-plan.economy:hover{z-index:20!important;transform:translateY(-5px) translateZ(10px) scale(1.008)!important;box-shadow:0 14px 28px rgba(28,24,20,.14),0 5px 12px rgba(28,24,20,.08)!important;filter:saturate(1.02)}
}
@media(max-width:750px){.rep-plan-popular{font-size:11px!important}.rep-plan-popular::before{font-size:19px}}

/* Keep the hotline number centred inside the orange area. */
.floating-contact-actions .float-hotline{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 45px!important;
  align-items:center!important;
  width:185px!important;
  padding:0!important;
}
.floating-contact-actions .float-hotline>span,
.floating-contact-actions .float-hotline:hover>span,
.floating-contact-actions .float-hotline:focus-visible>span{
  position:static!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:45px!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  transform:none!important;
}
.floating-contact-actions .float-hotline>i{grid-column:2!important;grid-row:1!important}
.floating-contact-actions .float-hotline>span{grid-column:1!important;grid-row:1!important}

/* Round the coloured package header so it follows the card corners. */
.rep-plan::before,.rep-plan::after{border-radius:14px 14px 0 0!important}
.rep-plan.standard::before,.rep-plan.standard::after{border-radius:11px 11px 0 0!important}

/* Keep the full company name on one line beside the header logo. */
.site-header .brand{
  flex-shrink:0!important;
  max-width:none!important;
  overflow:visible!important;
  font-size:19px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:1.1px!important;
  white-space:nowrap!important;
}
@media(min-width:701px) and (max-width:1100px){.site-header .brand{font-size:17px!important;letter-spacing:.8px!important}}

/* Clean package headers: the card owns the rounded corner while the diagonal
   colour reaches the edge without producing a dark seam or a coloured bump. */
.rep-plan::before{
  border-radius:14px 14px 0 0!important;
}
.rep-plan::after{
  right:-1px!important;
  border-radius:0!important;
}
.rep-plan.standard::before{
  border-radius:11px 11px 0 0!important;
}
.rep-plan.standard::after{
  right:-1px!important;
  border-radius:0 11px 0 0!important;
}

/* Add breathing room between the company name and the first navigation item. */
@media(min-width:1001px){
  .site-header .nav-wrap{justify-content:flex-start!important}
  .site-header .main-nav{margin-left:34px!important}
}

/* Slightly enlarge the desktop header logo. */
@media(min-width:701px){.site-header .brand-logo{height:53px!important}}

/* Light cream backing keeps the dark lettering in the footer logo readable. */
.site-footer.has-footer-banner .footer-logo{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  min-height:178px!important;
  padding:12px 16px!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:20px!important;
  background:rgba(255,252,247,.92)!important;
  box-shadow:0 14px 34px rgba(18,12,9,.18)!important;
  backdrop-filter:blur(5px)!important;
}
.site-footer.has-footer-banner .footer-logo img{max-width:205px!important;height:150px!important}

/* Unified public-site typography using Arial across navigation, headings,
   content and form controls. */
:root{--upland-typeface:"Roboto Condensed","Arial Narrow",Arial,sans-serif}
html{zoom:1.05}
html,body,button,input,select,textarea{font-family:var(--upland-typeface)!important}
body{
  font-weight:400;
  letter-spacing:.012em;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  font-kerning:normal;
}
body :where(h1,h2,h3,h4,h5,h6,p,a,button,label,input,select,textarea,blockquote,li,dt,dd,th,td,caption,span,strong,small,em):not([data-font-family-preserve]):not([data-icon-font]){
  font-family:var(--upland-typeface)!important;
}
body :where(h1,h2,h3,h4,h5,h6):not([data-font-family-preserve]):not([data-icon-font]){
  font-weight:600;
  letter-spacing:.008em!important;
  font-kerning:normal;
}
body :where(p,li,dt,dd,td,blockquote){letter-spacing:.012em}
body :where(.main-nav,.nav-submenu,button,.btn-primary,.text-link,label,th){letter-spacing:.018em}
body :where(.eyebrow,.section-kicker,.page-eyebrow){letter-spacing:.14em}

/* Clearly mark the current top-level page in the public navigation. */
.site-header .main-nav>a.nav-current:not(.nav-cta),
.site-header .main-nav>.nav-group>.nav-parent.nav-current{
  background:#fff0e8!important;
  color:#ed6428!important;
  box-shadow:inset 0 0 0 1px rgba(229,103,42,.06)!important;
  transform:none!important;
}
.site-header .main-nav>a.nav-current:not(.nav-cta):hover,
.site-header .main-nav>.nav-group>.nav-parent.nav-current:hover{
  background:#ffe7d9!important;
  color:#d9541d!important;
}
.site-header .main-nav>.nav-cta.nav-current{
  box-shadow:0 10px 24px rgba(229,103,42,.30),0 0 0 3px rgba(229,103,42,.13)!important;
}

/* Popup title: use the solid Black weight of the site's Roboto Condensed. */
.welcome-popup__card--overlay .welcome-popup__form h2,
.welcome-popup__card--overlay .welcome-popup__form h2 *{
  font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;
  font-weight:900!important;
  font-style:normal!important;
  letter-spacing:.012em!important;
  text-shadow:none!important;
  -webkit-text-stroke:0!important;
  font-synthesis:none;
}
.welcome-popup__card--overlay .welcome-popup__eyebrow{
  font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif!important;
  font-weight:900!important;
  text-shadow:none!important;
  -webkit-text-stroke:0!important;
}
