*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;background:#f4f7fb;color:#0d1b2a}.app{display:flex;min-height:100vh}.sidebar{width:300px;background:#fff;border-right:1px solid #e5eaf0;padding:22px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:14px;align-items:center;margin-bottom:28px}.brand-logo{width:72px;height:72px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 8px 22px #0b4a9925;padding:4px}.app-logo{width:140px;max-width:75%;height:auto;object-fit:contain;display:block;margin:0 auto 16px}.brand h1{font-size:22px;margin:0}.brand p{font-size:13px;color:#667085;margin:5px 0 0}.nav{width:100%;border:0;background:transparent;padding:15px 18px;display:flex;align-items:center;gap:13px;border-radius:15px;font-size:18px;color:#29384d;cursor:pointer;margin-bottom:7px}.nav.active,.nav:hover{background:#0b4a99;color:#fff}main{flex:1}.topbar{height:84px;background:#fff;border-bottom:1px solid #e5eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.topbar h2{margin:0;font-size:25px}.topbar p{margin:5px 0 0;color:#667085}.top-actions{display:flex;align-items:center;gap:14px}.top-actions select{padding:11px 14px;border:1px solid #d8e0ea;border-radius:12px;background:#fff}.pill{background:#e8f7ee;color:#087a31;padding:8px 14px;border-radius:999px;font-weight:800;font-size:13px}.content{padding:32px}.grid{display:grid;gap:20px}.six{grid-template-columns:repeat(6,minmax(130px,1fr))}.twoCards{grid-template-columns:repeat(2,minmax(260px,1fr))}.two{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.card,.panel{background:#fff;border:1px solid #e1e8f0;border-radius:24px;padding:24px;box-shadow:0 10px 30px #0d1b2a08}.card svg{color:#0b4a99}.card p{margin:12px 0 4px;color:#667085}.card h3{font-size:28px;margin:0}.panel h3{font-size:25px;margin:0 0 18px}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:flex;flex-direction:column;font-weight:800;font-size:14px;gap:8px}.full{grid-column:1/-1}input,select,textarea{border:1px solid #d5dfeb;border-radius:14px;padding:15px;font-size:15px;background:#fff}textarea{min-height:96px;resize:vertical}.primary,.track button{background:#0b4a99;color:#fff;border:0;border-radius:14px;padding:15px 18px;font-weight:900;font-size:16px;cursor:pointer}.primary{grid-column:1/-1}.track{display:flex;gap:12px}.track input{flex:1}.track button{display:flex;align-items:center;gap:8px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid #edf2f7}th{font-size:13px;color:#667085;text-transform:uppercase}.status{background:#eef4ff;color:#0b4a99;padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px}.muted{color:#667085}.chips{display:flex;gap:10px;flex-wrap:wrap}.chip{background:#f2f6fb;border:1px solid #dce5f0;border-radius:999px;padding:8px 12px;font-weight:700;font-size:13px}.person{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid #e1e8f0;border-radius:16px;margin-bottom:12px}.person p{margin:4px 0 0;color:#667085}.mapmock{height:180px;border:1px dashed #9ab3cf;border-radius:22px;display:flex;align-items:center;justify-content:center;gap:10px;color:#0b4a99;font-weight:900;background:#f8fbff;margin:15px 0}.progress{margin-top:28px}.step{display:flex;gap:10px;align-items:flex-start;color:#99a3b3}.step span{width:16px;height:16px;border-radius:50%;border:2px solid #cfd8e3;margin-top:2px}.step.done{color:#0b4a99;font-weight:800}.step.done span{background:#0b4a99;border-color:#0b4a99}.step p{margin:0 0 12px}@media (max-width:1000px){.app{display:block}.sidebar{position:relative;width:100%;height:auto}.six,.two,.twoCards{grid-template-columns:1fr}.topbar{height:auto;gap:15px;align-items:flex-start;flex-direction:column;padding:22px}.content{padding:18px}.form{grid-template-columns:1fr}.track{flex-direction:column}}.logout{display:flex;align-items:center;gap:8px;border:1px solid #d8e0ea;background:#fff;border-radius:12px;padding:11px 14px;font-weight:800;cursor:pointer;color:#0d1b2a}.logout:hover{background:#0b4a99;color:#fff}.login-shell{min-height:100vh;background:linear-gradient(145deg,#073a78,#0b4a99 45%,#052b58);display:flex;align-items:center;justify-content:center;padding:26px}.login-card{width:min(560px,100%);background:#fff;border-radius:34px;padding:42px 34px;box-shadow:0 28px 80px #001d3d50}.login-logo{width:190px;max-width:82%;display:block;margin:0 auto 18px;object-fit:contain}.login-card h1{text-align:center;margin:0;color:#0b4a99;font-size:36px}.login-sub{text-align:center;margin:7px 0 12px;color:#ca2534;font-weight:800}.login-text{text-align:center;color:#667085;margin:0 0 26px;font-size:18px}.password-wrap{display:flex;border:1px solid #d5dfeb;border-radius:14px;overflow:hidden;background:#fff}.password-wrap input{border:0;flex:1;border-radius:0}.password-wrap button{width:52px;border:0;background:#fff;cursor:pointer;color:#667085}.login-row{display:flex;justify-content:space-between;align-items:center;margin:14px 0}.check{flex-direction:row;align-items:center;font-weight:700;color:#475467}.check input{width:auto}.linkBtn{border:0;background:transparent;color:#0b4a99;font-weight:800;cursor:pointer}.auth-error{background:#fff1f1;border:1px solid #ffcaca;color:#b42318;padding:12px 14px;border-radius:14px;margin:12px 0;font-weight:800}.login-btn{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.login-note{background:#f2f6fb;border-radius:18px;padding:14px 16px;margin-top:18px;color:#344054;line-height:1.45}.single{grid-template-columns:1fr}.panel h3 svg{vertical-align:middle;margin-right:8px}@media (max-width:620px){.login-card{padding:28px 22px;border-radius:26px}.login-card h1{font-size:29px}.login-row{align-items:flex-start;gap:10px;flex-direction:column}.login-text{font-size:15px}.login-logo{width:160px}.top-actions{width:100%;justify-content:space-between}}.booking-page{display:grid;gap:22px}.official-hero{background:linear-gradient(135deg,#083e80,#0b4a99);color:#fff;border-radius:28px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 16px 42px #0b4a9928}.official-hero h2{font-size:32px;margin:14px 0 8px}.official-hero p{font-size:17px;line-height:1.45;margin:0;max-width:720px;color:#eef5ff}.official-hero img{width:150px;max-width:30%;object-fit:contain;background:#fff;border-radius:24px;padding:10px;box-shadow:0 14px 36px #001d3d30}.official-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid #ffffff55;border-radius:999px;padding:9px 14px;font-weight:900}.guarantee-banner{display:flex;gap:16px;align-items:flex-start;background:#fff7e6;border:1px solid #ffd89b;color:#6a3b00;border-radius:22px;padding:18px 20px;box-shadow:0 10px 30px #0d1b2a08}.guarantee-banner svg{color:#c06d00;flex:0 0 auto}.guarantee-banner b{font-size:18px}.guarantee-banner p{margin:5px 0 0;line-height:1.45}.official-mini{margin-top:22px;background:#f8fbff;border:1px solid #dce8f5;border-radius:18px;padding:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.official-mini span{background:#fff;border:1px solid #dce8f5;border-radius:999px;padding:7px 10px;font-weight:800;color:#0b4a99}@media (max-width:720px){.official-hero{align-items:flex-start;flex-direction:column}.official-hero img{max-width:190px;width:70%;align-self:center}.official-hero h2{font-size:25px}.guarantee-banner{font-size:14px}}.public-shell{min-height:100vh;background:#f4f7fb;color:#0d1b2a}.public-header{height:auto;min-height:92px;background:#fff;border-bottom:1px solid #e5eaf0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 28px;position:sticky;top:0;z-index:10}.public-brand{display:flex;align-items:center;gap:14px}.public-brand img{width:74px;height:74px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 8px 22px #0b4a9925;padding:4px}.public-brand h1{font-size:23px;margin:0;color:#0b4a99}.public-brand p{margin:4px 0 0;color:#ca2534;font-weight:900}.staff-login-btn{display:flex;align-items:center;gap:8px;background:#0b4a99;color:#fff;border:0;border-radius:14px;padding:13px 16px;font-weight:900;cursor:pointer}.public-hero{margin:28px auto 20px;width:min(1180px,calc(100% - 36px));background:linear-gradient(135deg,#073a78,#0b4a99);border-radius:34px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#fff;box-shadow:0 18px 46px #0b4a9930}.public-hero h2{font-size:42px;line-height:1.1;margin:16px 0 12px;max-width:780px}.public-hero p{font-size:18px;line-height:1.5;margin:0;color:#eef5ff;max-width:760px}.public-hero img{width:190px;max-width:26%;object-fit:contain;background:#fff;border-radius:28px;padding:12px;box-shadow:0 14px 36px #001d3d30}.public-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.public-cta{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.secondary{background:#fff;color:#0b4a99;border:1px solid #dbe7f5;border-radius:14px;padding:15px 18px;font-weight:900}.public-guarantee{width:min(1180px,calc(100% - 36px));margin:0 auto 22px}.public-content{width:min(1180px,calc(100% - 36px));margin:0 auto}.public-track{width:min(1180px,calc(100% - 36px));margin:24px auto}.public-footer{text-align:center;color:#667085;padding:28px 18px 44px;line-height:1.65}.back-public{position:fixed;top:18px;left:18px;z-index:20;background:#fff;color:#0b4a99;border:1px solid #d8e0ea;border-radius:999px;padding:11px 15px;font-weight:900;box-shadow:0 10px 24px #001d3d20;cursor:pointer}.public-content .official-hero,.public-content .guarantee-banner{display:none}@media (max-width:720px){.public-header{align-items:flex-start;flex-direction:column;padding:14px 18px}.public-brand img{width:60px;height:60px}.public-brand h1{font-size:18px}.public-brand p{font-size:13px}.staff-login-btn{width:100%;justify-content:center}.public-hero{padding:24px;flex-direction:column;align-items:flex-start}.public-hero h2{font-size:30px}.public-hero p{font-size:16px}.public-hero img{max-width:220px;width:75%;align-self:center}.public-actions{width:100%}.public-cta{width:100%;justify-content:center}.public-content,.public-track,.public-guarantee,.public-hero{width:calc(100% - 24px)}.back-public{position:static;margin:12px 12px 0}}.dashboard-head{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:14px}.refresh-btn{cursor:pointer}.alert-success{background:#e8f7ee;color:#087a31;border:1px solid #bfe7cd;border-radius:14px;padding:12px 14px;font-weight:800}@media (max-width:720px){.dashboard-head{justify-content:flex-start;align-items:flex-start;flex-direction:column}}.table-wrap{overflow:auto;width:100%}.row-actions{display:flex;gap:6px}.row-actions button{border:1px solid #d8e2f0;background:#fff;border-radius:8px;padding:7px;cursor:pointer;color:#0d4f9f}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.filters{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;margin-top:18px}.filters label{font-weight:700;font-size:13px}.filters input,.filters select{display:block;width:100%;margin-top:6px}.service-summary{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:14px}.service-summary-card{border:1px solid #dbe5f2;border-radius:16px;padding:16px;display:grid;gap:8px;background:#f8fbff}.service-summary-card b{font-size:18px;color:#0d4f9f}.service-summary-card span{display:flex;justify-content:space-between;color:#55657a}.service-summary-card strong{color:#101828}@media (max-width:900px){.filters,.service-summary{grid-template-columns:1fr 1fr}.section-head{align-items:flex-start;flex-direction:column}}@media (max-width:600px){.filters,.service-summary{grid-template-columns:1fr}}.inline-select{min-width:150px;padding:8px 10px;border:1px solid #d7e2f1;border-radius:10px;background:#fff;font:inherit;color:#10233f}.order-tabs{display:flex;gap:10px;margin:20px 0 14px;border-bottom:1px solid #e5eaf0;padding-bottom:12px}.order-tabs button{border:1px solid #d8e2f0;background:#fff;color:#415269;border-radius:12px;padding:11px 15px;font-weight:900;cursor:pointer}.order-tabs button.active{background:#0b4a99;color:#fff;border-color:#0b4a99}.order-tabs button span{display:inline-flex;min-width:23px;height:23px;align-items:center;justify-content:center;margin-left:7px;padding:0 6px;border-radius:999px;background:#edf3fa;color:#0b4a99;font-size:12px}.order-tabs button.active span{background:#fff;color:#0b4a99}.order-tab-note{margin:0 0 14px}.secondary.compact{padding:8px 11px;border-radius:9px;white-space:nowrap}.role-editor{display:grid;gap:8px;min-width:215px}.role-checks,.dual-role-box{display:flex;flex-wrap:wrap;gap:8px 12px}.role-checks label,.dual-role-box label{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:12px;font-weight:700}.role-checks input,.dual-role-box input{width:auto}.dual-role-box{border:1px solid #d5dfeb;border-radius:14px;padding:13px}.dual-role-box b{width:100%}.user-actions{display:flex;gap:6px;align-items:center}.small,.icon-action{border:1px solid #d8e2f0;background:#fff;border-radius:9px;padding:8px 10px;cursor:pointer;color:#0d4f9f;font-weight:800}.icon-action{display:inline-flex;align-items:center;justify-content:center}.icon-action.danger{color:#b42318;border-color:#f3b8b8}.inactive-row{opacity:.58;background:#fafafa}.status-off{background:#fef0f0;color:#b42318}.chatbot-fab{position:fixed;right:24px;bottom:24px;z-index:80;width:58px;height:58px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0b4a99;color:#fff;cursor:pointer;box-shadow:0 14px 36px #001d3d55}.chatbot-fab:hover{background:#083e80;transform:translateY(-1px)}.chatbot-panel{position:fixed;right:24px;bottom:94px;z-index:79;width:min(390px,calc(100vw - 32px));height:min(620px,calc(100vh - 130px));display:flex;flex-direction:column;background:#fff;border:1px solid #dbe5f2;border-radius:22px;overflow:hidden;box-shadow:0 24px 70px #001d3d40}.chatbot-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:linear-gradient(135deg,#073a78,#0b4a99);color:#fff}.chatbot-title{display:flex;align-items:center;gap:10px}.chatbot-title>span{width:38px;height:38px;border-radius:12px;background:#ffffff20;display:flex;align-items:center;justify-content:center}.chatbot-title b{display:block}.chatbot-title small{display:block;color:#e6f0ff;margin-top:2px}.chatbot-head>button{border:0;background:transparent;color:#fff;cursor:pointer}.chatbot-branch{padding:12px 14px;background:#f7faff;border-bottom:1px solid #e2eaf4}.chatbot-branch label{font-size:12px;font-weight:900;color:#344054}.chatbot-branch select{width:100%;margin-top:6px;border:1px solid #cfdaea;border-radius:10px;padding:10px;background:#fff;color:#10233f;font:inherit}.chatbot-messages{flex:1;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:10px;background:#f8fafc}.chat-msg{max-width:86%;padding:11px 13px;border-radius:15px;line-height:1.45;font-size:14px}.chat-msg.bot{align-self:flex-start;background:#fff;border:1px solid #dde6f2;color:#25364d;border-bottom-left-radius:5px}.chat-msg.user{align-self:flex-end;background:#0b4a99;color:#fff;border-bottom-right-radius:5px}.chatbot-quick{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;border-top:1px solid #edf1f6;background:#fff}.chatbot-quick button{white-space:nowrap;border:1px solid #cbd9ec;background:#f7faff;color:#0b4a99;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;cursor:pointer}.chatbot-input{display:flex;gap:8px;padding:12px;border-top:1px solid #e5eaf0;background:#fff}.chatbot-input input{flex:1;border:1px solid #cfdaea;border-radius:12px;padding:11px 12px;font:inherit}.chatbot-input button{width:44px;border:0;border-radius:12px;background:#0b4a99;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatbot-note{margin:0;padding:0 14px 12px;background:#fff;color:#667085;font-size:11px;line-height:1.4}@media (max-width:600px){.chatbot-fab{right:16px;bottom:16px}.chatbot-panel{right:16px;bottom:84px;height:min(600px,calc(100vh - 110px))}}.talk-human-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cbdcf4;background:#edf5ff;color:#0c4e9e;font-weight:800;border-radius:10px;padding:10px;margin:8px 0}.human-handoff{display:grid;gap:8px;border-top:1px solid #dbe5f2;padding:10px 12px;background:#f8fbff}.human-handoff input,.human-handoff select,.human-handoff textarea{width:100%;border:1px solid #cbd8ea;border-radius:8px;padding:9px;font:inherit}.human-handoff textarea{min-height:72px;resize:vertical}.human-actions{display:flex;gap:8px;flex-wrap:wrap}.human-actions a{display:inline-flex;align-items:center;gap:6px;text-decoration:none;border:1px solid #cbdcf4;border-radius:8px;padding:7px 10px;color:#0c4e9e;background:#fff;font-weight:700}.business-suite{max-width:1440px;margin:24px auto;padding:0 20px}.suite-heading{text-align:center;margin:0 auto 18px;max-width:760px}.suite-kicker{display:inline-block;font-weight:800;color:#0f4f9c;background:#eaf2ff;border:1px solid #cfe0f5;border-radius:999px;padding:7px 12px;margin-bottom:10px}.suite-heading h2{margin:0 0 8px;font-size:clamp(1.65rem,2.5vw,2.25rem)}.suite-heading p{margin:0;color:#5d6e86}.suite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.suite-card{background:#fff;border:1px solid #dbe5f1;border-radius:24px;padding:26px;box-shadow:0 14px 35px #0f375f14}.suite-card-apartment{background:linear-gradient(145deg,#fff,#f4f8ff)}.suite-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#eaf2ff;color:#0e55a8;margin-bottom:16px}.suite-card h3{font-size:1.35rem;margin:0 0 9px}.suite-card p{color:#5d6e86;line-height:1.55;margin:0 0 20px}.suite-actions{display:flex;gap:10px;flex-wrap:wrap}.suite-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.public-header{position:sticky;top:0;z-index:20;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:800px){.suite-grid{grid-template-columns:1fr}.suite-card{padding:20px}.business-suite{padding:0 12px}.suite-actions{flex-direction:column}.suite-btn{width:100%}}.corporate-site{background:#f3f7fc;min-height:100vh;color:#0d1b2a}.corporate-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:22px;padding:14px 28px;background:#fff;border-bottom:1px solid #dfe8f3;box-shadow:0 6px 20px #0f325a0f}.brand-button{border:0;background:none;cursor:pointer;text-align:left;min-width:270px}.corporate-nav{display:flex;justify-content:center;gap:4px;flex:1}.corporate-nav button{border:0;background:transparent;padding:12px 13px;border-radius:10px;font-weight:800;color:#3f4f67;cursor:pointer}.corporate-nav button:hover,.corporate-nav button.active{background:#e9f2ff;color:#0b4d9d}.corporate-hero{max-width:1320px;margin:32px auto 20px;padding:48px;display:grid;grid-template-columns:1.5fr .7fr;gap:40px;align-items:center;border-radius:30px;background:linear-gradient(120deg,#0c3975,#0d63c4);color:#fff;box-shadow:0 22px 50px #0c39753b}.corporate-hero h2{font-size:clamp(42px,5vw,70px);line-height:1.05;margin:24px 0 14px;max-width:850px}.corporate-hero p{font-size:18px;line-height:1.65;max-width:820px}.hero-logo-wrap{display:grid;place-items:center}.hero-logo-wrap img{width:min(260px,100%);aspect-ratio:1;object-fit:contain;background:#fff;border-radius:30px;padding:25px;box-shadow:0 14px 30px #0000002e}.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-trust span{padding:8px 13px;border-radius:999px;background:#ffffff26;font-weight:800;font-size:13px}.corporate-section{max-width:1320px;margin:22px auto;padding:34px 24px}.section-heading{text-align:center;max-width:780px;margin:0 auto 26px}.section-heading>span,.suite-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:#0a5bb8}.section-heading h2,.apartment-feature h2{font-size:clamp(30px,3vw,44px);margin:8px 0 10px}.section-heading p{color:#64748b;font-size:17px}.service-card-grid,.branch-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.branch-card{background:#fff;border:1px solid #dce7f4;border-radius:20px;padding:24px;box-shadow:0 10px 26px #1b3e6412}.service-card h3,.branch-card h3{margin:15px 0 8px;font-size:21px}.service-card p,.branch-card p{color:#64748b;line-height:1.55}.service-card button,.branch-card button{border:0;background:none;color:#0756aa;font-weight:900;padding:10px 0;cursor:pointer}.service-card-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#e8f2ff;color:#0756aa}.booking-section,.track-section{background:#eef5fd;border-top:1px solid #dce7f4;border-bottom:1px solid #dce7f4;max-width:none}.booking-section>.section-heading,.track-section>.section-heading,.booking-section>.public-content,.track-section>.public-track{max-width:1320px;margin-left:auto;margin-right:auto}.apartments-section{padding-top:40px;padding-bottom:40px}.apartment-feature{display:grid;grid-template-columns:1.4fr .8fr;gap:35px;background:#092f63;color:#fff;border-radius:26px;padding:40px}.apartment-feature p{font-size:17px;line-height:1.65;color:#dbeafe}.apartment-points{display:grid;gap:12px;align-content:center}.apartment-points span{background:#ffffff1f;padding:15px;border-radius:12px;font-weight:800}.branch-card small{display:block;color:#475569;margin:10px 0}.corporate-footer{background:#071d3a;color:#fff;padding:34px max(28px,calc((100% - 1320px)/2));display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:30px}.corporate-footer>div:first-child{display:flex;gap:14px}.corporate-footer img{width:60px;height:60px;object-fit:contain;background:#fff;border-radius:12px}.corporate-footer button,.corporate-footer a{display:block;border:0;background:none;color:#dbeafe;padding:5px 0;text-align:left;cursor:pointer;text-decoration:none}.corporate-footer p{color:#b9c9dd}.brand-button.public-brand{display:flex}.brand-button.public-brand h1{font-size:21px}.brand-button.public-brand p{font-size:12px}.apartment-cta{color:#fff;border-color:#ffffff80}@media (max-width:1050px){.corporate-header{flex-wrap:wrap}.corporate-nav{order:3;width:100%;overflow-x:auto;justify-content:flex-start}.corporate-hero{grid-template-columns:1fr}.hero-logo-wrap{display:none}.service-card-grid,.branch-card-grid{grid-template-columns:repeat(2,1fr)}.apartment-feature{grid-template-columns:1fr}.corporate-footer{grid-template-columns:1fr 1fr}}@media (max-width:680px){.corporate-header{padding:10px 14px}.brand-button{min-width:0;flex:1}.brand-button.public-brand h1{font-size:17px}.brand-button.public-brand p{display:none}.staff-login-btn{padding:10px;font-size:0}.staff-login-btn svg{margin:0}.corporate-nav button{white-space:nowrap;font-size:13px;padding:9px}.corporate-hero{margin:14px;padding:28px 20px;border-radius:22px}.corporate-hero h2{font-size:40px}.public-actions{align-items:stretch}.public-actions .public-cta{width:100%;justify-content:center}.service-card-grid,.branch-card-grid{grid-template-columns:1fr}.corporate-section{padding:28px 14px}.corporate-footer{grid-template-columns:1fr;padding:30px 20px}}.premium-site{--navy:#082e61;--blue:#0c5bb5;--sky:#eaf4ff;--cream:#fffaf1;--ink:#10233f;--muted:#617089;background:#fff;color:var(--ink);min-height:100vh}.announcement-bar{height:38px;background:#082e61;color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;padding:0 20px;font-size:13px;letter-spacing:.02em}.announcement-bar button{border:0;background:transparent;color:#fff;text-decoration:underline;font-weight:900;cursor:pointer}.premium-header{position:sticky;top:0;z-index:60;background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e4e9ef;display:flex;align-items:center;gap:24px;padding:14px 34px}.premium-header .public-brand{min-width:265px}.premium-header .public-brand img{width:58px;height:58px}.premium-nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1}.premium-nav button{border:0;background:transparent;padding:12px 11px;border-radius:999px;color:#40516a;font-weight:800;cursor:pointer;white-space:nowrap}.premium-nav button:hover,.premium-nav button.active{background:#e9f3ff;color:#074f9e}.premium-hero{max-width:1440px;margin:0 auto;padding:88px 54px 76px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;background:linear-gradient(120deg,#f8fbff,#eef6ff 56%,#fffaf1);min-height:690px}.eyebrow{display:inline-block;color:#0b5cb7;font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.eyebrow.dark{color:#08386d}.premium-hero h2{font-size:clamp(52px,6vw,84px);line-height:.99;letter-spacing:-.045em;margin:18px 0 24px;max-width:830px;color:#082e61}.premium-hero p{font-size:20px;line-height:1.7;color:#50617b;max-width:760px}.premium-hero .public-actions{margin-top:30px}.premium-hero .primary{background:#0b5cb7}.premium-hero .secondary{background:#fff;color:#08386d;border:1px solid #c8d9ea}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#30435f;font-weight:800}.trust-row span{display:flex;align-items:center;gap:8px}.hero-visual{position:relative;min-height:490px;display:grid;place-items:center}.hero-photo-card{width:min(450px,90%);background:#fff;border-radius:42px;padding:30px;box-shadow:0 30px 70px #062a502e;transform:rotate(2deg)}.hero-photo-card img{width:100%;aspect-ratio:1.05;object-fit:contain;border-radius:26px;background:linear-gradient(135deg,#f7fbff,#fff7e7);padding:40px}.hero-card-copy{padding:24px 8px 8px;display:grid;gap:6px}.hero-card-copy b{font-size:20px;color:#082e61}.hero-card-copy span{color:#65758d}.floating-stat{position:absolute;background:#fff;border:1px solid #e2e9f2;border-radius:18px;padding:14px 18px;box-shadow:0 18px 38px #062a5024;display:grid}.floating-stat b{font-size:22px;color:#0b5cb7}.floating-stat span{font-size:12px;color:#66758b}.stat-one{left:1%;top:14%}.stat-two{right:0;bottom:13%}.proof-strip{max-width:1340px;margin:-18px auto 30px;background:#082e61;color:#fff;border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr);padding:25px 32px;box-shadow:0 18px 40px #082e6133}.proof-strip div{padding:6px 22px;border-right:1px solid rgba(255,255,255,.17)}.proof-strip div:last-child{border-right:0}.proof-strip b,.proof-strip span{display:block}.proof-strip span{color:#c9d9ec;font-size:13px;margin-top:5px}.premium-section{max-width:1340px;margin:0 auto;padding:88px 30px}.section-heading.left{text-align:left;margin-left:0}.editorial-services{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.editorial-card{display:flex;gap:22px;background:#f7faff;border:1px solid #dfeaf5;border-radius:25px;padding:32px;min-height:210px}.service-number{font-size:14px;font-weight:950;color:#0b5cb7;letter-spacing:.12em}.editorial-card h3{font-size:29px;margin:0 0 12px;color:#082e61}.editorial-card p{color:#62728a;line-height:1.65}.editorial-card button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#0b5cb7;padding:8px 0;font-weight:900;cursor:pointer}.process-band{background:#fff7e9;padding:88px max(30px,calc((100% - 1280px)/2));border-top:1px solid #f2e6cf;border-bottom:1px solid #f2e6cf}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-step{background:#fff;border-radius:22px;padding:28px;border:1px solid #eadfc9}.process-step>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0b5cb7;color:#fff;font-weight:950}.process-step h3{font-size:20px;color:#082e61}.process-step p{color:#66758a;line-height:1.55}.pricing-preview{background:#fff}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.price-card{border:1px solid #dce7f1;border-radius:24px;padding:28px;background:#fff;box-shadow:0 12px 30px #1233540f}.price-card>span{font-weight:850;color:#45566f}.price-card strong{display:block;color:#082e61;font-size:31px;margin:16px 0 7px}.price-card p{color:#69778c;min-height:48px}.price-card button{width:100%;border:1px solid #0b5cb7;background:#edf6ff;color:#0b5cb7;border-radius:12px;padding:12px;font-weight:900;cursor:pointer}.story-section{max-width:1340px;margin:20px auto 50px;padding:0 30px;display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.story-panel{background:#eaf4ff;border-radius:30px;padding:48px}.story-panel h2{font-size:clamp(35px,4vw,52px);color:#082e61;line-height:1.08;margin:15px 0}.story-panel p{font-size:17px;line-height:1.7;color:#576981}.story-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.story-points span{background:#fff;border-radius:12px;padding:13px;font-weight:850;color:#1f466f}.story-quote{background:#082e61;color:#fff;border-radius:30px;padding:48px;display:flex;flex-direction:column;justify-content:center}.story-quote blockquote{font-size:36px;line-height:1.25;margin:0 0 22px;font-weight:900}.story-quote p{color:#c9d9ea;line-height:1.6}.refined-form-section,.refined-track-section{max-width:none;padding-left:max(30px,calc((100% - 1340px)/2));padding-right:max(30px,calc((100% - 1340px)/2))}.refined-form-section{background:#f5f9fd}.premium-apartment{background:linear-gradient(125deg,#082e61,#0b5cb7)}.premium-branches .branch-card{border-radius:24px}.testimonial-band{background:#082e61;color:#fff;padding:86px max(30px,calc((100% - 1280px)/2))}.testimonial-band .section-heading h2{color:#fff}.testimonial-band .section-heading span{color:#8cc6ff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-grid article{background:#ffffff17;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:28px}.five-stars{color:#ffd16a;letter-spacing:.16em}.testimonial-grid h3{font-size:22px}.testimonial-grid p{color:#c8d8ea;line-height:1.6}.faq-section{max-width:1000px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid #dce6f0;border-radius:16px;background:#fff;overflow:hidden}.faq-item button{width:100%;display:flex;justify-content:space-between;gap:20px;padding:20px 22px;border:0;background:#fff;text-align:left;font-size:17px;font-weight:900;color:#183452;cursor:pointer}.faq-item p{margin:0;padding:0 22px 22px;color:#65758a;line-height:1.65}.final-cta{max-width:1340px;margin:30px auto 80px;background:#fff2d8;border-radius:30px;padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta h2{font-size:38px;color:#082e61;margin:10px 0}.final-cta p{color:#65758a}.final-cta .primary{grid-column:auto}.premium-footer{background:#061d3d;color:#fff;padding:55px max(30px,calc((100% - 1340px)/2));display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:32px}.premium-footer .footer-brand{display:flex;gap:15px}.premium-footer img{width:68px;height:68px;object-fit:contain;background:#fff;border-radius:16px}.premium-footer button,.premium-footer a{display:block;border:0;background:none;color:#cfdded;text-decoration:none;padding:6px 0;cursor:pointer;text-align:left}.premium-footer p{color:#aabbd0;line-height:1.55}@media (max-width:1180px){.premium-header{flex-wrap:wrap}.premium-nav{order:3;width:100%;overflow-x:auto;justify-content:flex-start}.premium-hero{grid-template-columns:1fr;padding-top:58px}.hero-visual{min-height:390px}.proof-strip{grid-template-columns:repeat(2,1fr);margin-left:18px;margin-right:18px}.proof-strip div:nth-child(2){border-right:0}.proof-strip div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.17)}.price-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.premium-footer{grid-template-columns:1fr 1fr}}@media (max-width:760px){.announcement-bar{justify-content:space-between;font-size:11px}.premium-header{padding:10px 14px}.premium-header .public-brand{min-width:0;flex:1}.premium-nav button{font-size:13px;padding:9px}.premium-hero{padding:48px 20px 60px;min-height:auto}.premium-hero h2{font-size:48px}.premium-hero p{font-size:17px}.hero-visual{display:none}.proof-strip{grid-template-columns:1fr}.proof-strip div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.17)}.proof-strip div:last-child{border-bottom:0}.editorial-services,.process-grid,.price-grid,.story-section,.testimonial-grid{grid-template-columns:1fr}.premium-section{padding:58px 16px}.story-section{padding:0 16px}.story-panel,.story-quote{padding:30px}.story-points{grid-template-columns:1fr}.final-cta{margin:20px 16px 55px;padding:30px;display:block}.final-cta .primary{margin-top:20px;width:100%}.premium-footer{grid-template-columns:1fr;padding:40px 22px}.public-actions .public-cta{width:100%;justify-content:center}}.care-level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}.care-level-card{background:#fff;border:1px solid #dbe5f1;border-radius:22px;padding:24px;box-shadow:0 12px 34px #0f2d5614}.care-level-card>span{display:inline-block;color:#0c67bd;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.care-level-card h3{font-size:1.35rem;margin:10px 0}.care-level-card p{min-height:72px;color:#58697e}.care-level-card strong{display:block;font-size:1.15rem;color:#0b3f78;margin:18px 0}.care-level-card button{border:0;background:transparent;color:#0c67bd;font-weight:800;padding:0;cursor:pointer}.compact-prices{margin-top:22px}.commercial-section{display:grid;grid-template-columns:1.4fr .8fr;gap:28px;align-items:stretch;background:linear-gradient(135deg,#062f58,#0b67b3);color:#fff;border-radius:30px;margin:36px auto;padding:54px}.commercial-section .eyebrow{color:#9dd8ff}.commercial-section h2{font-size:clamp(2rem,4vw,3.35rem);max-width:780px}.commercial-section p{color:#d8ecff;font-size:1.05rem;line-height:1.75}.commercial-tags{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.commercial-tags span{border:1px solid rgba(255,255,255,.28);background:#ffffff14;padding:9px 13px;border-radius:999px}.commercial-panel{background:#fff;color:#163552;border-radius:22px;padding:28px}.commercial-panel b{font-size:1.2rem}.commercial-panel ul{padding-left:20px;line-height:2;color:#53677c}@media (max-width:900px){.care-level-grid,.commercial-section{grid-template-columns:1fr}.commercial-section{padding:32px 22px;border-radius:22px}}.hero-services-visual{min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:14px}.hero-services-image{width:100%;height:430px;object-fit:cover;object-position:center;border-radius:34px;box-shadow:0 30px 70px #062a502e;border:1px solid rgba(255,255,255,.8)}.hero-services-caption{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-services-caption span{background:#fff;border:1px solid #e1e9f2;border-radius:15px;padding:12px 14px;color:#63738a;font-size:12px;box-shadow:0 12px 28px #062a5017}.hero-services-caption b{display:block;color:#082e61;font-size:14px;margin-bottom:3px}@media (max-width:1180px){.hero-services-visual{min-height:auto}.hero-services-image{height:auto;max-height:560px;object-fit:contain;background:#fff}.hero-services-caption{max-width:900px;width:100%;margin:0 auto}}@media (max-width:760px){.hero-visual.hero-services-visual{display:flex}.hero-services-image{height:300px;object-fit:cover;border-radius:22px}.hero-services-caption{grid-template-columns:1fr}.hero-services-caption span{display:none}}.hero-services-visual{min-height:500px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:18px}.hero-service-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #e0e8f1;border-radius:24px;box-shadow:0 20px 48px #062a5021}.hero-service-card img{display:block;width:100%;height:315px;object-fit:cover}.hero-service-card>div{padding:20px 20px 22px}.hero-service-card b{display:block;color:#082e61;font-size:21px;line-height:1.2;margin-bottom:5px}.hero-service-card span{display:block;color:#4f6f98;font-size:14px}.hero-service-card p{margin:15px 0 0;color:#263a55;font-size:15px;line-height:1.45}@media (max-width:1180px){.hero-services-visual{min-height:auto;grid-template-columns:repeat(3,minmax(190px,1fr));overflow-x:auto;padding-bottom:10px}.hero-service-card img{height:270px}}@media (max-width:760px){.hero-visual.hero-services-visual{display:grid;grid-template-columns:1fr;overflow:visible}.hero-service-card img{height:250px}}
