/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Biến màu, reset, layout dùng chung và thành phần dùng lại */

:root {
    --brand-blue: #071a9a;
    --brand-cobalt: #1236d1;
    --brand-sky: #23a9ff;
    --brand-pink: #ff176f;
    --brand-yellow: #e8ff16;
    --ink: #10152c;
    --muted: #667085;
    --line: #e7eaf2;
    --surface: #f6f8fc;
    --white: #fff;
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 34px;
    --shadow: 0 24px 70px rgba(14,28,91,.14);
    --font: "Be Vietnam Pro",Arial,sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: #fff;
    line-height: 1.65;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,input,select,textarea {
    font: inherit;
}

.page-shell {
    margin-inline: auto;
}

.section-space {
    padding: 110px 0;
}

.button {
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;    line-height: normal;
}

.button:hover {
    transform: translateY(-2px);
}

.button--brand {
    background: linear-gradient(100deg,var(--brand-cobalt),var(--brand-sky));
    color: #fff;    text-transform: none;
    box-shadow: 0 10px 25px rgba(18,54,209,.25);
}

.button--accent {
    background: linear-gradient(100deg,var(--brand-pink),#ff6f6f);
    color: #fff;
}

.button--full {
    width: 100%;
}

.text-link {
    border: 0;
    background: none;
    padding: 0;
    color: var(--brand-cobalt);
    font-weight: 800;
    cursor: pointer;
}

.section-kicker {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1.8;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    background-image: linear-gradient(
        100deg,
        #163ee8 0%,
        #3173f4 25%,
        #6949e6 55%,
        #c64fd0 78%,
        #f05cab 100%
    );

    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-kicker--light {
    color: #7ee6ff;
}
.section-kicker--light {
    background-image: linear-gradient(100deg, #7ee6ff 0%, #a3b8ff 45%, #ff9ccb 100%);
}
.section-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

.section-heading h1, .section-heading h2,.overview-section h2,.location-section h2,.developer-section h2,.faq-section h2,.lead-section h2 {
    font-size: clamp(34px,4vw,58px);
    line-height: 1.08;
    margin: 0 0 18px;
    letter-spacing: -.045em;
}

.section-heading p {
    color: var(--muted);
    margin: 0;
}

.section-heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 60px;
    align-items: end;
}

.section-heading--split p {
    padding-bottom: 8px;
}

.section-heading--light h2 {
    color: #fff;
}

.section-heading--light p {
    color: #c8d4ff;
}

.plan-tabs,.apartment-section__tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.plan-tabs button,.apartment-section__tabs button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
    cursor: pointer;
}

.plan-tabs button.is-active,.apartment-section__tabs button.is-active {
    background: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue);
}

.section-cta {
    text-align: center;
    margin-top: 28px;
}

/* Section tổng quan dự án */

.overview-section {
    background: #fff;
}

.overview-section__canvas {
    display: grid;
    grid-template-columns:auto;
    grid-template-rows: auto auto;
    gap: 22px;
}

.overview-section__image {
    margin: 0;
    grid-row: span 2;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #eef3ff;
    min-height: 620px;
}

.overview-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-section__image figcaption {
    position: absolute;
    left: 20px;
    bottom: 18px;
    background: rgba(7,20,90,.78);
    color: #fff;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 12px;
}

.overview-section__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.overview-section__stats article {
    background: linear-gradient(145deg,#0a1b9e,#256af0);
    color: #fff;
    border-radius: var(--radius-md);
    padding: 28px;
}

.overview-section__stats strong {
    display: block;
    font-size: 40px;
    line-height: 1;
}

.overview-section__stats span {
    font-size: 13px;
    color: #dce8ff;
}

.overview-section__details {
    background: var(--surface);
    border-radius: var(--radius-md);
    padding: 22px;
    display: grid;    margin-top: 1rem;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.overview-section__details div {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
}

.overview-section__details span {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 5px;
}

.overview-section__details strong {
    font-size: 14px;
}
@media (max-width: 1399px) {
    .usp-section .colum-usp{flex-basis: 90%; max-width: 90%;}

}    
@media (max-width: 991px) {
    .overview-section__stats strong { font-size: 1.7rem;}

}    
@media only screen and (max-width: 480px) {
    .overview-section__canvas {  grid-template-columns: none;}
    .overview-section__image{min-height: 9rem}
    .overview-section__stats strong { font-size: 1.5rem; }


}    

/* 04-usp */

.usp-section {
    background: radial-gradient(circle at 10% 0%,#233bd3 0%,#0a166f 42%,#050a38 100%);
    color: #fff;
    overflow: hidden;
}

.usp-section__rail {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 16px;
}

.usp-card {
    min-height: 270px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.07);
    border-radius: 26px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.usp-card--large {
    grid-row: span 2;
    min-height: 556px;
    background: linear-gradient(160deg,rgba(58,115,255,.35),rgba(255,255,255,.06));
}

.usp-card--accent {
    background: linear-gradient(150deg,#ff1f78,#ff6b6b);
    border-color: transparent;
}

.usp-card__index {
    font-size: 12px;
    letter-spacing: .16em;
    color: #8eeaff;
}

.usp-card small {
    color: #b9c7f7;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.usp-card h3 {
    font-size: 28px;
    line-height: 1.15;
    margin: 10px 0;    color: #fff;
}

.usp-card p {
    color: #d7def7;
    margin: 0;
}

.usp-card>strong {
    font-size: 54px;
    line-height: 1;
    color: rgba(255,255,255,.28);
    align-self: flex-end;
}
@media only screen and (max-width: 480px) {
    .usp-section__rail { grid-template-columns: none; }
    .usp-card--large{min-height: auto;}


}  
/* 05-location */
.location-section {
    position: relative;
    overflow: hidden;
    background-color: #f6f8fb;
}

.location-section::before {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(78, 99, 245, 0.12) 0%,
        rgba(78, 99, 245, 0) 72%
    );
    content: "";
    pointer-events: none;
}

.location-section__intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 48px;
}

.location-section__heading {
    max-width: 720px;
}

.location-section__heading h2 {
    margin: 10px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.location-section__description {
    max-width: 520px;
}

.location-section__description p {
    margin: 0 0 24px;
    color: #4d5772;
    font-size: 17px;
    line-height: 1.75;
}

.location-section__connections {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 1rem;
}

.location-connection {
    position: relative;
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 28px;
    min-height: 245px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid rgba(21, 45, 137, 0.12);
    border-radius: 28px;
    background-color: #ffffff;
    box-shadow: 0 18px 50px rgba(27, 45, 103, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}
.location-connection--wide {
    grid-column: 1 / -1;
    min-height: 210px;
}
.location-connection:hover {
    transform: translateY(-6px);
    border-color: rgba(50, 90, 240, 0.28);
    box-shadow: 0 26px 60px rgba(27, 45, 103, 0.14);
}

.location-connection--featured {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(
        135deg,
        #173fd8 0%,
        #274fe2 38%,
        #673fdd 72%,
        #e14ea9 100%
    );
}

.location-connection--featured::after {
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
}

.location-connection__time {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 24px;
    border-right: 1px solid rgba(18, 46, 142, 0.14);
}

.location-connection--featured .location-connection__time {
    border-right-color: rgba(255, 255, 255, 0.25);
}

.location-connection__time strong {
    display: block;
    color: #173fd8;
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.location-connection--featured .location-connection__time strong {
    color: #ffffff;
}

.location-connection__time span {
    margin-top: 9px;
    color: #7180a8;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.location-connection--featured .location-connection__time span {
    color: rgba(255, 255, 255, 0.78);
}

.location-connection__body {
    position: relative;
    z-index: 1;
}

.location-connection__label {
    display: inline-block;
    margin-bottom: 12px;
    color: #4361d8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.location-connection--featured .location-connection__label {
    color: #9de6ff;
}

.location-connection__body h3 {
    margin: 0 0 12px;
    color: #121d54;
    font-family: var(--font-heading);
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 750;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.location-connection--featured .location-connection__body h3 {
    color: #ffffff;
}

.location-connection__body p {
    margin: 0;
    color: #5d6681;
    font-size: 15px;
    line-height: 1.7;
}

.location-connection--featured .location-connection__body p {
    color: rgba(255, 255, 255, 0.82);
}

.location-section__map {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
    background-color: #dce8ec;
    box-shadow: 0 24px 70px rgba(17, 43, 86, 0.14);
}

.location-section__map img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.location-section__map figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 540px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: #ffffff;
    background-color: rgba(5, 21, 79, 0.82);
    backdrop-filter: blur(12px);
    font-size: 12px;
    line-height: 1.55;
}
@media (max-width: 1399px) {
    .location-section__heading h2,.section-heading h1, .section-heading h2, .overview-section h2, .location-section h2, .developer-section h2, .faq-section h2, .lead-section h2
     { font-size: 2.8rem;}
    .connect-loca{flex-basis: 85%;     max-width: 85%;}
    .masterplan-section__highlights .large-2 {  flex-basis: 19%;     max-width: 19%;    }

}  
/* ==================================================
   HIỂN THỊ MENU MOBILE TRÊN IPAD NGANG
   Áp dụng từ 850px đến 1100px
================================================== */
@media only screen and (min-width: 850px) and (max-width: 1100px) {

    /* Ẩn toàn bộ menu desktop trong header */
    #header .header-nav-main,
    #header .desktop-nav,
    #header .hide-for-medium {
        display: none !important;
    }

    /* Hiển thị thành phần menu mobile của Flatsome */
    #header .mobile-nav,
    #header .show-for-medium {
        display: flex !important;
    }

    /* Căn logo bên trái và nút menu bên phải */
    #header .header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    /* Khu vực logo */
    #header #logo {
        margin-right: auto !important;
    }

    /* Khu vực nút hamburger */
    #header .mobile-nav {
        margin-left: auto !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    /* Điều chỉnh kích thước biểu tượng menu */
    #header .mobile-nav .nav-icon a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
    }

    #header .mobile-nav .nav-icon i {
        font-size: 2rem !important; color: #000;
    }

    
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .top-location>div,.top-masterplan>div,.form-tuvan>div{flex-basis: 50%; max-width: 50%;}
    .connect-loca,.map-location>div,.bottom-masterplan>div,.top-apartment>div{flex-basis: 100%; max-width: 100%;}

    .masterplan-section__highlights .large-2 { flex-basis: 33%; max-width: 33%; }

    .top-apartment  .section-heading{max-width: 100%;}









}    
@media (max-width: 991px) {
    .location-connection__time strong{font-size: 3rem}
    
    .location-section__heading h2, .section-heading h1, .section-heading h2, .overview-section h2, .location-section h2, .developer-section h2, .faq-section h2, .lead-section h2 {font-size: 2.5rem; }
    .location-connection { grid-template-columns: 86px minmax(0, 1fr); padding: 25px;}

    .masterplan-section__highlights .large-2 {flex-basis: 50%;max-width: 50%;}
    .usp-card>strong {font-size: 3rem;}



} 
@media only screen and (max-width: 767px) {
    .overview-section__stats article { padding: 20px;}
    .top-location>div,.top-masterplan>div,.form-tuvan>div{flex-basis: 50%; max-width: 50%;}
    .connect-loca,.map-location>div,.bottom-masterplan>div,.top-apartment>div{flex-basis: 100%; max-width: 100%;}

    .masterplan-section__highlights .large-2 { flex-basis: 50%; max-width: 50%; }   
    .overview-section__stats strong {
        font-size: 1.5rem;
    }
    .overview-section__stats article { padding: 18px; }

    .usp-card h3 {font-size: 1.5rem;}

    .apartment-section .tab-panels {padding: 2rem 1rem; }


}
@media only screen and (max-width: 480px) {
    .location-connection__time strong{font-size: 3rem}
    .location-section__connections { grid-template-columns: repeat(1, minmax(0, 1fr));  margin-bottom: 1rem;}
    .location-connection {grid-template-columns: 90px minmax(0, 1fr);  gap: 1rem; min-height: auto;   padding: 1rem;  border-radius: 1rem;}




}    
.lead-section {
    color: #ffffff;
    background:
        radial-gradient(
            circle at 95% 10%,
            #36b9ff 0%,
            #1732bf 35%,
            #071166 100%
        );
}

.lead-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 70px;
    align-items: center;
}

.lead-section__copy p,
.lead-section__copy li {
    color: #dbe5ff;
}

.lead-section__copy ul {
    display: grid;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.lead-section__copy li {
    position: relative;    margin-left: 0 !important;
    padding-left: 28px;
}

.lead-section__copy li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            #72d8ff 0%,
            #f05cab 100%
        );
    content: "";
}

.lead-form-shell {
    width: 100%;
}
.lead-form {
    position: relative;
    width: 100%;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    color: #101a4d;
    background-color: #ffffff;
    box-shadow: 0 24px 70px rgba(5, 18, 92, 0.18);
}

.lead-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lead-form__field {
    display: block;
    min-width: 0;
    margin-bottom: 18px;
}

.lead-form__field > label {
    display: block;
    margin-bottom: 7px;
    color: #101a4d;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.lead-form__required {
    color: #e32636;
}

.lead-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.lead-form input[type="text"],
.lead-form input[type="tel"],
.lead-form input[type="email"],
.lead-form select,
.lead-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid #ccd5e8;
    border-radius: 14px;
    outline: none;
    color: #101a4d;
    background-color: #ffffff;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.lead-form input[type="text"],
.lead-form input[type="tel"],
.lead-form input[type="email"],
.lead-form select {
    
    padding: 0 44px 0 15px;
}

.lead-form input[type="text"],
.lead-form input[type="tel"],
.lead-form input[type="email"] {
    padding-right: 15px;
}

.lead-form textarea {
    min-height: 116px;
    padding: 14px 15px;
    resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
    color: #929bb5;
    opacity: 1;
}

/*
 * Reset select để tránh CSS của Flatsome,
 * Bootstrap hoặc theme WordPress can thiệp.
 */
.lead-form select {
    position: relative;
    cursor: pointer;
    text-indent: 0;
    text-overflow: ellipsis;
    appearance: auto;
    -webkit-appearance: menulist;
    -moz-appearance: auto;border-radius: 14px !important;    background-image: none;
}

.lead-form select option {
    color: #101a4d;
    background-color: #ffffff;
    font-family: var(--font-body);
    font-size: 14px;
}

.lead-form select option:first-child {
    color: #929bb5;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: #2448f5;
    background-color: #fbfcff;
    box-shadow: 0 0 0 4px rgba(36, 72, 245, 0.1);
}

.lead-form .wpcf7-not-valid {
    border-color: #d92d20;
    background-color: #fff8f7;
}

.lead-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 6px;
    color: #d92d20;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.lead-form__consent {
    margin: 2px 0 20px;
    color: #4f5874;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.lead-form__consent .wpcf7-form-control-wrap {
    display: block;
}

.lead-form__consent .wpcf7-acceptance {
    display: block;
}

.lead-form__consent .wpcf7-list-item {
    display: block;
    margin: 0;
}

.lead-form__consent .wpcf7-list-item > label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    cursor: pointer;
}

.lead-form__consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    padding: 0;
    border: 1px solid #8e98b3;
    border-radius: 3px;
    accent-color: #2448f5;
    cursor: pointer;
}

.lead-form__consent .wpcf7-list-item-label {
    display: block;
    color: #4f5874;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.lead-form__submit {
    position: relative;
}

.lead-form .wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 13px 22px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background:
        linear-gradient(
            100deg,
            #2448f5 0%,
            #6949e6 55%,
            #f05cab 100%
        );
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.lead-form .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(54, 62, 201, 0.25);
}

.lead-form .wpcf7-submit:focus-visible {
    outline: 3px solid rgba(36, 72, 245, 0.25);
    outline-offset: 3px;
}

.lead-form .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.lead-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 18px;
    margin: 0;
    transform: translateY(-50%);
}

.lead-form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.lead-form .wpcf7 form.sent .wpcf7-response-output,
.lead-form form.sent .wpcf7-response-output {
    border-color: #8fd9ae;
    color: #027a48;
    background-color: #ecfdf3;
}

.lead-form .wpcf7 form.invalid .wpcf7-response-output,
.lead-form .wpcf7 form.unaccepted .wpcf7-response-output,
.lead-form .wpcf7 form.failed .wpcf7-response-output,
.lead-form form.invalid .wpcf7-response-output,
.lead-form form.unaccepted .wpcf7-response-output,
.lead-form form.failed .wpcf7-response-output {
    border-color: #f0aaa3;
    color: #b42318;
    background-color: #fff4f2;
}
@media (max-width: 720px) {
    .lead-form {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .lead-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .lead-form input[type="text"],
    .lead-form input[type="tel"],
    .lead-form input[type="email"],
    .lead-form select,
    .lead-form textarea {
        font-size: 16px;
    }

    .lead-form input[type="text"],
    .lead-form input[type="tel"],
    .lead-form input[type="email"],
    .lead-form select {
        height: 50px;
    }
}

.apartment-section .slider img{border-radius: 1rem !important}
.apartment-section .tab a{border: 0;    padding: 0.2rem 1rem;}
.apartment-section .tab.active a{background:var(--brand-blue);color:#fff;    border: 0;}

.tag-apartment{color: var(--brand-cobalt); font-weight: 800;}
.apartment-section .tab-panels{background: #fff; padding: 2rem 2rem; margin-top: 1rem; border-radius: 1rem;}

.apartment-section h5{font-size: 150%;    line-height: 130%;}


.social-icons a{padding: 0 !important}


/*Giá*/
.pricing-section{background:#fff}
.pricing-section__table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px}
.pricing-section table{width:100%;min-width:700px;border-collapse:collapse}
.pricing-section th,.pricing-section td{padding:18px;text-align:left;border-bottom:1px solid var(--line)}
.pricing-section th{background:#09166e;color:#fff}
.status-chip{display:inline-block;background:#edf3ff;color:var(--brand-cobalt);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}
.pricing-section__note{font-size:13px;color:var(--muted);    margin-top: 1rem;}

.pricing-section tbody tr:last-child,.pricing-section tbody tr:last-child td{border-bottom: 0;    padding-bottom: 0;}

/* Bảng giá 3 cột sau khi bỏ cột trạng thái */
.pricing-section__table {
    width: 100%;
    table-layout: fixed;
}

.pricing-section__table th:first-child,
.pricing-section__table td:first-child {
    width: 30%;
}

.pricing-section__table th:nth-child(2),
.pricing-section__table td:nth-child(2) {
    width: 27%;
}

.pricing-section__table th:nth-child(3),
.pricing-section__table td:nth-child(3) {
    width: 43%;
}
/* Section: Mặt bằng tiện ích */
.masterplan-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 10%, rgba(47, 112, 244, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}



.masterplan-section__highlights article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    min-height: 210px;
    padding: 22px 18px;
    border: 1px solid rgba(24, 55, 154, 0.11);
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 40px rgba(19, 39, 112, 0.07);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.masterplan-section__highlights article:hover {
    transform: translateY(-5px);
    border-color: rgba(48, 91, 235, 0.28);
    box-shadow: 0 22px 48px rgba(19, 39, 112, 0.12);
}

.masterplan-section__highlights article > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #214be7 0%, #6b48df 55%, #ef579f 100%);
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 800;
}

.masterplan-section__highlights small {
    display: block;
    margin-bottom: 8px;
    color: #4263d9;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.masterplan-section__highlights h3 {
    margin: 0 0 10px;
    color: #111d56;
    font-family: var(--font-heading);
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.masterplan-section__highlights p {
    margin: 0;
    color: #69718a;
    font-size: 13px;
    line-height: 1.65;
}

.masterplan-section__visual {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(20, 54, 150, 0.12);
    border-radius: 30px;
    background-color: #d8eef0;
    box-shadow: 0 28px 80px rgba(16, 39, 103, 0.16);
}

.masterplan-section__zoom {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.masterplan-section__zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
}

.masterplan-section__zoom:hover img {
    transform: scale(1.012);
}

.masterplan-section__zoom > span {
    position: absolute;
    right: 22px;
    bottom: 22px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    color: #ffffff;
    background-color: rgba(6, 22, 75, 0.82);
    backdrop-filter: blur(12px);
    font-size: 12px;
    font-weight: 700;
}

.masterplan-section__visual figcaption {
    padding: 15px 20px;
    color: #64708b;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
}

.masterplan-section__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
footer .button.icon i { font-size: 1.2em; width: 2rem; height: 2rem; line-height: 2rem; top: 3px; }

@media(max-width:1024px){.site-header__toggle{display:block;margin-left:auto}.site-header__nav{display:none;position:absolute;top:76px;left:16px;right:16px;background:#fff;color:var(--ink);border-radius:20px;padding:18px;box-shadow:var(--shadow);flex-direction:column}.site-header__nav.is-open{display:flex}.site-header__phone,.site-header__actions .button{display:none}.section-heading--split,.overview-section__canvas,.location-section__intro,.amenities-section__story,.developer-section__frame,.faq-section__grid,.lead-section__grid{grid-template-columns:1fr}.overview-section__image{grid-row:auto;min-height:480px}.usp-section__rail{grid-template-columns:1fr 1fr}.usp-card--large{grid-row:auto;min-height:320px}.amenities-section__visual{position:relative;top:auto}.developer-section__cards{grid-template-columns:1fr 1fr}.faq-section__intro{position:static}.gallery-section__stage{grid-template-columns:1fr 1fr;grid-template-rows:300px 240px}.gallery-card--hero{grid-row:auto;grid-column:span 2}.gallery-card--wide{grid-column:auto}.policy-section__grid{grid-template-columns:1fr 1fr}}



@media only screen and (max-width: 480px) {
    .usp-section__rail { grid-template-columns: none; }
    .top-location>div,.form-tuvan>div,.top-masterplan>div{ flex-basis: 100%;     max-width: 100%;   }
    .masterplan-section__highlights .large-2 { flex-basis: 100%; max-width: 100%; }
    .masterplan-section__highlights article {  grid-template-columns: 4rem minmax(0, 1fr); min-height: auto}
    .masterplan-section__highlights article > span {width: 3rem; height: 3rem;font-size: 1.5rem; }

    .apartment-section .tab-panels { background: transparent;  padding: 0rem 0rem;  margin-top: 1rem;  border-radius: 1rem;}
}   


/* Khung nội dung popup */
#popuptuvan {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background:#fff;
}
#popuptuvan form{margin-bottom: 0;}
.apartment-section  .button--brand {
    border-radius: 999px !important;
    padding: 11px 22px;
    min-height: auto;
}
.border-r{border-radius: 999px !important;}
/* Loại bỏ khoảng cách dư của section */
#form-tu-van-can-ho .section {
    padding: 0;
}

/* Form */
.popup-contact-form label {
    display: block;
    margin-bottom: 14px;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
}

/* Các trường nhập liệu */
.popup-contact-form input[type="text"],
.popup-contact-form input[type="tel"],
.popup-contact-form input[type="email"],
.popup-contact-form select,
.popup-contact-form textarea {
    width: 100%;
    min-height: 48px;
    margin-top: 6px;
    padding: 10px 14px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
}

/* Nút gửi */
.popup-contact-form input[type="submit"] {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 0;
    border-radius: 6px;
    background: #ef5a22;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.popup-contact-form input[type="submit"]:hover {
    background: #d94b15;
}

/* Nút đóng popup */
.mfp-close {
    top: 5px !important;
    right: 5px !important;
    opacity: 1 !important;
}

/* Hiển thị trên điện thoại */
@media only screen and (max-width: 549px) {
    #popup-tu-van {
        max-width: calc(100vw - 24px);
        max-height: calc(100vh - 30px);
        overflow-y: auto;
        border-radius: 10px;
    }

    #popup-tu-van .section-content {
        padding: 20px;
    }
    .section-heading { max-width: 100%;  margin-bottom: 1rem;}
    .location-section__heading h2, .section-heading h1, .section-heading h2, .overview-section h2, .location-section h2, .developer-section h2, .faq-section h2, .lead-section h2 { font-size: 2.2rem; letter-spacing: 0em;}
    .usp-section .colum-usp { flex-basis: 100%; max-width: 100%; }
    .top-masterplan>div{padding-bottom: 0rem;}
    #main-menu li.menu-item a{color: #000;}
}