@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');
:root{--navy:#061a3b;--blue:#0b3f86;--gold:#dcae46;--gold2:#f3cf78;--paper:#f7f3ea;--ink:#13213b;--muted:#667085;--white:#fff;--line:#dce4ef;--shadow:0 22px 60px rgba(4,24,57,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Be Vietnam Pro',Arial,sans-serif;color:var(--ink);background:#f8fafc;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:linear-gradient(90deg,#04152f,#0a3978);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:8px 0}.navbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(8,44,94,.08)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy)}.brand img{width:56px;height:56px;object-fit:contain}.brand small{display:block;color:#a5761f;font-weight:600}.menu{display:flex;gap:24px;align-items:center}.menu a{font-weight:600;color:#293b58}.menu a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:13px 20px;font-weight:700;cursor:pointer;transition:.25s}.btn-primary{background:linear-gradient(145deg,#0e56ac,#062d68);color:#fff;box-shadow:0 12px 28px rgba(12,67,145,.25),inset 0 1px 0 rgba(255,255,255,.25)}.btn-gold{background:linear-gradient(145deg,#f7d77f,#c89327);color:#092149;box-shadow:0 12px 28px rgba(205,155,48,.25),inset 0 1px 0 rgba(255,255,255,.5)}.btn-ghost{background:#fff;color:var(--blue);border:1px solid #d5e2f3}.hero{min-height:680px;background:radial-gradient(circle at 80% 15%,rgba(240,196,91,.26),transparent 30%),linear-gradient(115deg,#04152f 0%,#082d65 56%,#0c56a2 100%);color:#fff;overflow:hidden}.hero .container{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;min-height:680px}.eyebrow{display:inline-flex;padding:8px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08);font-weight:700;color:#f6d886}.hero h1{font-size:clamp(44px,6vw,78px);line-height:1.08;margin:22px 0}.hero p{font-size:18px;color:#dbe8fa;max-width:700px}.hero-card{position:relative;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.24);padding:14px;border-radius:32px;box-shadow:0 30px 90px rgba(0,0,0,.34);transform:perspective(1200px) rotateY(-5deg)}.hero-card img{border-radius:22px;width:100%;height:540px;object-fit:cover;object-position:center 18%}.hero-badge{position:absolute;left:-28px;bottom:34px;background:linear-gradient(145deg,#f3d57e,#bd8420);color:#071d43;padding:18px 24px;border-radius:18px;font-weight:800;box-shadow:0 16px 45px rgba(0,0,0,.3)}.section{padding:86px 0}.section.alt{background:#eef4fb}.section.dark{background:linear-gradient(125deg,#04152f,#092c61);color:#fff}.section-title{max-width:760px;margin-bottom:32px}.section-title h2{font-size:clamp(32px,4vw,52px);line-height:1.2;margin:0 0 12px;color:var(--navy)}.dark .section-title h2{color:#fff}.section-title p{color:var(--muted)}.dark .section-title p{color:#cbd9ee}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid rgba(9,52,112,.08);border-radius:24px;box-shadow:0 16px 45px rgba(4,29,65,.08);overflow:hidden;transition:.28s}.card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(4,29,65,.15)}.card-body{padding:22px}.card img{width:100%;height:230px;object-fit:cover}.tag{display:inline-block;background:#edf4ff;color:#0b4c99;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.price{font-size:22px;font-weight:800;color:#b47b16}.meta{display:flex;gap:14px;flex-wrap:wrap;color:#64748b;font-size:14px}.service{padding:28px;border-radius:24px;background:linear-gradient(145deg,#fff,#eef4fb);border:1px solid #dce7f4;box-shadow:var(--shadow)}.service .icon{font-size:36px}.video-card{position:relative}.video-card img{height:300px}.play{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f7d36e,#c68d23);color:#09234d;font-size:28px;box-shadow:0 12px 35px rgba(0,0,0,.35)}.forms{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-card{background:#fff;border-radius:26px;padding:28px;box-shadow:var(--shadow)}label{font-size:13px;font-weight:700;color:#42526a;display:block;margin-bottom:7px}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #ced9e8;border-radius:12px;font:inherit;background:#fff}textarea{min-height:110px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.full{grid-column:1/-1}.notice{padding:12px 14px;border-radius:12px;background:#edf8f0;color:#22643a;margin-top:12px}.footer{background:#03132e;color:#dce8fa;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr .8fr;gap:36px}.footer h3{color:#fff}.footer a{display:block;margin:10px 0}.footer .qr{width:150px;border-radius:16px;background:white;padding:10px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;font-size:13px;color:#9eb3d3}.page-head{padding:88px 0;background:linear-gradient(120deg,#04162f,#0a448f);color:#fff}.page-head h1{font-size:52px;margin:0}.filterbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.filterbar button{padding:10px 15px;border:1px solid #d5e1ee;background:#fff;border-radius:999px;cursor:pointer;font-weight:700}.filterbar button.active{background:var(--navy);color:#fff}.login-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top right,#174e95,#06152f 55%)}.login-card{width:min(440px,calc(100% - 32px));background:#fff;padding:34px;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#061834;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.sidebar a{display:block;padding:12px 14px;border-radius:12px;margin:5px 0}.sidebar a:hover,.sidebar a.active{background:#123b78}.admin-main{padding:28px;background:#f4f7fb}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.stat{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(5,36,77,.07)}.stat b{font-size:30px;color:var(--blue);display:block}.table-wrap{overflow:auto;background:#fff;border-radius:18px;box-shadow:0 12px 34px rgba(5,36,77,.07)}table{width:100%;border-collapse:collapse}th,td{padding:13px;border-bottom:1px solid #edf1f6;text-align:left;font-size:14px}th{background:#f6f8fb}.admin-section{display:none}.admin-section.active{display:block}.modal{position:fixed;inset:0;background:rgba(2,13,31,.68);display:none;align-items:center;justify-content:center;padding:20px;z-index:60}.modal.open{display:flex}.modal-card{background:#fff;border-radius:22px;padding:26px;width:min(760px,100%);max-height:90vh;overflow:auto}.mobile-menu{display:none}.chart{height:180px;display:flex;align-items:end;gap:12px;padding:16px;background:#fff;border-radius:18px}.bar{flex:1;background:linear-gradient(#1b69bc,#0a326f);border-radius:8px 8px 0 0;min-height:8px;position:relative}.bar span{position:absolute;top:-24px;left:50%;transform:translateX(-50%);font-size:11px}.bar small{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);font-size:10px}
@media(max-width:900px){.menu{display:none}.mobile-menu{display:block}.hero .container{grid-template-columns:1fr;padding:70px 0}.hero-card{transform:none}.hero-card img{height:450px}.grid-3,.grid-4,.forms,.footer-grid,.stats{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.sidebar nav{display:flex;overflow:auto}.sidebar a{white-space:nowrap}.form-grid{grid-template-columns:1fr}}
@media(max-width:620px){.grid-3,.grid-4,.forms,.footer-grid,.stats{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-card img{height:390px}.hero-badge{left:10px}.page-head h1{font-size:38px}.topbar .container{display:block}.nav{min-height:68px}.brand img{width:48px;height:48px}.form-grid{grid-template-columns:1fr}}

/* ===== Nâng cấp giao diện cinematic 2026 ===== */
:root{--cinema:#020b18;--cinema2:#071f42;--ice:#eaf4ff;--glow:rgba(47,132,255,.22)}
body{background:radial-gradient(circle at 15% 15%,rgba(56,132,230,.08),transparent 28%),linear-gradient(180deg,#f8fbff,#edf4fc 55%,#f8fbff)}
.navbar{background:rgba(250,252,255,.88);box-shadow:0 10px 40px rgba(5,28,64,.08)}
.menu .btn-primary,.menu a.btn-primary{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.menu .btn-primary:hover{color:#fff!important;filter:brightness(1.12)}
.section.alt{background:linear-gradient(135deg,#eaf3ff 0%,#f8fbff 48%,#e7f0fb 100%)}
.section-title h2{letter-spacing:-.035em}

.news-cinematic{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 18%,rgba(218,171,66,.22),transparent 23%),radial-gradient(circle at 7% 82%,rgba(24,101,194,.28),transparent 30%),linear-gradient(125deg,#031127 0%,#082957 52%,#0b4385 100%);color:#fff}
.news-cinematic:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 45%,rgba(255,255,255,.035) 45% 46%,transparent 46% 100%);background-size:85px 85px;opacity:.35}
.news-cinematic .container{position:relative;z-index:1}
.news-heading-wrap{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:34px}
.news-cinematic .section-title{margin:0;max-width:850px}.news-cinematic .section-title p{color:#c9d8ed;font-size:17px;max-width:720px}
.title-3d{color:#fff!important;font-size:clamp(42px,6vw,76px)!important;text-shadow:0 1px 0 #cbdcff,0 3px 0 #7695c5,0 9px 22px rgba(0,0,0,.42),0 0 34px rgba(92,162,255,.23);transform:perspective(700px) rotateX(2deg);letter-spacing:-.05em!important}
.news-orbit{width:150px;height:150px;border:1px solid rgba(255,255,255,.18);border-radius:50%;position:relative;flex:0 0 auto;box-shadow:inset 0 0 40px rgba(61,137,236,.18),0 0 50px rgba(25,115,225,.15)}
.news-orbit:before,.news-orbit:after{content:"";position:absolute;inset:20px;border:1px solid rgba(238,190,78,.38);border-radius:50%;transform:rotate(45deg)}.news-orbit:after{inset:46px;background:radial-gradient(circle,#f7d77d,#b9801d);box-shadow:0 0 30px rgba(240,193,77,.55)}
.news-orbit span{position:absolute;width:10px;height:10px;border-radius:50%;background:#d8eaff;box-shadow:0 0 15px #80b6ff}.news-orbit span:nth-child(1){top:11px;left:70px}.news-orbit span:nth-child(2){bottom:25px;left:12px}.news-orbit span:nth-child(3){right:12px;bottom:30px}
.news-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.news-feature-card{position:relative;min-height:430px;border-radius:30px;overflow:hidden;background:#071a36;border:1px solid rgba(255,255,255,.17);box-shadow:0 28px 70px rgba(0,0,0,.34);isolation:isolate;transition:.35s}
.news-feature-card:hover{transform:translateY(-8px) scale(1.008);box-shadow:0 35px 90px rgba(0,0,0,.45)}
.news-feature-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.08);z-index:-2}
.news-feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,9,24,.05),rgba(2,11,27,.35) 36%,rgba(2,10,25,.96) 100%);z-index:-1}
.news-feature-card .news-content{position:absolute;left:0;right:0;bottom:0;padding:34px;color:#fff}
.news-feature-card h3{font-size:27px;line-height:1.3;margin:12px 0;color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.65)}
.news-feature-card p{color:#d7e3f3;margin:0;max-width:540px}.news-index{font-size:58px;font-weight:800;color:rgba(255,255,255,.14);line-height:1;position:absolute;right:25px;top:20px;text-shadow:0 4px 18px rgba(0,0,0,.25)}

.support-cinematic{background:radial-gradient(circle at 84% 10%,rgba(68,142,230,.16),transparent 28%),linear-gradient(145deg,#eef5ff,#dfeaf8 48%,#f8fbff);position:relative;overflow:hidden}
.support-cinematic:after{content:"";position:absolute;width:580px;height:580px;border-radius:50%;right:-280px;bottom:-340px;border:100px solid rgba(12,66,137,.035)}
.support-cinematic .container{position:relative;z-index:1}.support-head{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:end}.support-head .section-title{margin-bottom:0}.support-head .section-title p{font-size:17px;color:#536985;max-width:780px}
.support-hotline{background:linear-gradient(145deg,#061a3b,#0c3e7d);color:#fff;padding:25px;border-radius:24px;box-shadow:0 22px 55px rgba(4,31,70,.22);border:1px solid rgba(255,255,255,.13)}.support-hotline small,.support-hotline span{display:block;color:#c9d9ef}.support-hotline a{display:block;font-size:30px;font-weight:800;color:#f3cf78;margin:4px 0}
.support-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0 24px}.support-steps>div{background:rgba(255,255,255,.66);backdrop-filter:blur(12px);padding:24px;border-radius:22px;border:1px solid rgba(20,75,143,.10);box-shadow:0 16px 40px rgba(6,35,72,.08)}.support-steps b{font-size:35px;color:#c89a35;opacity:.75}.support-steps h3{margin:4px 0 7px;color:#071d42}.support-steps p{margin:0;color:#5c6c82;font-size:14px}
.support-forms{margin-top:20px}.featured-form{position:relative;padding:34px 36px;border:1px solid rgba(22,76,143,.11);box-shadow:0 25px 65px rgba(5,35,77,.12);overflow:hidden}.featured-form:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#0f60bf,#082f69)}.gold-form:before{background:linear-gradient(90deg,#f1cf73,#bb801d)}.form-icon{display:grid;place-items:center;width:55px;height:55px;border-radius:18px;background:linear-gradient(145deg,#e6f1ff,#fff);font-size:30px;color:#0b4d9e;box-shadow:0 12px 30px rgba(7,61,131,.14)}.featured-form h3{font-size:27px;margin:17px 0 8px}.featured-form p{color:#586a82}.featured-form ul{padding-left:20px;color:#324963;margin:17px 0 24px}.featured-form li{margin:7px 0}

.video-card video{width:100%;height:300px;object-fit:cover;background:#020817}.video-card.is-local .play{display:none}.video-card .video-frame{width:100%;height:300px;border:0;background:#020817}
.admin-video-actions{display:flex;gap:8px;flex-wrap:wrap}
#videoFileHint{font-size:12px;color:#667085;margin-top:6px}
@media(max-width:900px){.news-showcase,.support-head,.support-steps{grid-template-columns:1fr}.news-orbit{display:none}.news-feature-card{min-height:390px}}
@media(max-width:620px){.title-3d{font-size:42px!important}.news-feature-card{min-height:350px}.news-feature-card .news-content{padding:24px}.support-hotline a{font-size:25px}.featured-form{padding:26px 23px}}

/* ===== Bản compact + tiền cảnh cinematic ===== */
.compact-hero{min-height:570px;position:relative}.compact-hero .container{min-height:570px;grid-template-columns:1.08fr .92fr;gap:36px;position:relative;z-index:3}.compact-hero h1{font-size:clamp(48px,5.2vw,78px);line-height:1.04;margin:18px 0}.compact-hero p{font-size:17px;max-width:690px}.hero-copy{padding:56px 0}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:22px}.hero-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-proof span{font-size:12px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#d7e6fb}.hero-proof b{color:#f3cf78}.hero-visual{position:relative}.compact-hero .hero-card{max-width:500px;margin-left:auto;transform:perspective(1000px) rotateY(-2deg);box-shadow:0 34px 90px rgba(0,0,0,.38)}.compact-hero .hero-card img{height:530px}.city-foreground{position:absolute;left:0;right:0;bottom:-2px;width:100%;height:230px;object-fit:cover;opacity:.52;z-index:2;pointer-events:none}.hero-light{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-light-a{width:470px;height:470px;right:8%;top:-180px;background:radial-gradient(circle,rgba(60,148,255,.34),transparent 65%)}.hero-light-b{width:360px;height:360px;left:-150px;bottom:-190px;background:radial-gradient(circle,rgba(241,197,86,.22),transparent 68%)}.floating-property{position:absolute;width:150px;background:rgba(6,23,52,.68);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(15px);padding:7px;border-radius:17px;box-shadow:0 18px 50px rgba(0,0,0,.32);z-index:5}.floating-property img{width:100%;height:90px!important;object-fit:cover;border-radius:11px}.floating-property span{display:block;padding:6px 3px 2px;color:#fff;font-size:11px;font-weight:700}.fp-one{left:-50px;bottom:52px;transform:rotate(-4deg)}.fp-two{right:-28px;top:62px;transform:rotate(4deg)}
.property-cinema-strip{margin-top:-1px;background:linear-gradient(180deg,#071d42,#f6f9fd);padding:18px 0 44px}.cinema-gallery{display:grid;grid-template-columns:.8fr 1.4fr .8fr;gap:14px;padding:12px;border-radius:26px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 70px rgba(3,20,47,.25);backdrop-filter:blur(16px)}.cinema-gallery figure{margin:0;position:relative;height:180px;border-radius:18px;overflow:hidden}.cinema-gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.12) brightness(.86)}.cinema-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(2,13,31,.86))}.cinema-gallery figcaption{position:absolute;left:16px;bottom:13px;z-index:2;color:#fff;font-size:13px;font-weight:700}.cinema-gallery .wide{height:205px;margin-top:-13px;box-shadow:0 18px 44px rgba(0,0,0,.28)}
.section{padding:72px 0}.section-title{margin-bottom:28px}.section-title h2{font-size:clamp(34px,4vw,52px)}.card{border-radius:22px}.card>img{height:230px}.service{padding:25px}.dark{padding-top:78px}.video-card{position:relative;overflow:hidden}.video-card video,.video-card .video-frame{height:340px}.video-fallback{position:absolute;top:12px;right:12px;z-index:3;background:rgba(3,15,35,.72);color:#fff;padding:7px 10px;border-radius:999px;font-size:11px;backdrop-filter:blur(8px)}
@media(max-width:1050px){.fp-one{left:-10px}.fp-two{right:-5px}.compact-hero .hero-card img{height:480px}.compact-hero,.compact-hero .container{min-height:560px}}
@media(max-width:900px){.compact-hero .container{grid-template-columns:1fr}.compact-hero .hero-card{margin:0 auto}.hero-copy{padding-bottom:10px}.floating-property{display:none}.city-foreground{opacity:.3}.cinema-gallery{grid-template-columns:1fr 1fr}.cinema-gallery .wide{grid-column:1/-1;grid-row:1;height:210px;margin:0}.compact-hero h1{font-size:56px}}
@media(max-width:620px){.compact-hero h1{font-size:42px}.compact-hero .hero-card img{height:390px}.cinema-gallery{grid-template-columns:1fr}.cinema-gallery .wide{grid-column:auto;height:180px}.cinema-gallery figure{height:160px}.property-cinema-strip{padding-bottom:30px}.section{padding:54px 0}.hero-proof{display:none}}


/* ===== Cinematic luxury V3 ===== */
.section-with-foreground,.about-cinematic{position:relative;overflow:hidden;isolation:isolate}.section-with-foreground>.container,.about-cinematic>.container{position:relative;z-index:3}.section-foreground{position:absolute;z-index:1;pointer-events:none;opacity:.19;filter:saturate(.75) contrast(1.1);width:340px}.section-foreground img{width:100%;height:420px;object-fit:cover;border-radius:42px;box-shadow:0 30px 85px rgba(2,18,43,.28);mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 75%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 75%,transparent 100%)}.fg-left{left:-190px;top:12%;transform:rotate(6deg)}.fg-right{right:-190px;top:10%;transform:rotate(-6deg)}.service-fg{top:2%}.video-fg{top:8%;opacity:.14}.news-fg{top:15%;opacity:.12}.contact-fg{top:7%;opacity:.13}
.about-cinematic{padding:88px 0;background:radial-gradient(circle at 16% 22%,rgba(29,112,211,.17),transparent 32%),linear-gradient(135deg,#eef5ff 0,#f9fbff 46%,#edf2f8 100%)}.about-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.about-media{position:relative;min-height:520px}.about-main{width:100%;height:520px;object-fit:cover;border-radius:34px;box-shadow:0 35px 90px rgba(4,30,70,.24);border:1px solid rgba(255,255,255,.8);filter:saturate(.84) contrast(1.04)}.about-media:after{content:"";position:absolute;inset:15px -15px -15px 15px;border:1px solid rgba(9,67,139,.22);border-radius:34px;z-index:-1}.about-float{position:absolute;left:-32px;bottom:34px;max-width:310px;padding:22px 25px;border-radius:22px;background:linear-gradient(145deg,rgba(4,24,57,.93),rgba(11,67,139,.91));color:#fff;box-shadow:0 22px 55px rgba(3,23,54,.32);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16)}.about-float strong,.about-float span{display:block}.about-float span{font-size:12px;color:#d9e7f8;margin-top:5px}.about-copy h2{font-size:clamp(38px,4.5vw,58px);line-height:1.12;color:#071a3b;margin:15px 0 22px;text-shadow:0 2px 0 #fff}.about-copy p{color:#53657c;font-size:16px}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.about-values div{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:17px;background:rgba(255,255,255,.72);border:1px solid rgba(9,70,145,.1);box-shadow:0 12px 28px rgba(5,36,79,.07)}.about-values b{font-size:23px;color:#c8952b}.about-values span{font-size:13px;font-weight:700;color:#233b5e}
.inventory-section{background:radial-gradient(circle at 85% 20%,rgba(16,96,189,.08),transparent 31%),#f8fafc}.service{position:relative;overflow:hidden;background:linear-gradient(155deg,rgba(255,255,255,.95),rgba(240,246,254,.92));border:1px solid rgba(14,72,143,.10);box-shadow:0 20px 45px rgba(5,31,68,.08)}.service:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-55px;bottom:-55px;background:radial-gradient(circle,rgba(222,173,70,.25),transparent 68%)}.service:hover{transform:translateY(-7px);box-shadow:0 28px 60px rgba(5,31,68,.14)}
.news-feature-card .news-content{padding-bottom:30px}.news-more{display:inline-flex;margin-top:18px;color:#f3cf78;font-size:13px;font-weight:800;letter-spacing:.02em}.news-feature-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dark{background:radial-gradient(circle at 84% 8%,rgba(32,116,221,.18),transparent 30%),linear-gradient(150deg,#031027,#071f47 52%,#082e65)}
.video-status{padding:9px 12px;border-radius:12px;background:rgba(167,41,41,.12);color:#ffd5d5;font-size:12px;margin-top:10px;display:none}.video-card.video-error .video-status{display:block}.video-card video{background:#020817}.video-card video::-webkit-media-controls-panel{background-image:linear-gradient(transparent,rgba(0,0,0,.8))}
@media(max-width:900px){.about-layout{grid-template-columns:1fr}.about-media{min-height:430px}.about-main{height:430px}.section-foreground{opacity:.08}.about-float{left:16px}.about-cinematic{padding:64px 0}}
@media(max-width:620px){.about-values{grid-template-columns:1fr}.about-media{min-height:330px}.about-main{height:330px}.about-float{right:12px;left:12px;bottom:15px}.section-foreground{display:none}}

/* Cinematic V4 refinements */
.compact-hero .hero-visual{padding-left:34px}
.fp-one{left:auto;right:72%;bottom:20px;transform:rotate(-5deg);width:138px}
.fp-two{right:-18px;top:52px;width:140px}
.hero-badge{left:16px;bottom:24px;max-width:calc(100% - 32px)}

.video-showcase{padding:78px 0 96px}
.video-title{max-width:none;margin-bottom:32px;text-align:center}
.video-title h2{white-space:nowrap;font-size:clamp(30px,4.4vw,62px);letter-spacing:-.035em}
.video-stage{display:grid;grid-template-columns:1fr;gap:38px;max-width:1120px;margin:0 auto;perspective:1400px}
.video-card.video-3d{position:relative;overflow:hidden;border-radius:34px;background:#020817;border:1px solid rgba(255,255,255,.2);box-shadow:0 34px 90px rgba(0,0,0,.48),0 0 0 10px rgba(255,255,255,.035);transform:rotateX(1.4deg);transition:transform .35s ease,box-shadow .35s ease}
.video-card.video-3d:hover{transform:rotateX(0deg) translateY(-8px) scale(1.008);box-shadow:0 42px 110px rgba(0,0,0,.58),0 0 0 12px rgba(255,255,255,.045)}
.video-card.video-3d video,.video-card.video-3d .external-video,.video-card.video-3d .external-video img{display:block;width:100%;height:clamp(430px,56vw,660px);object-fit:cover;background:#020817}
.video-card.video-3d .external-video{position:relative}
.video-card.video-3d .play{top:50%;width:86px;height:86px;font-size:32px}
.video-card.video-3d .video-status{position:absolute;left:18px;right:18px;bottom:18px;z-index:4;margin:0;background:rgba(130,25,25,.88);backdrop-filter:blur(10px)}

.news-feature-card{color:inherit;text-decoration:none;cursor:pointer}
.news-feature-card .news-more{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#1554a1;transition:.25s}
.news-feature-card:hover .news-more{transform:translateX(7px);color:#b57b18}

.article-page{min-height:100vh;background:linear-gradient(180deg,#f4f8fd,#fff)}
.article-hero{padding:92px 0 52px;background:radial-gradient(circle at 85% 20%,rgba(230,181,65,.25),transparent 30%),linear-gradient(130deg,#04152f,#0a3d7f);color:#fff;overflow:hidden;position:relative}
.article-hero .container{position:relative;z-index:2}
.article-hero h1{font-size:clamp(38px,5.5vw,72px);line-height:1.08;max-width:980px;margin:18px 0}
.article-hero p{max-width:760px;color:#d7e5f8;font-size:18px}
.article-wrap{width:min(980px,calc(100% - 32px));margin:-28px auto 72px;position:relative;z-index:4}
.article-card{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 28px 80px rgba(4,29,65,.16);border:1px solid rgba(13,67,137,.08)}
.article-cover{width:100%;height:min(52vw,520px);object-fit:cover}
.article-body{padding:clamp(26px,5vw,62px)}
.article-content{white-space:pre-wrap;font-size:17px;line-height:1.9;color:#334155}
.article-back{margin-top:34px}

@media(max-width:900px){
 .compact-hero .hero-visual{padding-left:0}
 .video-title h2{white-space:normal}
 .video-card.video-3d video,.video-card.video-3d .external-video,.video-card.video-3d .external-video img{height:430px}
}
@media(max-width:620px){
 .fp-one,.fp-two{display:none}
 .video-showcase{padding:56px 0 70px}
 .video-card.video-3d{border-radius:22px}
 .video-card.video-3d video,.video-card.video-3d .external-video,.video-card.video-3d .external-video img{height:260px}
 .article-hero{padding:70px 0 46px}
 .article-body{padding:24px}
}

/* V5: keep the foreground property card away from the hero badge text */
.hero-badge{z-index:12}
.fp-one{left:-82px;bottom:152px;transform:rotate(-4deg);z-index:6}
.fp-two{right:-30px;top:76px;z-index:6}
@media(max-width:1180px){.fp-one{left:-38px;bottom:160px;width:138px}}

/* Rich article typography */
.article-content h2{font-size:28px;line-height:1.3;color:#082b61;margin:34px 0 12px}
.article-content h3{font-size:21px;color:#0a3f83;margin:26px 0 10px}
.article-content p{margin:0 0 18px;color:#31445f;font-size:17px;line-height:1.85}
.article-content ul,.article-content ol{margin:0 0 22px;padding-left:24px;color:#31445f}
.article-content li{margin:8px 0;line-height:1.75}
.article-content .article-note{margin:26px 0;padding:18px 20px;border-left:4px solid #d5a436;background:#f7f1df;border-radius:0 16px 16px 0;color:#203a61;font-weight:600}
@media(max-width:900px){.fp-one{display:none}}

/* ===== Cinematic V6 — premium hierarchy & rhythm ===== */
:root{--gold:#e4b84f;--gold-soft:#f4d987;--navy:#061a3b;--blue:#0b4e9c;--ink:#071a3b}
html{scroll-behavior:smooth}
body{background:#f6f9fd}
.compact-hero{min-height:690px;padding:82px 0 58px}
.compact-hero .container{min-height:550px;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:64px}
.compact-hero .hero-copy{max-width:760px;z-index:8}
.compact-hero h1{font-size:clamp(52px,5.4vw,84px);line-height:.98;letter-spacing:-.055em;margin:20px 0 26px;max-width:800px}
.compact-hero h1 span{display:block}
.hero-line-light{color:#fff;text-shadow:0 10px 38px rgba(0,0,0,.26)}
.hero-line-accent{font-size:.58em;line-height:1.12;margin-top:16px;letter-spacing:-.025em;background:linear-gradient(95deg,#fff 4%,#f2d37d 52%,#d39a27 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;max-width:720px}
.compact-hero .hero-copy>p{max-width:690px;font-size:17px;line-height:1.75;color:#d8e5f7}
.hero-actions{margin-top:28px}.hero-proof{margin-top:26px}
.compact-hero .hero-visual{align-self:center}
.compact-hero .hero-card{max-width:560px;margin-left:auto;transform:perspective(1300px) rotateY(-2deg);box-shadow:0 40px 110px rgba(0,0,0,.38)}
.compact-hero .hero-card img{height:525px}
.hero-badge{font-size:15px;padding:16px 26px;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.fp-one{left:-58px;bottom:188px;width:126px}.fp-two{right:-20px;top:54px;width:132px}

.section{padding:104px 0}
.section.alt{padding:110px 0}
.section-title{max-width:880px;margin-bottom:46px}
.section-title .tag{display:inline-flex;margin-bottom:13px;letter-spacing:.09em;font-size:11px}
.section-title h2{font-size:clamp(38px,4.2vw,64px);line-height:1.04;letter-spacing:-.045em;margin:0;color:var(--ink)}
.section-title h2 span{display:block}
.section-title .title-main{color:var(--ink)}
.section-title .title-accent{margin-top:7px;background:linear-gradient(100deg,#0a3f83 0%,#d7a437 68%,#efcf79 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.dark .section-title .title-main{color:#fff}
.dark .section-title .title-accent{background:linear-gradient(100deg,#fff 0%,#efd47f 56%,#d49e31 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.section-title>p{max-width:760px;margin-top:20px;font-size:16px;line-height:1.8;color:#61738a}
.dark .section-title>p{color:#cbd9ed}

.property-cinema-strip{padding:24px 0 72px}
.cinema-gallery{gap:18px}
.cinema-gallery figure{border-radius:28px;box-shadow:0 24px 62px rgba(4,27,62,.17);transition:transform .35s ease,box-shadow .35s ease}
.cinema-gallery figure:hover{transform:translateY(-7px);box-shadow:0 34px 80px rgba(4,27,62,.25)}

.about-cinematic{padding:112px 0}
.inventory-section{padding-top:116px}
.service{min-height:235px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.service .icon{filter:drop-shadow(0 12px 16px rgba(6,41,87,.16));transform:translateZ(0)}
.service:hover{border-color:rgba(215,164,55,.45)}

.card{transition:transform .35s ease,box-shadow .35s ease;transform-style:preserve-3d}
.card:hover{transform:perspective(1000px) translateY(-9px) rotateX(1.2deg);box-shadow:0 30px 70px rgba(5,31,68,.18)}
.card>img{transition:transform .6s ease}.card:hover>img{transform:scale(1.045)}

.video-showcase{padding:112px 0 128px}
.video-title{margin-bottom:48px}
.video-title h2{white-space:normal;max-width:1000px;margin-inline:auto}
.video-title h2 span{display:inline}
.video-title .title-accent{margin-left:.18em}
.video-card.video-3d{box-shadow:0 50px 120px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.14),0 0 0 14px rgba(255,255,255,.025)}

.news-cinematic{padding:112px 0}
.news-feature-card{transition:transform .35s ease,box-shadow .35s ease}
.news-feature-card:hover{transform:translateY(-8px);box-shadow:0 30px 75px rgba(4,29,65,.17)}
.support-cinematic{padding:118px 0 126px}

/* subtle foreground decoration, always outside text columns */
.section-foreground{opacity:.12;width:300px}
.fg-left{left:-220px}.fg-right{right:-220px}
.section-foreground img{height:390px}

/* restrained reveal animation */
.reveal,.reveal-stagger>*{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}
.reveal.is-visible,.reveal-stagger.is-visible>*{opacity:1;transform:none}
.reveal-stagger.is-visible>*:nth-child(2){transition-delay:.08s}.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.16s}.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.24s}

@media(max-width:1100px){
 .compact-hero .container{grid-template-columns:1fr 470px;gap:38px}
 .compact-hero h1{font-size:62px}
 .hero-line-accent{font-size:.56em}
 .compact-hero .hero-card img{height:485px}
}
@media(max-width:900px){
 .compact-hero{padding-top:62px}.compact-hero .container{grid-template-columns:1fr;gap:44px}
 .compact-hero .hero-copy{max-width:700px}.compact-hero h1{font-size:56px}
 .compact-hero .hero-card{margin:0 auto}.compact-hero .hero-card img{height:470px}
 .section{padding:78px 0}.section.alt{padding:82px 0}.about-cinematic,.news-cinematic,.support-cinematic{padding:82px 0}
 .section-title h2{font-size:44px}.fg-left,.fg-right{opacity:.06}
 .video-title h2 span{display:block}.video-title .title-accent{margin-left:0}
}
@media(max-width:620px){
 .compact-hero{padding:48px 0}.compact-hero h1{font-size:43px;line-height:1.02}.hero-line-accent{font-size:.62em;margin-top:12px}
 .compact-hero .hero-copy>p{font-size:15px}.compact-hero .hero-card img{height:380px}
 .section{padding:62px 0}.section-title{margin-bottom:32px}.section-title h2{font-size:36px}.section-title>p{font-size:15px}
 .property-cinema-strip{padding-bottom:48px}.video-showcase{padding:68px 0 78px}.support-cinematic{padding-bottom:80px}
}
@media(prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none}.card,.service,.cinema-gallery figure{transition:none}}

/* ===== V6.1 HOTFIX — stable typography, no broken text effects ===== */
/* Disable all reveal effects so text never disappears, overlaps, or jumps. */
.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important}
.reveal.is-visible,.reveal-stagger.is-visible>*{opacity:1!important;transform:none!important}

/* Use solid, highly legible heading colors instead of transparent clipped text. */
.hero-line-light{color:#fff!important;text-shadow:0 8px 28px rgba(0,0,0,.28)!important}
.hero-line-accent{color:#f1c95d!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:currentColor!important;text-shadow:0 5px 22px rgba(0,0,0,.25)!important}
.section-title .title-main{color:#071a3b!important;background:none!important;-webkit-text-fill-color:currentColor!important;text-shadow:none!important}
.section-title .title-accent{color:#b77d16!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:currentColor!important;text-shadow:none!important}
.dark .section-title .title-main{color:#fff!important}
.dark .section-title .title-accent{color:#f1ca66!important}
.news-cinematic .section-title .title-main{color:#fff!important}
.news-cinematic .section-title .title-accent{color:#f1ca66!important}
.title-3d{transform:none!important;letter-spacing:-.035em!important;text-shadow:0 8px 28px rgba(0,0,0,.34)!important}

/* Keep headings balanced and prevent awkward single-word wrapping. */
.compact-hero h1{font-size:clamp(48px,5vw,76px)!important;line-height:1.03!important;max-width:760px!important}
.hero-line-accent{font-size:.54em!important;line-height:1.2!important;max-width:680px!important}
.section-title h2{font-size:clamp(36px,4vw,58px)!important;line-height:1.12!important;letter-spacing:-.035em!important;max-width:900px}
.video-title h2{white-space:normal!important;max-width:980px!important}

/* Remove movement on text containers while keeping cards/images interactive. */
.hero-copy,.section-title,.about-copy,.about-media{animation:none!important;transform:none}

@media(max-width:900px){
 .compact-hero h1{font-size:54px!important}
 .section-title h2{font-size:42px!important}
}
@media(max-width:620px){
 .compact-hero h1{font-size:40px!important}
 .hero-line-accent{font-size:.62em!important}
 .section-title h2{font-size:33px!important;line-height:1.16!important}
}

/* ===== V7 — PROFESSIONAL 3D TYPOGRAPHY (stable, no overlap) ===== */
/* The effect uses solid text colors and layered shadows only, so headings remain readable. */
.compact-hero h1,
.section-title h2,
.page-head h1,
.about-copy h2{
  position:relative;
  isolation:isolate;
  text-rendering:geometricPrecision;
  -webkit-font-smoothing:antialiased;
}

/* Hero title: luminous white + restrained navy depth. */
.hero-line-light{
  display:block;
  color:#ffffff!important;
  background:none!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.96),
    0 2px 0 #c8d8ee,
    0 3px 0 #9db5d5,
    0 5px 0 rgba(39,76,126,.82),
    0 10px 18px rgba(0,12,35,.34),
    0 22px 44px rgba(0,9,27,.26)!important;
}
.hero-line-accent{
  display:block;
  color:#f3ce69!important;
  background:none!important;
  -webkit-text-fill-color:#f3ce69!important;
  text-shadow:
    0 1px 0 #fff1b8,
    0 2px 0 #d8a939,
    0 4px 0 #a87314,
    0 8px 16px rgba(63,37,0,.35),
    0 18px 36px rgba(0,9,27,.24)!important;
}

/* Light sections: crisp navy title with a shallow engraved depth. */
.section-title .title-main,
.about-copy h2{
  color:#071a3b!important;
  background:none!important;
  -webkit-text-fill-color:#071a3b!important;
  text-shadow:
    0 1px 0 #ffffff,
    0 2px 0 #d6e0ee,
    0 3px 0 #b5c5da,
    0 6px 12px rgba(6,29,65,.18),
    0 15px 30px rgba(6,29,65,.10)!important;
}
.section-title .title-accent{
  color:#b67b15!important;
  background:none!important;
  -webkit-text-fill-color:#b67b15!important;
  text-shadow:
    0 1px 0 #fff2bd,
    0 2px 0 #dfb44e,
    0 3px 0 #9b6410,
    0 7px 14px rgba(116,70,0,.18)!important;
}

/* Dark sections: white and gold 3D, with controlled contrast. */
.dark .section-title .title-main,
.news-cinematic .section-title .title-main{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:
    0 1px 0 #ffffff,
    0 2px 0 #b9cae4,
    0 3px 0 #7794bd,
    0 6px 0 rgba(27,59,104,.78),
    0 12px 22px rgba(0,0,0,.34),
    0 24px 42px rgba(0,0,0,.20)!important;
}
.dark .section-title .title-accent,
.news-cinematic .section-title .title-accent{
  color:#f2cb65!important;
  -webkit-text-fill-color:#f2cb65!important;
  text-shadow:
    0 1px 0 #fff0b1,
    0 2px 0 #d7a63a,
    0 4px 0 #95600d,
    0 9px 18px rgba(0,0,0,.30)!important;
}

/* Standalone page headings follow the same premium system. */
.page-head h1{
  color:#fff;
  text-shadow:
    0 1px 0 #fff,
    0 2px 0 #c2d3ea,
    0 4px 0 #7895bd,
    0 9px 18px rgba(0,0,0,.30),
    0 22px 42px rgba(0,0,0,.18);
}

/* Small polish: the eyebrow/tag stays visually above the dimensional heading. */
.section-title .tag,.eyebrow{position:relative;z-index:2}

/* No motion on text; subtle depth response only on pointer devices. */
@media (hover:hover) and (pointer:fine){
  .section-title h2,.compact-hero h1,.about-copy h2{
    transition:filter .25s ease;
  }
  .section-title h2:hover,.compact-hero h1:hover,.about-copy h2:hover{
    filter:brightness(1.035);
  }
}

@media(max-width:620px){
  /* Reduce extrusion on small screens to keep Vietnamese diacritics exceptionally clear. */
  .hero-line-light{
    text-shadow:0 1px 0 #fff,0 2px 0 #a9bdd8,0 6px 14px rgba(0,12,35,.32)!important;
  }
  .hero-line-accent,
  .section-title .title-accent,
  .dark .section-title .title-accent,
  .news-cinematic .section-title .title-accent{
    text-shadow:0 1px 0 #fff0b4,0 2px 0 #b77c16,0 6px 13px rgba(0,0,0,.22)!important;
  }
  .section-title .title-main,.about-copy h2{
    text-shadow:0 1px 0 #fff,0 2px 0 #b9c8dc,0 7px 14px rgba(6,29,65,.16)!important;
  }
  .dark .section-title .title-main,.news-cinematic .section-title .title-main{
    text-shadow:0 1px 0 #fff,0 2px 0 #8ba5c9,0 8px 16px rgba(0,0,0,.30)!important;
  }
}

/* ===== V7.1 — LUXURY SERIF HEADINGS (theo mẫu người dùng) ===== */
/* Chỉ thay typography tiêu đề; giữ nguyên toàn bộ bố cục và chức năng. */

.compact-hero h1,
.section-title h2,
.about-copy h2,
.page-head h1,
.article-hero h1,
.article-content h2,
.footer h3{
  font-family:'Playfair Display','Times New Roman',serif!important;
  font-style:normal;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  letter-spacing:.005em!important;
}

/* Hero: sang, rõ, giống phong cách chữ vàng trong ảnh mẫu. */
.compact-hero h1{
  font-weight:700!important;
  line-height:1.04!important;
}
.hero-line-light{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 2px 3px rgba(0,0,0,.42),0 10px 30px rgba(0,0,0,.22)!important;
}
.hero-line-accent{
  color:#e8bd58!important;
  -webkit-text-fill-color:#e8bd58!important;
  font-weight:700!important;
  text-shadow:0 1px 0 #fff0b6,0 3px 0 #93600d,0 8px 20px rgba(0,0,0,.32)!important;
}

/* Tiêu đề section: bỏ hiệu ứng nổi dày gây đau mắt, giữ chiều sâu tinh tế. */
.section-title h2,
.about-copy h2{
  font-weight:700!important;
  line-height:1.08!important;
}
.section-title .title-main,
.about-copy h2{
  color:#071a3b!important;
  -webkit-text-fill-color:#071a3b!important;
  text-shadow:0 2px 0 rgba(255,255,255,.9),0 8px 20px rgba(7,26,59,.12)!important;
}
.section-title .title-accent{
  color:#bd841e!important;
  -webkit-text-fill-color:#bd841e!important;
  font-weight:700!important;
  text-shadow:0 1px 0 #fff0b5,0 5px 14px rgba(111,68,0,.18)!important;
}
.dark .section-title .title-main,
.news-cinematic .section-title .title-main{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 2px 3px rgba(0,0,0,.42),0 10px 25px rgba(0,0,0,.22)!important;
}
.dark .section-title .title-accent,
.news-cinematic .section-title .title-accent{
  color:#efc767!important;
  -webkit-text-fill-color:#efc767!important;
  text-shadow:0 1px 0 #fff0b2,0 3px 0 #87570c,0 8px 18px rgba(0,0,0,.28)!important;
}

/* Tiêu đề trang con và bài viết đồng bộ. */
.page-head h1,
.article-hero h1{
  font-weight:700!important;
  color:#fff!important;
  text-shadow:0 2px 3px rgba(0,0,0,.38),0 12px 28px rgba(0,0,0,.22)!important;
}
.article-content h2{
  font-weight:700!important;
  color:#082b61!important;
  text-shadow:none!important;
}

/* Giữ dấu tiếng Việt sạch và dễ đọc trên màn hình nhỏ. */
@media(max-width:620px){
  .compact-hero h1,
  .section-title h2,
  .about-copy h2,
  .page-head h1{
    letter-spacing:0!important;
  }
  .hero-line-accent,
  .section-title .title-accent,
  .dark .section-title .title-accent,
  .news-cinematic .section-title .title-accent{
    text-shadow:0 1px 0 rgba(255,240,178,.9),0 5px 12px rgba(0,0,0,.22)!important;
  }
}

/* ===== V7.2 — MORE DEPTH + COMPACT VIDEO ===== */
/* Thêm tiền cảnh vừa đủ để website có chiều sâu, không che nội dung. */
.compact-hero{isolation:isolate}
.compact-hero:before{
  content:"";position:absolute;left:-110px;bottom:-150px;width:360px;height:360px;
  border-radius:50%;background:radial-gradient(circle,rgba(228,181,70,.22),rgba(228,181,70,0) 70%);
  filter:blur(8px);pointer-events:none;z-index:1
}
.compact-hero:after{
  content:"";position:absolute;right:5%;top:13%;width:190px;height:190px;border:1px solid rgba(255,220,132,.2);
  border-radius:42px;transform:rotate(18deg);box-shadow:inset 0 0 40px rgba(255,255,255,.025);
  pointer-events:none;z-index:1
}
.hero-visual{position:relative;isolation:isolate}
.hero-visual:before{
  content:"";position:absolute;inset:7% -5% 5% 13%;border-radius:40px;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,0));
  border:1px solid rgba(255,255,255,.10);transform:rotate(-3deg);z-index:-1;pointer-events:none
}
.fp-three{
  position:absolute!important;right:-76px!important;bottom:54px!important;width:180px!important;
  transform:rotate(5deg);z-index:9!important
}
.fp-three img{height:108px!important}
.hero-market-chip{
  position:absolute;left:-54px;top:64px;z-index:10;min-width:225px;padding:15px 18px;border-radius:18px;
  background:rgba(4,22,52,.76);border:1px solid rgba(255,218,121,.25);backdrop-filter:blur(16px);
  box-shadow:0 20px 48px rgba(0,0,0,.28);color:#fff
}
.hero-market-chip b{display:block;font-family:'Playfair Display','Times New Roman',serif;font-size:14px;color:#efc767;letter-spacing:.04em}
.hero-market-chip small{display:block;margin-top:3px;color:#d9e5f5;font-size:11px}

/* Tăng lớp tiền cảnh nhẹ ở các section nhưng vẫn thoáng. */
.section-with-foreground:before{
  content:"";position:absolute;width:115px;height:115px;border-radius:28px;border:1px solid rgba(183,125,22,.13);
  background:linear-gradient(145deg,rgba(255,255,255,.38),rgba(255,255,255,.04));
  transform:rotate(17deg);pointer-events:none;z-index:0
}
.inventory-section:before{left:4%;bottom:12%}
#services:before{right:5%;top:18%}
.news-cinematic:before{right:7%;bottom:13%;border-color:rgba(239,199,103,.18);background:rgba(255,255,255,.025)}
.support-cinematic:before{left:5%;top:22%}
.section-with-foreground>.container{position:relative;z-index:2}

/* Thu nhỏ khu vực video khoảng 25–30% và tạo khung tiền cảnh cân đối. */
.video-frame-wrap{position:relative;max-width:900px;margin:0 auto;padding:0 34px}
.video-stage{max-width:790px!important;gap:26px!important}
.video-card.video-3d{border-radius:26px!important;box-shadow:0 34px 78px rgba(0,0,0,.50),0 0 0 1px rgba(255,255,255,.12),0 0 0 10px rgba(255,255,255,.02)!important}
.video-card.video-3d video,
.video-card.video-3d .external-video,
.video-card.video-3d .external-video img{height:clamp(320px,39vw,470px)!important}
.video-decor{position:absolute;width:155px;height:205px;border-radius:24px;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none}
.video-decor-left{left:-18px;background:linear-gradient(145deg,rgba(239,199,103,.16),rgba(255,255,255,.02));border:1px solid rgba(239,199,103,.20);transform:translateY(-50%) rotate(-8deg)}
.video-decor-right{right:-18px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(9,44,91,.12));border:1px solid rgba(255,255,255,.10);transform:translateY(-50%) rotate(8deg)}
.video-stage{position:relative;z-index:2}

@media(max-width:1100px){
  .fp-three{right:-20px!important;bottom:42px!important;width:160px!important}
  .hero-market-chip{left:-20px;top:48px}
}
@media(max-width:900px){
  .fp-three{right:2%!important;bottom:28px!important}
  .hero-market-chip{left:2%;top:30px}
  .video-frame-wrap{max-width:780px;padding:0 24px}
  .video-decor{width:115px;height:165px;opacity:.7}
}
@media(max-width:620px){
  .compact-hero:after,.section-with-foreground:before,.video-decor,.fp-three,.hero-market-chip{display:none!important}
  .video-frame-wrap{padding:0}
  .video-stage{max-width:100%!important}
  .video-card.video-3d video,
  .video-card.video-3d .external-video,
  .video-card.video-3d .external-video img{height:235px!important}
}

/* ===== V8 CRM & CMS ADMIN ===== */
.admin-v8{background:#f6f8fc;color:#172033}.admin-v8 .admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.admin-v8 .sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#071a3b,#0a2b5e);padding:22px 16px;color:#fff;display:flex;flex-direction:column;z-index:40;overflow:auto}.admin-brand{padding:0 8px}.admin-brand img{width:46px;height:46px;object-fit:contain}.admin-brand span{font-size:15px}.admin-brand small{display:block;color:#aebdd5;font-size:11px;margin-top:3px}.admin-nav{display:flex;flex-direction:column;gap:5px;margin-top:22px}.admin-nav a{display:flex;gap:12px;align-items:center;color:#d9e4f4;text-decoration:none;padding:11px 13px;border-radius:12px;font-size:14px;transition:.2s}.admin-nav a:hover,.admin-nav a.active{background:linear-gradient(90deg,rgba(229,181,70,.2),rgba(255,255,255,.06));color:#fff;box-shadow:inset 3px 0 #e5b546}.sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:14px;display:grid;gap:6px}.sidebar-bottom a,.sidebar-bottom button{background:none;border:0;color:#d9e4f4;text-align:left;padding:10px 12px;cursor:pointer;text-decoration:none;font:inherit}.admin-v8 .admin-main{min-width:0;padding:0 28px 44px}.admin-top{height:74px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);position:sticky;top:0;z-index:25;display:flex;justify-content:space-between;align-items:center;margin:0 -28px 28px;padding:0 30px;border-bottom:1px solid #e8edf5}.admin-top>div:first-child{display:flex;gap:14px;align-items:center}.admin-top small{display:block;color:#7a8598;font-size:11px}.admin-user{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6ebf3;border-radius:14px;padding:8px 12px}.admin-user small{max-width:220px}.status-dot,.live-dot{width:9px;height:9px;border-radius:50%;background:#26b36a;display:inline-block;box-shadow:0 0 0 4px rgba(38,179,106,.13)}.mobile-menu{display:none;border:0;background:#eef3f9;border-radius:8px;padding:8px}.admin-section{display:none}.admin-section.active{display:block}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.section-head h1{margin:0 0 6px;font-family:'Playfair Display','Times New Roman',serif;font-size:32px;color:#071a3b}.section-head p{margin:0;color:#68758a}.eyebrow-admin{font-size:11px!important;letter-spacing:.16em;color:#b47a13!important;font-weight:800}.admin-v8 .stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.admin-v8 .stat{background:#fff;border:1px solid #e6ebf3;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(18,41,77,.06);display:grid;grid-template-columns:auto 1fr;gap:4px 10px}.admin-v8 .stat i{grid-row:1/3;width:38px;height:38px;border-radius:12px;background:#fff5dd;color:#b47a13;display:grid;place-items:center;font-style:normal}.admin-v8 .stat span{font-size:12px;color:#778298}.admin-v8 .stat b{font-size:24px;color:#0a2b5e}.dashboard-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;margin-top:18px}.admin-panel{background:#fff;border:1px solid #e6ebf3;border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(17,42,80,.06)}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-head h2,.admin-panel h2{font-size:18px;margin:0;color:#14233d}.panel-head a{font-size:13px;color:#1476c9;text-decoration:none}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef6ff;color:#22689e;font-size:11px}.quick-actions{display:grid;gap:10px}.quick-actions button{border:1px solid #e6ebf3;background:#f9fbfe;padding:13px;text-align:left;border-radius:12px;cursor:pointer}.mini-list{display:grid;gap:11px}.mini-list>div{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;background:#f8fafc}.mini-list img{width:52px;height:42px;object-fit:cover;border-radius:9px}.mini-list i{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#fff1d2;color:#a96e09}.mini-list span{display:grid}.mini-list small{color:#78859a;margin-top:3px}.warehouse-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px}.warehouse-tabs button{background:#fff;border:1px solid #e4eaf2;border-radius:18px;padding:22px;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(18,41,77,.05)}.warehouse-tabs b,.warehouse-tabs small{display:block}.warehouse-tabs small{color:#7d8798;margin-top:6px}.permission-summary,.role-matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.permission-summary>div,.role-matrix>div{padding:16px;border-radius:14px;background:#f8fafc;display:grid;gap:8px}.toolbar{display:flex;gap:12px;margin-bottom:18px}.toolbar input,.toolbar select{background:#fff;border:1px solid #dfe6ef;border-radius:12px;padding:12px 14px}.toolbar input{flex:1}.admin-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.admin-property-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(17,42,80,.06)}.property-image{height:190px;position:relative}.property-image img{width:100%;height:100%;object-fit:cover}.property-image span{position:absolute;left:10px;top:10px;background:#fff;padding:5px 8px;border-radius:7px;font-size:11px}.property-image button{position:absolute;right:10px;top:10px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(4,21,49,.55);color:#fff;font-size:20px}.property-card-body{padding:16px}.property-card-body small,.property-card-body p{color:#748096}.property-card-body h3{font-size:17px;margin:7px 0}.property-card-body>b{font-size:18px;color:#b47a13}.property-card-body>div{display:flex;gap:8px;margin-top:14px}.property-card-body button,.person-actions button,.table-wrap button,.admin-video-actions button{border:1px solid #dce4ee;background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}.people-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.person-card{background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:16px;display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:start;box-shadow:0 8px 22px rgba(17,42,80,.05)}.person-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f5d27b,#b47a13);color:#fff;font-weight:800}.person-card h3{margin:2px 0 5px}.person-card p,.person-card small{margin:0;color:#738095}.person-meta{display:flex;gap:7px;margin-top:10px}.person-meta span{font-size:10px;padding:4px 7px;border-radius:999px;background:#f0f5fb}.person-actions{display:grid;gap:6px}.notice{background:#fff7e2;border:1px solid #f1d795;border-radius:14px;padding:14px 16px;margin-bottom:16px;color:#725019}.table-wrap{background:#fff;border:1px solid #e5eaf2;border-radius:18px;overflow:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{padding:14px;text-align:left;border-bottom:1px solid #edf1f6;font-size:13px}.table-wrap th{background:#f7f9fc;color:#526078}.website-card{background:linear-gradient(135deg,#071a3b,#0e3976);color:#fff;border-radius:22px;padding:24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.website-card>div:first-child{display:grid;gap:8px}.website-card small{color:#bdcbe0}.link-copy{display:flex;gap:8px;margin-top:5px}.link-copy input{min-width:420px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;padding:11px}.link-copy button{border:0;border-radius:10px;background:#e5b546;padding:0 14px}.site-qr-placeholder{width:120px;height:120px;border:1px dashed rgba(255,255,255,.35);border-radius:14px;display:grid;place-items:center;text-align:center}.security-form{max-width:850px}.security-tips,.report-list{display:grid;gap:10px}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.access-checks{display:flex!important;gap:14px;flex-wrap:wrap}.access-checks label{display:flex;gap:7px;align-items:center;background:#f6f8fb;padding:10px 12px;border-radius:10px}.modal-close{float:right;border:0;background:#eef2f7;border-radius:8px;padding:8px 10px}.admin-v8 code{background:#eef2f7;padding:2px 5px;border-radius:5px}
@media(max-width:1180px){.admin-v8 .stats{grid-template-columns:repeat(3,1fr)}.admin-property-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.admin-v8 .admin-shell{grid-template-columns:230px 1fr}.website-card .link-copy input{min-width:280px}}
@media(max-width:820px){.admin-v8 .admin-shell{display:block}.admin-v8 .sidebar{position:fixed;left:-290px;width:270px;transition:.25s}.sidebar-open .sidebar{left:0}.admin-v8 .admin-main{padding:0 14px 34px}.admin-top{margin:0 -14px 22px;padding:0 16px}.mobile-menu{display:block}.admin-user{display:none}.admin-v8 .stats,.admin-property-grid,.people-grid,.warehouse-tabs,.permission-summary,.role-matrix,.settings-grid{grid-template-columns:1fr}.section-head{display:block}.section-head .btn{margin-top:12px}.toolbar{flex-direction:column}.website-card{display:block}.site-qr-placeholder{margin-top:20px}.link-copy input{min-width:0!important;width:100%}.link-copy{flex-direction:column}}

/* V8.1 - Trang kho nhà công khai, tìm kiếm và chi tiết căn nhà */
.property-page-head{padding:76px 0}.property-page-head .eyebrow{color:#f4d57f;border-color:rgba(255,255,255,.25)}
.property-catalog{background:linear-gradient(180deg,#f4f7fb,#fff)}
.property-search-panel{display:grid;grid-template-columns:1fr 220px auto;gap:12px;background:#fff;padding:16px;border:1px solid #e0e7f0;border-radius:20px;box-shadow:0 14px 40px rgba(5,36,77,.08);margin-top:-118px;margin-bottom:28px;position:relative;z-index:3}
.search-input-wrap{display:flex;align-items:center;gap:10px;border:1px solid #d8e1ed;border-radius:13px;padding:0 14px;background:#fff}.search-input-wrap span{font-size:25px;color:#65758b}.search-input-wrap input{border:0;outline:0;padding-left:0}
.catalog-summary{display:flex;justify-content:space-between;align-items:center;margin:20px 0;color:#718096}.catalog-summary b{color:#0b2d61;font-size:18px}
.property-public-card h3{margin:12px 0 6px;font-size:20px}.property-card-image{display:block;position:relative;overflow:hidden}.property-card-image img{transition:.35s}.property-public-card:hover .property-card-image img{transform:scale(1.05)}
.property-card-status{position:absolute;left:13px;top:13px;background:#fff;padding:6px 10px;border-radius:8px;font-size:11px;font-weight:800}.property-card-view{position:absolute;left:14px;bottom:13px;background:rgba(3,19,46,.78);color:#fff;padding:7px 11px;border-radius:9px;font-size:12px;opacity:0;transform:translateY(7px);transition:.25s}.property-public-card:hover .property-card-view{opacity:1;transform:none}
.property-card-top{display:flex;justify-content:space-between;align-items:center}.property-card-top small{color:#7c8798;font-weight:700}.property-card-actions{display:flex;gap:10px;margin-top:18px}.property-card-actions .btn{flex:1;padding:11px 14px}
.property-empty{text-align:center;padding:64px 20px;background:#fff;border-radius:22px;border:1px dashed #cbd6e5}
.property-detail-page{min-height:70vh;background:#f7f9fc}.detail-breadcrumb{padding:20px 0;background:#fff;border-bottom:1px solid #e7ebf1}.detail-breadcrumb .container{display:flex;gap:11px;color:#6e7b8e}.detail-breadcrumb a{color:#176bb3}
.detail-hero{padding:34px 0}.detail-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:28px}.detail-gallery,.detail-summary,.detail-info-card,.detail-contact-card{background:#fff;border:1px solid #e3e9f1;border-radius:24px;box-shadow:0 15px 42px rgba(5,36,77,.08)}.detail-gallery{padding:16px}.detail-main{position:relative;border-radius:17px;overflow:hidden;background:#e9eef5}.detail-main>img{width:100%;height:500px;object-fit:cover}.detail-status,.detail-photo-count{position:absolute;top:16px;padding:8px 11px;border-radius:9px;font-size:12px;font-weight:800}.detail-status{left:16px;background:#fff}.detail-photo-count{right:16px;background:rgba(3,19,46,.78);color:#fff}
.detail-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:11px}.detail-thumb{padding:0;border:2px solid transparent;border-radius:11px;overflow:hidden;background:none;cursor:pointer}.detail-thumb.active{border-color:#d3a33e}.detail-thumb img{width:100%;height:80px;object-fit:cover}
.detail-summary{padding:28px;align-self:start;position:sticky;top:102px}.detail-summary h1{font-family:'Playfair Display','Times New Roman',serif;font-size:34px;line-height:1.2;color:#071a3b;margin:14px 0}.detail-code{color:#788397}.detail-price{font-size:32px;color:#b47a13;font-weight:900;margin:14px 0}.detail-location{font-size:17px;color:#536176}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.detail-facts div{padding:13px;background:#f5f8fc;border-radius:12px}.detail-facts b,.detail-facts span{display:block}.detail-facts span{font-size:11px;color:#7d8798}.detail-cta{width:100%;margin-top:10px}.privacy-note{font-size:12px;color:#7b8798;margin-top:17px}
.detail-content-section{padding-top:28px}.detail-content-grid{display:grid;grid-template-columns:1fr 360px;gap:24px}.detail-info-card,.detail-contact-card{padding:28px}.detail-info-card h2,.detail-contact-card h2{color:#071a3b;margin-top:0}.detail-table{margin-top:22px;border-top:1px solid #e8edf3}.detail-table div{display:flex;justify-content:space-between;gap:24px;padding:14px 0;border-bottom:1px solid #e8edf3}.detail-table span{color:#778398}.detail-table b{text-align:right}.detail-contact-card{align-self:start}.detail-contact-card .btn{width:100%;margin:12px 0 20px}.detail-contact-card>a{color:#176bb3;font-weight:700}.detail-loading,.detail-error{text-align:center;padding:100px 20px}
@media(max-width:900px){.property-search-panel{grid-template-columns:1fr;margin-top:-80px}.detail-layout,.detail-content-grid{grid-template-columns:1fr}.detail-summary{position:static}.detail-main>img{height:420px}.detail-thumbs{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){.property-search-panel{margin-top:-55px}.catalog-summary{display:block}.catalog-summary span{display:block;margin-top:6px}.detail-main>img{height:280px}.detail-thumbs{grid-template-columns:repeat(3,1fr)}.detail-thumb img{height:62px}.detail-summary h1{font-size:28px}.detail-facts{grid-template-columns:1fr 1fr}.property-card-actions{flex-direction:column}}


/* V8.2 - Dịch vụ có ảnh minh họa và trang chi tiết riêng */
.service-link-grid{align-items:stretch}.service-link-card{display:flex!important;flex-direction:column;padding:0!important;overflow:hidden;text-decoration:none;color:inherit;background:#fff;border:1px solid #dfe6ef;transition:transform .28s,box-shadow .28s,border-color .28s}.service-link-card>img{width:100%;height:180px;object-fit:cover;transition:transform .4s}.service-link-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(7,35,75,.15);border-color:rgba(190,139,42,.45)}.service-link-card:hover>img{transform:scale(1.045)}.service-card-content{padding:22px;display:flex;flex-direction:column;flex:1}.service-card-content .icon{margin-top:-49px;position:relative;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 10px 28px rgba(8,32,69,.14);font-size:27px}.service-card-content h3{margin:16px 0 9px}.service-card-content p{flex:1}.service-card-content>span{font-weight:800;color:#a66f10;margin-top:14px}
.service-detail-page{background:#f7f9fc}.service-detail-loading{text-align:center;padding:120px 20px}.service-detail-hero{position:relative;min-height:610px;display:flex;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(2,17,43,.96) 0%,rgba(2,17,43,.78) 50%,rgba(2,17,43,.18) 100%),var(--service-hero);background-size:cover;background-position:center}.service-detail-hero .container{position:relative;z-index:2}.service-detail-hero h1{font-family:'Playfair Display','Times New Roman',serif;max-width:840px;font-size:clamp(43px,5.4vw,78px);line-height:1.04;margin:18px 0}.service-detail-hero p{max-width:720px;font-size:19px;line-height:1.75;color:#e3eaf4}.service-back{display:inline-block;color:#f4d57f;font-weight:800;margin-bottom:28px}.service-detail-hero .eyebrow{color:#f4d57f;border-color:rgba(255,255,255,.22)}.service-ghost{color:#fff!important;border-color:rgba(255,255,255,.45)!important}
.service-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.service-overview-grid h2,.service-faq-grid h2,.service-cta-card h2{font-family:'Playfair Display','Times New Roman',serif;color:#071a3b;font-size:clamp(34px,4vw,55px);line-height:1.12}.service-benefit-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:14px}.service-benefit-list li{padding:15px 18px;border-radius:13px;background:#fff;border:1px solid #e0e7f0;box-shadow:0 9px 25px rgba(7,35,75,.06);font-weight:700;color:#17365f}.service-main-image{position:relative}.service-main-image img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 28px 70px rgba(7,35,75,.18)}.service-main-image span{position:absolute;right:20px;bottom:20px;background:rgba(2,17,43,.82);color:#fff;padding:10px 14px;border-radius:10px;font-size:12px}
.service-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-process-grid article{background:#fff;border:1px solid #e0e7ef;border-radius:20px;padding:26px;min-height:245px;box-shadow:0 14px 34px rgba(7,35,75,.07)}.service-process-grid article b{font-family:'Playfair Display','Times New Roman',serif;font-size:45px;color:#cf982f}.service-process-grid article h3{color:#071a3b;font-size:21px}.service-process-grid article p{color:#66758a;line-height:1.7}
.service-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#fff;border:1px solid #e0e7ef;box-shadow:0 14px 36px rgba(7,35,75,.08)}.service-gallery img{width:100%;height:330px;object-fit:cover}.service-gallery figcaption{padding:17px 20px;font-weight:800;color:#17365f}
.service-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:62px;align-items:start}.service-faq-grid h2{color:#fff}.service-faq-grid>div:first-child p{color:#c8d4e5;line-height:1.8}.service-faq-list{display:grid;gap:12px}.service-faq-list details{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:15px;padding:18px 20px}.service-faq-list summary{cursor:pointer;font-weight:800;color:#fff}.service-faq-list p{color:#c8d4e5;line-height:1.7;margin-bottom:0}.service-cta-section{background:linear-gradient(135deg,#f4f7fb,#fff)}.service-cta-card{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#071a3b;color:#fff;padding:45px;border-radius:28px;box-shadow:0 24px 60px rgba(7,35,75,.2)}.service-cta-card h2{color:#fff;margin:12px 0}.service-cta-card p{color:#c9d4e5;margin:0}.service-cta-card .btn{white-space:nowrap}
@media(max-width:980px){.service-overview-grid,.service-faq-grid{grid-template-columns:1fr}.service-process-grid{grid-template-columns:1fr 1fr}.service-gallery{grid-template-columns:1fr 1fr}.service-detail-hero{min-height:540px}.service-main-image img{height:430px}}
@media(max-width:640px){.service-link-card>img{height:210px}.service-process-grid,.service-gallery{grid-template-columns:1fr}.service-gallery img{height:280px}.service-detail-hero{min-height:580px;background-position:62% center}.service-detail-hero h1{font-size:39px}.service-detail-hero p{font-size:16px}.service-overview-grid{gap:30px}.service-main-image img{height:330px}.service-cta-card{display:block;padding:30px}.service-cta-card .btn{width:100%;margin-top:20px}}

/* V8.3 - representative image, emphasized CTAs, clickable foreground introduction */
.hero-actions-emphasis{gap:18px;align-items:center;flex-wrap:wrap}
.hero-cta-main{font-size:17px!important;font-weight:850!important;letter-spacing:.5px;padding:17px 29px!important;min-width:210px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.hero-card-link{display:block;text-decoration:none;color:inherit;position:relative;cursor:pointer}
.hero-card-link img{object-position:center 32%!important}
.hero-card-hint{position:absolute;left:18px;bottom:72px;background:rgba(4,20,45,.82);color:#fff;border:1px solid rgba(231,180,74,.6);padding:8px 13px;border-radius:999px;font-size:12px;font-weight:700;opacity:0;transform:translateY(8px);transition:.25s}
.hero-card-link:hover .hero-card-hint{opacity:1;transform:none}
.foreground-link{cursor:pointer;text-decoration:none;color:inherit;transition:transform .25s ease,filter .25s ease,box-shadow .25s ease}
.foreground-link:hover{transform:translateY(-7px) scale(1.025);filter:brightness(1.08);box-shadow:0 22px 48px rgba(0,0,0,.3)}
.hero-market-chip.foreground-link{display:flex}
.cinema-link{display:block;text-decoration:none;color:inherit;border-radius:inherit;transition:transform .25s ease,filter .25s ease}
.cinema-link:hover{transform:translateY(-6px);filter:brightness(1.06)}
.about-page{background:#f6f8fc}
.about-page-hero{padding:72px 0 82px;background:radial-gradient(circle at 78% 30%,rgba(216,168,63,.19),transparent 32%),linear-gradient(130deg,#06152b,#0b2f62);color:#fff;overflow:hidden}
.about-page-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:64px}
.about-page-hero h1{font-family:var(--font-display);font-size:clamp(48px,6vw,82px);line-height:1.02;margin:18px 0 22px}.about-page-hero h1 span{color:#e5b34e}.about-page-hero p{font-size:18px;line-height:1.8;max-width:690px;color:#d7e1ef}
.about-page-portrait{position:relative;max-width:470px;margin-left:auto;border:1px solid rgba(230,181,77,.6);border-radius:32px;overflow:hidden;background:linear-gradient(145deg,#112c54,#071629);box-shadow:0 30px 80px rgba(0,0,0,.4)}
.about-page-portrait img{width:100%;height:560px;display:block;object-fit:cover;object-position:center 30%}.about-page-portrait>div{position:absolute;left:22px;right:22px;bottom:20px;padding:16px 20px;border-radius:18px;background:rgba(5,20,42,.82);backdrop-filter:blur(10px);display:flex;justify-content:space-between;gap:15px}.about-page-portrait b{color:#edbd58}.about-page-portrait span{color:#fff}
.about-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.about-feature-grid article{background:#fff;border:1px solid #dfe6f1;border-radius:24px;padding:28px;box-shadow:0 15px 40px rgba(17,44,82,.08)}.about-feature-grid b{font-size:36px;color:#d09a2e}.about-feature-grid h3{font-size:20px;margin:12px 0}.about-feature-grid p{color:#5b687a;line-height:1.7}
.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-timeline>div{background:#fff;padding:28px;border-radius:22px;border:1px solid #e3e8f0}.process-timeline span{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#092d5c;color:#fff;font-weight:800}.process-timeline h3{margin:16px 0 8px}.process-timeline p{color:#657184}
.commitment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.commitment-grid>div{padding:28px;border-radius:22px;border:1px solid rgba(225,178,75,.32);background:rgba(255,255,255,.06)}.commitment-grid h3{color:#e9bc60}.commitment-grid p{color:#d5deea;line-height:1.7}
.about-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;background:#fff;border:1px solid #dce4ef;border-radius:28px;padding:36px;box-shadow:0 18px 55px rgba(16,43,78,.1)}.about-cta h2{font-family:var(--font-display);font-size:38px;margin:10px 0}.about-cta p{color:#617084}
@media(max-width:900px){.about-page-hero-grid{grid-template-columns:1fr}.about-page-portrait{margin:0;max-width:100%}.about-feature-grid,.process-timeline{grid-template-columns:repeat(2,1fr)}.commitment-grid{grid-template-columns:1fr}.about-cta{display:block}.about-cta .hero-actions{margin-top:24px}}
@media(max-width:580px){.hero-cta-main{width:100%;min-width:0;font-size:15px!important}.about-feature-grid,.process-timeline{grid-template-columns:1fr}.about-page-portrait img{height:430px}}

/* V8.4 - polished representative avatar and one-line brand name */
.brand>span{white-space:nowrap;line-height:1.2}
.brand>span small{white-space:normal;margin-top:4px}
.hero-profile-card{
  max-width:440px!important;
  min-height:510px;
  display:flex!important;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  padding:26px 26px 24px!important;
  overflow:visible;
  background:
    radial-gradient(circle at 50% 12%,rgba(243,205,115,.22),transparent 38%),
    linear-gradient(155deg,rgba(255,255,255,.16),rgba(4,20,45,.55));
}
.hero-avatar-frame{
  width:330px;
  height:390px;
  border-radius:42% 42% 32px 32px;
  padding:7px;
  background:linear-gradient(145deg,#ffe8a8,#c58a26 52%,#fff2c7);
  box-shadow:0 22px 65px rgba(0,0,0,.38),0 0 0 9px rgba(255,255,255,.06);
  overflow:hidden;
  position:relative;
}
.hero-avatar-frame:after{content:"";position:absolute;inset:7px;border-radius:inherit;box-shadow:inset 0 0 32px rgba(5,18,42,.2);pointer-events:none}
.hero-avatar-frame img{
  width:100%!important;
  height:100%!important;
  border-radius:calc(42% - 5px) calc(42% - 5px) 25px 25px!important;
  object-fit:cover!important;
  object-position:center 26%!important;
  transform:none!important;
}
.hero-profile-info{
  width:calc(100% + 18px);
  margin-top:-18px;
  position:relative;
  z-index:3;
  padding:17px 22px 15px;
  border:1px solid rgba(240,195,92,.58);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(5,22,49,.94),rgba(10,49,99,.9));
  box-shadow:0 16px 38px rgba(0,0,0,.34);
  text-align:center;
}
.hero-profile-info strong{
  display:block;
  white-space:nowrap;
  font-family:'Playfair Display','Times New Roman',serif;
  font-size:clamp(20px,2vw,28px);
  line-height:1.1;
  letter-spacing:.035em;
  color:#f2c35d;
  text-shadow:0 2px 12px rgba(242,195,93,.2);
}
.hero-profile-info span{display:block;margin-top:7px;color:#eef5ff;font-size:13px;letter-spacing:.03em}
.hero-profile-card .hero-card-hint{left:50%;bottom:-42px;transform:translate(-50%,8px);white-space:nowrap}
.hero-profile-card:hover .hero-card-hint{transform:translate(-50%,0)}
.hero-market-chip{min-width:245px}
.hero-market-chip b{display:block;white-space:nowrap;font-size:14px;letter-spacing:.035em}

.about-profile-polished{
  padding:28px 28px 24px;
  min-height:570px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
  background:radial-gradient(circle at 50% 12%,rgba(236,188,82,.24),transparent 40%),linear-gradient(155deg,#123866,#06152d)!important;
}
.about-avatar-halo{
  width:min(370px,100%);
  height:455px;
  padding:8px;
  border-radius:48% 48% 34px 34px;
  background:linear-gradient(145deg,#ffe9ad,#b87a18 50%,#fff5d3);
  box-shadow:0 24px 65px rgba(0,0,0,.42),0 0 0 11px rgba(255,255,255,.055);
  overflow:hidden;
}
.about-avatar-halo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 26%!important;
  border-radius:calc(48% - 6px) calc(48% - 6px) 27px 27px!important;
}
.about-profile-caption{
  position:relative!important;
  left:auto!important;right:auto!important;bottom:auto!important;
  width:calc(100% + 12px);
  margin-top:-20px;
  z-index:3;
  padding:18px 20px!important;
  border:1px solid rgba(238,192,90,.62);
  border-radius:19px!important;
  background:rgba(4,20,44,.93)!important;
  display:block!important;
  text-align:center;
}
.about-profile-caption b{
  display:block;
  white-space:nowrap;
  font-family:'Playfair Display','Times New Roman',serif;
  font-size:clamp(21px,2vw,29px);
  line-height:1.1;
  letter-spacing:.035em;
  color:#f0bf57!important;
}
.about-profile-caption span{display:block;margin-top:7px;color:#fff!important;font-size:13px}

@media(max-width:900px){
  .hero-profile-card{margin:10px auto 36px!important;min-height:480px}
  .hero-avatar-frame{width:min(330px,86vw);height:380px}
}
@media(max-width:580px){
  .brand>span{font-size:13px}
  .brand>span small{font-size:9px}
  .hero-profile-card{min-height:435px;padding:20px 18px!important}
  .hero-avatar-frame{width:min(285px,82vw);height:330px}
  .hero-profile-info{width:100%;padding:15px 12px}
  .hero-profile-info strong,.about-profile-caption b{font-size:20px;letter-spacing:.01em}
  .about-profile-polished{min-height:500px;padding:22px 18px}
  .about-avatar-halo{height:390px}
}

/* V8.5 - hero portrait, readable brand and extra house foreground */
:root{--font-display:'Playfair Display','Cormorant Garamond','Times New Roman',serif}
.hero-profile-card{z-index:10!important;max-width:470px!important;min-height:535px!important;padding:24px 24px 26px!important}
.hero-avatar-frame{width:350px!important;height:420px!important;border-radius:34px!important}
.hero-avatar-frame img{object-fit:cover!important;object-position:center 22%!important;border-radius:27px!important}
.hero-profile-info{z-index:30!important;width:calc(100% + 10px)!important;margin-top:-16px!important;padding:18px 18px 16px!important;overflow:visible!important}
.hero-profile-info strong{font-family:var(--font-display)!important;font-size:clamp(22px,2.1vw,31px)!important;letter-spacing:.018em!important;white-space:nowrap!important;color:#f3c75f!important;text-shadow:0 2px 10px rgba(0,0,0,.45)!important}
.hero-profile-info span{font-family:'Be Vietnam Pro',Arial,sans-serif!important;font-size:13px!important}
.hero-market-chip{display:none!important}
.hero-visual{padding:28px 24px 34px!important;min-height:590px}
.floating-property{z-index:12!important;width:145px!important;background:rgba(5,22,49,.9)!important;border-color:rgba(239,196,94,.55)!important}
.fp-one{left:-58px!important;bottom:170px!important;transform:rotate(-5deg)!important}
.fp-two{right:-28px!important;top:58px!important;transform:rotate(5deg)!important}
.fp-three{right:-45px!important;bottom:86px!important;transform:rotate(7deg)!important;width:165px!important}
.fp-four{left:-36px!important;top:88px!important;transform:rotate(-6deg)!important;width:150px!important}
.fp-four img{height:92px!important}
.floating-property span{font-family:'Be Vietnam Pro',Arial,sans-serif!important;font-size:11px!important;line-height:1.3!important}
.hero-copy h1,.section-title h2,.about-copy h2{font-family:var(--font-display)!important}
.brand>span{font-family:'Be Vietnam Pro',Arial,sans-serif!important;white-space:nowrap!important}
@media(max-width:1180px){
  .fp-one{left:-15px!important}.fp-two{right:-5px!important}.fp-three{right:-12px!important}.fp-four{left:-5px!important}
  .hero-profile-card{max-width:440px!important}.hero-avatar-frame{width:325px!important;height:395px!important}
}
@media(max-width:900px){
  .hero-visual{min-height:auto;padding:15px 0 45px!important}
  .fp-one,.fp-two,.fp-three,.fp-four{display:none!important}
  .hero-profile-info strong{font-size:24px!important}
}
@media(max-width:520px){
  .hero-profile-card{min-height:455px!important;padding:18px 14px 20px!important}
  .hero-avatar-frame{width:min(300px,88vw)!important;height:350px!important}
  .hero-profile-info{width:100%!important}
  .hero-profile-info strong{font-size:20px!important;letter-spacing:0!important}
}

/* V8.6 - clean portrait, unobstructed brand, corrected typography and richer introduction */
.hero-avatar-frame,
.about-avatar-halo{
  padding:0!important;
  background:transparent!important;
  border:none!important;
  outline:none!important;
  box-shadow:
    0 30px 80px rgba(0,0,0,.42),
    0 0 52px rgba(43,133,255,.42),
    0 0 95px rgba(237,190,82,.14)!important;
}
.hero-avatar-frame:after{display:none!important}
.hero-avatar-frame img,
.about-avatar-halo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 20%!important;
  border-radius:30px!important;
  filter:none!important;
  image-rendering:auto!important;
  transform:none!important;
  backface-visibility:hidden;
}
.hero-profile-info{
  width:118%!important;
  max-width:none!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  margin-top:-10px!important;
  padding:18px 24px 16px!important;
  overflow:visible!important;
  z-index:40!important;
}
.hero-profile-info strong,
.about-profile-caption b{
  font-family:'Be Vietnam Pro',Arial,sans-serif!important;
  font-size:clamp(20px,1.8vw,27px)!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  color:#f1c75f!important;
  text-shadow:0 2px 12px rgba(0,0,0,.45)!important;
}
.hero-profile-info span,
.about-profile-caption span{
  font-family:'Be Vietnam Pro',Arial,sans-serif!important;
  font-weight:600!important;
}
.hero-profile-card{overflow:visible!important;z-index:15!important}
.floating-property{z-index:6!important}
.fp-four{left:-78px!important;top:68px!important}
.fp-two{right:-68px!important;top:52px!important}
.fp-one{left:-92px!important;bottom:155px!important}
.fp-three{right:-98px!important;bottom:18px!important}
.hero-profile-info{pointer-events:auto}
.hero-card-hint{z-index:45!important}
.about-profile-polished{border:none!important;box-shadow:0 30px 80px rgba(0,0,0,.34),0 0 70px rgba(48,130,255,.25)!important}
.about-profile-caption{width:112%!important;left:50%!important;transform:translateX(-50%)!important;overflow:visible!important}
.about-page-hero h1,.section-title h2,.about-copy h2,.about-cta h2{
  font-family:'Playfair Display','Times New Roman',serif!important;
  font-kerning:normal;
  text-rendering:optimizeLegibility;
}
.about-story-section{background:linear-gradient(180deg,#f8fbff,#eef4fb)}
.about-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.about-story-card{background:#fff;border:1px solid #dfe7f1;border-radius:24px;overflow:hidden;box-shadow:0 18px 48px rgba(6,35,77,.1)}
.about-story-card img{width:100%;height:245px;object-fit:cover}
.about-story-card>div{padding:24px}
.about-story-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#092f64;color:#fff;font-weight:800}
.about-story-card h3{font-size:21px;margin:16px 0 10px;color:#071f42}
.about-story-card p{margin:0;color:#5c6b80;line-height:1.75}
.about-gallery-grid{display:grid;grid-template-columns:1.35fr .8fr;grid-template-rows:1fr 1fr;gap:20px}
.about-gallery-grid figure{position:relative;margin:0;min-height:250px;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(5,35,75,.13)}
.about-gallery-grid .about-gallery-large{grid-row:1/3;min-height:520px}
.about-gallery-grid img{width:100%;height:100%;object-fit:cover}
.about-gallery-grid figcaption{position:absolute;left:18px;right:18px;bottom:16px;padding:13px 16px;border-radius:14px;background:rgba(4,20,44,.82);color:#fff;font-weight:700;backdrop-filter:blur(10px)}
@media(max-width:1180px){
  .fp-four{left:-28px!important}.fp-two{right:-22px!important}.fp-one{left:-35px!important}.fp-three{right:-35px!important}
}
@media(max-width:900px){
  .hero-profile-info{width:106%!important}
  .about-story-grid{grid-template-columns:1fr 1fr}
  .about-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .about-gallery-grid .about-gallery-large{grid-row:auto;grid-column:1/-1;min-height:430px}
}
@media(max-width:620px){
  .hero-profile-info{width:100%!important;left:auto!important;transform:none!important}
  .hero-profile-info strong,.about-profile-caption b{font-size:18px!important;white-space:normal!important}
  .about-profile-caption{width:100%!important;left:auto!important;transform:none!important}
  .about-story-grid,.about-gallery-grid{grid-template-columns:1fr}
  .about-gallery-grid .about-gallery-large{grid-column:auto;min-height:320px}
  .about-story-card img{height:220px}
}

/* ===== V8.7 — Hero giao diện đầu trang theo mẫu tham chiếu ===== */
.topbar{display:none!important}
.luxury-navbar{position:sticky;top:0;background:#041a3a!important;border-bottom:1px solid rgba(222,174,71,.2);box-shadow:none;backdrop-filter:blur(16px)}
.luxury-navbar .nav{min-height:82px;width:min(1420px,calc(100% - 42px))}
.luxury-brand{color:#e6b74f!important;min-width:320px;gap:12px;font-family:'Playfair Display','Times New Roman',serif;letter-spacing:.02em;white-space:nowrap}
.luxury-brand img{width:54px;height:54px;mix-blend-mode:screen;filter:sepia(1) saturate(1.5) brightness(1.25)}
.luxury-brand span{font-size:18px;line-height:1.08}.luxury-brand small{margin-top:5px;color:#fff!important;font-family:'Be Vietnam Pro',Arial,sans-serif;font-size:9px;letter-spacing:.08em;font-weight:600}
.luxury-navbar .menu{gap:26px}.luxury-navbar .menu a{position:relative;color:#fff;font-size:12px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.luxury-navbar .menu a:hover,.luxury-navbar .menu a.active{color:#e8b84e}.luxury-navbar .menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:-28px;height:3px;background:#e5b64b;border-radius:4px;box-shadow:0 0 14px rgba(229,182,75,.7)}
.header-phone{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:1px solid #dba640;border-radius:999px;color:#eabf62;font-weight:800;font-size:14px;white-space:nowrap}
.reference-hero{position:relative;min-height:1000px;padding:0 0 34px;background:linear-gradient(105deg,#041a3a 0%,#07336e 55%,#0a4c91 100%);overflow:hidden;color:#fff;isolation:isolate}
.reference-city{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,18,43,.86) 0%,rgba(4,29,65,.44) 54%,rgba(4,24,52,.22) 100%),url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=2200&q=88');background-size:cover;background-position:center 48%;opacity:.82;z-index:-3}
.reference-city:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,17,39,.03),rgba(2,16,37,.38) 62%,#061c3c 100%)}
.reference-glow{position:absolute;width:540px;height:540px;right:9%;top:62px;border:3px solid rgba(238,189,79,.8);border-radius:50%;filter:drop-shadow(0 0 24px rgba(231,177,63,.6));z-index:-1}.reference-glow:after{content:"";position:absolute;inset:-22px;border:1px solid rgba(84,164,255,.58);border-radius:50%;filter:blur(.2px)}
.reference-hero-grid{width:min(1420px,calc(100% - 42px));display:grid!important;grid-template-columns:1.08fr .92fr!important;min-height:600px!important;gap:28px!important;align-items:center!important;padding-top:18px}
.reference-copy{padding:45px 0 40px;position:relative;z-index:3}.reference-kicker{display:none}.reference-copy h1{font-family:'Playfair Display','Times New Roman',serif;margin:0;line-height:.98;letter-spacing:.01em;text-transform:uppercase;text-shadow:0 4px 16px rgba(0,0,0,.3)}.reference-copy h1 span{display:block;font-size:clamp(42px,4.8vw,74px);font-weight:500;color:#fff}.reference-copy h1 strong{display:block;margin-top:18px;font-size:clamp(52px,6.1vw,94px);font-weight:700;color:#efc15e;text-shadow:0 2px 0 #9c681b,0 8px 24px rgba(0,0,0,.35)}
.reference-subtitle{font-size:20px!important;color:#fff!important;margin:28px 0 32px!important;max-width:none!important}.reference-trust{display:flex;gap:44px;align-items:flex-start;margin:0 0 38px}.reference-trust>div{display:flex;gap:12px;align-items:flex-start;min-width:150px}.reference-trust b{width:42px;height:42px;border:1px solid #dca942;border-radius:50%;display:grid;place-items:center;color:#e9b84d;font-size:20px;flex:0 0 auto}.reference-trust span{display:flex;flex-direction:column}.reference-trust strong{font-size:16px}.reference-trust small{display:block;max-width:155px;color:#d9e4f4;font-size:12px;line-height:1.55;margin-top:2px}
.reference-actions{display:flex;gap:18px;flex-wrap:wrap}.reference-actions .btn{height:74px;border-radius:15px;padding:0 30px;font-size:16px;letter-spacing:.02em;min-width:280px}.reference-actions .btn span{font-size:25px;margin-left:auto}.reference-primary{background:linear-gradient(135deg,#f7d273,#c98f27);color:#fff;box-shadow:0 14px 40px rgba(203,145,36,.35),inset 0 1px 0 rgba(255,255,255,.55)}.reference-secondary{background:rgba(4,29,64,.65);color:#f0c25d;border:1.5px solid #e1a936;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.reference-portrait{align-self:end;height:590px;position:relative;display:flex;align-items:flex-end;justify-content:center;z-index:2}.reference-portrait img{position:relative;z-index:2;width:auto;height:570px;max-width:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 34px rgba(0,0,0,.4));image-rendering:auto}.portrait-orbit{position:absolute;z-index:1;width:470px;height:470px;right:8%;top:58px;border:3px solid rgba(236,185,74,.86);border-radius:50%;box-shadow:0 0 34px rgba(225,168,54,.44)}.portrait-orbit:before{content:"";position:absolute;inset:-22px;border:1px solid rgba(104,176,255,.55);border-radius:50%}
.hero-service-row{width:min(1420px,calc(100% - 42px));display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative;z-index:5;margin-top:-8px}.hero-service-card{position:relative;display:flex;flex-direction:column;background:#f7f8fb;border:1px solid rgba(255,255,255,.28);border-radius:20px;overflow:hidden;box-shadow:0 18px 45px rgba(1,13,33,.28);transition:.28s}.hero-service-card:hover{transform:translateY(-7px);box-shadow:0 28px 60px rgba(1,13,33,.4)}.hero-service-card>img{width:100%;height:175px;object-fit:cover}.hero-service-card>div{padding:42px 22px 22px;text-align:center;color:#0a1e44;display:flex;flex-direction:column;flex:1}.hero-service-card h3{font-family:'Playfair Display','Times New Roman',serif;font-size:20px;line-height:1.25;margin:0 0 12px}.hero-service-card p{font-size:13px!important;line-height:1.65;color:#43516c!important;margin:0 0 16px!important}.hero-service-card b{margin-top:auto;padding-top:15px;border-top:1px solid #dfe4ec;font-size:12px}.hero-service-icon{position:absolute;left:50%;top:145px;transform:translateX(-50%);width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#e9b84e,#bb7b17);border:6px solid #f7f8fb;color:#fff;font-size:26px;box-shadow:0 10px 20px rgba(0,0,0,.18)}.hero-service-icon.blue{background:linear-gradient(145deg,#265893,#092f69)}
@media(max-width:1180px){.luxury-navbar .menu{gap:14px}.luxury-navbar .menu a{font-size:10px}.luxury-brand{min-width:255px}.luxury-brand span{font-size:15px}.header-phone{font-size:12px;padding:9px 12px}.reference-trust{gap:18px}.reference-actions .btn{min-width:230px}.reference-portrait img{height:520px}.portrait-orbit{width:420px;height:420px}.hero-service-card h3{font-size:17px}}
@media(max-width:900px){.header-phone{display:none}.reference-hero{min-height:auto}.reference-hero-grid{grid-template-columns:1fr!important;padding-top:35px}.reference-copy{text-align:center}.reference-copy h1 strong{margin-top:10px}.reference-trust{justify-content:center;flex-wrap:wrap}.reference-actions{justify-content:center}.reference-portrait{height:500px}.reference-portrait img{height:480px}.portrait-orbit{left:50%;right:auto;transform:translateX(-50%);width:390px;height:390px}.hero-service-row{grid-template-columns:1fr 1fr;margin-top:0}.luxury-navbar .menu{position:absolute;left:16px;right:16px;top:74px;flex-direction:column;background:#061d40;padding:22px;border-radius:16px;z-index:50}.luxury-navbar .menu a.active:after{display:none}}
@media(max-width:620px){.luxury-navbar .nav{width:min(100% - 24px,1420px)}.luxury-brand{min-width:0}.luxury-brand span{font-size:12px}.luxury-brand small{font-size:7px}.luxury-brand img{width:42px;height:42px}.reference-hero-grid,.hero-service-row{width:min(100% - 24px,1420px)}.reference-copy h1 span{font-size:37px}.reference-copy h1 strong{font-size:47px}.reference-subtitle{font-size:16px!important}.reference-trust{display:grid;grid-template-columns:1fr;gap:14px;text-align:left}.reference-trust>div{justify-content:center}.reference-actions .btn{width:100%;min-width:0;height:62px}.reference-portrait{height:410px}.reference-portrait img{height:400px}.portrait-orbit{width:325px;height:325px;top:38px}.hero-service-row{grid-template-columns:1fr}.hero-service-card>img{height:210px}}


/* ===== PHƯƠNG HẰNG RENTAL 3.0 ===== */
:root{--cobalt:#0047AB;--gold:#C9A227;--wine:#8B1E2D;--cream:#F7F3E8;--earth:#6B4F3A;--navy:#052b62;--ink:#0a2448;--soft:#fffaf0}
.rental-site{background:var(--cream);color:var(--ink)}
.rental-site .btn-primary,.admin-v8 .btn-primary{background:linear-gradient(135deg,#0047AB,#073675);border-color:#0047AB}.btn-gold{background:linear-gradient(135deg,#dcb744,#C9A227);color:#fff;border:none}.btn-wine{background:var(--wine)!important;color:#fff!important;border-color:var(--wine)!important}.light{color:white!important;border-color:#ffffff55!important}
.rental-appbar{background:linear-gradient(90deg,#052b62,#0047AB);color:#fff;font-size:12px}.rental-appbar .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}.rental-appbar span{display:flex;align-items:center;gap:8px}.rental-appbar span small{opacity:.78}.rental-appbar a{display:inline-block;background:linear-gradient(135deg,#dfb43b,#b98915);color:#fff;padding:6px 18px;border-radius:7px;margin-left:6px;font-weight:700}
.rental-navbar{background:#fffdf7;border-bottom:1px solid #eadfc7;position:sticky;top:0;z-index:50}.rental-navbar .nav{min-height:70px}.rental-navbar .brand span{color:#a87513}.rental-navbar .brand small{color:#9b6e16}.rental-menu a{font-size:12px}.rental-navbar .btn{white-space:nowrap}
.rental-hero{position:relative;min-height:565px;overflow:hidden;background:linear-gradient(120deg,#001d47 0%,#003d8f 60%,#052b62 100%);color:#fff}.hero-dynamic-media,.hero-dynamic-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center}.rental-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 70% 45%,transparent 0 16%,rgba(0,71,171,.25) 30%,rgba(0,24,61,.86) 75%),linear-gradient(90deg,rgba(0,24,61,.94),rgba(0,55,130,.3))}.rental-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:465px;align-items:center;z-index:2}.rental-hero-copy{max-width:650px;padding:54px 0}.rental-kicker{font-size:12px;letter-spacing:.14em;color:#f2d37b}.rental-hero h1{margin:10px 0 0;font-family:Georgia,serif;line-height:.9}.rental-hero h1 span{display:block;font-size:55px;font-weight:500}.rental-hero h1 strong{display:block;font-size:70px;color:#e7b836}.rental-slogan{font:26px Georgia,serif;margin:16px 0 10px}.rental-hero-copy>p:not(.rental-slogan){max-width:590px;line-height:1.7;color:#dce9fb}.rental-hero-actions{display:flex;gap:14px;margin-top:25px}.hero-mode{display:flex;align-items:center;gap:12px;min-width:170px;padding:14px 16px;border:1px solid #d2a52b;border-radius:10px;color:white;background:#062f6dcc}.hero-mode b{font-size:27px;color:#e2b536}.hero-mode span{display:grid}.hero-mode small{opacity:.75;font-size:11px}.hero-mode.gold{background:linear-gradient(135deg,#d7ac32,#a8770f)}.rental-portrait{height:460px;align-self:end;position:relative;display:flex;justify-content:center;align-items:flex-end}.rental-portrait img{position:relative;z-index:2;height:94%;max-width:100%;object-fit:contain;filter:drop-shadow(0 25px 35px #0007)}.portrait-rings{position:absolute;width:390px;height:390px;border:5px solid #d4a72f;border-radius:50%;box-shadow:0 0 45px #d4a72f,0 0 0 16px #0472e655;top:30px;left:50%;transform:translateX(-50%)}
.hero-filter{position:relative;z-index:3;margin-top:-2px;background:#fff;padding:13px;border-radius:17px;display:grid;grid-template-columns:1.6fr repeat(4,1fr) .75fr;gap:8px;box-shadow:0 18px 45px #00193645}.hero-filter input,.hero-filter select{border:1px solid #dde3ed;border-radius:11px;padding:12px;background:#fff;color:#32435b}
.rental-type-section,.rental-status-section{padding:36px 0 18px}.rental-heading{text-align:center}.rental-heading>span{color:var(--gold);font-weight:800;letter-spacing:.12em}.rental-heading h2{font:32px Georgia,serif;margin:6px 0}.rental-heading p{color:#6c7685}.rental-types{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1000px;margin:24px auto}.rental-types button{min-height:104px;background:#fffaf0;border:1px solid #ead6aa;border-radius:13px;box-shadow:0 8px 22px #9b741b15;color:#082f68;display:grid;place-items:center;align-content:center;gap:8px;cursor:pointer}.rental-types button:first-child{box-shadow:0 8px 28px #0047ab22;border-color:#8eb4e8}.rental-types button{font-size:27px}.rental-types b{font-size:13px}.rental-status-section h2{text-align:center;font:24px Georgia,serif}.status-pipeline{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;margin-top:18px}.status-pipeline div{position:relative;min-height:95px;background:#fffdf8;border:1px solid #eadfc7;border-radius:11px;padding:12px 8px;text-align:center}.status-pipeline i{display:grid;width:30px;height:30px;border-radius:50%;place-items:center;margin:auto;background:#0b4d9c;color:#fff;font-style:normal;font-size:10px}.status-pipeline b,.status-pipeline small{display:block}.status-pipeline b{font-size:12px;margin-top:8px}.status-pipeline small{font-size:10px;color:#798293;margin-top:3px}.status-pipeline .success i{background:#18824a}.status-pipeline .danger i{background:#a82436}
.section-line{display:flex;align-items:end;justify-content:space-between;margin-bottom:19px}.section-line h2{font:31px Georgia,serif;margin:5px 0}.section-line>a{color:#0047AB;font-weight:700}.rental-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.rental-property-card{position:relative;background:#fff;border:1px solid #e9dcc1;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #664c2512;transition:.25s}.rental-property-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #003f881f}.rental-card-image{display:block;height:205px;position:relative;overflow:hidden}.rental-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.rental-property-card:hover .rental-card-image img{transform:scale(1.035)}.district-chip,.listing-badge,.favorite-dot{position:absolute;z-index:2}.district-chip{left:10px;top:10px;background:#0047AB;color:white;border-radius:6px;padding:4px 8px;font-size:10px}.listing-badge{left:0;top:0;background:var(--wine);color:#fff;padding:5px 10px;border-radius:0 0 8px 0;font-size:10px}.favorite-dot{right:9px;top:9px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#ffffffd9;color:#0047AB}.rental-card-body{padding:14px}.property-code{color:#0047AB;font-weight:700}.rental-card-body h3{font-size:16px;margin:7px 0;min-height:42px}.rental-card-body h3 a{color:#0a2448}.property-location{font-size:12px;color:#6c7685;margin:6px 0}.property-meta{display:flex;gap:11px;font-size:11px;color:#65748b;flex-wrap:wrap}.property-price{font-size:18px;font-weight:900;color:#a87209;margin:9px 0}.property-status-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.property-status-row span{background:#eff7f2;color:#177443;border-radius:999px;padding:4px 8px;font-size:10px}.property-status-row small{font-size:10px;color:#7a6b51}.property-excerpt{font-size:12px;color:#65748b;line-height:1.45;height:35px;overflow:hidden}.property-card-actions{display:grid!important;grid-template-columns:1fr 1fr 42px;gap:6px!important;margin-top:12px!important}.property-card-actions .btn{padding:9px 6px;font-size:11px;text-align:center}.icon-only{display:grid;place-items:center}
.consign-band{padding:22px 0 42px}.consign-grid{display:grid;grid-template-columns:1fr 1.7fr;gap:22px;background:linear-gradient(90deg,#fff9eb,#fff);border:1px solid #ead6aa;border-radius:18px;overflow:hidden;align-items:center}.consign-photo{min-height:245px;background:url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1000&q=80') center/cover}.consign-grid>div:last-child{padding:28px}.consign-grid h2{font:30px Georgia,serif}.consign-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:17px 0}.consign-benefits span{background:#fff;border:1px solid #eadfc7;padding:11px;border-radius:10px;display:grid}.consign-benefits b{color:#c28f16;font-size:20px}.consign-benefits small{color:#738095}.revenue-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.revenue-grid article{background:#fffdf8;border:1px solid #e9d9b6;border-radius:12px;padding:18px 12px;text-align:center;color:#0047AB;font-size:28px}.revenue-grid b{display:block;font-size:13px;margin:8px 0}.revenue-grid p{font-size:11px;color:#6c7685}.vision-band{background:linear-gradient(110deg,#002457,#0047AB 55%,#002657);color:#fff;padding:50px 0;text-align:center;border-top:3px solid #c9a227}.vision-band span,.vision-band strong{color:#e8bd48}.vision-band h2{font:34px Georgia,serif;margin:8px}.contact-rental{background:#032c63;color:white;padding:40px 0;border-top:1px solid #d0a226}.contact-rental .container{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:35px}.contact-rental img{width:90px}.contact-rental a{color:#f0c34f}.contact-rental button{display:block;margin:8px 0}.rental-footer{background:#8B1E2D;color:white;padding:14px 0;font-size:12px}.rental-footer .container{display:flex;justify-content:space-between}
.catalog-hero{background:linear-gradient(110deg,#fff8e8,#eef5ff);padding:40px 0;border-bottom:1px solid #e6d9bd}.catalog-hero h1{font:36px Georgia,serif;color:#073675;margin:8px 0}.catalog-mode-tabs{display:flex;gap:8px;margin-bottom:15px}.catalog-mode-tabs button{padding:11px 20px;border:1px solid #cad7e8;border-radius:10px;background:#fff;cursor:pointer}.catalog-mode-tabs button.active{background:#0047AB;color:white;border-color:#0047AB}.advanced-filter-panel{background:#fff;border:1px solid #e8dac0;border-radius:18px;padding:17px;box-shadow:0 12px 32px #22446612}.filter-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px}.filter-row .wide{grid-column:span 2}.filter-row label{font-size:11px;font-weight:700;color:#53657d}.filter-row input,.filter-row select{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #d9e0ea;border-radius:8px;background:#fff}.filter-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #eee7d8;padding-top:12px}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:15px}.smart-catalog .catalog-summary{margin:18px 0 0}
.rental-chat{position:fixed;right:22px;bottom:22px;z-index:100}.chat-launch{border:0;background:linear-gradient(135deg,#0047AB,#073675);color:#fff;border-radius:999px;padding:13px 18px;box-shadow:0 10px 28px #003a8060;font-weight:800}.chat-panel{display:none;position:absolute;right:0;bottom:58px;width:330px;background:#fff;border:1px solid #e6d8bd;border-radius:16px;box-shadow:0 20px 55px #001d4733;overflow:hidden}.rental-chat.open .chat-panel{display:block}.chat-head{background:#073675;color:#fff;padding:14px;display:flex;justify-content:space-between}.chat-head div{display:grid}.chat-head small{opacity:.8}.chat-head button{background:none;border:0;color:white;font-size:18px}.chat-panel form{padding:14px;display:grid;gap:9px}.chat-panel input,.chat-panel textarea{padding:10px;border:1px solid #dce3ec;border-radius:8px}.chat-panel textarea{min-height:90px}.chat-panel small{color:#66758b}
.admin-v8{background:#f7f3e8}.admin-v8 .sidebar{background:linear-gradient(180deg,#052b62,#033c82)}.admin-v8 .sidebar .admin-brand span,.admin-v8 .sidebar a{color:#fff}.grouped-nav .nav-group{display:block;color:#d2ae54;font-size:9px;font-weight:900;letter-spacing:.12em;padding:17px 14px 5px;opacity:.9}.admin-v8 .admin-nav a.active{background:#ffffff17;border-left:3px solid #C9A227}.admin-v8 .admin-top{border-bottom:1px solid #e8dcc6}.rental-admin-status{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-bottom:16px}.rental-admin-status button{background:#fff;border:1px solid #e5d7ba;border-radius:10px;padding:10px;cursor:pointer}.rental-admin-status b,.rental-admin-status span{display:block}.rental-admin-status b{font-size:22px;color:#0047AB}.rental-admin-status span{font-size:10px;color:#61718a}.banner-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.banner-manager{display:grid;gap:10px}.banner-preview{height:180px;background:#edf1f7;border:1px dashed #b8c5d6;border-radius:12px;display:grid;place-items:center;overflow:hidden;color:#708095}.banner-preview.mobile{height:230px}.banner-preview img,.banner-preview video{width:100%;height:100%;object-fit:cover}.upload-progress-card{margin-top:15px;background:#fff;border:1px solid #e5d7ba;border-radius:14px;padding:14px}.upload-progress-head{display:flex;justify-content:space-between}.progress-track{height:12px;background:#e8edf4;border-radius:999px;overflow:hidden;margin:10px 0}.progress-track>div{height:100%;width:0;background:linear-gradient(90deg,#0047AB,#C9A227);transition:width .2s}.upload-actions{display:flex;gap:8px}.property-modal-xl{max-width:980px!important;max-height:92vh;overflow:auto}.media-editor{border-top:1px solid #ebe2cf;padding-top:12px}.property-hero-preview{height:210px;background:#eef2f7;border-radius:12px;display:grid;place-items:center;overflow:hidden;margin-bottom:8px}.property-hero-preview img{width:100%;height:100%;object-fit:cover}.gallery-sort-preview{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}.gallery-thumb{height:95px;position:relative;border:1px solid #dfe5ed;border-radius:9px;overflow:hidden;cursor:grab}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb span{position:absolute;left:4px;top:4px;background:#0047AB;color:#fff;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:10px}.gallery-thumb button{position:absolute;right:3px;top:3px;border:0;background:#8B1E2D;color:#fff;border-radius:50%;width:22px;height:22px}.inline-actions{display:flex;align-items:center;gap:10px}.inline-actions span,.form-help{font-size:11px;color:#6f7b8d}.admin-card-owner{font-size:11px;color:#7a6b51!important}
@media(max-width:1100px){.hero-filter{grid-template-columns:repeat(3,1fr)}.rental-card-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.status-pipeline{grid-template-columns:repeat(4,1fr)}.revenue-grid{grid-template-columns:repeat(3,1fr)}.rental-admin-status{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.rental-appbar span small,.rental-navbar .btn-gold,.rental-navbar>.container>.btn-primary{display:none}.rental-hero-grid{grid-template-columns:1fr}.rental-hero-copy{padding:34px 0 0}.rental-hero h1 span{font-size:38px}.rental-hero h1 strong{font-size:51px}.rental-portrait{height:280px}.portrait-rings{width:250px;height:250px}.rental-hero-actions{display:grid;grid-template-columns:1fr}.hero-filter{grid-template-columns:1fr;margin:0 14px}.rental-types{grid-template-columns:repeat(2,1fr)}.status-pipeline{grid-template-columns:repeat(2,1fr)}.rental-card-grid,.catalog-grid{grid-template-columns:1fr}.consign-grid{grid-template-columns:1fr}.consign-photo{min-height:170px}.consign-benefits{grid-template-columns:repeat(2,1fr)}.revenue-grid{grid-template-columns:repeat(2,1fr)}.contact-rental .container{grid-template-columns:1fr}.rental-footer .container{display:block}.filter-row{grid-template-columns:1fr}.filter-row .wide{grid-column:auto}.filter-actions{flex-wrap:wrap}.banner-admin-grid{grid-template-columns:1fr}.gallery-sort-preview{grid-template-columns:repeat(3,1fr)}.rental-admin-status{grid-template-columns:repeat(2,1fr)}.chat-panel{width:min(330px,calc(100vw - 28px));right:-8px}}

/* Rental 3.0 - property detail */
.property-detail-v3{background:#fbf8f0;color:#0c2a55}.property-detail-root{min-height:70vh}.property-detail-loading{padding:100px 20px;text-align:center;font-weight:700}.property-detail-hero{background:linear-gradient(135deg,#062e72,#0047ab);color:white;padding:42px 0 68px;position:relative;overflow:hidden}.property-detail-hero:after{content:"";position:absolute;inset:auto -8% -70% 38%;height:320px;background:radial-gradient(circle,rgba(201,162,39,.35),transparent 67%)}.detail-breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;opacity:.86;margin-bottom:24px}.detail-breadcrumb a{color:#fff}.detail-title-row{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;position:relative;z-index:1}.detail-title-row h1{font-family:Georgia,serif;font-size:clamp(30px,4vw,52px);line-height:1.08;margin:12px 0}.detail-title-row p{margin:0;color:#e8eef8}.detail-badges{display:flex;gap:8px;flex-wrap:wrap}.detail-badges span{padding:7px 10px;border-radius:999px;background:#fff;color:#0047ab;font-size:11px;font-weight:800}.detail-badges .status{background:#e9f7ee;color:#14743a}.detail-badges .featured{background:#c9a227;color:#fff}.detail-price{text-align:right;min-width:230px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:18px 22px;border-radius:18px;backdrop-filter:blur(8px)}.detail-price small{display:block;letter-spacing:.08em}.detail-price strong{display:block;color:#f4c94c;font-size:28px;margin-top:4px}.detail-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;margin-top:-36px;position:relative;z-index:3}.detail-media-card,.detail-contact-card,.detail-section{background:#fff;border:1px solid rgba(201,162,39,.2);box-shadow:0 18px 50px rgba(16,47,87,.09);border-radius:22px}.detail-media-card{padding:12px}.detail-main-image{height:min(58vw,590px);min-height:380px;border-radius:16px;overflow:hidden;background:#eef2f5}.detail-main-image img{width:100%;height:100%;object-fit:cover}.detail-thumbs{display:flex;gap:10px;overflow-x:auto;padding-top:12px}.detail-thumb{width:96px;height:70px;flex:none;border:2px solid transparent;border-radius:12px;overflow:hidden;padding:0;background:#fff;cursor:pointer}.detail-thumb.active{border-color:#c9a227}.detail-thumb img{width:100%;height:100%;object-fit:cover}.detail-contact-card{padding:26px;align-self:start;position:sticky;top:92px}.detail-contact-card h2{font-family:Georgia,serif;margin:7px 0 14px;font-size:25px}.detail-kicker,.detail-section-head span{font-size:11px;color:#9b741b;font-weight:800;letter-spacing:.12em}.detail-contact-btn{width:100%;justify-content:center;margin-top:10px}.detail-agent{margin-top:20px;padding-top:18px;border-top:1px solid #eee6d3}.detail-agent small,.detail-agent b{display:block}.detail-agent b{margin-top:5px}.detail-section{margin-top:28px;padding:28px}.detail-section-head h2{font-family:Georgia,serif;font-size:30px;margin:5px 0 20px}.detail-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.detail-info-grid>div{background:#faf8f2;border:1px solid #eee3c5;border-radius:14px;padding:15px}.detail-info-grid small{display:block;color:#788393;margin-bottom:6px}.detail-info-grid b{font-size:14px;color:#0c2a55}.detail-description p{white-space:pre-line;line-height:1.8;color:#35475c}.property-detail-video{display:block;width:100%;max-height:680px;background:#061a35;border-radius:16px}.detail-bottom-cta{margin-top:34px;background:#062e72;color:white;padding:36px 0;border-top:3px solid #c9a227}.detail-bottom-cta .container{display:flex;align-items:center;justify-content:space-between;gap:22px}.detail-bottom-cta span{color:#f4c94c;font-size:12px;font-weight:800;letter-spacing:.12em}.detail-bottom-cta h2{font-family:Georgia,serif;margin:6px 0 0}
@media(max-width:900px){.detail-main-grid{grid-template-columns:1fr}.detail-contact-card{position:static}.detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-title-row{align-items:flex-start;flex-direction:column}.detail-price{text-align:left}.detail-main-image{height:58vw;min-height:280px}.detail-bottom-cta .container{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.property-detail-hero{padding:28px 0 56px}.detail-main-grid{margin-top:-28px}.detail-info-grid{grid-template-columns:1fr}.detail-section{padding:20px}.detail-main-image{height:70vw;min-height:240px}.detail-title-row h1{font-size:32px}.detail-price{width:100%;min-width:0}}

/* =========================================================
   PHƯƠNG HẰNG RENTAL 3.1 — giao diện theo mockup đã duyệt
   ========================================================= */
:root{
  --ph-blue:#0047AB;
  --ph-blue-deep:#002f73;
  --ph-blue-dark:#00285f;
  --ph-gold:#C9A227;
  --ph-gold-light:#e5bd49;
  --ph-wine:#8B1E2D;
  --ph-cream:#F7F3E8;
  --ph-brown:#6B4F3A;
  --ph-text:#09285a;
  --ph-muted:#647287;
  --ph-border:#eadfca;
  --ph-shadow:0 16px 44px rgba(21,48,83,.10);
}

/* Sửa lỗi chữ/tách chữ: chỉ dùng font có hỗ trợ tiếng Việt ổn định. */
.rental-site,
.admin-v8{
  font-family:"Segoe UI",Arial,"Helvetica Neue",sans-serif!important;
  font-kerning:normal;
  font-variant-ligatures:common-ligatures;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  overflow-wrap:normal;
  word-break:normal;
}
.rental-site h1,.rental-site h2,.rental-site h3,
.admin-v8 h1,.admin-v8 h2{
  word-break:normal!important;
  overflow-wrap:normal!important;
  letter-spacing:0!important;
}
.rental-site .rental-hero h1,
.rental-site .rental-slogan,
.rental-site .rental-heading h2,
.rental-site .section-line h2,
.rental-site .vision-band h2,
.rental-site .consign-band h2,
.catalog-v31 .catalog-hero h1,
.admin-v8 .section-head h1{
  font-family:"Times New Roman",Georgia,serif!important;
  text-rendering:optimizeLegibility;
}
.rental-site{background:var(--ph-cream);color:#102b4f}.rental-site .container{width:min(1420px,calc(100% - 48px))}
.rental-site .btn{border-radius:9px;min-height:42px;padding:10px 18px;font-size:13px;box-shadow:none}
.rental-site .btn-primary{background:linear-gradient(135deg,#0753b7,#00387f);box-shadow:0 8px 20px rgba(0,71,171,.18)}
.rental-site .btn-gold{background:linear-gradient(135deg,#e1b83d,#b6830c);color:#fff;box-shadow:0 8px 18px rgba(201,162,39,.22)}
.rental-site .btn-wine{background:linear-gradient(135deg,#a22b3b,#781424);color:#fff}
.btn-outline-navy{background:#fffaf0;color:#082d65;border:1px solid #c9a227!important}

/* App bar + header */
.rental-v31 .rental-appbar{height:34px;background:linear-gradient(90deg,#062957,#0047ab 58%,#06356d);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.rental-v31 .rental-appbar .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}
.rental-v31 .appbar-copy{display:flex;align-items:center;gap:12px;white-space:nowrap}.rental-v31 .appbar-copy b{font-size:11px}.rental-v31 .appbar-copy small{opacity:.8}
.rental-v31 .appbar-actions{display:flex;gap:8px}.rental-v31 .appbar-actions a{min-width:74px;text-align:center;background:linear-gradient(180deg,#e6bd48,#bb870e);padding:5px 12px;border-radius:7px;color:#fff;font-weight:700}
.rental-v31 .rental-navbar{top:0;background:#fffdf7!important;border-bottom:1px solid #e9ddc8!important;box-shadow:0 5px 18px rgba(44,56,73,.06);backdrop-filter:none}
.rental-v31 .rental-navbar .nav{min-height:72px;gap:16px}.rental-v31 .rental-brand{min-width:235px}.rental-v31 .rental-brand img{width:56px;height:56px}.rental-v31 .rental-brand span{font-family:"Times New Roman",Georgia,serif;color:#b27a14!important;font-size:18px;line-height:1.05;letter-spacing:.035em!important}.rental-v31 .rental-brand small{font-family:"Segoe UI",Arial,sans-serif;font-size:8px;letter-spacing:.22em!important;margin-top:5px;color:#b27a14!important}
.rental-v31 .rental-menu{gap:9px;justify-content:center;flex:1}.rental-v31 .rental-menu>a,.rental-v31 .rental-nav-dropdown>a{padding:26px 12px 22px;font-size:11px;font-weight:700;color:#17263c;white-space:nowrap;position:relative}.rental-v31 .rental-menu>a:hover,.rental-v31 .rental-nav-dropdown>a:hover,.rental-v31 .rental-menu .active{color:#003f91}.rental-v31 .rental-menu .active:after{content:"";position:absolute;height:3px;border-radius:3px;background:#c9a227;left:12px;right:12px;bottom:13px}.rental-v31 .chev{font-size:13px;margin-left:4px}.rental-v31 .rental-nav-actions{display:flex;gap:8px;align-items:center}.rental-v31 .rental-nav-actions .btn{white-space:nowrap}
.rental-nav-dropdown{position:relative}.rental-mega-menu{position:absolute;display:grid;grid-template-columns:repeat(5,1fr);left:0;top:61px;width:650px;background:#fffdf8;border:1px solid #eadfc9;border-radius:0 0 14px 14px;box-shadow:0 18px 45px rgba(22,39,65,.18);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s;overflow:hidden;z-index:80}.rental-nav-dropdown:hover .rental-mega-menu{opacity:1;visibility:visible;transform:none}.rental-mega-menu a{min-height:88px;padding:14px 10px;text-align:center;border-right:1px solid #eee3cf;color:#0b3d82!important;display:flex;flex-direction:column;justify-content:center;gap:5px}.rental-mega-menu a:last-child{border-right:0}.rental-mega-menu a:hover{background:#fbf3df}.rental-mega-menu i{font-style:normal;font-size:24px;color:#0047ab}.rental-mega-menu b{font-size:11px;line-height:1.3}

/* Hero: đúng tỷ lệ và khoảng cách của mockup */
.rental-v31 .rental-hero{min-height:590px;background:radial-gradient(circle at 72% 42%,rgba(14,114,229,.42),transparent 18%),radial-gradient(circle at 84% 32%,rgba(255,195,60,.16),transparent 24%),linear-gradient(118deg,#001a43 0%,#003b83 52%,#001f50 100%);overflow:hidden;border-bottom:0}
.rental-v31 .rental-hero:before{content:"";position:absolute;left:0;right:0;bottom:92px;height:165px;background:linear-gradient(180deg,transparent,rgba(0,35,82,.16)),repeating-linear-gradient(90deg,transparent 0 54px,rgba(194,217,246,.07) 55px 57px);clip-path:polygon(0 69%,6% 48%,10% 59%,14% 32%,19% 55%,22% 22%,25% 60%,30% 43%,34% 71%,39% 39%,44% 66%,49% 32%,52% 68%,57% 51%,61% 75%,66% 41%,70% 64%,75% 25%,78% 72%,82% 38%,86% 64%,90% 46%,94% 70%,100% 34%,100% 100%,0 100%);opacity:.65;z-index:0}
.rental-v31 .hero-dynamic-media{z-index:0;opacity:.42;background-position:center;background-size:cover}.rental-v31 .hero-dynamic-media:empty{display:none}.rental-v31 .hero-dynamic-media video{opacity:.55}
.rental-v31 .rental-hero-overlay{z-index:1;background:linear-gradient(90deg,rgba(0,25,66,.93) 0%,rgba(0,43,100,.77) 43%,rgba(0,45,104,.16) 68%,rgba(0,24,63,.35) 100%),radial-gradient(circle at 72% 42%,transparent 0 21%,rgba(0,68,164,.28) 31%,rgba(0,30,75,.12) 60%)}
.rental-v31 .rental-hero-grid{grid-template-columns:1.03fr .97fr;min-height:490px;gap:32px;align-items:center;z-index:3}.rental-v31 .rental-hero-copy{padding:44px 0 82px;max-width:640px;position:relative;z-index:4}.rental-v31 .rental-kicker{display:block;font-size:11px;line-height:1.4;letter-spacing:.14em!important;color:#f3c955;font-weight:600;margin-bottom:10px;white-space:nowrap}.rental-v31 .rental-hero h1{margin:0;line-height:.92;white-space:normal}.rental-v31 .rental-hero h1 span{display:block;font-size:clamp(46px,4.5vw,68px);font-weight:400;line-height:1.02;white-space:nowrap;letter-spacing:0!important}.rental-v31 .rental-hero h1 strong{display:block;font-size:clamp(58px,5.5vw,80px);font-weight:700;line-height:.92;color:#e6b638;white-space:nowrap;letter-spacing:0!important}.rental-v31 .rental-slogan{font-size:clamp(21px,2.05vw,30px);line-height:1.12;margin:22px 0 12px;color:#fff;white-space:nowrap;letter-spacing:0!important}.rental-v31 .rental-intro{font-size:13px;line-height:1.65!important;color:#dce9f8!important;max-width:560px!important;margin:0}.rental-v31 .rental-hero-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;max-width:650px}.rental-v31 .hero-mode{min-width:0;min-height:72px;border:1px solid #e4b52e;border-radius:10px;background:rgba(0,47,108,.72);padding:12px 15px;color:#fff;box-shadow:0 8px 25px rgba(0,0,0,.12)}.rental-v31 .hero-mode b{font-size:24px;color:#e4b52e}.rental-v31 .hero-mode strong{font-size:13px;white-space:nowrap}.rental-v31 .hero-mode small{font-size:9px;opacity:.84;margin-top:2px}.rental-v31 .hero-mode.gold{background:linear-gradient(135deg,#d8a82f,#b47c08);border-color:#efc653}.rental-v31 .hero-mode.gold b{color:#fff3c1}
.rental-v31 .rental-portrait{height:485px;align-self:end;position:relative;z-index:3;overflow:visible}.rental-v31 .rental-portrait:after{content:"";position:absolute;width:400px;height:160px;right:4%;bottom:8px;background:radial-gradient(ellipse,rgba(224,170,38,.22),transparent 65%);filter:blur(15px)}.rental-v31 .rental-portrait img{height:96%;max-width:550px;object-fit:contain;object-position:center bottom;z-index:4;filter:drop-shadow(0 22px 22px rgba(0,0,0,.42))}.portrait-orbit{position:absolute;left:50%;top:55%;border-radius:50%;transform:translate(-50%,-50%) rotate(-10deg);z-index:2}.orbit-one{width:420px;height:420px;border:4px solid rgba(239,184,46,.98);box-shadow:0 0 15px #f1b72c,0 0 42px rgba(238,182,45,.55),inset 0 0 16px rgba(233,178,45,.28)}.orbit-two{width:455px;height:330px;border:3px solid rgba(29,117,255,.88);transform:translate(-50%,-50%) rotate(20deg);box-shadow:0 0 25px rgba(30,125,255,.75)}.portrait-sparkles{position:absolute;inset:10% 2% 8% 15%;z-index:1;background-image:radial-gradient(circle,#f8cf61 0 1px,transparent 1.7px);background-size:31px 29px;opacity:.58;mask-image:linear-gradient(90deg,transparent,black 30%,black)}
.rental-v31 .hero-filter-wrap{position:absolute;z-index:8;left:50%;bottom:24px;transform:translateX(-50%);width:min(1420px,calc(100% - 48px));margin:0}.rental-v31 .hero-filter{margin:0;width:100%;display:grid;grid-template-columns:1.55fr .62fr .7fr .72fr .72fr .55fr;gap:8px;align-items:stretch;background:#fff;border:1px solid rgba(201,162,39,.45);padding:10px;border-radius:14px;box-shadow:0 14px 34px rgba(0,26,68,.24)}.rental-v31 .hero-filter label{margin:0;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #eee6d8;padding:0 10px;color:#122c51}.rental-v31 .hero-filter label small{font-size:9px;color:#6b7583;margin:0 0 2px}.rental-v31 .hero-filter input,.rental-v31 .hero-filter select{border:0;border-radius:0;padding:4px 0;background:transparent;font-size:11px;outline:0;color:#1b2e4b}.rental-v31 .hero-filter-keyword{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important}.rental-v31 .hero-filter-keyword span{font-size:18px;color:#9b741b}.rental-v31 .hero-filter-keyword input{width:100%}.rental-v31 .hero-search-btn{min-height:50px;align-self:center;font-weight:800}

/* Sections */
.rental-v31 .rental-type-section{padding:44px 0 22px;background:#fbf8f0}.rental-v31 .rental-heading>span{font-size:10px;color:#b8881a}.rental-v31 .rental-heading h2{font-size:27px;line-height:1.1;color:#10284e;margin:5px 0 0}.rental-v31 .rental-types{max-width:1060px;margin:20px auto 0;gap:16px}.rental-v31 .rental-types button{min-height:102px;background:#fffaf0;border:1px solid #ead6aa;border-radius:10px;box-shadow:0 8px 23px rgba(93,65,21,.06);color:#073f86;font-size:0;transition:.2s}.rental-v31 .rental-types button:hover{transform:translateY(-3px);border-color:#c9a227;box-shadow:0 14px 30px rgba(0,71,171,.09)}.rental-v31 .rental-types i{font-style:normal;font-size:29px;color:#073f86}.rental-v31 .rental-types b{font-size:11px;line-height:1.35;color:#15335b}.rental-v31 .rental-status-section{padding:6px 0 34px;background:#fbf8f0}.rental-v31 .rental-status-section h2{font-family:"Times New Roman",Georgia,serif!important;font-size:24px;color:#243147;margin:0 0 16px}.rental-v31 .status-pipeline{gap:7px;margin:0}.rental-v31 .status-pipeline div{min-height:105px;background:#fffaf2;border:1px solid #eadfca;border-radius:10px;padding:12px 8px;box-shadow:0 8px 18px rgba(76,57,22,.04)}.rental-v31 .status-pipeline i{width:31px;height:31px;background:#073f86;font-size:13px}.rental-v31 .status-pipeline b{font-size:11px;color:#233653}.rental-v31 .status-pipeline small{font-size:9px}.rental-v31 .section{padding:48px 0}.rental-v31 .section-line{margin-bottom:16px;align-items:flex-end}.rental-v31 .section-line .tag{background:transparent;color:#0a3f85;padding:0;font-size:10px;letter-spacing:.08em}.rental-v31 .section-line h2{font-size:27px;line-height:1.1;margin:5px 0 0;color:#1e2d43}.rental-v31 .section-line>a{font-size:11px;color:#6a1730;text-decoration:underline}.home-price-tabs,.sale-price-tabs{display:flex;gap:8px;margin:-2px 0 14px}.home-price-tabs a,.sale-price-tabs a{font-size:10px;padding:6px 13px;border-radius:999px;border:1px solid #e3d6bd;background:#fffaf0;color:#725a27}.home-price-tabs a:nth-child(2){background:#0047ab;color:#fff;border-color:#0047ab}.rental-v31 .rental-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.rental-v31 .rental-property-card{border-radius:10px;border:1px solid #e7d9bb;background:#fff;box-shadow:0 9px 25px rgba(36,48,66,.07);overflow:hidden}.rental-v31 .rental-property-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(36,48,66,.12)}.rental-v31 .rental-card-image{height:190px}.rental-v31 .rental-card-body{padding:12px 13px 13px}.rental-v31 .district-chip{top:auto;bottom:8px;left:8px;border-radius:5px;padding:3px 7px;font-size:9px;background:#003f91}.rental-v31 .listing-badge{border-radius:0 0 7px 0;font-size:9px;padding:4px 8px}.rental-v31 .favorite-dot{width:26px;height:26px;font-size:15px}.rental-v31 .property-code{font-size:9px;color:#0047ab}.rental-v31 .rental-card-body h3{font-size:14px;line-height:1.3;min-height:36px;margin:6px 0 2px}.rental-v31 .property-location{font-size:10px;margin:4px 0}.rental-v31 .property-meta{gap:8px;font-size:9px}.rental-v31 .property-price{font-size:16px;margin:6px 0;color:#b27b13}.rental-v31 .property-status-row span{font-size:9px;padding:3px 7px}.rental-v31 .property-status-row small{font-size:9px}.rental-v31 .property-excerpt{font-size:10px;height:30px;margin:7px 0 3px;line-height:1.45}.rental-v31 .property-card-actions{grid-template-columns:1fr 1fr 38px!important;gap:5px!important;margin-top:9px!important}.rental-v31 .property-card-actions .btn{min-height:34px;padding:6px 5px;font-size:9px;border-radius:7px}
.rental-v31 .consign-band{background:linear-gradient(90deg,#fffdf7,#fff8e8);border-top:1px solid #eadfc8;border-bottom:1px solid #eadfc8;padding:0}.rental-v31 .consign-grid{grid-template-columns:35% 65%;min-height:185px;gap:0}.rental-v31 .consign-photo{min-height:185px;border-radius:0;background-image:linear-gradient(90deg,transparent 75%,#fff9eb),url('/assets/rental-consign.jpg');background-size:cover;background-position:center}.rental-v31 .consign-content{padding:25px 32px}.rental-v31 .consign-content .tag{padding:0;background:transparent;color:#8b5e0b;font-size:10px}.rental-v31 .consign-band h2{font-size:25px;line-height:1.12;margin:4px 0 16px;color:#342c24}.rental-v31 .consign-benefits{grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 14px}.rental-v31 .consign-benefits span{min-height:54px;border:1px solid #eadbbc;border-radius:9px;background:#fff;padding:8px 10px;font-size:10px;color:#243e65;display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center}.rental-v31 .consign-benefits b{font-size:18px;color:#b17e14;grid-row:1/3}.rental-v31 .consign-benefits small{font-size:8px;color:#7c7c76}.rental-v31 .sale-section{background:#fffaf1}.rental-v31 .revenue-section{background:#fbf7ee;border-top:1px solid #efe3cd}.rental-v31 .revenue-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}.rental-v31 .revenue-grid article{min-height:110px;background:#fffaf0;border:1px solid #e8d9bd;border-radius:10px;padding:15px 10px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 7px 18px rgba(100,70,20,.04)}.rental-v31 .revenue-grid i{font-style:normal;font-size:28px;color:#b77f12}.rental-v31 .revenue-grid b{font-size:11px;color:#17355f;line-height:1.3}.rental-v31 .revenue-grid p{display:none}.rental-v31 .vision-band{padding:45px 0;background:radial-gradient(circle at 78% 20%,rgba(201,162,39,.22),transparent 28%),linear-gradient(115deg,#003477,#001c49 72%);border-top:3px solid #c9a227;color:#fff;text-align:center;position:relative;overflow:hidden}.rental-v31 .vision-band:before,.rental-v31 .vision-band:after{content:"";position:absolute;width:340px;height:150px;border-bottom:2px solid rgba(225,178,53,.8);border-radius:50%;bottom:-70px;filter:drop-shadow(0 0 10px #d9a82d)}.rental-v31 .vision-band:before{left:-50px;transform:rotate(10deg)}.rental-v31 .vision-band:after{right:-30px;transform:rotate(-8deg)}.rental-v31 .vision-band span{color:#e2b73c;font-size:11px;font-weight:800;letter-spacing:.11em}.rental-v31 .vision-band h2{font-size:28px;margin:4px 0}.rental-v31 .vision-band p{font-size:11px;max-width:700px;margin:0 auto 14px;color:#dae7f7}.rental-v31 .vision-band strong{font-size:13px;color:#f0c34c}.rental-v31 .rental-news{background:#fffaf1}.rental-v31 .contact-rental{background:linear-gradient(120deg,#003370,#001c47);color:#fff;padding:42px 0;border-top:1px solid #c9a227}.rental-v31 .contact-grid{display:grid;grid-template-columns:1.35fr 1fr .8fr .7fr;gap:36px}.rental-v31 .contact-rental h3{font-size:13px;margin:0 0 10px;color:#fff}.rental-v31 .contact-rental p,.rental-v31 .contact-rental a,.rental-v31 .contact-rental small{font-size:10px;color:#dbe7f5}.rental-v31 .contact-brand img{width:150px;height:auto;margin-bottom:8px}.rental-v31 .contact-qr img{width:92px;background:#fff;padding:5px;border-radius:6px;margin-bottom:6px}.rental-v31 .contact-qr small{display:block}.rental-v31 .rental-footer{background:#8b1e2d;color:#fff;padding:12px 0;font-size:9px}.rental-v31 .rental-footer .container{display:flex;justify-content:space-between}

/* Catalog */
.catalog-v31{background:#fbf8f0}.catalog-v31 .catalog-hero{position:relative;padding:28px 0 0;background:#fffdf7;border-bottom:1px solid #e8dbc1;overflow:hidden}.catalog-v31 .catalog-hero-image{position:absolute;right:0;top:0;width:58%;height:150px;background:linear-gradient(90deg,#fffdf7 0%,rgba(255,253,247,.12) 36%),url('/assets/rental-warehouse-banner.jpg') center/cover no-repeat;opacity:.94}.catalog-v31 .catalog-hero .container{position:relative;z-index:2}.catalog-v31 .catalog-hero-copy{max-width:540px;padding-bottom:18px}.catalog-v31 .catalog-hero .tag{background:transparent;padding:0;color:#a97714}.catalog-v31 .catalog-hero h1{font-size:36px;line-height:1.05;margin:5px 0;color:#0b376f}.catalog-v31 .catalog-hero p{font-size:12px;line-height:1.55;color:#687588;max-width:450px}.catalog-category-strip{height:64px;max-width:980px;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid #eadfc8;border-radius:10px 10px 0 0;box-shadow:0 8px 24px rgba(38,54,78,.07);overflow:hidden}.catalog-category-strip button{border:0;border-right:1px solid #eee5d5;background:#fff;color:#18457f;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.catalog-category-strip button:last-child{border-right:0}.catalog-category-strip button:hover{background:#fbf2dd}.catalog-category-strip button b{font-size:10px;line-height:1.2}.catalog-v31 .smart-catalog{padding:18px 0 55px}.catalog-v31 .catalog-mode-tabs{display:flex;gap:8px;margin:0 0 10px}.catalog-v31 .catalog-mode-tabs button{border:1px solid #dccba8;background:#fffaf0;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:700;color:#4f5e72}.catalog-v31 .catalog-mode-tabs button.active{background:#0047ab;color:#fff;border-color:#0047ab}.catalog-v31 .advanced-filter-panel{background:#fff;border:1px solid #e4d6b8;border-radius:12px;padding:14px;box-shadow:0 8px 24px rgba(43,55,74,.05)}.catalog-v31 .filter-row{display:grid;grid-template-columns:1fr 1fr 1fr 1.55fr 1fr 1fr;gap:10px;border-bottom:1px solid #eee4d3;padding:0 0 10px;margin-bottom:10px}.catalog-v31 .top-filter-row{grid-template-columns:1fr 1fr 1fr 1.8fr auto;align-items:end}.catalog-v31 .last-filter-row{grid-template-columns:1fr 1fr 1.2fr 2fr}.catalog-v31 .filter-row label{font-size:9px;color:#44546c;margin:0;font-weight:700}.catalog-v31 .filter-row input,.catalog-v31 .filter-row select{margin-top:4px;height:38px;border:1px solid #ded7c8;border-radius:7px;padding:8px 9px;font-size:10px}.catalog-v31 .filter-trust{display:flex;align-items:center;height:38px;border:1px solid #d6e5d9;background:#f5fbf6;color:#25834d;border-radius:8px;padding:0 12px;font-size:9px;white-space:nowrap}.catalog-v31 .quick-price-row{display:flex;gap:5px;margin:-3px 0 10px 200px}.catalog-v31 .quick-price-row button{border:1px solid #9fbbe4;border-radius:5px;background:#fff;color:#174d97;font-size:9px;padding:5px 9px;cursor:pointer}.catalog-v31 .quick-price-row button:hover{background:#0047ab;color:#fff}.catalog-v31 .filter-actions{display:grid;grid-template-columns:auto 180px 210px;justify-content:end;gap:9px;border:0;padding:0}.catalog-v31 .filter-actions select{height:39px;border:1px solid #dfd6c3;border-radius:7px;padding:8px}.catalog-v31 .catalog-summary{display:flex;align-items:center;gap:14px;margin:14px 0 10px;font-size:10px}.catalog-v31 .catalog-summary b{font-size:11px;color:#1e3c67}.catalog-v31 .catalog-summary span{color:#748094}.catalog-view-buttons{margin-left:auto;display:flex;gap:4px}.catalog-view-buttons button{width:30px;height:30px;border:1px solid #e0d5bf;background:#fff;border-radius:6px;color:#0047ab}.catalog-view-buttons button.active{background:#0047ab;color:#fff}.catalog-v31 .catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.catalog-v31 .catalog-grid .rental-card-image{height:155px}.catalog-v31 .catalog-grid .rental-card-body h3{font-size:12px;min-height:31px}.catalog-v31 .catalog-grid .property-price{font-size:14px}.catalog-v31 .catalog-grid .property-excerpt{font-size:9px;height:26px}

/* Chat */
.rental-v31 .rental-chat{right:22px;bottom:20px}.rental-v31 .chat-launch{background:linear-gradient(135deg,#0047ab,#002f73);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 30px rgba(0,47,115,.35);padding:12px 17px;font-size:12px}.rental-v31 .chat-panel{border-radius:12px;border:1px solid #e4d5b8;box-shadow:0 22px 50px rgba(0,34,82,.26)}.rental-v31 .chat-head{background:linear-gradient(135deg,#0047ab,#002f73)}

/* ===== ADMIN 3.1 — giống mockup quản trị sáng, gọn, chuyên nghiệp ===== */
.admin-v8{background:#fbfaf6!important;color:#23364f!important}.admin-v8 .admin-shell{grid-template-columns:225px minmax(0,1fr)!important}.admin-v8 .sidebar{background:#fffdf8!important;color:#263951!important;padding:15px 12px!important;border-right:1px solid #eadfc9!important;box-shadow:4px 0 18px rgba(66,55,34,.04);overflow:auto}.admin-v8 .admin-brand{padding:0 8px 14px!important;border-bottom:1px solid #eee4d3;margin-bottom:4px}.admin-v8 .admin-brand img{width:48px;height:48px}.admin-v8 .admin-brand span{font-family:"Times New Roman",Georgia,serif!important;font-size:14px;color:#b07d16!important;line-height:1.05}.admin-v8 .admin-brand small{font-family:"Segoe UI",Arial,sans-serif!important;color:#7a6f5b!important;font-size:8px;letter-spacing:.09em!important;margin-top:4px}.admin-v8 .grouped-nav .nav-group{color:#7e715e!important;font-size:8px!important;letter-spacing:.08em!important;padding:15px 10px 5px!important}.admin-v8 .admin-nav a{display:flex!important;align-items:center;gap:9px;color:#34465f!important;font-size:11px!important;padding:9px 10px!important;border-radius:7px!important;margin:2px 0!important;border-left:0!important}.admin-v8 .admin-nav a:hover{background:#f5ecd8!important;color:#0047ab!important}.admin-v8 .admin-nav a.active{background:linear-gradient(135deg,#0047ab,#003477)!important;color:#fff!important;border-left:0!important;box-shadow:0 8px 18px rgba(0,71,171,.18)}.admin-v8 .admin-nav a.active span{color:#fff!important}.admin-v8 .sidebar-bottom{border-top:1px solid #eee4d3;margin-top:auto;padding-top:10px}.admin-v8 .sidebar-bottom a,.admin-v8 .sidebar-bottom button{color:#486078!important;background:transparent!important;font-size:10px!important;border:0!important}.admin-v8 .admin-main{background:#fbfaf6!important;padding:0!important;min-width:0}.admin-v8 .admin-top{height:68px;background:#fffdf9!important;border-bottom:1px solid #eadfc9!important;padding:0 24px!important;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.admin-v8 .admin-top>div:first-child{display:flex;align-items:baseline;gap:12px}.admin-v8 .admin-top b{font-family:"Times New Roman",Georgia,serif;font-size:22px;color:#12386e}.admin-v8 .admin-top small{font-family:"Segoe UI",Arial,sans-serif;font-size:9px;color:#7c8796}.admin-v8 .admin-user{background:#fff;border:1px solid #e7dcc8;border-radius:9px;padding:7px 10px}.admin-v8 .admin-user b{font-family:"Segoe UI",Arial,sans-serif;font-size:10px!important;color:#163968}.admin-v8 .admin-section{padding:18px 22px 40px}.admin-v8 .section-head{align-items:center;margin-bottom:14px}.admin-v8 .section-head h1{font-size:28px!important;line-height:1.08;color:#13396e;margin:4px 0}.admin-v8 .section-head p{font-size:10px;color:#748091;margin:2px 0}.admin-v8 .eyebrow-admin{font-family:"Segoe UI",Arial,sans-serif;font-size:8px!important;letter-spacing:.1em!important;color:#aa7b17!important;font-weight:800}.admin-v8 .stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px!important}.admin-v8 .stat{border:1px solid #eadfc9;border-radius:10px!important;padding:12px 11px!important;box-shadow:0 7px 18px rgba(64,48,20,.035)!important;background:#fff!important}.admin-v8 .stat i{font-style:normal;color:#b68114}.admin-v8 .stat span{font-size:8px;color:#69788d}.admin-v8 .stat b{font-size:24px!important;color:#0047ab!important}.admin-v8 .dashboard-grid{gap:12px!important;margin-top:12px}.admin-v8 .admin-panel{background:#fff!important;border:1px solid #e9dec9!important;border-radius:11px!important;box-shadow:0 8px 22px rgba(57,50,38,.04)!important;padding:14px!important}.admin-v8 .admin-panel h2,.admin-v8 .panel-head h2{font-size:14px;color:#173b70}.admin-v8 .toolbar{background:#fff;border:1px solid #e7dcc8;border-radius:10px;padding:8px!important;gap:7px!important;margin-bottom:10px!important}.admin-v8 .toolbar input,.admin-v8 .toolbar select{height:36px;padding:7px 9px!important;border-radius:7px!important;border-color:#e0d7c7!important;font-size:10px}.admin-v8 .admin-property-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px!important}.admin-v8 .admin-property-card{border:1px solid #eadfc9!important;border-radius:10px!important;box-shadow:0 7px 20px rgba(54,47,34,.05)!important}.admin-v8 .admin-property-card .property-image{height:145px!important}.admin-v8 .property-card-body{padding:11px!important}.admin-v8 .property-card-body h3{font-size:12px!important}.admin-v8 .property-card-body p,.admin-v8 .property-card-body small{font-size:9px!important}.admin-v8 .property-card-body>b{font-size:14px!important;color:#a8710b!important}.admin-v8 .rental-admin-status{grid-template-columns:repeat(8,minmax(0,1fr));gap:7px!important}.admin-v8 .rental-admin-status button{min-height:76px;border:1px solid #eadfc9!important;background:#fff!important;border-radius:9px!important}.admin-v8 .rental-admin-status b{font-size:21px!important}.admin-v8 .rental-admin-status span{font-size:8px!important}.admin-v8 .table-wrap{background:#fff!important;border:1px solid #e7dcc8!important;border-radius:10px!important;box-shadow:0 8px 22px rgba(54,47,34,.035)!important}.admin-v8 table{min-width:920px}.admin-v8 th{background:#fbf7ef!important;color:#526176!important;font-size:9px!important;padding:9px 8px!important;white-space:nowrap}.admin-v8 td{font-size:9px!important;padding:9px 8px!important}.admin-v8 td button,.admin-v8 td select{font-size:8px!important}.admin-v8 .people-grid{gap:9px!important}.admin-v8 .person-card{border:1px solid #eadfc9!important;border-radius:9px!important;box-shadow:none!important;padding:11px!important}.admin-v8 .banner-admin-grid{gap:10px!important}.admin-v8 .banner-preview{height:150px!important;border-color:#d8c9aa!important}.admin-v8 .banner-preview.mobile{height:190px!important}.admin-v8 .upload-progress-card{border-color:#e1d1b0!important;border-radius:10px!important}.admin-v8 .progress-track{height:9px!important}.admin-v8 .property-modal-xl{max-width:1080px!important}.admin-v8 .modal-card{border-radius:14px!important;border:1px solid #eadfc9;box-shadow:0 24px 70px rgba(0,30,70,.22)}.admin-v8 .form-grid{gap:10px!important}.admin-v8 label{font-size:9px!important}.admin-v8 input,.admin-v8 select,.admin-v8 textarea{font-size:10px!important;padding:9px 10px!important;border-radius:7px!important;border-color:#ddd5c6!important}.admin-v8 .property-hero-preview{height:190px!important;border:1px solid #eadfc9}.admin-v8 .gallery-sort-preview{grid-template-columns:repeat(8,1fr)!important;gap:6px!important}.admin-v8 .gallery-thumb{height:80px!important}.admin-v8 .quick-actions button{border:1px solid #e0d6c2!important;background:#fffaf2!important;color:#23466f!important;font-size:10px}.admin-v8 .chart{height:145px!important;border:1px solid #ece3d3!important;box-shadow:none!important}.admin-v8 .bar{background:linear-gradient(#1260b7,#003b83)!important}.admin-v8 .pill{font-size:8px!important}

/* Responsive: không để chữ bị tách hoặc tràn */
@media(max-width:1280px){
  .rental-v31 .rental-menu{gap:2px}.rental-v31 .rental-menu>a,.rental-v31 .rental-nav-dropdown>a{padding-left:8px;padding-right:8px;font-size:10px}.rental-v31 .rental-nav-actions .btn{padding:9px 12px;font-size:11px}.rental-v31 .rental-hero h1 span{font-size:54px}.rental-v31 .rental-hero h1 strong{font-size:68px}.rental-v31 .rental-slogan{font-size:24px}.catalog-v31 .catalog-grid{grid-template-columns:repeat(4,1fr)}.admin-v8 .admin-property-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1050px){
  .rental-v31 .rental-nav-actions{display:none}.rental-v31 .rental-menu{justify-content:flex-end}.rental-v31 .rental-menu>a:nth-last-child(-n+3){display:none}.rental-v31 .rental-hero-grid{grid-template-columns:1.08fr .92fr}.rental-v31 .rental-hero h1 span{font-size:45px}.rental-v31 .rental-hero h1 strong{font-size:58px}.rental-v31 .rental-slogan{font-size:21px}.rental-v31 .hero-filter{grid-template-columns:1.3fr repeat(4,.8fr) .6fr}.rental-v31 .rental-card-grid{grid-template-columns:repeat(3,1fr)}.rental-v31 .status-pipeline{grid-template-columns:repeat(4,1fr)}.rental-v31 .revenue-grid{grid-template-columns:repeat(3,1fr)}.catalog-v31 .filter-row,.catalog-v31 .top-filter-row,.catalog-v31 .last-filter-row{grid-template-columns:repeat(3,1fr)}.catalog-v31 .filter-row .wide{grid-column:span 2}.catalog-v31 .filter-trust{grid-column:span 1}.catalog-v31 .quick-price-row{margin-left:0}.catalog-v31 .catalog-grid{grid-template-columns:repeat(3,1fr)}.admin-v8 .stats{grid-template-columns:repeat(3,1fr)}.admin-v8 .rental-admin-status{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .rental-site .container{width:min(100% - 28px,1420px)}.rental-v31 .rental-appbar{height:30px}.rental-v31 .rental-appbar .container{height:30px}.rental-v31 .appbar-copy small{display:none}.rental-v31 .appbar-actions a{min-width:60px;padding:4px 8px;font-size:9px}.rental-v31 .rental-navbar .nav{min-height:64px}.rental-v31 .rental-brand{min-width:0}.rental-v31 .rental-brand img{width:45px;height:45px}.rental-v31 .rental-brand span{font-size:15px}.rental-v31 .rental-menu{display:none!important}.rental-v31 .mobile-menu{display:inline-flex}.menu-open .rental-menu{display:flex!important;position:fixed;left:14px;right:14px;top:104px;background:#fffdf8;border:1px solid #e5d8be;border-radius:12px;box-shadow:0 18px 44px rgba(0,34,78,.22);padding:8px;flex-direction:column;z-index:200}.menu-open .rental-menu>a,.menu-open .rental-nav-dropdown>a{display:block!important;padding:11px 12px;font-size:11px}.rental-mega-menu{display:none!important}.rental-v31 .rental-hero{min-height:820px}.rental-v31 .rental-hero-grid{grid-template-columns:1fr;min-height:auto}.rental-v31 .rental-hero-copy{padding:35px 0 5px;max-width:none;text-align:center}.rental-v31 .rental-kicker{font-size:9px;white-space:normal}.rental-v31 .rental-hero h1 span{font-size:40px;white-space:nowrap}.rental-v31 .rental-hero h1 strong{font-size:54px}.rental-v31 .rental-slogan{font-size:19px;white-space:normal}.rental-v31 .rental-intro{margin:auto;font-size:11px!important}.rental-v31 .rental-hero-actions{max-width:100%;grid-template-columns:1fr 1fr 1fr;gap:6px}.rental-v31 .hero-mode{padding:9px;min-height:64px}.rental-v31 .hero-mode b{font-size:19px}.rental-v31 .hero-mode strong{font-size:10px}.rental-v31 .hero-mode small{font-size:8px}.rental-v31 .rental-portrait{height:330px}.rental-v31 .rental-portrait img{height:100%}.orbit-one{width:275px;height:275px}.orbit-two{width:300px;height:225px}.rental-v31 .hero-filter-wrap{bottom:14px;width:calc(100% - 28px)}.rental-v31 .hero-filter{grid-template-columns:1fr 1fr;padding:8px}.rental-v31 .hero-filter label{border:1px solid #eee3d1;border-radius:7px;padding:5px 8px}.rental-v31 .hero-filter-keyword{grid-column:1/-1}.rental-v31 .hero-search-btn{grid-column:1/-1}.rental-v31 .rental-types{grid-template-columns:repeat(2,1fr)}.rental-v31 .rental-types button:last-child{grid-column:1/-1}.rental-v31 .status-pipeline{grid-template-columns:repeat(2,1fr)}.rental-v31 .rental-card-grid{grid-template-columns:1fr}.rental-v31 .consign-grid{grid-template-columns:1fr}.rental-v31 .consign-photo{min-height:160px}.rental-v31 .consign-content{padding:22px 18px}.rental-v31 .consign-benefits{grid-template-columns:1fr 1fr}.rental-v31 .revenue-grid{grid-template-columns:repeat(2,1fr)}.rental-v31 .contact-grid{grid-template-columns:1fr 1fr;gap:22px}.catalog-v31 .catalog-hero{padding-top:20px}.catalog-v31 .catalog-hero-image{width:100%;height:165px;opacity:.22}.catalog-category-strip{grid-template-columns:repeat(5,150px);overflow-x:auto;width:100%;height:70px}.catalog-v31 .filter-row,.catalog-v31 .top-filter-row,.catalog-v31 .last-filter-row{grid-template-columns:1fr}.catalog-v31 .filter-row .wide,.catalog-v31 .filter-trust{grid-column:auto}.catalog-v31 .filter-actions{grid-template-columns:1fr}.catalog-v31 .catalog-grid{grid-template-columns:1fr}.admin-v8 .admin-shell{grid-template-columns:1fr!important}.admin-v8 .sidebar{position:fixed!important;left:-245px;width:225px;top:0;bottom:0;z-index:100;transition:.2s}.admin-v8.sidebar-open .sidebar{left:0}.admin-v8 .admin-top .mobile-menu{display:inline-flex}.admin-v8 .admin-section{padding:15px 12px 35px}.admin-v8 .stats{grid-template-columns:repeat(2,1fr)}.admin-v8 .admin-property-grid{grid-template-columns:1fr}.admin-v8 .rental-admin-status{grid-template-columns:repeat(2,1fr)}.admin-v8 .gallery-sort-preview{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:480px){
  .rental-v31 .rental-appbar .appbar-actions a:nth-child(2){display:none}.rental-v31 .rental-brand small{display:none}.rental-v31 .rental-hero{min-height:855px}.rental-v31 .rental-hero h1 span{font-size:34px}.rental-v31 .rental-hero h1 strong{font-size:47px}.rental-v31 .rental-hero-actions{grid-template-columns:1fr}.rental-v31 .rental-portrait{height:270px}.rental-v31 .hero-filter{grid-template-columns:1fr}.rental-v31 .hero-filter-keyword,.rental-v31 .hero-search-btn{grid-column:auto}.rental-v31 .rental-types,.rental-v31 .status-pipeline,.rental-v31 .consign-benefits,.rental-v31 .revenue-grid,.rental-v31 .contact-grid{grid-template-columns:1fr}.rental-v31 .rental-types button:last-child{grid-column:auto}.home-price-tabs,.sale-price-tabs{overflow-x:auto;white-space:nowrap;padding-bottom:4px}.rental-v31 .vision-band strong{font-size:11px}.admin-v8 .stats{grid-template-columns:1fr 1fr}
}

/* Admin rental master table — gần mockup quản trị đã duyệt */
.admin-v8 .admin-rental-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:12px;align-items:start}.admin-v8 .admin-rental-main{padding:12px!important;min-width:0}.admin-v8 .admin-rental-main .panel-head{margin-bottom:10px}.admin-v8 .admin-rental-main .panel-head small{display:block;color:#7a8697;font-size:8px;margin-top:2px}.admin-v8 .rental-table-toolbar{border:0!important;padding:0!important;margin:0 0 8px!important}.admin-v8 .rental-table-toolbar input{flex:1}.admin-v8 .rental-master-table{border-radius:8px!important;box-shadow:none!important}.admin-v8 .rental-master-table table{min-width:1180px}.admin-v8 .rental-master-table th{position:sticky;top:0;z-index:2;background:#fbf7ee!important}.admin-v8 .rental-master-table td:first-child{min-width:130px}.admin-v8 .rental-master-table td:nth-child(2){min-width:155px}.admin-v8 .rental-master-table td small{display:block;max-width:135px;color:#8290a2;font-size:7.5px;line-height:1.3;margin-top:3px}.asset-code-link{border:0!important;background:transparent!important;padding:0!important;color:#0047ab!important;font-weight:800;font-size:9px!important;cursor:pointer}.rent-price-cell{color:#a8730d;font-size:9px;white-space:nowrap}.table-status{display:inline-flex;align-items:center;white-space:nowrap;padding:4px 7px;border-radius:999px;background:#edf4ff;color:#1e5ca7;border:1px solid #cedef1;font-size:7.5px;font-weight:700}.row-menu-btn{width:25px;height:25px;padding:0!important;border-radius:6px!important;background:#fff!important}.admin-v8 .admin-rental-side{display:grid;gap:10px}.admin-v8 .admin-rental-side .admin-panel{padding:12px!important}.admin-v8 .admin-rental-side h2{margin:0 0 8px;font-size:12px}.admin-v8 .admin-rental-side p{font-size:8.5px;line-height:1.55;color:#6f7d90}.upload-quick-illustration{height:82px;border:1px dashed #d9c9aa;border-radius:9px;background:linear-gradient(135deg,#fffaf0,#f7f0df);display:grid;place-items:center;font-size:30px;color:#b28118;margin:8px 0}.side-media-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:8px 0 10px}.side-media-actions span{background:#fbf7ee;border:1px solid #e8dcc5;border-radius:7px;padding:7px 6px;font-size:7.5px;color:#3e5574}.admin-v8 .admin-rental-side .btn{width:100%;justify-content:center;font-size:8px;min-height:34px}.admin-v8 .rental-side-banner{background:linear-gradient(145deg,#fffaf0,#fff)!important}.admin-v8 .rental-side-crm{background:linear-gradient(145deg,#f7fbff,#fff)!important}
@media(max-width:1180px){.admin-v8 .admin-rental-layout{grid-template-columns:1fr}.admin-v8 .admin-rental-side{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.admin-v8 .admin-rental-side{grid-template-columns:1fr}.admin-v8 .rental-master-table table{min-width:1080px}}


/* ===== Rental 3.2 luxury refinement ===== */
:root{--navy:#0a2f67;--blue:#0047AB;--gold:#C9A227;--wine:#8B1E2D;--cream:#F7F3E8;--earth:#6B4F3A;--ink:#17253b;--muted:#6f7b8c;--shadow:0 18px 50px rgba(8,38,84,.10)}
body,button,input,select,textarea{font-family:'Be Vietnam Pro',Arial,sans-serif}
.rental-site{background:linear-gradient(180deg,#fbf8f1 0%,#f8f5ee 46%,#f6f8fc 100%)}
.rental-site h1,.rental-site h2,.rental-site h3,.catalog-v31 h1,.catalog-v31 h2,.admin-v8 h1,.admin-v8 h2{font-family:'Playfair Display','Times New Roman',serif;letter-spacing:0;color:var(--navy)}
.rental-v31 .rental-navbar{background:rgba(255,251,244,.95);border-bottom:1px solid rgba(201,162,39,.22)}
.rental-v31 .rental-menu>a,.rental-v31 .rental-nav-dropdown>a{font-size:14px;letter-spacing:.03em;color:#203355}
.rental-v31 .rental-brand span{font-weight:800;color:#9a6f17}
.rental-v31 .rental-brand small{font-family:'Be Vietnam Pro',Arial,sans-serif;letter-spacing:.18em;color:#b4892f}
.rental-v31 .rental-appbar{background:linear-gradient(90deg,#07285c,#0e4a95);box-shadow:0 6px 18px rgba(5,30,76,.20)}
.rental-v31 .rental-hero{background:radial-gradient(circle at 78% 18%,rgba(201,162,39,.32),transparent 23%),linear-gradient(105deg,#031a44 0%,#083778 44%,#0c56aa 100%);position:relative;overflow:hidden}
.rental-v31 .rental-hero:before{content:"";position:absolute;inset:auto -12% -22% auto;width:58%;height:80%;background:url('/assets/city-foreground.svg') no-repeat right bottom/contain;opacity:.23;pointer-events:none}
.rental-v31 .rental-hero:after{content:"";position:absolute;left:-8%;bottom:0;width:44%;height:34%;background:radial-gradient(circle at center,rgba(255,213,111,.22),transparent 60%);pointer-events:none}
.rental-v31 .rental-kicker{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.rental-v31 .rental-hero h1{margin:14px 0 10px;text-shadow:0 12px 30px rgba(0,0,0,.16)}
.rental-v31 .rental-hero h1 span{font-size:68px;line-height:.98}
.rental-v31 .rental-hero h1 strong{display:block;font-size:88px;line-height:.95;background:linear-gradient(180deg,#f3d67f 0%,#c7962a 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.rental-v31 .rental-slogan{font-family:'Playfair Display',serif;color:#fff;font-size:30px;letter-spacing:.02em}
.rental-v31 .rental-intro{font-size:16px;max-width:620px;color:#dde7f7}
.rental-v31 .hero-mode{background:rgba(255,255,255,.07);border:1px solid rgba(240,214,141,.55);box-shadow:0 14px 34px rgba(0,0,0,.14);backdrop-filter:blur(8px)}
.rental-v31 .hero-mode.gold{background:linear-gradient(145deg,#f5d57d,#c7972d);color:#0a2755}
.rental-v31 .hero-mode:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.22)}
.rental-v31 .rental-portrait{filter:drop-shadow(0 26px 55px rgba(0,0,0,.30))}
.rental-v31 .hero-filter-wrap{bottom:-42px}
.rental-v31 .hero-filter{background:rgba(255,251,245,.97);border:1px solid #eadab8;box-shadow:0 18px 45px rgba(5,38,86,.14)}
.rental-v31 .hero-filter label small{color:#9a7430;text-transform:uppercase;letter-spacing:.08em;font-size:10px}
.rental-v31 .hero-filter input,.rental-v31 .hero-filter select{border:0;padding:4px 0 0;background:transparent;font-size:14px;color:#1f3557}
.rental-v31 .hero-filter label{background:#fff;border-radius:14px;border:1px solid #efe2c7;padding:12px 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.rental-v31 .hero-filter-keyword{display:flex;align-items:center;gap:10px}
.rental-v31 .hero-search-btn{min-height:60px;font-size:16px}
.rental-v31 .rental-type-section,.rental-v31 .rental-status-section,.rental-v31 .rental-featured,.rental-v31 .sale-section,.rental-v31 .revenue-section,.rental-v31 .contact-rental{position:relative}
.rental-v31 .rental-type-section{padding-top:104px}
.rental-v31 .rental-heading span,.rental-v31 .section-line .tag{font-family:'Be Vietnam Pro';letter-spacing:.15em;text-transform:uppercase;font-size:11px;color:#b58a2c;font-weight:800}
.rental-v31 .rental-heading h2,.rental-v31 .section-line h2{font-size:40px;margin:6px 0 0}
.rental-v31 .rental-types button{background:linear-gradient(180deg,#fffdf9,#fff8eb);border:1px solid #ecdab6;border-radius:24px;box-shadow:0 16px 35px rgba(10,39,85,.06);min-height:158px;transition:.28s}
.rental-v31 .rental-types button:hover{transform:translateY(-6px);box-shadow:0 24px 42px rgba(10,39,85,.12);border-color:#d2b06a}
.rental-v31 .rental-types i{font-size:36px;color:#0a4ba1}
.rental-v31 .status-pipeline{gap:14px}
.rental-v31 .status-pipeline>div{background:#fff;border:1px solid #ece2cf;box-shadow:0 14px 30px rgba(6,32,72,.06);border-radius:20px;padding:18px 14px}
.rental-v31 .rental-featured{padding-top:24px}
.rental-v31 .rental-featured:before{content:"";position:absolute;left:0;right:0;top:0;height:58%;background:linear-gradient(180deg,#fffaf0 0%,rgba(255,250,240,0) 100%);pointer-events:none}
.rental-v31 .sale-section:before{content:"";position:absolute;left:0;right:0;top:18px;height:44%;background:linear-gradient(180deg,#f7fbff 0%,rgba(247,251,255,0) 100%);pointer-events:none}
.rental-v31 .rental-featured .container,.rental-v31 .sale-section .container{position:relative;z-index:1}
.rental-v31 .section-line{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.rental-v31 .section-line a{color:#0c4ba4;font-weight:700}
.rental-v31 .home-price-tabs a,.rental-v31 .sale-price-tabs a{background:#fff;border:1px solid #e9dcbf;border-radius:999px;padding:10px 18px;color:#835f1b;font-weight:700;box-shadow:0 8px 20px rgba(10,39,85,.05)}
.rental-v31 .rental-card-grid{gap:24px}
.rental-v31 .rental-property-card{background:linear-gradient(180deg,#fff,#fffdf9);border:1px solid #e7dbc5;border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(10,39,85,.08);transition:.32s;position:relative}
.rental-v31 .rental-property-card.is-rent:before,.rental-v31 .rental-property-card.is-sale:before{content:"";position:absolute;left:0;right:0;top:0;height:5px}
.rental-v31 .rental-property-card.is-rent:before{background:linear-gradient(90deg,#0f5fbe,#66b1ff)}
.rental-v31 .rental-property-card.is-sale:before{background:linear-gradient(90deg,#c89a31,#f3d57e)}
.rental-v31 .rental-property-card:hover{transform:translateY(-8px);box-shadow:0 26px 56px rgba(10,39,85,.14)}
.rental-v31 .rental-card-image{display:block;position:relative;padding:14px 14px 0}
.rental-v31 .rental-card-image img{border-radius:20px;height:220px;width:100%;object-fit:cover}
.rental-v31 .district-chip{left:28px;top:28px;background:rgba(0,71,171,.92);backdrop-filter:blur(8px)}
.rental-v31 .favorite-dot{right:28px;top:28px;background:rgba(255,255,255,.92);color:#7a5a17}
.rental-v31 .rental-card-body{padding:18px 18px 20px}
.rental-v31 .property-code{display:inline-block;font-size:12px;color:#8c6d2f;font-weight:700;background:#fbf4e5;border-radius:999px;padding:5px 10px;margin-bottom:6px}
.rental-v31 .rental-property-card h3{font-size:24px;line-height:1.2;margin:6px 0 8px;color:#123360}
.rental-v31 .property-location{color:#657386;font-size:14px;margin:0 0 9px}
.rental-v31 .property-price{font-size:28px;color:#b67d17;margin:10px 0 6px;font-weight:800}
.rental-v31 .property-status-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}
.rental-v31 .property-status-row span{background:#eef4ff;color:#0e57ae;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}
.rental-v31 .property-status-row small{color:#7f8692}
.rental-v31 .property-excerpt{color:#5f6875;font-size:14px;min-height:46px}
.rental-v31 .property-card-actions .btn{min-height:44px}
.rental-v31 .property-card-actions .icon-only{width:44px;padding:0}
.rental-v31 .consign-band{padding-top:10px;padding-bottom:18px}
.rental-v31 .consign-grid{background:linear-gradient(135deg,#fffdf9,#fff5dd);border:1px solid #ead6ab;box-shadow:0 18px 42px rgba(10,39,85,.08);border-radius:30px;overflow:hidden}
.rental-v31 .consign-photo{background:url('/assets/rental-consign.jpg') center/cover no-repeat}
.rental-v31 .consign-content h2{font-size:34px;line-height:1.22}
.rental-v31 .revenue-grid article{background:#fff;border:1px solid #eadab8;border-radius:22px;box-shadow:0 12px 30px rgba(10,39,85,.05);padding:26px 18px;transition:.25s}
.rental-v31 .revenue-grid article:hover{transform:translateY(-4px)}
.rental-v31 .vision-band{background:radial-gradient(circle at 18% 0%,rgba(201,162,39,.20),transparent 18%),linear-gradient(120deg,#08265a,#0b3f89 58%,#0f55a7 100%);position:relative;overflow:hidden}
.rental-v31 .vision-band:before{content:"";position:absolute;left:0;bottom:0;width:190px;height:220px;background:url('/assets/city-foreground.svg') no-repeat left bottom/contain;opacity:.25}
.rental-v31 .vision-band .container{position:relative;z-index:1}
.rental-v31 .vision-band h2,.rental-v31 .vision-band p,.rental-v31 .vision-band strong,.rental-v31 .vision-band span{color:#fff}
.rental-v31 .vision-band strong{display:inline-block;margin-top:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);padding:12px 20px;border-radius:999px;color:#f8d87f}
.rental-v31 .contact-rental{background:#fffdf8}
.rental-v31 .contact-grid{background:linear-gradient(145deg,#082860,#04183d);border-radius:30px;padding:36px;box-shadow:0 24px 55px rgba(7,32,71,.14)}
.rental-v31 .contact-grid h3,.rental-v31 .contact-grid p,.rental-v31 .contact-grid small,.rental-v31 .contact-grid a{color:#f2f5fb}
.rental-v31 .contact-brand h3{color:#f5d57f}
.rental-v31 .contact-qr img{max-width:150px;background:#fff;padding:10px;border-radius:16px}
.rental-v31 .rental-footer{background:linear-gradient(90deg,#801c2c,#b12a3d);color:#fff}
.rental-v31 .news-showcase{gap:22px}
.rental-v31 .news-feature-card{background:#fff;border:1px solid #eadfc9;box-shadow:0 14px 34px rgba(10,39,85,.06);border-radius:26px;overflow:hidden}
.rental-v31 .rental-chat .chat-launch{background:linear-gradient(145deg,#0f5fbe,#07357d);box-shadow:0 16px 36px rgba(10,39,85,.25)}
.catalog-v31 .catalog-hero{background:linear-gradient(135deg,#fffefb,#f8f1e2);padding-top:28px;padding-bottom:28px;border-bottom:1px solid #eadab8;position:relative;overflow:hidden}
.catalog-v31 .catalog-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,233,.98) 0%,rgba(255,248,233,.82) 38%,rgba(255,248,233,.12) 64%);z-index:0}
.catalog-v31 .catalog-hero .container{position:relative;z-index:1}
.catalog-v31 .catalog-hero-image{background:url('/assets/interior-1.png') center/cover no-repeat;opacity:1;border-radius:0;right:0;top:0;bottom:0;width:46%;height:auto;filter:saturate(1.05)}
.catalog-v31.catalog-mode-sale .catalog-hero-image{background-image:url('/assets/interior-3.png')}
.catalog-v31.catalog-mode-all .catalog-hero-image{background-image:url('/assets/interior-2.png')}
.catalog-v31 .catalog-hero-copy h1{font-size:54px;margin:10px 0 10px;color:#17396d}
.catalog-v31 .catalog-hero-copy p{max-width:700px;font-size:18px;color:#516178}
.catalog-v31 .catalog-category-strip{background:#fff;border:1px solid #ead8b4;border-radius:24px;box-shadow:0 16px 40px rgba(10,39,85,.08);padding:8px}
.catalog-v31 .catalog-category-strip button{border-radius:18px}
.catalog-v31 .advanced-filter-panel{background:#fffefb;border:1px solid #eadcc2;box-shadow:0 18px 40px rgba(10,39,85,.08)}
.catalog-v31 .filter-trust{background:linear-gradient(145deg,#fff7e5,#fffdf8);border:1px solid #e6d4a9;color:#6f5c27}
.catalog-v31 .quick-price-row button,.catalog-v31 .catalog-mode-tabs button,.catalog-v31 .catalog-view-buttons button{border:1px solid #e4d5b7;background:#fff;box-shadow:0 8px 20px rgba(10,39,85,.05)}
.catalog-v31 .catalog-mode-tabs button.active,.catalog-v31 .quick-price-row button:hover,.catalog-v31 .catalog-view-buttons button.active{background:linear-gradient(145deg,#0f58b0,#08316f);color:#fff;border-color:#0f58b0}
.catalog-v31 .catalog-summary{align-items:center}
.catalog-v31 .catalog-grid .rental-property-card{min-height:100%}
.catalog-v31 .property-empty{background:#fff;border:1px solid #ead8b7;border-radius:22px;padding:40px;box-shadow:0 18px 40px rgba(10,39,85,.06)}
.admin-v8 .admin-top{background:rgba(255,252,246,.95);border-bottom:1px solid #eadcc2}
.admin-v8 .section-head h1,.admin-v8 #pageTitle{font-family:'Playfair Display',serif;color:#14396e}
.admin-v8 .admin-panel,.admin-v8 .stat,.admin-v8 .table-wrap,.admin-v8 .modal-card{background:linear-gradient(180deg,#fff,#fffdf9)!important;border:1px solid #eadfc9!important;box-shadow:0 14px 34px rgba(10,39,85,.06)!important}
.admin-v8 .stats .stat b{font-size:36px;color:#0d4ea5}
.admin-v8 .sidebar{background:linear-gradient(180deg,#062456,#0c3d81)!important}
.admin-v8 .admin-nav a.active,.admin-v8 .admin-nav a:hover{background:linear-gradient(90deg,rgba(201,162,39,.22),rgba(255,255,255,.08))!important;box-shadow:inset 3px 0 #c9a227!important}
.admin-v8 .rental-master-table th{font-family:'Be Vietnam Pro',Arial,sans-serif;color:#765715}
.admin-v8 .banner-card{border-radius:18px}
@media(max-width:1100px){.rental-v31 .rental-hero h1 span{font-size:56px}.rental-v31 .rental-hero h1 strong{font-size:76px}.rental-v31 .rental-heading h2,.rental-v31 .section-line h2{font-size:34px}.catalog-v31 .catalog-hero-copy h1{font-size:44px}}
@media(max-width:760px){.rental-v31 .rental-brand span{font-size:14px}.rental-v31 .rental-hero h1 span{font-size:36px!important;white-space:normal}.rental-v31 .rental-hero h1 strong{font-size:46px!important}.rental-v31 .rental-slogan{font-size:19px!important}.rental-v31 .rental-card-image img{height:200px}.catalog-v31 .catalog-hero-copy h1{font-size:34px}.catalog-v31 .catalog-hero-copy p{font-size:15px}.catalog-v31 .catalog-hero-image{width:100%;opacity:.20}.rental-v31 .contact-grid{padding:24px}.rental-v31 .section-line{align-items:flex-start;flex-direction:column}}

/* =========================================================
   PHƯƠNG HẰNG RENTAL 3.3 — LUXURY REFERENCE HOME
   Bám sát mockup đã duyệt, giữ nguyên API/CRM/tính năng.
   ========================================================= */
:root{
  --phr-navy:#032b66;
  --phr-navy-deep:#001f4f;
  --phr-blue:#0047ab;
  --phr-gold:#c9a227;
  --phr-gold-bright:#e4b538;
  --phr-wine:#8b1e2d;
  --phr-cream:#f7f3e8;
  --phr-ink:#0b2e5e;
  --phr-border:#ead9b6;
}
html{scroll-behavior:smooth}
body.rental-v33,
.rental-v33 button,.rental-v33 input,.rental-v33 select,.rental-v33 textarea{
  font-family:"Segoe UI",Tahoma,Arial,"Noto Sans",sans-serif;
  font-kerning:normal;
  font-feature-settings:"kern" 1,"liga" 1;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  word-break:normal!important;
  overflow-wrap:normal!important;
  letter-spacing:0;
}
.rental-v33 h1,.rental-v33 h2,.rental-v33 h3,.rental-v33 .serif,
.rental-v33 .ornament-heading h2,.rental-v33 .gold-section-title h2,.rental-v33 .sale-heading h2{
  font-family:Georgia,"Times New Roman",serif;
  font-kerning:normal;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.rental-v33 *{box-sizing:border-box}
.rental-v33{background:#fffaf1;color:#102f59}
.rental-v33 .container{width:min(1180px,calc(100% - 42px));margin-inline:auto}
.rental-v33 a{text-decoration:none}

/* App strip */
.rental-v33 .rental-appbar{height:28px;background:#01234f;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.rental-v33 .rental-appbar .container{height:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.rental-v33 .appbar-copy{display:flex;align-items:center;gap:8px;font-size:10px;white-space:nowrap}
.rental-v33 .appbar-copy b{font-size:10px;font-weight:700}.rental-v33 .appbar-copy small{font-size:9px;opacity:.85}
.rental-v33 .appbar-actions{display:flex;gap:8px}.rental-v33 .appbar-actions a{background:linear-gradient(180deg,#f3ca5d,#c28c16);color:#092c5c;border:1px solid #f1d47c;border-radius:5px;padding:4px 13px;font-weight:800;font-size:9px;box-shadow:inset 0 1px rgba(255,255,255,.5)}

/* Header */
.rental-v33 .rental-navbar{background:#fffdf8;border:0;border-bottom:1px solid #efe3cd;box-shadow:0 5px 22px rgba(0,30,73,.06);position:sticky;top:0;z-index:170}
.rental-v33 .rental-navbar .nav{min-height:66px;display:flex;align-items:center;gap:22px}
.rental-v33 .rental-brand{min-width:205px;display:flex;align-items:center;gap:9px;color:#a47720}
.rental-v33 .rental-brand img{width:54px;height:54px;object-fit:contain}.rental-v33 .rental-brand span{font-family:Georgia,"Times New Roman",serif;font-size:16px;line-height:1.08;white-space:nowrap;color:#a87820}.rental-v33 .rental-brand small{display:block;font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:7px;letter-spacing:.26em;margin-top:4px;color:#b18841;font-weight:700}
.rental-v33 .rental-menu{display:flex;align-items:center;justify-content:center;gap:4px;flex:1;white-space:nowrap}
.rental-v33 .rental-menu>a,.rental-v33 .rental-nav-dropdown>a{padding:24px 10px;color:#0b2e5e;font-size:10px;font-weight:650;white-space:nowrap;position:relative}
.rental-v33 .rental-menu>a:hover,.rental-v33 .rental-nav-dropdown>a:hover{color:#bd8612}.rental-v33 .rental-menu .active:after{content:"";position:absolute;left:12px;right:12px;bottom:15px;height:2px;background:#c9a227}
.rental-v33 .rental-nav-contact{display:grid;line-height:1.1;min-width:90px;white-space:nowrap}.rental-v33 .rental-nav-contact small{font-size:8px;color:#7e6e55}.rental-v33 .rental-nav-contact a{font-size:12px;color:#0c3d86;font-weight:800;margin-top:3px}
.rental-v33 .rental-nav-actions{display:flex;gap:7px}.rental-v33 .rental-nav-actions .btn{min-height:36px;padding:9px 13px;border-radius:6px;font-size:9px;white-space:nowrap}.rental-v33 .btn-gold{background:linear-gradient(180deg,#e0b53b,#b97f09);color:#fff;border:1px solid #d3a128}.rental-v33 .btn-outline-navy{background:#073a7a;color:#fff;border:1px solid #0b4d9e}
.rental-v33 .rental-mega-menu{top:55px;border:1px solid #eadab8;border-radius:0 0 14px 14px;box-shadow:0 18px 38px rgba(0,32,75,.14);background:#fffdf8}

/* Hero */
.rental-v33 .rental-hero{min-height:548px;background:linear-gradient(118deg,#001c47 0%,#063970 58%,#03224e 100%);overflow:visible;position:relative;color:#fff;border-bottom:0}
.rental-v33 .hero-dynamic-media{position:absolute;inset:0;z-index:0;background-image:linear-gradient(90deg,rgba(0,28,70,.06),rgba(0,28,70,.25)),url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=84');background-size:cover;background-position:center right;opacity:.52;filter:saturate(.92) contrast(1.05)}
.rental-v33 .hero-dynamic-media video{width:100%;height:100%;object-fit:cover;opacity:.82}
.rental-v33 .rental-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,27,68,.96) 0%,rgba(0,35,82,.89) 39%,rgba(0,45,98,.47) 61%,rgba(0,28,68,.18) 100%),linear-gradient(180deg,rgba(0,22,52,.05),rgba(0,30,72,.45))}
.rental-v33 .hero-city{position:absolute;z-index:1;left:34%;bottom:82px;width:42%;height:235px;background:url('/assets/city-foreground.svg') center bottom/contain no-repeat;filter:brightness(2) sepia(1) saturate(2.2) hue-rotate(350deg);opacity:.34}
.rental-v33 .hero-luxury-house{position:absolute;z-index:1;right:-3%;top:0;width:37%;height:100%;background:url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1200&q=85') center/cover no-repeat;opacity:.78;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 15%,#000 42%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 15%,#000 42%)}
.rental-v33 .hero-gold-flow{position:absolute;z-index:2;border:2px solid rgba(235,188,58,.86);border-radius:50%;filter:drop-shadow(0 0 8px rgba(238,188,45,.7));pointer-events:none}
.rental-v33 .hero-gold-flow-a{width:850px;height:280px;left:-390px;bottom:-5px;transform:rotate(19deg);border-left-color:transparent;border-top-color:transparent}
.rental-v33 .hero-gold-flow-b{width:720px;height:250px;right:-300px;top:92px;transform:rotate(-21deg);border-right-color:transparent;border-bottom-color:transparent}
.rental-v33 .rental-hero-grid{position:relative;z-index:4;display:grid;grid-template-columns:54% 46%;min-height:455px;align-items:center}
.rental-v33 .rental-hero-copy{padding:44px 0 92px;max-width:620px}.rental-v33 .rental-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.04em!important;color:#e7bd4d;margin-bottom:8px;white-space:nowrap}.rental-v33 .rental-hero h1{margin:0;line-height:.83}.rental-v33 .rental-hero h1 span{display:block;font-family:Georgia,"Times New Roman",serif;font-size:56px;font-weight:400;line-height:1;white-space:nowrap;letter-spacing:0!important}.rental-v33 .rental-hero h1 strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:71px;line-height:.9;color:#e5b438;white-space:nowrap;letter-spacing:0!important}.rental-v33 .rental-slogan{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:22px;font-weight:500;margin:13px 0 13px;color:#fff;white-space:nowrap;text-transform:none}.rental-v33 .hero-proof{list-style:none;padding:0;margin:0;display:grid;gap:5px;font-size:11px;color:#eef5ff}.rental-v33 .hero-proof li:before{content:"✓";display:inline-grid;place-items:center;color:#d8a526;border:1px solid #d8a526;width:14px;height:14px;border-radius:50%;font-size:8px;margin-right:7px}
.rental-v33 .rental-hero-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;max-width:640px}.rental-v33 .hero-mode{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;height:72px;border:1px solid #d9a928;border-radius:8px;color:#fff;background:linear-gradient(180deg,rgba(5,58,125,.92),rgba(0,35,84,.96));box-shadow:0 8px 18px rgba(0,0,0,.16),inset 0 0 0 1px rgba(255,255,255,.07)}.rental-v33 .hero-mode.gold{background:linear-gradient(145deg,#e0b642,#b67a07);border-color:#f0ca62}.rental-v33 .hero-mode b{font-size:28px;color:#e7bd4b}.rental-v33 .hero-mode.gold b{color:#fff6d2}.rental-v33 .hero-mode span{display:grid}.rental-v33 .hero-mode strong{font-size:12px;white-space:nowrap}.rental-v33 .hero-mode small{font-size:9px;color:#e4ecf8;margin-top:3px;white-space:nowrap}
.rental-v33 .rental-portrait{height:390px;align-self:end;position:relative;display:flex;align-items:flex-end;justify-content:center;margin-left:-45px;z-index:4}.rental-v33 .rental-portrait img{height:100%;max-width:420px;object-fit:cover;object-position:center top;border-radius:46% 46% 0 0;filter:drop-shadow(0 22px 25px rgba(0,0,0,.3));-webkit-mask-image:radial-gradient(ellipse 78% 83% at 50% 50%,#000 66%,rgba(0,0,0,.92) 77%,transparent 100%);mask-image:radial-gradient(ellipse 78% 83% at 50% 50%,#000 66%,rgba(0,0,0,.92) 77%,transparent 100%)}
.rental-v33 .portrait-halo{position:absolute;z-index:0;width:355px;height:355px;border:2px solid #e4b33a;border-radius:50%;bottom:12px;box-shadow:0 0 22px #e4b33a,0 0 55px rgba(33,120,255,.5),inset 0 0 35px rgba(0,103,255,.35)}

/* Hero filter */
.rental-v33 .hero-filter-wrap{position:absolute;z-index:9;left:50%;bottom:-48px;transform:translateX(-50%);width:min(1180px,calc(100% - 42px))}
.rental-v33 .hero-filter{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fffdf9;border:1px solid #e7d4aa;border-radius:15px;padding:12px 14px 10px;box-shadow:0 12px 28px rgba(0,37,82,.18),inset 0 0 0 4px rgba(201,162,39,.07)}
.rental-v33 .hero-filter label{display:grid;min-height:50px;padding:4px 10px;border-right:1px solid #eee5d4}.rental-v33 .hero-filter label:nth-child(5),.rental-v33 .hero-filter label:nth-child(9){border-right:0}.rental-v33 .hero-filter small{font-size:8px;color:#766c61;margin:0 0 2px}.rental-v33 .hero-filter input,.rental-v33 .hero-filter select{border:0;background:transparent;min-width:0;padding:5px 0;color:#33475f;font-size:10px;outline:0;width:100%}.rental-v33 .hero-search-cell{display:grid;align-content:center;gap:2px;padding:2px 8px}.rental-v33 .hero-search-btn{height:38px;border-radius:7px;background:linear-gradient(180deg,#0c4c9f,#06316e);font-size:11px;font-weight:800;box-shadow:0 5px 10px rgba(4,52,113,.22)}.rental-v33 .hero-search-cell>a{text-align:right;font-size:8px;color:#49688b;text-decoration:underline}

/* Type & status */
.rental-v33 .rental-type-section{padding:76px 0 16px;background:radial-gradient(circle at 50% 0,#fff 0,#fffaf1 70%)}
.rental-v33 .ornament-heading{display:flex;align-items:center;justify-content:center;gap:15px;margin:0 0 15px}.rental-v33 .ornament-heading span{width:56px;height:1px;background:linear-gradient(90deg,transparent,#c49427)}.rental-v33 .ornament-heading span:last-child{background:linear-gradient(90deg,#c49427,transparent)}.rental-v33 .ornament-heading h2{font-size:19px;letter-spacing:.02em;margin:0;color:#182f4f;white-space:nowrap;font-weight:500}.rental-v33 .ornament-heading.compact{margin-bottom:8px}.rental-v33 .ornament-heading.compact h2{font-size:16px}
.rental-v33 .rental-types{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.rental-v33 .rental-types button{min-height:93px;background:linear-gradient(180deg,#fffefc,#fff9ee);border:1px solid #ecd8b3;border-radius:10px;box-shadow:0 8px 18px rgba(0,33,75,.05);display:grid;place-items:center;align-content:center;gap:6px;transition:.24s;color:#0d3267}.rental-v33 .rental-types button:hover{transform:translateY(-4px);box-shadow:0 15px 28px rgba(0,46,103,.12);border-color:#cba44c}.rental-v33 .rental-types i{font-style:normal;font-size:30px;color:#06428c}.rental-v33 .rental-types b{font-size:11px;line-height:1.2}
.rental-v33 .rental-status-section{background:#fffaf1;padding:2px 0 16px}.rental-v33 .status-pipeline{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.rental-v33 .status-pipeline>div{min-width:0;min-height:58px;background:#fff;border:1px solid #e8ddc9;border-radius:10px;box-shadow:0 6px 14px rgba(0,34,78,.05);padding:7px;display:flex;align-items:center;gap:7px}.rental-v33 .status-pipeline i{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font-style:normal;color:#fff;background:#0a4b9a;font-size:13px;flex:0 0 31px}.rental-v33 .status-pipeline .green i{background:#14825d}.rental-v33 .status-pipeline .gold i{background:#c18a13}.rental-v33 .status-pipeline .teal i{background:#187c8d}.rental-v33 .status-pipeline .red i{background:#c53137}.rental-v33 .status-pipeline .purple i{background:#6a3fa0}.rental-v33 .status-pipeline span{display:grid;min-width:0}.rental-v33 .status-pipeline b{font-size:8px;line-height:1.1;white-space:nowrap;color:#35506f}.rental-v33 .status-pipeline strong{font-size:15px;line-height:1.1;color:#0a346c}

/* Rental showcase — dark and distinctive */
.rental-v33 .luxury-rent-showcase{padding:0 0 0;background:#fffaf1}.rental-v33 .luxury-rent-showcase>.container{width:min(1260px,calc(100% - 20px));background:radial-gradient(circle at 50% -20%,rgba(29,105,194,.28),transparent 42%),linear-gradient(135deg,#032b65,#001f4d 62%,#042f6b);border-radius:24px 24px 0 0;padding:18px 42px 22px;position:relative;overflow:hidden;box-shadow:0 12px 26px rgba(0,31,73,.14)}.rental-v33 .luxury-rent-showcase>.container:before{content:"";position:absolute;inset:auto -60px -90px -60px;height:160px;border:2px solid rgba(222,177,53,.32);border-radius:50%;transform:rotate(-3deg)}
.rental-v33 .gold-section-title{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:13px;margin-bottom:13px}.rental-v33 .gold-section-title span{height:1px;background:linear-gradient(90deg,transparent,#cfa633)}.rental-v33 .gold-section-title span:nth-of-type(2){background:linear-gradient(90deg,#cfa633,transparent)}.rental-v33 .gold-section-title h2{font-size:18px;color:#e7bd4d;margin:0;white-space:nowrap;font-weight:500}.rental-v33 .gold-section-title a{grid-column:3;justify-self:end;margin-top:-26px;font-size:8px;color:#fff;text-decoration:underline;white-space:nowrap}
.rental-v33 .rental-home-grid{position:relative;z-index:2;grid-template-columns:repeat(4,1fr);gap:16px}.rental-v33 .luxury-rent-showcase .rental-property-card{border-radius:9px;border:1px solid #e9d5a9;background:#fffdf7;box-shadow:0 8px 18px rgba(0,0,0,.18);overflow:hidden}.rental-v33 .luxury-rent-showcase .rental-card-image{padding:0}.rental-v33 .luxury-rent-showcase .rental-card-image img{height:145px;border-radius:0}.rental-v33 .luxury-rent-showcase .rental-card-body{padding:8px 10px 10px}.rental-v33 .luxury-rent-showcase .property-code{position:absolute;top:7px;left:7px;z-index:4;background:#083b7a;color:#fff;border-radius:4px;padding:3px 6px;font-size:7px}.rental-v33 .luxury-rent-showcase .district-chip{display:none}.rental-v33 .luxury-rent-showcase .favorite-dot{top:7px;right:7px;width:23px;height:23px;font-size:14px}.rental-v33 .luxury-rent-showcase h3{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:11px;line-height:1.25;margin:2px 0 4px}.rental-v33 .luxury-rent-showcase .property-location{font-size:8px;margin:0 0 4px}.rental-v33 .luxury-rent-showcase .property-meta{font-size:8px;gap:7px}.rental-v33 .luxury-rent-showcase .property-price{font-size:12px;margin:5px 0;color:#b87812}.rental-v33 .luxury-rent-showcase .property-status-row,.rental-v33 .luxury-rent-showcase .property-excerpt{display:none}.rental-v33 .luxury-rent-showcase .property-card-actions{margin-top:5px}.rental-v33 .luxury-rent-showcase .property-card-actions .btn{font-size:7px;min-height:25px;padding:5px 7px}.rental-v33 .luxury-rent-showcase .property-card-actions .icon-only{width:25px}

/* Consignment — its own visual identity */
.rental-v33 .consign-band{background:linear-gradient(90deg,#f5ecda,#fff9ed 46%,#f5ead4);padding:0;border-top:1px solid #ead7b2;border-bottom:1px solid #ead7b2;position:relative;overflow:hidden}.rental-v33 .consign-band:after{content:"";position:absolute;inset:0 0 0 55%;background:radial-gradient(circle at 95% 35%,rgba(201,162,39,.14),transparent 42%),repeating-linear-gradient(45deg,rgba(201,162,39,.035) 0 1px,transparent 1px 14px);pointer-events:none}.rental-v33 .consign-grid{position:relative;z-index:1;display:grid;grid-template-columns:38% 62%;min-height:230px;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}.rental-v33 .consign-photo{background:url('/assets/rental-consign.jpg') center/cover no-repeat;min-height:230px;clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%)}.rental-v33 .consign-content{text-align:center;padding:18px 18px 14px}.rental-v33 .consign-content h2{font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#253653;margin:0 0 2px;white-space:nowrap}.rental-v33 .consign-content>p{margin:0 0 11px;font-size:11px;color:#6d5b47}.rental-v33 .consign-benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:10px}.rental-v33 .consign-benefits span{background:rgba(255,255,255,.66);border:1px solid #e6d3ac;border-radius:7px;padding:9px 5px;display:grid;place-items:center;align-content:center;gap:3px;color:#173d72}.rental-v33 .consign-benefits b{font-size:22px;color:#bd8315}.rental-v33 .consign-benefits strong{font-size:8px}.rental-v33 .consign-benefits small{font-size:7px;color:#766b5c}.rental-v33 .btn-wine{background:linear-gradient(180deg,#a72836,#751421);color:#fff;border:1px solid #aa3442;border-radius:5px;font-size:9px;padding:8px 20px;box-shadow:0 5px 12px rgba(120,20,30,.22)}

/* Sale — distinct, airy premium cards */
.rental-v33 .sale-section{padding:16px 0 18px;background:linear-gradient(180deg,#fffdf8,#fff8ed);position:relative}.rental-v33 .sale-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfc486;margin-bottom:11px}.rental-v33 .sale-heading h2{font-size:17px;color:#243857;margin:0 0 5px;font-weight:500}.rental-v33 .sale-heading a{font-size:8px;color:#8c2630;margin-bottom:5px}.rental-v33 .sale-home-grid{grid-template-columns:repeat(5,1fr);gap:11px}.rental-v33 .sale-home-grid .rental-property-card{border:1px solid #ead9b8;border-radius:7px;background:#fff;box-shadow:0 5px 12px rgba(0,37,79,.05);overflow:hidden}.rental-v33 .sale-home-grid .rental-card-image{padding:0}.rental-v33 .sale-home-grid .rental-card-image img{height:128px;border-radius:0}.rental-v33 .sale-home-grid .district-chip{top:6px;left:6px;font-size:7px;padding:3px 5px}.rental-v33 .sale-home-grid .favorite-dot{top:6px;right:6px;width:23px;height:23px}.rental-v33 .sale-home-grid .rental-card-body{padding:7px 8px}.rental-v33 .sale-home-grid .property-code,.rental-v33 .sale-home-grid .property-status-row,.rental-v33 .sale-home-grid .property-excerpt,.rental-v33 .sale-home-grid .property-card-actions{display:none}.rental-v33 .sale-home-grid h3{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:10px;line-height:1.2;margin:0 0 3px}.rental-v33 .sale-home-grid .property-location{font-size:7px;margin:0}.rental-v33 .sale-home-grid .property-meta{font-size:7px;gap:6px;margin-top:4px}.rental-v33 .sale-home-grid .property-price{font-size:12px;margin:4px 0 0;color:#a8690c}

/* Revenue */
.rental-v33 .revenue-section{padding:15px 0 16px;background:#f8f0e1}.rental-v33 .revenue-section .ornament-heading{margin-bottom:9px}.rental-v33 .revenue-section .ornament-heading h2{font-size:17px}.rental-v33 .revenue-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.rental-v33 .revenue-grid article{min-height:78px;background:rgba(255,255,255,.72);border:1px solid #e6d3ac;border-radius:8px;box-shadow:0 5px 12px rgba(0,35,75,.04);display:grid;place-items:center;align-content:center;text-align:center;padding:8px}.rental-v33 .revenue-grid i{font-style:normal;font-size:27px;color:#bf8516}.rental-v33 .revenue-grid b{font-size:9px;line-height:1.3;color:#10376d;margin-top:4px}

/* Vision */
.rental-v33 .vision-band{min-height:168px;padding:16px 0 12px;background:radial-gradient(circle at 70% 35%,rgba(15,92,180,.32),transparent 27%),linear-gradient(100deg,#001f4b,#04366f 58%,#03285c);position:relative;overflow:hidden;text-align:center}.rental-v33 .vision-band:before,.rental-v33 .vision-band:after{content:"";position:absolute;width:620px;height:190px;border:2px solid rgba(229,183,54,.62);border-radius:50%;bottom:-130px;filter:drop-shadow(0 0 7px rgba(221,171,38,.38))}.rental-v33 .vision-band:before{left:-180px;transform:rotate(7deg)}.rental-v33 .vision-band:after{right:-190px;transform:rotate(-10deg)}.rental-v33 .vision-city{position:absolute;left:3%;bottom:0;width:225px;height:145px;background:url('/assets/city-foreground.svg') left bottom/contain no-repeat;filter:sepia(1) saturate(2) brightness(1.5);opacity:.55}.rental-v33 .vision-house{position:absolute;right:5%;bottom:0;width:240px;height:145px;background:url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;mask-image:linear-gradient(90deg,transparent,#000 25%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 25%);opacity:.82}.rental-v33 .vision-band .container{position:relative;z-index:3}.rental-v33 .vision-band span{font-family:Georgia,"Times New Roman",serif;color:#e6b940;font-size:15px}.rental-v33 .vision-band h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:18px;margin:0 0 6px}.rental-v33 .vision-band p{color:#e8eff8;font-size:8px;line-height:1.6;margin:0}.rental-v33 .vision-band strong{display:block;margin-top:7px;color:#e8bc45;font-size:9px;background:none;border:0;padding:0}

/* Footer/contact — exact lower information structure */
.rental-v33 .contact-rental{background:linear-gradient(100deg,#012754,#053b79);color:#fff;padding:18px 0 13px;border-top:1px solid rgba(221,177,49,.45)}.rental-v33 .contact-grid{display:grid;grid-template-columns:1.18fr 1.22fr 1.35fr .55fr;gap:24px;align-items:center;background:transparent;border-radius:0;padding:0;box-shadow:none}.rental-v33 .footer-logo{display:flex;align-items:center;gap:10px}.rental-v33 .footer-logo img{width:66px;height:58px;object-fit:contain}.rental-v33 .footer-logo div{display:grid}.rental-v33 .footer-logo b{font-family:Georgia,"Times New Roman",serif;color:#e3b63b;font-size:15px}.rental-v33 .footer-logo small{font-size:6px;letter-spacing:.24em;color:#e3b63b}.rental-v33 .contact-brand h4{font-size:8px;margin:7px 0;color:#fff}.rental-v33 .social-row{display:flex;gap:7px}.rental-v33 .social-row a{min-width:21px;height:21px;padding:0 4px;border-radius:4px;background:#0b55a6;color:#fff;display:grid;place-items:center;font-size:7px;font-weight:800}.rental-v33 .footer-info h3,.rental-v33 .footer-app h3{font-family:"Segoe UI",Tahoma,Arial,sans-serif;font-size:8px;color:#fff;margin:0 0 7px}.rental-v33 .footer-info p,.rental-v33 .footer-app p{font-size:7px;line-height:1.55;margin:2px 0;color:#e4ecf6}.rental-v33 .footer-info a,.rental-v33 .footer-info span{color:#e7bd4c}.rental-v33 .footer-app>div{display:flex;gap:7px;margin-top:7px}.rental-v33 .footer-app button{background:#050505;border:1px solid #8b8b8b;border-radius:5px;color:#fff;padding:6px 9px;font-size:7px;cursor:pointer}.rental-v33 .contact-qr{text-align:center}.rental-v33 .contact-qr img{width:82px;height:82px;object-fit:contain;background:#fff;padding:4px;border-radius:2px}.rental-v33 .contact-qr small{display:block;color:#dbe6f4;font-size:6px;margin-top:3px}.rental-v33 .rental-footer{background:#6f1723;color:#fff;padding:8px 0}.rental-v33 .rental-footer .container{display:flex;justify-content:space-between;gap:20px;font-size:7px;color:#f5e9ea}
.rental-v33 .visually-secondary{display:none}

/* Chat matches mockup */
.rental-v33 .rental-chat{right:24px;bottom:26px;z-index:230}.rental-v33 .rental-chat .chat-launch{width:auto;min-width:46px;height:46px;border-radius:50%;background:linear-gradient(180deg,#e3b744,#b47b0b);border:3px solid #f7e2a1;color:#fff;box-shadow:0 9px 24px rgba(0,24,57,.28);font-size:0}.rental-v33 .rental-chat .chat-launch:before{content:"●●●";font-size:9px;letter-spacing:1px}.rental-v33 .rental-chat .chat-launch span{display:none}.rental-v33 .rental-chat .chat-panel{width:260px;border:2px solid #d0a440;border-radius:13px;box-shadow:0 14px 35px rgba(0,25,59,.30);overflow:hidden;background:#fffdf9}.rental-v33 .rental-chat .chat-head{background:#073a79;color:#fff;padding:10px 12px}.rental-v33 .rental-chat .chat-head b{font-size:10px}.rental-v33 .rental-chat .chat-head small{font-size:7px}.rental-v33 .rental-chat form{padding:10px}.rental-v33 .rental-chat input,.rental-v33 .rental-chat textarea{font-size:9px;border-radius:6px;border:1px solid #ddd3c1;padding:8px}.rental-v33 .rental-chat textarea{min-height:55px}.rental-v33 .rental-chat form .btn{font-size:9px;border-radius:6px}

/* Card stability/font fixes */
.rental-v33 .rental-property-card,.rental-v33 .rental-property-card *{word-break:normal!important;overflow-wrap:normal!important}.rental-v33 .rental-property-card h3 a{color:#17365f}.rental-v33 .property-meta{display:flex;align-items:center;gap:11px;flex-wrap:nowrap;white-space:nowrap}.rental-v33 img{max-width:100%}.rental-v33 .modal-card{font-family:"Segoe UI",Tahoma,Arial,sans-serif}

@media(max-width:1120px){
 .rental-v33 .rental-navbar .nav{gap:10px}.rental-v33 .rental-brand{min-width:175px}.rental-v33 .rental-brand span{font-size:14px}.rental-v33 .rental-menu>a,.rental-v33 .rental-nav-dropdown>a{padding-inline:6px;font-size:9px}.rental-v33 .rental-nav-actions{display:none}.rental-v33 .rental-nav-contact{margin-left:auto}.rental-v33 .rental-hero h1 span{font-size:49px}.rental-v33 .rental-hero h1 strong{font-size:64px}.rental-v33 .rental-home-grid{grid-template-columns:repeat(4,1fr)}.rental-v33 .sale-home-grid{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:900px){
 .rental-v33 .rental-menu{display:none!important}.rental-v33 .mobile-menu{display:inline-flex}.menu-open .rental-menu{display:flex!important;position:fixed;left:14px;right:14px;top:100px;background:#fffdf8;border:1px solid #e5d8be;border-radius:12px;box-shadow:0 18px 44px rgba(0,34,78,.22);padding:8px;flex-direction:column;z-index:220}.menu-open .rental-menu>a,.menu-open .rental-nav-dropdown>a{padding:11px 12px;font-size:11px}.rental-v33 .rental-mega-menu{display:none!important}.rental-v33 .rental-hero-grid{grid-template-columns:1fr 1fr}.rental-v33 .rental-hero-copy{padding-left:10px}.rental-v33 .rental-hero h1 span{font-size:42px}.rental-v33 .rental-hero h1 strong{font-size:54px}.rental-v33 .rental-slogan{font-size:18px}.rental-v33 .hero-filter{grid-template-columns:repeat(3,1fr)}.rental-v33 .hero-filter label{border-right:1px solid #eee5d4!important}.rental-v33 .rental-hero{min-height:635px}.rental-v33 .hero-filter-wrap{bottom:-95px}.rental-v33 .rental-type-section{padding-top:122px}.rental-v33 .status-pipeline{grid-template-columns:repeat(4,1fr)}.rental-v33 .rental-home-grid{grid-template-columns:repeat(2,1fr)}.rental-v33 .sale-home-grid{grid-template-columns:repeat(3,1fr)}.rental-v33 .consign-grid{grid-template-columns:36% 64%}.rental-v33 .consign-benefits{grid-template-columns:repeat(3,1fr)}.rental-v33 .revenue-grid{grid-template-columns:repeat(3,1fr)}.rental-v33 .contact-grid{grid-template-columns:1fr 1fr}.rental-v33 .vision-city,.rental-v33 .vision-house{opacity:.35}
}
@media(max-width:620px){
 .rental-v33 .container{width:min(100% - 24px,1180px)}.rental-v33 .rental-appbar{height:31px}.rental-v33 .appbar-copy small{display:none}.rental-v33 .appbar-actions a{padding:4px 7px}.rental-v33 .rental-navbar .nav{min-height:59px}.rental-v33 .rental-brand img{width:44px;height:44px}.rental-v33 .rental-brand span{font-size:12px}.rental-v33 .rental-nav-contact{display:none}.rental-v33 .rental-hero{min-height:850px}.rental-v33 .rental-hero-grid{grid-template-columns:1fr}.rental-v33 .rental-hero-copy{text-align:center;padding:34px 0 3px}.rental-v33 .rental-kicker{font-size:8px;white-space:normal}.rental-v33 .rental-hero h1 span{font-size:38px}.rental-v33 .rental-hero h1 strong{font-size:52px}.rental-v33 .rental-slogan{font-size:17px;white-space:normal}.rental-v33 .hero-proof{justify-items:start;width:max-content;max-width:100%;margin-inline:auto;text-align:left}.rental-v33 .rental-hero-actions{gap:5px}.rental-v33 .hero-mode{height:62px;padding:6px}.rental-v33 .hero-mode b{font-size:19px}.rental-v33 .hero-mode strong{font-size:8px}.rental-v33 .hero-mode small{font-size:7px}.rental-v33 .rental-portrait{height:285px;margin:0}.rental-v33 .portrait-halo{width:250px;height:250px}.rental-v33 .hero-luxury-house{width:75%;opacity:.28}.rental-v33 .hero-city{left:0;width:100%;opacity:.2}.rental-v33 .hero-filter-wrap{bottom:-160px;width:calc(100% - 24px)}.rental-v33 .hero-filter{grid-template-columns:1fr 1fr;padding:8px}.rental-v33 .hero-filter label{min-height:45px;padding:3px 8px}.rental-v33 .hero-search-cell{grid-column:1/-1}.rental-v33 .rental-type-section{padding-top:188px}.rental-v33 .ornament-heading h2{font-size:14px}.rental-v33 .ornament-heading span{width:25px}.rental-v33 .rental-types{grid-template-columns:repeat(2,1fr);gap:8px}.rental-v33 .rental-types button{min-height:80px}.rental-v33 .rental-types button:last-child{grid-column:1/-1}.rental-v33 .status-pipeline{grid-template-columns:repeat(2,1fr)}.rental-v33 .luxury-rent-showcase>.container{width:100%;border-radius:16px 16px 0 0;padding:15px 12px 18px}.rental-v33 .rental-home-grid{grid-template-columns:1fr}.rental-v33 .gold-section-title{grid-template-columns:1fr auto 1fr}.rental-v33 .gold-section-title h2{font-size:15px}.rental-v33 .gold-section-title a{display:none}.rental-v33 .consign-grid{grid-template-columns:1fr}.rental-v33 .consign-photo{min-height:160px;clip-path:none}.rental-v33 .consign-content h2{font-size:17px;white-space:normal}.rental-v33 .consign-benefits{grid-template-columns:repeat(2,1fr)}.rental-v33 .sale-home-grid{grid-template-columns:repeat(2,1fr)}.rental-v33 .revenue-grid{grid-template-columns:repeat(2,1fr)}.rental-v33 .vision-band{min-height:205px}.rental-v33 .vision-band p br{display:none}.rental-v33 .vision-city,.rental-v33 .vision-house{opacity:.18}.rental-v33 .contact-grid{grid-template-columns:1fr}.rental-v33 .contact-qr{text-align:left}.rental-v33 .rental-footer .container{display:grid;text-align:center;justify-content:center}.rental-v33 .rental-chat{right:12px;bottom:16px}.rental-v33 .rental-chat .chat-panel{width:min(290px,calc(100vw - 32px))}
}

/* 3.3 — mỗi kho có bản sắc riêng */
.catalog-v31.rental-v33.catalog-mode-rent .catalog-hero{
  background:linear-gradient(105deg,#fffdf8 0%,#f7f0df 42%,#e4edf5 100%);
  border-bottom:1px solid #dfc897;
}
.catalog-v31.rental-v33.catalog-mode-rent .catalog-hero-image{
  background-image:linear-gradient(90deg,rgba(247,243,232,0),rgba(0,38,82,.08)),url('/assets/rental-warehouse-banner.jpg');
  width:51%;filter:saturate(.9) contrast(1.05);
}
.catalog-v31.rental-v33.catalog-mode-rent .catalog-hero-copy h1{color:#0a3978}
.catalog-v31.rental-v33.catalog-mode-rent .catalog-category-strip button:hover{background:#073b7c;color:#fff}
.catalog-v31.rental-v33.catalog-mode-sale .catalog-hero{
  background:radial-gradient(circle at 15% 0%,rgba(201,162,39,.18),transparent 35%),linear-gradient(105deg,#fffdf8,#f5ead4 53%,#e7eff7);
  border-bottom:1px solid #d2ad57;
}
.catalog-v31.rental-v33.catalog-mode-sale .catalog-hero-image{
  background-image:linear-gradient(90deg,rgba(248,241,226,0),rgba(0,35,75,.08)),url('https://images.unsplash.com/photo-1600585152915-d208bec867a1?auto=format&fit=crop&w=1400&q=82');
  width:52%;filter:saturate(1.05) contrast(1.04);
}
.catalog-v31.rental-v33.catalog-mode-sale .catalogBadge{background:#fff2d4;color:#895e08}
.catalog-v31.rental-v33.catalog-mode-sale .catalog-hero-copy h1{color:#6b4f24}
.catalog-v31.rental-v33.catalog-mode-sale .advanced-filter-panel{border-color:#e4cf9d}
.catalog-v31.rental-v33.catalog-mode-all .catalog-hero{background:linear-gradient(110deg,#eef5fc,#fff9ec)}
.catalog-v31.rental-v33 .catalog-hero-copy h1{font-family:Georgia,"Times New Roman",serif;letter-spacing:0!important;word-break:normal!important;overflow-wrap:normal!important}
.catalog-v31.rental-v33 .catalog-category-strip,.catalog-v31.rental-v33 .advanced-filter-panel{border-radius:14px}
.catalog-v31.rental-v33 .advanced-filter-panel input,.catalog-v31.rental-v33 .advanced-filter-panel select{font-family:"Segoe UI",Tahoma,Arial,sans-serif!important;word-break:normal!important;letter-spacing:0!important}
.property-detail-v3.rental-v33,.property-detail-v3.rental-v33 input,.property-detail-v3.rental-v33 textarea,.property-detail-v3.rental-v33 select{font-family:"Segoe UI",Tahoma,Arial,sans-serif!important;word-break:normal!important;letter-spacing:0!important}
.property-detail-v3.rental-v33 h1,.property-detail-v3.rental-v33 h2,.property-detail-v3.rental-v33 h3{font-family:Georgia,"Times New Roman",serif;word-break:normal!important;letter-spacing:0!important}


/* =========================================================
   RENTAL 3.4 — READABILITY / FONT / DETAIL / RECOVERY UPDATE
   ========================================================= */
.rental-v34,.rental-v34 button,.rental-v34 input,.rental-v34 select,.rental-v34 textarea,.property-detail-v3,.catalog-v31,.admin-v8{font-family:"Segoe UI",Arial,Tahoma,sans-serif;text-rendering:optimizeLegibility;font-kerning:normal}
.rental-v34 *,.property-detail-v3 *,.catalog-v31 *,.admin-v8 *{box-sizing:border-box}
.rental-v34 h1,.rental-v34 h2,.rental-v34 h3,.rental-v34 h4,.rental-v34 p,.rental-v34 a,.rental-v34 b,.rental-v34 strong,.rental-v34 span,.rental-v34 small,.property-detail-v3 h1,.property-detail-v3 h2,.property-detail-v3 h3,.catalog-v31 h1,.catalog-v31 h2,.catalog-v31 h3,.admin-v8 h1,.admin-v8 h2,.admin-v8 h3{word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;letter-spacing:normal}
.rental-v34{font-size:16px;line-height:1.55;color:#162d4f;background:#fffaf1}.rental-v34 .container{width:min(1320px,calc(100% - 48px))}
.rental-v34 .rental-appbar{font-size:12px}.rental-v34 .appbar-copy small{font-size:11px}.rental-v34 .rental-navbar .nav{min-height:82px}.rental-v34 .rental-brand span{font-size:18px}.rental-v34 .rental-brand small{font-size:10px;letter-spacing:.16em}.rental-v34 .rental-menu a{font-size:14px;font-weight:700}.rental-v34 .rental-nav-contact small{font-size:11px}.rental-v34 .rental-nav-contact a{font-size:16px}.rental-v34 .rental-nav-actions .btn{font-size:13px;padding:11px 16px}
.rental-v34 .rental-hero{min-height:690px}.rental-v34 .rental-hero-grid{min-height:535px}.rental-v34 .rental-kicker{font-size:14px;letter-spacing:.04em}.rental-v34 .rental-hero-copy h1{font-size:clamp(54px,5.4vw,84px);line-height:.98;margin:16px 0}.rental-v34 .rental-hero-copy h1 span,.rental-v34 .rental-hero-copy h1 strong{letter-spacing:0}.rental-v34 .rental-slogan{font-size:23px}.rental-v34 .hero-proof{font-size:14px;line-height:1.7}.rental-v34 .hero-mode strong{font-size:14px}.rental-v34 .hero-mode small{font-size:11px}.rental-v34 .hero-mode b{font-size:27px}
.rental-v34 .hero-filter-wrap{margin-top:-82px}.rental-v34 .hero-filter{padding:16px 18px;gap:10px;border-radius:18px}.rental-v34 .hero-filter label small{font-size:11px;font-weight:700}.rental-v34 .hero-filter input,.rental-v34 .hero-filter select{font-size:13px;min-height:43px;padding:9px 11px}.rental-v34 .hero-search-btn{font-size:13px;min-height:46px}.rental-v34 .hero-search-cell>a{font-size:11px}
.rental-v34 .ornament-heading h2,.rental-v34 .gold-section-title h2,.rental-v34 .sale-heading h2,.rental-v34 .revenue-section h2{font-family:Georgia,"Times New Roman",serif;font-size:25px!important;line-height:1.25;color:#153b70;letter-spacing:0!important}.rental-v34 .rental-type-section{padding:34px 0 20px}.rental-v34 .rental-types button{min-height:118px}.rental-v34 .rental-types i{font-size:36px}.rental-v34 .rental-types b{font-size:14px}.rental-v34 .rental-status-section{padding:10px 0 28px}.rental-v34 .status-pipeline>div{min-height:76px;padding:10px 11px}.rental-v34 .status-pipeline i{font-size:18px}.rental-v34 .status-pipeline b{font-size:11px}.rental-v34 .status-pipeline strong{font-size:20px}
.rental-v34 .luxury-rent-showcase{padding:28px 0 34px}.rental-v34 .gold-section-title>a,.rental-v34 .sale-heading a{font-size:12px}.rental-v34 .luxury-rent-showcase .rental-home-grid{gap:16px}.rental-v34 .luxury-rent-showcase .rental-card-image img{height:210px}.rental-v34 .luxury-rent-showcase .rental-card-body{padding:13px 14px}.rental-v34 .luxury-rent-showcase .property-code{font-size:10px}.rental-v34 .luxury-rent-showcase h3{font-size:16px;line-height:1.35;margin:5px 0}.rental-v34 .luxury-rent-showcase .property-location{font-size:12px;margin:0 0 6px}.rental-v34 .luxury-rent-showcase .property-meta{font-size:11px;gap:10px;flex-wrap:wrap;white-space:normal}.rental-v34 .luxury-rent-showcase .property-price{font-size:18px;margin:7px 0}.rental-v34 .luxury-rent-showcase .property-status-row{display:flex;font-size:11px}.rental-v34 .luxury-rent-showcase .property-excerpt{display:block;font-size:11px;line-height:1.45;min-height:32px;color:#6c7482}.rental-v34 .luxury-rent-showcase .property-card-actions{display:flex;margin-top:9px}.rental-v34 .luxury-rent-showcase .property-card-actions .btn{font-size:11px;min-height:34px;padding:7px 10px}.rental-v34 .luxury-rent-showcase .property-card-actions .icon-only{width:36px}
.rental-v34 .consign-grid{min-height:290px}.rental-v34 .consign-photo{min-height:290px}.rental-v34 .consign-content{padding:28px 24px}.rental-v34 .consign-content h2{font-size:30px;white-space:normal}.rental-v34 .consign-content>p{font-size:14px}.rental-v34 .consign-benefits span{min-height:86px}.rental-v34 .consign-benefits b{font-size:27px}.rental-v34 .consign-benefits strong{font-size:12px}.rental-v34 .consign-benefits small{font-size:10px}.rental-v34 .btn-wine{font-size:12px;padding:10px 24px}
.rental-v34 .sale-section{padding:28px 0 34px}.rental-v34 .sale-home-grid{gap:15px}.rental-v34 .sale-home-grid .rental-card-image img{height:178px}.rental-v34 .sale-home-grid .rental-card-body{padding:11px 12px}.rental-v34 .sale-home-grid h3{font-size:15px;line-height:1.35}.rental-v34 .sale-home-grid .property-location{font-size:11px}.rental-v34 .sale-home-grid .property-meta{font-size:10px;flex-wrap:wrap;white-space:normal}.rental-v34 .sale-home-grid .property-price{font-size:17px}
.rental-v34 .revenue-section{padding:36px 0}.rental-v34 .revenue-grid article{min-height:115px}.rental-v34 .revenue-grid i{font-size:30px}.rental-v34 .revenue-grid b{font-size:13px;line-height:1.4}.rental-v34 .vision-band{min-height:230px;padding:35px 0}.rental-v34 .vision-band span{font-size:18px}.rental-v34 .vision-band h2{font-size:31px}.rental-v34 .vision-band p{font-size:14px;line-height:1.7}.rental-v34 .vision-band strong{font-size:13px;margin-top:12px}
.rental-v34 .contact-rental{padding:35px 0 25px}.rental-v34 .footer-logo b{font-size:21px;letter-spacing:0}.rental-v34 .footer-logo small{font-size:9px}.rental-v34 .contact-brand h4,.rental-v34 .footer-info h3,.rental-v34 .footer-app h3{font-size:13px}.rental-v34 .footer-info p,.rental-v34 .footer-app p{font-size:12px;line-height:1.6}.rental-v34 .social-row a{min-width:30px;height:30px;font-size:10px}.rental-v34 .footer-app button{font-size:11px;padding:8px 12px}.rental-v34 .contact-qr img{width:110px;height:110px}.rental-v34 .contact-qr small,.rental-v34 .rental-footer .container{font-size:10px}
/* Detailed homepage content */
.rental-about-v34{background:linear-gradient(180deg,#fffdf8,#f8f0e1);padding:72px 0}.about-v34-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-v34-media{position:relative;min-height:500px}.about-v34-main{position:absolute;left:0;top:0;width:78%;height:390px;object-fit:cover;border-radius:28px;box-shadow:0 22px 55px rgba(7,45,91,.16)}.about-v34-small{position:absolute;width:40%;height:190px;object-fit:cover;border:7px solid #fff;border-radius:20px;box-shadow:0 15px 34px rgba(7,45,91,.14)}.about-v34-small.a{right:0;top:65px}.about-v34-small.b{right:8%;bottom:0}.about-v34-badge{position:absolute;left:6%;bottom:36px;background:#073a79;color:#fff;border:1px solid #d3a42e;padding:18px 22px;border-radius:16px;box-shadow:0 18px 40px rgba(0,34,78,.23)}.about-v34-badge b{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#e2b23b}.about-v34-badge span{display:block;font-size:12px;margin-top:4px}.section-eyebrow{display:block;color:#b67b10;font-size:12px;font-weight:800;letter-spacing:.12em!important;margin-bottom:8px}.about-v34-copy h2,.v34-section-head h2,.support-v34 h2{font-family:Georgia,"Times New Roman",serif;color:#0b3978;font-size:clamp(32px,3.4vw,48px);line-height:1.15;margin:0 0 18px}.about-v34-copy h2 em{font-style:normal;color:#b77c0f}.about-v34-copy>p{font-size:16px;line-height:1.75;color:#56657a}.about-v34-values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 28px}.about-v34-values>div{display:flex;gap:13px;padding:16px;border:1px solid #ead9b8;border-radius:14px;background:#fff}.about-v34-values b{width:36px;height:36px;border-radius:50%;background:#0b468d;color:#fff;display:grid;place-items:center;flex:none}.about-v34-values strong{display:block;font-size:14px;color:#17365f}.about-v34-values small{display:block;font-size:12px;line-height:1.45;color:#758195;margin-top:3px}
.rental-services-v34{padding:72px 0;background:#fff}.v34-section-head{max-width:820px;margin-bottom:30px}.v34-section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.v34-section-head p{font-size:16px;color:#66758a;line-height:1.7}.service-v34-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-v34-grid>a{display:block;padding:26px;border:1px solid #e8d6b1;border-radius:18px;background:linear-gradient(145deg,#fff,#fffaf0);box-shadow:0 12px 35px rgba(0,43,96,.06);transition:.25s}.service-v34-grid>a:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(0,43,96,.12)}.service-v34-grid i{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#073d7e;color:#e2b43d;font-style:normal;font-size:25px;margin-bottom:16px}.service-v34-grid h3{font-size:20px;color:#17365f;margin:0 0 8px}.service-v34-grid p{font-size:14px;color:#66758a;line-height:1.65;min-height:70px}.service-v34-grid b{font-size:13px;color:#a46b0d}
.rental-process-v34{padding:65px 0;background:linear-gradient(115deg,#052e68,#07498f);color:#fff}.rental-process-v34 .v34-section-head h2{color:#fff}.rental-process-v34 .section-eyebrow{color:#e5b83e}.process-v34-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-v34-grid article{padding:25px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.07);backdrop-filter:blur(6px)}.process-v34-grid b{font-family:Georgia,"Times New Roman",serif;font-size:30px;color:#e7bb46}.process-v34-grid h3{font-size:18px;color:#fff;margin:10px 0}.process-v34-grid p{font-size:13px;color:#dbe8f7;line-height:1.65}
.rental-media-v34{padding:72px 0;background:#f8f0e1}.media-v34-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.rental-media-v34 .video-stage{display:grid;grid-template-columns:1fr;gap:16px}.rental-media-v34 .video-card{border-radius:18px;overflow:hidden;background:#052e68;min-height:250px}.rental-media-v34 .video-card video,.rental-media-v34 .video-card img{width:100%;height:290px;object-fit:cover}.rental-media-v34 .news-showcase{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rental-media-v34 .news-feature-card{min-height:210px;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e7d6b8;box-shadow:0 10px 28px rgba(0,43,96,.06)}.rental-media-v34 .news-feature-card img{height:110px;width:100%;object-fit:cover}.rental-media-v34 .news-content{padding:13px}.rental-media-v34 .news-content h3{font-size:15px;line-height:1.35;margin:7px 0}.rental-media-v34 .news-content p{font-size:12px;line-height:1.5;color:#6f7b8c}.rental-media-v34 .news-index{display:none}
.support-v34{padding:55px 0;background:#fff}.support-v34-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center}.support-v34 p{font-size:16px;color:#66758a}.support-v34-actions{display:flex;gap:12px;margin-top:22px}.support-v34-hotline{padding:26px;border-radius:20px;background:linear-gradient(145deg,#073d7e,#031f4b);color:#fff}.support-v34-hotline small{display:block;font-size:11px;color:#e7bd4a}.support-v34-hotline a{display:block;font-size:30px;font-family:Georgia,"Times New Roman",serif;color:#fff;margin:5px 0}.support-v34-hotline span{font-size:12px;color:#dbe6f4}
/* Catalog readability & distinct modes */
.catalog-v31.rental-v34{background:#fffaf2;font-size:15px}.catalog-v31.rental-v34 .container{width:min(1320px,calc(100% - 48px))}.catalog-v31.rental-v34 .catalog-hero{min-height:315px}.catalog-v31.rental-v34 .catalog-hero-copy h1{font-size:42px}.catalog-v31.rental-v34 .catalog-hero-copy p{font-size:15px}.catalog-v31.rental-v34 .catalog-category-strip button{font-size:13px;min-height:64px}.catalog-v31.rental-v34 .advanced-filter-panel{padding:22px;border-radius:18px}.catalog-v31.rental-v34 .advanced-filter-panel label{font-size:12px}.catalog-v31.rental-v34 .advanced-filter-panel input,.catalog-v31.rental-v34 .advanced-filter-panel select{font-size:13px;min-height:42px}.catalog-v31.rental-v34 .filter-actions .btn,.catalog-v31.rental-v34 .filter-actions select{font-size:13px;min-height:42px}.catalog-v31.rental-v34 .catalog-summary{font-size:13px}.catalog-v31.rental-v34 .catalog-grid{grid-template-columns:repeat(4,1fr);gap:18px}.catalog-v31.rental-v34 .catalog-grid .rental-card-image img{height:210px}.catalog-v31.rental-v34 .catalog-grid h3{font-size:16px}.catalog-v31.rental-v34 .catalog-grid .property-location,.catalog-v31.rental-v34 .catalog-grid .property-meta,.catalog-v31.rental-v34 .catalog-grid .property-excerpt{font-size:12px}.catalog-v31.rental-v34 .catalog-grid .property-price{font-size:18px}.catalog-v31.rental-v34.catalog-mode-rent .catalog-hero{background:linear-gradient(90deg,rgba(0,36,84,.9),rgba(0,63,130,.45)),url('/assets/rental-warehouse-banner.jpg') center/cover}.catalog-v31.rental-v34.catalog-mode-rent .catalog-hero-copy h1,.catalog-v31.rental-v34.catalog-mode-rent .catalog-hero-copy p{color:#fff}.catalog-v31.rental-v34.catalog-mode-sale .catalog-hero{background:linear-gradient(90deg,rgba(91,52,12,.82),rgba(0,45,96,.42)),url('/assets/interior-2.png') center/cover}.catalog-v31.rental-v34.catalog-mode-sale .catalog-hero-copy h1,.catalog-v31.rental-v34.catalog-mode-sale .catalog-hero-copy p{color:#fff}.catalog-help-section{padding:45px 0 65px;background:#f7eedf}.catalog-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-help-grid article{padding:24px;border-radius:16px;background:#fff;border:1px solid #ead8b5}.catalog-help-grid span{font-family:Georgia,"Times New Roman",serif;font-size:28px;color:#bd8218}.catalog-help-grid h3{font-size:18px;color:#17365f;margin:6px 0}.catalog-help-grid p{font-size:13px;color:#6c798b;line-height:1.65}
/* Property detail: never leave a blank loading screen */
.property-detail-v3.rental-v34{background:#fffaf1;color:#17304f;min-height:100vh}.property-detail-v3.rental-v34 .container{width:min(1280px,calc(100% - 48px))}.property-detail-loading{min-height:55vh;display:grid;place-items:center;align-content:center;gap:8px;font-size:18px;color:#0b3978;text-align:center}.property-detail-loading small{display:block;font-size:13px;color:#778397;font-weight:400}.property-detail-v3 .property-detail-hero{padding:44px 0 28px;background:linear-gradient(115deg,#052e68,#0a4a91);color:#fff}.property-detail-v3 .detail-breadcrumb{font-size:13px}.property-detail-v3 .detail-title-row h1{font-size:clamp(34px,4vw,54px);line-height:1.15;margin:12px 0}.property-detail-v3 .detail-title-row p{font-size:15px}.property-detail-v3 .detail-price small{font-size:11px}.property-detail-v3 .detail-price strong{font-size:30px}.property-detail-v3 .detail-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;padding-top:30px}.property-detail-v3 .detail-media-card,.property-detail-v3 .detail-contact-card,.property-detail-v3 .detail-section{background:#fff;border:1px solid #ead9b8;border-radius:20px;box-shadow:0 14px 40px rgba(0,43,96,.08)}.property-detail-v3 .detail-main-image img{width:100%;height:560px;object-fit:cover;border-radius:20px 20px 0 0}.property-detail-v3 .detail-thumbs{display:flex;gap:10px;padding:13px;overflow:auto}.property-detail-v3 .detail-thumb{width:96px;height:70px;border-radius:10px;overflow:hidden;border:2px solid transparent;padding:0;background:#fff;flex:none}.property-detail-v3 .detail-thumb.active{border-color:#c99c27}.property-detail-v3 .detail-thumb img{width:100%;height:100%;object-fit:cover}.property-detail-v3 .detail-contact-card{padding:25px;align-self:start;position:sticky;top:100px}.property-detail-v3 .detail-contact-card h2{font-size:26px;color:#103b77}.property-detail-v3 .detail-contact-card p{font-size:14px}.property-detail-v3 .detail-contact-btn{width:100%;margin-top:10px;border-radius:10px;font-size:13px}.property-detail-v3 .detail-agent{margin-top:20px;padding-top:16px;border-top:1px solid #eee0c6}.property-detail-v3 .detail-agent small{font-size:11px;color:#7d8897}.property-detail-v3 .detail-agent b{display:block;font-size:15px}.property-detail-v3 .detail-section{margin-top:28px;padding:28px}.property-detail-v3 .detail-section-head span{font-size:11px;color:#b87d10;font-weight:800;letter-spacing:.1em}.property-detail-v3 .detail-section-head h2{font-size:30px;color:#123a72;margin:3px 0 20px}.property-detail-v3 .detail-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.property-detail-v3 .detail-info-grid>div{padding:16px;background:#fffaf1;border:1px solid #ead9b8;border-radius:12px}.property-detail-v3 .detail-info-grid small{display:block;font-size:11px;color:#7a8595;margin-bottom:5px}.property-detail-v3 .detail-info-grid b{font-size:14px;color:#17365f}.property-detail-v3 .detail-description p{font-size:16px;line-height:1.8;white-space:pre-line}.property-detail-v3 .property-detail-video{width:100%;max-height:650px;background:#071f45;border-radius:14px}.property-detail-v3 .detail-bottom-cta{margin-top:40px;padding:34px 0;background:#06366f;color:#fff}.property-detail-v3 .detail-bottom-cta .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.property-detail-v3 .detail-bottom-cta h2{font-size:28px;color:#fff;margin:4px 0}
/* Admin readability */
.admin-v8{font-size:14px}.admin-v8 .admin-nav a{font-size:14px}.admin-v8 .section-head h1{font-size:30px}.admin-v8 .section-head p{font-size:14px}.admin-v8 .admin-panel{font-size:14px}.admin-v8 table th,.admin-v8 table td{font-size:12px;line-height:1.45}.admin-v8 input,.admin-v8 select,.admin-v8 textarea{font-size:14px}.admin-v8 .modal-card h2{font-size:26px}
@media(max-width:1100px){.rental-v34 .rental-menu{gap:10px}.rental-v34 .rental-menu a{font-size:12px}.rental-v34 .rental-home-grid,.rental-v34 .sale-home-grid,.catalog-v31.rental-v34 .catalog-grid{grid-template-columns:repeat(2,1fr)}.about-v34-grid,.media-v34-grid{grid-template-columns:1fr}.about-v34-media{min-height:480px}.service-v34-grid{grid-template-columns:repeat(2,1fr)}.process-v34-grid{grid-template-columns:repeat(2,1fr)}.property-detail-v3 .detail-info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.rental-v34 .container,.catalog-v31.rental-v34 .container,.property-detail-v3.rental-v34 .container{width:min(100% - 28px,1320px)}.rental-v34 .rental-hero{min-height:auto}.rental-v34 .rental-hero-copy h1{font-size:48px}.rental-v34 .hero-filter-wrap{margin-top:0}.rental-v34 .rental-home-grid,.rental-v34 .sale-home-grid,.catalog-v31.rental-v34 .catalog-grid,.service-v34-grid,.process-v34-grid,.about-v34-values,.catalog-help-grid{grid-template-columns:1fr}.rental-v34 .consign-grid{grid-template-columns:1fr}.rental-v34 .consign-photo{clip-path:none;min-height:220px}.about-v34-media{min-height:380px}.about-v34-main{width:88%;height:300px}.about-v34-small{height:135px}.about-v34-badge{left:3%;bottom:12px}.support-v34-grid{grid-template-columns:1fr}.support-v34-actions{flex-direction:column}.rental-media-v34 .news-showcase{grid-template-columns:1fr}.property-detail-v3 .detail-main-grid{grid-template-columns:1fr}.property-detail-v3 .detail-contact-card{position:static}.property-detail-v3 .detail-main-image img{height:360px}.property-detail-v3 .detail-info-grid{grid-template-columns:1fr}.property-detail-v3 .detail-bottom-cta .container{flex-direction:column;align-items:flex-start}}

.rental-v34 .rental-mega-menu b{font-size:12px;line-height:1.35}.rental-v34 .rental-mega-menu i{font-size:22px}.rental-v34 .rental-mega-menu a{min-height:72px}.admin-v8 table th,.admin-v8 table td{font-size:13px}.media-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:6px;text-align:center;border:1px dashed #d7c59f;border-radius:16px;background:rgba(255,255,255,.58);color:#5f6e82}.media-empty b{font-size:16px;color:#17365f}.media-empty span{font-size:12px}

/* === V3.8 GLOBAL VIETNAMESE FONT SAFETY === */
html,body{font-family:Arial,"Segoe UI",Tahoma,sans-serif!important;text-rendering:auto!important;font-kerning:normal!important}
h1,h2,h3,h4,.section-title h2,.title-3d{font-variant-ligatures:none!important;word-break:keep-all!important;overflow-wrap:normal!important;hyphens:none!important;letter-spacing:0!important}
p,a,b,strong,span,small,label,button,input,select,textarea,th,td{word-break:normal!important;overflow-wrap:break-word;hyphens:none;letter-spacing:0!important}
.hero h1,.page-head h1,.about-page h1,.service-detail-page h1{font-family:"Times New Roman",Times,serif!important;letter-spacing:0!important}
