﻿:root {
    --ll-bg: #eef2f8;
    --ll-surface: #ffffff;
    --ll-text: #0f172a;
    --ll-muted: #64748b;
    --ll-primary: #2563eb;
    --ll-primary-2: #34a6ff;
    --ll-border: rgba(15, 23, 42, .08);
    --ll-shadow: 0 18px 48px rgba(15, 23, 42, .10);
    --ll-shadow-soft: 0 10px 30px rgba(15, 23, 42, .08);
    --ll-radius-xl: 28px;
    --ll-radius-lg: 22px;
    --ll-radius-md: 16px;
}

* {
    box-sizing: border-box;
}

body {
    background: var(--ll-bg);
}

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

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container_section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}




.hn-global-back-btn {
   
    left: 100px;
    top: 88px;
    z-index: 9998;

 
}
.fa-message {
    color: white;
}

/* =========================================================
   HERO
========================================================= */

.home-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 3/1;
    min-height: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-attachment: fixed;
    background-color: #f5f7fb;
    overflow: hidden;
    z-index: 1;
}

    .home-hero::before {
        content: none !important;
        display: none !important;
    }

    .home-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.22);
        z-index: 1;
        pointer-events: none;
    }

.home-hero-shell {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.landlord-hero-card {
    position: relative;
    min-height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    isolation: isolate;
}

.home-hero-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: clamp(20px, 3vw, 34px);
}

.home-header-left-box {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-width: 0;
    flex: 1 1 auto;
    text-decoration: none;
    filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.14));
}

.img_logo,
.img_logo_header {
    height: clamp(38px, 3vw, 48px) !important;
    width: auto;
}

.home-header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.home-header-left-top {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1.3) !important;
}

.home-header-left-tagline {
    display: none;
}

.hn-fav-menu {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3) !important;
}

.home-header-right-box {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 0 0 auto;
    text-align: right;
}

.home-header-right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 1.1rem !important;
}

    .home-header-right-top > a,
    .home-header-right-top .account-trigger,
    .home-header-right-top .nav-post,
    .home-header-right-top .header-favorite-link,
    .home-header-right-top .favorite-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: clamp(38px, 3vw, 42px);
        padding: 0 clamp(12px, 1.4vw, 16px);
        border-radius: 999px;
        /*background: rgba(255,255,255,.96);*/
        border: 1px solid rgba(46, 144, 250, .16);
        color: white !important;
        text-decoration: none !important;
        font-size: clamp(.82rem, 1vw, .94rem);
        font-weight: 700;
        box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
        transition: .2s ease;
        white-space: nowrap;
    }

        .home-header-right-top > a:hover,
        .home-header-right-top .account-trigger:hover,
        .home-header-right-top .nav-post:hover {
            transform: translateY(-1px);
            border-color: rgba(46, 144, 250, .35);
        }

    .home-header-right-top .nav-post {
        background: #00B1FE;
        color: #fff !important;
        border-color: transparent;
    }

.home-header-right-bottom {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255);
    border: 1px solid rgba(15,23,42,.10);
    color: #64748b;
    font-size: clamp(.78rem, .95vw, .86rem);
    font-weight: 700;
}

    .home-header-right-bottom a {
        color: #64748b;
        text-decoration: none;
    }

        .home-header-right-bottom a.lang-active {
            color: #00B1FE;
        }

.home-hero-main {
    width: 100%;
    max-width: 920px;
    margin: 0;
    display: block;
}

.landlord-hero-copy {
    max-width: min(640px, 100%);
    padding: 0;
    padding-left: 7px;
}

.home-main-title {
    color: #ffffff !important;
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 14px;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0,0,0,1.45);
}

.home-sub-title {
    color: #ffffff !important;
    font-size: clamp(.96rem, 1.15vw, 1.06rem);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 0 22px;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0,0,0,1.42);
}

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

.btn-hero-action,
.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: clamp(.88rem, 1vw, .95rem);
    font-weight: 800;
    text-decoration: none !important;
    transition: .2s ease;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16), 0 4px 12px rgba(255, 255, 255, 0.12);
}

.btn-hero-action {
    background: #00B1FE;
    color: #fff !important;
}

.btn-hero-outline {
    background: #fff;
    color: #00B1FE !important;
    border: 1px solid rgba(37, 99, 235, .18);
}

    .btn-hero-action:hover,
    .btn-hero-outline:hover {
        transform: translateY(-1px);
    }

.hn-chatbox{
    display:none
}
/* =========================================================
   COMMON
========================================================= */
.section {
    padding: clamp(18px, 3vw, 28px) 0;
}

.account-hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 9999;
}

.logout {
    color: #dc2626 !important;
}

.text-danger,
.validation-summary-errors,
.field-validation-error {
    color: #dc2626 !important;
}

/* =========================================================
   BELOW HERO AREA
========================================================= */

.landlord-below-bg {
    background: #f7f9ff;
    padding: 34px 0 46px;
}

.landlord-section-inner {
   /* width: min(1080px, calc(100% - 32px));*/
    max-width:1200px;
    margin: 0 auto;
}

.landlord-white-card {
    background: #fff;
    border: 1px solid rgba(23, 48, 120, .08);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(15, 35, 90, .06);
    min-width: 0;
}

/* =========================================================
   1. PROBLEM
========================================================= */

.owner-problem-card {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 34px;
    align-items: center;
    padding: 18px 46px 18px 38px;
    margin-bottom: 28px;
}

.owner-problem-img {
    width: 100%;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
    background: #eef4ff;
}

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

.owner-problem-content {
    min-width: 0;
}

    .owner-problem-content h2 {
        margin: 0 0 12px;
        color: #17256f;
        font-size: 27px;
        font-weight: 800;
        line-height: 1.25;
    }

    .owner-problem-content p {
        margin: 0 0 14px;
        color: #26346f;
        font-size: 15px;
        font-weight: 700;
    }

.problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .problem-list li {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        color: #26346f;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
        margin: 9px 0;
    }

    .problem-list i {
        color: #ff4d6d;
        font-size: 14px;
        margin-top: 3px;
        flex: 0 0 auto;
    }

/* =========================================================
   2. TITLE + HELP CARDS
========================================================= */

.landlord-center-title {
    text-align: center;
    margin: 4px 0 18px;
}

    .landlord-center-title h2 {
        margin: 0;
        color: #17256f;
        font-size: 30px;
        font-weight: 850;
        line-height: 1.2;
    }

    .landlord-center-title p {
        margin: 8px 0 0;
        color: #32427a;
        font-size: 14px;
        font-weight: 700;
    }

.nhawow-help-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
}

.nhawow-help-card {
    min-height: 160px;
    padding: 26px 18px 22px;
    text-align: center;
}

.nhawow-help-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    background: #eff5ff;
    color: #1167ff;
    font-size: 22px;
}

.nhawow-help-card h3 {
    margin: 0 0 9px;
    color: #17256f;
    font-size: 17px;
    font-weight: 850;
}

.nhawow-help-card p {
    margin: 0 auto;
    max-width: 230px;
    color: #344377;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

/* =========================================================
   3. POST FREE
========================================================= */

.post-free-box {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    grid-template-areas:
        "phone head"
        "phone content";
    gap: 18px 34px;
    align-items: center;
    padding: 28px 34px;
    margin-bottom: 34px;
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.post-free-head {
    grid-area: head;
    min-width: 0;
    text-align: center;
}

    .post-free-head h2 {
        margin: 0 0 8px;
        color: #17256f;
        font-size: 28px;
        font-weight: 850;
        line-height: 1.25;
    }

    .post-free-head p {
        margin: 0 auto;
        max-width: 620px;
        color: #32427a;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.55;
    }

.post-phone-visual {
    grid-area: phone;
    width: 100%;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.post-phone-visual-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    object-fit: contain;
}

.post-free-content {
    grid-area: content;
    min-width: 0;
}

    .post-free-content > h2,
    .post-free-content > p {
        display: none;
    }

.post-free-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.post-info-card {
    padding: 20px 22px;
    min-width: 0;
}

    .post-info-card h3 {
        margin: 0 0 13px;
        color: #17256f;
        font-size: 16px;
        font-weight: 850;
        line-height: 1.3;
    }

    .post-info-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .post-info-card li {
        display: flex;
        gap: 9px;
        align-items: flex-start;
        color: #26346f;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.45;
        margin: 9px 0;
    }

        .post-info-card li i {
            margin-top: 2px;
            color: #11b45d;
            flex: 0 0 auto;
        }

            .post-info-card li .blue,
            .post-info-card li i.blue {
                color: #1264ff;
            }

.post-free-btn-wrap {
    text-align: center;
    margin-top: 16px;
}

.post-free-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    background: #1264ff;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(18, 100, 255, .18);
}

/* =========================================================
   4. VR SERVICE
========================================================= */

.vr-service-title {
    text-align: center;
    margin: 0 0 16px;
}

    .vr-service-title h2 {
        margin: 0;
        color: #17256f;
        font-size: 27px;
        font-weight: 850;
    }

.vr-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
    align-items: stretch;
}

.vr-service-card {
    padding: 20px 20px 18px;
    overflow: hidden;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .vr-service-card h3 {
        margin: 0 0 12px;
        color: #17256f;
        font-size: 16px;
        font-weight: 850;
        line-height: 1.3;
        flex: 0 0 auto;
    }

    .vr-service-card ul {
        list-style: none;
        margin: 0 0 14px;
        padding: 0;
        flex: 1 1 auto;
    }

    .vr-service-card li {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        color: #26346f;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.45;
        margin: 8px 0;
    }

        .vr-service-card li i {
            margin-top: 2px;
            color: #1264ff;
            font-size: 12px;
            flex: 0 0 auto;
        }

.vr-service-media {
    flex: 0 0 auto;
    width: 100%;
    height: 140px;
    margin-top: auto;
    border-radius: 13px;
    overflow: hidden;
    background: #f5f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vr-media-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vr-service-media-chart {
    background: #fff;
}

.vr-media-chart {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* =========================================================
   5. REGISTER
========================================================= */

.landlord-bottom-register {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.register-side-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 24px 24px 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

    .register-side-card h2 {
        margin: 0 0 18px;
        color: #17256f;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: -.01em;
    }

.register-benefit-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.register-benefit-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    margin: 0;
    border-radius: 14px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: none;
}

.register-benefit-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 999px;
    background: #eef5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .register-benefit-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.register-benefit-text {
    min-width: 0;
}

    .register-benefit-text h3 {
        margin: 0 0 4px;
        color: #17256f;
        font-size: 14px;
        font-weight: 850;
        line-height: 1.22;
        text-align: left;
    }

    .register-benefit-text p {
        margin: 0;
        color: #344377;
        font-size: 11.5px;
        font-weight: 650;
        line-height: 1.35;
        text-align: left;
    }


.form-box.form-box-new {
    width: 100%;
    height: 100%;
    min-height: auto;
    align-self: start;
    margin: 0;
    padding: 26px 28px;
    background: #ffffff;
}

.form-box-new h3 {
    margin: 0 0 22px;
    color: #17256f;
    font-size: 28px;
    font-weight: 850;
    line-height: 1.2;
}

#landlordForm {
    display: grid;
    gap: 14px;
}

.form-box-new .form-row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.form-input {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border-radius: 10px;
    border: 1px solid #dbe5ff;
    background: #ffffff;
    color: #0f172a;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: .2s ease;
}

    .form-input:focus {
        border-color: rgba(37,99,235,.45);
        box-shadow: 0 0 0 4px rgba(37,99,235,.10);
    }

textarea.form-input {
    min-height: 170px;
    resize: vertical;
}

.btn-submit {
    width: 100%;
    min-height: 54px;
    border: none;
    border-radius: 10px;
    background: #1264ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 850;
    box-shadow: 0 10px 20px rgba(18,100,255,.18);
    cursor: pointer;
    transition: .2s ease;
}

    .btn-submit:hover {
        transform: translateY(-1px);
    }

/* =========================================================
   RESPONSIVE HERO
========================================================= */

@media (min-width: 1440px) {
    .home-hero-shell {
        width: min(1260px, calc(100% - 100px));
    }

    .landlord-hero-copy {
        max-width: 660px;
       
    }
}

@media (max-width: 1199.98px) {
    .home-hero-shell {
        width: calc(100% - 48px);
    }
}

@media (max-width: 1025px) and (min-width: 441px) {
    .home-hero {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-attachment: scroll;
    }
}

@media (max-width: 991.98px) {
    .home-hero {
        background-attachment: scroll;
        background-size: cover;
        background-position: 62% top;
        aspect-ratio: auto;
        min-height: clamp(360px, 46vw, 430px);
        padding: 0;
    }

    .home-hero-shell {
        position: relative;
        inset: auto;
        width: calc(100% - 32px);
        max-width: none;
        min-height: clamp(360px, 46vw, 430px);
        padding: 14px 0 16px;
    }

    .home-hero-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 14px;
    }

    .home-header-left-box {
        flex: 1 1 auto;
        min-width: 0;
    }

    .img_logo,
    .img_logo_header {
        height: clamp(34px, 4vw, 42px) !important;
    }

    .home-header-left-top {
        font-size: clamp(1rem, 1.6vw, 1.2rem);
    }

    .home-header-right-box {
        max-width: 56%;
        gap: 6px;
    }

    .home-header-right-top {
        gap: 6px;
    }

        .home-header-right-top > a,
        .home-header-right-top .account-trigger,
        .home-header-right-top .nav-post,
        .home-header-right-top .header-favorite-link,
        .home-header-right-top .favorite-link {
            min-height: 34px;
            padding: 0 14px;
            font-size: .8rem;
        }

    .home-header-right-bottom {
        gap: 6px;
        padding: 4px 10px;
        font-size: .72rem;
    }

    .home-hero-main,
    .landlord-hero-copy {
        max-width: min(520px, 56vw);
        margin-top: 30px !important
    }

    .home-main-title {
        font-size: clamp(1.9rem, 3vw, 2.35rem);
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .home-sub-title {
        font-size: clamp(.84rem, 1vw, .92rem);
        line-height: 1.52;
        max-width: min(520px, 56vw);
        margin-bottom: 14px;
    }

    .landlord-hero-actions {
        gap: 10px;
    }

    .btn-hero-action,
    .btn-hero-outline {
        min-height: 40px;
        padding: 0 16px;
        font-size: .72rem;
    }
}

@media (max-width: 768.98px) {
    .home-hero {
        min-height: 342px;
        background-position: 66% top;
    }

    .home-hero-shell {
        width: calc(100% - 18px);
        min-height: 342px;
        padding: 10px 0 12px;
    }

    .home-hero-header {
        gap: 10px;
        margin-bottom: 10px;
    }

    .img_logo,
    .img_logo_header {
        height: 28px !important;
    }

    .home-header-left-top {
        font-size: .92rem;
    }

    .home-header-right-box {
        max-width: 58%;
        gap: 4px;
    }

    .home-header-right-top {
        gap: 4px;
        font-size:1.1rem !important
    }

        .home-header-right-top > a,
        .home-header-right-top .account-trigger,
        .home-header-right-top .nav-post,
        .home-header-right-top .header-favorite-link,
        .home-header-right-top .favorite-link {
            min-height: 30px;
     
        }

    .home-header-right-bottom {
        gap: 4px;
        padding: 3px 8px;
        font-size: .62rem;
    }

    .home-hero-main,
    .landlord-hero-copy {
        max-width: min(274px, 66vw);
        padding-left: 4px;
    }

    .home-main-title {
        font-size: 1.58rem;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .home-sub-title {
        font-size: .74rem;
        line-height: 1.45;
        max-width: min(245px, 58vw);
        margin-bottom: 12px;
    }

    .landlord-hero-actions {
        gap: 8px;
        flex-wrap: nowrap;
    }

    .btn-hero-action,
    .btn-hero-outline {
        min-height: 34px;
        padding: 0 12px;
        font-size: .62rem;
        border-radius: 11px;
    }
}

@media (max-width: 575.98px) {
    .hn-global-back-btn {
        left: 15px !important;
        top: 62px !important;
    
    }
      
        .fa-pen-to-square {
            margin-bottom: 2px;
        }
    .fa-calendar-days {
        margin-bottom: 2px;
    }
    .home-hero {
        min-height: 320px;
        background-position: 68% top;
    }

    .home-hero-shell {
        width: calc(100% - 12px);
        min-height: 320px;
        padding: 8px 0 10px;
    }

    .home-hero-header {
        gap: 8px;
        margin-bottom: 8px;
    }

    .img_logo,
    .img_logo_header {
        height: 40px !important;
    }

    .home-header-left-top {
        font-size: 18px;
    }

    .home-header-right-box {
        max-width: 60%;
    }

    .home-header-right-top > a,
    .home-header-right-top .account-trigger,
    .home-header-right-top .nav-post,
    .home-header-right-top .header-favorite-link,
    .home-header-right-top .favorite-link {
        min-height: 28px;

    }

    .home-header-right-bottom {
        padding: 3px 7px;
        font-size: .58rem;
    }

    .home-hero-main,
    .landlord-hero-copy {
        max-width: min(230px, 57vw);
    }

    .home-main-title {
        font-size: 1.42rem;
        line-height: 1.08;
        margin-bottom: 7px;
    }

    .home-sub-title {
        font-size: .68rem;
        line-height: 1.36;
        max-width: min(230px, 58vw);
        margin-bottom: 10px;
    }

    .landlord-hero-actions {
        gap: 6px;
        flex-wrap: nowrap;
    }

    .btn-hero-action,
    .btn-hero-outline {
        min-height: 32px;
        padding: 0 10px;
        font-size: .58rem;
        border-radius: 10px;
    }
}

@media (max-width: 441px) {
    .home-hero {
        aspect-ratio: 750/500;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-attachment: scroll;
        min-height: 306px;
    }

    .container_section {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .home-hero-shell {
        width: 95%;
        min-height: 306px;
    }

    .home-header-right-box {
        max-width: 61%;
    }

    .home-header-right-top > a,
    .home-header-right-top .account-trigger,
    .home-header-right-top .nav-post,
    .home-header-right-top .header-favorite-link,
    .home-header-right-top .favorite-link {
        min-height: 27px;
    
    }

    .home-header-right-bottom {
        font-size: .56rem;
    }

    .home-main-title {
        font-size: 1.32rem;
    }

    .home-sub-title {
        font-size: .64rem;
        max-width: min(214px, 58vw);
    }

    .btn-hero-action,
    .btn-hero-outline {
        min-height: 31px;
        padding: 0 9px;
        font-size: .54rem;
    }
}

@media (max-width: 390px) {
    .home-hero {
        min-height: 292px;
    }

    .home-hero-shell {
        min-height: 292px;
    }

    .home-main-title {
        font-size: 1.20rem;
    }

    .home-sub-title {
        font-size: .60rem;
        max-width: min(196px, 57vw);
    }

    .btn-hero-action,
    .btn-hero-outline {
        min-height: 29px;
        padding: 0 8px;
        font-size: .55rem;
    }
}

@media (max-width: 376px) {
    .home-hero {
        min-height: 276px;
        background-position: 69% top;
    }

/*    .home-header-left-box{
        gap:0px
    }*/

    .img_logo, .img_logo_header {
        height: 40px !important;
    }

    .home-hero-shell {
        min-height: 276px;
    }

    .home-header-left-top {
        font-size: 18px;
    }

    

    .home-header-right-top > a,
    .home-header-right-top .account-trigger,
    .home-header-right-top .nav-post,
    .home-header-right-top .header-favorite-link,
    .home-header-right-top .favorite-link {
        min-height: 25px;
   
    }

    .home-header-right-bottom {
        font-size: .52rem;
        padding: 3px 6px;
    }

    .home-main-title {
        font-size: 1.08rem;
    }

    .home-sub-title {
        font-size: .56rem;
        max-width: min(180px, 56vw);
    }

    .btn-hero-action,
    .btn-hero-outline {
        min-height: 28px;
        padding: 0 7px;
        font-size: .45rem;
    }
}

/* =========================================================
   RESPONSIVE BELOW HERO
   Giữ bố cục, chỉ thu nhỏ theo màn hình
========================================================= */

@media (max-width: 991.98px) {
    .landlord-below-bg {
        padding: 28px 0 38px;
    }

    .landlord-section-inner {
        width: min(100% - 24px, 1080px);
    }

    .landlord-white-card {
        border-radius: 15px;
        box-shadow: 0 10px 26px rgba(15, 35, 90, .055);
    }

    .owner-problem-card {
        grid-template-columns: 31% 1fr;
        gap: 20px;
        padding: 15px 22px 15px 20px;
        margin-bottom: 24px;
    }

    .owner-problem-img {
        height: clamp(128px, 22vw, 190px);
        border-radius: 13px;
    }

    .owner-problem-content h2 {
        font-size: clamp(19px, 2.8vw, 25px);
        margin-bottom: 8px;
    }

    .owner-problem-content p,
    .landlord-center-title p {
        font-size: clamp(11px, 1.7vw, 14px);
    }

    .problem-list li {
        font-size: clamp(10px, 1.55vw, 13px);
        gap: 7px;
        margin: 6px 0;
    }

    .problem-list i {
        font-size: clamp(10px, 1.5vw, 13px);
    }

    .landlord-center-title {
        margin-bottom: 14px;
    }

        .landlord-center-title h2,
        .post-free-head h2,
        .vr-service-title h2 {
            font-size: clamp(20px, 3vw, 27px);
        }

    .nhawow-help-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 26px;
    }

    .nhawow-help-card {
        min-height: 126px;
        padding: 18px 10px 16px;
    }

    .nhawow-help-icon {
        width: clamp(32px, 5vw, 44px);
        height: clamp(32px, 5vw, 44px);
        font-size: clamp(15px, 2.3vw, 20px);
        margin-bottom: 10px;
    }

    .nhawow-help-card h3 {
        font-size: clamp(12px, 1.8vw, 16px);
        margin-bottom: 6px;
    }

    .nhawow-help-card p {
        font-size: clamp(9px, 1.45vw, 12px);
        line-height: 1.42;
    }

    .post-free-box {
        grid-template-columns: 30% minmax(0, 1fr);
        grid-template-areas:
            "phone head"
            "phone content";
        gap: 14px 20px;
        padding: 22px 20px;
        margin-bottom: 28px;
    }

    .post-free-head p {
        max-width: none;
        font-size: clamp(10px, 1.55vw, 13px);
        line-height: 1.45;
    }

    .post-phone-visual {
        min-height: clamp(180px, 27vw, 250px);
    }

    .post-phone-visual-img {
        max-width: clamp(170px, 27vw, 260px);
    }

    .post-free-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .post-info-card {
        padding: 14px;
    }

        .post-info-card h3,
        .vr-service-card h3 {
            font-size: clamp(12px, 1.75vw, 15px);
            margin-bottom: 9px;
        }

        .post-info-card li,
        .vr-service-card li {
            font-size: clamp(9px, 1.45vw, 12px);
            line-height: 1.38;
            margin: 6px 0;
        }

    .vr-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 24px;
    }

    .vr-service-card {
        padding: 15px 13px 13px;
    }

    .vr-service-media {
        height: clamp(92px, 13vw, 120px);
        border-radius: 11px;
    }

    /* REGISTER - tablet */
    .landlord-bottom-register {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 16px;
        align-items: start;
    }

    .register-side-card,
    .form-box.form-box-new {
        padding: 20px;
    }

        .register-side-card h2 {
            font-size: 24px;
            margin-bottom: 14px;
        }

    .register-benefit-list {
        gap: 9px;
    }

    .register-benefit-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
        border-radius: 12px;
    }

    .register-benefit-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .register-benefit-text h3 {
        font-size: 13px;
    }

    .register-benefit-text p {
        font-size: 10.5px;
        line-height: 1.3;
    }


    .form-box-new h3 {
        font-size: 23px;
        margin-bottom: 18px;
    }

    .form-box-new .form-row-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .form-input {
        min-height: 48px;
        font-size: 13px;
        padding: 12px 14px;
    }

    textarea.form-input {
        min-height: 145px;
    }

    .btn-submit {
        min-height: 50px;
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .post-free-box {
        grid-template-columns: 31% minmax(0, 1fr);
        grid-template-areas:
            "head head"
            "phone content";
        gap: 12px 10px;
        align-items: center;
    }

    .post-free-head {
        width: 100%;
        padding: 0 6px;
    }

        .post-free-head h2 {
            font-size: clamp(18px, 5vw, 24px);
            line-height: 1.25;
            margin-bottom: 8px;
        }

        .post-free-head p {
            font-size: clamp(9px, 2.5vw, 12px);
            line-height: 1.4;
            max-width: 100%;
        }

    .post-phone-visual-img {
        margin-bottom: 55px;
    }
}

@media (max-width: 767.98px) {
    .landlord-bottom-register {
        grid-template-columns: 35% minmax(0, 1fr);
        gap: 10px;
        align-items: stretch;
    }

    .register-side-card,
    .form-box.form-box-new {
        height: 100%;
        padding: 12px 11px;
    }

    .register-side-card {
        display: flex;
        flex-direction: column;
    }

        .register-side-card h2 {
            font-size: clamp(14px, 3.9vw, 18px);
            line-height: 1.18;
            margin-bottom: 10px;
        }

    .register-benefit-list {
        gap: 8px;
        flex: 1;
    }

    .register-benefit-item {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 8px;
        padding: 8px 7px;
        border-radius: 10px;
        align-items: start;
    }

    .register-benefit-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .register-benefit-text h3 {
        font-size: clamp(8.5px, 2.3vw, 10.5px);
        line-height: 1.18;
        margin-bottom: 2px;
    }

    .register-benefit-text p {
        font-size: clamp(7px, 1.85vw, 8.8px);
        line-height: 1.24;
    }

    .form-box-new h3 {
        font-size: clamp(13px, 3.6vw, 17px);
        margin-bottom: 10px;
    }

    .form-box-new .form-row-2 {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #landlordForm {
        gap: 8px;
    }

    .form-input {
        min-height: 34px;
        font-size: clamp(9px, 2vw, 11.5px);
        padding: 8px 10px;
        border-radius: 8px;
    }

    textarea.form-input {
        min-height: 78px;
    }

    .btn-submit {
        min-height: 36px;
        font-size: clamp(10px, 2.1vw, 12.5px);
        border-radius: 8px;
    }
}


@media (max-width: 575.98px) {
    .landlord-below-bg {
        padding: 20px 0 30px;
    }

    .landlord-section-inner {
        width: min(100% - 16px, 1080px);
    }

    .landlord-white-card {
        border-radius: 12px;
    }

    .owner-problem-card {
        grid-template-columns: 32% 1fr;
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 18px;
    }

    .owner-problem-img {
        height: clamp(92px, 24vw, 120px);
        border-radius: 10px;
    }

    .owner-problem-content h2 {
        font-size: clamp(14px, 4vw, 18px);
        line-height: 1.22;
        margin-bottom: 5px;
    }

    .owner-problem-content p,
    .landlord-center-title p {
        font-size: clamp(8px, 2.5vw, 11px);
        line-height: 1.35;
    }

    .problem-list li {
        font-size: clamp(7.5px, 2.3vw, 10px);
        line-height: 1.28;
        gap: 5px;
        margin: 4px 0;
    }

    .problem-list i {
        font-size: 8px;
        margin-top: 2px;
    }

    .landlord-center-title {
        margin: 2px 0 12px;
    }

        .landlord-center-title h2,
        .post-free-head h2,
        .vr-service-title h2 {
            font-size: clamp(16px, 4.8vw, 22px);
        }

    .nhawow-help-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 18px;
    }

    .nhawow-help-card {
        min-height: 96px;
        padding: 12px 6px 10px;
    }

    .nhawow-help-icon {
        width: clamp(25px, 7vw, 34px);
        height: clamp(25px, 7vw, 34px);
        font-size: clamp(11px, 3vw, 15px);
        margin-bottom: 7px;
    }

    .nhawow-help-card h3 {
        font-size: clamp(8.5px, 2.5vw, 11px);
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .nhawow-help-card p {
        font-size: clamp(7px, 2vw, 9px);
        line-height: 1.28;
    }

    .post-free-box {
        grid-template-columns: 31% minmax(0, 1fr);
        grid-template-areas:
            "head head"
            "phone content";
        gap: 10px 8px;
        padding: 14px 10px;
        margin-bottom: 20px;
    }

    .post-free-head {
        padding: 0 4px;
    }

        .post-free-head h2 {
            font-size: clamp(17px, 5.2vw, 22px);
            line-height: 1.22;
            margin-bottom: 6px;
        }

        .post-free-head p {
            font-size: clamp(8px, 2.45vw, 10.5px);
            line-height: 1.34;
        }

    .post-phone-visual {
        min-height: clamp(120px, 35vw, 170px);
    }

    .post-phone-visual-img {
        max-width: clamp(105px, 31vw, 155px);
    }

    .post-free-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .post-info-card {
        padding: 9px 8px;
    }

        .post-info-card h3,
        .vr-service-card h3 {
            font-size: clamp(8.5px, 2.5vw, 11px);
            margin-bottom: 6px;
        }

        .post-info-card li,
        .vr-service-card li {
            font-size: clamp(7px, 2vw, 9px);
            line-height: 1.24;
            gap: 4px;
            margin: 4px 0;
        }

            .post-info-card li i,
            .vr-service-card li i {
                font-size: 7px;
                margin-top: 2px;
            }

    .vr-service-title {
        margin-bottom: 10px;
    }

    .vr-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
        margin-bottom: 18px;
    }

    .vr-service-card {
        padding: 9px 7px 8px;
    }

        .vr-service-card ul {
            margin-bottom: 8px;
        }

    .vr-service-media {
        height: clamp(58px, 16vw, 76px);
        border-radius: 8px;
        margin-top: auto;
    }

    /* REGISTER - small mobile: keep 2-column layout, make both sides balanced */
    .landlord-bottom-register {
        grid-template-columns: 36% minmax(0, 1fr);
        gap: 8px;
        align-items: stretch;
    }

    .register-side-card,
    .form-box.form-box-new {
        height: 100%;
        padding: 10px 8px;
    }

        .register-side-card h2 {
            font-size: clamp(12px, 3.8vw, 15px);
            line-height: 1.15;
            margin-bottom: 8px;
        }

    .register-benefit-list {
        gap: 6px;
        flex: 1;
    }

    .register-benefit-item {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 6px;
        padding: 7px 6px;
        border-radius: 9px;
        align-items: start;
    }

    .register-benefit-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .register-benefit-text h3 {
        font-size: clamp(7.5px, 2.2vw, 9px);
        line-height: 1.14;
        margin-bottom: 2px;
    }

    .register-benefit-text p {
        font-size: clamp(6.2px, 1.8vw, 7.9px);
        line-height: 1.18;
    }

    .form-box-new h3 {
        font-size: clamp(12px, 3.1vw, 14px);
        margin-bottom: 8px;
    }

    .form-box-new .form-row-2 {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    #landlordForm {
        gap: 7px;
    }

    .form-input {
        min-height: 31px;
        font-size: 8.8px;
        padding: 7px 8px;
        border-radius: 7px;
    }

    textarea.form-input {
        min-height: 54px;
    }

    .btn-submit {
        min-height: 32px;
        font-size: 9.8px;
        border-radius: 7px;
    }
}

@media (max-width: 390px) {
    .landlord-section-inner {
        width: min(100% - 12px, 1080px);
    }

    .owner-problem-card,
    .post-free-box {
        gap: 8px 6px;
    }

    .nhawow-help-grid,
    .vr-service-grid {
        gap: 5px;
    }

    .post-free-columns,
    .landlord-bottom-register {
        gap: 6px;
    }

    .post-free-head h2 {
        font-size: clamp(16px, 5vw, 20px);
    }

    .post-free-head p {
        font-size: clamp(7.5px, 2.35vw, 9.5px);
    }

    .vr-service-media {
        height: clamp(52px, 15vw, 68px);
    }

    .landlord-bottom-register {
        grid-template-columns: 37% minmax(0, 1fr);
        gap: 6px;
        align-items: stretch;
    }

    .register-side-card,
    .form-box.form-box-new {
        height: 100%;
        padding: 8px 6px;
    }

    .register-benefit-item {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 5px;
        padding: 6px 5px;
        align-items: start;
    }

    .register-benefit-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .register-benefit-text h3 {
        font-size: 7px;
        line-height: 1.12;
    }

    .register-benefit-text p {
        font-size: 6px;
        line-height: 1.16;
    }

    .form-box-new .form-row-2 {
        grid-template-columns: 1fr;
    }

    .form-input {
        min-height: 30px;
        font-size: 8.5px;
        padding: 6px 7px;
    }

    textarea.form-input {
        min-height: 50px;
    }

    .btn-submit {
        min-height: 31px;
        font-size: 9.5px;
    }
}


/* =========================================================
   STEP 7 CLEANUP - LANDLORD REQUEST FORM
   Mục tiêu: đưa CSS inline từ Request.cshtml về CSS file,
   chuẩn hóa form, toast, trạng thái lỗi và chống mobile auto-zoom.
========================================================= */
.home-hero {
    background-image: url("../../../Assets/Cities/landlord-hero-bg.jpg");
}

.device-screen {
    background-image: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.02)), url("../../../Assets/Cities/BannerPost.jpg");
}

.landlord-account-caret {
    font-size: 12px;
    opacity: .8;
}

.landlord-validation-summary {
    margin: 0 0 10px;
}

.landlord-notes-input {
    resize: vertical;
    min-height: 120px;
}

.landlord-submit-icon {
    margin-left: 8px;
}

.form-input.input-validation-error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .10) !important;
}

.hn-phone-client-error {
    margin-top: -6px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.hn-toast {
    position: fixed;
    top: 88px;
    right: 24px;
    z-index: 999999;
    max-width: min(420px, calc(100vw - 32px));
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.hn-toast.hn-toast-show {
    opacity: 1;
    transform: translateY(0);
}

.hn-toast-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #16a34a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(22, 163, 74, .24);
}

.hn-toast-inner--info {
    background: #2563eb;
    box-shadow: 0 16px 36px rgba(37, 99, 235, .24);
}

.hn-toast-inner i {
    flex: 0 0 auto;
}

@media (max-width: 1025px) and (min-width: 441px) {
    .home-hero {
        background-image: url("../../../Assets/Cities/landlord-hero-bgpad2_1.jpg") !important;
    }
}

@media (max-width: 1000px) {
    #landlordForm input,
    #landlordForm select,
    #landlordForm textarea,
    #landlordForm .form-input {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    .hn-toast {
        left: 16px;
        right: 16px;
        top: 76px;
    }

    .hn-toast-inner {
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }
}

@media (max-width: 441px) {
    .home-hero {
        background-image: url("../../../Assets/Cities/landlord-hero-bg_mobile.jpg") !important;
    }
}
