﻿
:root {
    --ll-bg: #ededed;
    --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;
    /* padding: 0 clamp(14px, 2vw, 20px);*/
    box-sizing: border-box;
}

/* =========================================================
       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 {
    background-image: url('@Url.Content("~/Assets/Cities/landlord-hero-bg.png")');
    width: 100%;
    height: 639px;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000;
    display: block;
    position: relative;
    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-bg {
    display: none !important;
}

.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;
}

    /*  .landlord-hero-card::before {
        content: "";
        position: absolute;
        left: -22px;
        top: -16px;
        width: min(760px, 56vw);
        height: calc(100% + 28px);
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.24);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        box-shadow:
            0 28px 70px rgba(15, 23, 42, 0.16),
            0 10px 24px rgba(15, 23, 42, 0.08);
        z-index: 0;
        pointer-events: none;
    }*/

   /* .landlord-hero-card > * {
        position: relative;
        z-index: 1;
    }*/

.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 {
    height: clamp(38px, 3vw, 48px);
    width: auto;
}

.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: white;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1.3) !important;
}

.hn-fav-menu {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3) !important;
}

.home-header-left-tagline {
    display: none;
}

.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;
}

.process-card {
    height: 100%;
}

.home-header-right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

    .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: #1e293b !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: linear-gradient(135deg, #3ba4ff 0%, #2563eb 100%);
        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: #2563eb;
        }

.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;
}

.landlord-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font-size: clamp(.78rem, 1vw, .86rem);
    font-weight: 800;
    margin-bottom: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.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);
    /* max-width: 12ch;*/
}

.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: linear-gradient(135deg, #34a6ff 0%, #2563eb 100%);
    color: #fff !important;
}

.btn-hero-outline {
    background: #fff;
    color: #2563eb !important;
    border: 1px solid rgba(37, 99, 235, .18);
}

    .btn-hero-action:hover,
    .btn-hero-outline:hover {
        transform: translateY(-1px);
    }

/* =========================================================
       COMMON SECTION
       ========================================================= */
.section {
    padding: clamp(18px, 3vw, 28px) 0;
}

.section-title {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 18px;
    font-weight: 800;
    letter-spacing: -.02em;
}

    .section-title::before {
        display: none;
    }

/* =========================================================
       VALUE BOX
       ========================================================= */
.landlord-values {
    background: #ffffff;
    border: 1px solid rgba(46, 144, 250, .10);
    border-radius: 26px;
    padding: clamp(10px, 1.5vw, 16px) clamp(10px, 1.6vw, 18px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
}

.feature-item {
    position: relative;
    padding: clamp(16px, 2vw, 22px) clamp(10px, 1.4vw, 18px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 132px;
}

    .feature-item + .feature-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        bottom: 18px;
        width: 1px;
        background: linear-gradient(180deg, transparent 0%, rgba(15,23,42,.08) 18%, rgba(15,23,42,.08) 82%, transparent 100%);
    }

.feature-icon {
    width: clamp(44px, 3.2vw, 50px);
    height: clamp(44px, 3.2vw, 50px);
    border-radius: 50%;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f2ff;
    color: #3b82f6;
    font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.feature-item h4 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: clamp(.95rem, 1.15vw, 1rem);
    font-weight: 800;
    line-height: 1.35;
}

.feature-item p {
    margin: 0;
    color: #64748b;
    font-size: clamp(.82rem, 1vw, .92rem);
    line-height: 1.55;
    max-width: 220px;
}

/* =========================================================
       PREVIEW
       ========================================================= */
.landlord-preview-wrap {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(18px, 2vw, 24px);
    align-items: center;
}

.landlord-preview-copy {
    padding-right: 10px;
}

    .landlord-preview-copy .section-title {
        margin-bottom: 10px;
    }

.landlord-preview-sub {
    color: #64748b;
    font-size: clamp(.94rem, 1vw, 1rem);
    line-height: 1.75;
    margin: 0 0 16px;
}

.preview-points {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .preview-points li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: #334155;
        font-size: clamp(.9rem, 1vw, .95rem);
        line-height: 1.65;
    }

        .preview-points li i {
            width: 22px;
            height: 22px;
            min-width: 22px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(37,99,235,.08);
            color: #2563eb;
            margin-top: 2px;
            font-size: .78rem;
        }

.landlord-preview-visual {
    position: relative;
}

/*  .device-window {
        background: #fff;
        border: 1px solid var(--ll-border);
        border-radius: 22px;
        box-shadow: var(--ll-shadow);
        padding: 12px;
    }*/

.device-window-top {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 4px 12px;
}

    .device-window-top span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #cbd5e1;
    }

.device-screen {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 375px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .device-screen::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 110px;
        background: linear-gradient(180deg, transparent, rgba(15,23,42,.12));
    }

.device-360 {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(15,23,42,.16);
    z-index: 2;
}

.thumb-strip {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

    .thumb-strip span {
        flex: 1;
        height: 56px;
        border-radius: 12px;
        background: rgba(255,255,255,.92);
        border: 1px solid rgba(255,255,255,.75);
        box-shadow: 0 8px 20px rgba(15,23,42,.12);
    }

/* =========================================================
       PROCESS + FORM
       ========================================================= */
.landlord-process-wrap {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    gap: clamp(18px, 2vw, 24px);
    align-items: stretch;
}

.process-side-title {
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    font-weight: 900;
    color: #1e3a8a;
    margin: 0 0 12px;
    letter-spacing: .02em;
}

.process-card,
.form-box {
    background: #fff;
    border: 1px solid var(--ll-border);
    border-radius: 24px;
    box-shadow: var(--ll-shadow);
    padding: clamp(16px, 2vw, 24px);
    height: auto;
    margin-top: 0;
}

    .process-card h3,
    .form-box h3 {
        font-size: clamp(1.15rem, 1.5vw, 1.35rem);
        line-height: 1.35;
        color: #0f172a;
        margin: 0 0 16px;
        font-weight: 800;
    }

.process-list {
    display: grid;
    gap: 14px;
}

.process-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px dashed rgba(15,23,42,.10);
}

    .process-item:first-child {
        border-top: none;
        padding-top: 0;
    }

.process-no {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #34a6ff 0%, #2563eb 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(37,99,235,.18);
}

.process-content h4 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: clamp(.96rem, 1.1vw, 1rem);
    font-weight: 800;
}

.process-content p {
    margin: 0;
    color: #64748b;
    font-size: clamp(.88rem, 1vw, .93rem);
    line-height: 1.65;
}

.form-box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 0;
    pointer-events: none;
}

.form-box > * {
    position: relative;
    z-index: 1;
}

.form-success {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #ecfdf3;
    color: #15803d;
    border: 1px solid #bbf7d0;
    font-weight: 700;
}

.text-danger,
.validation-summary-errors,
.field-validation-error {
    color: #dc2626 !important;
}

#landlordForm {
    display: grid;
    gap: 14px;
}

.form-input {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,.35);
    background: #fff;
    color: #0f172a;
    font-size: clamp(.92rem, 1vw, .95rem);
    outline: none;
    transition: .2s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    box-sizing: border-box;
}

    .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: 120px;
    resize: vertical;
}

.btn-submit {
    min-height: 52px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #34a6ff 0%, #2563eb 100%);
    color: #fff;
    font-size: clamp(.92rem, 1vw, .96rem);
    font-weight: 800;
    box-shadow: 0 16px 26px rgba(37,99,235,.20);
    transition: .2s ease;
}

    .btn-submit:hover {
        transform: translateY(-1px);
    }

/* =========================================================
       ACCOUNT MENU + TOAST
       ========================================================= */
.account-hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 9999;
}
/*
    .hn-acc-overlay {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 200000;
    }

    .hn-acc-panel {
        position: absolute;
        top: 82px;
        right: 30px;
        width: 280px;
        max-width: calc(100vw - 24px);
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0,0,0,.18);
        border: 1px solid rgba(15,23,42,.10);
        overflow: hidden;
    }

    .hn-acc-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px;
        color: #0f172a !important;
        text-decoration: none;
        line-height: 1;
        background: #fff;
    }

    .hn-acc-item:hover {
        background: #f1f5f9;
    }

    .hn-acc-divider {
        height: 1px;
        background: rgba(15,23,42,.08);
        margin: 0;
    }*/

    .logout {
        color: #dc2626 !important;
    }

/*    .hn-toast {
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 300000;
        max-width: 420px;
        width: calc(100% - 36px);
        pointer-events: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity .2s ease, transform .2s ease;
    }

    .hn-toast-inner {
        pointer-events: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(22, 163, 74, .95);
        color: #fff;
        box-shadow: 0 12px 24px rgba(0,0,0,.18);
        font-weight: 600;
    }

    .hn-toast i {
        font-size: 18px;
    }

    .hn-toast-show {
        opacity: 1;
        transform: translateY(0);
    }*/

/* =========================================================
   LARGE DESKTOP
   ========================================================= */
@media (min-width: 1440px) {
    .home-hero-shell {
        width: min(1260px, calc(100% - 100px));
    }

    .landlord-hero-copy {
        max-width: 660px;
    }
}

/* =========================================================
   LAPTOP / SMALL DESKTOP
   ========================================================= */
@media (max-width: 1199.98px) {
    .home-hero-shell {
        width: calc(100% - 48px);
    }

    .landlord-hero-card::before {
        width: min(700px, 58vw);
    }

    .device-screen {
        width: 100%;
        height: 600px;
    }

    .device-360 {
        top: 106px;
        right: 38px;
    }
}

/* =========================================================
   TABLET LANDSCAPE
   ========================================================= */
@media (max-width: 1100px) {
    .landlord-preview-wrap,
    .landlord-process-wrap {
        grid-template-columns: 1fr;
    }

    .device-screen {
        width: 100%;
        height: 600px;
    }

    .landlord-preview-copy {
        padding-right: 0;
    }

    .landlord-values {
        padding: 12px 10px;
    }

    .features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .feature-item {
        min-height: 122px;
        padding: 15px 8px 12px;
    }

        .feature-item + .feature-item::before {
            display: block;
            top: 14px;
            bottom: 14px;
        }

    .feature-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        font-size: .92rem;
    }

    .feature-item h4 {
        font-size: .82rem;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .feature-item p {
        max-width: none;
        font-size: .70rem;
        line-height: 1.35;
    }

    .home-hero-header {
        margin-bottom: 0;
    }

    .container_section {
        width: 95%;
    }
}

/* =========================================================
   IPAD / TABLET HERO IMAGE
   ========================================================= */
@media (max-width: 1025px) and (min-width: 441px) {
    .home-hero {
       
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-attachment: scroll;
    }
}

/* =========================================================
   TABLET / MOBILE - GIỮ BỐ CỤC DESKTOP, CHỈ THU NHỎ DẦN
   ========================================================= */
@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;
    }

    .landlord-hero-card::before {
        left: -10px;
        top: -8px;
        width: min(72vw, 600px);
        height: calc(100% + 16px);
        border-radius: 24px;
    }

    .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 10px;
            font-size: .76rem;
        }

    .home-header-right-bottom {
        gap: 6px;
        padding: 4px 10px;
        font-size: .72rem;
    }

    .home-hero-main,
    .landlord-hero-copy {
        max-width: min(520px, 56vw);
    }

    .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: .82rem;
    }

    .section {
        padding: 16px 0;
    }

    .section-title {
        font-size: clamp(1.22rem, 2.1vw, 1.55rem);
    }

    .landlord-values {
        padding: 12px 8px;
        border-radius: 20px;
    }

    .features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .feature-item {
        min-height: 116px;
        padding: 14px 6px 10px;
    }

        .feature-item + .feature-item::before {
            top: 12px;
            bottom: 12px;
        }

    .feature-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 8px;
        font-size: .86rem;
    }

    .feature-item h4 {
        font-size: .76rem;
        line-height: 1.22;
        margin-bottom: 4px;
    }

    .feature-item p {
        font-size: .64rem;
        line-height: 1.28;
    }

    .device-window,
    .process-card,
    .form-box {
        border-radius: 20px;
    }
}

/* =========================================================
   LARGE MOBILE / SMALL TABLET
   ========================================================= */
@media (max-width: 768.98px) {
    .home-hero {
        min-height: 300px;
        background-position: 66% top;
    }

    .home-hero-shell {
        width: calc(100% - 18px);
        min-height: 342px;
        padding: 10px 0 12px;
    }

    .landlord-hero-card::before {
        left: -4px;
        top: -4px;
        width: min(74vw, 430px);
        height: calc(100% + 8px);
        border-radius: 18px;
    }

    .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;
    }

        .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;
            padding: 0 8px;
            font-size: .68rem;
        }

    .home-header-right-bottom {
        gap: 4px;
        padding: 3px 8px;
        font-size: .62rem;
    }

    .home-hero-main,
    .landlord-hero-copy {
        max-width: min(245px, 56vw);
        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: .72rem;
        border-radius: 11px;
    }

    .landlord-values {
        padding: 8px 4px;
        border-radius: 16px;
    }

    .features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .feature-item {
        min-height: 104px;
        padding: 10px 3px 8px;
    }

        .feature-item + .feature-item::before {
            top: 10px;
            bottom: 10px;
        }

    .feature-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 7px;
        font-size: .78rem;
    }

    .feature-item h4 {
        font-size: .66rem;
        line-height: 1.18;
        margin-bottom: 4px;
    }

    .feature-item p {
        font-size: .56rem;
        line-height: 1.18;
    }

    .section-title {
        font-size: 1.18rem;
    }

    .landlord-preview-sub,
    .preview-points li,
    .process-content p {
        font-size: .84rem;
    }

    .device-screen {
        height: 480px;
        width: auto;
    }

    .thumb-strip span {
        height: 42px;
    }

    .form-input,
    .btn-submit {
        min-height: 44px;
        font-size: .88rem;
    }

    .device-360 {
        top: 39px;
        right: 108px;
    }
}

/* =========================================================
   MOBILE 575
   ========================================================= */
@media (max-width: 575.98px) {
    .container_section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .device-screen {
        height: 318px;
    }

    .home-hero {
        min-height: 280px;
        background-position: 68% top;
    }

    .home-hero-shell {
        width: calc(100% - 12px);
        min-height: 320px;
        padding: 8px 0 10px;
    }

    .landlord-hero-card::before {
        left: -2px;
        top: -2px;
        width: min(78vw, 380px);
        height: calc(100% + 4px);
        border-radius: 16px;
    }

    .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;
        padding: 0 7px;
        font-size: .64rem;
    }

    .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: .68rem;
        border-radius: 10px;
    }

    .landlord-values {
        padding: 8px 3px;
    }

    .feature-item {
        min-height: 96px;
        padding: 9px 2px 7px;
    }

    .feature-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 6px;
        font-size: .72rem;
    }

    .feature-item h4 {
        font-size: .61rem;
        margin-bottom: 3px;
    }

    .feature-item p {
        font-size: .52rem;
        line-height: 1.14;
    }
}

/* =========================================================
   MOBILE 440
   ========================================================= */
@media (max-width: 441px) {
    .home-hero {
        background-image: url('@Url.Content("~/Assets/Cities/landlord-hero-bg_mobile.PNG")') !important;
        aspect-ratio: 750/500;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-attachment: scroll;
        min-height: 280px;
    }


    .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%;
    }

    .device-screen {
        height: 290px;
    }

    .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;
        padding: 0 6px;
        font-size: .60rem;
    }

    .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: .64rem;
    }

    .feature-item {
        min-height: 92px;
        padding: 8px 2px 6px;
    }

    .feature-icon {
        width: 26px;
        height: 26px;
        font-size: .68rem;
    }

    .feature-item h4 {
        font-size: .58rem;
    }

    .feature-item p {
        font-size: .49rem;
    }
}

/* =========================================================
   MOBILE 390
   ========================================================= */
@media (max-width: 390px) {
    .home-hero {
        min-height: 280px;
    }

    .home-hero-shell {
        min-height: 280px;
    }

    .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: .60rem;
    }

    .feature-item {
        min-height: 88px;
    }

        .feature-item h4 {
            font-size: .54rem;
        }

        .feature-item p {
            font-size: .46rem;
        }
}

/* =========================================================
   EXTRA SMALL
   ========================================================= */
@media (max-width: 360px) {
    .home-hero {
        min-height: 280px;
        background-position: 69% top;
    }

    .home-hero-shell {
        min-height: 276px;
    }

    .img_logo,
    .img_logo_header {
        height: 24px !important;
    }

    .home-header-left-top {
        font-size: .78rem;
    }

    .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;
        padding: 0 5px;
        font-size: .56rem;
    }

    .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: .56rem;
    }

    .feature-item {
        min-height: 84px;
        padding: 7px 1px 5px;
    }

    .feature-icon {
        width: 24px;
        height: 24px;
        font-size: .62rem;
    }

    .feature-item h4 {
        font-size: .50rem;
    }

    .feature-item p {
        font-size: .43rem;
    }
}


