:root{--color-navy:#1f2a37;--color-bluegrey:#243746;--color-slate:#2d3e50;--color-orange:#ff6b21;--color-orange-ink:#a33a00;--color-bg:#f5f7f8;--color-panel:#fff;--color-line:#dfe6e8;--color-text:#101820;--color-muted:#66737b;--color-success:#157f4f;--color-warning:#b7791f;--color-error:#c24135;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:28px;--shadow-sm:0 1px 2px #1018200d, 0 8px 24px #1018200d;--shadow-md:0 18px 48px #1018201a;font-family:Inter,Aptos,SF Pro Text,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:clip}body{background:radial-gradient(circle at 18% 0%, #ff6b211a, transparent 32rem), radial-gradient(circle at 86% 8%, #3d535b1f, transparent 34rem), linear-gradient(180deg, #fbfcfc 0%, var(--color-bg) 42%, #eef3f4 100%);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.app-shell{isolation:isolate;min-height:100vh;position:relative}.app-shell:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(115deg,#ffffffad,#0000 38%),radial-gradient(circle at 74% 46%,#ff6b210b,#0000 28rem);position:fixed;inset:0}.topbar{z-index:70;border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;align-items:center;gap:24px;min-height:78px;padding:14px 44px;display:flex;position:sticky;top:0}.nav{align-items:center;gap:8px;margin-left:auto;display:flex}.nav a{min-height:38px;color:var(--color-bluegrey);border-radius:999px;align-items:center;padding:0 12px;font-size:.92rem;font-weight:780;text-decoration:none;display:inline-flex}.nav a.nav-attention{background:var(--color-orange);color:#fff;box-shadow:0 10px 24px #ff66002e}.nav a.nav-attention.active,.nav a.nav-attention:hover{color:#fff;background:#e85d00}.session{align-items:center;gap:10px;display:flex}.avatar-nav-link{border-radius:999px;transition:all .16s;display:inline-flex;box-shadow:0 0 0 1px #d6e0e3e6}.avatar-nav-link:hover,.avatar-nav-link.active{box-shadow:0 0 0 4px #ff66001f}.nav-primary-cta{background:var(--color-orange);border-radius:999px;align-items:center;min-height:42px;display:inline-flex;box-shadow:0 12px 28px #ff660038;color:#fff!important;padding:0 16px!important}.page{padding:clamp(28px,5vw,64px);position:relative}.app-shell{background:radial-gradient(circle at 88% 8%,#ff66001a,#0000 28rem),radial-gradient(circle at 4% 28%,#3d535b1a,#0000 26rem),linear-gradient(#fbfcfc 0%,#f3f7f7 48%,#fbfcfc 100%);min-height:100vh}.page:before{content:"";z-index:-1;filter:blur(10px);pointer-events:none;background:linear-gradient(115deg,#ff66001a,#ffffff0f,#3d535b1a);border-radius:999px;width:min(620px,56vw);height:260px;position:absolute;inset:24px auto auto 64%}.hero{border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--color-navy), var(--color-bluegrey));color:#fff;max-width:1320px;box-shadow:var(--shadow-md);gap:20px;margin:0 auto 24px;padding:clamp(32px,5vw,58px);display:grid}.hero h1{letter-spacing:-.04em;max-width:900px;margin:0;font-size:clamp(2.6rem,5.5vw,5.8rem);line-height:.96}.hero p{color:#ffffffc2;max-width:720px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.btn{border:1px solid var(--color-line);min-height:44px;color:var(--color-bluegrey);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:830;text-decoration:none;transition:all .16s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn.ghost{background:0 0}.grid{gap:16px;max-width:1320px;margin:0 auto;display:grid}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-panel);box-shadow:var(--shadow-sm);padding:22px}.card h2,.card h3{letter-spacing:-.025em;margin-top:0}.muted{color:var(--color-muted)}.badge{min-height:28px;color:var(--color-bluegrey);background:#edf2f4;border-radius:999px;align-items:center;padding:0 10px;font-size:.8rem;font-weight:800;display:inline-flex}.form-grid{gap:14px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}label{color:var(--color-muted);gap:7px;font-weight:760;display:grid}.form-note{color:var(--color-muted);margin:0;font-size:.84rem;font-weight:850}input,select,textarea{border:1px solid var(--color-line);border-radius:var(--radius-md);min-height:48px;color:var(--color-text);background:#fff;padding:0 14px;transition:all .16s}select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--color-bluegrey) 50%), linear-gradient(135deg, var(--color-bluegrey) 50%, transparent 50%);background-position:calc(100% - 18px) 21px,calc(100% - 12px) 21px;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:38px}input[type=date]{appearance:none}input[type=checkbox]{appearance:none;cursor:pointer;border-radius:6px;place-items:center;width:20px;min-height:20px;padding:0;display:inline-grid}input[type=checkbox]:checked{border-color:var(--color-orange);background:var(--color-orange);box-shadow:inset 0 0 0 4px #fff}input[type=file]{background:#fafcfc;border:0;padding:12px}input:focus,select:focus,textarea:focus{border-color:var(--color-orange);outline:none;box-shadow:0 0 0 4px #ff6b211f}textarea{resize:vertical;min-height:120px;padding:14px}.property-card{padding:0;overflow:hidden}.property-card img{object-fit:cover;width:100%;height:230px}.property-card .body{padding:18px}.search-panel{border:1px solid var(--color-line);border-radius:var(--radius-lg);max-width:1320px;box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:1.5fr repeat(5,minmax(118px,.65fr));gap:12px;margin:0 auto 18px;padding:16px;display:grid}.autocomplete-wrap{position:relative}.autocomplete-menu{z-index:30;border:1px solid var(--color-line);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fff;gap:4px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0}.autocomplete-menu button{border-radius:var(--radius-sm);min-height:48px;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;justify-items:start;gap:2px;padding:8px 10px;display:grid}.autocomplete-menu button:hover{background:#edf2f4}.autocomplete-menu span{color:var(--color-muted);text-transform:capitalize;font-size:.82rem}.results-summary{max-width:1320px;color:var(--color-muted);margin:0 auto 18px}.guidance-banner{border-radius:var(--radius-md);color:var(--color-orange-ink);background:#fff7f1;border:1px solid #ff6b2138;padding:14px 16px;font-weight:850}.draw-search{grid-template-columns:1fr 1.4fr auto;align-items:center;gap:16px;max-width:1320px;margin:0 auto 18px;display:grid}.mock-map{border:1px solid var(--color-line);border-radius:var(--radius-lg);cursor:crosshair;background:linear-gradient(90deg,#24374614 1px,#0000 1px) 0 0/34px 34px,linear-gradient(#24374614 1px,#0000 1px) 0 0/34px 34px,linear-gradient(135deg,#eff5f6,#dfe9eb);min-height:190px;position:relative;overflow:hidden}.mock-map span{color:var(--color-muted);font-weight:800;position:absolute;top:14px;left:16px}.mock-map i{background:var(--color-orange);color:#fff;border-radius:999px;place-items:center;width:26px;height:26px;font-size:.78rem;font-style:normal;font-weight:900;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 18px #ff6b214d}.mock-map.drawing{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff6b211f}.property-detail{grid-template-columns:minmax(0,1.4fr) 420px;align-items:start;gap:18px;max-width:1320px;margin:0 auto;display:grid}.property-media{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.property-media img{object-fit:cover;width:100%;min-height:620px}.enquiry-card{gap:16px;display:grid;position:sticky;top:98px}.property-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.property-title-row h1{min-width:0;margin:0}.save-property-compact{border:1px solid var(--color-line);min-width:92px;min-height:40px;color:var(--color-bluegrey);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-weight:850;transition:border-color .16s,background .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.save-property-compact:hover{color:var(--color-orange-ink);border-color:#ff660073;transform:translateY(-1px);box-shadow:0 0 0 4px #ff660017}.save-property-compact.saved{color:var(--color-orange-ink);background:#fff2e8;border-color:#ff660047}.save-toast{z-index:95;min-height:48px;color:var(--color-orange-ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #ff66002e;border-radius:999px;align-items:center;gap:8px;padding:0 18px;font-weight:850;animation:.2s both rise-in;display:inline-flex;position:fixed;bottom:24px;right:clamp(18px,4vw,44px);box-shadow:0 18px 50px #10182024}.sticky-card{position:sticky;top:98px}.compact-hero h1{font-size:clamp(2.2rem,4vw,4.2rem)}.workspace-layout{grid-template-columns:minmax(0,1fr) 360px;gap:18px;max-width:1320px;margin:0 auto;display:grid}.ops-panel{align-content:start;gap:12px;display:grid}.action-card{color:inherit;text-decoration:none;transition:all .16s}.action-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.property-management-list{gap:14px;max-width:1320px;margin:0 auto;display:grid}.draft-list{margin-bottom:18px}.management-search-panel{grid-template-columns:minmax(0,.8fr) minmax(280px,.5fr);align-items:end;gap:24px;max-width:1320px;margin:0 auto 18px;display:grid}.managed-property{grid-template-columns:190px minmax(0,1fr) 190px;align-items:center;gap:18px;padding:16px;display:grid}.managed-image{border-radius:var(--radius-md);display:block;overflow:hidden}.managed-image img,.managed-property img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:130px;transition:all .16s}.managed-image:hover img{transform:scale(1.025)}.managed-title{align-items:flex-start;gap:12px;display:flex}.managed-title h2{margin:0;font-size:1.15rem}.status-pill{white-space:nowrap;cursor:pointer;border:0;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.76rem;font-weight:900;display:inline-flex}.status-pill.live{color:var(--color-success);background:#e9f9ef}.status-pill.draft{color:var(--color-warning);background:#fff6df}.status-pill.inactive{color:var(--color-error);background:#fff0ee}.metric-row{color:var(--color-muted);flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.metric-row span,.metric-row a{border:1px solid var(--color-line);color:var(--color-muted);background:#fafcfc;border-radius:999px;padding:7px 10px;text-decoration:none}.metric-row a:hover{border-color:var(--color-orange);color:var(--color-orange-ink);box-shadow:0 0 0 4px #ff6b211a}.metric-row .warning{color:var(--color-warning);background:#fff8e8;border-color:#b7791f73}.metric-row button.warning{cursor:pointer;border-radius:999px;padding:7px 10px;font-weight:850}.media-management-video{object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:320px;box-shadow:var(--shadow-sm);background:#0f1f26}.property-actions{gap:8px;display:grid}.gallery-header{justify-content:space-between;align-items:end;gap:16px;max-width:1320px;margin:0 auto 18px;display:flex}.gallery-header h1{letter-spacing:-.04em;max-width:820px;margin:8px 0;font-size:clamp(2rem,4vw,4.4rem);line-height:.96}.gallery-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:18px;max-width:1320px;margin:0 auto;display:grid}.gallery-viewer{gap:14px;display:grid}.gallery-viewer img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:min(58vh,640px)}.gallery-strip{gap:12px;display:grid}.gallery-thumb{border:1px solid var(--color-line);border-radius:var(--radius-md);padding:8px}.gallery-thumb.active{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff6b211a}.gallery-thumb>button{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:90px 1fr;align-items:center;gap:10px;display:grid}.gallery-thumb img{object-fit:cover;border-radius:var(--radius-sm);width:90px;height:64px}.floorplan-viewer{gap:18px;max-width:1320px;margin:0 auto;display:grid}.floorplan-viewer>img{object-fit:contain;border:1px solid var(--color-line);border-radius:var(--radius-lg);background:#fafcfc;width:100%;max-height:680px}.viewing-columns{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;max-width:1320px;margin:0 auto;display:grid}.viewing-column{gap:12px;display:grid}.viewing-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fafcfc;padding:14px}.viewing-card h3{margin:0 0 4px}.viewing-request{gap:12px;display:grid}.viewing-request p{margin:0;font-size:1.05rem;line-height:1.6}.success-state{border-radius:var(--radius-md);color:var(--color-success);background:#edf9f3;border:1px solid #157f4f2e;gap:4px;padding:14px 16px;display:grid}.success-state span{color:#315e49;font-weight:760}.tooltip{border-bottom:1px dotted var(--color-muted);color:var(--color-muted);cursor:help;font-weight:800}.offer-property-header{grid-template-columns:240px minmax(0,1fr) 280px;align-items:center;gap:18px;max-width:1320px;margin:0 auto 18px;display:grid}.offer-property-header img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:150px}.offer-property-header h1{letter-spacing:-.035em;margin:8px 0;font-size:clamp(1.6rem,3vw,2.7rem)}.offer-header-metrics{color:var(--color-muted);justify-items:end;gap:10px;display:grid}.offer-tabs{grid-template-columns:repeat(3,1fr);gap:14px;max-width:1320px;margin:0 auto 18px;display:grid}.offer-tabs div,.offer-tabs button{border:1px solid var(--color-line);border-radius:var(--radius-md);cursor:pointer;min-height:68px;color:var(--color-text);background:#fff;justify-content:center;align-items:center;gap:12px;font-size:1.15rem;font-weight:850;display:flex}.offer-tabs .active{border-color:var(--color-orange);background:var(--color-orange);color:#fff}.offer-tabs b{min-width:34px;min-height:34px;color:var(--color-orange-ink);background:#fff1e9;border-radius:999px;place-items:center;display:grid}.offers-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;max-width:1320px;margin:0 auto;display:grid}.offer-stack{gap:14px;display:grid}.applicant-card{padding:0;overflow:hidden}.applicant-summary{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:74px minmax(150px,1fr) repeat(5,minmax(90px,auto)) 30px;align-items:center;gap:14px;padding:18px;display:grid}.applicant-summary:hover{background:#fafcfc}.expand-icon{background:#edf2f4;border-radius:999px;place-items:center;width:28px;height:28px;font-size:1.2rem;transition:all .16s;display:grid}.expand-icon.open{color:var(--color-orange-ink);background:#fff1e9;transform:rotate(180deg)}.applicant-summary h2{margin:0}.label{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.76rem;font-weight:900;display:block}.hilltro-avatar{background:linear-gradient(135deg, var(--color-bluegrey), #6d858d);color:#fff;border-radius:18px;place-items:center;width:64px;height:64px;font-size:1.25rem;font-weight:950;display:grid;box-shadow:inset 0 0 0 1px #ffffff38}.risk-meter{background:linear-gradient(90deg,#df4d3f 0 25%,#f59e33 25% 45%,#f2d94c 45% 65%,#a8ca42 65% 82%,#4caf50 82%);border-radius:999px;height:10px;margin:0 18px;overflow:hidden}.risk-meter span{border-right:4px solid var(--color-bluegrey);height:100%;display:block}.applicant-actions{flex-wrap:wrap;align-items:center;gap:10px;padding:16px 18px 18px;display:flex}.countdown{color:var(--color-bluegrey);margin-left:auto;font-weight:900}.countdown.large{margin:22px 0;font-size:1.25rem;display:block}.link-button{color:var(--color-orange-ink);cursor:pointer;background:0 0;border:0;font-weight:850}.applicant-detail{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 18px 18px;animation:.18s both rise-in;display:grid}.applicant-detail div{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fafcfc;padding:14px}.applicant-detail p{color:var(--color-bluegrey);margin:6px 0 0;line-height:1.5}.empty-state,.deal-card{gap:12px;max-width:1320px;margin:0 auto;display:grid}.offer-aside{position:sticky;top:98px}.recommendation{border-radius:var(--radius-lg);background:#e5ecee;margin-top:16px;padding:18px;line-height:1.55}.modal-backdrop{z-index:60;background:#1018206b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{width:min(520px,100%);animation:.2s both rise-in}.workflow{grid-template-columns:320px 1fr;gap:18px;max-width:1320px;margin:0 auto;display:grid}.step-list{gap:10px;display:grid}.step{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fff;padding:14px}.step.current{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff6b211f}.progress{background:#e8eef0;border-radius:999px;height:10px;overflow:hidden}.progress span{background:var(--color-orange);height:100%;display:block}.messenger{grid-template-columns:340px 1fr;gap:16px;max-width:1320px;margin:0 auto;display:grid}.thread{grid-template-rows:auto 1fr auto;min-height:560px;display:grid}.bubble{background:var(--color-bluegrey);color:#fff;border-radius:18px 18px 18px 6px;max-width:68%;margin:0 0 12px;padding:13px 15px}.empty-message-state{text-align:center;align-content:center;place-items:center;gap:14px;max-width:760px;min-height:320px;margin:0 auto;display:grid}.empty-message-state svg{color:var(--color-orange)}.message-list-item{text-align:left;grid-template-columns:auto minmax(0,1fr);align-items:center}.thread-heading,.viewing-request-heading{align-items:center;gap:14px;display:flex}.viewing-request-heading p,.viewing-request-heading h3,.thread-heading h2{margin:0}.dropzone{border-radius:var(--radius-lg);text-align:center;background:#fafcfc;border:1px dashed #b8c8ce;place-items:center;min-height:210px;display:grid}.photo-drop{cursor:pointer;transition:all .16s}.photo-drop.dragging{border-color:var(--color-orange);background:#fff7f1;box-shadow:0 0 0 4px #ff6b2124}.photo-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.photo-preview{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fafcfc;gap:10px;padding:12px;display:grid}.photo-preview img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);width:100%}.upload-progress{background:#e8eef0;border-radius:999px;height:8px;overflow:hidden}.upload-progress span{background:var(--color-orange);height:100%;transition:width .2s;display:block}.required-missing input,.required-missing select,.required-missing textarea,.dropzone.required-missing{border-color:var(--color-error);box-shadow:0 0 0 4px #c241351f}.required-missing small{color:var(--color-error);font-weight:800;line-height:1.4}.compliance-box{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:#fafcfc;gap:12px;padding:18px;display:grid}.onboarding-panel{min-height:560px}.choice-grid{flex-wrap:wrap;gap:10px;display:flex}.choice{border:1px solid var(--color-line);min-height:42px;color:var(--color-bluegrey);cursor:pointer;background:#fff;border-radius:999px;padding:0 14px;font-weight:800}.choice.selected{border-color:var(--color-orange);color:var(--color-orange-ink);background:#fff1e9;box-shadow:0 0 0 4px #ff6b211a}.valuation-card{align-content:center;gap:18px;min-height:430px;display:grid}.valuation-card h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,4rem)}.auth-page{align-items:center;min-height:calc(100vh - 78px);display:grid}.auth-shell{grid-template-columns:1fr 460px;align-items:center;gap:22px;width:100%;max-width:1120px;margin:0 auto;display:grid}.auth-copy{gap:16px;display:grid}.auth-copy h1{letter-spacing:-.04em;max-width:680px;margin:0;font-size:clamp(2.6rem,5vw,5.6rem);line-height:.96}.auth-copy p{color:var(--color-muted);max-width:560px;line-height:1.7}.auth-card{animation:.28s both rise-in}.form-row{justify-content:space-between;gap:12px;font-weight:800;display:flex}.strong-link{color:var(--color-orange-ink);font-weight:900}.notice{border-radius:var(--radius-md);margin:0;padding:12px 14px;font-weight:800}.notice.error{color:var(--color-error);background:#fff1e9;border:1px solid #c241353d}.notice.success{color:var(--color-success);background:#edf9f3;border:1px solid #157f4f33}.field-error{border-color:var(--color-error);box-shadow:0 0 0 4px #c241351f}.shake{animation:.22s both shake}.checkbox-row{color:var(--color-text);grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;display:flex}.checkbox-row input{width:18px;min-height:18px;margin-top:3px}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-bg-settle{0%{opacity:.5;filter:blur(18px);transform:rotate(-8deg)scale(1.075)}to{opacity:.9;filter:blur(8px);transform:rotate(-8deg)scale(1)}}@keyframes hero-image-in{0%{opacity:0;filter:blur(5px);transform:translateY(18px)scale(.985)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (width<=900px){.topbar{flex-wrap:wrap;padding:14px 16px}.nav{order:3;width:100%;margin-left:0;overflow-x:auto}.grid.cols-2,.grid.cols-3,.grid.cols-4,.search-panel,.workflow,.messenger,.form-grid.two,.property-detail,.workspace-layout,.draw-search,.auth-shell,.managed-property,.offer-property-header,.offers-layout,.applicant-summary,.applicant-detail,.gallery-layout,.viewing-columns,.photo-preview-grid{grid-template-columns:1fr}.gallery-header{align-items:start;display:grid}.offer-tabs{grid-template-columns:1fr}.offer-header-metrics{justify-items:start}.countdown{margin-left:0}.offer-aside{position:static}.property-media img{min-height:320px}.sticky-card{position:static}}:root{--color-navy:#1d2c34;--color-bluegrey:#344a52;--color-orange:#f60;--color-orange-ink:#b44700;--color-bg:#f7f8f8;--color-panel:#fff;--color-line:#e4e8ea;--color-text:#101820;--color-muted:#647178;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 2px #1018200a;--shadow-md:0 18px 48px #10182014}body{background:radial-gradient(circle at 12% 10%,#ff66001a,#0000 34rem),radial-gradient(circle at 88% 6%,#344a5221,#0000 36rem),radial-gradient(circle at 70% 64%,#ff66000e,#0000 42rem),linear-gradient(#fbfcfc 0%,#f7f8f8 42%,#eef4f4 100%);font-size:16px}.topbar{min-height:78px;box-shadow:none;background:#fffffff0;padding:14px 44px}.brand img{object-fit:contain;width:auto;max-width:194px;height:42px}.nav{gap:4px}.nav a{border-radius:999px;min-height:44px;padding:0 16px;font-size:14px;font-weight:760}.nav a.active,.nav a:hover{background:#edf2f3}.page{padding:64px clamp(24px,5vw,64px)}.hero{max-width:1320px;color:var(--color-text);box-shadow:none;background:0 0;border-radius:0;gap:24px;margin:0 auto 48px;padding:48px 0}.hero h1{letter-spacing:-.03em;max-width:980px;font-size:clamp(48px,6vw,64px);line-height:1}.hero p{color:var(--color-muted);font-size:18px}.hero .btn.light{border-color:var(--color-line);color:var(--color-text);background:#fff}.eyebrow{color:var(--color-orange-ink);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:14px;font-weight:850}.section-shell{max-width:1320px;margin:96px auto 0}.section-heading{gap:16px;max-width:780px;margin-bottom:32px;display:grid}.section-heading h2{letter-spacing:-.02em;margin:0;font-size:clamp(48px,5vw,56px);line-height:1}.section-heading p{color:var(--color-muted);margin:0;font-size:18px;line-height:1.65}.btn{min-height:48px;box-shadow:none;border-radius:12px;padding:0 20px;font-size:15px;font-weight:760;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #10182014}.btn:disabled{opacity:.44;cursor:not-allowed;box-shadow:none;transform:none}.btn:disabled:hover{box-shadow:none;transform:none}.btn.primary{border-color:var(--color-orange);background:var(--color-orange);color:#fff;box-shadow:none}.btn.primary:hover{background:#e85d00;box-shadow:0 16px 32px #f603}.btn.secondary,.btn:not(.primary):not(.tertiary):not(.ghost):not(.light){border-color:var(--color-line);color:var(--color-text);background:#fff}.btn.tertiary{min-height:auto;color:var(--color-orange-ink);background:0 0;border:0;padding:0}.btn.light{color:var(--color-text);background:#fff;border-color:#fff}.equal-actions{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.equal-actions .btn{text-align:center;min-width:0;min-height:56px;padding-inline:18px}.card{border-color:var(--color-line);box-shadow:var(--shadow-sm);border-radius:var(--radius-lg)}.badge{width:fit-content;color:var(--color-bluegrey);background:#edf2f3;font-weight:760}.badge.orange{color:var(--color-orange-ink);background:#fff2e8}.home-hero{grid-template-columns:minmax(0,.95fr) minmax(420px,1fr);align-items:center;gap:64px;max-width:1440px;min-height:calc(100vh - 88px);margin:0 auto;padding:64px clamp(24px,5vw,64px) 96px;display:grid;position:relative;overflow:hidden}.home-hero:before{content:"";aspect-ratio:1.32;z-index:-1;filter:blur(8px);opacity:.9;background:radial-gradient(circle at 24% 30%,#ff66005c,#0000 30%),radial-gradient(circle at 76% 34%,#3d535b4d,#0000 38%),linear-gradient(135deg,#ffffffd1,#eef4f575);border-radius:44% 56% 42% 58%;width:min(820px,58vw);position:absolute;top:26px;right:0;transform:rotate(-8deg)}.home-hero:after{content:"";z-index:-1;background:radial-gradient(circle,#ff6b211f,#0000 68%);border-radius:999px;width:280px;height:280px;position:absolute;bottom:40px;left:4vw}.home-hero-copy{gap:24px;display:grid}.home-hero-copy h1{letter-spacing:-.03em;max-width:760px;margin:0;font-size:clamp(72px,8vw,80px);line-height:.94}.home-hero-copy>p:not(.eyebrow){max-width:680px;color:var(--color-muted);margin:0;font-size:18px;line-height:1.7}.hero-composition{min-height:620px;position:relative}.hero-photo{object-fit:cover;border-radius:24px;animation:1.15s cubic-bezier(.16,1,.3,1) both hero-image-in;position:absolute;box-shadow:0 24px 64px #1018201f}.hero-photo-main{object-position:center;width:min(78%,620px);height:420px;inset:32px 0 auto 96px}.hero-photo-secondary{object-position:center;width:46%;height:270px;bottom:34px;left:0}.home-hero:before{animation:2s cubic-bezier(.16,1,.3,1) both hero-bg-settle}.ui-preview{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #e4e8eae6;border-radius:16px;gap:6px;padding:16px;display:grid;position:absolute;box-shadow:0 20px 52px #1018201a}.ui-preview span,.ui-preview small{color:var(--color-muted);font-size:14px}.ui-preview b{font-size:18px}.search-preview{width:260px;top:108px;right:18px}.passport-preview{width:290px;bottom:72px;left:124px}.featured-row{justify-content:space-between;align-items:center;gap:24px;display:flex}.featured-row h2{letter-spacing:-.025em;margin:0;font-size:clamp(42px,5vw,56px);line-height:1}.featured-actions{align-items:center;gap:16px;display:flex}.see-all-link{width:fit-content;min-height:40px;color:var(--color-bluegrey);border-radius:999px;align-items:center;padding:0 12px;font-size:14px;font-weight:850;text-decoration:none;transition:all .16s;display:inline-flex}.see-all-link:hover{color:var(--color-orange-ink);background:#edf2f3}.property-carousel-shell{background:radial-gradient(circle at 88% 20%,#ff66001a,#0000 28rem),linear-gradient(#eef3f4,#f7f9f9);border-block:1px solid #dfe6e8bf;width:100%;max-width:none;margin:24px 0 0;padding:32px 0 72px;overflow:hidden}.carousel-heading{justify-content:space-between;align-items:end;gap:24px;max-width:1440px;display:flex}.carousel-controls{align-items:center;gap:10px;display:flex}.carousel-controls span{color:var(--color-muted);white-space:nowrap;font-size:14px;font-weight:800}.carousel-controls button{border:1px solid var(--color-line);width:44px;height:44px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:999px;place-items:center;transition:all .16s;display:inline-grid}.carousel-controls button:hover{border-color:var(--color-orange);transform:translateY(-1px);box-shadow:0 0 0 4px #ff66001a}.property-carousel{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-color:#3d535b59 transparent;grid-auto-columns:minmax(360px,420px);grid-auto-flow:column;gap:24px;padding:0 clamp(24px,5vw,64px) 20px;scroll-padding-inline:clamp(24px,5vw,64px);display:grid;overflow-x:auto}.property-carousel:focus{border-radius:20px;outline:none;box-shadow:inset 0 0 0 2px #f603}.property-carousel .property-card{scroll-snap-align:start}.mobile-properties-cta{margin-bottom:24px;display:none}.property-grid{gap:32px}.property-card{border:1px solid var(--color-line);height:100%;box-shadow:none;background:#fff;border-radius:18px;transition:transform .18s,box-shadow .18s;overflow:hidden}.property-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px #10182014}.property-card-gallery{background:#eef4f4;position:relative;overflow:hidden}.clickable-property-card,.clickable-property-card a,.clickable-property-card button{cursor:pointer}.property-image-link{display:block;position:relative;overflow:hidden}.property-card img{object-fit:cover;width:100%;height:300px;transition:transform .35s}.property-card:hover img{transform:scale(1.035)}.card-gallery-controls{opacity:0;pointer-events:none;justify-content:space-between;align-items:center;padding:12px;transition:all .16s;display:flex;position:absolute;inset:0}.property-card:hover .card-gallery-controls,.property-card:focus-within .card-gallery-controls{opacity:1;pointer-events:auto}.card-gallery-controls button,.property-gallery-controls button,.gallery-close{width:40px;height:40px;color:var(--color-text);cursor:pointer;background:#ffffffeb;border:1px solid #ffffffb8;border-radius:999px;place-items:center;display:inline-grid;box-shadow:0 10px 24px #1018201f}.card-thumbnail-strip{background:#fff;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:6px;padding:8px;display:grid}.card-thumbnail-strip button{cursor:pointer;background:#eef4f4;border:1px solid #0000;border-radius:10px;min-width:0;height:46px;padding:0;overflow:hidden}.card-thumbnail-strip button.active{border-color:var(--color-orange);box-shadow:0 0 0 3px #ff66001f}.card-thumbnail-strip img{object-fit:cover;width:100%;height:100%}.card-thumbnail-strip span,.more-media,.media-label{color:#fff;background:#101820d1;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:850;display:inline-flex}.more-media{min-height:46px;color:var(--color-bluegrey);background:#eef3f4}.media-label{min-height:28px;position:absolute;top:12px;left:12px}.property-type-icon{align-items:center;gap:6px;display:inline-flex}.property-card .body{grid-template-rows:auto auto auto auto auto 54px auto;gap:12px;min-height:394px;padding:20px;display:grid}.property-card-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.property-card-top span{color:var(--color-muted);font-size:14px;font-weight:760}.property-price{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:850}.property-card h3{letter-spacing:-.02em;margin:0;font-size:22px;line-height:1.15}.property-card h3 a{text-decoration:none}.property-card p{margin:0}.property-meta{color:var(--color-bluegrey);font-weight:760}.property-landlord-strip{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.property-landlord-strip span:last-child{gap:1px;min-width:0;display:grid}.property-landlord-strip b{font-size:14px;line-height:1.1}.property-landlord-strip small{color:var(--color-muted);font-size:12px;font-weight:780}.property-desc{min-height:48px;color:var(--color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.55;display:-webkit-box;overflow:hidden}.property-card-actions{justify-content:space-between;align-self:end;align-items:center;gap:12px;margin-top:4px;display:flex}.home-journey-band{background:radial-gradient(circle at 8% 12%,#ff6b212e,#0000 28rem),radial-gradient(circle at 92% 72%,#3d535b2e,#0000 30rem),linear-gradient(135deg,#f7fbfb 0%,#eef7f7 46%,#fff3eb 100%);border-block:1px solid #c7d7dab8;margin:0;padding:96px clamp(24px,5vw,64px) 104px;position:relative;overflow:hidden}.home-journey-band:before{content:"";filter:blur(4px);pointer-events:none;background:linear-gradient(120deg,#ff6b2129,#ffffff0a,#3d535b1f);border-radius:999px;width:min(560px,52vw);height:240px;position:absolute;inset:32px clamp(16px,4vw,72px) auto auto;transform:rotate(-8deg)}.home-step-section{z-index:1;gap:30px;max-width:1320px;margin:0 auto;display:grid;position:relative}.home-step-section+.home-step-section{margin-top:64px}.home-step-flow,.home-step-flow.count-5{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.home-step-wrap{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;display:grid}.home-step-wrap:last-child{grid-template-columns:1fr}.home-step-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #d1dde0db;border-radius:20px;grid-template-rows:auto auto 1fr;align-items:start;gap:18px;min-height:210px;padding:22px;display:grid;box-shadow:0 14px 38px #1018200f}.home-step-card span{width:34px;height:34px;color:var(--color-orange-ink);background:#fff2e8;border-radius:999px;place-items:center;font-weight:900;display:grid}.home-step-card svg,.home-step-arrow{color:var(--color-orange)}.home-step-card h3{letter-spacing:-.02em;align-self:end;margin:0;font-size:22px;line-height:1.16}.home-step-arrow{color:var(--color-muted)}.stacked-info-section{gap:18px;max-width:1120px;margin:96px auto;padding:0 clamp(24px,5vw,64px);display:grid}.stacked-info-card{border:1px solid var(--color-line);min-height:180px;box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:24px;padding:28px;display:grid}.stacked-info-card>svg{width:56px;height:56px;color:var(--color-orange);background:#fff2e8;border-radius:18px;padding:14px}.stacked-info-card h3{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(24px,3vw,34px);line-height:1.08}.stacked-info-card p{max-width:760px;color:var(--color-muted);margin:0;font-size:17px;line-height:1.65}.search-page{padding:56px clamp(24px,5vw,64px) 96px;position:relative;overflow:clip}.search-page:before{content:"";z-index:-1;filter:blur(12px);pointer-events:none;background:linear-gradient(110deg,#ff66001f,#ffffff0f,#344a521f);border-radius:999px;width:min(760px,70vw);height:360px;position:absolute;inset:20px auto auto 58%;transform:rotate(-9deg)}.search-hero{gap:16px;max-width:1320px;margin:0 auto 32px;display:grid}.search-hero h1{letter-spacing:-.03em;max-width:920px;margin:0;font-size:clamp(48px,6vw,64px);line-height:1}.search-hero p:not(.eyebrow){max-width:760px;color:var(--color-muted);margin:0;font-size:18px;line-height:1.65}.premium-search{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #d6e0e3e6;border-radius:24px;gap:16px;max-width:1320px;margin:0 auto 16px;padding:18px;display:grid;position:relative;box-shadow:0 20px 54px #10182014}.filter-location-row{border-bottom:1px solid #e4e8ead1;grid-template-columns:minmax(360px,1fr) auto;align-items:end;gap:14px;padding-bottom:16px;display:grid}.filter-controls-row{grid-template-columns:minmax(150px,.72fr) minmax(150px,.72fr) minmax(150px,.65fr) minmax(190px,.9fr) minmax(170px,.76fr);align-items:end;gap:14px;display:grid}.search-view-toolbar{z-index:45;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #dfe6e8c7;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;max-width:1320px;margin:0 auto 32px;padding:12px 14px 12px 16px;display:flex;position:relative}.search-view-toolbar p{margin:0 0 2px}.search-view-toolbar span{color:var(--color-muted);font-size:14px;font-weight:730}.map-view-button{white-space:nowrap;min-width:132px}.map-view-button b{min-width:26px;height:26px;color:var(--color-orange-ink);background:#fff2e8;border-radius:999px;place-items:center;font-size:12px;display:inline-grid}.search-input-wrap{gap:8px;display:grid;position:relative}.search-input-wrap>label,.select-field>span,.price-pair label{color:var(--color-muted);letter-spacing:.01em;font-size:13px;font-weight:850}.search-input-shell{border:1px solid var(--color-line);background:#fff;border-radius:16px;align-items:center;gap:12px;min-height:62px;padding:0 18px;transition:all .18s;display:flex}.search-input-shell:focus-within{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff66001a}.search-input-shell input{border:0;width:100%;min-height:auto;padding:0;font-size:17px;font-weight:760}.premium-autocomplete{border-radius:14px;top:calc(100% + 8px)}.price-pair{grid-template-columns:1fr 1fr;gap:8px;display:grid}.price-pair label{gap:8px;display:grid}.price-pair input{border-radius:14px;min-height:56px}.search-submit{border-radius:16px;min-width:176px;min-height:62px}.select-field{gap:8px;display:grid;position:relative}.select-trigger{border:1px solid var(--color-line);width:100%;min-height:62px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-weight:780;transition:all .18s;display:flex}.select-trigger:hover,.select-trigger[aria-expanded=true]{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff66001a}.select-menu{z-index:80;border:1px solid var(--color-line);background:#fff;border-radius:16px;gap:8px;padding:8px;animation:.14s both rise-in;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 48px #1018201a}.select-options-scroll{overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#344a5257 transparent;gap:4px;max-height:210px;display:grid;overflow-y:auto}.compact-select-menu .select-options-scroll{max-height:148px}.select-options-scroll::-webkit-scrollbar{width:8px}.select-options-scroll::-webkit-scrollbar-thumb{background:#344a5247;border-radius:999px}.select-menu button{min-height:44px;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;padding:0 10px;font-weight:730}.select-menu button:hover,.select-menu button[aria-selected=true]{background:#f2f5f5}.select-search-field{gap:6px;display:grid}.select-search-field span{color:var(--color-muted);font-size:12px;font-weight:850}.select-search-field input{border-radius:12px;min-height:42px;font-size:14px}.select-empty{color:var(--color-muted);margin:0;padding:10px;font-size:14px;font-weight:760}.search-layout{grid-template-columns:minmax(360px,.8fr) minmax(0,1fr);align-items:start;gap:32px;max-width:1320px;margin:0 auto;display:grid}.search-layout.list-first-layout{grid-template-columns:1fr}.map-view-overlay{z-index:10;isolation:isolate;contain:layout paint;border:1px solid var(--color-line);background:#fffffff5;border-radius:26px;gap:16px;width:min(1320px,100%);max-width:100%;margin:0 auto 32px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #1018201f}.map-view-overlay.collapsed-map-view{display:none}.map-view-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.map-view-header h2{letter-spacing:-.025em;margin:4px 0 0;font-size:clamp(28px,4vw,42px);line-height:1}.map-panel{gap:16px;display:grid;position:sticky;top:204px}.premium-map{z-index:1;isolation:isolate;border:1px solid var(--color-line);background:linear-gradient(135deg,#eef4f3,#dfe9e8);border-radius:22px;min-height:620px;position:relative;overflow:hidden}.premium-map.full-map-view{width:100%;min-height:clamp(420px,56vh,640px)}.compact-property-map,.compact-property-map .osm-property-map,.compact-property-map .map-loading{min-height:320px}.premium-map.real-map{cursor:default}.osm-property-map{z-index:0;width:100%;min-height:inherit;background:#eef4f3;height:100%;font-family:inherit}.map-loading{min-height:620px;color:var(--color-bluegrey);place-items:center;font-weight:850;display:grid}.map-grid{background-image:linear-gradient(#344a5214 1px,#0000 1px),linear-gradient(90deg,#344a5214 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.map-toolbar{z-index:3;justify-content:space-between;align-items:center;gap:12px;display:flex;position:absolute;top:16px;left:16px;right:16px}.map-toolbar span{color:var(--color-bluegrey);background:#ffffffe6;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-weight:800;display:inline-flex}.hilltro-price-marker{place-items:center;display:grid}.hilltro-price-marker span{background:var(--color-orange);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:900;transition:all .18s;display:inline-flex;box-shadow:0 12px 28px #ff66003d}.hilltro-price-marker:hover span,.hilltro-price-marker.selected span{background:#111820;transform:scale(1.08);box-shadow:0 16px 34px #10182033}.hilltro-price-marker .map-marker-preview{z-index:999;width:232px;color:var(--color-text);background:#fffffffa;border:1px solid #dfe6e8eb;border-radius:18px;gap:7px;padding:10px;font-family:inherit;text-decoration:none;display:none;position:absolute;bottom:calc(100% + 14px);left:50%;transform:translate(-50%);box-shadow:0 20px 46px #10182029}.hilltro-price-marker:hover .map-marker-preview{display:grid}.hilltro-price-marker .map-marker-preview:after{content:"";background:#fffffffa;border-bottom:1px solid #dfe6e8eb;border-right:1px solid #dfe6e8eb;width:14px;height:14px;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.hilltro-price-marker .map-marker-preview img{object-fit:cover;border-radius:13px;width:100%;height:124px}.hilltro-price-marker .map-marker-preview em,.hilltro-price-marker .map-marker-preview small{color:var(--color-muted);font-size:13px;font-style:normal;font-weight:760;line-height:1.35}.hilltro-price-marker .map-marker-preview strong{letter-spacing:-.015em;font-size:18px}.hilltro-price-marker .map-marker-preview:hover strong{color:var(--color-orange-ink)}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background:#ff66002e}.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{background:var(--color-orange);color:#fff;font-weight:900}.draw-vertex-marker,.draw-midpoint-marker{background:0 0;border:0;place-items:center;display:grid}.draw-vertex-marker span{background:var(--color-orange);cursor:grab;border:3px solid #fff;border-radius:999px;width:18px;height:18px;display:block;box-shadow:0 8px 20px #ff660052}.draw-vertex-marker span:active{cursor:grabbing}.draw-midpoint-marker span{border:2px solid var(--color-orange);cursor:copy;background:#fff;border-radius:999px;width:14px;height:14px;display:block;box-shadow:0 6px 16px #1018201f}.drawn-boundary{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.drawn-boundary polyline{fill:#ff660014;stroke:var(--color-orange);stroke-width:1.3px;vector-effect:non-scaling-stroke}.map-actions{flex-wrap:wrap;gap:12px;display:flex}.map-note{color:var(--color-muted);margin:0;font-size:14px;line-height:1.55}.results-column{gap:24px;display:grid}.results-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.results-heading h2{letter-spacing:-.025em;margin:4px 0 0;font-size:40px}.property-results-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.selected-result .property-card{outline:2px solid var(--color-orange);outline-offset:4px;box-shadow:0 18px 40px #ff66001f}.premium-auth-page{background:radial-gradient(circle at 88% 16%,#ff66001a,#0000 28%),linear-gradient(#fff,#f5f7f7);min-height:calc(100vh - 88px);padding:64px clamp(24px,5vw,64px)}.premium-auth-shell{grid-template-columns:minmax(0,1fr) 500px;gap:64px;max-width:1180px}.premium-auth-copy h1{font-size:clamp(56px,7vw,80px)}.premium-auth-copy p:not(.eyebrow){font-size:18px}.auth-progress{background:#e7ecee;border-radius:999px;width:min(420px,100%);height:6px;overflow:hidden}.auth-progress span{border-radius:inherit;background:var(--color-orange);height:100%;transition:width .25s;display:block}.premium-auth-card{border:1px solid var(--color-line);background:#fff;border-radius:22px;gap:24px;padding:32px;animation:.2s both rise-in;display:grid;box-shadow:0 20px 60px #10182014}.premium-auth-card h2{letter-spacing:-.025em;margin:0;font-size:36px}.register-typeform-shell{grid-template-columns:minmax(0,.9fr) minmax(560px,620px);align-items:center;max-width:1320px}.typeform-register-card{align-content:start;width:100%;min-height:560px}.typeform-register-card>.muted{margin-top:-10px;line-height:1.6}.choice-stack{gap:12px;display:grid}.typeform-choice{border:1px solid var(--color-line);min-height:104px;color:var(--color-text);text-align:left;cursor:pointer;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:18px;transition:all .18s;display:flex}.typeform-choice:hover,.typeform-choice.selected{border-color:var(--color-orange);transform:translateY(-1px);box-shadow:0 0 0 4px #ff66001a}.typeform-choice span{gap:6px;display:grid}.typeform-choice b{font-size:18px}.typeform-choice small{color:var(--color-muted);line-height:1.45}.typeform-choice svg{color:var(--color-orange);flex:none}.register-step-actions{margin-top:auto}.register-step-actions .btn.primary{margin-left:auto}.auth-email-preview{background:#f3f6f6;border-radius:12px;padding:12px 14px;font-weight:760}.floating-field{display:block;position:relative}.floating-field input,.floating-field textarea{border-radius:14px;width:100%;min-height:64px;padding:22px 48px 8px 14px;font-size:17px;font-weight:720}.floating-field textarea{min-height:132px;padding-top:26px}.floating-field span{color:var(--color-muted);pointer-events:none;font-size:16px;font-weight:720;transition:all .16s;position:absolute;top:21px;left:14px}.floating-field input:focus+span,.floating-field input:not(:placeholder-shown)+span,.floating-field textarea:focus+span,.floating-field textarea:not(:placeholder-shown)+span{color:var(--color-orange-ink);font-size:12px;top:8px}.field-trailing{color:var(--color-muted);position:absolute;top:22px;right:14px}input[type=file]{border:1px solid var(--color-line);min-height:56px;color:var(--color-muted);background:#fff;border-radius:14px;padding:8px;font-weight:700}input[type=file]::file-selector-button{border:1px solid var(--color-line);min-height:38px;color:var(--color-text);cursor:pointer;background:#f5f8f8;border-radius:999px;margin-right:12px;padding:0 14px;font-weight:780;transition:all .16s}input[type=file]::file-selector-button:hover{border-color:var(--color-orange);color:var(--color-orange-ink)}.mobile-menu-button,.mobile-logout{display:none}.site-footer{z-index:1;border-top:1px solid var(--color-line);max-width:1440px;color:var(--color-muted);grid-template-columns:minmax(260px,1fr) 1.4fr;gap:48px;margin:0 auto;padding:64px clamp(24px,5vw,64px) 32px;display:grid;position:relative}.site-footer .brand img{object-fit:contain;width:auto;max-width:184px;height:38px}.site-footer p{max-width:520px;line-height:1.65}.footer-nav{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:12px;display:grid}.footer-nav a{min-height:42px;color:var(--color-bluegrey);border-radius:12px;align-items:center;padding:0 12px;font-weight:780;text-decoration:none;display:inline-flex}.footer-nav a:hover,.footer-nav a.active{background:#edf2f3}.footer-disclaimer{border-top:1px solid var(--color-line);grid-column:1/-1;margin:0;padding-top:24px;font-size:14px}.faq-hero{margin-bottom:32px}.faq-list{gap:12px;max-width:1120px;margin:0 auto;display:grid}.faq-item{border-top:1px solid var(--color-line);grid-template-columns:64px 1fr;gap:24px;padding:28px 0;display:grid}.faq-item>span{color:var(--color-orange-ink);letter-spacing:.08em;font-weight:900}.faq-item h2{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(24px,3vw,34px)}.faq-item p{color:var(--color-muted);margin:0;font-size:17px;line-height:1.65}.country-picker,.calendar-field,.time-slot-field,.time-wheel-field{gap:8px;display:grid;position:relative}.country-picker>span,.calendar-field>span,.time-slot-field>span,.time-wheel-field>span{color:var(--color-muted);font-size:14px;font-weight:780}.country-trigger,.calendar-trigger,.time-wheel-trigger{border:1px solid var(--color-line);width:100%;min-height:64px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:10px;padding:0 14px;transition:all .18s;display:flex}.country-trigger:hover,.calendar-trigger:hover,.time-wheel-trigger:hover,.country-trigger[aria-expanded=true],.calendar-trigger[aria-expanded=true],.time-wheel-trigger[aria-expanded=true]{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff66001a}.country-trigger b{font-size:17px}.country-trigger small{min-width:0;color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.country-trigger svg{flex:none;margin-left:auto}.country-menu,.calendar-popover,.time-wheel-popover{z-index:55;border:1px solid var(--color-line);background:#fff;border-radius:18px;padding:10px;animation:.14s both rise-in;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 20px 56px #1018201f}.country-search{border:1px solid var(--color-line);min-height:48px;color:var(--color-muted);border-radius:12px;align-items:center;gap:10px;padding:0 12px;display:flex}.country-search input{min-height:auto;box-shadow:none;border:0;padding:0}.country-search input:focus{box-shadow:none}.country-options{overscroll-behavior:contain;scrollbar-width:thin;gap:4px;max-height:248px;padding-top:8px;display:grid;overflow-y:auto}.country-options button{min-height:44px;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:0 10px;display:grid}.country-options button:hover,.country-options button.active{background:#f2f5f5}.country-options small{color:var(--color-muted);font-weight:800}.phone-grid{grid-template-columns:minmax(310px,1.1fr) minmax(220px,.9fr);align-items:end}.phone-grid .floating-field input{min-height:64px}.calendar-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.calendar-heading button{border:1px solid var(--color-line);cursor:pointer;background:#fff;border-radius:999px;place-items:center;width:36px;height:36px;display:inline-grid}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-weekdays span{color:var(--color-muted);text-align:center;padding:6px 0;font-size:12px;font-weight:850}.calendar-grid button{min-height:38px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:10px;font-weight:780}.calendar-grid button.outside{color:#a9b3b8}.calendar-grid button:hover:not(:disabled),.calendar-grid button.active{background:var(--color-orange);color:#fff}.calendar-grid button:disabled{opacity:.32;cursor:not-allowed}.viewing-picker{gap:16px;display:grid}.time-wheel-popover{scroll-behavior:smooth;scrollbar-width:thin;gap:6px;max-height:194px;display:grid;overflow-y:auto}.time-wheel-popover button{min-height:40px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:12px;font-weight:780}.time-wheel-popover button:hover,.time-wheel-popover button.active{color:var(--color-orange-ink);background:#fff2e8}.time-slot-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-height:220px;padding:2px;display:grid;overflow:auto}.time-slot-grid button{border:1px solid var(--color-line);min-height:42px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:12px;font-weight:780;transition:all .16s}.time-slot-grid button:hover,.time-slot-grid button.active{border-color:var(--color-orange);color:var(--color-orange-ink);background:#fff2e8;box-shadow:0 0 0 3px #ff66001a}.property-main-column{gap:24px;min-width:0;display:grid}.property-gallery{gap:12px;display:grid}.property-gallery-viewer{border-radius:var(--radius-xl);background:#111820;position:relative;overflow:hidden}.property-gallery-viewer img,.property-gallery-viewer iframe,.property-gallery-viewer video{object-fit:cover;border:0;width:100%;height:min(64vh,680px);min-height:520px;display:block}.gallery-counter{color:#fff;background:#101820b8;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-weight:850;display:inline-flex;position:absolute;top:16px;left:16px}.property-gallery-controls{pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:50%;left:16px;right:16px;transform:translateY(-50%)}.property-gallery-controls button{pointer-events:auto}.gallery-fullscreen-trigger{width:40px;height:40px;color:var(--color-text);cursor:pointer;background:#ffffffeb;border:1px solid #ffffffb8;border-radius:999px;place-items:center;display:inline-grid;position:absolute;top:16px;right:16px;box-shadow:0 10px 24px #1018201f}.property-gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px;display:grid}.property-gallery-thumbs button{border:1px solid var(--color-line);cursor:pointer;background:#eef4f4;border-radius:14px;min-width:0;height:82px;padding:0;position:relative;overflow:hidden}.property-gallery-thumbs button.active{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff66001f}.property-gallery-thumbs img{object-fit:cover;width:100%;height:100%;min-height:0}.property-gallery-thumbs span{color:#fff;background:#101820c7;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:11px;font-weight:850;display:inline-flex;position:absolute;bottom:6px;left:6px}.property-gallery-thumbs .video-gallery-thumb:before{content:"";z-index:1;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);pointer-events:none;background:#0a121847;position:absolute;inset:0}.property-gallery-thumbs .video-gallery-thumb:after{content:"▶";z-index:2;width:34px;height:34px;color:var(--color-orange);pointer-events:none;background:#ffffffeb;border-radius:999px;place-items:center;font-size:15px;font-weight:900;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 10px 24px #1018202e}.property-gallery-thumbs .video-gallery-thumb span{z-index:3}.gallery-fullscreen{z-index:90;background:#101820eb;align-content:center;gap:14px;padding:28px;display:grid;position:fixed;inset:0}.gallery-fullscreen .property-gallery-viewer{width:100%;max-width:1180px;margin:0 auto}.gallery-fullscreen .property-gallery-viewer img,.gallery-fullscreen .property-gallery-viewer iframe,.gallery-fullscreen .property-gallery-viewer video{height:min(78vh,760px)}.gallery-close{z-index:91;position:fixed;top:24px;right:24px}.fullscreen-thumbs{grid-template-columns:repeat(auto-fit,minmax(78px,1fr));width:100%;max-width:900px;margin:0 auto}.video-tour-prompt{background:#ffffffeb;border:1px solid #fff6;border-radius:999px;align-items:center;gap:8px;padding:6px;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 16px 36px #10182029}.video-tour-prompt button{min-height:34px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-weight:820;display:inline-flex}.floating-search-actions{z-index:68;align-items:center;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.floating-search-pill{min-height:46px;color:var(--color-text);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;background:#fffffff5;border:1px solid #d6e0e3eb;border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-weight:860;transition:all .16s;display:inline-flex;box-shadow:0 18px 42px #10182024}.floating-search-pill:hover{border-color:var(--color-orange);transform:translateY(-1px);box-shadow:0 20px 52px #1018202e}.property-info-stack{gap:24px;margin:0;display:grid}.landlord-mini-profile{border:1px solid var(--color-line);color:inherit;background:#fafcfc;border-radius:16px;align-items:center;gap:12px;padding:12px;text-decoration:none;transition:all .16s;display:flex}.landlord-mini-profile:hover{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff66001a}.landlord-mini-profile span:last-child{gap:2px;display:grid}.landlord-mini-profile small{color:var(--color-muted);font-weight:780}.premium-avatar,.hilltro-avatar{color:#fff;background:linear-gradient(135deg,#2b4048,#627a81);border-radius:16px;flex:none;place-items:center;width:48px;height:48px;font-weight:920;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff47,0 10px 24px #1018201f}.hilltro-avatar:before{content:"";background:radial-gradient(circle at 30% 20%,#ffffffb8,#0000 18%),radial-gradient(circle at 68% 76%,#ff6b2185,#0000 28%);position:absolute;inset:-35%;transform:rotate(18deg)}.hilltro-avatar span{z-index:1;text-shadow:0 1px 10px #1018202e;position:relative}.hilltro-avatar.sm{border-radius:12px;width:34px;height:34px;font-size:13px}.hilltro-avatar.lg,.premium-avatar.large{border-radius:24px;width:86px;height:86px;font-size:28px}.hilltro-avatar.xl,.premium-avatar.xlarge{border-radius:30px;width:112px;height:112px;font-size:34px}.hilltro-avatar img,.premium-avatar img{object-fit:cover;width:100%;height:100%}.dashboard-profile-line{color:var(--color-muted);align-items:center;gap:12px;margin-bottom:16px;font-weight:820;display:inline-flex}.profile-settings-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.single-column-profile{grid-template-columns:1fr;max-width:920px;margin:0 auto}.profile-photo-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.danger-zone{background:linear-gradient(#fff,#fff8f7);border-color:#be31312e}.danger-zone svg{color:#be3131}.subtle-danger-zone{color:var(--color-muted);background:0 0;border-top:1px solid #be313129;gap:8px;margin-top:24px;padding-top:24px;display:grid}.subtle-danger-zone svg{width:18px;height:18px}.subtle-danger-zone h2{color:var(--color-bluegrey);margin:0;font-size:16px}.subtle-danger-zone p{max-width:680px;margin:0;font-size:14px}.destructive-text-button,.destructive-text{color:#a33a30;cursor:pointer;background:0 0;border:0;width:fit-content;font-weight:820;text-decoration:none}.destructive-text-button{padding:0;font-size:14px}.destructive-text-button:hover,.destructive-text:hover{color:#7f241d;text-decoration:underline}.save-property-action{justify-content:center;width:100%}.saved-workspace{gap:24px;max-width:1320px;margin:0 auto;display:grid}.saved-workspace>.card{min-height:170px}.saved-property-card{align-content:start;gap:10px;display:grid}.saved-search-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.offer-upload-preview{object-fit:cover;border:1px solid var(--color-line);border-radius:16px;width:min(260px,100%);max-height:220px}.success-celebration{text-align:center;position:relative;overflow:hidden}.confetti-field{pointer-events:none;position:absolute;inset:0;overflow:hidden}.confetti-field span{background:var(--color-orange);opacity:.75;border-radius:3px;width:8px;height:14px;animation:1.2s cubic-bezier(.16,1,.3,1) both confetti-fall;position:absolute;top:-18px}.confetti-field span:nth-child(3n){background:var(--color-bluegrey)}.confetti-field span:nth-child(4n){background:#ffd8be}.confetti-field span:first-child{animation-delay:20ms;left:8%}.confetti-field span:nth-child(2){animation-delay:.1s;left:15%}.confetti-field span:nth-child(3){animation-delay:40ms;left:23%}.confetti-field span:nth-child(4){animation-delay:.16s;left:31%}.confetti-field span:nth-child(5){animation-delay:80ms;left:39%}.confetti-field span:nth-child(6){animation-delay:.2s;left:47%}.confetti-field span:nth-child(7){animation-delay:50ms;left:55%}.confetti-field span:nth-child(8){animation-delay:.15s;left:63%}.confetti-field span:nth-child(9){animation-delay:90ms;left:71%}.confetti-field span:nth-child(10){animation-delay:.18s;left:79%}.confetti-field span:nth-child(11){animation-delay:30ms;left:87%}@keyframes confetti-fall{0%{transform:translateY(-20px)rotate(0)}to{opacity:0;transform:translateY(210px)rotate(260deg)}}.profile-upload-step{gap:18px;display:grid}.profile-upload-dropzone{cursor:pointer;background:#fafcfc;border:1.5px dashed #cad5d8;border-radius:22px;place-items:center;min-height:300px;padding:18px;transition:all .18s;display:grid}.profile-upload-dropzone:hover,.profile-upload-dropzone.dragging{border-color:var(--color-orange);background:#fff8f3;box-shadow:0 0 0 5px #ff660014}.profile-upload-dropzone img{aspect-ratio:1;object-fit:cover;border-radius:28px;width:min(260px,72vw);box-shadow:0 18px 46px #10182024}.profile-upload-placeholder{text-align:center;max-width:360px;color:var(--color-bluegrey);justify-items:center;gap:12px;display:grid}.profile-upload-placeholder svg{color:var(--color-orange)}.profile-upload-placeholder strong{letter-spacing:-.015em;font-size:20px}.profile-upload-placeholder span{color:var(--color-muted);line-height:1.55}.property-location-panel{border-top:1px solid var(--color-line);gap:18px;padding-top:32px;display:grid}.property-location-panel h2{letter-spacing:-.025em;margin:0;font-size:clamp(28px,4vw,40px);line-height:1.05}.landlord-profile-hero,.applicant-profile-hero{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:28px;max-width:1320px;margin:0 auto 48px;display:grid}.landlord-profile-hero h1,.applicant-profile-hero h1{letter-spacing:-.03em;margin:8px 0;font-size:clamp(44px,5vw,64px);line-height:1}.landlord-profile-hero p,.applicant-profile-hero p{max-width:780px;line-height:1.65}.applicant-message-card{gap:12px;max-width:760px;margin:24px auto 0;display:grid}.feature-pill-grid{flex-wrap:wrap;gap:10px;display:flex}.feature-pill-grid.compact{margin:18px 0}.feature-pill{border:1px solid var(--color-line);min-height:38px;color:var(--color-bluegrey);background:#fff;border-radius:999px;align-items:center;padding:0 14px;font-size:14px;font-weight:780;display:inline-flex}.description-panel{border-top:1px solid var(--color-line);gap:12px;padding-top:32px;display:grid}.description-panel h2{letter-spacing:-.025em;margin:0;font-size:clamp(32px,4vw,44px)}.description-panel p{max-width:900px;color:var(--color-bluegrey);margin:0;font-size:18px;line-height:1.75}.similar-section{max-width:1320px;margin:96px auto 0}.similar-carousel{scroll-snap-type:inline mandatory;scroll-behavior:smooth;grid-auto-columns:minmax(320px,380px);grid-auto-flow:column;gap:24px;padding-bottom:20px;display:grid;overflow-x:auto}.similar-carousel .property-card{scroll-snap-align:start}.offer-flow-card{width:min(640px,100%);min-height:440px;padding:36px}.offer-flow-card h2{font-size:clamp(30px,4vw,42px);line-height:1.05}.offer-flow-card .auth-progress{width:100%}.offer-flow-card label{color:var(--color-muted);font-weight:780}.offer-flow-card input:not([type=checkbox]),.offer-flow-card textarea{border-radius:14px;width:100%;min-height:60px;font-size:17px}.offer-flow-card textarea{min-height:140px}.checkbox-row{color:var(--color-bluegrey);align-items:flex-start;gap:12px;line-height:1.55;display:flex}.checkbox-row input{flex:none;margin-top:2px}.checkbox-row a{color:var(--color-orange-ink);font-weight:850}.feature-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.feature-choice{border:1px solid var(--color-line);min-height:52px;color:var(--color-bluegrey);cursor:pointer;background:#fff;border-radius:14px;padding:0 14px;font-weight:780;transition:all .16s}.feature-choice:hover,.feature-choice.selected{border-color:var(--color-orange);color:var(--color-orange-ink);background:#fff2e8;box-shadow:0 0 0 4px #ff66001a}.how-page{padding-bottom:96px}.how-hero{margin-bottom:32px}.journey-panel{background:radial-gradient(circle at 10% 12%,#ff66002e,#0000 28rem),radial-gradient(circle at 88% 72%,#344a522e,#0000 30rem),linear-gradient(135deg,#f8fbfb 0%,#edf7f6 48%,#fff4ed 100%);border:1px solid #cbd9ddd1;border-radius:32px;gap:40px;max-width:1320px;margin:0 auto;padding:clamp(32px,5vw,64px);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #1018201a}.journey-panel:before{content:"";filter:blur(6px);pointer-events:none;background:linear-gradient(120deg,#ff66002e,#ffffff0f,#344a5224);border-radius:999px;width:520px;height:260px;position:absolute;top:18px;right:-120px;transform:rotate(-10deg)}.journey-toggle{justify-self:start}.journey-panel h2,.journey-toggle,.journey-flow{z-index:1;position:relative}.journey-panel h2{letter-spacing:-.03em;max-width:920px;margin:0;font-size:clamp(48px,5.5vw,64px);line-height:1}.journey-flow{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.journey-step-wrap{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;height:100%;display:grid}.journey-step-wrap:last-child{grid-template-columns:1fr}.journey-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border:1px solid #d1dde0db;border-radius:22px;grid-template-rows:auto auto 1fr;align-items:start;gap:18px;height:100%;min-height:220px;padding:22px;transition:all .18s;display:grid;box-shadow:0 18px 46px #10182012}.journey-card:hover{transform:translateY(-2px);box-shadow:0 26px 56px #1018201c}.journey-card span{width:34px;height:34px;color:var(--color-orange-ink);background:#fff2e8;border-radius:999px;place-items:center;font-weight:900;display:grid}.journey-card svg{color:var(--color-orange)}.journey-card h3{letter-spacing:-.02em;align-self:end;margin:0;font-size:clamp(19px,2vw,24px);line-height:1.12}.journey-arrow{color:var(--color-muted)}.about-hero{margin-bottom:32px}.premium-about-hero p{max-width:780px;margin:0}.about-value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:1320px;margin:0 auto;display:grid}.about-value-card{border:1px solid var(--color-line);min-height:300px;box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;align-content:space-between;gap:24px;padding:26px;display:grid}.about-value-card svg{color:var(--color-orange)}.about-value-card h2{letter-spacing:-.025em;margin:0;font-size:28px;line-height:1.05}.about-value-card p{color:var(--color-muted);margin:0;line-height:1.65}.affordability-assessment-card{align-self:start}.affordability-assessment-card h2{letter-spacing:-.025em;margin:12px 0;font-size:clamp(28px,3vw,38px);line-height:1.05}.about-flow{gap:32px;max-width:1320px;margin:0 auto;display:grid}.segmented-control{border:1px solid var(--color-line);background:#fff;border-radius:16px;grid-template-columns:repeat(2,minmax(180px,1fr));gap:4px;width:fit-content;padding:4px;display:inline-grid}.segmented-control button{min-height:48px;color:var(--color-bluegrey);cursor:pointer;background:0 0;border:0;border-radius:12px;font-weight:820;transition:all .16s}.segmented-control button.active{background:var(--color-bluegrey);color:#fff}.about-flow h2{letter-spacing:-.025em;max-width:780px;margin:0;font-size:clamp(42px,5vw,56px);line-height:1}.click-flow{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.click-step-wrap{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;display:grid}.click-step-wrap:last-child{grid-template-columns:1fr}.click-step{border:1px solid var(--color-line);min-height:150px;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;align-content:space-between;gap:18px;padding:18px;display:grid}.click-step span{width:34px;height:34px;color:var(--color-orange-ink);background:#fff2e8;border-radius:999px;place-items:center;font-weight:900;display:grid}.click-step b{letter-spacing:-.015em;font-size:20px;line-height:1.18}.click-arrow{color:var(--color-muted);align-self:center}@media (width<=1100px){.home-hero,.search-layout,.premium-auth-shell,.register-typeform-shell,.property-detail,.gallery-layout,.workspace-layout,.workflow,.messenger,.offers-layout,.profile-settings-layout,.management-search-panel{grid-template-columns:1fr}.hero-composition{min-height:520px}.premium-search{grid-template-columns:1fr;position:static}.filter-location-row{grid-template-columns:1fr}.filter-location-row .search-submit{width:fit-content}.filter-controls-row{grid-template-columns:repeat(2,minmax(0,1fr))}.search-view-toolbar{flex-direction:column;align-items:stretch}.search-view-toolbar .btn{width:fit-content}.map-panel{position:static}.property-results-list{grid-template-columns:1fr}.sticky-card,.offer-aside{position:static}.home-step-flow,.home-step-flow.count-5,.home-step-wrap{grid-template-columns:1fr}.home-step-arrow{display:none}.about-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-flow,.journey-step-wrap{grid-template-columns:1fr}.journey-arrow{display:none}.click-flow,.click-step-wrap{grid-template-columns:1fr}.click-arrow{display:none}.feature-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phone-grid{grid-template-columns:1fr}}@media (width<=700px){.topbar{padding:14px 20px}.home-hero{padding-top:48px}.home-hero-copy h1{font-size:56px}.hero-composition{min-height:420px}.hero-photo-main{width:78%;height:300px;left:48px}.hero-photo-secondary{width:52%;height:190px}.search-preview,.passport-preview{width:auto;left:16px;right:16px}.featured-row{flex-direction:column;align-items:flex-start}.featured-actions{justify-content:space-between;width:100%}.see-all-link{flex:none}.carousel-heading{flex-direction:column;align-items:start}.property-carousel-shell{padding-bottom:64px}.home-journey-band{padding-block:72px}.home-step-card{min-height:150px}.stacked-info-card{grid-template-columns:1fr;min-height:auto}.about-value-grid,.property-results-list,.grid.cols-2,.grid.cols-3,.grid.cols-4,.viewing-columns,.applicant-detail,.photo-preview-grid,.managed-property,.offer-property-header,.applicant-summary,.landlord-profile-hero,.applicant-profile-hero{grid-template-columns:1fr}.property-media img{min-height:380px}.feature-choice-grid{grid-template-columns:1fr}.journey-panel h2{font-size:42px}.journey-card{min-height:150px}.similar-carousel{grid-auto-columns:minmax(280px,86vw)}.segmented-control{grid-template-columns:1fr;width:100%}.footer-nav,.site-footer{grid-template-columns:1fr}.faq-item{grid-template-columns:1fr;gap:8px}.time-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-search,.filter-controls-row{grid-template-columns:1fr}.filter-location-row .search-submit,.search-view-toolbar .btn{width:100%}.price-pair{grid-template-columns:1fr}.premium-map,.premium-map.full-map-view,.osm-property-map{min-height:420px}.map-view-overlay{border-radius:20px;padding:12px}.map-view-header{flex-direction:column;align-items:start}.map-view-header .btn{width:100%}.floating-search-actions{justify-content:center;bottom:16px;left:16px;right:16px}.floating-search-pill{flex:1;justify-content:center;padding-inline:12px}.map-actions .btn{width:100%}}@media (width<=820px){.topbar{grid-template-columns:1fr auto;align-items:center;gap:12px;min-height:76px;padding:12px 20px;display:grid}.brand img{object-fit:contain;width:auto;max-width:168px;height:36px}.mobile-menu-button{border:1px solid var(--color-line);width:44px;min-height:44px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:999px;place-items:center;transition:all .16s;display:inline-grid}.mobile-menu-button:hover,.mobile-menu-button[aria-expanded=true]{border-color:var(--color-orange);box-shadow:0 0 0 4px #ff66001a}.nav{opacity:0;background:0 0;border:0;border-radius:18px;grid-column:1/-1;gap:8px;width:100%;max-height:0;margin:0;padding:0;transition:max-height .22s,opacity .18s,transform .18s,padding .18s,border-color .18s,background .18s;display:grid;overflow:hidden;transform:translateY(-6px)}.nav.open{border:1px solid var(--color-line);opacity:1;background:#fffffffa;max-height:640px;padding:10px;transform:translateY(0);box-shadow:0 18px 40px #10182014}.nav a{border-radius:12px;justify-content:flex-start;width:100%;min-height:48px;padding:0 14px;font-size:15px}.session{display:none}.mobile-logout{border-radius:12px;justify-content:flex-start;width:100%;display:inline-flex}.equal-actions{grid-template-columns:1fr}.property-carousel{grid-auto-columns:minmax(280px,84vw);display:grid}.mobile-properties-cta{width:calc(100% - 48px);margin-inline:24px;display:inline-flex}.carousel-controls{display:flex}}@media (prefers-reduced-motion:reduce){.home-hero:before,.hero-photo{animation:none}*,:before,:after{scroll-behavior:auto!important}}
