/* HOUSE OS 1.0 — Design System */
:root{
  --hos-black:#151716;
  --hos-graphite:#282B29;
  --hos-green:#129D55;
  --hos-green-dark:#0D8246;
  --hos-green-soft:#EDF7F1;
  --hos-green-light:#98CA70;
  --hos-white:#FFFFFF;
  --hos-bg:#F6F7F5;
  --hos-line:#E2E6E3;
  --hos-text:#1C1F1D;
  --hos-muted:#6D746F;
  --hos-radius:20px;
  --hos-shadow:0 16px 45px rgba(21,28,23,.07);
}
.hos-app{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--hos-text);background:#fff}
.hos-app *{box-sizing:border-box}
.hos-app a{text-decoration:none!important}
.hos-shell{width:min(1220px,calc(100% - 40px));margin:0 auto}
.hos-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,230,227,.9)}
.hos-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.hos-brand{display:flex;align-items:center;gap:10px;color:var(--hos-black)!important}
.hos-brand strong{font-size:18px;letter-spacing:.12em}
.hos-brand-mark{position:relative;width:31px;height:28px;display:inline-block}
.hos-brand-roof{position:absolute;left:2px;top:3px;width:20px;height:20px;border-left:3px solid var(--hos-black);border-top:3px solid var(--hos-black);transform:rotate(45deg)}
.hos-brand-block{position:absolute;right:0;bottom:2px;width:10px;height:10px;background:var(--hos-green);border-radius:2px}
.hos-nav{display:flex;align-items:center;gap:23px}
.hos-nav a{color:#424844!important;font-size:12px;font-weight:720}
.hos-nav a:hover,.hos-nav a.is-active{color:var(--hos-green)!important}
.hos-header-actions{display:flex;align-items:center;gap:10px}
.hos-login{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border-radius:9px;background:var(--hos-black);color:#fff!important;font-size:12px;font-weight:800}
.hos-menu-toggle{display:none;border:0;background:transparent;font-size:23px}
.hos-mobile-nav{display:none}
.hos-main{min-height:60vh;background:#fff}
.hos-kicker,.hos-eyebrow{display:inline-block;color:var(--hos-green);font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.hos-kicker{margin-bottom:14px}
.hos-kicker-light{color:var(--hos-green-light)}
.hos-btn{min-height:49px;padding:0 19px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:830;border:1px solid transparent;transition:.2s ease}
.hos-btn:hover{transform:translateY(-2px)}
.hos-btn-primary{background:var(--hos-green);color:#fff!important}
.hos-btn-primary:hover{background:var(--hos-green-dark)}
.hos-btn-light{background:#fff;color:var(--hos-black)!important;border-color:var(--hos-line)}
.hos-btn-block{width:100%}
.hos-text-link{color:var(--hos-green)!important;font-size:12px;font-weight:800}
.hos-hero{padding:62px 0 0;background:linear-gradient(180deg,#fff 0%,#F7F9F7 100%)}
.hos-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:55px;align-items:center}
.hos-hero-copy h1{max-width:700px;margin:0;color:var(--hos-black);font-size:clamp(49px,6vw,80px);line-height:.97;letter-spacing:-.055em}
.hos-hero-copy p{max-width:650px;margin:23px 0 27px;color:var(--hos-muted);font-size:18px;line-height:1.65}
.hos-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hos-hero-links{display:flex;gap:25px;flex-wrap:wrap;margin-top:21px}
.hos-hero-links a{color:#5E665F!important;font-size:12px;font-weight:700}
.hos-hero-links span{color:var(--hos-green)}
.hos-hero-media{position:relative;min-height:570px;border-radius:27px;overflow:hidden;background:#EBEFEC;box-shadow:var(--hos-shadow)}
.hos-hero-media>img{width:100%;height:570px;object-fit:cover;display:block}
.hos-hero-fallback{height:570px;display:grid;place-items:center;color:#B7C0B9;font-size:58px;font-weight:900;letter-spacing:.1em}
.hos-hero-property{position:absolute;left:22px;right:22px;bottom:22px;padding:20px;border-radius:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);color:var(--hos-text)!important}
.hos-hero-property>span{display:block;color:var(--hos-green);font-size:9px;font-weight:900;letter-spacing:.13em}
.hos-hero-property strong{display:block;margin-top:8px;color:var(--hos-green);font-size:17px}
.hos-hero-property h2{margin:4px 0 4px;color:var(--hos-black);font-size:22px;line-height:1.12}
.hos-hero-property small{color:var(--hos-muted)}
.hos-search{position:relative;z-index:5;width:min(1040px,calc(100% - 80px));margin:-24px auto 0;padding:12px;border-radius:16px;background:#fff;border:1px solid var(--hos-line);box-shadow:0 18px 50px rgba(20,27,22,.09)}
.hos-search-tabs{display:flex;gap:5px;margin-bottom:7px}
.hos-search-tabs button,.hos-search-tabs a{display:inline-flex;align-items:center;min-height:33px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:var(--hos-muted)!important;font-size:11px;font-weight:800;cursor:pointer}
.hos-search-tabs button.is-active{background:var(--hos-green-soft);color:var(--hos-green)!important}
.hos-search-row{display:grid;grid-template-columns:1fr auto;gap:8px}
.hos-search-row>div{padding:10px 14px;border-radius:10px;background:var(--hos-bg)}
.hos-search-row label{display:block;font-size:10px;font-weight:850;color:var(--hos-black)}
.hos-search-row input{width:100%;height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:14px}
.hos-search-row>button{min-width:140px;border:0;border-radius:10px;background:var(--hos-black);color:#fff;font-size:12px;font-weight:850;cursor:pointer}
.hos-search-row>button:hover{background:var(--hos-green)}
.hos-stats{padding:64px 0 28px}
.hos-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--hos-line)}
.hos-stats-grid>div{padding:25px 20px 0;border-right:1px solid var(--hos-line)}
.hos-stats-grid>div:first-child{padding-left:0}
.hos-stats-grid>div:last-child{border-right:0}
.hos-stats-grid strong{display:block;font-size:30px;color:var(--hos-black)}
.hos-stats-grid span{font-size:11px;color:var(--hos-muted)}
.hos-section{padding:88px 0}
.hos-section-tight{padding-top:50px}
.hos-soft{background:var(--hos-bg)}
.hos-section-head{max-width:780px;margin-bottom:30px}
.hos-section-head h2,.hos-heading-row h2{margin:0;color:var(--hos-black);font-size:clamp(38px,4.7vw,58px);line-height:1;letter-spacing:-.045em}
.hos-section-head p{margin:13px 0 0;color:var(--hos-muted);font-size:15px;line-height:1.6}
.hos-heading-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.hos-paths{background:var(--hos-bg)}
.hos-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.hos-path-card{min-height:280px;padding:23px;border:1px solid var(--hos-line);border-radius:18px;background:#fff;color:var(--hos-text)!important;display:flex;flex-direction:column;transition:.22s ease}
.hos-path-card:hover{transform:translateY(-4px);box-shadow:var(--hos-shadow)}
.hos-path-card>span{font-size:10px;font-weight:900;color:var(--hos-green)}
.hos-path-card h3{margin:62px 0 10px;color:var(--hos-black);font-size:23px;line-height:1.08}
.hos-path-card p{margin:0;color:var(--hos-muted);font-size:13px;line-height:1.55}
.hos-path-card b{margin-top:auto;padding-top:18px;color:var(--hos-green);font-size:11px}
.hos-path-card-accent{background:var(--hos-green);border-color:var(--hos-green);color:#fff!important}
.hos-path-card-accent>span,.hos-path-card-accent h3,.hos-path-card-accent b{color:#fff}
.hos-path-card-accent p{color:rgba(255,255,255,.82)}
.hos-property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hos-property-card{background:#fff}
.hos-property-media{display:block;aspect-ratio:1.35/1;border-radius:15px;overflow:hidden;background:var(--hos-bg)}
.hos-property-media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.hos-property-card:hover .hos-property-media img{transform:scale(1.03)}
.hos-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#B7C0B9;font-weight:900;letter-spacing:.12em}
.hos-property-body{padding:13px 2px 18px;border-bottom:1px solid var(--hos-line)}
.hos-property-location{font-size:10px;color:var(--hos-muted)}
.hos-property-body h3{margin:6px 0 8px;font-size:17px;line-height:1.28}
.hos-property-body h3 a{color:var(--hos-black)!important}
.hos-property-price{color:var(--hos-green);font-size:15px;font-weight:850}
.hos-dark{background:var(--hos-graphite);color:#fff}
.hos-network-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}
.hos-network-grid>div:first-child h2{margin:0;color:#fff;font-size:clamp(40px,5vw,62px);line-height:1;letter-spacing:-.05em}
.hos-network-grid>div:first-child p{max-width:580px;margin:20px 0 25px;color:#BDC6C0;font-size:16px;line-height:1.7}
.hos-agency-list{display:grid;gap:10px}
.hos-agency-card{display:grid;grid-template-columns:72px 1fr;gap:15px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.025)}
.hos-agency-logo{width:72px;height:72px;border-radius:11px;background:#fff;display:grid;place-items:center;overflow:hidden}
.hos-agency-logo img{width:100%;height:100%;object-fit:contain;padding:6px}
.hos-agency-logo span{font-size:25px;font-weight:900;color:var(--hos-green)}
.hos-agency-card h3{margin:5px 0 3px;font-size:16px}
.hos-agency-card h3 a{color:#fff!important}
.hos-agency-card p{margin:0 0 5px;color:#97A19B;font-size:11px}
.hos-eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.hos-eco-card{position:relative;min-height:245px;padding:21px;border:1px solid var(--hos-line);border-radius:18px;background:#fff;color:var(--hos-text)!important}
.hos-eco-card:hover{background:var(--hos-bg)}
.hos-eco-card small{color:var(--hos-green);font-size:9px;font-weight:900;letter-spacing:.13em}
.hos-eco-card h3{margin:72px 0 9px;font-size:22px;color:var(--hos-black)}
.hos-eco-card p{margin:0;color:var(--hos-muted);font-size:12px;line-height:1.55}
.hos-eco-card>span{position:absolute;right:19px;top:18px;color:var(--hos-green);font-size:18px}
.hos-eco-card-green{background:var(--hos-green);border-color:var(--hos-green);color:#fff!important}
.hos-eco-card-green small,.hos-eco-card-green h3,.hos-eco-card-green>span{color:#fff}
.hos-eco-card-green p{color:rgba(255,255,255,.82)}
.hos-final{padding:0 0 88px}
.hos-final-card{display:flex;align-items:end;justify-content:space-between;gap:40px;padding:40px;border:1px solid var(--hos-line);border-radius:22px;background:var(--hos-bg)}
.hos-final-card h2{max-width:760px;margin:0;color:var(--hos-black);font-size:clamp(34px,4vw,50px);line-height:1;letter-spacing:-.04em}
.hos-final-card p{max-width:680px;margin:12px 0 0;color:var(--hos-muted)}
.hos-final-actions{display:flex;gap:10px;flex-wrap:wrap}
.hos-page-hero{padding:80px 0 65px;background:#fff;border-bottom:1px solid var(--hos-line)}
.hos-page-hero-soft{background:var(--hos-bg)}
.hos-page-hero h1{max-width:900px;margin:0;color:var(--hos-black);font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-.055em}
.hos-page-hero p{max-width:730px;margin:20px 0 0;color:var(--hos-muted);font-size:17px;line-height:1.65}
.hos-page-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end}
.hos-hero-aside{border-top:1px solid var(--hos-line);padding-top:16px}
.hos-hero-aside strong{font-size:11px;color:var(--hos-green);letter-spacing:.13em}
.hos-hero-aside p{font-size:14px}
.hos-filter-bar{display:grid;grid-template-columns:1fr 220px auto;gap:9px;margin-bottom:30px}
.hos-filter-bar input,.hos-filter-bar select{height:48px;border:1px solid var(--hos-line);border-radius:10px;padding:0 13px;background:#fff}
.hos-filter-bar button{border:0;border-radius:10px;padding:0 20px;background:var(--hos-black);color:#fff;font-weight:800}
.hos-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.hos-project-card{border:1px solid var(--hos-line);border-radius:18px;overflow:hidden;background:#fff}
.hos-project-media{display:block;aspect-ratio:1.45/1;background:var(--hos-bg)}
.hos-project-media img{width:100%;height:100%;object-fit:cover}
.hos-project-body{padding:18px}
.hos-project-body h3{margin:7px 0 14px;font-size:20px}
.hos-project-body h3 a{color:var(--hos-black)!important}
.hos-empty{padding:45px;border:1px dashed var(--hos-line);border-radius:18px;text-align:center}
.hos-empty h3{font-size:28px;margin:0 0 8px}
.hos-empty p{color:var(--hos-muted);margin:0 0 20px}
.hos-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hos-process-card{min-height:200px;padding:22px;border:1px solid var(--hos-line);border-radius:16px}
.hos-process-card>span{font-size:10px;color:var(--hos-green);font-weight:900}
.hos-process-card h3{margin:45px 0 9px;font-size:21px}
.hos-process-card p{margin:0;color:var(--hos-muted);font-size:13px;line-height:1.55}
.hos-form-layout{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}
.hos-form-layout h2{margin:0;font-size:46px;line-height:1;letter-spacing:-.04em}
.hos-form-layout>div:first-child p{color:var(--hos-muted)}
.hos-form-card{padding:25px;border:1px solid var(--hos-line);border-radius:18px;background:#fff;display:grid;gap:10px}
.hos-franchise-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}
.hos-franchise-panel{padding:30px;border-radius:20px;background:var(--hos-graphite);color:#fff}
.hos-franchise-panel small{color:var(--hos-green-light);font-weight:900;letter-spacing:.15em}
.hos-franchise-panel strong{display:block;margin-top:60px;font-size:31px;line-height:1.05}
.hos-franchise-panel p{color:#C2CAC5}
.hos-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hos-benefit-card{min-height:190px;padding:22px;border:1px solid var(--hos-line);border-radius:16px}
.hos-benefit-card h3{margin:45px 0 8px;font-size:20px}
.hos-benefit-card p{margin:0;color:var(--hos-muted);font-size:13px;line-height:1.55}
.hos-callout{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-top:45px;padding:34px;border-radius:20px;background:var(--hos-bg);border:1px solid var(--hos-line)}
.hos-callout h2{max-width:700px;margin:0;font-size:38px;line-height:1.02}
.hos-professional-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hos-professional-card{min-height:280px;padding:23px;border:1px solid var(--hos-line);border-radius:18px;color:var(--hos-text)!important}
.hos-professional-card>span{font-size:10px;color:var(--hos-green);font-weight:900}
.hos-professional-card h3{margin:70px 0 10px;font-size:23px}
.hos-professional-card p{color:var(--hos-muted);font-size:13px}
.hos-professional-card-accent{background:var(--hos-green);border-color:var(--hos-green);color:#fff!important}
.hos-professional-card-accent>span,.hos-professional-card-accent h3{color:#fff}
.hos-professional-card-accent p{color:rgba(255,255,255,.8)}
.hos-directory-state{margin-bottom:48px}
.hos-directory-state-head{display:flex;justify-content:space-between;gap:25px;align-items:end;padding-bottom:12px;margin-bottom:18px;border-bottom:1px solid var(--hos-line)}
.hos-directory-state-head small{color:var(--hos-green);font-weight:900;letter-spacing:.13em}
.hos-directory-state-head h2{margin:3px 0 0;font-size:31px}
.hos-directory-state-head>span{font-size:11px;color:var(--hos-muted)}
.hos-agency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hos-agency-grid .hos-agency-card{border-color:var(--hos-line);background:#fff}
.hos-agency-grid .hos-agency-card h3 a{color:var(--hos-black)!important}
.hos-agency-grid .hos-agency-card p{color:var(--hos-muted)}
.hos-footer{padding:60px 0 22px;background:var(--hos-black);color:#fff}
.hos-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}
.hos-footer-brand{font-size:22px;font-weight:900;letter-spacing:.15em}
.hos-footer p{max-width:280px;color:#9FA8A2;font-size:13px}
.hos-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}
.hos-footer-grid strong{font-size:11px;margin-bottom:5px}
.hos-footer-grid a{color:#AAB3AD!important;font-size:12px}
.hos-footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:45px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#707A74;font-size:10px}
.hos-login-page{min-height:65vh;display:grid;place-items:center;padding:70px 20px;background:var(--hos-bg)}
.hos-login-card{width:min(520px,100%);padding:38px;border-radius:22px;background:#fff;border:1px solid var(--hos-line);box-shadow:var(--hos-shadow)}
.hos-login-card h1{margin:0;font-size:42px;line-height:1;letter-spacing:-.04em}
.hos-login-card p{color:var(--hos-muted);line-height:1.6}
.hos-dashboard{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 74px);background:var(--hos-bg)}
.hos-sidebar{padding:25px;background:#fff;border-right:1px solid var(--hos-line)}
.hos-sidebar-user{display:flex;align-items:center;gap:11px;padding-bottom:20px;border-bottom:1px solid var(--hos-line)}
.hos-avatar{width:42px;height:42px;border-radius:12px;background:var(--hos-green);color:#fff;display:grid;place-items:center;font-weight:900}
.hos-sidebar-user strong{display:block;font-size:12px}
.hos-sidebar-user span{font-size:10px;color:var(--hos-muted)}
.hos-sidebar nav{display:grid;gap:5px;margin-top:20px}
.hos-sidebar nav a{padding:11px 12px;border-radius:9px;color:#515853!important;font-size:12px;font-weight:700}
.hos-sidebar nav a:hover,.hos-sidebar nav a.is-active{background:var(--hos-green-soft);color:var(--hos-green)!important}
.hos-dashboard-main{padding:40px}
.hos-dashboard-head{display:flex;justify-content:space-between;gap:25px;align-items:end}
.hos-dashboard-head h1{margin:0;font-size:46px;letter-spacing:-.045em}
.hos-dashboard-head p{color:var(--hos-muted)}
.hos-dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}
.hos-dashboard-stats>div{padding:20px;border-radius:14px;background:#fff;border:1px solid var(--hos-line)}
.hos-dashboard-stats strong{display:block;font-size:14px}
.hos-dashboard-stats span{display:block;margin-top:5px;color:var(--hos-muted);font-size:11px}
.hos-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.hos-dashboard-panel{padding:24px;border-radius:16px;background:#fff;border:1px solid var(--hos-line)}
.hos-dashboard-panel h2{margin:0 0 15px;font-size:22px}
.hos-dashboard-panel>a{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--hos-line);color:var(--hos-text)!important;font-size:12px;font-weight:700}
.hos-dashboard-panel-dark{background:var(--hos-graphite);color:#fff}
.hos-dashboard-panel-dark h2{font-size:31px;line-height:1.05}
.hos-dashboard-panel-dark p{color:#B8C1BB}
.hos-micro-hero{padding:75px 0;background:var(--hos-bg)}
.hos-micro-grid{display:grid;grid-template-columns:220px 1fr;gap:45px;align-items:center}
.hos-micro-logo{width:220px;height:220px;border-radius:24px;background:#fff;border:1px solid var(--hos-line);display:grid;place-items:center;overflow:hidden}
.hos-micro-logo img{width:100%;height:100%;object-fit:contain;padding:20px}
.hos-micro-logo span{font-size:70px;font-weight:900;color:var(--hos-green)}
.hos-micro-copy h1{margin:0;font-size:clamp(48px,6vw,76px);line-height:1;letter-spacing:-.05em}
.hos-micro-state{color:var(--hos-muted);font-size:17px}
.hos-micro-about{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.hos-micro-about h2{margin:0;font-size:43px;line-height:1}
.hos-micro-about>div:last-child p{margin:0;color:var(--hos-muted);font-size:16px;line-height:1.75}
@media(max-width:1080px){
 .hos-nav{display:none}
 .hos-menu-toggle{display:block}
 .hos-mobile-nav{position:fixed;top:74px;left:0;right:0;z-index:998;padding:16px 20px;background:#fff;border-bottom:1px solid var(--hos-line);box-shadow:var(--hos-shadow)}
 .hos-mobile-nav.is-open{display:grid}
 .hos-mobile-nav a{padding:10px 0;color:var(--hos-text)!important;font-size:13px;font-weight:750}
 .hos-hero-grid,.hos-network-grid,.hos-page-hero-grid,.hos-franchise-grid,.hos-form-layout{grid-template-columns:1fr}
 .hos-path-grid,.hos-eco-grid,.hos-professional-grid{grid-template-columns:1fr 1fr}
 .hos-property-grid,.hos-project-grid,.hos-agency-grid{grid-template-columns:1fr 1fr}
 .hos-dashboard{grid-template-columns:1fr}
 .hos-sidebar{display:none}
}
@media(max-width:700px){
 .hos-shell{width:min(100% - 24px,1220px)}
 .hos-header-inner{height:66px}
 .hos-hero{padding-top:44px}
 .hos-hero-copy h1{font-size:47px}
 .hos-hero-copy p{font-size:16px}
 .hos-hero-media,.hos-hero-media>img,.hos-hero-fallback{min-height:420px;height:420px}
 .hos-search{width:calc(100% - 24px);margin-top:-18px}
 .hos-search-row{grid-template-columns:1fr}
 .hos-search-row>button{min-height:47px}
 .hos-stats-grid{grid-template-columns:1fr 1fr}
 .hos-stats-grid>div{padding:18px 10px;border-right:0;border-bottom:1px solid var(--hos-line)}
 .hos-section{padding:66px 0}
 .hos-heading-row{display:block}
 .hos-heading-row>a{display:inline-block;margin-top:12px}
 .hos-path-grid,.hos-eco-grid,.hos-professional-grid,.hos-property-grid,.hos-project-grid,.hos-agency-grid,.hos-process-grid,.hos-benefit-grid{grid-template-columns:1fr}
 .hos-final-card,.hos-callout{display:block;padding:26px}
 .hos-final-actions{margin-top:22px}
 .hos-footer-grid{grid-template-columns:1fr 1fr}
 .hos-footer-bottom{display:block}
 .hos-dashboard-main{padding:24px 14px}
 .hos-dashboard-head{display:block}
 .hos-dashboard-head>.hos-btn{margin-top:15px}
 .hos-dashboard-stats{grid-template-columns:1fr 1fr}
 .hos-dashboard-grid{grid-template-columns:1fr}
 .hos-micro-grid,.hos-micro-about{grid-template-columns:1fr}
 .hos-micro-logo{width:150px;height:150px}
}

/* HOUSE OS 1.1 — Microsite Builder */
.hos-microsite{--hos-micro-accent:var(--hos-green)}
.hos-micro-hero-v2{
  min-height:560px;background:linear-gradient(135deg,#202421,#323833);
  background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff
}
.hos-micro-hero-inner{padding-top:110px;padding-bottom:70px}
.hos-micro-brand{display:grid;grid-template-columns:150px 1fr;gap:30px;align-items:end}
.hos-micro-logo-v2{width:150px;height:150px;border-radius:24px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.hos-micro-logo-v2 img{width:100%;height:100%;object-fit:contain;padding:14px}
.hos-micro-logo-v2 span{font-size:55px;font-weight:900;color:var(--hos-micro-accent)}
.hos-micro-hero-v2 h1{margin:0;color:#fff;font-size:clamp(50px,6vw,78px);line-height:.96;letter-spacing:-.055em}
.hos-micro-tagline{max-width:690px;margin:14px 0 4px;font-size:18px;color:#E6ECE8}
.hos-micro-hero-v2 .hos-btn-primary{background:var(--hos-micro-accent)}
.hos-micro-services{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hos-micro-service{min-height:170px;padding:22px;border-radius:16px;background:#fff;border:1px solid var(--hos-line)}
.hos-micro-service>span{font-size:10px;color:var(--hos-micro-accent);font-weight:900}
.hos-micro-service h3{margin:60px 0 0;font-size:20px}

.hos-builder{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:calc(100vh - 74px);background:var(--hos-bg)}
.hos-builder-sidebar{position:sticky;top:74px;height:calc(100vh - 74px);padding:28px 22px;background:#fff;border-right:1px solid var(--hos-line);display:flex;flex-direction:column}
.hos-builder-sidebar h2{margin:0;font-size:29px;letter-spacing:-.035em}
.hos-builder-sidebar p{color:var(--hos-muted);font-size:12px;line-height:1.5}
.hos-builder-sidebar nav{display:grid;gap:4px;margin-top:24px}
.hos-builder-sidebar nav a{padding:10px 11px;border-radius:8px;color:#4D544F!important;font-size:12px;font-weight:720}
.hos-builder-sidebar nav a:hover{background:var(--hos-green-soft);color:var(--hos-green)!important}
.hos-builder-sidebar>.hos-btn{margin-top:auto}
.hos-builder-main{padding:42px;max-width:1120px;width:100%}
.hos-builder-head{margin-bottom:24px}
.hos-builder-head h1{margin:0;font-size:44px;line-height:1;letter-spacing:-.045em}
.hos-builder-head p{margin:7px 0 0;color:var(--hos-muted);font-size:12px}
.hos-notice{padding:13px 15px;border-radius:10px;margin-bottom:18px;font-size:12px;font-weight:700}
.hos-notice-success{background:#EAF7EF;color:#0D8246;border:1px solid #BCE2CA}
.hos-notice-error{background:#FFF0F0;color:#A32929;border:1px solid #F2C0C0}
.hos-agency-switcher{display:grid;grid-template-columns:180px 1fr;gap:12px;align-items:center;margin-bottom:18px;padding:14px;background:#fff;border:1px solid var(--hos-line);border-radius:12px}
.hos-agency-switcher label{font-size:11px;font-weight:800}
.hos-agency-switcher select{height:42px;border:1px solid var(--hos-line);border-radius:8px;padding:0 10px;background:#fff}
.hos-builder-form{display:grid;gap:16px}
.hos-builder-section{background:#fff;border:1px solid var(--hos-line);border-radius:18px;padding:24px}
.hos-builder-section-head{display:grid;grid-template-columns:45px 1fr;gap:12px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--hos-line)}
.hos-builder-section-head>span{width:34px;height:34px;border-radius:10px;background:var(--hos-green-soft);color:var(--hos-green);display:grid;place-items:center;font-size:10px;font-weight:900}
.hos-builder-section-head h2{margin:0;font-size:22px}
.hos-builder-section-head p{margin:4px 0 0;color:var(--hos-muted);font-size:11px}
.hos-builder-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hos-builder-field{display:flex;flex-direction:column;gap:7px}
.hos-builder-field-full{grid-column:1/-1}
.hos-builder-field label{font-size:11px;font-weight:800;color:#373C38}
.hos-builder-field input[type="text"],.hos-builder-field textarea{
  width:100%;border:1px solid var(--hos-line);border-radius:10px;padding:12px 13px;background:#fff;font-size:13px
}
.hos-builder-field textarea{resize:vertical;line-height:1.6}
.hos-builder-field input:focus,.hos-builder-field textarea:focus{outline:0;border-color:var(--hos-green);box-shadow:0 0 0 3px rgba(18,157,85,.08)}
.hos-builder-field small{color:var(--hos-muted);font-size:10px;line-height:1.4}
.hos-builder-field input[type="color"]{width:72px;height:48px;padding:4px;border:1px solid var(--hos-line);border-radius:10px;background:#fff}
.hos-slug-field{display:grid;grid-template-columns:auto 1fr;border:1px solid var(--hos-line);border-radius:10px;overflow:hidden}
.hos-slug-field>span{padding:12px;background:var(--hos-bg);font-size:11px;color:var(--hos-muted);white-space:nowrap}
.hos-slug-field input{border:0!important;border-radius:0!important}
.hos-media-preview{margin-top:7px}
.hos-media-preview img{max-width:260px;max-height:150px;border-radius:10px;border:1px solid var(--hos-line)}
.hos-services-editor{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hos-services-editor input{height:44px;border:1px solid var(--hos-line);border-radius:9px;padding:0 12px}
.hos-builder-save{position:sticky;bottom:12px;z-index:8;display:flex;justify-content:space-between;gap:25px;align-items:center;padding:16px 18px;border-radius:14px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border:1px solid var(--hos-line);box-shadow:0 14px 35px rgba(20,28,22,.10)}
.hos-builder-save strong{display:block;font-size:11px}
.hos-builder-save span{display:block;margin-top:2px;color:var(--hos-muted);font-size:10px}
@media(max-width:980px){
  .hos-builder{grid-template-columns:1fr}
  .hos-builder-sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--hos-line)}
  .hos-builder-sidebar nav{display:flex;overflow:auto}
  .hos-builder-sidebar>.hos-btn{margin-top:16px}
  .hos-micro-services{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .hos-builder-main{padding:24px 12px}
  .hos-builder-fields,.hos-services-editor{grid-template-columns:1fr}
  .hos-builder-field-full{grid-column:auto}
  .hos-slug-field{grid-template-columns:1fr}
  .hos-slug-field>span{white-space:normal}
  .hos-builder-save{display:block}
  .hos-builder-save .hos-btn{width:100%;margin-top:12px}
  .hos-micro-brand{grid-template-columns:1fr}
  .hos-micro-logo-v2{width:110px;height:110px}
  .hos-micro-services{grid-template-columns:1fr}
}

/* HOUSE OS 1.2 — Mi House Dashboard Real */
.hos-dashboard-v2{
  min-height:calc(100vh - 74px);
  display:grid;
  grid-template-columns:248px minmax(0,1fr);
  background:#F5F7F5
}
.hos-dash-sidebar{
  position:sticky;top:74px;height:calc(100vh - 74px);
  padding:22px 16px;background:#fff;border-right:1px solid var(--hos-line);
  display:flex;flex-direction:column;z-index:20
}
.hos-dash-user{display:flex;align-items:center;gap:11px;padding:4px 6px 20px;border-bottom:1px solid var(--hos-line)}
.hos-dash-avatar{
  width:43px;height:43px;border-radius:13px;display:grid;place-items:center;
  background:var(--hos-black);color:#fff;font-size:13px;font-weight:900
}
.hos-dash-user strong{display:block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.hos-dash-user span{display:block;margin-top:3px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--hos-muted);font-size:9px}
.hos-dash-nav{display:grid;gap:3px;margin-top:17px}
.hos-dash-nav>a{
  min-height:42px;padding:0 11px;border-radius:9px;display:flex;align-items:center;gap:10px;
  color:#535B55!important;font-size:11px;font-weight:750
}
.hos-dash-nav>a:hover,.hos-dash-nav>a.is-active{background:var(--hos-green-soft);color:var(--hos-green)!important}
.hos-dash-nav-icon{width:20px;text-align:center;font-size:14px}
.hos-dash-nav-label{padding:19px 10px 5px;color:#A0A7A2;font-size:8px;font-weight:900;letter-spacing:.14em}
.hos-dash-sidebar-footer{margin-top:auto;padding:15px 8px 0;border-top:1px solid var(--hos-line);display:grid;gap:7px}
.hos-dash-sidebar-footer a{color:var(--hos-muted)!important;font-size:10px;font-weight:700}
.hos-dash-content{min-width:0;padding:38px 42px 70px}
.hos-dash-mobile-head{display:none}
.hos-dash-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}
.hos-dash-head h1{margin:0;color:var(--hos-black);font-size:clamp(38px,4.5vw,56px);line-height:.98;letter-spacing:-.05em}
.hos-dash-head p{max-width:670px;margin:9px 0 0;color:var(--hos-muted);font-size:13px}
.hos-dash-head-actions{display:flex;gap:8px;flex-wrap:wrap}
.hos-dash-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:14px}
.hos-dash-metric{min-height:128px;padding:18px;border-radius:14px;background:#fff;border:1px solid var(--hos-line)}
.hos-dash-metric>span{font-size:8px;font-weight:900;letter-spacing:.13em;color:var(--hos-muted)}
.hos-dash-metric strong{display:block;margin-top:15px;color:var(--hos-black);font-size:32px;line-height:1}
.hos-dash-metric small{display:block;margin-top:7px;color:#919891;font-size:9px}
.hos-dash-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:14px}
.hos-dash-panel{padding:20px;border-radius:15px;background:#fff;border:1px solid var(--hos-line)}
.hos-dash-panel-dark{background:var(--hos-graphite);border-color:var(--hos-graphite);color:#fff}
.hos-dash-panel-dark h2{color:#fff}
.hos-dash-panel-dark p{color:#B5BFB8}
.hos-dash-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:14px}
.hos-dash-panel-head h2{margin:0;font-size:17px}
.hos-dash-panel-head p{margin:4px 0 0;color:var(--hos-muted);font-size:10px}
.hos-dash-panel-head>a{color:var(--hos-green)!important;font-size:10px;font-weight:800}
.hos-dash-property-list{display:grid}
.hos-dash-property-row{
  display:grid;grid-template-columns:52px minmax(0,1fr) auto 20px;gap:11px;align-items:center;
  padding:10px 0;border-bottom:1px solid var(--hos-line);color:var(--hos-text)!important
}
.hos-dash-property-row:last-child{border-bottom:0}
.hos-dash-property-thumb{width:52px;height:48px;border-radius:9px;background:var(--hos-bg);overflow:hidden;display:grid;place-items:center}
.hos-dash-property-thumb img{width:100%;height:100%;object-fit:cover}
.hos-dash-property-thumb span{font-weight:900;color:var(--hos-green)}
.hos-dash-property-copy strong{display:block;font-size:11px}
.hos-dash-property-copy span{display:block;margin-top:3px;color:var(--hos-muted);font-size:9px}
.hos-dash-property-price{font-size:10px;font-weight:850;color:var(--hos-green)}
.hos-dash-property-arrow{color:#A7AEA8}
.hos-dash-quick{display:grid}
.hos-dash-quick a{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--hos-line);color:var(--hos-text)!important;font-size:11px;font-weight:750}
.hos-dash-quick b{color:var(--hos-green)}
.hos-dash-franchise-banner{
  margin-top:14px;padding:24px;border-radius:16px;background:var(--hos-graphite);color:#fff;
  display:flex;justify-content:space-between;gap:30px;align-items:center
}
.hos-dash-franchise-banner h2{margin:0;color:#fff;font-size:28px}
.hos-dash-franchise-banner p{margin:7px 0 0;color:#B9C2BC;font-size:11px}
.hos-dash-franchise-banner>div:last-child{display:flex;gap:8px;flex-wrap:wrap}
.hos-dash-empty-small{padding:28px 8px;color:var(--hos-muted)}
.hos-dash-empty-small strong{display:block;color:var(--hos-black);font-size:12px}
.hos-dash-empty-small p{font-size:10px}
.hos-dash-integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hos-dash-integration-grid-4{grid-template-columns:repeat(4,1fr)}
.hos-dash-integration-card{
  min-height:240px;padding:22px;border-radius:16px;background:#fff;border:1px solid var(--hos-line)
}
.hos-dash-integration-card h2{margin:65px 0 8px;font-size:23px}
.hos-dash-integration-card p{color:var(--hos-muted);font-size:12px;line-height:1.55}
.hos-dash-integration-icon{font-size:23px;color:var(--hos-green)}
.hos-dash-integration-dark{background:var(--hos-graphite);border-color:var(--hos-graphite);color:#fff}
.hos-dash-integration-dark h2{margin-top:54px;color:#fff}
.hos-dash-integration-dark p{color:#BBC4BE}
.hos-dash-property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.hos-dash-property-card{border-radius:14px;background:#fff;border:1px solid var(--hos-line);overflow:hidden}
.hos-dash-property-card-media{display:block;position:relative;aspect-ratio:1.4/1;background:var(--hos-bg)}
.hos-dash-property-card-media img{width:100%;height:100%;object-fit:cover}
.hos-dash-property-card-media>span{position:absolute;left:10px;top:10px;padding:5px 7px;border-radius:999px;background:rgba(20,23,21,.75);color:#fff;font-size:7px;font-weight:900;letter-spacing:.08em}
.hos-dash-property-card-body{padding:14px}
.hos-dash-property-card-body small{color:var(--hos-muted);font-size:8px}
.hos-dash-property-card-body h3{margin:5px 0 8px;font-size:14px;line-height:1.25}
.hos-dash-property-card-body strong{display:block;color:var(--hos-green);font-size:12px}
.hos-dash-property-card-body a{display:inline-block;margin-top:12px;color:var(--hos-black)!important;font-size:9px;font-weight:800}
.hos-dash-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.hos-dash-project-card{border-radius:14px;background:#fff;border:1px solid var(--hos-line);overflow:hidden}
.hos-dash-project-media{display:block;aspect-ratio:1.5/1;background:var(--hos-bg)}
.hos-dash-project-media img{width:100%;height:100%;object-fit:cover}
.hos-dash-project-body{padding:14px}
.hos-dash-project-body h3{margin:6px 0 13px;font-size:15px}
.hos-dash-project-body a{color:var(--hos-green)!important;font-size:9px;font-weight:800}
.hos-dash-empty-large{padding:60px 30px;border:1px dashed #D6DBD7;border-radius:16px;background:#fff;text-align:center}
.hos-dash-empty-large>span{display:block;margin-bottom:13px;color:var(--hos-green);font-size:28px}
.hos-dash-empty-large h2{margin:0;font-size:26px}
.hos-dash-empty-large p{max-width:570px;margin:10px auto 18px;color:var(--hos-muted);font-size:11px;line-height:1.6}
.hos-dash-module-card{
  min-height:240px;padding:22px;border-radius:16px;background:#fff;border:1px solid var(--hos-line);
  display:flex;flex-direction:column;color:var(--hos-text)!important
}
.hos-dash-module-card>span{font-size:9px;font-weight:900;color:var(--hos-green)}
.hos-dash-module-card h3{margin:68px 0 8px;font-size:21px}
.hos-dash-module-card p{margin:0;color:var(--hos-muted);font-size:11px;line-height:1.5}
.hos-dash-module-card b{margin-top:auto;padding-top:15px;color:var(--hos-green);font-size:9px}
.hos-dash-module-card-dark{background:var(--hos-graphite);border-color:var(--hos-graphite);color:#fff!important}
.hos-dash-module-card-dark h3,.hos-dash-module-card-dark b,.hos-dash-module-card-dark>span{color:#fff}
.hos-dash-module-card-dark p{color:#B9C1BC}
.hos-dash-training{display:grid;grid-template-columns:1.2fr .8fr;border-radius:18px;overflow:hidden;border:1px solid var(--hos-line)}
.hos-dash-training-main{padding:38px;background:#fff}
.hos-dash-training-main h2{max-width:620px;margin:0;font-size:39px;line-height:1;letter-spacing:-.04em}
.hos-dash-training-main p{max-width:580px;color:var(--hos-muted);font-size:12px;line-height:1.6}
.hos-dash-training-side{padding:25px;background:var(--hos-bg);display:grid;gap:10px}
.hos-dash-training-side>div{padding:17px;border-radius:12px;background:#fff}
.hos-dash-training-side strong{display:block;font-size:11px}
.hos-dash-training-side span{display:block;margin-top:4px;color:var(--hos-muted);font-size:9px}
.hos-dash-franchise-card{display:grid;grid-template-columns:220px 1fr;gap:30px;padding:28px;border-radius:18px;background:#fff;border:1px solid var(--hos-line)}
.hos-dash-franchise-logo{width:220px;height:220px;border-radius:18px;background:var(--hos-bg);display:grid;place-items:center;overflow:hidden}
.hos-dash-franchise-logo img{width:100%;height:100%;object-fit:contain;padding:17px}
.hos-dash-franchise-logo span{font-size:65px;font-weight:900;color:var(--hos-green)}
.hos-dash-franchise-info{align-self:center}
.hos-dash-franchise-info h2{margin:6px 0 5px;font-size:35px}
.hos-dash-franchise-info p{color:var(--hos-muted)}
.hos-dash-franchise-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.hos-dash-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.hos-dash-team-card{padding:16px;border-radius:14px;background:#fff;border:1px solid var(--hos-line)}
.hos-dash-team-photo{width:68px;height:68px;border-radius:15px;background:var(--hos-bg);display:grid;place-items:center;overflow:hidden}
.hos-dash-team-photo img{width:100%;height:100%;object-fit:cover}
.hos-dash-team-photo span{color:var(--hos-green);font-weight:900}
.hos-dash-team-card h3{margin:14px 0 5px;font-size:14px}
.hos-dash-team-card p,.hos-dash-team-card small{display:block;margin:0;color:var(--hos-muted);font-size:8px}
.hos-dash-team-card a{display:inline-block;margin-top:12px;color:var(--hos-green)!important;font-size:9px;font-weight:800}
.hos-dash-network-list{display:grid}
.hos-dash-network-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 0;border-bottom:1px solid var(--hos-line)}
.hos-dash-network-row strong{display:block;font-size:11px}
.hos-dash-network-row span{display:block;margin-top:2px;color:var(--hos-muted);font-size:9px}
.hos-dash-network-row a{color:var(--hos-green)!important;font-size:9px;font-weight:800}
.hos-dash-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hos-dash-account-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--hos-line);font-size:10px}
.hos-dash-account-row span{color:var(--hos-muted)}
.hos-dash-account-row strong{text-align:right}
.hos-login-page-v2{background:linear-gradient(180deg,#F6F8F6,#fff)}
.hos-login-card-v2{max-width:560px}
@media(max-width:1120px){
  .hos-dashboard-v2{grid-template-columns:1fr}
  .hos-dash-sidebar{position:fixed;left:-280px;top:66px;width:260px;height:calc(100vh - 66px);transition:.22s ease;box-shadow:0 20px 50px rgba(0,0,0,.15)}
  .hos-dash-sidebar.is-open{left:0}
  .hos-dash-content{padding:24px 18px 60px}
  .hos-dash-mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
  .hos-dash-mobile-head strong{display:block;font-size:16px}
  .hos-dash-menu-toggle{border:1px solid var(--hos-line);border-radius:9px;background:#fff;padding:9px 12px;font-size:10px;font-weight:800}
  .hos-dash-integration-grid-4{grid-template-columns:1fr 1fr}
  .hos-dash-team-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .hos-dash-metrics{grid-template-columns:1fr 1fr}
  .hos-dash-layout{grid-template-columns:1fr}
  .hos-dash-property-grid,.hos-dash-project-grid{grid-template-columns:1fr 1fr}
  .hos-dash-integration-grid{grid-template-columns:1fr}
  .hos-dash-training{grid-template-columns:1fr}
  .hos-dash-team-grid{grid-template-columns:1fr 1fr}
  .hos-dash-account-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .hos-dash-content{padding:20px 12px 50px}
  .hos-dash-head{display:block}
  .hos-dash-head-actions{margin-top:14px}
  .hos-dash-head h1{font-size:38px}
  .hos-dash-metrics{grid-template-columns:1fr 1fr}
  .hos-dash-property-row{grid-template-columns:46px 1fr 20px}
  .hos-dash-property-price{display:none}
  .hos-dash-property-grid,.hos-dash-project-grid,.hos-dash-team-grid,.hos-dash-integration-grid-4{grid-template-columns:1fr}
  .hos-dash-franchise-banner{display:block}
  .hos-dash-franchise-banner>div:last-child{margin-top:18px}
  .hos-dash-franchise-card{grid-template-columns:1fr}
  .hos-dash-franchise-logo{width:130px;height:130px}
}

/* HOUSE OS 1.3 — Propiedades + CRM Integrados */
.hos-crm-tabs{
  display:flex;gap:5px;margin-bottom:12px;padding:5px;border-radius:11px;background:#fff;border:1px solid var(--hos-line);
  width:max-content
}
.hos-crm-tabs a{padding:9px 15px;border-radius:8px;color:var(--hos-muted)!important;font-size:10px;font-weight:800}
.hos-crm-tabs a.is-active{background:var(--hos-green-soft);color:var(--hos-green)!important}
.hos-integrated-module{
  background:#fff;border:1px solid var(--hos-line);border-radius:16px;overflow:hidden
}
.hos-integrated-module-head{
  display:flex;justify-content:space-between;gap:20px;align-items:center;
  padding:17px 19px;border-bottom:1px solid var(--hos-line);background:#FBFCFB
}
.hos-integrated-module-head h2{margin:4px 0 0;font-size:18px}
.hos-integrated-status{
  display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;
  background:var(--hos-green-soft);color:var(--hos-green);font-size:8px;font-weight:900
}
.hos-integrated-module-body{padding:16px;overflow:auto}
.hos-integrated-module-body .wrap{margin:0!important}
.hos-integrated-module-body table{max-width:100%}
.hos-integrated-fallback{padding:48px 25px;text-align:center}
.hos-integrated-fallback h3{margin:0 0 8px;font-size:24px}
.hos-integrated-fallback p{max-width:650px;margin:0 auto 18px;color:var(--hos-muted);font-size:11px;line-height:1.6}
.hos-property-summary{
  display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:12px
}
.hos-property-summary a{
  min-height:82px;padding:14px;border-radius:12px;background:#fff;border:1px solid var(--hos-line);
  color:var(--hos-text)!important
}
.hos-property-summary a.is-active{border-color:rgba(18,157,85,.38);background:var(--hos-green-soft)}
.hos-property-summary strong{display:block;font-size:20px;color:var(--hos-black)}
.hos-property-summary span{display:block;margin-top:4px;color:var(--hos-muted);font-size:9px}
.hos-property-toolbar{
  display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;margin-bottom:12px;
  padding:10px;background:#fff;border:1px solid var(--hos-line);border-radius:12px
}
.hos-property-toolbar input{
  min-height:42px;border:1px solid var(--hos-line);border-radius:9px;padding:0 12px;background:#fff;font-size:11px
}
.hos-property-toolbar button{
  min-width:90px;border:0;border-radius:9px;background:var(--hos-black);color:#fff;font-size:10px;font-weight:850
}
.hos-property-toolbar a{
  display:flex;align-items:center;justify-content:center;padding:0 10px;color:var(--hos-green)!important;font-size:9px;font-weight:800
}
.hos-property-table-wrap{
  border:1px solid var(--hos-line);border-radius:14px;background:#fff;overflow:auto
}
.hos-property-table{
  width:100%;border-collapse:collapse;min-width:880px
}
.hos-property-table th{
  padding:11px 13px;text-align:left;border-bottom:1px solid var(--hos-line);
  background:#FAFBFA;color:#8C948E;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.hos-property-table td{
  padding:12px 13px;border-bottom:1px solid var(--hos-line);vertical-align:middle;
  color:#5B625D;font-size:10px
}
.hos-property-table tbody tr:last-child td{border-bottom:0}
.hos-property-table tbody tr:hover{background:#FCFDFC}
.hos-property-table-property{display:flex;align-items:center;gap:10px;min-width:250px}
.hos-property-table-thumb{
  width:52px;height:46px;border-radius:8px;overflow:hidden;background:var(--hos-bg);
  display:grid;place-items:center;flex:0 0 auto
}
.hos-property-table-thumb img{width:100%;height:100%;object-fit:cover}
.hos-property-table-thumb span{color:var(--hos-green);font-weight:900}
.hos-property-table-property strong{display:block;max-width:260px;color:var(--hos-black);font-size:10px}
.hos-property-table-property small{display:block;margin-top:3px;color:#A0A7A2;font-size:8px}
.hos-table-price{color:var(--hos-green);font-size:10px}
.hos-status{
  display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;
  background:#F0F2F0;color:#656C67;font-size:8px;font-weight:850
}
.hos-status-publish{background:#EAF7EF;color:#0D8246}
.hos-status-draft{background:#F2F3F2;color:#6D746F}
.hos-status-pending{background:#FFF6DF;color:#9A6A00}
.hos-status-expired{background:#FFF0F0;color:#A53535}
.hos-status-private{background:#EEF0F8;color:#56618B}
.hos-property-actions{display:flex;gap:8px}
.hos-property-actions a{color:var(--hos-green)!important;font-size:8px;font-weight:800}
@media(max-width:820px){
  .hos-property-summary{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .hos-property-summary{grid-template-columns:1fr 1fr}
  .hos-property-toolbar{grid-template-columns:1fr}
  .hos-property-toolbar button{min-height:42px}
  .hos-crm-tabs{width:100%}
  .hos-crm-tabs a{flex:1;text-align:center}
}

/* HOUSE OS 1.4 — Meta Ads + Captación de Leads */
.hos-meta-tabs{margin-bottom:14px}
.hos-meta-notice{padding:12px 14px;margin-bottom:12px;border-radius:10px;background:#F3F5F3;color:#555;font-size:10px;font-weight:700}
.hos-meta-notice.is-ok{background:#EAF7EF;color:#0D8246}
.hos-meta-notice.is-error{background:#FFF0F0;color:#A53535}
.hos-meta-hero{padding:28px;border-radius:17px;background:var(--hos-graphite);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:14px}
.hos-meta-hero h2{margin:4px 0 8px;color:#fff;font-size:35px;letter-spacing:-.035em}
.hos-meta-hero p{max-width:650px;margin:0;color:#B8C1BB;font-size:11px}
.hos-meta-connect{min-width:200px;padding:15px;border-radius:13px;background:rgba(255,255,255,.07)}
.hos-meta-connect strong{display:block;margin:6px 0 10px;font-size:11px}
.hos-meta-connect>a:not(.hos-btn){color:#fff!important;font-size:9px;text-decoration:underline}
.hos-meta-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#737B75}
.hos-meta-dot.is-on{background:#35C879;box-shadow:0 0 0 5px rgba(53,200,121,.12)}
.hos-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hos-meta-help{margin:-4px 0 15px;color:var(--hos-muted);font-size:10px}
.hos-field-label{display:block;margin:13px 0 5px;color:#616963;font-size:9px;font-weight:850}
.hos-meta-input{width:100%;min-height:44px;padding:0 11px;border:1px solid var(--hos-line);border-radius:9px;background:#fff;font-size:10px}
select.hos-meta-input{padding-right:30px}
.hos-meta-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hos-meta-grid .hos-btn{margin-top:14px}
.hos-meta-footnote{margin:13px 0 0;padding-top:12px;border-top:1px solid var(--hos-line);color:#8A918C;font-size:8px;line-height:1.6}
.hos-meta-legacy{margin-top:14px;padding:17px;border:1px solid var(--hos-line);border-radius:13px;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}
.hos-meta-legacy h3{margin:4px 0 0;font-size:15px}
.hos-meta-legacy>div:last-child{display:flex;gap:8px;flex-wrap:wrap}
.hos-meta-leads-table td a{color:var(--hos-green)!important}
.hos-meta-webhook-info{margin-top:12px;padding:16px;border-radius:12px;background:#fff;border:1px solid var(--hos-line)}
.hos-meta-webhook-info strong{display:block;margin-bottom:7px;font-size:11px}
.hos-meta-webhook-info code{display:block;padding:8px;border-radius:7px;background:#F4F6F4;word-break:break-all;font-size:9px}
.hos-meta-webhook-info p{margin:8px 0 0;color:var(--hos-muted);font-size:9px}
@media(max-width:900px){
  .hos-meta-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .hos-meta-hero{display:block}
  .hos-meta-connect{margin-top:18px}
  .hos-meta-two{grid-template-columns:1fr}
  .hos-meta-legacy{display:block}
  .hos-meta-legacy>div:last-child{margin-top:12px}
}

/* HOUSE OS 1.4.1 — Meta onboarding por usuario */
.hos-meta-small{display:block;margin:-2px 0 9px;color:#B8C1BB;font-size:8px;line-height:1.5}
.hos-meta-onboarding{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px
}
.hos-meta-onboarding>div{
  min-height:86px;padding:13px;border-radius:12px;background:#fff;border:1px solid var(--hos-line);
  display:flex;gap:10px;align-items:flex-start;opacity:.62
}
.hos-meta-onboarding>div>span{
  width:27px;height:27px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;
  background:#EFF2EF;color:#7F8781;font-size:9px;font-weight:900
}
.hos-meta-onboarding strong{display:block;font-size:10px;color:var(--hos-black)}
.hos-meta-onboarding small{display:block;margin-top:4px;color:var(--hos-muted);font-size:8px;line-height:1.4}
.hos-meta-onboarding>div.is-current{
  opacity:1;border-color:rgba(18,157,85,.35);background:var(--hos-green-soft)
}
.hos-meta-onboarding>div.is-current>span{background:var(--hos-green);color:#fff}
.hos-meta-onboarding>div.is-done{opacity:1}
.hos-meta-onboarding>div.is-done>span{background:#E3F5EA;color:var(--hos-green)}
.hos-field-help{display:block;margin-top:5px;color:#929A94;font-size:8px;line-height:1.45}
@media(max-width:900px){
  .hos-meta-onboarding{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .hos-meta-onboarding{grid-template-columns:1fr}
}

/* HOUSE OS 1.5 — Voice AI */
.hos-voice-hero{
  display:flex;justify-content:space-between;align-items:center;gap:30px;
  padding:28px;margin-bottom:14px;border-radius:17px;background:var(--hos-graphite);color:#fff
}
.hos-voice-hero h2{margin:5px 0 7px;color:#fff;font-size:35px;letter-spacing:-.04em}
.hos-voice-hero p{margin:0;color:#B9C2BC;font-size:11px}
.hos-voice-status{min-width:220px;padding:15px;border-radius:12px;background:rgba(255,255,255,.07)}
.hos-voice-status strong{display:block;margin:7px 0 4px;font-size:11px}
.hos-voice-status small{display:block;color:#B9C2BC;font-size:8px;line-height:1.5}
.hos-meta-file{
  width:100%;padding:11px;border:1px dashed #CCD3CD;border-radius:10px;background:#FAFBFA;font-size:9px
}
.hos-voice-how{background:#F7F9F7}
.hos-voice-features{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}
.hos-voice-features>div{padding:13px;border-radius:10px;background:#fff;border:1px solid var(--hos-line)}
.hos-voice-features strong{display:block;font-size:10px}
.hos-voice-features span{display:block;margin-top:4px;color:var(--hos-muted);font-size:8px;line-height:1.4}
.hos-voice-list-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:28px 0 12px}
.hos-voice-list-head h2{margin:2px 0 0;font-size:24px}
.hos-voice-list-head>span{color:var(--hos-muted);font-size:9px}
.hos-voice-list{display:grid;gap:12px}
.hos-voice-card{padding:18px;border-radius:15px;background:#fff;border:1px solid var(--hos-line)}
.hos-voice-card-top{display:flex;justify-content:space-between;gap:20px;align-items:start}
.hos-voice-card h3{margin:7px 0 3px;font-size:18px}
.hos-voice-card small{color:var(--hos-muted);font-size:8px}
.hos-voice-card-actions{display:flex;gap:10px}
.hos-voice-card-actions a{color:var(--hos-green)!important;font-size:8px;font-weight:800}
.hos-voice-summary{margin-top:15px;padding:14px;border-radius:11px;background:#F7F9F7}
.hos-voice-summary span,.hos-voice-next span{display:block;color:var(--hos-muted);font-size:7px;font-weight:900;letter-spacing:.1em}
.hos-voice-summary p{margin:5px 0 0;font-size:10px;line-height:1.6}
.hos-voice-data{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.hos-voice-data>div{padding:11px;border-radius:10px;border:1px solid var(--hos-line)}
.hos-voice-data span{display:block;color:var(--hos-muted);font-size:7px}
.hos-voice-data strong{display:block;margin-top:4px;font-size:9px}
.hos-voice-next{margin-top:10px;padding:13px;border-radius:10px;background:var(--hos-green-soft)}
.hos-voice-next strong{display:block;margin-top:5px;color:var(--hos-green);font-size:10px}
.hos-voice-transcript{margin-top:10px;padding-top:10px;border-top:1px solid var(--hos-line)}
.hos-voice-transcript summary{cursor:pointer;color:var(--hos-green);font-size:8px;font-weight:800}
.hos-voice-transcript p{max-height:280px;overflow:auto;margin:10px 0 0;color:#5F6661;font-size:9px;line-height:1.7}
.hos-voice-pending{margin-top:10px;padding:10px;border-radius:9px;background:#FFF6DF;color:#8B6709;font-size:8px;font-weight:700}
.hos-voice-q-hot{background:#E7F7ED!important;color:#087C42!important}
.hos-voice-q-warm{background:#FFF3D9!important;color:#986700!important}
.hos-voice-q-cold{background:#EAF1F8!important;color:#48667E!important}
.hos-voice-q-not_qualified{background:#F4ECEC!important;color:#944646!important}
@media(max-width:800px){
  .hos-voice-hero{display:block}
  .hos-voice-status{margin-top:18px}
  .hos-voice-data{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .hos-voice-features,.hos-voice-data{grid-template-columns:1fr}
  .hos-voice-card-top{display:block}
  .hos-voice-card-actions{margin-top:12px}
}

/* HOUSE OS 1.6 — Navegación completa */
.hos-dash-nav-v16{gap:4px}
.hos-dash-nav-group{display:grid;gap:3px}
.hos-dash-nav-parent{
  width:100%;min-height:42px;padding:0 10px;border:0;border-radius:9px;background:transparent;
  display:grid;grid-template-columns:20px minmax(0,1fr) 14px;gap:10px;align-items:center;
  text-align:left;color:#535B55;font-size:10px;font-weight:800;cursor:pointer
}
.hos-dash-nav-parent:hover,.hos-dash-nav-parent.is-active{background:var(--hos-green-soft);color:var(--hos-green)}
.hos-dash-nav-parent b{font-size:10px;text-align:center;transition:.2s ease}
.hos-dash-nav-group.is-open .hos-dash-nav-parent b{transform:rotate(180deg)}
.hos-dash-nav-children{display:none;padding:2px 0 5px 39px}
.hos-dash-nav-group.is-open .hos-dash-nav-children{display:grid}
.hos-dash-nav-children a{
  position:relative;padding:6px 7px;border-radius:7px;color:#737A75!important;
  font-size:8.5px;font-weight:700;line-height:1.35
}
.hos-dash-nav-children a:hover,.hos-dash-nav-children a.is-active{color:var(--hos-green)!important;background:#F6FAF7}
.hos-dash-nav-children a.is-active:before{
  content:"";position:absolute;left:-8px;top:50%;width:4px;height:4px;border-radius:50%;background:var(--hos-green);transform:translateY(-50%)
}
.hos-dash-sidebar{overflow-y:auto}
.hos-dash-sidebar-footer{background:#fff;position:sticky;bottom:0}
.hos-launcher-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hos-launcher-card{
  min-height:225px;padding:20px;border-radius:15px;background:#fff;border:1px solid var(--hos-line);
  display:flex;flex-direction:column;color:var(--hos-text)!important
}
.hos-launcher-card>span{font-size:9px;font-weight:900;color:var(--hos-green)}
.hos-launcher-card h3{margin:52px 0 7px;font-size:19px}
.hos-launcher-card p{margin:0;color:var(--hos-muted);font-size:10px;line-height:1.55}
.hos-launcher-card b{margin-top:auto;padding-top:16px;color:var(--hos-green);font-size:9px}
.hos-launcher-card.is-dark{background:var(--hos-graphite);border-color:var(--hos-graphite);color:#fff!important}
.hos-launcher-card.is-dark h3,.hos-launcher-card.is-dark b,.hos-launcher-card.is-dark>span{color:#fff}
.hos-launcher-card.is-dark p{color:#B9C2BC}
.hos-resources-hero{
  min-height:260px;padding:30px;border-radius:18px;background:var(--hos-graphite);color:#fff;
  display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:14px
}
.hos-resources-hero h2{max-width:720px;margin:5px 0 10px;color:#fff;font-size:39px;line-height:1.02;letter-spacing:-.04em}
.hos-resources-hero p{max-width:690px;margin:0;color:#B8C1BB;font-size:11px;line-height:1.6}
.hos-resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:14px}
.hos-resource-card{
  min-height:205px;padding:17px;border-radius:14px;background:#fff;border:1px solid var(--hos-line);
  display:flex;flex-direction:column;color:var(--hos-text)!important
}
.hos-resource-card.is-disabled{opacity:.55}
.hos-resource-icon{
  width:36px;height:36px;border-radius:10px;background:var(--hos-green-soft);color:var(--hos-green);
  display:grid;place-items:center;font-size:11px;font-weight:900
}
.hos-resource-card h3{margin:37px 0 6px;font-size:14px}
.hos-resource-card p{margin:0;color:var(--hos-muted);font-size:9px;line-height:1.5}
.hos-resource-card b{margin-top:auto;padding-top:13px;color:var(--hos-green);font-size:8px}
@media(max-width:1100px){
  .hos-launcher-grid{grid-template-columns:1fr 1fr}
  .hos-resource-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .hos-launcher-grid,.hos-resource-grid{grid-template-columns:1fr}
  .hos-resources-hero{display:block;min-height:0}
  .hos-resources-hero .hos-btn{margin-top:20px}
}

/* HOUSE OS 1.7 — Contenedor Universal */
.hos-module-shell{border:1px solid var(--hos-line);border-radius:16px;background:#fff;overflow:hidden}
.hos-module-shell-bar{min-height:48px;padding:0 15px;border-bottom:1px solid var(--hos-line);background:#FAFBFA;display:flex;align-items:center;justify-content:space-between;gap:20px}
.hos-module-shell-bar>div{display:flex;align-items:center;gap:8px}.hos-module-shell-bar strong{font-size:9px}.hos-module-shell-bar>span{color:#98A099;font-size:8px;font-family:monospace}
.hos-module-status-dot{width:7px;height:7px;border-radius:50%;background:var(--hos-green);box-shadow:0 0 0 4px rgba(18,157,85,.10)}
.hos-module-render{min-height:320px;padding:18px;overflow:auto}
.hos-module-render>.container,.hos-module-render>.container-fluid{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}
.hos-module-render .wrap{margin:0!important}.hos-module-render table{max-width:100%}.hos-module-render img{max-width:100%;height:auto}.hos-module-render input,.hos-module-render select,.hos-module-render textarea{max-width:100%}
.hos-module-render .dashboard-sidebar,.hos-module-render .user-dashboard-left,.hos-module-render .houzez-dashboard-sidebar{display:none!important}
.hos-module-render .dashboard-content-wrap,.hos-module-render .user-dashboard-right{width:100%!important;max-width:none!important;margin:0!important}
.hos-module-fallback{min-height:330px;padding:35px;border-radius:16px;background:#fff;border:1px solid var(--hos-line);display:flex;align-items:center;gap:25px}
.hos-module-fallback-icon{width:75px;height:75px;border-radius:18px;background:var(--hos-green-soft);color:var(--hos-green);display:grid;place-items:center;flex:0 0 auto;font-size:25px}
.hos-module-fallback h2{margin:5px 0 8px;font-size:30px}.hos-module-fallback p{max-width:720px;color:var(--hos-muted);font-size:10px;line-height:1.65}
@media(max-width:650px){.hos-module-shell-bar{align-items:flex-start;flex-direction:column;padding:12px 14px}.hos-module-render{padding:10px}.hos-module-fallback{display:block;padding:24px}.hos-module-fallback-icon{margin-bottom:20px}}

/* HOUSE OS 1.8 — Property Manager Nativo */
.hos-pm-table .hos-pm-actions{min-width:150px;flex-wrap:wrap}
.hos-pm-assignment strong,.hos-pm-assignment small{display:block}.hos-pm-assignment strong{font-size:9px}.hos-pm-assignment small{margin-top:3px;color:var(--hos-muted);font-size:7px}
.hos-pm-form{width:100%}.hos-pm-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:14px;align-items:start}
.hos-pm-main{display:grid;gap:14px}.hos-pm-side{min-width:0}.hos-pm-sticky{position:sticky;top:18px}
.hos-pm-card{padding:20px;border-radius:16px;background:#fff;border:1px solid var(--hos-line)}
.hos-pm-card hr{border:0;border-top:1px solid var(--hos-line);margin:18px 0}
.hos-pm-card-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.hos-pm-card-head>span{width:30px;height:30px;border-radius:9px;background:var(--hos-green-soft);color:var(--hos-green);display:grid;place-items:center;font-size:8px;font-weight:900;flex:0 0 auto}
.hos-pm-card-head h2{margin:0;font-size:17px}.hos-pm-card-head p{margin:3px 0 0;color:var(--hos-muted);font-size:8px}
.hos-pm-field{display:block;margin-bottom:13px}.hos-pm-field>span{display:block;margin-bottom:6px;color:#626963;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.hos-pm-field input,.hos-pm-field select,.hos-pm-field textarea{width:100%;min-height:42px;padding:10px 11px;border:1px solid #DDE2DE;border-radius:9px;background:#fff;color:var(--hos-text);font:inherit;font-size:10px;box-sizing:border-box}
.hos-pm-field textarea{resize:vertical;line-height:1.55}.hos-pm-field select[multiple]{min-height:145px}
.hos-pm-grid-2,.hos-pm-grid-3,.hos-pm-grid-4{display:grid;gap:10px}.hos-pm-grid-2{grid-template-columns:repeat(2,1fr)}.hos-pm-grid-3{grid-template-columns:repeat(3,1fr)}.hos-pm-grid-4{grid-template-columns:repeat(4,1fr)}
.hos-pm-assignment-box{padding:14px;border-radius:10px;background:#F7F9F7}.hos-pm-assignment-box strong,.hos-pm-assignment-box span{display:block}.hos-pm-assignment-box strong{font-size:10px}.hos-pm-assignment-box span{margin-top:4px;color:var(--hos-muted);font-size:8px}
.hos-pm-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:14px}.hos-pm-gallery label{overflow:hidden;border:1px solid var(--hos-line);border-radius:10px;background:#FAFBFA}.hos-pm-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.hos-pm-gallery label span{display:block;padding:7px;font-size:7px}
.hos-pm-view{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.hos-pm-view-main{padding:20px;border-radius:16px;background:#fff;border:1px solid var(--hos-line)}.hos-pm-view-side{display:grid;gap:14px;position:sticky;top:18px}
.hos-pm-view-hero{width:100%;max-height:520px;object-fit:cover;border-radius:14px}.hos-pm-view-price{margin-top:18px;font-size:29px;font-weight:900;letter-spacing:-.04em}.hos-pm-view-location{margin-top:5px;color:var(--hos-muted);font-size:10px}
.hos-pm-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0}.hos-pm-specs>div{padding:13px;border:1px solid var(--hos-line);border-radius:10px}.hos-pm-specs span,.hos-pm-specs strong{display:block}.hos-pm-specs span{color:var(--hos-muted);font-size:7px}.hos-pm-specs strong{margin-top:4px;font-size:13px}
.hos-pm-description{font-size:10px;line-height:1.7}.hos-pm-view-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.hos-pm-view-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:9px}
.hos-pm-status-actions{display:flex;flex-wrap:wrap;gap:7px}.hos-pm-status-actions a{padding:8px 10px;border-radius:8px;background:#F4F6F4;color:#4F5751!important;font-size:8px;font-weight:800}
@media(max-width:1050px){.hos-pm-layout,.hos-pm-view{grid-template-columns:1fr}.hos-pm-sticky,.hos-pm-view-side{position:static}.hos-pm-grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.hos-pm-grid-2,.hos-pm-grid-3,.hos-pm-grid-4{grid-template-columns:1fr}.hos-pm-gallery{grid-template-columns:repeat(3,1fr)}.hos-pm-specs{grid-template-columns:repeat(2,1fr)}.hos-pm-view-gallery{grid-template-columns:1fr 1fr}}

/* HOUSE OS 1.8.1 — Micrositio Comercial Standalone */
body.hos-microsite-standalone{margin:0!important;background:#fff!important;color:#202421!important}
body.hos-microsite-standalone #page,body.hos-microsite-standalone .wrapper{margin:0!important;padding:0!important;max-width:none!important}
.hos-micro-site-v3{--hos-micro-accent:#129D55;font-family:Inter,Arial,sans-serif;background:#fff;color:#1d211e;min-height:100vh}
.hos-micro-site-v3 *{box-sizing:border-box}.hos-micro-site-v3 a{text-decoration:none}
.hos-micro-container{width:min(1240px,calc(100% - 48px));margin:0 auto}
.hos-micro-nav-v3{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.97);border-bottom:1px solid #E7EAE8;backdrop-filter:blur(12px)}
.admin-bar .hos-micro-nav-v3{top:32px}
.hos-micro-nav-inner{height:82px;display:flex;align-items:center;gap:26px}
.hos-micro-nav-brand{display:flex;align-items:center;gap:12px;min-width:250px;color:#1d211e!important}
.hos-micro-nav-brand img{width:52px;height:52px;object-fit:contain;border-radius:9px;background:#fff}
.hos-micro-nav-brand>span{width:48px;height:48px;border-radius:10px;background:#EEF8F1;color:var(--hos-micro-accent);display:grid;place-items:center;font-size:22px;font-weight:900}
.hos-micro-nav-brand strong,.hos-micro-nav-brand small{display:block}.hos-micro-nav-brand strong{font-size:14px;line-height:1.15}.hos-micro-nav-brand small{margin-top:3px;color:#858D87;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.hos-micro-nav-inner>nav{display:flex;align-items:center;gap:22px;margin-left:auto}.hos-micro-nav-inner>nav a{color:#4D544F!important;font-size:10px;font-weight:750}.hos-micro-nav-inner>nav a:hover{color:var(--hos-micro-accent)!important}
.hos-micro-nav-actions{display:flex;align-items:center;gap:9px}.hos-micro-house-link{padding:9px 10px;color:#171B18!important;font-size:9px;font-weight:950;letter-spacing:.11em}.hos-micro-nav-cta{padding:11px 16px;border-radius:9px;background:var(--hos-micro-accent);color:#fff!important;font-size:9px;font-weight:850}
.hos-micro-menu-btn{display:none;border:0;background:transparent;font-size:22px}.hos-micro-mobile-menu{display:none}
.hos-micro-commercial-hero{min-height:680px;background:#1B211D center/cover no-repeat;color:#fff}
.hos-micro-commercial-hero-inner{min-height:680px;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:70px;align-items:center}
.hos-micro-hero-copy{max-width:760px}.hos-micro-eyebrow{margin-bottom:20px;color:#9BD273;font-size:9px;font-weight:900;letter-spacing:.17em}
.hos-micro-hero-copy h1{margin:0;max-width:800px;color:#fff;font-size:65px;line-height:.98;letter-spacing:-.055em;font-weight:820}
.hos-micro-hero-copy>p{max-width:620px;margin:24px 0 0;color:#D6DCD8;font-size:16px;line-height:1.6}
.hos-micro-commercial-actions{display:flex;gap:10px;margin-top:30px}.hos-micro-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:10px;font-size:10px;font-weight:850}.hos-micro-btn-primary{background:var(--hos-micro-accent);color:#fff!important}.hos-micro-btn-white{background:#fff;color:#1E231F!important}
.hos-micro-trust{display:flex;gap:32px;margin-top:50px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15)}.hos-micro-trust span{display:flex;flex-direction:column;gap:4px;color:#BFC6C1;font-size:8px}.hos-micro-trust b{color:#fff;font-size:14px}
.hos-micro-hero-card{padding:27px;border-radius:18px;background:rgba(255,255,255,.96);color:#1D211E;box-shadow:0 25px 60px rgba(0,0,0,.20)}.hos-micro-hero-card>span{color:var(--hos-micro-accent);font-size:8px;font-weight:900;letter-spacing:.12em}.hos-micro-hero-card h2{margin:8px 0 20px;font-size:25px;line-height:1.08;letter-spacing:-.035em}.hos-micro-hero-card a{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid #E7EAE8;color:#3D443F!important;font-size:10px;font-weight:800}.hos-micro-hero-card a b{color:var(--hos-micro-accent)}
.hos-micro-strip{border-bottom:1px solid #E7EAE8;background:#fff}.hos-micro-strip .hos-micro-container{min-height:116px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.hos-micro-strip .hos-micro-container>div{padding:20px 34px;border-right:1px solid #E7EAE8}.hos-micro-strip .hos-micro-container>div:first-child{padding-left:0}.hos-micro-strip .hos-micro-container>div:last-child{border-right:0}.hos-micro-strip strong,.hos-micro-strip span{display:block}.hos-micro-strip strong{font-size:11px}.hos-micro-strip span{margin-top:5px;color:#7A827C;font-size:9px}
.hos-micro-section{padding:92px 0}.hos-micro-section-heading{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:50px;align-items:end;margin-bottom:38px}.hos-micro-section-heading span,.hos-micro-label{color:var(--hos-micro-accent);font-size:8px;font-weight:900;letter-spacing:.13em}.hos-micro-section-heading h2,.hos-micro-about-layout h2{max-width:720px;margin:8px 0 0;font-size:43px;line-height:1.03;letter-spacing:-.045em}.hos-micro-section-heading>p{margin:0;color:#737B75;font-size:11px;line-height:1.65}
.hos-micro-property-grid .hos-property-card{border-radius:13px!important;overflow:hidden;border:1px solid #E7EAE8!important;box-shadow:none!important}.hos-micro-property-grid .hos-property-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.07)!important}
.hos-micro-empty{padding:45px;border:1px dashed #DDE2DE;border-radius:15px;background:#FAFBFA;color:#707871;font-size:12px}
.hos-micro-services-v3{background:#F4F6F4}.hos-micro-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hos-micro-services-grid article{min-height:245px;padding:23px;border:1px solid #E0E5E1;border-radius:14px;background:#fff;display:flex;flex-direction:column}.hos-micro-services-grid article>span{color:var(--hos-micro-accent);font-size:8px;font-weight:900}.hos-micro-services-grid h3{margin:65px 0 8px;font-size:18px;line-height:1.12}.hos-micro-services-grid p{margin:0;color:#7B827D;font-size:9px;line-height:1.6}
.hos-micro-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hos-micro-agent{overflow:hidden;border:1px solid #E4E8E5;border-radius:15px;background:#fff}.hos-micro-agent-photo{height:280px;background:#EFF2EF;display:grid;place-items:center;overflow:hidden}.hos-micro-agent-photo img{width:100%;height:100%;object-fit:cover}.hos-micro-agent-photo>span{font-size:55px;font-weight:800;color:#A3ABA5}.hos-micro-agent-copy{padding:17px}.hos-micro-agent-copy small{color:var(--hos-micro-accent);font-size:7px;font-weight:900;letter-spacing:.12em}.hos-micro-agent-copy h3{margin:6px 0 3px;font-size:16px}.hos-micro-agent-copy p{margin:0;color:#7A827C;font-size:9px}.hos-micro-agent-copy>div{display:flex;gap:12px;margin-top:15px}.hos-micro-agent-copy a{color:#313732!important;font-size:8px;font-weight:850}
.hos-micro-about-v3{background:#1E2420;color:#fff}.hos-micro-about-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.hos-micro-about-layout h2{color:#fff}.hos-micro-about-layout>div>p{margin:2px 0 0;color:#C2CAC4;font-size:13px;line-height:1.8}.hos-micro-contact-mini{display:flex;flex-direction:column;gap:7px;margin-top:28px}.hos-micro-contact-mini a,.hos-micro-contact-mini span{color:#fff!important;font-size:9px}
.hos-micro-contact-section{padding:100px 0;background:#F1F4F2}.hos-micro-contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:85px;align-items:center}.hos-micro-contact-copy>span{color:var(--hos-micro-accent);font-size:8px;font-weight:900;letter-spacing:.13em}.hos-micro-contact-copy h2{max-width:580px;margin:8px 0 16px;font-size:53px;line-height:1;letter-spacing:-.05em}.hos-micro-contact-copy>p{max-width:570px;margin:0;color:#717972;font-size:12px;line-height:1.7}.hos-micro-contact-points{margin-top:34px;display:grid;gap:10px}.hos-micro-contact-points>div{display:flex;align-items:center;gap:13px}.hos-micro-contact-points b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--hos-micro-accent);font-size:7px}.hos-micro-contact-points span{font-size:9px;font-weight:750}
.hos-micro-contact-form-card{padding:28px;border-radius:18px;background:#fff;box-shadow:0 25px 60px rgba(32,45,36,.09)}.hos-micro-contact-form{display:grid;gap:12px}.hos-micro-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hos-micro-contact-form label>span{display:block;margin-bottom:6px;color:#616A63;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.hos-micro-contact-form input,.hos-micro-contact-form select,.hos-micro-contact-form textarea{width:100%;padding:12px;border:1px solid #DEE3DF;border-radius:9px;background:#fff;color:#222823;font:inherit;font-size:10px}.hos-micro-contact-form textarea{resize:vertical}.hos-micro-submit{min-height:51px;padding:0 17px;border:0;border-radius:10px;background:var(--hos-micro-accent);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:900;cursor:pointer}.hos-micro-form-privacy{color:#969D98;font-size:7px;line-height:1.5}.hos-honeypot{position:absolute!important;left:-99999px!important}.hos-micro-form-success,.hos-micro-form-error{margin-bottom:15px;padding:12px;border-radius:9px;font-size:9px}.hos-micro-form-success{background:#EAF7EF;color:#176B3D}.hos-micro-form-error{background:#FFF0F0;color:#9B3434}
.hos-micro-footer-v3{padding:38px 0;background:#121512;color:#fff}.hos-micro-footer-v3>.hos-micro-container{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.hos-micro-footer-brand{display:flex;align-items:center;gap:11px}.hos-micro-footer-brand img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#fff}.hos-micro-footer-brand strong,.hos-micro-footer-brand span{display:block}.hos-micro-footer-brand strong{font-size:12px}.hos-micro-footer-brand span{margin-top:3px;color:#929B94;font-size:8px}.hos-micro-footer-links{display:flex;gap:17px}.hos-micro-footer-links a{color:#C9D0CB!important;font-size:8px}.hos-micro-footer-copy{grid-column:1/-1;padding-top:22px;border-top:1px solid #2B302C;color:#788079;font-size:7px}
@media(max-width:1080px){.hos-micro-nav-inner>nav{display:none}.hos-micro-menu-btn{display:block;margin-left:auto}.hos-micro-nav-actions{margin-left:auto}.hos-micro-commercial-hero-inner{grid-template-columns:1fr;gap:35px;padding:80px 0}.hos-micro-hero-card{max-width:520px}.hos-micro-services-grid,.hos-micro-team-grid{grid-template-columns:repeat(2,1fr)}.hos-micro-contact-layout{grid-template-columns:1fr;gap:40px}}
@media(max-width:782px){.admin-bar .hos-micro-nav-v3{top:46px}}
@media(max-width:700px){.hos-micro-container{width:min(100% - 28px,1240px)}.hos-micro-nav-inner{height:70px}.hos-micro-nav-brand{min-width:0}.hos-micro-nav-brand img{width:43px;height:43px}.hos-micro-nav-brand strong{font-size:11px}.hos-micro-nav-actions{display:none}.hos-micro-mobile-menu.is-open{display:grid;padding:10px 18px 18px;background:#fff;border-top:1px solid #E7EAE8}.hos-micro-mobile-menu a{padding:10px;color:#333A35!important;font-size:10px;font-weight:750}.hos-micro-commercial-hero,.hos-micro-commercial-hero-inner{min-height:0}.hos-micro-commercial-hero-inner{padding:70px 0}.hos-micro-hero-copy h1{font-size:45px}.hos-micro-hero-copy>p{font-size:13px}.hos-micro-trust{gap:16px;flex-wrap:wrap}.hos-micro-strip .hos-micro-container{grid-template-columns:1fr}.hos-micro-strip .hos-micro-container>div{padding:18px 0;border-right:0;border-bottom:1px solid #E7EAE8}.hos-micro-section{padding:65px 0}.hos-micro-section-heading,.hos-micro-about-layout{grid-template-columns:1fr;gap:20px}.hos-micro-section-heading h2,.hos-micro-about-layout h2{font-size:34px}.hos-micro-services-grid,.hos-micro-team-grid{grid-template-columns:1fr}.hos-micro-agent-photo{height:360px}.hos-micro-contact-copy h2{font-size:41px}.hos-micro-contact-form-card{padding:20px}.hos-micro-form-row{grid-template-columns:1fr}.hos-micro-footer-v3>.hos-micro-container{grid-template-columns:1fr}.hos-micro-footer-links{flex-wrap:wrap}}

/* HOUSE OS 1.8.2 — Branding Global */
.hos-brand-logo{display:flex!important;align-items:center!important;min-width:155px}
.hos-brand-logo img{display:block;width:auto;height:48px;max-width:190px;object-fit:contain}
.hos-footer-logo img{display:block;width:auto;height:48px;max-width:190px;object-fit:contain}
.hos-micro-house-logo{display:flex!important;align-items:center!important;padding:4px 8px!important}
.hos-micro-house-logo img{display:block;width:auto;height:30px;max-width:105px;object-fit:contain}
.hos-micro-footer-house{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.hos-micro-footer-house span{color:#788079;font-size:7px;text-transform:uppercase;letter-spacing:.08em}
.hos-micro-footer-house img{width:auto;height:35px;max-width:130px;object-fit:contain;filter:brightness(0) invert(1)}
@media(max-width:700px){
  .hos-brand-logo{min-width:0}
  .hos-brand-logo img{height:39px;max-width:145px}
  .hos-footer-logo img{height:40px}
  .hos-micro-footer-house{justify-content:flex-start}
}


/* HOUSE OS 1.8.3 — Ajuste de escala tipográfica y logos en micrositios */
.hos-microsite-standalone{
  font-size:16px;
}
.hos-microsite-standalone .hos-micro-container{
  width:min(1280px, calc(100% - 56px));
}
.hos-microsite-standalone .hos-micro-nav-inner{
  height:98px;
  gap:28px;
}
.hos-microsite-standalone .hos-micro-nav-brand{
  min-width:320px;
  gap:14px;
}
.hos-microsite-standalone .hos-micro-nav-brand img{
  width:68px;
  height:68px;
  border-radius:12px;
}
.hos-microsite-standalone .hos-micro-nav-brand strong{
  font-size:22px;
  line-height:1.05;
}
.hos-microsite-standalone .hos-micro-nav-brand small{
  margin-top:5px;
  font-size:12px;
  letter-spacing:.12em;
}
.hos-microsite-standalone .hos-micro-nav-inner > nav{
  gap:28px;
}
.hos-microsite-standalone .hos-micro-nav-inner > nav a{
  font-size:17px;
  font-weight:700;
}
.hos-microsite-standalone .hos-micro-nav-actions{
  gap:12px;
}
.hos-microsite-standalone .hos-micro-house-link{
  padding:8px 10px;
  font-size:14px;
}
.hos-microsite-standalone .hos-micro-house-logo img{
  height:42px;
  max-width:150px;
}
.hos-microsite-standalone .hos-micro-nav-cta{
  padding:14px 20px;
  border-radius:12px;
  font-size:15px;
  font-weight:800;
}
.hos-microsite-standalone .hos-micro-commercial-hero{
  min-height:760px;
}
.hos-microsite-standalone .hos-micro-commercial-hero-inner{
  min-height:760px;
}
.hos-microsite-standalone .hos-micro-eyebrow{
  margin-bottom:24px;
  font-size:14px;
  letter-spacing:.18em;
}
.hos-microsite-standalone .hos-micro-hero-copy h1{
  font-size:78px;
  line-height:.96;
  max-width:900px;
}
.hos-microsite-standalone .hos-micro-hero-copy > p{
  max-width:720px;
  margin-top:26px;
  font-size:22px;
  line-height:1.6;
}
.hos-microsite-standalone .hos-micro-btn{
  min-height:56px;
  padding:0 24px;
  font-size:16px;
  border-radius:12px;
}
.hos-microsite-standalone .hos-micro-trust{
  gap:34px;
  margin-top:52px;
  padding-top:26px;
}
.hos-microsite-standalone .hos-micro-trust span{
  font-size:13px;
}
.hos-microsite-standalone .hos-micro-trust b{
  font-size:22px;
}
.hos-microsite-standalone .hos-micro-hero-card{
  padding:30px;
  border-radius:20px;
}
.hos-microsite-standalone .hos-micro-hero-card > span{
  font-size:12px;
  letter-spacing:.14em;
}
.hos-microsite-standalone .hos-micro-hero-card h2{
  margin:10px 0 22px;
  font-size:32px;
  line-height:1.08;
}
.hos-microsite-standalone .hos-micro-hero-card a{
  padding:16px 0;
  font-size:16px;
}
.hos-microsite-standalone .hos-micro-strip .hos-micro-container{
  min-height:138px;
}
.hos-microsite-standalone .hos-micro-strip strong{
  font-size:24px;
  line-height:1.1;
}
.hos-microsite-standalone .hos-micro-strip span{
  margin-top:10px;
  font-size:17px;
  line-height:1.5;
}
.hos-microsite-standalone .hos-micro-section{
  padding:100px 0;
}
.hos-microsite-standalone .hos-micro-section-heading{
  gap:56px;
  margin-bottom:42px;
}
.hos-microsite-standalone .hos-micro-section-heading span,
.hos-microsite-standalone .hos-micro-label{
  font-size:13px;
  letter-spacing:.15em;
}
.hos-microsite-standalone .hos-micro-section-heading h2,
.hos-microsite-standalone .hos-micro-about-layout h2{
  font-size:56px;
  line-height:1;
  max-width:820px;
}
.hos-microsite-standalone .hos-micro-section-heading > p{
  font-size:18px;
  line-height:1.65;
}
.hos-microsite-standalone .hos-micro-empty{
  padding:52px;
  font-size:18px;
  line-height:1.65;
}
.hos-microsite-standalone .hos-micro-services-grid{
  gap:14px;
}
.hos-microsite-standalone .hos-micro-services-grid article{
  min-height:260px;
  padding:26px;
}
.hos-microsite-standalone .hos-micro-services-grid article > span{
  font-size:13px;
}
.hos-microsite-standalone .hos-micro-services-grid h3{
  margin:72px 0 12px;
  font-size:26px;
}
.hos-microsite-standalone .hos-micro-services-grid p{
  font-size:17px;
  line-height:1.65;
}
.hos-microsite-standalone .hos-micro-team-grid{
  gap:16px;
}
.hos-microsite-standalone .hos-micro-agent-photo{
  height:320px;
}
.hos-microsite-standalone .hos-micro-agent-copy{
  padding:20px;
}
.hos-microsite-standalone .hos-micro-agent-copy small{
  font-size:12px;
  letter-spacing:.1em;
}
.hos-microsite-standalone .hos-micro-agent-copy h3{
  margin:8px 0 8px;
  font-size:28px;
  line-height:1.08;
}
.hos-microsite-standalone .hos-micro-agent-copy p{
  font-size:16px;
  line-height:1.55;
}
.hos-microsite-standalone .hos-micro-agent-copy div{
  margin-top:18px;
  gap:10px;
  display:flex;
  flex-wrap:wrap;
}
.hos-microsite-standalone .hos-micro-agent-copy div a{
  padding:11px 14px;
  border-radius:10px;
  font-size:14px;
}
.hos-microsite-standalone .hos-micro-about-layout{
  gap:100px;
}
.hos-microsite-standalone .hos-micro-about-layout > div > p{
  font-size:19px;
  line-height:1.85;
}
.hos-microsite-standalone .hos-micro-contact-mini{
  gap:10px;
  margin-top:30px;
}
.hos-microsite-standalone .hos-micro-contact-mini a,
.hos-microsite-standalone .hos-micro-contact-mini span{
  font-size:15px;
}
.hos-microsite-standalone .hos-micro-contact-section{
  padding:110px 0;
}
.hos-microsite-standalone .hos-micro-contact-layout{
  gap:88px;
}
.hos-microsite-standalone .hos-micro-contact-copy > span{
  font-size:13px;
  letter-spacing:.14em;
}
.hos-microsite-standalone .hos-micro-contact-copy h2{
  font-size:62px;
  line-height:1;
}
.hos-microsite-standalone .hos-micro-contact-copy > p{
  font-size:19px;
  line-height:1.75;
}
.hos-microsite-standalone .hos-micro-contact-points{
  margin-top:28px;
  gap:14px;
}
.hos-microsite-standalone .hos-micro-contact-points div{
  padding:16px 0;
}
.hos-microsite-standalone .hos-micro-contact-points b{
  min-width:34px;
  font-size:18px;
}
.hos-microsite-standalone .hos-micro-contact-points span{
  font-size:17px;
  line-height:1.6;
}
.hos-microsite-standalone .hos-micro-contact-form-card{
  padding:34px;
  border-radius:20px;
}
.hos-microsite-standalone .hos-micro-contact-form{
  gap:14px;
}
.hos-microsite-standalone .hos-micro-contact-form label > span{
  margin-bottom:8px;
  font-size:12px;
  letter-spacing:.08em;
}
.hos-microsite-standalone .hos-micro-contact-form input,
.hos-microsite-standalone .hos-micro-contact-form select,
.hos-microsite-standalone .hos-micro-contact-form textarea{
  padding:15px 16px;
  font-size:16px;
  min-height:52px;
  border-radius:12px;
}
.hos-microsite-standalone .hos-micro-contact-form textarea{
  min-height:140px;
}
.hos-microsite-standalone .hos-micro-submit{
  min-height:56px;
  padding:0 20px;
  border-radius:12px;
  font-size:16px;
  font-weight:800;
}
.hos-microsite-standalone .hos-micro-form-privacy{
  font-size:14px;
  line-height:1.6;
}
.hos-microsite-standalone .hos-micro-form-success,
.hos-microsite-standalone .hos-micro-form-error{
  padding:14px 16px;
  border-radius:12px;
  font-size:15px;
  line-height:1.5;
}
.hos-microsite-standalone .hos-micro-footer-v3{
  padding:42px 0;
}
.hos-microsite-standalone .hos-micro-footer-brand{
  gap:14px;
}
.hos-microsite-standalone .hos-micro-footer-brand img{
  width:58px;
  height:58px;
  border-radius:10px;
}
.hos-microsite-standalone .hos-micro-footer-brand strong{
  font-size:20px;
}
.hos-microsite-standalone .hos-micro-footer-brand span{
  margin-top:4px;
  font-size:14px;
}
.hos-microsite-standalone .hos-micro-footer-links{
  gap:18px;
  display:flex;
  flex-wrap:wrap;
}
.hos-microsite-standalone .hos-micro-footer-links a{
  font-size:15px;
}
.hos-microsite-standalone .hos-micro-footer-copy{
  font-size:14px;
  line-height:1.6;
}
.hos-microsite-standalone .hos-micro-footer-house{
  gap:12px;
}
.hos-microsite-standalone .hos-micro-footer-house span{
  font-size:12px;
}
.hos-microsite-standalone .hos-micro-footer-house img{
  height:42px;
  max-width:160px;
}

@media (max-width: 1080px){
  .hos-microsite-standalone .hos-micro-commercial-hero,
  .hos-microsite-standalone .hos-micro-commercial-hero-inner{
    min-height:auto;
  }
  .hos-microsite-standalone .hos-micro-hero-copy h1{
    font-size:58px;
  }
  .hos-microsite-standalone .hos-micro-contact-copy h2{
    font-size:48px;
  }
  .hos-microsite-standalone .hos-micro-section-heading h2,
  .hos-microsite-standalone .hos-micro-about-layout h2{
    font-size:44px;
  }
}

@media (max-width: 700px){
  .hos-microsite-standalone .hos-micro-container{
    width:min(100% - 28px, 1280px);
  }
  .hos-microsite-standalone .hos-micro-nav-inner{
    height:78px;
  }
  .hos-microsite-standalone .hos-micro-nav-brand img{
    width:52px;
    height:52px;
  }
  .hos-microsite-standalone .hos-micro-nav-brand strong{
    font-size:17px;
  }
  .hos-microsite-standalone .hos-micro-nav-brand small{
    font-size:10px;
  }
  .hos-microsite-standalone .hos-micro-mobile-menu a{
    font-size:15px;
  }
  .hos-microsite-standalone .hos-micro-hero-copy h1{
    font-size:42px;
  }
  .hos-microsite-standalone .hos-micro-hero-copy > p{
    font-size:18px;
  }
  .hos-microsite-standalone .hos-micro-trust{
    flex-direction:column;
    gap:14px;
  }
  .hos-microsite-standalone .hos-micro-section-heading{
    grid-template-columns:1fr;
    gap:18px;
  }
  .hos-microsite-standalone .hos-micro-section-heading h2,
  .hos-microsite-standalone .hos-micro-about-layout h2{
    font-size:34px;
  }
  .hos-microsite-standalone .hos-micro-strip .hos-micro-container{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .hos-microsite-standalone .hos-micro-strip .hos-micro-container > div{
    border-right:0;
    border-bottom:1px solid #E7EAE8;
    padding:22px 0;
  }
  .hos-microsite-standalone .hos-micro-strip .hos-micro-container > div:last-child{
    border-bottom:0;
  }
  .hos-microsite-standalone .hos-micro-services-grid,
  .hos-microsite-standalone .hos-micro-team-grid{
    grid-template-columns:1fr;
  }
  .hos-microsite-standalone .hos-micro-about-layout,
  .hos-microsite-standalone .hos-micro-contact-layout,
  .hos-microsite-standalone .hos-micro-form-row{
    grid-template-columns:1fr;
  }
  .hos-microsite-standalone .hos-micro-contact-copy h2{
    font-size:36px;
  }
  .hos-microsite-standalone .hos-micro-contact-copy > p,
  .hos-microsite-standalone .hos-micro-about-layout > div > p,
  .hos-microsite-standalone .hos-micro-section-heading > p{
    font-size:16px;
  }
}

/* HOUSE OS 1.8.4 — Editor Comercial de Micrositio */
.hos-builder-live-preview{margin-top:18px;padding:28px;border-radius:16px;background:#1D231F;color:#fff;overflow:hidden;position:relative}
.hos-builder-live-preview:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(18,157,85,.18);right:-60px;top:-80px}
.hos-builder-live-preview>span{position:relative;z-index:1;color:#9AD276;font-size:10px;font-weight:900;letter-spacing:.14em}
.hos-builder-live-preview h3{position:relative;z-index:1;max-width:720px;margin:12px 0 10px;color:#fff;font-size:42px;line-height:1;letter-spacing:-.04em}
.hos-builder-live-preview p{position:relative;z-index:1;max-width:650px;margin:0;color:#C8D0CA;font-size:16px;line-height:1.6}
.hos-builder-live-preview>div{position:relative;z-index:1;display:flex;gap:10px;margin-top:22px}
.hos-builder-live-preview b{display:inline-flex;padding:11px 15px;border-radius:9px;background:#129D55;color:#fff;font-size:13px}
.hos-builder-live-preview b+ b{background:#fff;color:#1D231F}
.hos-builder-switches{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hos-builder-switch{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding:16px;border:1px solid var(--hos-line);border-radius:12px;background:#fff;cursor:pointer}
.hos-builder-switch input{position:absolute;opacity:0;pointer-events:none}
.hos-builder-switch-ui{width:42px;height:24px;border-radius:999px;background:#DDE3DE;position:relative;transition:.2s}
.hos-builder-switch-ui:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:.2s}
.hos-builder-switch input:checked + .hos-builder-switch-ui{background:var(--hos-green)}
.hos-builder-switch input:checked + .hos-builder-switch-ui:after{transform:translateX(18px)}
.hos-builder-switch strong,.hos-builder-switch small{display:block}
.hos-builder-switch strong{font-size:13px}
.hos-builder-switch small{margin-top:3px;color:var(--hos-muted);font-size:11px;line-height:1.4}
@media(max-width:760px){.hos-builder-switches{grid-template-columns:1fr}.hos-builder-live-preview h3{font-size:30px}.hos-builder-live-preview p{font-size:14px}}

/* HOUSE OS 1.8.5 — Catálogo público de propiedades */
.hos-properties-hero-v2{padding-bottom:54px}
.hos-public-property-filters{margin-top:-10px;margin-bottom:30px;padding:22px;border:1px solid var(--hos-line);border-radius:18px;background:#fff;box-shadow:0 16px 45px rgba(24,34,27,.05)}
.hos-public-filter-search{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:10px;align-items:end;padding-bottom:18px;border-bottom:1px solid var(--hos-line)}
.hos-public-filter-search label>span,.hos-public-filter-field>span{display:block;margin-bottom:7px;color:#626A64;font-size:12px;font-weight:800}
.hos-public-filter-search input,.hos-public-filter-field input,.hos-public-filter-field select{width:100%;height:48px;padding:0 13px;border:1px solid #DDE3DE;border-radius:10px;background:#fff;color:#252B26;font:inherit;font-size:15px}
.hos-public-filter-search button,.hos-public-filter-apply{height:48px;padding:0 18px;border:0;border-radius:10px;background:var(--hos-green);color:#fff;font-size:14px;font-weight:850;cursor:pointer}
.hos-public-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}
.hos-public-filter-field{min-width:0}
.hos-public-filter-footer{display:flex;align-items:center;gap:14px;margin-top:18px;padding-top:17px;border-top:1px solid var(--hos-line)}
.hos-public-filter-footer a{color:#667068!important;font-size:13px;font-weight:750}
.hos-public-filter-apply{display:none}
.hos-public-results-bar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:14px 0 22px}
.hos-public-results-bar>div{display:flex;align-items:baseline;gap:8px}
.hos-public-results-bar strong{font-size:30px;letter-spacing:-.04em}
.hos-public-results-bar span{color:#687169;font-size:14px}
.hos-public-results-bar small{color:#858D87;font-size:12px}
.hos-public-property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.hos-public-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin-top:42px}
.hos-public-pagination span{display:inline-flex}
.hos-public-pagination .page-numbers{min-width:42px;height:42px;padding:0 12px;border:1px solid #DDE3DE;border-radius:9px;background:#fff;color:#4A524C!important;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:750}
.hos-public-pagination .page-numbers.current{background:#202621;border-color:#202621;color:#fff!important}
.hos-public-pagination .prev,.hos-public-pagination .next{padding:0 16px}
.hos-public-no-results{padding:65px 30px;border:1px dashed #DCE2DD;border-radius:18px;background:#FAFBFA;text-align:center}
.hos-public-no-results>span{color:var(--hos-green);font-size:11px;font-weight:900;letter-spacing:.14em}
.hos-public-no-results h2{margin:10px 0 8px;font-size:34px}
.hos-public-no-results p{margin:0 0 22px;color:#737C75;font-size:15px}
@media(max-width:1150px){
  .hos-public-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hos-public-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .hos-public-property-filters{padding:16px}
  .hos-public-filter-search{grid-template-columns:1fr}
  .hos-public-filter-grid{grid-template-columns:1fr 1fr}
  .hos-public-filter-search button{display:none}
  .hos-public-filter-apply{display:inline-flex;align-items:center;justify-content:center}
  .hos-public-property-grid{grid-template-columns:1fr}
  .hos-public-results-bar{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .hos-public-filter-grid{grid-template-columns:1fr}
}

/* HOUSE OS 1.8.6 — Buscador geográfico normalizado */
.hos-geo-helper{margin-top:10px;color:#7B847D;font-size:12px;line-height:1.5}
.hos-public-filter-field select:disabled{background:#F4F6F4;color:#9AA19C;cursor:not-allowed}

/* HOUSE OS 1.8.7 — Sincronización Inventario */
.hos-sync-ok{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:999px;background:#EAF7EF;color:#167041;font-size:8px;font-style:normal;font-weight:850}

/* HOUSE OS 1.8.8 — Inventario Completo por Micrositio */
.hos-micro-inventory-v4{background:#fff}
.hos-micro-inventory-filters{margin-bottom:28px;padding:20px;border:1px solid #E2E7E3;border-radius:16px;background:#FAFBFA}
.hos-micro-inventory-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hos-micro-inventory-filter-grid label>span{display:block;margin-bottom:7px;color:#626A64;font-size:12px;font-weight:850}
.hos-micro-inventory-filter-grid select,.hos-micro-inventory-filter-grid input{width:100%;height:48px;padding:0 12px;border:1px solid #DDE3DE;border-radius:10px;background:#fff;color:#252B26;font:inherit;font-size:15px}
.hos-micro-inventory-filter-actions{display:flex;align-items:center;gap:14px;margin-top:16px;padding-top:16px;border-top:1px solid #E2E7E3}
.hos-micro-inventory-filter-actions button{height:46px;padding:0 18px;border:0;border-radius:10px;background:var(--hos-micro-accent);color:#fff;font-size:14px;font-weight:850;cursor:pointer}
.hos-micro-inventory-filter-actions a{color:#59625B!important;font-size:13px;font-weight:750}
.hos-micro-inventory-results{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 22px}
.hos-micro-inventory-results>div{display:flex;align-items:baseline;gap:8px}
.hos-micro-inventory-results strong{font-size:30px;letter-spacing:-.04em}
.hos-micro-inventory-results span{color:#687169;font-size:14px}
.hos-micro-inventory-results small{color:#858D87;font-size:12px}
.hos-micro-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin-top:42px}
.hos-micro-pagination a,.hos-micro-pagination strong,.hos-micro-pagination span{min-width:42px;height:42px;padding:0 12px;border:1px solid #DDE3DE;border-radius:9px;background:#fff;color:#4A524C!important;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:750}
.hos-micro-pagination strong{background:#202621;border-color:#202621;color:#fff!important}
.hos-micro-pagination span{border-color:transparent;background:transparent}
.hos-micro-pagination .prev,.hos-micro-pagination .next{padding:0 16px}
@media(max-width:900px){.hos-micro-inventory-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.hos-micro-inventory-filter-grid{grid-template-columns:1fr}.hos-micro-inventory-results{align-items:flex-start;flex-direction:column}}

/* HOUSE OS 1.8.9 — Ficha Pública Nativa de Propiedad */
body.hos-property-standalone{margin:0;background:#fff;color:#202621;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.hos-property-topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #E7EAE8}
.hos-property-topbar-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.hos-property-brand img{height:46px;width:auto;max-width:190px;display:block}
.hos-property-topbar nav{display:flex;align-items:center;gap:24px}
.hos-property-topbar nav a{color:#293029!important;font-size:15px;font-weight:750;text-decoration:none}
.hos-property-public-head{padding:46px 0 28px}
.hos-property-breadcrumbs{display:flex;gap:8px;align-items:center;color:#7A827C;font-size:12px}
.hos-property-breadcrumbs a{color:#5E675F!important}
.hos-property-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end;margin-top:18px}
.hos-property-title-row h1{max-width:1000px;margin:10px 0 12px;font-size:52px;line-height:1.02;letter-spacing:-.045em}
.hos-property-title-row p{margin:0;color:#68716A;font-size:16px}
.hos-property-status{display:inline-flex;padding:7px 10px;border-radius:999px;background:#EAF7EF;color:#167041;font-size:11px;font-weight:850;letter-spacing:.06em}
.hos-property-price strong{white-space:nowrap;font-size:30px;letter-spacing:-.03em}
.hos-property-gallery-section{padding-bottom:34px}
.hos-property-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;gap:10px;border-radius:18px;overflow:hidden;background:#F3F5F3}
.hos-property-gallery figure{margin:0;overflow:hidden}
.hos-property-gallery figure.is-main{grid-row:1 / span 2}
.hos-property-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.hos-property-gallery-empty{min-height:360px;border-radius:18px;background:#F3F5F3;display:flex;align-items:center;justify-content:center;color:#828A84}
.hos-property-content-section{padding:36px 0 80px}
.hos-property-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:70px;align-items:start}
.hos-property-specs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding-bottom:30px;border-bottom:1px solid #E5E9E6}
.hos-property-specs div{padding:16px;border-radius:12px;background:#F8F9F8}
.hos-property-specs b,.hos-property-specs span{display:block}
.hos-property-specs b{font-size:20px}
.hos-property-specs span{margin-top:4px;color:#737B75;font-size:11px}
.hos-property-copy,.hos-property-features,.hos-property-location{padding:38px 0;border-bottom:1px solid #E5E9E6}
.hos-property-section-label{display:block;margin-bottom:14px;color:#129D55;font-size:10px;font-weight:900;letter-spacing:.14em}
.hos-property-copy{font-size:17px;line-height:1.8;color:#3E463F}
.hos-property-copy p:first-child{margin-top:0}
.hos-property-features>div{display:flex;flex-wrap:wrap;gap:8px}
.hos-property-features>div span{padding:9px 11px;border:1px solid #E0E5E1;border-radius:999px;background:#FAFBFA;font-size:12px}
.hos-property-location h2{margin:0 0 8px;font-size:30px}
.hos-property-location p{margin:0;color:#6D756F;font-size:15px}
.hos-property-contact-card{position:sticky;top:110px;padding:28px;border:1px solid #E1E6E2;border-radius:18px;background:#fff;box-shadow:0 20px 55px rgba(28,37,30,.07)}
.hos-property-contact-card h2{margin:8px 0 6px;font-size:28px;line-height:1.08}
.hos-property-contact-card>p{margin:0;color:#737B75;font-size:14px}
.hos-property-contact-actions{display:grid;gap:9px;margin-top:22px}
.hos-property-contact-actions a{min-height:48px;border:1px solid #DDE3DE;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#283029!important;font-size:14px;font-weight:800;text-decoration:none}
.hos-property-contact-actions a.is-primary{background:#129D55;border-color:#129D55;color:#fff!important}
.hos-property-agency-link{display:block;margin-top:18px;color:#167041!important;font-size:13px;font-weight:800;text-decoration:none}
.hos-property-share{margin-top:24px;padding-top:18px;border-top:1px solid #E7EAE8}
.hos-property-share span{display:block;margin-bottom:7px;color:#7B837D;font-size:10px;font-weight:800;letter-spacing:.08em}
.hos-property-share a{color:#303831!important;font-size:12px;font-weight:750}
.hos-property-back{padding:0 0 55px}
.hos-property-back a{color:#3A433C!important;font-size:13px;font-weight:800}
.hos-property-footer{padding:34px 0;background:#202621}
.hos-property-footer .hos-shell{display:flex;align-items:center;justify-content:space-between;gap:20px}
.hos-property-footer img{height:40px;width:auto;max-width:170px;filter:brightness(0) invert(1)}
.hos-property-footer span{color:#C9D0CB;font-size:12px}
@media(max-width:1000px){
  .hos-property-title-row{grid-template-columns:1fr}
  .hos-property-title-row h1{font-size:42px}
  .hos-property-price strong{font-size:26px}
  .hos-property-content-grid{grid-template-columns:1fr}
  .hos-property-contact-card{position:static}
  .hos-property-specs{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
  .hos-property-topbar-inner{min-height:72px}
  .hos-property-brand img{height:38px}
  .hos-property-topbar nav a:not(:last-child){display:none}
  .hos-property-title-row h1{font-size:34px}
  .hos-property-gallery{grid-template-columns:1fr 1fr;grid-template-rows:280px 150px}
  .hos-property-gallery figure.is-main{grid-column:1 / span 2;grid-row:auto}
  .hos-property-gallery figure:nth-child(n+4){display:none}
  .hos-property-specs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hos-property-content-section{padding-bottom:50px}
}

/* HOUSE OS 1.9.0 — Ficha Premium de Propiedad */
body.hos-property-premium{margin:0;background:#fff;color:#242A25;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.hospp-shell{width:min(1320px,calc(100% - 64px));margin:0 auto}
.hospp-header{position:relative;z-index:30;background:#fff;border-bottom:1px solid #E9ECE9}
.hospp-header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.hospp-brand img{height:48px;width:auto;max-width:190px;display:block}
.hospp-nav{display:flex;align-items:center;gap:30px}
.hospp-nav a{color:#303730!important;font-size:15px;font-weight:700;text-decoration:none}
.hospp-nav-cta{padding:13px 18px;border-radius:10px;background:#202621;color:#fff!important}
.hospp-hero{position:relative;min-height:650px;overflow:hidden;background:#222}
.hospp-hero-image,.hospp-hero-overlay{position:absolute;inset:0}
.hospp-hero-image{background-position:center;background-size:cover;transform:scale(1.005)}
.hospp-hero-image.is-empty{background:linear-gradient(135deg,#2A312B,#59645C)}
.hospp-hero-overlay{background:linear-gradient(180deg,rgba(10,15,11,.13) 0%,rgba(10,15,11,.19) 38%,rgba(10,15,11,.78) 100%)}
.hospp-hero-inner{position:relative;z-index:2;min-height:650px;padding:34px 0 50px;display:flex;flex-direction:column;justify-content:space-between}
.hospp-hero-top{display:flex;align-items:center;justify-content:space-between;gap:20px}
.hospp-breadcrumbs{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:12px}
.hospp-breadcrumbs a{color:#fff!important;text-decoration:none}
.hospp-share{padding:10px 13px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:#fff!important;font-size:12px;font-weight:800;text-decoration:none}
.hospp-hero-content{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:end}
.hospp-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.hospp-badges span{padding:7px 10px;border-radius:999px;background:#129D55;color:#fff;font-size:11px;font-weight:850}
.hospp-badges span.is-light{background:rgba(255,255,255,.16);backdrop-filter:blur(8px)}
.hospp-hero h1{max-width:960px;margin:0;color:#fff;font-size:64px;line-height:.98;letter-spacing:-.05em;text-wrap:balance}
.hospp-hero-content p{max-width:760px;margin:18px 0 0;color:rgba(255,255,255,.82);font-size:17px}
.hospp-price{text-align:right}
.hospp-price small{display:block;margin-bottom:8px;color:rgba(255,255,255,.58);font-size:10px;font-weight:900;letter-spacing:.14em}
.hospp-price strong{display:block;color:#fff;font-size:34px;line-height:1;white-space:nowrap}
.hospp-summary{border-bottom:1px solid #E9ECE9;background:#fff}
.hospp-summary-grid{min-height:112px;display:flex;align-items:stretch}
.hospp-summary-grid>div{min-width:150px;padding:24px 30px;border-right:1px solid #E9ECE9;display:flex;flex-direction:column;justify-content:center}
.hospp-summary-grid>div:first-child{padding-left:0}
.hospp-summary-grid span{color:#7B837D;font-size:11px;font-weight:700}
.hospp-summary-grid strong{margin-top:5px;font-size:21px;letter-spacing:-.02em}
.hospp-gallery{padding:28px 0 0}
.hospp-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.hospp-gallery figure{height:230px;margin:0;overflow:hidden;border-radius:12px;background:#F3F5F3}
.hospp-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.hospp-gallery figure:hover img{transform:scale(1.02)}
.hospp-body{padding:78px 0 100px}
.hospp-body-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:90px;align-items:start}
.hospp-content{max-width:800px}
.hospp-section{padding:0 0 52px;margin-bottom:52px;border-bottom:1px solid #E7EBE8}
.hospp-section:last-child{margin-bottom:0}
.hospp-eyebrow{display:block;margin-bottom:14px;color:#129D55;font-size:10px;font-weight:900;letter-spacing:.16em}
.hospp-section h2{max-width:720px;margin:0 0 24px;font-size:40px;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
.hospp-description{color:#485149;font-size:18px;line-height:1.85}
.hospp-description p:first-child{margin-top:0}
.hospp-features{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px}
.hospp-features>div{padding:12px 0;border-bottom:1px solid #EEF0EE;color:#3F4741;font-size:15px}
.hospp-features>div span{display:inline-flex;width:24px;color:#129D55;font-weight:900}
.hospp-location-address{margin:0;color:#69716B;font-size:16px;line-height:1.7}
.hospp-sidebar{position:relative}
.hospp-contact-card{position:sticky;top:28px;padding:30px;border:1px solid #E0E5E1;border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(26,34,28,.06)}
.hospp-contact-profile{display:flex;align-items:center;gap:14px;margin:18px 0 20px}
.hospp-contact-profile img,.hospp-contact-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}
.hospp-contact-avatar{background:#202621;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800}
.hospp-contact-profile strong,.hospp-contact-profile span{display:block}
.hospp-contact-profile strong{font-size:18px}
.hospp-contact-profile span{margin-top:4px;color:#737B75;font-size:12px}
.hospp-contact-card>p{margin:0;color:#667068;font-size:14px;line-height:1.65}
.hospp-contact-primary{min-height:52px;margin-top:22px;border-radius:10px;background:#129D55;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:850;text-decoration:none}
.hospp-contact-secondary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}
.hospp-contact-secondary a{min-height:44px;border:1px solid #DDE3DE;border-radius:10px;color:#333A35!important;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;text-decoration:none}
.hospp-agency-link{display:block;margin-top:20px;padding-top:18px;border-top:1px solid #E9ECE9;color:#167041!important;font-size:13px;font-weight:800;text-decoration:none}
.hospp-cta{padding:70px 0;background:#F4F6F4}
.hospp-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.hospp-cta span{color:#129D55;font-size:10px;font-weight:900;letter-spacing:.14em}
.hospp-cta h2{margin:8px 0 0;font-size:38px;letter-spacing:-.035em}
.hospp-cta a{padding:15px 21px;border-radius:10px;background:#202621;color:#fff!important;font-size:14px;font-weight:850;text-decoration:none;white-space:nowrap}
.hospp-footer{padding:34px 0;background:#202621}
.hospp-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.hospp-footer img{height:40px;width:auto;max-width:170px;filter:brightness(0) invert(1)}
.hospp-footer span{color:#C4CBC6;font-size:12px}
@media(max-width:1050px){
  .hospp-hero h1{font-size:52px}
  .hospp-body-grid{grid-template-columns:1fr;gap:50px}
  .hospp-contact-card{position:static}
  .hospp-gallery-grid{grid-template-columns:1fr 1fr}
  .hospp-summary-grid{overflow-x:auto}
}
@media(max-width:760px){
  .hospp-shell{width:min(100% - 28px,1320px)}
  .hospp-header-inner{height:76px}
  .hospp-brand img{height:38px}
  .hospp-nav a:not(.hospp-nav-cta){display:none}
  .hospp-nav-cta{padding:11px 13px;font-size:12px!important}
  .hospp-hero,.hospp-hero-inner{min-height:560px}
  .hospp-hero-inner{padding-top:20px;padding-bottom:32px}
  .hospp-hero-content{grid-template-columns:1fr}
  .hospp-hero h1{font-size:40px}
  .hospp-price{text-align:left}
  .hospp-price strong{font-size:28px}
  .hospp-summary-grid>div{min-width:130px;padding:20px}
  .hospp-gallery-grid{grid-template-columns:1fr 1fr}
  .hospp-gallery figure{height:150px}
  .hospp-body{padding:52px 0 70px}
  .hospp-section{padding-bottom:38px;margin-bottom:38px}
  .hospp-section h2{font-size:31px}
  .hospp-description{font-size:16px}
  .hospp-features{grid-template-columns:1fr}
  .hospp-cta-inner{align-items:flex-start;flex-direction:column}
  .hospp-cta h2{font-size:31px}
  .hospp-footer-inner{align-items:flex-start;flex-direction:column}
}

/* HOUSE OS 1.9.1 — ficha independiente del nuevo sitio */
body.hos-property-premium .admin-bar .hospp-header{top:32px}
.hospp-header{position:sticky;top:0}
.hospp-header-inner{max-width:1320px}
.hospp-hero{min-height:720px}
.hospp-hero-inner{min-height:720px}
.hospp-hero h1{max-width:980px;font-size:72px}
.hospp-price strong{font-size:38px}
.hospp-summary-grid{justify-content:flex-start}
.hospp-gallery{padding-top:38px}
.hospp-gallery-grid{grid-template-columns:2fr 1fr 1fr;grid-template-rows:260px 260px}
.hospp-gallery figure:first-child{grid-row:1 / span 2}
.hospp-gallery figure{height:auto}
.hospp-body{padding-top:90px}
.hospp-content{max-width:860px}
.hospp-contact-card{border-radius:22px;padding:34px}
@media(max-width:1000px){
  .hospp-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .hospp-gallery figure:first-child{grid-row:auto;grid-column:1 / span 2;height:360px}
  .hospp-gallery figure{height:190px}
}
@media(max-width:782px){
  body.admin-bar .hospp-header{top:46px}
}
@media(max-width:760px){
  .hospp-hero,.hospp-hero-inner{min-height:620px}
  .hospp-hero h1{font-size:42px}
}

/* HOUSE OS 1.9.4 — Premium refinement + modal CRM */
.hos-property-v194 .hospp-header{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(25,34,27,.08)}
.hos-property-v194 .hospp-header-inner{height:88px}
.hos-property-v194 .hospp-brand img{height:42px}
.hos-property-v194 .hospp-nav{gap:28px}
.hos-property-v194 .hospp-nav a{font-size:14px}
.hos-property-v194 .hospp-nav-cta{appearance:none;border:1px solid #129D55;background:#129D55!important;color:#fff!important;padding:12px 18px;border-radius:999px;font:inherit;font-size:13px;font-weight:850;cursor:pointer;transition:.2s}
.hos-property-v194 .hospp-nav-cta:hover{background:#0F8648!important;border-color:#0F8648;transform:translateY(-1px)}

.hos-property-v194 .hospp-hero,.hos-property-v194 .hospp-hero-inner{min-height:665px}
.hos-property-v194 .hospp-hero-overlay{background:linear-gradient(180deg,rgba(8,13,9,.10),rgba(8,13,9,.20) 40%,rgba(8,13,9,.82))}
.hos-property-v194 .hospp-hero h1{max-width:950px;font-size:62px;line-height:.99}
.hos-property-v194 .hospp-price{padding:18px 20px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(13,20,15,.22);backdrop-filter:blur(10px)}
.hos-property-v194 .hospp-price strong{font-size:32px}
.hos-property-v194 .hospp-summary-grid{min-height:98px}
.hos-property-v194 .hospp-summary-grid>div{padding-top:20px;padding-bottom:20px}

.hos-property-v194 .hospp-gallery{padding-top:24px}
.hos-property-v194 .hospp-gallery-grid{gap:8px}
.hos-property-v194 .hospp-gallery figure{border-radius:14px}

.hos-property-v194 .hospp-body{padding:68px 0 88px}
.hos-property-v194 .hospp-body-grid{grid-template-columns:minmax(0,1fr) 350px;gap:74px}
.hos-property-v194 .hospp-content{max-width:760px}
.hos-property-v194 .hospp-section{padding-bottom:40px;margin-bottom:40px}
.hos-property-v194 .hospp-section h2{font-size:34px;margin-bottom:18px}
.hos-property-v194 .hospp-description-intro{margin:0;color:#4E5850;font-size:17px;line-height:1.8}
.hos-property-v194 .hospp-description-more{margin-top:16px}
.hos-property-v194 .hospp-description-more summary{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#147443;font-size:13px;font-weight:850;list-style:none}
.hos-property-v194 .hospp-description-more summary::-webkit-details-marker{display:none}
.hos-property-v194 .hospp-description-more summary:after{content:"+";width:22px;height:22px;border:1px solid #CEE1D4;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.hos-property-v194 .hospp-description-more[open] summary:after{content:"−"}
.hos-property-v194 .hospp-description-full{margin-top:22px;padding-top:22px;border-top:1px solid #E8ECE9;color:#515B53;font-size:15px;line-height:1.75}
.hos-property-v194 .hospp-description-full p{margin:0 0 15px}
.hos-property-v194 .hospp-description-full strong{color:#2C332E}
.hos-property-v194 .hospp-features{gap:8px 24px}
.hos-property-v194 .hospp-features>div{font-size:14px}

.hos-property-v194 .hospp-contact-card{padding:26px;border-radius:20px;border:1px solid #E4E9E5;box-shadow:0 22px 60px rgba(30,39,32,.07)}
.hos-property-v194 .hospp-contact-profile{margin:14px 0 16px}
.hos-property-v194 .hospp-contact-profile img,.hos-property-v194 .hospp-contact-avatar{width:54px;height:54px}
.hos-property-v194 .hospp-contact-profile strong{font-size:17px}
.hos-property-v194 .hospp-contact-card>p{font-size:13px;line-height:1.6}
.hos-property-v194 .hospp-contact-primary{width:100%;border:0;cursor:pointer;font:inherit}
.hos-property-v194 .hospp-whatsapp-secondary{min-height:44px;margin-top:9px;border:1px solid #BFE4CC;border-radius:10px;color:#137643!important;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:850;text-decoration:none;background:#F7FCF9}
.hos-property-v194 .hospp-contact-secondary{margin-top:9px}
.hos-property-v194 .hospp-success{margin:14px 0 0;padding:11px 12px;border-radius:10px;background:#EAF8EF;color:#176E42;font-size:12px;font-weight:750;line-height:1.5}
.hos-property-v194 .hospp-cta{background:#F6F8F6}
.hos-property-v194 .hospp-cta a{background:#129D55}

.hospp-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:.2s}
.hospp-modal.is-open{opacity:1;visibility:visible}
.hospp-modal-backdrop{position:absolute;inset:0;background:rgba(13,19,15,.62);backdrop-filter:blur(8px)}
.hospp-modal-dialog{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:32px;border-radius:24px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.22);transform:translateY(14px) scale(.985);transition:.22s}
.hospp-modal.is-open .hospp-modal-dialog{transform:none}
.hospp-modal-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:1px solid #E0E5E1;border-radius:50%;background:#fff;color:#2C342E;font-size:24px;line-height:1;cursor:pointer}
.hospp-modal-head{padding-right:40px}
.hospp-modal-head h2{margin:8px 0 9px;font-size:32px;line-height:1.08;letter-spacing:-.035em}
.hospp-modal-head p{margin:0;color:#69716B;font-size:14px;line-height:1.6}
.hospp-modal-property{display:grid;grid-template-columns:78px 1fr;gap:13px;align-items:center;margin:22px 0;padding:11px;border-radius:13px;background:#F5F7F5}
.hospp-modal-property img{width:78px;height:64px;object-fit:cover;border-radius:9px}
.hospp-modal-property strong,.hospp-modal-property span{display:block}
.hospp-modal-property strong{font-size:13px;line-height:1.35}
.hospp-modal-property span{margin-top:5px;color:#167041;font-size:12px;font-weight:850}
.hospp-modal-form{display:grid;gap:13px}
.hospp-modal-form label>span{display:block;margin-bottom:6px;color:#5F685F;font-size:11px;font-weight:850}
.hospp-modal-form input,.hospp-modal-form textarea{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #DCE3DD;border-radius:11px;background:#fff;color:#263029;font:inherit;font-size:14px;outline:none}
.hospp-modal-form input{height:48px}
.hospp-modal-form textarea{resize:vertical;min-height:100px}
.hospp-modal-form input:focus,.hospp-modal-form textarea:focus{border-color:#129D55;box-shadow:0 0 0 3px rgba(18,157,85,.08)}
.hospp-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.hospp-modal-form button[type=submit]{min-height:50px;border:0;border-radius:11px;background:#129D55;color:#fff;font:inherit;font-size:14px;font-weight:900;cursor:pointer}
.hospp-modal-form small{color:#858C86;font-size:10px;line-height:1.5;text-align:center}
.hospp-hp{position:absolute!important;left:-9999px!important;opacity:0!important}
html.hospp-modal-lock{overflow:hidden}

@media(max-width:760px){
  .hos-property-v194 .hospp-hero,.hos-property-v194 .hospp-hero-inner{min-height:570px}
  .hos-property-v194 .hospp-hero h1{font-size:38px}
  .hos-property-v194 .hospp-price{padding:13px 14px}
  .hos-property-v194 .hospp-price strong{font-size:25px}
  .hos-property-v194 .hospp-body-grid{gap:42px}
  .hos-property-v194 .hospp-section h2{font-size:29px}
  .hos-property-v194 .hospp-description-intro{font-size:16px}
  .hospp-modal-dialog{padding:24px 18px 20px;border-radius:20px}
  .hospp-modal-head h2{font-size:27px}
  .hospp-modal-row{grid-template-columns:1fr}
}

/* HOUSE OS 1.9.5 — Login popup Mi House */
.hos-login-trigger{appearance:none;border:0;background:transparent;font:inherit;cursor:pointer}
.hos-mobile-login-trigger,.hos-footer-login-trigger{appearance:none;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;padding:0}
.hos-footer-login-trigger{color:#C9CECB;font-size:13px}
.hos-mobile-login-trigger{width:100%;padding:14px 0;color:#252B26;font-weight:750}

.hos-login-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
.hos-login-modal.is-open{opacity:1;visibility:visible}
.hos-login-modal-backdrop{position:absolute;inset:0;background:rgba(17,23,19,.58);backdrop-filter:blur(10px)}
.hos-login-modal-dialog{position:relative;z-index:1;width:min(440px,100%);padding:34px;border-radius:24px;background:#fff;box-shadow:0 40px 120px rgba(0,0,0,.24);transform:translateY(14px) scale(.985);transition:transform .22s ease}
.hos-login-modal.is-open .hos-login-modal-dialog{transform:none}
.hos-login-modal-close{position:absolute;right:17px;top:16px;width:38px;height:38px;border:1px solid #E1E6E2;border-radius:50%;background:#fff;color:#293029;font-size:24px;line-height:1;cursor:pointer}
.hos-login-modal-brand img{height:48px;width:auto;max-width:185px;display:block}
.hos-login-modal-copy{margin-top:30px}
.hos-login-modal-copy>span{color:#129D55;font-size:10px;font-weight:900;letter-spacing:.17em}
.hos-login-modal-copy h2{margin:9px 0 9px;color:#202621;font-size:34px;line-height:1.03;letter-spacing:-.04em}
.hos-login-modal-copy p{margin:0;color:#69716B;font-size:14px;line-height:1.6}
.hos-login-modal-error{margin-top:18px;padding:12px 13px;border:1px solid #F1CDCD;border-radius:11px;background:#FFF7F7;color:#9A3434;font-size:12px;font-weight:700;line-height:1.5}
.hos-login-modal-form{display:grid;gap:15px;margin-top:24px}
.hos-login-modal-form label>span{display:block;margin-bottom:7px;color:#566058;font-size:11px;font-weight:850}
.hos-login-modal-form input[type=text],.hos-login-modal-form input[type=password]{width:100%;box-sizing:border-box;height:50px;padding:0 14px;border:1px solid #DCE3DD;border-radius:11px;background:#fff;color:#252D27;font:inherit;font-size:15px;outline:none}
.hos-login-modal-form input:focus{border-color:#129D55;box-shadow:0 0 0 3px rgba(18,157,85,.08)}
.hos-login-password-wrap{position:relative}
.hos-login-password-wrap input{padding-right:68px!important}
.hos-login-password-wrap button{position:absolute;right:8px;top:7px;height:36px;padding:0 9px;border:0;border-radius:8px;background:#F3F6F4;color:#59625B;font-size:11px;font-weight:800;cursor:pointer}
.hos-login-options{display:flex;align-items:center;justify-content:space-between;gap:16px}
.hos-login-remember{display:flex!important;align-items:center;gap:7px;margin:0!important;cursor:pointer}
.hos-login-remember input{margin:0}
.hos-login-remember span{margin:0!important;color:#667068!important;font-size:12px!important;font-weight:650!important}
.hos-login-options>a{color:#167041!important;font-size:12px;font-weight:750;text-decoration:none}
.hos-login-submit{min-height:52px;border:0;border-radius:11px;background:#129D55;color:#fff;font:inherit;font-size:14px;font-weight:900;cursor:pointer;transition:.2s}
.hos-login-submit:hover{background:#0F8648;transform:translateY(-1px)}
.hos-login-security{margin:0!important;color:#8A918C!important;font-size:10px!important;line-height:1.5!important;text-align:center}
html.hos-login-lock{overflow:hidden}
@media(max-width:560px){
  .hos-login-modal{padding:12px}
  .hos-login-modal-dialog{padding:27px 18px 22px;border-radius:20px}
  .hos-login-modal-copy h2{font-size:30px}
  .hos-login-options{align-items:flex-start;flex-direction:column;gap:10px}
}

/* HOUSE OS 1.9.7 — robust login state */
.hos-login-modal-error{position:relative}
.hos-login-modal-error:before{content:"";display:block;width:8px;height:8px;margin-bottom:8px;border-radius:50%;background:#C94B4B}


/* HOUSE OS 1.9.8 — Home Authority + IA + Franquicias */
.hos-home-v198{background:
  radial-gradient(circle at top right, rgba(18,157,85,.06), transparent 27%),
  linear-gradient(180deg,#F7FAF8 0%,#FFFFFF 16%,#FFFFFF 100%)
}
.hos-hero-authority{padding:54px 0 0;background:
  radial-gradient(circle at 14% 12%, rgba(18,157,85,.11), transparent 24%),
  radial-gradient(circle at 88% 20%, rgba(152,202,112,.15), transparent 19%),
  linear-gradient(180deg,#F9FBFA 0%,#F1F5F2 100%)}
.hos-hero-grid-premium{align-items:stretch}
.hos-hero-grid-premium .hos-hero-copy{padding:26px 0 8px}
.hos-hero-grid-premium .hos-hero-copy h1{max-width:760px;font-size:clamp(56px,6.8vw,92px);line-height:.93}
.hos-hero-grid-premium .hos-hero-copy p{max-width:690px;font-size:18px;line-height:1.72}
.hos-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.hos-hero-badges span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid rgba(18,157,85,.14);color:#304038;font-size:11px;font-weight:800;box-shadow:0 8px 22px rgba(21,28,23,.05)}
.hos-btn-darkline{background:#1B221E;border-color:#1B221E;color:#fff!important}
.hos-btn-darkline:hover{background:#101512;border-color:#101512}
.hos-hero-media-premium{min-height:650px;border-radius:32px;background:#DCE5DE;box-shadow:0 24px 70px rgba(17,24,20,.12)}
.hos-hero-media-premium>img,.hos-hero-media-premium .hos-hero-fallback{height:650px}
.hos-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,16,14,.05),rgba(12,16,14,.42) 70%,rgba(12,16,14,.56) 100%)}
.hos-hero-ai-card{position:absolute;top:24px;left:24px;max-width:280px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(22,28,24,.72);backdrop-filter:blur(12px);color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.hos-hero-ai-card small{display:block;color:#98CA70;font-size:10px;font-weight:900;letter-spacing:.14em}
.hos-hero-ai-card h3{margin:10px 0 10px;font-size:24px;line-height:1.08;color:#fff}
.hos-hero-ai-card ul{margin:0;padding-left:18px}
.hos-hero-ai-card li{margin:0 0 8px;color:rgba(255,255,255,.88);font-size:12px;line-height:1.45}
.hos-hero-property-premium{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;left:24px;right:24px;bottom:24px;padding:24px;border-radius:24px;background:rgba(255,255,255,.93);box-shadow:0 22px 45px rgba(10,15,12,.12)}
.hos-hero-property-premium h2{margin:4px 0 4px;font-size:28px;line-height:1}
.hos-hero-property-pricewrap{text-align:right}
.hos-hero-property-pricewrap strong{margin:0;font-size:28px}
.hos-hero-property-pricewrap b{display:block;margin-top:10px;color:#1B221E;font-size:12px}
.hos-hero-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:26px}
.hos-hero-trust>div{padding:18px 16px;border:1px solid var(--hos-line);border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 10px 22px rgba(20,28,23,.04)}
.hos-hero-trust strong{display:block;font-size:28px;line-height:1;color:#121713}
.hos-hero-trust span{display:block;margin-top:7px;color:#627068;font-size:11px;line-height:1.45}
.hos-search-premium{margin:-34px auto 0;padding:18px;border-radius:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);box-shadow:0 22px 60px rgba(14,22,18,.1)}
.hos-search-headline{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px;padding:0 4px}
.hos-search-headline strong{display:block;color:var(--hos-black);font-size:17px;line-height:1.3}
.hos-search-headline span{display:block;margin-top:3px;color:var(--hos-muted);font-size:12px}
.hos-search-row-premium{grid-template-columns:1fr 240px auto}
.hos-search-row-premium>div{background:#F5F8F6}
.hos-search-row-premium select{width:100%;border:0;background:transparent;color:var(--hos-black);font-size:14px;outline:none}
.hos-search-row-premium>button{min-width:150px;border-radius:14px;background:#151A17}
.hos-search-row-premium>button:hover{background:var(--hos-green)}
.hos-home-proof{padding-top:96px}
.hos-proof-grid{display:grid;grid-template-columns:1.2fr repeat(2,.9fr);gap:16px}
.hos-proof-card{min-height:220px;padding:24px;border:1px solid var(--hos-line);border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(19,24,21,.05)}
.hos-proof-card small{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--hos-green-soft);color:var(--hos-green);font-size:12px;font-weight:900}
.hos-proof-card h3{margin:58px 0 9px;color:var(--hos-black);font-size:27px;line-height:1.03}
.hos-proof-card p{margin:0;color:var(--hos-muted);font-size:14px;line-height:1.62}
.hos-proof-card-dark{grid-column:1/3;min-height:255px;padding:32px;background:linear-gradient(135deg,#171C19 0%,#293029 100%);border-color:#171C19;color:#fff}
.hos-proof-card-dark h2{margin:8px 0 14px;color:#fff;font-size:clamp(34px,4.2vw,52px);line-height:1}
.hos-proof-card-dark p{max-width:720px;color:#C5CDC8;font-size:15px}
.hos-proof-card-accent{background:linear-gradient(135deg,#129D55 0%,#0F8648 100%);border-color:#129D55}
.hos-proof-card-accent h3,.hos-proof-card-accent p,.hos-proof-card-accent small{color:#fff}
.hos-proof-card-accent small{background:rgba(255,255,255,.18)}
.hos-home-ia{background:linear-gradient(180deg,#121714 0%,#1C231F 100%);color:#fff}
.hos-home-ia-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}
.hos-home-ia-copy h2{margin:0;color:#fff;font-size:clamp(40px,5vw,62px);line-height:1;letter-spacing:-.045em}
.hos-home-ia-copy p{max-width:720px;margin:18px 0 0;color:#C4CDC7;font-size:16px;line-height:1.75}
.hos-home-ia-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.hos-home-ia-points>div{padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.04)}
.hos-home-ia-points strong{display:block;color:#fff;font-size:16px}
.hos-home-ia-points span{display:block;margin-top:8px;color:#AEB8B2;font-size:12px;line-height:1.55}
.hos-home-ia-side{display:grid;gap:16px}
.hos-home-authority-stat,.hos-home-authority-quote{padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.05)}
.hos-home-authority-stat small{display:block;color:#98CA70;font-size:10px;font-weight:900;letter-spacing:.14em}
.hos-home-authority-stat strong{display:block;margin-top:12px;color:#fff;font-size:74px;line-height:.92}
.hos-home-authority-stat span{display:block;margin-top:10px;color:#BEC7C1;font-size:14px;line-height:1.55}
.hos-home-authority-quote p{margin:0;color:#fff;font-size:24px;line-height:1.3}
.hos-home-authority-quote b{display:inline-block;margin-top:14px;color:#98CA70;font-size:11px;letter-spacing:.16em}
.hos-home-network{background:
  radial-gradient(circle at 15% 15%, rgba(18,157,85,.12), transparent 22%),
  linear-gradient(180deg,#1A201C 0%,#242B27 100%)}
.hos-network-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 24px}
.hos-network-mini-stats>div{padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.04)}
.hos-network-mini-stats strong{display:block;color:#fff;font-size:30px}
.hos-network-mini-stats span{display:block;margin-top:6px;color:#A9B2AC;font-size:11px}
.hos-eco-card-gradient{background:linear-gradient(180deg,#fff 0%,#F5F8F6 100%)}
.hos-eco-card-gradient:hover{background:linear-gradient(180deg,#fff 0%,#EDF6F1 100%)}
.hos-final-premium{padding:20px 0 92px}
.hos-final-card-dark{border:0;background:
  radial-gradient(circle at top right, rgba(18,157,85,.17), transparent 26%),
  linear-gradient(135deg,#181E1A 0%,#242C27 100%)}
.hos-final-card-dark h2,.hos-final-card-dark p{color:#fff}
.hos-final-card-dark p{color:#C3CDC6}
.hos-final-card-dark .hos-btn-light{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff!important}

@media(max-width:1080px){
  .hos-hero-grid-premium .hos-hero-copy h1{font-size:clamp(52px,7vw,74px)}
  .hos-hero-trust{grid-template-columns:1fr 1fr}
  .hos-proof-grid{grid-template-columns:1fr 1fr}
  .hos-proof-card-dark{grid-column:1/-1}
  .hos-home-ia-grid{grid-template-columns:1fr}
}

@media(max-width:780px){
  .hos-hero-media-premium,.hos-hero-media-premium>img,.hos-hero-media-premium .hos-hero-fallback{min-height:470px;height:470px}
  .hos-hero-ai-card{position:relative;top:auto;left:auto;max-width:none;margin:14px}
  .hos-hero-property-premium{position:relative;left:auto;right:auto;bottom:auto;margin:0 14px 14px;grid-template-columns:1fr}
  .hos-hero-property-pricewrap{text-align:left}
  .hos-search-row-premium{grid-template-columns:1fr}
  .hos-home-ia-points{grid-template-columns:1fr}
  .hos-network-mini-stats{grid-template-columns:1fr}
}

@media(max-width:640px){
  .hos-hero-grid-premium .hos-hero-copy h1{font-size:46px}
  .hos-hero-trust,.hos-proof-grid{grid-template-columns:1fr}
  .hos-proof-card h3{margin-top:46px}
  .hos-search-premium{width:min(100%,calc(100% - 22px));margin:-22px auto 0;padding:14px}
}


/* HOUSE OS 1.9.9 — Home Refinado + Autoridad Real */
.hos-home-v199{background:linear-gradient(180deg,#F8FAF8 0%,#FFFFFF 18%,#FFFFFF 100%)}
.hos-hero-refined{padding:52px 0 0;background:radial-gradient(circle at 12% 12%, rgba(18,157,85,.08), transparent 24%),linear-gradient(180deg,#F9FBFA 0%,#F2F5F3 100%)}
.hos-hero-grid-refined{align-items:start;gap:44px}
.hos-hero-copy-refined h1{max-width:650px;font-size:clamp(42px,5.6vw,72px);line-height:.98;letter-spacing:-.05em}
.hos-hero-copy-refined p{max-width:620px;margin:18px 0 22px;font-size:16px;line-height:1.68}
.hos-hero-badges-refined{margin-bottom:20px;gap:10px}
.hos-hero-badges-refined span{font-size:11px}
.hos-hero-trust-refined{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}
.hos-hero-trust-refined>div{padding:16px 14px;border-radius:16px}
.hos-hero-trust-refined strong{font-size:22px}
.hos-hero-trust-refined span{font-size:11px}
.hos-hero-media-refined{min-height:590px;border-radius:28px;box-shadow:0 22px 60px rgba(17,24,20,.1)}
.hos-hero-media-refined>img,.hos-hero-media-refined .hos-hero-fallback{height:590px}
.hos-hero-ai-card-refined{max-width:270px;padding:18px;border-radius:18px}
.hos-hero-ai-card-refined h3{font-size:18px;line-height:1.15;margin:9px 0 10px}
.hos-hero-ai-card-refined li{font-size:12px}
.hos-hero-property-refined{left:20px;right:20px;bottom:20px;padding:18px 20px;border-radius:18px}
.hos-hero-property-refined h2{font-size:24px;line-height:1.05}
.hos-hero-property-refined .hos-hero-property-pricewrap strong{font-size:24px}
.hos-search-refined{width:min(1180px,calc(100% - 60px));margin:-26px auto 0;padding:16px;border-radius:22px;box-shadow:0 18px 50px rgba(14,22,18,.08)}
.hos-search-row-refined{grid-template-columns:1fr 260px 170px;gap:10px}
.hos-search-row-refined>div{padding:11px 14px;border-radius:12px;background:#F5F8F6}
.hos-search-row-refined>button{min-width:170px;border-radius:12px}
.hos-home-proof-refined{padding-top:82px}
.hos-proof-grid-refined{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:14px}
.hos-proof-card-dark-refined{grid-column:1/2;min-height:220px;padding:28px;border-radius:22px}
.hos-proof-card-dark-refined h2{font-size:clamp(28px,3.5vw,40px);line-height:1.04;margin:8px 0 12px}
.hos-proof-card-dark-refined p{font-size:14px;line-height:1.65}
.hos-proof-card-compact{min-height:190px;padding:22px;border-radius:20px}
.hos-proof-card-compact h3{margin:48px 0 8px;font-size:22px}
.hos-proof-card-compact p{font-size:13px;line-height:1.55}
.hos-home-ia-refined{padding:82px 0;background:linear-gradient(180deg,#171C19 0%,#222925 100%)}
.hos-home-ia-grid-refined{gap:24px;align-items:start}
.hos-home-ia-copy-refined h2{font-size:clamp(32px,4vw,46px);line-height:1.04;max-width:700px}
.hos-home-ia-copy-refined p{margin-top:16px;font-size:15px;line-height:1.7;max-width:720px}
.hos-home-ia-points-refined{margin-top:22px;gap:12px}
.hos-home-ia-points-refined>div{padding:18px;border-radius:16px}
.hos-home-ia-points-refined strong{font-size:15px}
.hos-home-ia-points-refined span{font-size:12px}
.hos-home-ia-side-refined{gap:14px}
.hos-home-authority-stat-refined,.hos-home-authority-quote-refined{padding:22px;border-radius:20px}
.hos-home-authority-stat-refined strong{font-size:52px;line-height:1}
.hos-home-authority-stat-refined span{font-size:13px;line-height:1.55}
.hos-home-authority-quote-refined p{font-size:18px;line-height:1.45;margin:0}
.hos-network-grid-refined{gap:40px}
.hos-network-grid-refined>div:first-child h2{font-size:clamp(32px,4vw,46px);line-height:1.04}
.hos-network-grid-refined>div:first-child p{font-size:15px;line-height:1.65}
.hos-section-head-refined h2{font-size:clamp(30px,3.8vw,42px)}
.hos-section-head-refined p{font-size:15px}
.hos-final-refined{padding:14px 0 88px}
.hos-final-card-dark-refined{padding:34px;border-radius:24px}
.hos-final-card-dark-refined h2{font-size:clamp(30px,4vw,42px);line-height:1.05;max-width:760px}
.hos-final-card-dark-refined p{font-size:15px;line-height:1.65;max-width:680px}

@media(max-width:1080px){
  .hos-proof-grid-refined{grid-template-columns:1fr 1fr}
  .hos-proof-card-dark-refined{grid-column:1/-1}
}

@media(max-width:820px){
  .hos-hero-grid-refined{grid-template-columns:1fr}
  .hos-hero-media-refined,.hos-hero-media-refined>img,.hos-hero-media-refined .hos-hero-fallback{min-height:460px;height:460px}
  .hos-hero-ai-card-refined{position:relative;top:auto;left:auto;max-width:none;margin:14px}
  .hos-hero-property-refined{position:relative;left:auto;right:auto;bottom:auto;margin:0 14px 14px;grid-template-columns:1fr}
  .hos-search-refined{width:min(100%,calc(100% - 22px));margin:-18px auto 0}
  .hos-search-row-refined{grid-template-columns:1fr}
  .hos-home-ia-grid-refined{grid-template-columns:1fr}
}

@media(max-width:640px){
  .hos-hero-copy-refined h1{font-size:40px}
  .hos-hero-trust-refined,.hos-proof-grid-refined{grid-template-columns:1fr}
  .hos-hero-trust-refined>div{padding:14px}
  .hos-home-authority-stat-refined strong{font-size:44px}
}

/* HOUSE OS 2.0.0 — Home público comercial */
.hos-public-value{padding:84px 0;background:#fff}
.hos-public-value-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start}
.hos-public-value-copy h2{max-width:540px;margin:8px 0 16px;font-size:clamp(32px,4vw,46px);line-height:1.04;letter-spacing:-.04em}
.hos-public-value-copy p{max-width:520px;margin:0;color:#687169;font-size:15px;line-height:1.7}
.hos-public-value-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hos-public-value-actions a{position:relative;min-height:150px;padding:22px;border:1px solid #E2E7E3;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#F7F9F7 100%);color:#202621!important;text-decoration:none;transition:.22s ease}
.hos-public-value-actions a:hover{transform:translateY(-3px);border-color:#BFD8C8;box-shadow:0 18px 40px rgba(24,34,27,.07)}
.hos-public-value-actions small{display:block;color:#129D55;font-size:10px;font-weight:900;letter-spacing:.14em}
.hos-public-value-actions strong{display:block;max-width:230px;margin-top:42px;font-size:22px;line-height:1.08;letter-spacing:-.02em}
.hos-public-value-actions span{position:absolute;right:20px;top:18px;color:#129D55;font-size:20px}
.hos-public-value-actions a:last-child{background:linear-gradient(135deg,#129D55 0%,#0F8749 100%);border-color:#129D55;color:#fff!important}
.hos-public-value-actions a:last-child small,.hos-public-value-actions a:last-child span{color:#fff}
@media(max-width:900px){
  .hos-public-value-grid{grid-template-columns:1fr;gap:28px}
}
@media(max-width:640px){
  .hos-public-value{padding:60px 0}
  .hos-public-value-actions{grid-template-columns:1fr}
}


/* HOUSE OS 2.0.1 — Fix empalme hero/buscador */
.hos-hero-refined{padding:52px 0 34px!important}
.hos-search-refined{position:relative;z-index:4;margin:28px auto 0!important}
.hos-home-proof-refined{padding-top:56px!important}
.hos-hero-trust-refined{margin-bottom:8px}
@media(max-width:820px){
  .hos-hero-refined{padding:36px 0 22px!important}
  .hos-search-refined{margin:18px auto 0!important}
  .hos-home-proof-refined{padding-top:42px!important}
}

/* HOUSE OS 2.0.2 — Buscador home legible y funcional */
.hos-home-v199 .hos-search-refined{padding:22px 24px 24px}
.hos-home-v199 .hos-search-headline strong{font-size:20px;line-height:1.3}
.hos-home-v199 .hos-search-headline span{margin-top:7px;font-size:15px;line-height:1.5}
.hos-home-v199 .hos-search-tabs{gap:8px;margin-top:18px;margin-bottom:14px}
.hos-home-v199 .hos-search-tabs button,
.hos-home-v199 .hos-search-tabs a{
  min-height:46px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  font-size:15px;
  font-weight:800;
}
.hos-home-v199 .hos-search-row-refined{grid-template-columns:minmax(0,1fr) 290px 190px}
.hos-home-v199 .hos-search-row-refined>div{min-height:92px;padding:16px 18px}
.hos-home-v199 .hos-search-row-refined label{
  display:block;
  margin-bottom:9px;
  color:#263029;
  font-size:14px;
  line-height:1.3;
  font-weight:850;
}
.hos-home-v199 .hos-search-row-refined input[type=search]{
  width:100%;
  height:38px;
  border:0;
  background:transparent;
  color:#202621;
  font-size:18px;
  font-weight:500;
  outline:none;
}
.hos-home-v199 .hos-search-row-refined input[type=search]::placeholder{color:#9AA19C}
.hos-home-v199 .hos-search-row-refined select{
  width:100%;
  height:40px;
  padding:0 10px;
  border:1px solid #D8DEDA;
  border-radius:9px;
  background:#fff;
  color:#202621;
  font-size:16px;
  font-weight:650;
}
.hos-home-v199 .hos-search-row-refined>button{
  min-height:92px;
  font-size:16px;
  font-weight:900;
}
@media(max-width:820px){
  .hos-home-v199 .hos-search-row-refined{grid-template-columns:1fr}
  .hos-home-v199 .hos-search-row-refined>button{min-height:58px}
}

/* HOUSE OS 2.0.3 — Buscador sólo Comprar/Rentar */
.hos-home-v199 .hos-property-operation-tabs{display:flex;gap:8px}
.hos-home-v199 .hos-property-operation-tabs button{min-width:120px}
.hos-home-v199 .hos-search-row-simple{grid-template-columns:minmax(0,1fr) 230px!important}
.hos-home-v199 .hos-search-row-simple>button{min-width:230px}
@media(max-width:820px){
  .hos-home-v199 .hos-search-row-simple{grid-template-columns:1fr!important}
  .hos-home-v199 .hos-search-row-simple>button{min-width:0}
}

/* HOUSE OS 2.0.4 — Home Premium Comercial */
.hos-home-v204{background:#fff}
.hos204-hero{position:relative;min-height:710px;padding:70px 0 28px;background:#101612 var(--hos204-hero-image,none) center/cover no-repeat;color:#fff;overflow:hidden}
.hos204-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,10,.91) 0%,rgba(8,14,10,.7) 43%,rgba(8,14,10,.35) 72%,rgba(8,14,10,.48) 100%)}
.hos204-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 440px;gap:70px;align-items:center;min-height:510px}
.hos204-hero-copy{max-width:720px}
.hos204-eyebrow{color:#98CA70;font-size:11px;font-weight:900;letter-spacing:.16em}
.hos204-hero-copy h1{margin:14px 0 18px;max-width:700px;color:#fff;font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.055em}
.hos204-hero-copy h1 em{color:#19B866;font-style:normal}
.hos204-hero-copy p{max-width:610px;margin:0;color:#D5DDD7;font-size:17px;line-height:1.68}
.hos204-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.hos204-btn{min-height:48px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:850;text-decoration:none!important}
.hos204-btn-green{background:#13A759;color:#fff!important}
.hos204-btn-ghost{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.06);color:#fff!important}
.hos204-search{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(10,15,12,.82);backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.hos204-search-tabs{display:flex;gap:6px;margin-bottom:14px}
.hos204-search-tabs button{min-height:40px;padding:0 18px;border:0;border-radius:9px;background:transparent;color:#D6DDD8;font-size:14px;font-weight:850;cursor:pointer}
.hos204-search-tabs button.is-active{background:#177741;color:#fff}
.hos204-search label{display:block;margin-bottom:12px}
.hos204-search label>span{display:block;margin-bottom:7px;color:#C7D0CA;font-size:11px;font-weight:800}
.hos204-search input{width:100%;height:50px;box-sizing:border-box;padding:0 14px;border:0;border-radius:9px;background:#fff;color:#202621;font-size:15px}
.hos204-search>button{width:100%;min-height:50px;border:0;border-radius:9px;background:#13A759;color:#fff;font-size:14px;font-weight:900;cursor:pointer}
.hos204-metrics{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:32px}
.hos204-metrics>div{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(21,31,25,.72);backdrop-filter:blur(10px)}
.hos204-metrics strong{display:block;color:#fff;font-size:28px;line-height:1}
.hos204-metrics span{display:block;margin-top:7px;color:#BFC9C2;font-size:11px}

.hos204-seller{padding:84px 0;background:linear-gradient(90deg,#F8FAF8 0%,#EEF5F0 100%)}
.hos204-seller-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.hos204-seller-copy h2{margin:8px 0 14px;font-size:clamp(38px,4.4vw,56px);line-height:1;letter-spacing:-.045em}
.hos204-seller-copy>p{max-width:560px;color:#626C64;font-size:15px;line-height:1.7}
.hos204-benefits{display:grid;gap:16px;margin-top:28px}
.hos204-benefits>div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}
.hos204-benefits b{width:30px;height:30px;border-radius:9px;background:#E9F7EF;color:#129D55;display:flex;align-items:center;justify-content:center}
.hos204-benefits strong,.hos204-benefits span{display:block}
.hos204-benefits strong{font-size:14px}
.hos204-benefits span{color:#687169;font-size:12px;line-height:1.5}
.hos204-seller-card{padding:28px;border:1px solid #E0E6E1;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(24,34,27,.08)}
.hos204-seller-card h3{margin:8px 0 20px;font-size:30px;letter-spacing:-.035em}
.hos204-seller-card form{display:grid;gap:12px}
.hos204-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hos204-seller-card label>span{display:block;margin-bottom:6px;color:#5E675F;font-size:11px;font-weight:800}
.hos204-seller-card input,.hos204-seller-card select,.hos204-seller-card textarea{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #DDE3DE;border-radius:9px;background:#fff;color:#222A24;font:inherit;font-size:14px}
.hos204-seller-card button{min-height:48px;border:0;border-radius:9px;background:#13A759;color:#fff;font:inherit;font-size:14px;font-weight:900;cursor:pointer}
.hos204-hp{position:absolute!important;left:-9999px!important;opacity:0!important}
.hos204-form-success,.hos204-form-error{margin-bottom:14px;padding:11px 12px;border-radius:9px;font-size:12px;font-weight:750}
.hos204-form-success{background:#EAF8EF;color:#176E42}.hos204-form-error{background:#FFF3F3;color:#A33C3C}

.hos204-ai{padding:82px 0;background:radial-gradient(circle at right center,rgba(18,157,85,.16),transparent 32%),#111713;color:#fff}
.hos204-ai-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}
.hos204-ai-copy h2{margin:8px 0 16px;color:#fff;font-size:clamp(34px,4vw,48px);line-height:1.03;letter-spacing:-.04em}
.hos204-ai-copy p{margin:0;color:#BEC8C1;font-size:15px;line-height:1.7}
.hos204-ai-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hos204-ai-cards>div{min-height:140px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.04)}
.hos204-ai-cards strong{display:block;color:#fff;font-size:16px}
.hos204-ai-cards span{display:block;margin-top:10px;color:#ADB8B0;font-size:12px;line-height:1.55}

.hos204-properties{background:#fff}
.hos204-network{padding:84px 0;background:radial-gradient(circle at left center,rgba(18,157,85,.12),transparent 30%),#18201B;color:#fff}
.hos204-network-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:start}
.hos204-network-copy h2{margin:8px 0 16px;color:#fff;font-size:clamp(36px,4.4vw,52px);line-height:1.02;letter-spacing:-.045em}
.hos204-network-copy p{max-width:560px;margin:0;color:#C1CBC4;font-size:15px;line-height:1.7}
.hos204-network-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0}
.hos204-network-stats>div{padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.04)}
.hos204-network-stats strong{display:block;color:#fff;font-size:26px}
.hos204-network-stats span{display:block;margin-top:6px;color:#AEB9B2;font-size:10px}
.hos204-agencies{display:grid;gap:10px}

.hos204-projects{background:#F7F9F7}
.hos204-projects-head{max-width:700px;margin-bottom:28px}
.hos204-projects-head h2{margin:8px 0 12px;font-size:clamp(36px,4.4vw,52px);line-height:1.02;letter-spacing:-.045em}
.hos204-projects-head p{color:#697169;font-size:15px}
.hos204-project-empty{grid-column:1/-1;padding:50px;border:1px dashed #D7DDD8;border-radius:20px;text-align:center;background:#fff}
.hos204-project-empty strong{display:block;font-size:26px}
.hos204-project-empty span{display:block;margin:8px auto 14px;max-width:650px;color:#707971;font-size:14px}
.hos204-project-empty a{color:#129D55;font-weight:850;text-decoration:none}

.hos204-paths{padding:72px 0;background:#fff}
.hos204-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}
.hos204-path-grid a{position:relative;min-height:145px;padding:20px;border:1px solid #E1E6E2;border-radius:18px;background:#fff;color:#202621!important;text-decoration:none}
.hos204-path-grid small{display:block;color:#129D55;font-size:9px;font-weight:900;letter-spacing:.15em}
.hos204-path-grid strong{display:block;margin-top:48px;font-size:19px}
.hos204-path-grid span{position:absolute;right:18px;top:16px;color:#129D55;font-size:19px}
.hos204-path-grid a.is-green{background:#119D54;border-color:#119D54;color:#fff!important}
.hos204-path-grid a.is-green small,.hos204-path-grid a.is-green span{color:#fff}

.hos204-final{padding:0 0 88px;background:#fff}
.hos204-final-card{padding:42px;border-radius:24px;background:radial-gradient(circle at right center,rgba(18,157,85,.22),transparent 30%),#17201A;display:flex;align-items:end;justify-content:space-between;gap:40px}
.hos204-final-card h2{max-width:800px;margin:8px 0 0;color:#fff;font-size:clamp(34px,4.4vw,52px);line-height:1.02;letter-spacing:-.045em}

@media(max-width:980px){
  .hos204-hero-inner,.hos204-seller-grid,.hos204-ai-grid,.hos204-network-grid{grid-template-columns:1fr}
  .hos204-search{max-width:560px}
  .hos204-metrics{grid-template-columns:1fr 1fr}
  .hos204-path-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .hos204-hero{padding-top:45px}
  .hos204-hero-copy h1{font-size:44px}
  .hos204-metrics,.hos204-ai-cards,.hos204-form-row,.hos204-network-stats,.hos204-path-grid{grid-template-columns:1fr}
  .hos204-seller,.hos204-ai,.hos204-network{padding:60px 0}
  .hos204-final-card{align-items:flex-start;flex-direction:column}
}

/* HOUSE OS 2.0.5 — Hero aspiracional fijo */
.hos204-hero{
  background-position:center 52%!important;
  background-size:cover!important;
}
.hos204-hero-overlay{
  background:
    linear-gradient(90deg,rgba(7,13,9,.92) 0%,rgba(7,13,9,.72) 39%,rgba(7,13,9,.34) 70%,rgba(7,13,9,.45) 100%)!important;
}

/* HOUSE OS 2.0.8 — 8 propiedades destacadas y enlaces estrictos */
.hos-home-v204 .hos204-properties .hos-property-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px 18px;
}
.hos-home-v204 .hos204-properties .hos-property-card{
  min-width:0;
}
.hos-home-v204 .hos204-properties .hos-property-media{
  aspect-ratio:1.24/1;
}
@media(max-width:1180px){
  .hos-home-v204 .hos204-properties .hos-property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:860px){
  .hos-home-v204 .hos204-properties .hos-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .hos-home-v204 .hos204-properties .hos-property-grid{grid-template-columns:1fr}
}

/* HOUSE OS 2.0.12 — Leads inmobiliarios separados de Masterclass */
.hos-real-leads-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0}
.hos-real-leads-summary>div{padding:20px;border:1px solid #DDE4DF;border-radius:16px;background:#fff}
.hos-real-leads-summary span{display:block;color:#69726B;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.hos-real-leads-summary strong{display:block;margin-top:10px;color:#10A659;font-size:30px;line-height:1}
.hos-real-leads-summary small{display:block;margin-top:8px;color:#7A837D;font-size:11px}
.hos-real-leads-filter{display:grid;grid-template-columns:minmax(0,1fr) 260px 120px;gap:12px;align-items:end;margin:0 0 18px;padding:18px;border:1px solid #DDE4DF;border-radius:16px;background:#fff}
.hos-real-leads-filter label span{display:block;margin-bottom:7px;font-size:11px;font-weight:850;color:#3F4942}
.hos-real-leads-filter input,.hos-real-leads-filter select{width:100%;height:44px;box-sizing:border-box;padding:0 12px;border:1px solid #D8E0DA;border-radius:10px;background:#fff;font-size:14px}
.hos-real-leads-filter button{height:44px;border:0;border-radius:10px;background:#10A659;color:#fff;font-size:13px;font-weight:900;cursor:pointer}
.hos-real-leads-table-wrap{overflow:auto;border:1px solid #DDE4DF;border-radius:16px;background:#fff}
.hos-real-leads-table{width:100%;border-collapse:collapse;min-width:980px}
.hos-real-leads-table th{padding:14px 16px;background:#152019;color:#fff;text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.hos-real-leads-table td{padding:15px 16px;border-bottom:1px solid #E6EBE7;vertical-align:top;font-size:13px;color:#374139}
.hos-real-leads-table tr:last-child td{border-bottom:0}
.hos-real-leads-table td strong{display:block;font-size:14px;color:#1E2721}
.hos-real-leads-table td small{display:block;margin-top:4px;color:#7B847E;line-height:1.4}
.hos-real-leads-table td a{color:#10874B;font-weight:800;text-decoration:none}
.hos-real-source,.hos-real-stage{display:inline-flex;padding:5px 8px;border-radius:999px;background:#EEF7F1;color:#147546;font-size:10px;font-weight:850}
.hos-real-leads-empty{padding:30px;text-align:center;color:#6F7872}
@media(max-width:980px){
  .hos-real-leads-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hos-real-leads-filter{grid-template-columns:1fr}
}

/* =========================================================
   HOUSE OS 2.1.0 — Dashboard unificado / Modernización de módulos
   ========================================================= */
.hos-dash-nav-v21 .hos-dash-nav-parent{min-height:48px}
.hos-dash-nav-v21 .hos-dash-nav-children a{font-size:12px;line-height:1.3;padding-top:8px;padding-bottom:8px}
.hos-dash-nav-v21 .hos-dash-nav-group.is-open>.hos-dash-nav-parent{background:#EAF6EF;color:#0D8E4B}

.hos-module-shell{
  overflow:hidden;
  border:1px solid #DCE4DE;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(25,39,30,.055);
}
.hos-module-shell-bar{
  min-height:54px;
  padding:0 20px;
  border-bottom:1px solid #E4EAE5;
  background:linear-gradient(180deg,#FBFCFB 0%,#F6F9F7 100%);
}
.hos-module-shell-bar>div{display:flex;align-items:center;gap:8px}
.hos-module-shell-bar strong{font-size:12px;color:#344038}
.hos-module-shell-bar>span{font-size:10px;color:#9AA29C}
.hos-module-status-dot{width:8px;height:8px;border-radius:50%;background:#13A759;box-shadow:0 0 0 4px rgba(19,167,89,.1)}
.hos-module-render{padding:28px!important;background:#F7F9F7!important;color:#202722}

/* Remove common legacy page chrome when rendered inside Mi House */
.hos-module-render .page-title,
.hos-module-render .entry-title,
.hos-module-render .breadcrumb,
.hos-module-render .breadcrumbs,
.hos-module-render .houzez-dashboard-header,
.hos-module-render .dashboard-header-wrap,
.hos-module-render .sidebar-nav,
.hos-module-render .dashboard-side-wrap{
  display:none!important;
}

/* Typography */
.hos-module-render h1,
.hos-module-render h2,
.hos-module-render h3,
.hos-module-render h4{
  font-family:inherit!important;
  color:#182019!important;
  letter-spacing:-.025em!important;
}
.hos-module-render h1{font-size:30px!important;line-height:1.05!important}
.hos-module-render h2{font-size:24px!important;line-height:1.1!important}
.hos-module-render h3{font-size:18px!important;line-height:1.2!important}
.hos-module-render p,
.hos-module-render li,
.hos-module-render label,
.hos-module-render td{
  font-family:inherit!important;
  color:#5F6961;
  font-size:13px;
  line-height:1.6;
}

/* Panels/cards */
.hos-module-render .card,
.hos-module-render .panel,
.hos-module-render .box,
.hos-module-render .widget,
.hos-module-render .content-box,
.hos-module-render [class*="card"],
.hos-module-render [class*="panel"]{
  border-color:#DDE5DF!important;
  border-radius:16px!important;
  box-shadow:none!important;
}

/* Forms */
.hos-module-render input[type="text"],
.hos-module-render input[type="email"],
.hos-module-render input[type="tel"],
.hos-module-render input[type="number"],
.hos-module-render input[type="date"],
.hos-module-render input[type="search"],
.hos-module-render input[type="password"],
.hos-module-render select,
.hos-module-render textarea{
  box-sizing:border-box!important;
  min-height:44px!important;
  border:1px solid #D7E0D9!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#202722!important;
  font-family:inherit!important;
  font-size:13px!important;
  box-shadow:none!important;
}
.hos-module-render textarea{min-height:110px!important;padding:12px!important}

/* Buttons */
.hos-module-render button,
.hos-module-render input[type="submit"],
.hos-module-render .btn,
.hos-module-render .button{
  min-height:42px!important;
  padding:0 15px!important;
  border-radius:10px!important;
  border:0!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:850!important;
  text-decoration:none!important;
}
.hos-module-render .btn-primary,
.hos-module-render button[type="submit"],
.hos-module-render input[type="submit"]{
  background:#12A557!important;
  color:#fff!important;
}

/* Tables */
.hos-module-render table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5DF!important;
  border-radius:14px!important;
  background:#fff!important;
}
.hos-module-render table thead th{
  padding:12px 14px!important;
  background:#17211A!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.07em!important;
  border:0!important;
}
.hos-module-render table tbody td{
  padding:13px 14px!important;
  border:0!important;
  border-bottom:1px solid #E8ECE9!important;
  background:#fff!important;
}
.hos-module-render table tbody tr:last-child td{border-bottom:0!important}

/* Tabs */
.hos-module-render .nav-tabs,
.hos-module-render [role="tablist"]{
  padding:5px!important;
  border:1px solid #DDE5DF!important;
  border-radius:12px!important;
  background:#fff!important;
}
.hos-module-render .nav-tabs a,
.hos-module-render [role="tab"]{
  border-radius:8px!important;
  font-size:12px!important;
  font-weight:800!important;
}

/* Notices */
.hos-module-render .notice,
.hos-module-render .alert{
  border-radius:12px!important;
  border:1px solid #DDE5DF!important;
  box-shadow:none!important;
}

/* Fallback compatible page card */
.hos-module-fallback{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:22px;
  align-items:start;
  padding:30px;
  border:1px solid #DDE5DF;
  border-radius:20px;
  background:#fff;
}
.hos-module-fallback-icon{
  width:62px;height:62px;border-radius:18px;
  display:flex;align-items:center;justify-content:center;
  background:#EAF7EF;color:#109951;font-size:28px;font-weight:800;
}
.hos-module-fallback h2{margin:7px 0 8px;font-size:25px}
.hos-module-fallback p{max-width:720px;color:#6B756D;font-size:13px;line-height:1.65}

@media(max-width:760px){
  .hos-module-render{padding:16px!important}
  .hos-module-fallback{grid-template-columns:1fr;padding:22px}
}

/* HOUSE OS 2.1.2 — Leads en Inicio + Notificaciones */
.hos-dash-metric-link{display:block;text-decoration:none!important;color:inherit!important;transition:.18s ease}
.hos-dash-metric-link:hover{transform:translateY(-2px);border-color:#BBDAC7;box-shadow:0 12px 30px rgba(20,70,42,.07)}

.hos-dash-leads-home{margin-top:18px;padding:22px;border:1px solid #DDE5DF;border-radius:20px;background:#fff}
.hos-dash-leads-home .hos-dash-panel-head{margin-bottom:14px}
.hos-dash-leads-home .hos-dash-panel-head h2{margin:4px 0 2px;font-size:22px}
.hos-dash-leads-home .hos-dash-panel-head p{margin:0;color:#737C75;font-size:12px}
.hos-dash-leads-list{display:grid}
.hos-dash-lead-row{display:grid;grid-template-columns:26px minmax(220px,1.4fr) minmax(110px,.65fr) minmax(120px,.65fr) auto;gap:12px;align-items:center;padding:14px 2px;border-top:1px solid #E6ECE7}
.hos-dash-lead-row:first-child{border-top:0}
.hos-dash-lead-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#E8F7EE;color:#11A158;font-size:8px}
.hos-dash-lead-main strong{display:block;color:#1B241D;font-size:13px}
.hos-dash-lead-main span{display:block;margin-top:3px;color:#788079;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hos-dash-lead-origin{display:inline-flex;justify-self:start;padding:5px 8px;border-radius:999px;background:#EDF7F1;color:#0B7E44;font-size:9px;font-weight:850}
.hos-dash-lead-assignee{color:#535E56;font-size:11px}
.hos-dash-lead-actions{display:flex;gap:8px;justify-content:flex-end}
.hos-dash-lead-actions a{padding:7px 9px;border-radius:8px;background:#F2F6F3;color:#177C48!important;text-decoration:none!important;font-size:10px;font-weight:850}

.hos-lead-notification{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px}
.hos-lead-notification-backdrop{position:absolute;inset:0;background:rgba(7,13,9,.58);backdrop-filter:blur(7px)}
.hos-lead-notification-card{position:relative;width:min(520px,calc(100vw - 32px));padding:34px;border-radius:24px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.28);text-align:left}
.hos-lead-notification-icon{width:52px;height:52px;margin-bottom:20px;border-radius:16px;background:#E9F8EF;color:#0BA257;display:flex;align-items:center;justify-content:center;font-size:16px}
.hos-lead-notification-card h2{margin:8px 0 10px;color:#182019;font-size:31px;line-height:1.05;letter-spacing:-.035em}
.hos-lead-notification-card>p{margin:0;color:#687169;font-size:14px;line-height:1.65}
.hos-lead-notification-preview{margin:20px 0 0;padding:15px;border-radius:13px;background:#F4F8F5;border:1px solid #E1E8E3}
.hos-lead-notification-preview strong{display:block;color:#202821;font-size:13px}
.hos-lead-notification-preview span{display:block;margin-top:4px;color:#727B74;font-size:11px}
.hos-lead-notification-actions{display:flex;gap:10px;margin-top:22px}
.hos-lead-notification-actions .hos-btn{flex:1}

@media(max-width:900px){
  .hos-dash-lead-row{grid-template-columns:24px 1fr auto}
  .hos-dash-lead-origin,.hos-dash-lead-assignee{display:none}
}
@media(max-width:560px){
  .hos-dash-lead-row{grid-template-columns:22px 1fr}
  .hos-dash-lead-actions{grid-column:2;justify-content:flex-start}
  .hos-lead-notification-card{padding:25px}
  .hos-lead-notification-actions{flex-direction:column}
}

/* HOUSE OS 2.1.3 — CRM Kanban unificado */
.hos-crm-tabs-v213{margin-bottom:18px}
.hos-crm-kpi-row{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:8px;margin-bottom:16px;overflow-x:auto}
.hos-crm-kpi-row>div{min-width:120px;padding:13px 14px;border:1px solid #DDE5DF;border-radius:13px;background:#fff}
.hos-crm-kpi-row span{display:block;color:#737D76;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.hos-crm-kpi-row strong{display:block;margin-top:7px;color:#172019;font-size:24px}

.hos-crm-kanban{display:grid;grid-template-columns:repeat(7,minmax(245px,1fr));gap:12px;overflow-x:auto;padding:2px 2px 18px}
.hos-crm-column{min-width:245px;border:1px solid #DEE5E0;border-radius:16px;background:#F5F8F6;overflow:hidden}
.hos-crm-column>header{height:54px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E0E6E2;background:#fff}
.hos-crm-column>header>div{display:flex;align-items:center;gap:8px}
.hos-crm-column>header strong{font-size:12px;color:#263028}
.hos-crm-column>header b{min-width:25px;height:25px;padding:0 7px;border-radius:999px;background:#EEF4F0;color:#41604B;display:flex;align-items:center;justify-content:center;font-size:10px}
.hos-crm-stage-dot{width:8px;height:8px;border-radius:50%;background:#12A557}
.hos-crm-dropzone{min-height:420px;padding:10px;transition:.15s ease}
.hos-crm-dropzone.is-over{background:#E9F6EE}

.hos-crm-lead-card{margin-bottom:9px;padding:13px;border:1px solid #DDE5DF;border-radius:13px;background:#fff;box-shadow:0 5px 16px rgba(24,40,30,.035);cursor:grab}
.hos-crm-lead-card.is-dragging{opacity:.5;cursor:grabbing}
.hos-crm-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.hos-crm-card-top time{color:#949B96;font-size:9px}
.hos-crm-lead-card h3{margin:11px 0 5px;font-size:14px;line-height:1.25;color:#1D251F}
.hos-crm-property{margin:0;color:#5C665F;font-size:11px;line-height:1.4}
.hos-crm-city{margin:4px 0 0;color:#89918B;font-size:10px}
.hos-crm-contact{display:grid;gap:2px;margin-top:10px;padding-top:9px;border-top:1px solid #EDF0EE}
.hos-crm-contact span{color:#525D55;font-size:10px;overflow:hidden;text-overflow:ellipsis}
.hos-crm-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}
.hos-crm-card-footer small{color:#858E87;font-size:9px}
.hos-crm-card-footer>div{display:flex;gap:5px}
.hos-crm-card-footer a{padding:5px 7px;border-radius:7px;background:#EDF7F1;color:#117745!important;text-decoration:none!important;font-size:8px;font-weight:850}
.hos-crm-empty-stage{padding:28px 8px;text-align:center;color:#9AA29C;font-size:10px;border:1px dashed #CDD8D0;border-radius:10px}

.hos-crm-save-state{position:fixed;right:26px;bottom:26px;z-index:99999;padding:10px 14px;border-radius:10px;background:#202923;color:#fff;font-size:11px;font-weight:800;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s ease}
.hos-crm-save-state.is-visible{opacity:1;transform:translateY(0)}
.hos-crm-save-state.is-success{background:#119B54}
.hos-crm-save-state.is-error{background:#A93B3B}

.hos-crm-list-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.hos-crm-list-head h2{margin:4px 0 2px;font-size:25px}
.hos-crm-list-head p{margin:0;color:#737B75;font-size:12px}

@media(max-width:900px){
  .hos-crm-kpi-row{grid-template-columns:repeat(4,minmax(120px,1fr))}
  .hos-crm-list-head{align-items:flex-start;flex-direction:column}
}

/* =========================================================
   HOUSE OS 2.1.6 — Requerimientos Premium
   ========================================================= */
.hos-module-shell:has(.hos-module-requerimientos){
  max-width:1120px;
  margin:0 auto;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.hos-module-shell:has(.hos-module-requerimientos) .hos-module-shell-bar{
  max-width:920px;
  margin:0 auto;
  min-height:50px;
  padding:0 18px;
  border:1px solid #DDE5DF;
  border-bottom:0;
  border-radius:18px 18px 0 0;
  background:#fff;
}
.hos-module-requerimientos{
  max-width:920px;
  margin:0 auto;
  padding:24px!important;
  border:1px solid #DDE5DF;
  border-radius:0 0 18px 18px;
  background:#fff!important;
  box-shadow:0 14px 42px rgba(25,40,30,.045);
}
.hos-module-requerimientos form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  margin:0!important;
  width:100%!important;
}
.hos-module-requerimientos form > *{
  min-width:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
.hos-module-requerimientos input[type="text"],
.hos-module-requerimientos input[type="email"],
.hos-module-requerimientos input[type="tel"],
.hos-module-requerimientos input[type="number"],
.hos-module-requerimientos input[type="search"],
.hos-module-requerimientos select{
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  padding:0 15px!important;
  border:1px solid #D8E1DA!important;
  border-radius:11px!important;
  background:#FAFCFA!important;
  color:#263028!important;
  font-size:14px!important;
}
.hos-module-requerimientos textarea{
  width:100%!important;
  min-height:145px!important;
  padding:15px!important;
  border:1px solid #D8E1DA!important;
  border-radius:11px!important;
  background:#FAFCFA!important;
  color:#263028!important;
  font-size:14px!important;
  resize:vertical!important;
}
.hos-module-requerimientos label{
  font-size:12px!important;
  font-weight:800!important;
  color:#465149!important;
}
.hos-module-requerimientos form > .hos-req-full{
  grid-column:1 / -1!important;
}
.hos-module-requerimientos form > .hos-req-actions{
  grid-column:1 / -1!important;
  display:flex!important;
  justify-content:flex-end!important;
}
.hos-module-requerimientos form > .hos-req-actions button,
.hos-module-requerimientos form > .hos-req-actions input[type="submit"]{
  width:auto!important;
  min-width:220px!important;
  height:50px!important;
  padding:0 25px!important;
  border:0!important;
  border-radius:11px!important;
  background:#12A557!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
}
.hos-module-shell:has(.hos-module-requerimientos) .hos-module-shell-bar > span:last-child{
  opacity:.42;
  font-size:9px;
}
.hos-dash-main:has(.hos-module-requerimientos){
  background:
    radial-gradient(circle at 88% 6%, rgba(18,165,87,.04), transparent 25%),
    #F4F7F5;
}
@media(max-width:820px){
  .hos-module-shell:has(.hos-module-requerimientos),
  .hos-module-shell:has(.hos-module-requerimientos) .hos-module-shell-bar,
  .hos-module-requerimientos{
    max-width:100%;
  }
  .hos-module-requerimientos{
    padding:18px!important;
  }
  .hos-module-requerimientos form{
    grid-template-columns:1fr!important;
  }
  .hos-module-requerimientos form > *{
    grid-column:1!important;
  }
  .hos-module-requerimientos form > .hos-req-actions{
    display:block!important;
  }
  .hos-module-requerimientos form > .hos-req-actions button,
  .hos-module-requerimientos form > .hos-req-actions input[type="submit"]{
    width:100%!important;
  }
}

/* HOUSE OS 2.1.7 — Masterclass corporativo */
.hos-module-leads-masterclass,
.hos-module-masterclass-landing,
.hos-module-masterclass-config{
  max-width:1180px;
  margin:0 auto;
}
.hos-module-leads-masterclass:before,
.hos-module-masterclass-landing:before,
.hos-module-masterclass-config:before{
  content:'MASTERCLASS HOUSE · USO CORPORATIVO';
  display:block;
  margin:0 0 14px;
  color:#118F4E;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}

/* HOUSE OS 2.1.9 — OpenStreetMap / Leaflet */
.hos-osm-location{margin:0 0 22px}
.hos-osm-search{margin-bottom:14px}
.hos-osm-search-row{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:10px}
.hos-osm-search-row input{
  width:100%!important;
  min-height:54px!important;
  padding:0 16px!important;
  border:1px solid #D6DFD8!important;
  border-radius:12px!important;
  background:#fff!important;
  font-size:15px!important;
}
.hos-osm-search-row button{
  min-height:54px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:12px!important;
  background:#172019!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:850!important;
  cursor:pointer!important;
}
.hos-osm-search small{display:block;margin-top:8px;color:#7A837D;font-size:11px}
.hos-osm-results{
  margin-top:10px;
  overflow:hidden;
  border:1px solid #DDE5DF;
  border-radius:12px;
  background:#fff;
}
.hos-osm-result{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border:0;
  border-bottom:1px solid #E8EDE9;
  background:#fff;
  text-align:left;
  cursor:pointer;
}
.hos-osm-result:last-child{border-bottom:0}
.hos-osm-result:hover{background:#F3F8F5}
.hos-osm-result strong{display:block;color:#253028;font-size:12px}
.hos-osm-result small{display:block;margin-top:3px;color:#7A837D;font-size:10px}
.hos-osm-result span{color:#119B54;font-size:10px;font-weight:850}
.hos-osm-map{
  width:100%;
  height:360px;
  border:1px solid #DCE4DE;
  border-radius:16px;
  overflow:hidden;
  background:#EDF1EE;
}
.hos-osm-map-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:10px;
  padding:11px 13px;
  border-radius:11px;
  background:#F2F7F3;
  color:#657068;
  font-size:11px;
}
.hos-osm-map-help strong{color:#137A45;font-size:11px}
.hos-pm-location-card input[name="houzez_geolocation_lat"],
.hos-pm-location-card input[name="houzez_geolocation_long"]{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
}
.hos-osm-loading{padding:14px;color:#6E776F;font-size:11px}
.hos-osm-error{padding:14px;color:#9C3D3D;font-size:11px}
@media(max-width:720px){
  .hos-osm-search-row{grid-template-columns:1fr}
  .hos-osm-map{height:290px}
  .hos-osm-map-help{align-items:flex-start;flex-direction:column}
}

/* HOUSE OS 2.2.0 — Property AI + Video + Content AI */
.hos-pm-ai-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:15px 16px;border:1px solid #D8E6DD;border-radius:14px;background:linear-gradient(135deg,#F1F9F4,#FAFCFA)}
.hos-pm-ai-toolbar strong{display:block;color:#16221A;font-size:13px}.hos-pm-ai-toolbar span{display:block;margin-top:3px;color:#68736B;font-size:11px}.hos-btn-ai{border:1px solid #B8DCC6!important;background:#fff!important;color:#0D8E4B!important;white-space:nowrap}
.hos-pm-ai-status{margin:-6px 0 16px;padding:10px 12px;border-radius:10px;font-size:11px;font-weight:700}.hos-pm-ai-status.is-loading{background:#F3F6F4;color:#657168}.hos-pm-ai-status.is-success{background:#EAF7EF;color:#147846}.hos-pm-ai-status.is-error{background:#FCEEEE;color:#9C3939}
.hos-pm-video-divider{height:1px;margin:25px 0;background:#E5EAE6}.hos-pm-card-head-compact{margin-bottom:14px}.hos-pm-card-head-compact h2{font-size:18px}
.hos-content-ai-premium{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;margin-top:22px;padding:22px;border:1px solid #B9DDC7;border-radius:18px;background:linear-gradient(135deg,#0F1812,#173223);color:#fff}
.hos-content-ai-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#1FAE62;color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}.hos-content-ai-premium h3{margin:12px 0 7px;color:#fff;font-size:20px}.hos-content-ai-premium p{margin:0;color:#C4CEC7;font-size:12px;line-height:1.6}
.hos-content-ai-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.hos-content-ai-chips span{padding:5px 8px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#DCE5DF;font-size:9px}.hos-content-ai-premium-action{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:22px;border-left:1px solid rgba(255,255,255,.12)}
.hos-content-ai-premium-action>strong{font-size:21px;color:#fff}.hos-content-ai-premium-action>small{display:block;margin:3px 0 14px;color:#AEBAB2;font-size:10px}.hos-content-ai-request{display:flex;gap:9px;color:#fff;font-size:11px;font-weight:750}
.hos-pm-native-video,.hos-pm-content-video{margin-top:22px;overflow:hidden;border-radius:16px;background:#111}.hos-pm-native-video iframe{display:block;width:100%;aspect-ratio:16/9;height:auto}.hos-pm-content-video video{display:block;width:100%;max-height:720px;background:#000}.hos-pm-content-video-actions{display:flex;justify-content:flex-end;gap:9px;padding:12px;background:#F6F8F6}
.hospp-video-section{padding:34px 0 8px;background:#F6F8F6}.hospp-video-head{margin-bottom:16px}.hospp-video-head h2{margin:5px 0 0;font-size:30px;letter-spacing:-.035em}.hospp-video-frame{overflow:hidden;border-radius:22px;background:#101411;box-shadow:0 20px 60px rgba(12,25,17,.11)}.hospp-video-frame iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}.hospp-video-frame video{display:block;width:100%;max-height:760px;background:#000}.hospp-video-frame>a{display:block;padding:25px;color:#fff;text-align:center}
@media(max-width:800px){.hos-pm-ai-toolbar{align-items:flex-start;flex-direction:column}.hos-btn-ai{width:100%!important}.hos-content-ai-premium{grid-template-columns:1fr}.hos-content-ai-premium-action{padding:16px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.12)}.hospp-video-head h2{font-size:24px}}

/* HOUSE OS 2.2.2 — Geografía dependiente */
.hos-location-taxonomies input[type="text"]{
  width:100%!important;
  min-height:54px!important;
  padding:0 15px!important;
  border:1px solid #D6DFD8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#253028!important;
  font-size:14px!important;
}

/* HOUSE OS 2.3.0 — House Credits / Wallet */
.hos-dash-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}
.hos-dash-metric-wallet{background:linear-gradient(145deg,#102318,#173927)!important;color:#fff!important;border-color:#244D35!important}.hos-dash-metric-wallet span,.hos-dash-metric-wallet small{color:#B9CCBF!important}.hos-dash-metric-wallet strong{color:#57D88E!important}
.hos-wallet-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;margin-bottom:20px}.hos-wallet-hero>div{padding:28px;border:1px solid #D8E2DB;border-radius:20px;background:#fff}.hos-wallet-hero span{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;color:#5E6B62}.hos-wallet-hero strong{display:inline-block;margin-top:9px;font-size:54px;line-height:1;color:#0DA457}.hos-wallet-hero small{margin-left:8px;color:#7A847D}.hos-wallet-cost{background:#121A15!important;color:#fff!important}.hos-wallet-cost strong{display:block!important;font-size:28px!important;color:#fff!important}.hos-wallet-cost small{display:block;margin:8px 0 0!important;color:#AEBAB2!important}
.hos-wallet-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hos-wallet-card{padding:22px;border:1px solid #D8E2DB;border-radius:18px;background:#fff}.hos-wallet-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hos-wallet-packages>div{padding:18px;border:1px solid #E0E7E2;border-radius:14px;background:#F8FAF8}.hos-wallet-packages strong{display:block;font-size:28px}.hos-wallet-packages span{display:block;color:#758078;font-size:11px}.hos-wallet-packages b{display:block;margin-top:12px;color:#0B9D53;font-size:13px}.hos-wallet-note{margin:16px 0 0;color:#7A847D;font-size:11px;line-height:1.5}
.hos-wallet-ledger>div{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #EDF0EE}.hos-wallet-ledger>div:last-child{border-bottom:0}.hos-wallet-ledger>div>span{display:inline-flex;justify-content:center;padding:6px 7px;border-radius:9px;font-size:11px;font-weight:900}.hos-wallet-ledger .is-credit{background:#EAF8EF;color:#0D9650}.hos-wallet-ledger .is-debit{background:#FDEEEE;color:#A13D3D}.hos-wallet-ledger strong{display:block;font-size:12px}.hos-wallet-ledger small{display:block;margin-top:2px;color:#8A938C;font-size:10px}.hos-wallet-ledger b{font-size:10px;color:#737E76;font-weight:700}.hos-wallet-admin{margin-top:20px}.hos-wallet-admin form{display:grid;grid-template-columns:1fr 150px 1.2fr auto;gap:10px}.hos-wallet-admin input{min-height:48px;padding:0 13px;border:1px solid #D8E2DB;border-radius:10px}
@media(max-width:1200px){.hos-dash-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.hos-dash-metrics{grid-template-columns:1fr 1fr}.hos-wallet-hero,.hos-wallet-layout{grid-template-columns:1fr}.hos-wallet-packages{grid-template-columns:1fr}.hos-wallet-admin form{grid-template-columns:1fr}.hos-wallet-admin button{width:100%}}@media(max-width:520px){.hos-dash-metrics{grid-template-columns:1fr}}


/* =========================================================
   HOUSE OS 2.3.1 — Property Insights Premium
   ========================================================= */
.hos-module-shell:has(.hos-module-property-insights){
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.hos-module-shell:has(.hos-module-property-insights) .hos-module-shell-bar{
  max-width:1240px;
  margin:0 auto 14px;
  min-height:44px;
  padding:0 14px;
  border:1px solid #E0E6E1;
  border-radius:12px;
  background:#fff;
}
.hos-module-property-insights{
  max-width:1240px;
  margin:0 auto;
  padding:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.hos-module-property-insights .hos-insights-hero{
  position:relative;
  min-height:0!important;
  margin:0 0 18px!important;
  padding:26px 30px!important;
  overflow:hidden;
  border:1px solid #234A34!important;
  border-radius:20px!important;
  background:linear-gradient(120deg,#111A14 0%,#183121 52%,#2B764B 100%)!important;
  box-shadow:0 18px 50px rgba(19,55,34,.10)!important;
  color:#fff!important;
}
.hos-module-property-insights .hos-insights-hero:after{
  content:"";position:absolute;right:-70px;top:-110px;width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle,rgba(104,211,145,.18),transparent 65%);pointer-events:none;
}
.hos-module-property-insights .hos-insights-hero *{color:#fff!important}
.hos-module-property-insights .hos-insights-hero h1,
.hos-module-property-insights .hos-insights-hero h2,
.hos-module-property-insights .hos-insights-hero h3{
  max-width:760px;margin:8px 0!important;font-size:28px!important;line-height:1.08!important;letter-spacing:-.035em!important;
}
.hos-module-property-insights .hos-insights-hero p{max-width:720px;margin:0!important;color:#C7D2CA!important;font-size:13px!important}
.hos-module-property-insights .hos-insights-kpi-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0 0 20px!important;
}
.hos-module-property-insights .hos-insights-kpi{
  min-width:0!important;min-height:122px!important;margin:0!important;padding:18px!important;
  border:1px solid #DDE5DF!important;border-radius:16px!important;background:#fff!important;
  box-shadow:0 10px 30px rgba(18,39,25,.04)!important;
  display:flex!important;flex-direction:column!important;justify-content:space-between!important;
}
.hos-module-property-insights .hos-insights-kpi strong,
.hos-module-property-insights .hos-insights-kpi .hos-insights-value{
  color:#129D55!important;font-size:30px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.04em!important;
}
.hos-module-property-insights .hos-insights-kpi .hos-insights-label{color:#414A44!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.055em!important}
.hos-module-property-insights .hos-insights-kpi.is-zero strong,
.hos-module-property-insights .hos-insights-kpi.is-zero .hos-insights-value{color:#A6AEA8!important}
.hos-module-property-insights .hos-insights-kpi.is-primary{background:#EFF8F2!important;border-color:#CFE8D8!important}
.hos-module-property-insights .hos-insights-section{
  margin-top:18px!important;padding:22px!important;border:1px solid #DDE5DF!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 30px rgba(18,39,25,.035)!important;
}
.hos-module-property-insights table{margin-top:12px!important;border-radius:14px!important;overflow:hidden!important}
.hos-module-property-insights table thead th{background:#132019!important;color:#fff!important;border:0!important}
.hos-module-property-insights table tbody tr:hover td{background:#F4FAF6!important}
.hos-module-property-insights .hos-insights-empty-note{padding:16px 18px;border:1px dashed #CDD9D0;border-radius:14px;background:#F9FBFA;color:#657168;font-size:12px}
@media(max-width:1000px){.hos-module-property-insights .hos-insights-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){
 .hos-module-property-insights .hos-insights-hero{padding:20px!important;border-radius:16px!important}
 .hos-module-property-insights .hos-insights-hero h1,.hos-module-property-insights .hos-insights-hero h2,.hos-module-property-insights .hos-insights-hero h3{font-size:23px!important}
 .hos-module-property-insights .hos-insights-kpi-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}
 .hos-module-property-insights .hos-insights-kpi{min-height:104px!important;padding:14px!important}
 .hos-module-property-insights .hos-insights-kpi strong,.hos-module-property-insights .hos-insights-kpi .hos-insights-value{font-size:25px!important}
}

/* =========================================================
   HOUSE OS 2.3.2 — Property Insights Executive
   ========================================================= */

/* Keep the module visually contained */
.hos-module-property-insights,
.hos-module-shell:has(.hos-module-property-insights){
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
}

/* Hide raw shortcode technical label */
.hos-module-shell:has(.hos-module-property-insights) .hos-module-shell-bar > span:last-child{
  opacity:.32;
  font-size:9px;
}

/* Executive property performance table */
.hos-module-property-insights table{
  width:100%!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0 10px!important;
  background:transparent!important;
  border:0!important;
}

.hos-module-property-insights thead{
  background:transparent!important;
}
.hos-module-property-insights thead tr{
  background:#122019!important;
}
.hos-module-property-insights thead th{
  padding:12px 10px!important;
  border:0!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}
.hos-module-property-insights thead th:first-child{
  border-radius:12px 0 0 12px!important;
}
.hos-module-property-insights thead th:last-child{
  border-radius:0 12px 12px 0!important;
}

.hos-module-property-insights tbody tr{
  background:#fff!important;
  box-shadow:0 8px 24px rgba(22,35,26,.035)!important;
}
.hos-module-property-insights tbody td{
  padding:16px 10px!important;
  border-top:1px solid #E3EAE5!important;
  border-bottom:1px solid #E3EAE5!important;
  border-left:0!important;
  border-right:0!important;
  vertical-align:middle!important;
  color:#334039!important;
  font-size:12px!important;
  line-height:1.35!important;
  background:#fff!important;
  height:auto!important;
}
.hos-module-property-insights tbody td:first-child{
  border-left:1px solid #E3EAE5!important;
  border-radius:14px 0 0 14px!important;
}
.hos-module-property-insights tbody td:last-child{
  border-right:1px solid #E3EAE5!important;
  border-radius:0 14px 14px 0!important;
}

/* Column proportions: ID | Property | Adviser | Franchise | metrics */
.hos-module-property-insights thead th:nth-child(1),
.hos-module-property-insights tbody td:nth-child(1){width:54px!important}
.hos-module-property-insights thead th:nth-child(2),
.hos-module-property-insights tbody td:nth-child(2){width:260px!important}
.hos-module-property-insights thead th:nth-child(3),
.hos-module-property-insights tbody td:nth-child(3){width:95px!important}
.hos-module-property-insights thead th:nth-child(4),
.hos-module-property-insights tbody td:nth-child(4){width:120px!important}
.hos-module-property-insights thead th:nth-child(n+5),
.hos-module-property-insights tbody td:nth-child(n+5){width:82px!important;text-align:center!important}

/* Property title: prevent huge vertical rows */
.hos-module-property-insights tbody td:nth-child(2){
  overflow:hidden!important;
}
.hos-module-property-insights tbody td:nth-child(2) a:first-child,
.hos-module-property-insights tbody td:nth-child(2) strong,
.hos-module-property-insights tbody td:nth-child(2) .property-title,
.hos-module-property-insights tbody td:nth-child(2) h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  max-width:240px!important;
  margin:0 0 7px!important;
  color:#172019!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
  text-decoration:none!important;
}

/* Links inside property column */
.hos-module-property-insights tbody td:nth-child(2) a{
  color:#119B54!important;
  font-size:10px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.hos-module-property-insights tbody td:nth-child(2) a:hover{
  text-decoration:underline!important;
}

/* Numeric metrics */
.hos-module-property-insights tbody td:nth-child(n+5){
  font-variant-numeric:tabular-nums!important;
  color:#5D685F!important;
  font-weight:700!important;
}

/* Emphasize views */
.hos-module-property-insights tbody td:nth-child(5){
  color:#149A55!important;
  font-size:15px!important;
  font-weight:900!important;
}

/* Zero-value cells are quieter */
.hos-module-property-insights td.hos-insight-zero{
  color:#B3BCB6!important;
  font-weight:650!important;
}

/* Non-zero engagement gets a pill */
.hos-module-property-insights td.hos-insight-positive{
  position:relative;
}
.hos-module-property-insights td.hos-insight-positive > .hos-insight-pill{
  display:inline-flex;
  min-width:30px;
  justify-content:center;
  padding:5px 8px;
  border-radius:999px;
  background:#EAF7EF;
  color:#0F8D4B;
  font-size:10px;
  font-weight:900;
}

/* Adviser/franchise text compact */
.hos-module-property-insights tbody td:nth-child(3),
.hos-module-property-insights tbody td:nth-child(4){
  color:#667169!important;
  font-size:11px!important;
}

/* Table outer wrapper */
.hos-module-property-insights .table-responsive,
.hos-module-property-insights .responsive-table,
.hos-module-property-insights .table-wrap,
.hos-module-property-insights > div:has(> table){
  overflow-x:auto!important;
  padding:0 2px 8px!important;
  background:transparent!important;
}

/* Mobile: transform each row to compact card */
@media(max-width:900px){
  .hos-module-property-insights table,
  .hos-module-property-insights thead,
  .hos-module-property-insights tbody,
  .hos-module-property-insights th,
  .hos-module-property-insights td,
  .hos-module-property-insights tr{
    display:block!important;
    width:100%!important;
  }
  .hos-module-property-insights thead{
    display:none!important;
  }
  .hos-module-property-insights tbody tr{
    margin-bottom:14px!important;
    padding:15px!important;
    border:1px solid #E1E8E3!important;
    border-radius:16px!important;
    box-shadow:0 8px 24px rgba(22,35,26,.04)!important;
  }
  .hos-module-property-insights tbody td{
    display:grid!important;
    grid-template-columns:110px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
    min-height:36px!important;
    padding:7px 0!important;
    border:0!important;
    border-radius:0!important;
    text-align:left!important;
  }
  .hos-module-property-insights tbody td:before{
    content:attr(data-house-label);
    color:#879188;
    font-size:9px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.04em;
  }
  .hos-module-property-insights tbody td:nth-child(2){
    display:block!important;
    padding:0 0 10px!important;
    border-bottom:1px solid #EBEFEC!important;
    margin-bottom:6px!important;
  }
  .hos-module-property-insights tbody td:nth-child(2):before{
    display:none!important;
  }
  .hos-module-property-insights tbody td:nth-child(2) a:first-child,
  .hos-module-property-insights tbody td:nth-child(2) strong,
  .hos-module-property-insights tbody td:nth-child(2) .property-title,
  .hos-module-property-insights tbody td:nth-child(2) h3{
    max-width:none!important;
    font-size:17px!important;
  }
}

/* =========================================================
   HOUSE OS 2.3.3 — Bolsa Inmobiliaria
   ========================================================= */
.hos-bolsa-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  align-items:center;
  gap:28px;
  margin:0 0 22px;
  padding:25px 28px;
  border-radius:20px;
  background:linear-gradient(135deg,#111B15 0%,#183525 100%);
  color:#fff;
}
.hos-bolsa-intro h2{
  margin:7px 0 8px;
  color:#fff;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.hos-bolsa-intro p{
  max-width:760px;
  margin:0;
  color:#C2CCC5;
  font-size:12px;
  line-height:1.55;
}
.hos-bolsa-intro .hos-kicker{color:#6ED393}
.hos-bolsa-intro-mark{
  padding-left:25px;
  border-left:1px solid rgba(255,255,255,.14);
  color:#A9B6AD;
  font-size:12px;
  font-weight:750;
  letter-spacing:.12em;
}
.hos-bolsa-intro-mark strong{
  display:block;
  margin-top:4px;
  color:#fff;
  font-size:22px;
  letter-spacing:-.02em;
}

.hos-bolsa-filter{
  display:grid;
  grid-template-columns:minmax(260px,1fr) 190px 190px 120px;
  gap:10px;
  align-items:end;
  margin-bottom:24px;
  padding:15px;
  border:1px solid #DDE5DF;
  border-radius:16px;
  background:#fff;
}
.hos-bolsa-filter label{
  display:block;
  margin-bottom:6px;
  color:#5B665E;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.hos-bolsa-filter input,
.hos-bolsa-filter select{
  width:100%;
  min-height:46px;
  padding:0 13px;
  border:1px solid #D8E0DA;
  border-radius:10px;
  background:#F8FAF8;
  color:#202A23;
  font-size:12px;
}
.hos-bolsa-filter button{
  min-height:46px;
  border:0;
  border-radius:10px;
  background:#13A45A;
  color:#fff;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

.hos-bolsa-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.hos-bolsa-card{
  overflow:hidden;
  border:1px solid #E0E7E2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(18,32,23,.045);
  transition:transform .18s ease,box-shadow .18s ease;
}
.hos-bolsa-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(18,32,23,.08);
}
.hos-bolsa-media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#EDF2EE;
}
.hos-bolsa-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.hos-bolsa-card:hover .hos-bolsa-media img{transform:scale(1.025)}
.hos-bolsa-placeholder{
  display:grid;
  width:100%;
  height:100%;
  place-items:center;
  color:#A7B1AA;
  font-size:14px;
  font-weight:900;
  letter-spacing:.18em;
}
.hos-bolsa-badges{
  position:absolute;
  left:13px;
  top:13px;
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
.hos-bolsa-badges span{
  padding:6px 9px;
  border-radius:999px;
  background:#13A45A;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.hos-bolsa-badges span.is-light{
  background:rgba(255,255,255,.9);
  color:#283229;
  backdrop-filter:blur(8px);
}
.hos-bolsa-body{padding:17px}
.hos-bolsa-location{
  min-height:16px;
  margin-bottom:7px;
  color:#7B857E;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.hos-bolsa-body h3{
  min-height:42px;
  margin:0;
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.02em;
}
.hos-bolsa-body h3 a{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  color:#172019;
  text-decoration:none;
}
.hos-bolsa-price{
  margin-top:10px;
  color:#119B54;
  font-size:19px;
  font-weight:900;
}
.hos-bolsa-owner{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:15px;
  padding-top:13px;
  border-top:1px solid #EDF0ED;
}
.hos-bolsa-owner-avatar{
  display:grid;
  width:34px;
  height:34px;
  flex:0 0 34px;
  place-items:center;
  border-radius:50%;
  background:#152019;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.hos-bolsa-owner strong{
  display:block;
  color:#303A32;
  font-size:10px;
}
.hos-bolsa-owner span{
  display:block;
  margin-top:2px;
  color:#889189;
  font-size:9px;
}
.hos-bolsa-view{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:13px;
  padding:10px 12px;
  border-radius:10px;
  background:#F1F7F3;
  color:#0F8F4B;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
}
.hos-bolsa-pagination{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin-top:28px;
}
.hos-bolsa-pagination a{
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border:1px solid #DDE5DF;
  border-radius:9px;
  background:#fff;
  color:#475149;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}
.hos-bolsa-pagination a.is-active{
  border-color:#13A45A;
  background:#13A45A;
  color:#fff;
}
.hos-empty-card{
  padding:42px;
  border:1px dashed #CDD8D0;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.hos-empty-card strong{font-size:16px;color:#202A23}
.hos-empty-card p{margin:6px 0 0;color:#7A847C;font-size:11px}

@media(max-width:1100px){
  .hos-bolsa-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hos-bolsa-filter{grid-template-columns:1fr 1fr}
  .hos-bolsa-search{grid-column:1/-1}
}
@media(max-width:680px){
  .hos-bolsa-intro{grid-template-columns:1fr;padding:20px}
  .hos-bolsa-intro-mark{padding:15px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .hos-bolsa-grid{grid-template-columns:1fr}
  .hos-bolsa-filter{grid-template-columns:1fr}
  .hos-bolsa-search{grid-column:auto}
}

/* =========================================================
   HOUSE OS 2.3.4 — Responsive Premium Global
   ========================================================= */

/* ---------- Bolsa Inmobiliaria: force premium layout ---------- */
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 190px!important;
  align-items:center!important;
  gap:28px!important;
  margin:0 0 24px!important;
  padding:28px!important;
  border:1px solid rgba(28,164,90,.18)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(27,173,96,.22),transparent 28%),
    linear-gradient(135deg,#101A14 0%,#16291E 100%)!important;
  box-shadow:0 18px 45px rgba(17,31,22,.09)!important;
  color:#fff!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro h2{
  margin:8px 0 9px!important;
  color:#fff!important;
  font-size:clamp(26px,3vw,38px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro p{
  max-width:820px!important;
  margin:0!important;
  color:#CBD4CE!important;
  font-size:13px!important;
  line-height:1.6!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro .hos-kicker{
  color:#6AD592!important;
  font-size:10px!important;
  letter-spacing:.16em!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro-mark{
  padding-left:26px!important;
  border-left:1px solid rgba(255,255,255,.16)!important;
  color:#A9B7AE!important;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro-mark strong{
  display:block!important;
  margin-top:5px!important;
  color:#fff!important;
  font-size:24px!important;
  letter-spacing:-.02em!important;
}

/* filter */
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter{
  display:grid!important;
  grid-template-columns:minmax(300px,1fr) minmax(170px,210px) minmax(170px,210px) 130px!important;
  gap:12px!important;
  align-items:end!important;
  margin:0 0 26px!important;
  padding:18px!important;
  border:1px solid #DCE5DE!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(22,35,26,.04)!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter > div{
  min-width:0!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter label{
  display:block!important;
  margin:0 0 7px!important;
  color:#58635B!important;
  font-size:10px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.055em!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter input,
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter select{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #D7E0D9!important;
  border-radius:12px!important;
  outline:none!important;
  background:#F7F9F7!important;
  color:#202A23!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:650!important;
  box-shadow:none!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter input:focus,
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter select:focus{
  border-color:#16A45B!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(22,164,91,.10)!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter button{
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:12px!important;
  background:#12A65A!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

/* grid/cards */
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
  align-items:stretch!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-card{
  display:flex!important;
  min-width:0!important;
  overflow:hidden!important;
  flex-direction:column!important;
  border:1px solid #DEE6E0!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(18,32,23,.045)!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#EDF2EE!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-body{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:18px!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-location{
  min-height:14px!important;
  margin:0 0 8px!important;
  color:#79847C!important;
  font-size:10px!important;
  line-height:1.3!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-body h3{
  min-height:44px!important;
  margin:0!important;
  color:#172019!important;
  font-size:17px!important;
  line-height:1.28!important;
  letter-spacing:-.025em!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-body h3 a{
  display:-webkit-box!important;
  overflow:hidden!important;
  color:#172019!important;
  text-decoration:none!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-price{
  margin:11px 0 0!important;
  color:#0D9D52!important;
  font-size:21px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-owner{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:auto!important;
  padding-top:16px!important;
  border-top:1px solid #EAEFEB!important;
}
.hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-view{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-top:13px!important;
  padding:11px 13px!important;
  border-radius:11px!important;
  background:#EDF7F1!important;
  color:#0A8F49!important;
  font-size:11px!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* ---------- Dashboard shell: robust responsive ---------- */
.hos-dashboard-v2{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}
.hos-dashboard-v2 .hos-dashboard-content,
.hos-dashboard-v2 .hos-dash-main{
  min-width:0!important;
  max-width:100%!important;
}
.hos-dashboard-v2 img,
.hos-dashboard-v2 video,
.hos-dashboard-v2 iframe{
  max-width:100%!important;
}

/* Tables don't push page wider */
.hos-property-table-wrap,
.hos-module-shell,
.hos-property-table-wrap,
.hos-pm-view-gallery{
  max-width:100%!important;
}

/* ---------- PUBLIC PROPERTY PAGE RESPONSIVE ---------- */
.hos-property-public,
.hospp-page,
body.house-os-property{
  max-width:100%!important;
  overflow-x:hidden!important;
}
.hospp-shell{
  box-sizing:border-box!important;
  width:min(1380px,calc(100% - 48px))!important;
  max-width:1380px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.hospp-hero{
  min-height:min(760px,82vh)!important;
}
.hospp-hero-inner,
.hospp-body-grid,
.hospp-property-layout{
  min-width:0!important;
}
.hospp-hero h1{
  max-width:1000px!important;
  font-size:clamp(42px,5.5vw,84px)!important;
  line-height:.98!important;
  overflow-wrap:anywhere!important;
}
.hospp-gallery img,
.hospp-gallery-secondary img{
  display:block!important;
  max-width:100%!important;
}
.hospp-contact-card,
.hospp-agent-card{
  min-width:0!important;
  max-width:100%!important;
}

/* ---------- Microsite responsive base ---------- */
.hos-microsite,
.hos-microsite-page,
.hosms-page{
  max-width:100%!important;
  overflow-x:hidden!important;
}
.hosms-shell,
.hos-microsite .hos-shell{
  box-sizing:border-box!important;
  width:min(1320px,calc(100% - 40px))!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ---------- Main public shell ---------- */
.hos-shell{
  box-sizing:border-box;
  width:min(1380px,calc(100% - 48px));
  max-width:1380px;
  margin-left:auto;
  margin-right:auto;
}

/* =========================================================
   TABLET
   ========================================================= */
@media(max-width:1100px){
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter{
    grid-template-columns:1fr 1fr!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-search{
    grid-column:1/-1!important;
  }

  .hospp-body-grid,
  .hospp-property-layout{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .hospp-sidebar,
  .hospp-contact-wrap{
    position:static!important;
    width:100%!important;
    max-width:none!important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:760px){

  html,body{
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  /* Global HOUSE OS header */
  .hos-header,
  .hos-site-header{
    min-height:64px!important;
  }
  .hos-header .hos-shell,
  .hos-site-header .hos-shell{
    width:calc(100% - 24px)!important;
    gap:10px!important;
  }
  .hos-brand img,
  .hos-header-logo img{
    width:auto!important;
    max-width:120px!important;
    height:36px!important;
    object-fit:contain!important;
  }
  .hos-main-nav,
  .hos-header nav:not(.hos-mobile-nav){
    display:none!important;
  }

  /* Dashboard becomes single-column */
  .hos-dashboard-v2{
    display:block!important;
  }
  .hos-dash-sidebar{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    max-height:none!important;
    padding:10px 12px!important;
    border-right:0!important;
    border-bottom:1px solid #E0E7E2!important;
    overflow:visible!important;
  }
  .hos-dash-user{
    margin-bottom:8px!important;
    padding:8px!important;
  }
  .hos-dash-nav{
    display:flex!important;
    width:100%!important;
    gap:8px!important;
    overflow-x:auto!important;
    padding:4px 0 6px!important;
    scrollbar-width:none!important;
  }
  .hos-dash-nav::-webkit-scrollbar{display:none!important}
  .hos-dash-nav > a,
  .hos-dash-nav > div,
  .hos-dash-nav .hos-dash-group{
    flex:0 0 auto!important;
  }
  .hos-dash-nav .hos-dash-group > button,
  .hos-dash-nav .hos-dash-group-title{
    white-space:nowrap!important;
  }
  .hos-dash-nav .hos-dash-subnav,
  .hos-dash-nav .hos-dash-group-items{
    position:absolute!important;
    z-index:80!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    padding:10px!important;
    border:1px solid #DDE5DF!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 18px 45px rgba(17,31,22,.13)!important;
  }

  .hos-dashboard-content,
  .hos-dash-main{
    width:100%!important;
    max-width:100%!important;
    padding:22px 14px 60px!important;
  }

  .hos-dash-head{
    display:block!important;
    margin-bottom:20px!important;
  }
  .hos-dash-head h1{
    max-width:100%!important;
    margin-top:8px!important;
    font-size:clamp(34px,10vw,48px)!important;
    line-height:.98!important;
    overflow-wrap:anywhere!important;
  }
  .hos-dash-head p{
    max-width:100%!important;
    font-size:13px!important;
  }
  .hos-dash-head-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin-top:16px!important;
  }
  .hos-dash-head-actions .hos-btn{
    width:100%!important;
    justify-content:center!important;
  }

  /* Dashboard KPI cards */
  .hos-dash-stats,
  .hos-dashboard-kpis,
  .hos-home-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  /* Bolsa */
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:20px!important;
    border-radius:18px!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-intro-mark{
    padding:14px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.15)!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-filter{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:13px!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-search{
    grid-column:auto!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-media{
    aspect-ratio:16/10!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-body{
    padding:15px!important;
  }
  .hos-dashboard-v2 .hos-dashboard-content .hos-bolsa-body h3{
    min-height:auto!important;
    font-size:17px!important;
  }

  /* Native property manager */
  .hos-pm-form-grid,
  .hos-pm-grid,
  .hos-pm-location-grid,
  .hos-location-taxonomies,
  .hos-pm-spec-grid{
    grid-template-columns:1fr!important;
  }
  .hos-pm-card,
  .hos-property-form-card{
    padding:16px!important;
    border-radius:16px!important;
  }
  .hos-pm-form input,
  .hos-pm-form select,
  .hos-pm-form textarea{
    max-width:100%!important;
    width:100%!important;
    box-sizing:border-box!important;
  }
  .hos-content-ai-premium{
    grid-template-columns:1fr!important;
  }
  .hos-content-ai-premium-action{
    padding:16px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.12)!important;
  }

  /* Public property */
  .hospp-shell{
    width:calc(100% - 24px)!important;
  }
  .hospp-header .hospp-shell,
  .hospp-site-header .hospp-shell{
    min-height:66px!important;
  }
  .hospp-header nav,
  .hospp-site-header nav{
    display:none!important;
  }
  .hospp-hero{
    min-height:620px!important;
    max-height:none!important;
    padding:72px 0 24px!important;
  }
  .hospp-hero-inner{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    min-height:500px!important;
  }
  .hospp-hero h1{
    margin:12px 0!important;
    font-size:clamp(38px,11vw,58px)!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
  }
  .hospp-hero-address{
    max-width:100%!important;
    font-size:13px!important;
    line-height:1.45!important;
  }
  .hospp-hero-price,
  .hospp-price-card{
    position:static!important;
    width:100%!important;
    max-width:none!important;
    margin-top:16px!important;
    padding:15px!important;
  }
  .hospp-gallery{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:14px 0!important;
  }
  .hospp-gallery > *,
  .hospp-gallery .is-main,
  .hospp-gallery-main{
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:4/3!important;
  }
  .hospp-gallery img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .hospp-gallery-secondary,
  .hospp-secondary-gallery{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .hospp-body{
    padding:28px 0!important;
  }
  .hospp-body-grid,
  .hospp-property-layout{
    display:block!important;
  }
  .hospp-content{
    min-width:0!important;
    max-width:100%!important;
  }
  .hospp-body h2,
  .hospp-description h2{
    font-size:30px!important;
    line-height:1.05!important;
  }
  .hospp-description,
  .hospp-description p{
    max-width:100%!important;
    font-size:15px!important;
    line-height:1.7!important;
    overflow-wrap:anywhere!important;
  }
  .hospp-features,
  .hospp-specs,
  .hospp-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .hospp-contact-card,
  .hospp-agent-card{
    position:static!important;
    width:100%!important;
    margin-top:24px!important;
    padding:18px!important;
    border-radius:18px!important;
  }
  .hospp-contact-actions{
    grid-template-columns:1fr!important;
  }
  .hospp-video-section{
    padding:24px 0 4px!important;
  }
  .hospp-video-head h2{
    font-size:26px!important;
  }
  .hospp-video-frame{
    border-radius:16px!important;
  }

  /* Property popup/contact forms */
  .hos-modal,
  .hospp-modal,
  .hos-contact-modal{
    padding:10px!important;
  }
  .hos-modal-panel,
  .hospp-modal-panel,
  .hos-contact-modal-panel{
    width:100%!important;
    max-width:100%!important;
    max-height:92vh!important;
    overflow-y:auto!important;
    padding:20px!important;
    border-radius:18px!important;
  }
  .hos-modal-panel h2,
  .hospp-modal-panel h2{
    font-size:34px!important;
    line-height:1!important;
  }

  /* Public home */
  .hos-shell{
    width:calc(100% - 24px)!important;
  }
  .hos204-hero-inner,
  .hos204-seller-grid{
    grid-template-columns:1fr!important;
  }
  .hos204-hero-copy h1{
    font-size:clamp(44px,12vw,64px)!important;
  }
  .hos204-search{
    width:100%!important;
    max-width:none!important;
  }
  .hos204-metrics{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* Small phone */
@media(max-width:430px){
  .hos-dashboard-content,
  .hos-dash-main{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .hos-dash-head h1{
    font-size:36px!important;
  }
  .hos-dash-stats,
  .hos-dashboard-kpis,
  .hos-home-stats,
  .hos204-metrics{
    grid-template-columns:1fr!important;
  }
  .hospp-shell,
  .hos-shell{
    width:calc(100% - 18px)!important;
  }
  .hospp-hero h1{
    font-size:38px!important;
  }
  .hospp-gallery-secondary,
  .hospp-secondary-gallery,
  .hospp-features,
  .hospp-specs,
  .hospp-facts{
    grid-template-columns:1fr!important;
  }
}


/* HOUSE OS 2.3.5 — Bolsa Inmobiliaria Executive */
.hos-bolsa-executive-head{
  display:flex;justify-content:space-between;align-items:stretch;gap:24px;
  margin:0 0 16px;padding:22px 24px;border:1px solid var(--hos-line);border-radius:18px;
  background:linear-gradient(135deg,#101A14 0%,#183021 100%);box-shadow:0 16px 40px rgba(16,26,20,.08)
}
.hos-bolsa-executive-copy{min-width:0}
.hos-bolsa-executive-copy .hos-kicker{display:block;margin-bottom:8px;color:#73D89A;font-size:10px;font-weight:900;letter-spacing:.14em}
.hos-bolsa-executive-copy h2{margin:0 0 8px;color:#fff;font-size:30px;line-height:1.05;letter-spacing:-.04em}
.hos-bolsa-executive-copy p{max-width:820px;margin:0;color:#C8D0CA;font-size:12px;line-height:1.6}
.hos-bolsa-executive-mark{min-width:180px;display:flex;flex-direction:column;justify-content:center;padding-left:20px;border-left:1px solid rgba(255,255,255,.14);color:#9FB0A5}
.hos-bolsa-executive-mark span{font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.hos-bolsa-executive-mark strong{display:block;margin-top:4px;color:#fff;font-size:26px;letter-spacing:-.03em}

.hos-property-toolbar.hos-bolsa-toolbar{
  grid-template-columns:minmax(0,1.5fr) minmax(160px,.7fr) minmax(160px,.7fr) 110px auto;
}
.hos-property-toolbar.hos-bolsa-toolbar select{
  min-height:42px;border:1px solid var(--hos-line);border-radius:9px;padding:0 12px;background:#fff;font-size:11px
}
.hos-bolsa-table-wrap{overflow:auto}
.hos-bolsa-table .hos-property-table-property strong{max-width:350px;font-size:11px;line-height:1.45}
.hos-bolsa-table td{font-size:11px}
.hos-bolsa-table .hos-pm-assignment strong{display:block;color:var(--hos-black);font-size:10px}
.hos-bolsa-table .hos-pm-assignment small{display:block;margin-top:4px;color:#8C948E;font-size:8px}
.hos-bolsa-actions{flex-wrap:wrap}
.hos-bolsa-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.hos-bolsa-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid var(--hos-line);border-radius:10px;background:#fff;color:#3D453F!important;font-size:10px;font-weight:800}
.hos-bolsa-pagination a.is-active{background:var(--hos-black);border-color:var(--hos-black);color:#fff!important}

@media(max-width:980px){
  .hos-property-toolbar.hos-bolsa-toolbar{grid-template-columns:1fr 1fr}
  .hos-property-toolbar.hos-bolsa-toolbar input{grid-column:1/-1}
}
@media(max-width:760px){
  .hos-bolsa-executive-head{display:block;padding:18px 18px 16px}
  .hos-bolsa-executive-copy h2{font-size:26px}
  .hos-bolsa-executive-mark{min-width:0;margin-top:14px;padding:14px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .hos-property-toolbar.hos-bolsa-toolbar{grid-template-columns:1fr}
}

/* HOUSE OS 2.3.6 — Meta Connect Multiusuario */
.hos-meta-connect-card{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  gap:22px;
  align-items:start;
  padding:32px;
  border:1px solid #DCE6DF;
  border-radius:22px;
  background:
    radial-gradient(circle at 90% 5%,rgba(18,166,90,.10),transparent 30%),
    #fff;
  box-shadow:0 14px 40px rgba(18,32,23,.05);
}
.hos-meta-connect-icon{
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  border-radius:18px;
  background:#EAF7EF;
  color:#0D9D52;
  font-size:30px;
  font-weight:900;
}
.hos-meta-connect-card h2{
  margin:7px 0 8px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.hos-meta-connect-card p{
  max-width:780px;
  margin:0;
  color:#68736B;
  font-size:13px;
  line-height:1.65;
}
.hos-meta-connect-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0;
}
.hos-meta-connect-points span{
  padding:8px 10px;
  border-radius:999px;
  background:#F0F7F3;
  color:#386047;
  font-size:10px;
  font-weight:800;
}
.hos-meta-connect-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:10px;
}
.hos-meta-connect-card small{color:#8A938D;font-size:10px}

.hos-meta-account-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
  padding:18px 20px;
  border:1px solid #CFE4D7;
  border-radius:16px;
  background:#F3FAF6;
}
.hos-meta-account-status strong{
  display:block;
  margin-top:4px;
  color:#18221B;
  font-size:16px;
}
.hos-meta-account-status small{
  display:block;
  margin-top:3px;
  color:#758078;
  font-size:10px;
}
.hos-meta-account-status-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.hos-btn-danger-soft{
  border-color:#E9CDCD!important;
  background:#FFF5F5!important;
  color:#A13A3A!important;
}
.hos-meta-notice strong{font-weight:900}
@media(max-width:760px){
  .hos-meta-connect-card{grid-template-columns:1fr;padding:20px}
  .hos-meta-connect-card h2{font-size:26px}
  .hos-meta-connect-actions{display:grid;grid-template-columns:1fr}
  .hos-meta-connect-actions .hos-btn{width:100%;justify-content:center}
  .hos-meta-account-status{display:block}
  .hos-meta-account-status-actions{display:grid;grid-template-columns:1fr;margin-top:14px}
  .hos-meta-account-status-actions .hos-btn{width:100%;justify-content:center}
}


/* HOUSE OS 2.3.7 — Meta Connect UI Premium */
.hos-meta-notice{
  position:relative;
  padding:18px 18px 18px 52px;
  margin:0 0 16px;
  border:1px solid #E4ECE6;
  border-radius:18px;
  background:#F7FAF8;
  color:#39433C;
  font-size:13px;
  line-height:1.6;
  font-weight:700;
  box-shadow:0 8px 24px rgba(19,35,24,.04);
}
.hos-meta-notice:before{
  content:"i";
  position:absolute;
  left:18px;
  top:18px;
  width:20px;
  height:20px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#DCE9DF;
  color:#215437;
  font-size:12px;
  font-weight:900;
}
.hos-meta-notice.is-ok{
  border-color:#CFE6D6;
  background:#F2FAF5;
  color:#1B6A3F;
}
.hos-meta-notice.is-ok:before{
  content:"✓";
  background:#DAF0E1;
  color:#13824A;
}
.hos-meta-notice.is-error{
  border-color:#F0D4D4;
  background:#FFF7F7;
  color:#A33A3A;
}
.hos-meta-notice.is-error:before{
  content:"!";
  background:#F8E1E1;
  color:#B53C3C;
}
.hos-meta-notice strong{
  display:block;
  margin-bottom:3px;
  font-size:14px;
  letter-spacing:-.01em;
}

.hos-meta-connect-wrap{margin-top:10px}
.hos-meta-connect-card--premium{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(290px,.8fr);
  gap:18px;
  padding:0;
  border:0;
  border-radius:26px;
  overflow:hidden;
  background:none;
  box-shadow:none;
}
.hos-meta-connect-main{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:30px;
  border:1px solid #D9E6DE;
  border-radius:24px;
  background:
    radial-gradient(circle at top right, rgba(19,183,97,.16), transparent 28%),
    linear-gradient(135deg,#0F1713 0%, #13231A 48%, #173727 100%);
  color:#fff;
  box-shadow:0 18px 50px rgba(12,26,18,.10);
}
.hos-meta-connect-main .hos-kicker-light{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
}
.hos-meta-connect-copy h2{
  margin:8px 0 10px;
  color:#fff;
  font-size:52px;
  line-height:.98;
  letter-spacing:-.06em;
}
.hos-meta-connect-copy p{
  max-width:720px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.7;
}
.hos-meta-connect-icon{
  width:64px;
  height:64px;
  border-radius:20px;
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  font-size:32px;
  box-shadow:none;
}
.hos-meta-connect-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 18px;
}
.hos-meta-connect-points span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}
.hos-meta-connect-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
}
.hos-meta-connect-actions .hos-btn-primary{
  min-height:52px;
  padding:0 22px;
  border-radius:14px;
  background:#13A45A;
}
.hos-meta-connect-actions .hos-btn-light{
  min-height:52px;
  padding:0 20px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.18);
  color:#fff!important;
}
.hos-meta-connect-copy small{
  display:block;
  color:rgba(255,255,255,.65);
  font-size:12px;
}

.hos-meta-connect-side{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px;
}
.hos-meta-side-card{
  padding:24px 24px 22px;
  border:1px solid #D9E6DE;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(18,32,23,.05);
}
.hos-meta-side-card.is-soft{
  background:linear-gradient(180deg,#F6FAF7 0%, #EEF6F1 100%);
}
.hos-meta-side-card ul,
.hos-meta-side-card ol{
  margin:14px 0 0 18px;
  padding:0;
}
.hos-meta-side-card li{
  margin:0 0 10px;
  color:#243128;
  font-size:13px;
  line-height:1.55;
  font-weight:700;
}
.hos-meta-side-card li:last-child{margin-bottom:0}

.hos-meta-account-status{
  padding:18px 20px;
  border:1px solid #DCE8E0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(18,32,23,.04);
}
.hos-meta-account-status strong{
  font-size:18px;
}
.hos-meta-account-status small{
  font-size:12px;
}
.hos-meta-account-status-actions .hos-btn{
  min-height:42px;
  border-radius:12px;
}

@media(max-width:1180px){
  .hos-meta-connect-card--premium{
    grid-template-columns:1fr;
  }
  .hos-meta-connect-side{
    grid-template-columns:1fr 1fr;
    grid-template-rows:none;
  }
}
@media(max-width:760px){
  .hos-meta-notice{
    padding:16px 16px 16px 46px;
    border-radius:16px;
    font-size:12px;
  }
  .hos-meta-notice:before{
    left:14px;
    top:16px;
  }
  .hos-meta-connect-card--premium{
    gap:14px;
  }
  .hos-meta-connect-main{
    grid-template-columns:1fr;
    padding:22px;
    border-radius:20px;
  }
  .hos-meta-connect-copy h2{
    font-size:34px;
    line-height:1;
  }
  .hos-meta-connect-copy p{
    font-size:14px;
    line-height:1.65;
  }
  .hos-meta-connect-points span{
    font-size:11px;
    padding:9px 12px;
  }
  .hos-meta-connect-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .hos-meta-connect-actions .hos-btn{
    width:100%;
    justify-content:center;
  }
  .hos-meta-connect-side{
    grid-template-columns:1fr;
    gap:14px;
  }
  .hos-meta-side-card{
    padding:18px;
    border-radius:18px;
  }
}

/* HOUSE OS 2.3.8 — Estimador de Valor Premium */
.hos-module-shell-estimator{overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}
.hos-estimator-hero{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr)!important;gap:24px!important;align-items:stretch!important;margin:0 0 22px!important;padding:30px!important;border:1px solid rgba(31,159,88,.16)!important;border-radius:24px!important;background:radial-gradient(circle at 88% 12%,rgba(24,182,96,.20),transparent 27%),linear-gradient(135deg,#101914 0%,#173121 100%)!important;box-shadow:0 20px 50px rgba(15,30,20,.08)!important}
.hos-estimator-hero-copy h2{max-width:780px!important;margin:9px 0 10px!important;color:#fff!important;font-size:clamp(30px,3.2vw,46px)!important;line-height:1.02!important;letter-spacing:-.045em!important}
.hos-estimator-hero-copy p{max-width:760px!important;margin:0!important;color:#C4CFC8!important;font-size:13px!important;line-height:1.65!important}
.hos-estimator-hero .hos-kicker{color:#76D99A!important}
.hos-estimator-pills{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:20px!important}
.hos-estimator-pills span{padding:8px 11px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important;color:#fff!important;font-size:10px!important;font-weight:800!important}
.hos-estimator-hero-side{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding-left:24px!important;border-left:1px solid rgba(255,255,255,.14)!important}
.hos-estimator-hero-side strong{display:block!important;margin:5px 0!important;color:#fff!important;font-size:27px!important;line-height:1!important;letter-spacing:-.03em!important}
.hos-estimator-hero-side small{color:#AAB7AE!important;font-size:10px!important;line-height:1.5!important}
.hos-module-estimador-valor{width:100%!important;max-width:100%!important;padding:0!important;overflow:visible!important;background:transparent!important}
.hos-module-estimador-valor form{box-sizing:border-box!important;width:min(100%,980px)!important;max-width:980px!important;margin:0 auto!important;padding:28px!important;border:1px solid #DDE6E0!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 40px rgba(18,32,23,.055)!important}
.hos-module-estimador-valor label{display:block!important;margin:0 0 7px!important;color:#475249!important;font-size:10px!important;font-weight:850!important;line-height:1.35!important;letter-spacing:.045em!important;text-transform:uppercase!important}
.hos-module-estimador-valor input:not([type="checkbox"]):not([type="radio"]),.hos-module-estimador-valor select,.hos-module-estimador-valor textarea{box-sizing:border-box!important;width:100%!important;max-width:none!important;min-height:52px!important;margin:0!important;padding:0 15px!important;border:1px solid #D7E0D9!important;border-radius:12px!important;outline:none!important;background:#F8FAF8!important;color:#1F2922!important;font-family:inherit!important;font-size:13px!important;font-weight:650!important;box-shadow:none!important}
.hos-module-estimador-valor textarea{min-height:120px!important;padding-top:14px!important;padding-bottom:14px!important;line-height:1.55!important}
.hos-module-estimador-valor input:focus,.hos-module-estimador-valor select:focus,.hos-module-estimador-valor textarea:focus{border-color:#14A45A!important;background:#fff!important;box-shadow:0 0 0 4px rgba(20,164,90,.09)!important}
.hos-module-estimador-valor button,.hos-module-estimador-valor input[type="submit"],.hos-module-estimador-valor .button,.hos-module-estimador-valor .btn{min-height:50px!important;padding:0 20px!important;border:0!important;border-radius:12px!important;background:#12A65A!important;color:#fff!important;font-family:inherit!important;font-size:12px!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;cursor:pointer!important}
.hos-module-estimador-valor .container,.hos-module-estimador-valor .wrap,.hos-module-estimador-valor .wrapper{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
.hos-module-estimador-valor .resultado,.hos-module-estimador-valor .resultado-valor,.hos-module-estimador-valor .result,.hos-module-estimador-valor .estimate-result,.hos-module-estimador-valor [class*="resultado"],.hos-module-estimador-valor [class*="result"]{box-sizing:border-box!important;max-width:980px!important;margin:20px auto 0!important;padding:24px!important;border:1px solid #CAE5D4!important;border-radius:20px!important;background:radial-gradient(circle at 95% 0,rgba(20,164,90,.10),transparent 30%),#F3FAF6!important;color:#17231B!important;box-shadow:0 12px 35px rgba(18,32,23,.045)!important}
.hos-module-estimador-valor table{width:100%!important;max-width:100%!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden!important;border:1px solid #E0E7E2!important;border-radius:14px!important;background:#fff!important}
.hos-module-estimador-valor th{padding:12px 14px!important;background:#152019!important;color:#fff!important;font-size:10px!important;text-align:left!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.hos-module-estimador-valor td{padding:12px 14px!important;border-top:1px solid #E8EDE9!important;color:#4F5A52!important;font-size:11px!important}
@media(max-width:900px){.hos-estimator-hero{grid-template-columns:1fr!important;padding:24px!important}.hos-estimator-hero-side{padding:18px 0 0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.14)!important}}
@media(max-width:760px){.hos-estimator-hero{margin-bottom:14px!important;padding:20px!important;border-radius:18px!important}.hos-estimator-hero-copy h2{font-size:30px!important}.hos-estimator-hero-copy p{font-size:12px!important}.hos-module-estimador-valor form{padding:16px!important;border-radius:16px!important}.hos-module-estimador-valor input:not([type="checkbox"]):not([type="radio"]),.hos-module-estimador-valor select,.hos-module-estimador-valor textarea{min-height:48px!important;font-size:16px!important}.hos-module-estimador-valor button,.hos-module-estimador-valor input[type="submit"],.hos-module-estimador-valor .button,.hos-module-estimador-valor .btn{width:100%!important}}


/* HOUSE OS 2.3.9 — Avaclick en Estimador */
.hos-estimator-hero-side{display:flex!important;flex-direction:column!important;gap:16px!important}
.hos-estimator-side-block{display:flex!important;flex-direction:column!important;gap:4px!important}
.hos-avaclick-card{padding:16px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.06)!important;backdrop-filter:blur(4px)!important}
.hos-avaclick-badge{display:inline-flex!important;align-self:flex-start!important;margin-bottom:12px!important;padding:6px 10px!important;border-radius:999px!important;background:rgba(255,145,0,.18)!important;color:#FFB14A!important;font-size:10px!important;font-weight:900!important;letter-spacing:.06em!important}
.hos-avaclick-logo{display:block!important;max-width:210px!important;width:100%!important;height:auto!important;margin:0 0 12px!important;background:#fff!important;border-radius:14px!important;padding:10px!important}
.hos-avaclick-card p{margin:0 0 14px!important;color:#DCE6DF!important;font-size:12px!important;line-height:1.6!important}
.hos-avaclick-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 18px!important;border-radius:12px!important;background:#F59A1B!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 10px 24px rgba(245,154,27,.22)!important}
.hos-avaclick-btn:hover{background:#E88B0A!important;color:#fff!important;transform:translateY(-1px)!important}
@media(max-width:760px){.hos-avaclick-logo{max-width:180px!important}.hos-avaclick-btn{width:100%!important}}


/* HOUSE OS 2.3.10 — Contratos integrados */
.hos-module-shell-contracts{overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}
.hos-contract-module-hero{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;margin:0 0 18px!important;padding:24px 26px!important;border:1px solid #DCE7DF!important;border-radius:22px!important;background:linear-gradient(135deg,#F8FBF9 0%,#EEF7F1 100%)!important;box-shadow:0 14px 36px rgba(18,32,23,.045)!important}
.hos-contract-module-hero h2{max-width:760px!important;margin:7px 0 7px!important;color:#151D18!important;font-size:28px!important;line-height:1.08!important;letter-spacing:-.035em!important}
.hos-contract-module-hero p{max-width:780px!important;margin:0!important;color:#6D776F!important;font-size:12px!important;line-height:1.6!important}
.hos-contract-module-actions{display:flex!important;gap:9px!important;flex-wrap:wrap!important;justify-content:flex-end!important;flex:0 0 auto!important}
.hos-contract-module-actions .hos-btn{white-space:nowrap!important}
.hos-module-render.hos-module-nuevo-contrato,.hos-module-render.hos-module-mis-contratos,.hos-module-render.hos-module-historial-contratos{padding:0!important;background:transparent!important}
.hos-module-nuevo-contrato form{box-sizing:border-box!important;width:min(100%,1040px)!important;max-width:1040px!important;margin:0 auto!important;padding:28px!important;border:1px solid #DDE5E0!important;border-radius:22px!important;background:#fff!important;box-shadow:0 15px 40px rgba(18,32,23,.05)!important}
.hos-module-nuevo-contrato label{color:#253029!important;font-weight:800!important}
.hos-module-nuevo-contrato input:not([type=checkbox]):not([type=radio]),.hos-module-nuevo-contrato select,.hos-module-nuevo-contrato textarea{box-sizing:border-box!important;width:100%!important;min-height:50px!important;border:1px solid #D7E0DA!important;border-radius:12px!important;background:#F9FBFA!important;padding:0 14px!important;font-family:inherit!important;box-shadow:none!important}
.hos-module-nuevo-contrato textarea{min-height:110px!important;padding-top:13px!important;padding-bottom:13px!important}
.hos-module-nuevo-contrato button,.hos-module-nuevo-contrato input[type=submit],.hos-module-nuevo-contrato .button{min-height:48px!important;border:0!important;border-radius:12px!important;background:#12A65A!important;color:#fff!important;font-weight:900!important;padding:0 20px!important}
@media(max-width:820px){.hos-contract-module-hero{display:block!important;padding:20px!important}.hos-contract-module-actions{justify-content:flex-start!important;margin-top:16px!important}.hos-contract-module-hero h2{font-size:25px!important}}
@media(max-width:760px){.hos-contract-module-actions{display:grid!important;grid-template-columns:1fr!important}.hos-contract-module-actions .hos-btn{width:100%!important;justify-content:center!important}.hos-module-nuevo-contrato form{padding:16px!important;border-radius:16px!important}.hos-module-nuevo-contrato input:not([type=checkbox]):not([type=radio]),.hos-module-nuevo-contrato select,.hos-module-nuevo-contrato textarea{font-size:16px!important}}


/* HOUSE OS 2.3.11 — Contratos de franquicia sólo corporativo */
.hos-franchise-contracts-admin-note{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 16px;padding:20px 22px;border:1px solid #D9E5DD;border-radius:18px;background:linear-gradient(135deg,#F7FAF8 0%,#EEF6F1 100%);box-shadow:0 10px 28px rgba(18,32,23,.04)}
.hos-franchise-contracts-admin-note strong{display:block;margin:5px 0 4px;color:#172019;font-size:20px;letter-spacing:-.03em}.hos-franchise-contracts-admin-note p{max-width:760px;margin:0;color:#667169;font-size:12px;line-height:1.6}.hos-franchise-contracts-lock{display:inline-flex;align-items:center;justify-content:center;min-width:74px;height:40px;padding:0 14px;border-radius:12px;background:#142019;color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em}@media(max-width:760px){.hos-franchise-contracts-admin-note{display:block}.hos-franchise-contracts-lock{margin-top:14px}}


/* HOUSE OS 2.3.12 — House Rent Integrado */
.hos-rent-integrated-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;padding:18px 20px;border:1px solid #DCE6DF;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,32,23,.04)}
.hos-rent-integrated-copy strong{display:block;margin-top:4px;color:#172019;font-size:18px;letter-spacing:-.025em}
.hos-rent-integrated-copy small{display:block;margin-top:4px;color:#7B857E;font-size:10px;line-height:1.45}
.hos-rent-integrated-nav nav{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.hos-rent-integrated-nav nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid #E0E7E2;border-radius:10px;background:#F8FAF8;color:#48534B!important;font-size:10px;font-weight:850;text-decoration:none!important}
.hos-rent-integrated-nav nav a:hover,.hos-rent-integrated-nav nav a.is-active{border-color:#CDE6D6;background:#EAF7EF;color:#0D9650!important}
.hos-module-house-rent{overflow:visible!important}
.hos-module-house-rent > *{max-width:100%!important}
.hos-module-house-rent form,.hos-module-house-rent .card,.hos-module-house-rent .panel,.hos-module-house-rent [class*="card"],.hos-module-house-rent [class*="panel"]{border-radius:16px!important}
@media(max-width:900px){.hos-rent-integrated-nav{display:block}.hos-rent-integrated-nav nav{justify-content:flex-start;margin-top:14px}}
@media(max-width:760px){.hos-rent-integrated-nav{padding:16px;border-radius:16px}.hos-rent-integrated-nav nav{display:grid;grid-template-columns:1fr 1fr}.hos-rent-integrated-nav nav a{justify-content:center;text-align:center}.hos-module-house-rent input,.hos-module-house-rent select,.hos-module-house-rent textarea{max-width:100%!important;font-size:16px!important}}


/* HOUSE OS 2.3.13 — House Rent UX + Wallet Unificado */
.hos-rent-integrated-nav-v2{
  position:relative;
  padding:18px 20px!important;
  background:linear-gradient(135deg,#101914 0%,#173121 100%)!important;
  border-color:#263C2D!important;
  color:#fff!important;
}
.hos-rent-integrated-nav-v2 .hos-rent-integrated-copy .hos-kicker{color:#71D697!important}
.hos-rent-integrated-nav-v2 .hos-rent-integrated-copy strong{color:#fff!important;font-size:19px!important}
.hos-rent-integrated-nav-v2 .hos-rent-integrated-copy small{color:#B8C5BC!important;font-size:11px!important}
.hos-rent-toolbar{display:flex;align-items:center;gap:10px}
.hos-rent-wallet{
  min-width:130px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:2px 10px;
  align-items:center;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:13px;
  background:rgba(255,255,255,.07);
  color:#fff!important;
  text-decoration:none!important
}
.hos-rent-wallet span{font-size:8px;font-weight:900;letter-spacing:.09em;color:#87DFA6}
.hos-rent-wallet strong{grid-row:1/3;grid-column:2;font-size:24px;line-height:1;color:#fff}
.hos-rent-wallet small{font-size:8px;color:#AEBDB3}
.hos-rent-switcher{position:relative}
.hos-rent-switcher-button{
  min-width:160px;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.15)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#18231C!important;
  font-size:11px!important;
  font-weight:900!important;
  cursor:pointer!important
}
.hos-rent-switcher-button b{font-size:15px;font-weight:900}
.hos-rent-switcher-menu{
  display:none!important;
  position:absolute!important;
  right:0!important;
  top:calc(100% + 8px)!important;
  z-index:50!important;
  width:220px!important;
  padding:7px!important;
  border:1px solid #DDE6E0!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 18px 50px rgba(16,29,20,.16)!important
}
.hos-rent-switcher.is-open .hos-rent-switcher-menu{display:grid!important}
.hos-rent-switcher-menu a{
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  padding:0 11px!important;
  border:0!important;
  border-radius:9px!important;
  background:transparent!important;
  color:#465048!important;
  font-size:10px!important;
  font-weight:850!important;
  text-decoration:none!important
}
.hos-rent-switcher-menu a:hover,.hos-rent-switcher-menu a.is-active{background:#EAF7EF!important;color:#0D9650!important}

/* Compact the legacy House Rent top navigation rendered by the old module.
   It stays available, but becomes scroll-safe and visually secondary. */
.hos-module-shell-house-rent-v2 .hos-module-house-rent{
  overflow:visible!important
}
.hos-module-shell-house-rent-v2 .hos-module-house-rent nav,
.hos-module-shell-house-rent-v2 .hos-module-house-rent [role="tablist"]{
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:thin!important;
  white-space:nowrap!important
}
.hos-module-shell-house-rent-v2 .hos-module-house-rent nav a,
.hos-module-shell-house-rent-v2 .hos-module-house-rent [role="tab"]{
  font-size:11px!important;
  white-space:nowrap!important
}

/* House Rent legacy credit badge is visually subordinated because House Credits is the main wallet. */
.hos-module-shell-house-rent-v2 .hos-module-house-rent [id*="credit"],
.hos-module-shell-house-rent-v2 .hos-module-house-rent [class*="credit"]{
  border-radius:12px!important
}

@media(max-width:900px){
  .hos-rent-integrated-nav-v2{display:block!important}
  .hos-rent-toolbar{margin-top:14px;justify-content:flex-start}
}
@media(max-width:760px){
  .hos-rent-toolbar{display:grid;grid-template-columns:1fr!important}
  .hos-rent-wallet,.hos-rent-switcher,.hos-rent-switcher-button{width:100%!important}
  .hos-rent-switcher-menu{left:0!important;right:auto!important;width:100%!important;box-sizing:border-box!important}
}


/* HOUSE OS 2.3.14 — House Rent sin créditos/pagos */
.hos-module-shell-house-rent-v2 .hos-rent-wallet{display:none!important}

/* Hide obvious legacy credit/payment blocks after JS tags them. */
.hos-module-shell-house-rent-v2 .hos-module-house-rent .hos-hide-house-rent-credit-ui{
  display:none!important;
}

/* Toolbar only needs the compact section switcher now. */
.hos-rent-integrated-nav-v2 .hos-rent-toolbar{
  justify-content:flex-end!important;
}
@media(max-width:760px){
  .hos-rent-integrated-nav-v2 .hos-rent-toolbar{
    display:block!important;
  }
}

/* HOUSE OS 2.3.15 — Jurídico exclusivo de administración */
.hos-dash-integration-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:980px){.hos-dash-integration-grid-3{grid-template-columns:1fr!important}}

/* HOUSE OS 2.3.16 — Centro de Contratos Unificado */
.hos-contract-type-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 20px}
.hos-contract-type-switch a{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-height:84px;padding:14px 16px;border:1px solid #DCE5DF;border-radius:16px;background:#fff;color:#263129!important;text-decoration:none!important}
.hos-contract-type-switch a.is-active{border-color:#9FD0B0;background:#F0F8F3;box-shadow:0 10px 28px rgba(18,32,23,.05)}
.hos-contract-type-switch a>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#EDF5F0;color:#0D9B51;font-size:10px;font-weight:900}
.hos-contract-type-switch a.is-active>span{background:#13A45A;color:#fff}
.hos-contract-type-switch strong{display:block;font-size:14px;line-height:1.25}.hos-contract-type-switch small{display:block;margin-top:4px;color:#7A847D;font-size:10px}
.hos-contract-rent-intro{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:18px 20px;border:1px solid #DCE8E0;border-radius:16px;background:linear-gradient(135deg,#F7FAF8,#EEF7F1)}
.hos-contract-rent-intro strong{display:block;margin:4px 0;color:#17211A;font-size:17px}.hos-contract-rent-intro p{margin:0;color:#6E7971;font-size:11px;line-height:1.55}
.hos-contract-engine-badge{flex:0 0 auto;padding:8px 10px;border-radius:999px;background:#142018;color:#84D9A2;font-size:9px;font-weight:900;letter-spacing:.06em}
.hos-contract-rent-embed{padding:0!important;overflow:visible!important}.hos-contract-rent-hidden{display:none!important}
@media(max-width:760px){.hos-contract-type-switch{grid-template-columns:1fr}.hos-contract-rent-intro{display:block}.hos-contract-engine-badge{display:inline-flex;margin-top:12px}}

/* HOUSE OS 2.3.17 — Contrato de arrendamiento por propiedad */
.hos-rental-property-picker{margin:16px 0 20px;padding:22px;border:1px solid #D9E5DD;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(18,32,23,.045)}
.hos-rental-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.hos-rental-picker-head h3{margin:5px 0 4px;font-size:22px;line-height:1.15;letter-spacing:-.035em}
.hos-rental-picker-head p{margin:0;color:#6C766F;font-size:11px;line-height:1.6}
.hos-rental-count{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#EAF7EF;color:#0E9650;font-size:9px;font-weight:900;letter-spacing:.03em}
.hos-rental-picker-form label{display:block;margin:0 0 7px;color:#4B554E;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.hos-rental-picker-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.hos-rental-picker-row select{width:100%;min-width:0;min-height:50px;padding:0 14px;border:1px solid #D5DED8;border-radius:12px;background:#F8FAF8;color:#202A23;font:700 12px/1.3 inherit}
.hos-rental-selected{display:grid;grid-template-columns:66px minmax(0,1fr);gap:14px;align-items:center;margin-top:16px;padding:14px;border:1px solid #CFE5D6;border-radius:15px;background:#F2FAF5}
.hos-rental-selected-thumb{width:66px;height:58px;border-radius:11px;overflow:hidden;background:#E6ECE8}
.hos-rental-selected-thumb img{width:100%;height:100%;object-fit:cover}
.hos-rental-selected strong{display:block;margin:4px 0 2px;font-size:15px;color:#172219}
.hos-rental-selected p{margin:0;color:#69736C;font-size:10px}
.hos-rental-flow-note{margin-top:12px;padding:14px 16px;border-radius:14px;background:#152019;color:#fff}
.hos-rental-flow-note strong{display:block;margin-bottom:3px;font-size:12px}
.hos-rental-flow-note p{margin:0;color:#BFC9C1;font-size:10px;line-height:1.55}
.hos-rental-empty{padding:18px;border-radius:14px;background:#F7F9F7;border:1px dashed #D7E0D9}
.hos-rental-empty strong{display:block;font-size:14px}.hos-rental-empty p{color:#6C766F;font-size:11px}
.hos-rental-waiting{display:flex;gap:14px;align-items:center;max-width:760px;margin:16px auto;padding:18px;border:1px dashed #D5DED8;border-radius:16px;background:#FAFBFA}
.hos-rental-waiting>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#EAF7EF;color:#0E9650;font-size:11px;font-weight:900}
.hos-rental-waiting strong{display:block;font-size:13px}.hos-rental-waiting p{margin:3px 0 0;color:#758078;font-size:10px}
@media(max-width:760px){.hos-rental-picker-head{display:block}.hos-rental-count{display:inline-flex;margin-top:10px}.hos-rental-picker-row{grid-template-columns:1fr}.hos-rental-picker-row .hos-btn{width:100%}.hos-rental-property-picker{padding:16px}.hos-rental-selected{grid-template-columns:52px minmax(0,1fr)}.hos-rental-selected-thumb{width:52px;height:52px}}


/* HOUSE OS 2.3.18 — Marketplace de proyectos integrado */
.hos-projects-overview{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;margin:0 0 18px;border:1px solid #DCE6DF;border-radius:20px;background:linear-gradient(135deg,#F8FBF9,#EEF8F2)}
.hos-projects-overview h2{margin:5px 0 5px;font-size:28px;line-height:1;letter-spacing:-.04em;color:#172019}
.hos-projects-overview p{margin:0;max-width:690px;font-size:11px;line-height:1.6;color:#6C786F}
.hos-projects-overview-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.hos-projects-overview-actions .hos-btn{min-height:42px;border-radius:11px;font-size:10px}
.hos-project-marketplace-shell{overflow:hidden;border:1px solid #DCE5DF;border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(18,32,23,.045)}
.hos-project-marketplace-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #E5EBE7;color:#566158;font-size:10px}
.hos-project-marketplace-bar>div{display:flex;align-items:center;gap:8px;color:#26332B}
.hos-project-marketplace-content{padding:20px;overflow:hidden}
/* Normalize HOUSE 30B/30C when embedded in Mi House without modifying its data logic. */
.hos-project-marketplace-content>div,.hos-project-marketplace-content .container,.hos-project-marketplace-content .wrap{max-width:100%!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}
.hos-project-marketplace-content input,.hos-project-marketplace-content select{min-height:42px!important;border:1px solid #D9E2DC!important;border-radius:10px!important;background:#F8FAF8!important;font-size:12px!important;padding:0 11px!important}
.hos-project-marketplace-content button,.hos-project-marketplace-content input[type=submit]{min-height:42px!important;border:0!important;border-radius:10px!important;background:#12A65A!important;color:#fff!important;font-size:11px!important;font-weight:850!important;padding:0 15px!important}
.hos-project-marketplace-content img{max-width:100%!important;height:auto!important}
.hos-project-empty-state{padding:54px 24px;text-align:center;border:1px dashed #CEDBD2;border-radius:22px;background:#fff}
.hos-project-empty-state>span{display:block;margin-bottom:12px;color:#13A55A;font-size:36px}
.hos-project-empty-state h2{margin:0 0 8px;font-size:28px;letter-spacing:-.04em}.hos-project-empty-state p{max-width:660px;margin:0 auto 18px;color:#758078;font-size:12px;line-height:1.65}
@media(max-width:900px){.hos-projects-overview{display:block}.hos-projects-overview-actions{justify-content:flex-start;margin-top:16px}}
@media(max-width:760px){.hos-projects-overview{padding:18px;border-radius:17px}.hos-projects-overview h2{font-size:24px}.hos-projects-overview-actions{display:grid;grid-template-columns:1fr}.hos-projects-overview-actions .hos-btn{width:100%;justify-content:center}.hos-project-marketplace-content{padding:12px;overflow-x:auto}.hos-project-marketplace-content input,.hos-project-marketplace-content select{font-size:16px!important}}

/* HOUSE OS 2.3.19 — separación Marketplace / Asesores */
.hos-project-audience-note{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 14px;padding:16px 18px;border:1px solid #DCE7DF;border-radius:16px;background:#F5FAF7}.hos-project-audience-note>div{display:grid;gap:3px}.hos-project-audience-note strong{font-size:13px;color:#1B261F}.hos-project-audience-note a{font-size:10px;font-weight:900;color:#109A51;text-decoration:none}.hos-project-audience-note a:hover{text-decoration:underline}@media(max-width:760px){.hos-project-audience-note{align-items:flex-start;flex-direction:column}}


/* =========================================================
   HOUSE OS 2.3.20 — Productividad y Desempeño 2.0
   ========================================================= */

/* Technical labels should never be shown to end users. */
.hos-module-shell-bar{display:none!important}

/* Performance overview */
.hos-performance-overview{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);
  gap:28px;
  align-items:center;
  margin:0 0 22px;
  padding:30px;
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 12%,rgba(26,181,98,.24),transparent 30%),
    linear-gradient(135deg,#111914 0%,#1C3223 100%);
  color:#fff;
  box-shadow:0 20px 55px rgba(16,29,20,.09)
}
.hos-performance-overview-copy h2{
  max-width:760px;
  margin:8px 0 10px;
  color:#fff;
  font-size:clamp(29px,3vw,44px);
  line-height:1.02;
  letter-spacing:-.045em
}
.hos-performance-overview-copy p{
  max-width:730px;
  margin:0;
  color:#BFCBC3;
  font-size:12px;
  line-height:1.65
}
.hos-performance-overview-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px
}
.hos-performance-overview-steps div{
  min-height:88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  background:rgba(255,255,255,.055)
}
.hos-performance-overview-steps b{
  color:#6DD491;
  font-size:10px;
  letter-spacing:.08em
}
.hos-performance-overview-steps span{
  margin-top:6px;
  color:#fff;
  font-size:15px;
  font-weight:850
}

/* Performance module navigation */
.hos-performance-module-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:0 0 16px;
  padding:14px 16px;
  border:1px solid #DDE5DF;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 28px rgba(16,29,20,.035)
}
.hos-performance-module-nav>div{
  display:flex;
  flex-direction:column;
  gap:2px
}
.hos-performance-module-nav>div strong{
  color:#17211A;
  font-size:13px
}
.hos-performance-module-nav nav{
  display:flex;
  flex-wrap:wrap;
  gap:5px
}
.hos-performance-module-nav nav a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border-radius:10px;
  color:#68726B;
  font-size:10px;
  font-weight:850;
  text-decoration:none
}
.hos-performance-module-nav nav a:hover,
.hos-performance-module-nav nav a.is-active{
  background:#EAF7EF;
  color:#0E9650
}

/* Make legacy performance modules look native to House OS */
.hos-module-shell-performance{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important
}
.hos-module-shell-performance .hos-module-render{
  padding:0!important;
  background:transparent!important
}
.hos-module-shell-performance .hos-module-render > *{
  box-sizing:border-box!important;
  max-width:100%!important
}
.hos-module-shell-performance form{
  box-sizing:border-box!important;
  max-width:1080px!important;
  margin:0 auto!important;
  padding:26px!important;
  border:1px solid #DDE5DF!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 15px 42px rgba(16,29,20,.045)!important
}
.hos-module-shell-performance input:not([type=checkbox]):not([type=radio]),
.hos-module-shell-performance select,
.hos-module-shell-performance textarea{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:50px!important;
  padding:0 14px!important;
  border:1px solid #D8E1DA!important;
  border-radius:12px!important;
  background:#F8FAF8!important;
  color:#1D2820!important;
  font-family:inherit!important;
  font-size:12px!important;
  box-shadow:none!important
}
.hos-module-shell-performance textarea{
  min-height:110px!important;
  padding-top:13px!important;
  padding-bottom:13px!important
}
.hos-module-shell-performance input:focus,
.hos-module-shell-performance select:focus,
.hos-module-shell-performance textarea:focus{
  border-color:#16A65A!important;
  outline:0!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(22,166,90,.08)!important
}
.hos-module-shell-performance button,
.hos-module-shell-performance input[type=submit],
.hos-module-shell-performance .button,
.hos-module-shell-performance .btn{
  min-height:48px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:12px!important;
  background:#11A65A!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:900!important;
  box-shadow:none!important
}
.hos-module-shell-performance .card,
.hos-module-shell-performance .panel,
.hos-module-shell-performance .box,
.hos-module-shell-performance [class*="card"],
.hos-module-shell-performance [class*="panel"]{
  border-color:#DDE5DF!important;
  border-radius:18px!important;
  box-shadow:none!important
}
.hos-module-shell-performance table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden!important;
  border:1px solid #E0E7E2!important;
  border-radius:16px!important;
  background:#fff!important
}
.hos-module-shell-performance th{
  padding:12px 14px!important;
  background:#152019!important;
  color:#fff!important;
  font-size:9px!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important
}
.hos-module-shell-performance td{
  padding:13px 14px!important;
  border-top:1px solid #E7ECE8!important;
  color:#4F5A52!important;
  font-size:11px!important
}

/* Friendly empty/admin states */
.hos-module-shell-performance .hos-dash-empty-large,
.hos-module-shell-performance .notice,
.hos-module-shell-performance [class*="empty"]{
  border-radius:18px!important
}

@media(max-width:900px){
  .hos-performance-overview{grid-template-columns:1fr}
  .hos-performance-module-nav{align-items:flex-start;flex-direction:column}
}
@media(max-width:760px){
  .hos-performance-overview{padding:20px;border-radius:18px}
  .hos-performance-overview-copy h2{font-size:30px}
  .hos-performance-overview-steps{grid-template-columns:1fr 1fr}
  .hos-performance-module-nav nav{
    width:100%;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:3px
  }
  .hos-performance-module-nav nav a{white-space:nowrap}
  .hos-module-shell-performance form{padding:16px!important;border-radius:16px!important}
  .hos-module-shell-performance input:not([type=checkbox]):not([type=radio]),
  .hos-module-shell-performance select,
  .hos-module-shell-performance textarea{font-size:16px!important}
}


/* =========================================================
   HOUSE OS 2.3.21 — Mi Éxito House Premium
   ========================================================= */
.hos-success-intro{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(320px,.75fr);
  gap:24px;
  align-items:center;
  margin:0 0 18px;
  padding:28px;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 12%,rgba(19,175,93,.24),transparent 30%),
    linear-gradient(135deg,#101914 0%,#1A3122 100%);
  box-shadow:0 18px 46px rgba(14,29,19,.08)
}
.hos-success-intro .hos-kicker{color:#79DB9C}
.hos-success-intro-copy h2{
  max-width:760px;
  margin:8px 0 10px;
  color:#fff;
  font-size:clamp(30px,3vw,44px);
  line-height:1.03;
  letter-spacing:-.045em
}
.hos-success-intro-copy p{
  max-width:720px;
  margin:0;
  color:#BCC9C0;
  font-size:12px;
  line-height:1.65
}
.hos-success-intro-flow{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px
}
.hos-success-intro-flow div{
  min-height:82px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:13px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:rgba(255,255,255,.055)
}
.hos-success-intro-flow b{
  color:#6FD794;
  font-size:9px;
  letter-spacing:.08em
}
.hos-success-intro-flow span{
  margin-top:6px;
  color:#fff;
  font-size:13px;
  font-weight:850
}

/* Legacy simulator: make it feel like one product */
.hos-module-shell-success{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important
}
.hos-module-shell-success .hos-module-render{
  padding:0!important;
  background:transparent!important
}

/* Hide old oversized hero inside the shortcode so we don't duplicate headers */
.hos-module-shell-success .hos-module-render > div > div:first-child,
.hos-module-shell-success .hos-module-render [class*="hero"]:first-child{
  border-radius:18px!important
}

/* Normalize old simulator cards */
.hos-module-shell-success .hos-module-render .card,
.hos-module-shell-success .hos-module-render .panel,
.hos-module-shell-success .hos-module-render .box,
.hos-module-shell-success .hos-module-render [class*="card"],
.hos-module-shell-success .hos-module-render [class*="panel"],
.hos-module-shell-success .hos-module-render [class*="section"]{
  box-sizing:border-box!important;
  border-color:#DDE5DF!important;
  border-radius:18px!important;
  box-shadow:none!important
}

/* Improve headings and section titles */
.hos-module-shell-success h2,
.hos-module-shell-success h3,
.hos-module-shell-success h4{
  color:#17211A!important;
  letter-spacing:-.03em!important
}
.hos-module-shell-success h2{font-size:24px!important}
.hos-module-shell-success h3{font-size:19px!important}
.hos-module-shell-success h4{font-size:15px!important}

/* Make form sections compact and modern */
.hos-module-shell-success form{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:24px!important;
  border:1px solid #DDE5DF!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(16,29,20,.04)!important
}
.hos-module-shell-success label{
  color:#4C574F!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.025em!important
}
.hos-module-shell-success input:not([type=checkbox]):not([type=radio]),
.hos-module-shell-success select,
.hos-module-shell-success textarea{
  box-sizing:border-box!important;
  min-height:50px!important;
  padding:0 14px!important;
  border:1px solid #D7E0D9!important;
  border-radius:12px!important;
  background:#F8FAF8!important;
  color:#17211A!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:650!important
}
.hos-module-shell-success textarea{
  min-height:116px!important;
  padding-top:13px!important;
  padding-bottom:13px!important
}
.hos-module-shell-success input:focus,
.hos-module-shell-success select:focus,
.hos-module-shell-success textarea:focus{
  border-color:#12A65A!important;
  outline:none!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(18,166,90,.08)!important
}
.hos-module-shell-success button,
.hos-module-shell-success input[type=submit],
.hos-module-shell-success .button,
.hos-module-shell-success .btn{
  min-height:48px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:12px!important;
  background:#10A65A!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:900!important;
  box-shadow:none!important
}

/* Two-column financial/why areas where legacy markup allows it */
.hos-module-shell-success .row,
.hos-module-shell-success .grid,
.hos-module-shell-success .fields,
.hos-module-shell-success [class*="grid"]{
  gap:14px!important
}

/* Results and plan cards */
.hos-module-shell-success .result,
.hos-module-shell-success .resultado,
.hos-module-shell-success [class*="result"],
.hos-module-shell-success [class*="resultado"]{
  border:1px solid #CFE7D7!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 96% 0,rgba(18,166,90,.10),transparent 30%),
    #F3FAF6!important;
  box-shadow:none!important
}
.hos-module-shell-success table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden!important;
  border:1px solid #E0E7E2!important;
  border-radius:15px!important;
  background:#fff!important
}
.hos-module-shell-success th{
  padding:11px 13px!important;
  background:#152019!important;
  color:#fff!important;
  font-size:9px!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important
}
.hos-module-shell-success td{
  padding:12px 13px!important;
  border-top:1px solid #E7ECE8!important;
  color:#4D584F!important;
  font-size:11px!important
}

/* Reduce the visual weight of legacy icon titles */
.hos-module-shell-success [class*="emoji"],
.hos-module-shell-success .icon{
  font-size:20px!important
}

@media(max-width:900px){
  .hos-success-intro{grid-template-columns:1fr}
}
@media(max-width:760px){
  .hos-success-intro{
    padding:20px;
    border-radius:18px
  }
  .hos-success-intro-copy h2{font-size:30px}
  .hos-success-intro-flow{grid-template-columns:1fr 1fr}
  .hos-module-shell-success form{
    padding:16px!important;
    border-radius:16px!important
  }
  .hos-module-shell-success input:not([type=checkbox]):not([type=radio]),
  .hos-module-shell-success select,
  .hos-module-shell-success textarea{
    font-size:16px!important
  }
  .hos-module-shell-success button,
  .hos-module-shell-success input[type=submit],
  .hos-module-shell-success .button,
  .hos-module-shell-success .btn{
    width:100%!important
  }
}


/* =========================================================
   HOUSE OS 2.3.22 — Mi Éxito House AI
   ========================================================= */
.hos-success-ai-panel{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(280px,.6fr);
  gap:24px;
  align-items:center;
  margin:0 0 18px;
  padding:22px 24px;
  border:1px solid #CFE5D6;
  border-radius:20px;
  background:
    radial-gradient(circle at 92% 8%,rgba(23,170,91,.10),transparent 28%),
    #F5FAF7
}
.hos-success-ai-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#E4F6EA;
  color:#0A9650;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em
}
.hos-success-ai-copy h3{
  margin:10px 0 7px;
  color:#17211A;
  font-size:23px;
  line-height:1.08;
  letter-spacing:-.035em
}
.hos-success-ai-copy p{
  max-width:760px;
  margin:0;
  color:#69746C;
  font-size:11px;
  line-height:1.6
}
.hos-success-ai-actions{
  display:flex;
  flex-direction:column;
  gap:7px
}
.hos-success-ai-generate{
  min-height:50px;
  border:0;
  border-radius:12px;
  background:#111815;
  color:#fff;
  font-family:inherit;
  font-size:11px;
  font-weight:900;
  cursor:pointer
}
.hos-success-ai-generate:hover{background:#0C9650}
.hos-success-ai-generate:disabled{opacity:.6;cursor:wait}
.hos-success-ai-actions small{
  color:#8A948D;
  font-size:9px;
  line-height:1.45
}
.hos-success-ai-result{
  margin:0 0 18px;
  border:1px solid #DCE6DF;
  border-radius:22px;
  background:#fff;
  box-shadow:0 15px 42px rgba(16,29,20,.045);
  overflow:hidden
}
.hos-success-ai-loading{
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px
}
.hos-success-ai-loading>span{
  width:30px;height:30px;
  flex:0 0 30px;
  border:3px solid #DCEBE1;
  border-top-color:#12A65A;
  border-radius:50%;
  animation:hosSuccessSpin .85s linear infinite
}
@keyframes hosSuccessSpin{to{transform:rotate(360deg)}}
.hos-success-ai-loading strong{display:block;color:#17211A;font-size:12px}
.hos-success-ai-loading small{display:block;margin-top:3px;color:#7B867E;font-size:10px}
.hos-success-ai-error{
  margin:18px;
  padding:14px 16px;
  border:1px solid #F0CBC7;
  border-radius:12px;
  background:#FFF3F1;
  color:#A83B32;
  font-size:11px;
  font-weight:750
}
.hos-success-ai-plan-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  padding:24px;
  border-bottom:1px solid #E6ECE7;
  background:linear-gradient(135deg,#101914,#193222)
}
.hos-success-ai-plan-head .hos-kicker{color:#78DC9B}
.hos-success-ai-plan-head h3{
  margin:7px 0 7px;
  color:#fff!important;
  font-size:27px!important;
  line-height:1.05!important
}
.hos-success-ai-plan-head p{
  max-width:820px;
  margin:0;
  color:#BBC7BF;
  font-size:11px;
  line-height:1.6
}
.hos-success-ai-copy-btn{
  align-self:center;
  min-height:42px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:11px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:10px;
  font-weight:850;
  cursor:pointer
}
.hos-success-ai-diagnosis{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:18px 24px 0
}
.hos-success-ai-diagnosis article{
  min-height:115px;
  padding:16px;
  border:1px solid #E0E7E2;
  border-radius:15px;
  background:#FAFBFA
}
.hos-success-ai-diagnosis b{
  display:block;
  margin-bottom:7px;
  color:#0D9650;
  font-size:9px;
  letter-spacing:.06em;
  text-transform:uppercase
}
.hos-success-ai-diagnosis p{margin:0;color:#566159;font-size:10px;line-height:1.55}
.hos-success-ai-section{padding:22px 24px;border-bottom:1px solid #E8EDE9}
.hos-success-ai-section:last-child{border-bottom:0}
.hos-success-ai-section h4{
  margin:0 0 14px!important;
  color:#17211A!important;
  font-size:17px!important;
  letter-spacing:-.025em!important
}
.hos-success-ai-priorities{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px
}
.hos-success-ai-priorities article{
  padding:16px;
  border:1px solid #DDE5DF;
  border-radius:15px
}
.hos-success-ai-priorities b{display:block;color:#17211A;font-size:12px}
.hos-success-ai-priorities small{display:block;margin:6px 0 9px;color:#778179;font-size:9px;line-height:1.45}
.hos-success-ai-priorities p{margin:0;color:#0C9650;font-size:10px;font-weight:800;line-height:1.5}
.hos-success-ai-weeks{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hos-success-ai-week{
  padding:17px;
  border:1px solid #DDE5DF;
  border-radius:16px;
  background:#FBFCFB
}
.hos-success-ai-week-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.hos-success-ai-week-head b{color:#0D9650;font-size:9px;letter-spacing:.06em}
.hos-success-ai-week-head strong{color:#17211A;font-size:12px;text-align:right}
.hos-success-ai-week-columns{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
.hos-success-ai-week h5{margin:0 0 7px;color:#69736C;font-size:9px;text-transform:uppercase;letter-spacing:.05em}
.hos-success-ai-week ul,.hos-success-ai-simple-list{margin:0;padding-left:16px;color:#4D584F;font-size:10px;line-height:1.55}
.hos-success-ai-simple-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hos-success-ai-footer{
  padding:16px 24px;
  background:#F4F8F5;
  color:#68736B;
  font-size:9px;
  line-height:1.5
}
.hos-success-ai-footer strong{color:#17211A}
.hos-success-legacy-hero-hidden{display:none!important}

/* Stronger cleanup of the embedded legacy simulator */
.hos-module-shell-success .hos-module-render{
  border-radius:22px!important
}
.hos-module-shell-success .hos-module-render > div{
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important
}
.hos-module-shell-success .hos-module-render form,
.hos-module-shell-success .hos-module-render [class*="wrap"],
.hos-module-shell-success .hos-module-render [class*="container"]{
  max-width:1180px!important
}

@media(max-width:900px){
  .hos-success-ai-panel{grid-template-columns:1fr}
  .hos-success-ai-diagnosis,.hos-success-ai-priorities{grid-template-columns:1fr}
  .hos-success-ai-weeks{grid-template-columns:1fr}
}
@media(max-width:760px){
  .hos-success-ai-panel{padding:18px;border-radius:17px}
  .hos-success-ai-plan-head{grid-template-columns:1fr;padding:20px}
  .hos-success-ai-copy-btn{width:100%}
  .hos-success-ai-diagnosis,.hos-success-ai-section{padding-left:16px;padding-right:16px}
  .hos-success-ai-week-columns,.hos-success-ai-simple-grid{grid-template-columns:1fr}
}
\n\n/* HOUSE OS 2.3.23 — AI only after simulator */\n.hos-success-ai-stage{margin-top:22px}\n.hos-success-ai-stage.is-locked .hos-success-ai-panel{border-style:dashed;background:#FAFCFA}\n.hos-success-ai-stage.is-locked .hos-success-ai-generate{background:#B8C0BA!important;color:#fff!important;box-shadow:none!important}\n.hos-success-ai-stage.is-ready .hos-success-ai-panel{border-color:#BFE0CA;background:radial-gradient(circle at 92% 8%,rgba(23,170,91,.10),transparent 28%),#F5FAF7}\n.hos-success-ai-stage.is-ready .hos-success-ai-generate{background:#101815!important}\n.hos-success-ai-stage.is-ready .hos-success-ai-generate:hover{background:#0C9650!important}\n

/* =========================================================
   HOUSE OS 2.3.25 — Recovery / UI cleanup seguro
   ========================================================= */
.hos-module-shell-success .hos-success-legacy-hero-hidden{
  display:none!important;
}

/* Safety only: if a legacy dark promotional panel survives, its copy must remain legible. */
.hos-module-shell-success .hos-module-render [style*="gradient"] h1,
.hos-module-shell-success .hos-module-render [style*="gradient"] h2,
.hos-module-shell-success .hos-module-render [style*="gradient"] h3,
.hos-module-shell-success .hos-module-render [style*="gradient"] p{
  color:#fff!important;
}

/* Keep one clean transition between HOUSE OS hero and simulator. */
.hos-success-intro{margin-bottom:22px!important}
.hos-module-shell-success .hos-module-render{margin-top:0!important}

@media(max-width:760px){
  .hos-success-intro{margin-bottom:15px!important}
}


/* =========================================================
   HOUSE OS 2.3.26 — Restore seguro de Mi Éxito House
   ========================================================= */
.hos-module-shell-success .hos-module-render,
.hos-module-shell-success .hos-module-success-simulator{
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}

.hos-module-shell-success .hos-success-legacy-title,
.hos-module-shell-success .hos-success-legacy-subtitle,
.hos-module-shell-success .hos-success-legacy-badge{
  display:none!important;
}

.hos-module-shell-success .hos-success-legacy-panel-clean{
  min-height:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  margin-top:0!important;
  margin-bottom:18px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hos-module-shell-success form,
.hos-module-shell-success .hos-module-render form{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  height:auto!important;
  max-height:none!important;
}


/* =========================================================
   HOUSE OS 2.3.27 — Metas de Franquicia 2.0
   ========================================================= */
.hos-goals-hero{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.75fr);
  gap:28px;
  align-items:center;
  margin:0 0 14px;
  padding:30px;
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 10%,rgba(23,176,94,.25),transparent 30%),
    linear-gradient(135deg,#101914 0%,#1A3222 100%);
  color:#fff;
  box-shadow:0 18px 48px rgba(16,29,20,.07)
}
.hos-goals-hero .hos-kicker{color:#79DB9C}
.hos-goals-hero-copy h2{
  max-width:760px;
  margin:9px 0 10px;
  color:#fff;
  font-size:clamp(30px,3vw,43px);
  line-height:1.03;
  letter-spacing:-.045em
}
.hos-goals-hero-copy p{
  max-width:760px;
  margin:0;
  color:#BECAC2;
  font-size:12px;
  line-height:1.65
}
.hos-goals-hero-map{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px
}
.hos-goals-hero-map div{
  min-height:98px;
  padding:15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  background:rgba(255,255,255,.055)
}
.hos-goals-hero-map b{
  display:block;
  color:#72D997;
  font-size:9px;
  letter-spacing:.08em
}
.hos-goals-hero-map span{
  display:block;
  margin-top:7px;
  color:#fff;
  font-size:14px;
  font-weight:900
}
.hos-goals-hero-map small{
  display:block;
  margin-top:4px;
  color:#AEBDB3;
  font-size:9px
}

.hos-goals-guide{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:0 0 18px
}
.hos-goals-guide>div{
  min-height:118px;
  padding:17px;
  border:1px solid #DCE5DF;
  border-radius:17px;
  background:#fff
}
.hos-goals-guide span{
  display:block;
  margin-bottom:9px;
  color:#0C9650;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em
}
.hos-goals-guide strong{
  display:block;
  color:#17211A;
  font-size:14px
}
.hos-goals-guide small{
  display:block;
  margin-top:6px;
  color:#78827A;
  font-size:9px;
  line-height:1.5
}

/* Remove the old shortcode heading so only HOUSE OS controls the page hierarchy. */
.hos-module-shell-goals .hos-goals-legacy-heading{
  display:none!important
}

.hos-module-shell-goals{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important
}
.hos-module-shell-goals .hos-module-render{
  padding:0!important;
  background:transparent!important
}

/* Modernize the old goal form without changing its fields or submit logic. */
.hos-module-shell-goals form{
  position:relative;
  max-width:1120px!important;
  margin:0 auto!important;
  padding:24px!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  border:1px solid #DCE5DF!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(16,29,20,.04)!important
}
.hos-module-shell-goals .hos-goal-field{
  position:relative!important;
  display:block!important;
  min-width:0!important;
  padding:15px!important;
  border:1px solid #E0E7E2!important;
  border-radius:15px!important;
  background:#FAFBFA!important
}
.hos-module-shell-goals .hos-goal-field-label{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 8px!important;
  color:#17211A!important;
  font-size:10px!important;
  font-weight:900!important
}
.hos-module-shell-goals .hos-goal-field-label b{
  display:inline-flex!important;
  width:25px!important;
  height:25px!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 25px!important;
  border-radius:8px!important;
  background:#E7F6EC!important;
  color:#0B9650!important;
  font-size:8px!important
}
.hos-module-shell-goals .hos-goal-field small{
  display:block!important;
  margin:7px 0 0!important;
  color:#858F88!important;
  font-size:8px!important;
  line-height:1.45!important
}
.hos-module-shell-goals input:not([type=submit]):not([type=button]),
.hos-module-shell-goals select{
  min-height:52px!important;
  margin:0!important;
  padding:0 13px!important;
  border:1px solid #D4DED7!important;
  border-radius:11px!important;
  background:#fff!important;
  color:#17211A!important;
  font-size:13px!important;
  font-weight:800!important
}
.hos-module-shell-goals input:focus,
.hos-module-shell-goals select:focus{
  border-color:#11A65A!important;
  box-shadow:0 0 0 4px rgba(17,166,90,.08)!important;
  outline:0!important
}
.hos-module-shell-goals button,
.hos-module-shell-goals input[type=submit]{
  grid-column:1/-1!important;
  min-height:52px!important;
  border:0!important;
  border-radius:12px!important;
  background:#10A65A!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  cursor:pointer!important
}
.hos-module-shell-goals button:hover,
.hos-module-shell-goals input[type=submit]:hover{
  background:#0B914E!important
}
.hos-goals-save-note{
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:13px 14px;
  border-radius:12px;
  background:#F3F8F5;
  color:#69746C;
  font-size:9px;
  line-height:1.5
}
.hos-goals-save-note strong{color:#17211A}

@media(max-width:900px){
  .hos-goals-hero{grid-template-columns:1fr}
  .hos-goals-guide{grid-template-columns:1fr}
}
@media(max-width:760px){
  .hos-goals-hero{padding:20px;border-radius:18px}
  .hos-goals-hero-copy h2{font-size:30px}
  .hos-goals-hero-map{grid-template-columns:1fr 1fr}
  .hos-module-shell-goals form{
    grid-template-columns:1fr!important;
    padding:16px!important;
    border-radius:17px!important
  }
  .hos-module-shell-goals button,
  .hos-module-shell-goals input[type=submit]{
    grid-column:1!important
  }
  .hos-module-shell-goals input:not([type=submit]):not([type=button]),
  .hos-module-shell-goals select{
    font-size:16px!important
  }
}


/* =========================================================
   HOUSE OS 2.3.31 — Performance Isolated Fix
   Selectores propios: no modifica otros módulos.
   ========================================================= */
.hos-pf-hero{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(210px,.45fr);
  gap:22px;
  align-items:end;
  margin:0 0 14px;
  padding:28px;
  border-radius:23px;
  background:
    radial-gradient(circle at 92% 8%,rgba(19,170,89,.25),transparent 32%),
    linear-gradient(135deg,#101914,#1B3423);
  color:#fff
}
.hos-pf-hero h2{
  margin:8px 0 9px;
  color:#fff;
  font-size:clamp(30px,3vw,43px);
  line-height:1.03;
  letter-spacing:-.045em
}
.hos-pf-hero p{
  max-width:770px;
  margin:0;
  color:#C0CBC3;
  font-size:11px;
  line-height:1.65
}
.hos-pf-period{
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.055)
}
.hos-pf-period span,.hos-pf-period small{
  display:block;
  color:#9FC1AA;
  font-size:8px;
  font-weight:900;
  letter-spacing:.07em
}
.hos-pf-period strong{
  display:block;
  margin:6px 0;
  color:#fff;
  font-size:17px
}
.hos-pf-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0 0 12px
}
.hos-pf-metric{
  min-height:128px;
  padding:17px;
  border:1px solid #DCE5DF;
  border-radius:17px;
  background:#fff
}
.hos-pf-metric.is-accent{
  background:#F1F9F4;
  border-color:#CAE6D3
}
.hos-pf-metric-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px
}
.hos-pf-metric-head>span{
  color:#69746C;
  font-size:8px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase
}
.hos-pf-metric>strong{
  display:block;
  margin:17px 0 5px;
  color:#17211A;
  font-size:30px;
  line-height:1
}
.hos-pf-metric>small{color:#8B948D;font-size:9px}
.hos-pf-delta{
  padding:4px 7px;
  border-radius:999px;
  font-size:8px;
  font-weight:900
}
.hos-pf-delta.is-up{background:#E3F5E9;color:#078D49}
.hos-pf-delta.is-down{background:#FFF0EE;color:#B84A40}
.hos-pf-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:12px
}
.hos-pf-panel{
  padding:20px;
  border:1px solid #DCE5DF;
  border-radius:19px;
  background:#fff
}
.hos-pf-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:14px
}
.hos-pf-panel-head h3{
  margin:4px 0 0;
  color:#17211A;
  font-size:18px
}
.hos-pf-panel-head a{
  color:#0B9650;
  font-size:9px;
  font-weight:900;
  text-decoration:none
}
.hos-pf-list{display:grid;gap:0}
.hos-pf-list>div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  min-height:44px;
  border-bottom:1px solid #E9EDEA
}
.hos-pf-list>div:last-child{border-bottom:0}
.hos-pf-list span{color:#69746C;font-size:10px}
.hos-pf-list strong{color:#17211A;font-size:14px}
.hos-pf-funnel{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px
}
.hos-pf-funnel>div{
  padding:16px;
  border-radius:14px;
  background:#F5F8F6
}
.hos-pf-funnel span{display:block;color:#7C867F;font-size:9px;font-weight:800}
.hos-pf-funnel strong{display:block;margin-top:9px;color:#17211A;font-size:25px}
.hos-pf-empty{
  padding:18px;
  border-radius:13px;
  background:#F6F8F6
}
.hos-pf-empty strong{color:#17211A;font-size:11px}
.hos-pf-empty p{margin:5px 0 0;color:#7E8881;font-size:9px;line-height:1.5}
.hos-pf-source-note{
  padding:15px 18px;
  border:1px solid #DCE5DF;
  border-radius:15px;
  background:#FAFBFA
}
.hos-pf-source-note p{margin:6px 0 0;color:#717B74;font-size:9px;line-height:1.55}

/* Reports */
.hos-pf-report-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:13px;
  padding:15px 17px;
  border:1px solid #DCE5DF;
  border-radius:15px;
  background:#fff
}
.hos-pf-report-toolbar strong,.hos-pf-report-toolbar small{display:block}
.hos-pf-report-toolbar strong{margin-top:4px;color:#17211A;font-size:11px}
.hos-pf-report-toolbar small{margin-top:3px;color:#89928B;font-size:8px}
.hos-pf-print{
  min-height:44px;
  padding:0 15px;
  border:0;
  border-radius:10px;
  background:#111815;
  color:#fff;
  font-size:10px;
  font-weight:900;
  cursor:pointer
}
.hos-pf-report{
  overflow:hidden;
  border:1px solid #DCE5DF;
  border-radius:21px;
  background:#fff
}
.hos-pf-report>header{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:25px;
  background:linear-gradient(135deg,#101914,#1A3222);
  color:#fff
}
.hos-pf-report>header span,.hos-pf-report>header small{
  color:#77D99A;
  font-size:8px;
  font-weight:900;
  letter-spacing:.07em
}
.hos-pf-report>header h2{
  margin:6px 0 5px;
  color:#fff;
  font-size:29px
}
.hos-pf-report>header p{margin:0;color:#C0CBC3;font-size:10px}
.hos-pf-report>header>div:last-child{text-align:right}
.hos-pf-report>header>div:last-child strong{display:block;margin-top:5px;color:#fff;font-size:10px}
.hos-pf-report-kpis{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  border-bottom:1px solid #E7ECE8
}
.hos-pf-report-kpis>div{
  min-height:105px;
  padding:15px;
  border-right:1px solid #E7ECE8
}
.hos-pf-report-kpis>div:last-child{border-right:0}
.hos-pf-report-kpis span,.hos-pf-report-kpis small{display:block;color:#7C867F;font-size:8px}
.hos-pf-report-kpis strong{display:block;margin:10px 0 4px;color:#17211A;font-size:23px}
.hos-pf-report-section{
  padding:21px 25px;
  border-bottom:1px solid #E7ECE8
}
.hos-pf-report-section-title{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:14px
}
.hos-pf-report-section-title>b{
  width:31px;height:31px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 31px;
  border-radius:9px;
  background:#E8F6ED;
  color:#0B9650;
  font-size:9px
}
.hos-pf-report-section-title h3{margin:0;color:#17211A;font-size:17px}
.hos-pf-report-section-title p{margin:3px 0 0;color:#858E87;font-size:9px}
.hos-pf-report-rows{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px 14px
}
.hos-pf-report-rows>div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:0 12px;
  border-radius:10px;
  background:#F7F9F7
}
.hos-pf-report-rows span{color:#68736B;font-size:9px}
.hos-pf-report-rows strong{color:#17211A;font-size:12px}
.hos-pf-report>footer{padding:15px 25px;background:#F4F8F5}
.hos-pf-report>footer p{margin:0;color:#747E76;font-size:8px;line-height:1.55}

@media(max-width:1050px){
  .hos-pf-grid{grid-template-columns:repeat(2,1fr)}
  .hos-pf-report-kpis{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .hos-pf-hero,.hos-pf-columns{grid-template-columns:1fr}
  .hos-pf-report-rows{grid-template-columns:1fr}
  .hos-pf-report-toolbar{align-items:flex-start;flex-direction:column}
  .hos-pf-print{width:100%}
  .hos-pf-report>header{flex-direction:column}
  .hos-pf-report>header>div:last-child{text-align:left}
}
@media(max-width:520px){
  .hos-pf-grid,.hos-pf-funnel{grid-template-columns:1fr}
  .hos-pf-report-kpis{grid-template-columns:1fr 1fr}
}
@media print{
  .hos-no-print,
  .hos-shell-sidebar,
  .hos-site-header,
  .hos-performance-module-nav{
    display:none!important
  }
  .hos-shell-main{margin:0!important;padding:0!important}
  .hos-pf-report{border:0!important}
}


/* HOUSE OS 2.3.32 — fallback print seguro */
@media print{
  body.hos-printing-report *{
    visibility:hidden!important;
  }
  body.hos-printing-report .hos-pf-report,
  body.hos-printing-report .hos-pf-report *{
    visibility:visible!important;
  }
  body.hos-printing-report .hos-pf-report{
    position:absolute!important;
    left:0!important;
    top:0!important;
    width:100%!important;
    margin:0!important;
    overflow:visible!important;
  }
}


/* =========================================================
   HOUSE OS 2.3.33 — Centro de Recursos
   ========================================================= */
.hos-library-hero,.hos-community-hero{
  display:grid;grid-template-columns:minmax(0,1.4fr) minmax(170px,.4fr);
  gap:24px;align-items:end;margin:0 0 16px;padding:28px;border-radius:23px;
  background:radial-gradient(circle at 92% 10%,rgba(146,197,106,.25),transparent 30%),linear-gradient(135deg,#111A15,#22372A);
  color:#fff
}
.hos-library-hero h2,.hos-community-hero h2{margin:8px 0 9px;color:#fff;font-size:clamp(30px,3vw,44px);line-height:1.03;letter-spacing:-.045em}
.hos-library-hero p,.hos-community-hero p{max-width:800px;margin:0;color:#C2CCC5;font-size:11px;line-height:1.65}
.hos-library-count{padding:17px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.055)}
.hos-library-count strong{display:block;color:#fff;font-size:30px}.hos-library-count span{color:#AFC0B4;font-size:9px}
.hos-library-grid,.hos-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hos-library-card,.hos-course-card{display:flex;flex-direction:column;min-height:230px;border:1px solid #DDE5DF;border-radius:18px;background:#fff;text-decoration:none;overflow:hidden}
.hos-library-card{padding:19px}
.hos-library-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px}
.hos-library-filetype{display:inline-flex;padding:6px 8px;border-radius:8px;background:#E9F6ED;color:#0B9650;font-size:8px;font-weight:900;letter-spacing:.06em}
.hos-library-card-top small{color:#929B94;font-size:8px}
.hos-library-card h3{margin:34px 0 8px;color:#17211A;font-size:17px}
.hos-library-card p{margin:0 0 18px;color:#79837C;font-size:9px;line-height:1.55}
.hos-library-action,.hos-library-unavailable{margin-top:auto;color:#0B9650;font-size:9px;font-weight:900;text-decoration:none}
.hos-library-unavailable{color:#A1AAA3}
.hos-library-empty{grid-column:1/-1;padding:28px;border:1px dashed #CED8D1;border-radius:18px;background:#fff;text-align:center}
.hos-library-empty strong{color:#17211A;font-size:16px}.hos-library-empty p{color:#7C867F;font-size:9px}

.hos-manual-viewer{margin:0 0 16px;border:1px solid #DDE5DF;border-radius:20px;background:#fff;overflow:hidden}
.hos-manual-viewer-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid #E4EAE6}
.hos-manual-viewer-head h3{margin:4px 0;color:#17211A;font-size:18px}.hos-manual-viewer-head p{margin:0;color:#828C85;font-size:9px}
.hos-manual-viewer iframe{display:block;width:100%;height:72vh;min-height:640px;border:0;background:#ECEFEC}

.hos-course-card{color:inherit}
.hos-course-cover{height:170px;background:linear-gradient(135deg,#E9F5EC,#C9E5D2);background-position:center;background-size:cover}
.hos-course-card-body{display:flex;flex:1;flex-direction:column;padding:17px}
.hos-course-card h3{margin:6px 0 7px;color:#17211A;font-size:17px}.hos-course-card p{margin:0;color:#7C867F;font-size:9px;line-height:1.55}
.hos-course-card-body>div:last-child{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;color:#7C867F;font-size:9px}.hos-course-card-body b{color:#0B9650}

.hos-course-head{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.35fr);gap:20px;align-items:end;margin-bottom:14px;padding:25px;border-radius:20px;background:#fff;border:1px solid #DDE5DF}
.hos-course-head>a,.hos-course-head div>a{display:block;margin-bottom:18px;color:#0B9650;font-size:9px;font-weight:900;text-decoration:none}
.hos-course-head h2{margin:7px 0;color:#17211A;font-size:32px}.hos-course-head p{margin:0;color:#7C867F;font-size:10px;line-height:1.6}
.hos-course-meta{padding:15px;border-radius:14px;background:#F2F8F4}.hos-course-meta span,.hos-course-meta small{display:block;color:#77827A;font-size:8px}.hos-course-meta strong{display:block;margin:6px 0;color:#17211A;font-size:15px}
.hos-course-player-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:12px}
.hos-course-player,.hos-course-lessons{border:1px solid #DDE5DF;border-radius:19px;background:#fff;overflow:hidden}
.hos-course-video{position:relative;aspect-ratio:16/9;background:#0E1411}.hos-course-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hos-course-no-video{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px}
.hos-course-lesson-copy{padding:20px}.hos-course-lesson-copy h3{margin:5px 0 9px;color:#17211A;font-size:20px}.hos-course-lesson-copy p{color:#667168;font-size:10px;line-height:1.65}
.hos-course-lessons{padding:16px}.hos-course-lessons>strong{display:block;margin-bottom:10px;color:#17211A;font-size:12px}
.hos-course-lessons a{display:grid;grid-template-columns:34px 1fr;gap:9px;padding:11px;border-radius:11px;color:#38443B;text-decoration:none}
.hos-course-lessons a:hover,.hos-course-lessons a.is-active{background:#ECF7F0;color:#0B9650}
.hos-course-lessons a b{font-size:9px}.hos-course-lessons a span{font-size:10px;font-weight:850}.hos-course-lessons a small{display:block;margin-top:3px;color:#8C958F;font-size:7px}

.hos-community-pill{justify-self:end;padding:12px 16px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:9px;font-weight:900}
.hos-community-modern-body{padding:20px;border:1px solid #DDE5DF;border-radius:20px;background:#fff;overflow:hidden}
.hos-community-modern-body h1,.hos-community-modern-body h2,.hos-community-modern-body h3{color:#17211A!important}
.hos-community-modern-body input,.hos-community-modern-body select,.hos-community-modern-body textarea{border:1px solid #D6E0D9!important;border-radius:11px!important;background:#fff!important}
.hos-community-modern-body button,.hos-community-modern-body input[type=submit]{border-radius:10px!important;background:#10A65A!important;color:#fff!important;border:0!important}

@media(max-width:980px){
  .hos-library-grid,.hos-course-grid{grid-template-columns:repeat(2,1fr)}
  .hos-course-player-layout{grid-template-columns:1fr}
}
@media(max-width:720px){
  .hos-library-hero,.hos-community-hero,.hos-course-head{grid-template-columns:1fr}
  .hos-library-grid,.hos-course-grid{grid-template-columns:1fr}
  .hos-manual-viewer-head{align-items:flex-start;flex-direction:column}
  .hos-manual-viewer iframe{height:68vh;min-height:520px}
}


/* =========================================================
   HOUSE OS 2.3.34 — Frontend Resource Manager
   ========================================================= */
.hos-admin-notice{margin:0 0 12px;padding:12px 15px;border-radius:12px;font-size:10px;font-weight:800}
.hos-admin-notice.is-success{background:#EAF7EE;color:#087F43;border:1px solid #CFE8D7}
.hos-admin-tabs{display:flex;gap:6px;margin:0 0 14px;padding:6px;border:1px solid #DDE5DF;border-radius:14px;background:#fff;width:max-content;max-width:100%;overflow:auto}
.hos-admin-tabs a{padding:10px 14px;border-radius:9px;color:#626D65;text-decoration:none;font-size:9px;font-weight:900;white-space:nowrap}
.hos-admin-tabs a.is-active{background:#E8F6ED;color:#0B9650}

.hos-admin-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:14px}
.hos-admin-editor,.hos-admin-list{border:1px solid #DDE5DF;border-radius:20px;background:#fff;overflow:hidden}
.hos-admin-editor{padding:20px}.hos-admin-list{padding:0}
.hos-admin-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}
.hos-admin-list .hos-admin-card-head{padding:18px 18px 14px;margin:0;border-bottom:1px solid #E6EBE7}
.hos-admin-card-head h2{margin:5px 0 0;color:#17211A;font-size:20px}.hos-admin-card-head>a{color:#0B9650;font-size:9px;font-weight:900;text-decoration:none}.hos-admin-card-head>strong{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:10px;background:#EAF7EE;color:#0B9650}

.hos-front-admin-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hos-front-admin-form label,.hos-media-field>label{display:flex;flex-direction:column;gap:6px;color:#526058;font-size:9px;font-weight:900}
.hos-front-admin-form .is-full,.hos-media-field.is-full,.hos-front-admin-actions.is-full{grid-column:1/-1}
.hos-front-admin-form input,.hos-front-admin-form select,.hos-front-admin-form textarea,.hos-media-field input[type=text]{
  width:100%;min-height:48px;padding:10px 12px;border:1px solid #D7E0DA;border-radius:10px;background:#fff;color:#17211A;font:inherit;font-size:11px;outline:none
}
.hos-front-admin-form textarea{min-height:120px;resize:vertical}
.hos-front-admin-form input:focus,.hos-front-admin-form select:focus,.hos-front-admin-form textarea:focus,.hos-media-field input[type=text]:focus{border-color:#11A65A;box-shadow:0 0 0 4px rgba(17,166,90,.08)}
.hos-media-field{display:grid!important;grid-template-columns:1fr auto auto;gap:7px;align-items:end}
.hos-media-field>label{grid-column:1/-1}
.hos-media-pick,.hos-media-clear{min-height:48px;padding:0 12px;border-radius:10px;border:1px solid #D7E0DA;background:#fff;color:#263129;font-size:9px;font-weight:900;cursor:pointer}
.hos-media-pick{background:#111815;color:#fff;border-color:#111815}.hos-media-clear{color:#8A433E}
.hos-front-admin-actions{display:flex;justify-content:flex-end;padding-top:4px}
.hos-front-admin-actions .hos-btn{min-width:180px}

.hos-admin-items{display:grid}
.hos-admin-item{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:14px 18px;border-bottom:1px solid #E8EDE9}
.hos-admin-item:last-child{border-bottom:0}.hos-admin-item>div:first-child{min-width:0}
.hos-admin-item span{display:block;margin-bottom:4px;color:#879189;font-size:7px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.hos-admin-item strong{display:block;color:#17211A;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hos-admin-item>div:last-child{display:flex;gap:9px}.hos-admin-item a{color:#0B9650;font-size:8px;font-weight:900;text-decoration:none}.hos-admin-item a.is-danger{color:#B24A42}
.hos-admin-empty{padding:24px;text-align:center;color:#8A938C;font-size:10px}

@media(max-width:980px){
  .hos-admin-layout{grid-template-columns:1fr}
}
@media(max-width:680px){
  .hos-front-admin-form{grid-template-columns:1fr}
  .hos-front-admin-form .is-full,.hos-media-field.is-full,.hos-front-admin-actions.is-full{grid-column:1}
  .hos-media-field{grid-template-columns:1fr 1fr}
  .hos-media-field input[type=text]{grid-column:1/-1}
  .hos-admin-item{grid-template-columns:1fr}
  .hos-admin-item>div:last-child{justify-content:flex-start}
}

/* HOUSE OS 2.3.37 — Formación consolidada */
.hos-library-admin-cta{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  margin-top:16px;
  padding:0 14px;
  border-radius:10px;
  background:#fff;
  color:#0B9650;
  font-size:9px;
  font-weight:900;
  text-decoration:none;
}
.hos-library-admin-cta:hover{
  transform:translateY(-1px);
}


/* =========================================================
   HOUSE OS 2.3.38 — Centro Financiero 2.0
   ========================================================= */
.hos-fin-notice{margin:0 0 12px;padding:12px 15px;border:1px solid #CBE8D4;border-radius:12px;background:#EAF8EF;color:#087D42;font-size:10px;font-weight:850}
.hos-fin-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(190px,.36fr);gap:22px;align-items:end;margin:0 0 12px;padding:28px;border-radius:23px;background:radial-gradient(circle at 90% 5%,rgba(35,176,99,.28),transparent 31%),linear-gradient(135deg,#101914,#203628);color:#fff}
.hos-fin-hero h2{margin:8px 0 8px;color:#fff;font-size:clamp(31px,3vw,45px);line-height:1.02;letter-spacing:-.045em}
.hos-fin-hero p{max-width:820px;margin:0;color:#C4CEC7;font-size:10px;line-height:1.65}
.hos-fin-month{padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.055)}
.hos-fin-month span,.hos-fin-month small{display:block;color:#A4BEAD;font-size:8px;font-weight:850;letter-spacing:.06em}.hos-fin-month strong{display:block;margin:6px 0;color:#fff;font-size:17px}
.hos-fin-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}
.hos-fin-kpis .hos-pf-metric{min-height:118px}
.hos-fin-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 12px}
.hos-fin-flow>a,.hos-fin-flow>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:13px;border:1px solid #DDE5DF;border-radius:14px;background:#fff;color:#344039;text-decoration:none}
.hos-fin-flow .is-current{background:#ECF8F0;border-color:#BFE1CA}.hos-fin-flow b{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:#EEF4F0;color:#0B9650;font-size:8px}.hos-fin-flow strong,.hos-fin-flow small{display:block}.hos-fin-flow strong{font-size:10px}.hos-fin-flow small{margin-top:3px;color:#89928B;font-size:7px}
.hos-fin-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:12px}
.hos-fin-form-card,.hos-fin-history{border:1px solid #DDE5DF;border-radius:19px;background:#fff;overflow:hidden}.hos-fin-form-card{padding:20px}.hos-fin-history{padding:0}
.hos-fin-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.hos-fin-history .hos-fin-card-head{padding:18px 18px 14px;margin:0;border-bottom:1px solid #E7ECE8}.hos-fin-card-head h3{margin:5px 0 0;color:#17211A;font-size:20px}.hos-fin-card-head>a{color:#0B9650;font-size:8px;font-weight:900;text-decoration:none}.hos-fin-card-head>strong{display:flex;min-width:35px;height:35px;align-items:center;justify-content:center;border-radius:10px;background:#EAF7EE;color:#0B9650}
.hos-fin-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.hos-fin-form label{display:flex;flex-direction:column;gap:6px;color:#566159;font-size:8px;font-weight:900}.hos-fin-form label.is-full,.hos-fin-actions.is-full{grid-column:1/-1}
.hos-fin-form input,.hos-fin-form select,.hos-fin-form textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid #D7E0DA;border-radius:10px;background:#fff;color:#17211A;font:inherit;font-size:10px;outline:none}.hos-fin-form textarea{min-height:92px;resize:vertical}.hos-fin-form input:focus,.hos-fin-form select:focus,.hos-fin-form textarea:focus{border-color:#11A65A;box-shadow:0 0 0 4px rgba(17,166,90,.08)}.hos-fin-actions{display:flex;justify-content:flex-end}.hos-fin-actions .hos-btn{min-width:185px}
.hos-fin-history-list{display:grid}.hos-fin-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:13px 16px;border-bottom:1px solid #E8EDE9}.hos-fin-row:last-child{border-bottom:0}.hos-fin-type{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#E8F6ED;color:#0B9650;font-size:10px;font-weight:900}.hos-fin-type.is-rent{background:#EDF3FF;color:#315DB7}.hos-fin-row-main{min-width:0}.hos-fin-row-main span,.hos-fin-row-main small{display:block;color:#879189;font-size:7px}.hos-fin-row-main strong{display:block;margin:3px 0;color:#17211A;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hos-fin-status{padding:5px 7px;border-radius:999px;font-size:7px;font-weight:900}.hos-fin-status.is-closed{background:#E8F6ED;color:#087E43}.hos-fin-status.is-reserved{background:#FFF4DB;color:#9A6B00}.hos-fin-status.is-cancelled{background:#FFF0EE;color:#A8433B}.hos-fin-row-actions{display:flex;gap:7px}.hos-fin-row-actions a{color:#0B9650;font-size:7px;font-weight:900;text-decoration:none}.hos-fin-row-actions a.is-danger{color:#B34A42}.hos-fin-empty{padding:28px;text-align:center}.hos-fin-empty strong{color:#17211A;font-size:14px}.hos-fin-empty p{margin:5px 0 0;color:#859087;font-size:9px}
.hos-goals-actual{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:8px;align-items:stretch;margin:0 0 12px}.hos-goals-actual>div,.hos-goals-actual>a{padding:13px 14px;border:1px solid #DDE5DF;border-radius:13px;background:#fff}.hos-goals-actual span,.hos-goals-actual small,.hos-goals-actual strong{display:block}.hos-goals-actual span{color:#88928A;font-size:7px;font-weight:900;letter-spacing:.05em}.hos-goals-actual strong{margin:5px 0;color:#17211A;font-size:13px}.hos-goals-actual small{color:#8B948D;font-size:7px}.hos-goals-actual>a{display:flex;align-items:center;justify-content:center;background:#111815;color:#fff;text-decoration:none;font-size:8px;font-weight:900}
@media(max-width:1100px){.hos-fin-kpis{grid-template-columns:repeat(2,1fr)}.hos-fin-layout{grid-template-columns:1fr}.hos-fin-flow{grid-template-columns:repeat(2,1fr)}.hos-goals-actual{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.hos-fin-hero{grid-template-columns:1fr}.hos-fin-kpis,.hos-fin-flow,.hos-goals-actual{grid-template-columns:1fr}.hos-fin-form{grid-template-columns:1fr}.hos-fin-form label.is-full,.hos-fin-actions.is-full{grid-column:1}.hos-fin-row{grid-template-columns:36px minmax(0,1fr)}.hos-fin-status,.hos-fin-row-actions{grid-column:2}}


/* HOUSE OS 2.3.39 — Micrositio franchise identity */
.hos-ms-brand img,
.hos-microsite-brand img,
.hos-ms-header-logo img,
.hos-ms-logo img{
  display:block;
  width:auto;
  max-width:220px;
  max-height:72px;
  object-fit:contain;
}
@media(max-width:720px){
  .hos-ms-brand img,
  .hos-microsite-brand img,
  .hos-ms-header-logo img,
  .hos-ms-logo img{
    max-width:180px;
    max-height:58px;
  }
}


/* =========================================================
   HOUSE OS 2.4.0 — House Credits Commerce
   ========================================================= */
.hos-credit-alert{margin:0 0 12px;padding:12px 15px;border:1px solid #DDE5DF;border-radius:12px;background:#fff;color:#566159;font-size:10px;font-weight:800}
.hos-credit-alert.is-success{background:#EAF8EF;border-color:#C9E7D2;color:#087D42}
.hos-credit-alert.is-error{background:#FFF1EF;border-color:#F0C8C3;color:#A63D35}
.hos-wallet-packages-commerce{align-items:stretch}
.hos-credit-package{position:relative;display:flex;flex-direction:column;gap:3px;padding:18px;border:1px solid #DDE5DF;border-radius:16px;background:#F9FBF9}
.hos-credit-package.is-featured{border-color:#9FD1AD;background:#F0F9F3}
.hos-credit-package em{position:absolute;right:12px;top:12px;padding:5px 7px;border-radius:999px;background:#DFF2E5;color:#087D42;font-size:6px;font-style:normal;font-weight:900;letter-spacing:.06em}
.hos-credit-package strong{font-size:28px;color:#17211A}.hos-credit-package span{font-size:9px;color:#7C867F}.hos-credit-package b{margin-top:13px;color:#0B9650;font-size:12px}.hos-credit-package small{color:#8D968F;font-size:7px}
.hos-credit-package button{margin-top:14px;min-height:40px;border:0;border-radius:9px;background:#111815;color:#fff;font-size:8px;font-weight:900;cursor:pointer}
.hos-credit-package button:disabled{background:#D6DCD8;color:#89918C;cursor:not-allowed}
.hos-credit-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}
.hos-credit-service-grid>div{padding:11px;border:1px solid #E0E7E2;border-radius:10px;background:#fff}.hos-credit-service-grid span,.hos-credit-service-grid strong{display:block}.hos-credit-service-grid span{color:#7A857D;font-size:7px}.hos-credit-service-grid strong{margin-top:4px;color:#17211A;font-size:10px}
.hos-commerce-status{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.hos-commerce-status>div{padding:16px;border:1px solid #DDE5DF;border-radius:14px;background:#fff}.hos-commerce-status span,.hos-commerce-status strong,.hos-commerce-status small{display:block}.hos-commerce-status span{color:#7E8981;font-size:7px;font-weight:900}.hos-commerce-status strong{margin:6px 0;color:#17211A;font-size:14px}.hos-commerce-status small{color:#8B948D;font-size:7px;overflow-wrap:anywhere}
.hos-commerce-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hos-commerce-form>section{padding:20px;border:1px solid #DDE5DF;border-radius:18px;background:#fff}.hos-commerce-form>section.is-wide,.hos-commerce-actions.is-wide{grid-column:1/-1}.hos-commerce-form h3{margin:5px 0 15px;color:#17211A;font-size:19px}.hos-commerce-form label{display:flex;flex-direction:column;gap:6px;margin:0 0 10px;color:#58645B;font-size:8px;font-weight:900}.hos-commerce-form input{min-height:46px;padding:9px 11px;border:1px solid #D7E0DA;border-radius:9px;background:#fff;color:#17211A}.hos-switch-row{flex-direction:row!important;align-items:center!important}.hos-switch-row input{min-height:auto}.hos-commerce-copy{padding:12px;border-radius:10px;background:#F4F8F5}.hos-commerce-copy b,.hos-commerce-copy code,.hos-commerce-copy small{display:block}.hos-commerce-copy code{margin:6px 0;overflow-wrap:anywhere;font-size:8px}.hos-commerce-copy small{color:#7D887F;font-size:7px}.hos-commerce-tariff{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.hos-commerce-actions{display:flex;justify-content:flex-end}
@media(max-width:900px){.hos-commerce-status,.hos-commerce-tariff{grid-template-columns:1fr 1fr}.hos-commerce-form{grid-template-columns:1fr}.hos-commerce-form>section.is-wide,.hos-commerce-actions.is-wide{grid-column:1}.hos-credit-service-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hos-commerce-status,.hos-commerce-tariff,.hos-credit-service-grid{grid-template-columns:1fr}}

/* HOUSE OS 2.4.1 — Stripe Config Reuse */
.hos-stripe-reuse{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin:0 0 12px;padding:18px 20px;border:1px solid #BFE2CA;border-radius:16px;background:#F0FAF3}
.hos-stripe-reuse h3{margin:5px 0 5px;color:#17211A;font-size:18px}.hos-stripe-reuse p{margin:0;max-width:850px;color:#667269;font-size:9px;line-height:1.6}.hos-stripe-reuse>strong{padding:10px 13px;border-radius:10px;background:#DFF3E5;color:#087D42;font-size:9px}
.hos-commerce-help{margin:-7px 0 13px;color:#7E8981;font-size:8px;line-height:1.5}.hos-commerce-webhook-info p{color:#667269;font-size:9px;line-height:1.6}.hos-commerce-ok{margin-top:12px;padding:12px;border-radius:10px;background:#EAF8EF;color:#087D42;font-size:9px;font-weight:850}
@media(max-width:700px){.hos-stripe-reuse{grid-template-columns:1fr}.hos-stripe-reuse>strong{width:max-content}}


/* =========================================================
   HOUSE OS 2.4.3 — Membership & Billing
   ========================================================= */
.hos-membership-hero{display:grid;grid-template-columns:minmax(0,1.25fr) auto;gap:24px;align-items:end;margin-bottom:12px;padding:28px;border-radius:23px;background:radial-gradient(circle at 88% 10%,rgba(31,183,98,.28),transparent 33%),linear-gradient(135deg,#101914,#203A2A);color:#fff}
.hos-membership-hero h2{margin:7px 0;color:#fff;font-size:clamp(30px,3.2vw,46px);line-height:1}.hos-membership-hero p{margin:0;color:#C2CEC6;font-size:10px;line-height:1.6}
.hos-membership-price{text-align:right}.hos-membership-price strong{display:inline-block;color:#fff;font-size:27px}.hos-membership-price span{color:#AFBEB4;font-size:10px}.hos-membership-price small{display:block;margin-top:7px;color:#AFC0B5;font-size:8px}
.hos-membership-kpis,.hos-billing-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:12px}.hos-membership-kpis>div,.hos-billing-kpis>div{padding:16px;border:1px solid #DDE5DF;border-radius:14px;background:#fff}.hos-membership-kpis span,.hos-membership-kpis strong,.hos-membership-kpis small,.hos-billing-kpis span,.hos-billing-kpis strong,.hos-billing-kpis small{display:block}.hos-membership-kpis span,.hos-billing-kpis span{color:#859087;font-size:7px;font-weight:900;letter-spacing:.05em}.hos-membership-kpis strong,.hos-billing-kpis strong{margin:7px 0 4px;color:#17211A;font-size:18px}.hos-membership-kpis small,.hos-billing-kpis small{color:#8D968F;font-size:7px}
.hos-membership-state{display:inline-flex!important;width:max-content;padding:6px 8px;border-radius:999px!important;font-size:8px!important;font-weight:900}.hos-membership-state.is-active,.hos-membership-state.is-trialing{background:#E4F6E9;color:#087E43}.hos-membership-state.is-grace{background:#FFF4D9;color:#8E6700}.hos-membership-state.is-past_due{background:#FFF0DC;color:#A05C00}.hos-membership-state.is-suspended,.hos-membership-state.is-cancelled,.hos-membership-state.is-canceled{background:#FDECEA;color:#A33E36}.hos-membership-state.is-unactivated,.hos-membership-state.is-unknown,.hos-membership-state.is-incomplete{background:#EEF1EF;color:#69736C}
.hos-membership-actions{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-bottom:12px;padding:20px;border:1px solid #DDE5DF;border-radius:18px;background:#fff}.hos-membership-actions h3{margin:0 0 5px;color:#17211A;font-size:19px}.hos-membership-actions p{margin:0;color:#6B766E;font-size:9px;line-height:1.6}.hos-membership-buttons{display:flex;gap:8px;align-items:center}.hos-membership-buttons form{margin:0}
.hos-membership-history{padding:20px;border:1px solid #DDE5DF;border-radius:18px;background:#fff}.hos-membership-event-list{display:grid}.hos-membership-event-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:11px 0;border-top:1px solid #E8EDE9}.hos-membership-event-list>div>span{padding:5px 7px;border-radius:999px;background:#EEF3EF;color:#536058;font-size:7px;font-weight:900}.hos-membership-event-list strong,.hos-membership-event-list small{display:block}.hos-membership-event-list strong{color:#17211A;font-size:9px}.hos-membership-event-list small{margin-top:3px;color:#8A938C;font-size:7px}.hos-membership-event-list b{color:#17211A;font-size:9px}.hos-membership-event-list time{color:#8A938C;font-size:7px}
.hos-membership-gate{max-width:850px;margin:28px auto;padding:30px;border:1px solid #DDE5DF;border-radius:22px;background:#fff;text-align:center;box-shadow:0 18px 45px rgba(18,34,23,.06)}.hos-membership-gate h2{margin:8px auto 8px;max-width:650px;color:#17211A;font-size:30px}.hos-membership-gate p{max-width:650px;margin:0 auto 18px;color:#6C776F;font-size:10px;line-height:1.6}.hos-membership-gate>div{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:18px}.hos-membership-gate>div b,.hos-membership-gate>div strong{font-size:10px}
.hos-billing-hero{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:12px;padding:28px;border-radius:23px;background:linear-gradient(135deg,#171C19,#27352C);color:#fff}.hos-billing-hero h2{margin:7px 0;color:#fff;font-size:clamp(29px,3vw,43px);line-height:1.03}.hos-billing-hero p{max-width:830px;margin:0;color:#BDC7C0;font-size:10px;line-height:1.65}.hos-billing-mode{min-width:180px;padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.055)}.hos-billing-mode.is-live{background:rgba(20,166,85,.18);border-color:rgba(58,204,119,.35)}.hos-billing-mode span,.hos-billing-mode strong,.hos-billing-mode small{display:block}.hos-billing-mode span{color:#AAB6AE;font-size:7px;font-weight:900}.hos-billing-mode strong{margin:7px 0;color:#fff;font-size:15px}.hos-billing-mode small{color:#B5C1B9;font-size:7px}
.hos-billing-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}
.hos-billing-admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:12px;margin-bottom:12px}.hos-billing-settings,.hos-billing-sync,.hos-billing-table-card{padding:20px;border:1px solid #DDE5DF;border-radius:18px;background:#fff}.hos-billing-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.hos-billing-form-grid label{display:flex;flex-direction:column;gap:5px;color:#59645C;font-size:7px;font-weight:900}.hos-billing-form-grid input,.hos-billing-table-head select{min-height:42px;padding:8px 10px;border:1px solid #D8E1DA;border-radius:9px;background:#fff;color:#17211A}.hos-billing-enforcement{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:flex-start!important;margin:16px 0!important;padding:13px;border:1px solid #E3D9BC;border-radius:11px;background:#FFF9E8}.hos-billing-enforcement input{margin-top:2px}.hos-billing-enforcement span,.hos-billing-enforcement strong,.hos-billing-enforcement small{display:block}.hos-billing-enforcement strong{color:#6E5500;font-size:9px}.hos-billing-enforcement small{margin-top:4px;color:#8A7740;font-size:7px;line-height:1.5}.hos-billing-stripe-state{margin-bottom:12px;padding:16px;border-radius:12px;background:#F4F8F5}.hos-billing-stripe-state span,.hos-billing-stripe-state strong,.hos-billing-stripe-state small{display:block}.hos-billing-stripe-state span{color:#7D887F;font-size:7px;font-weight:900}.hos-billing-stripe-state strong{margin:6px 0;color:#17211A;font-size:17px}.hos-billing-stripe-state small{color:#849087;font-size:7px}.hos-billing-sync p{color:#7A857D;font-size:8px;line-height:1.6}
.hos-billing-table-card{padding:0;overflow:hidden}.hos-billing-table-head{display:flex;justify-content:space-between;align-items:end;gap:15px;padding:18px 20px;border-bottom:1px solid #E6EBE7}.hos-billing-table-head h2{margin:5px 0 0;color:#17211A;font-size:20px}.hos-billing-table-wrap{overflow:auto}.hos-billing-table{width:100%;border-collapse:collapse;min-width:980px}.hos-billing-table th{padding:11px 13px;background:#152219;color:#fff;text-align:left;font-size:7px;letter-spacing:.05em}.hos-billing-table td{padding:12px 13px;border-bottom:1px solid #E8EDE9;color:#465149;font-size:8px;vertical-align:middle}.hos-billing-table td strong,.hos-billing-table td small{display:block}.hos-billing-table td strong{color:#17211A;font-size:9px}.hos-billing-table td small{margin-top:3px;color:#8A938C;font-size:7px;line-height:1.45}.hos-billing-dot{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#CBD2CD}.hos-billing-dot.is-on{background:#10A65A}
@media(max-width:1180px){.hos-billing-kpis{grid-template-columns:repeat(3,1fr)}.hos-billing-form-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.hos-membership-kpis{grid-template-columns:repeat(2,1fr)}.hos-billing-admin-grid{grid-template-columns:1fr}.hos-membership-hero,.hos-billing-hero{grid-template-columns:1fr}.hos-membership-price{text-align:left}}
@media(max-width:650px){.hos-membership-kpis,.hos-billing-kpis,.hos-billing-form-grid{grid-template-columns:1fr}.hos-membership-actions{grid-template-columns:1fr}.hos-membership-buttons{flex-wrap:wrap}.hos-membership-event-list>div{grid-template-columns:1fr 1fr}.hos-membership-gate>div{flex-direction:column}}

/* HOUSE OS 2.4.4 — Manual Payments & Membership Overrides */
.hos-manual-membership-banner{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:14px 17px;border:1px solid #CDE5D5;border-radius:14px;background:#F0FAF3}
.hos-manual-membership-banner.is-courtesy{background:#FFF9E8;border-color:#EADCA9}.hos-manual-membership-banner.is-suspended{background:#FFF0EE;border-color:#EAC5C0}
.hos-manual-membership-banner span,.hos-manual-membership-banner strong,.hos-manual-membership-banner small{display:block}.hos-manual-membership-banner span{color:#829087;font-size:7px;font-weight:900;letter-spacing:.06em}.hos-manual-membership-banner strong{margin:4px 0;color:#17211A;font-size:11px}.hos-manual-membership-banner small{color:#748078;font-size:8px}
.hos-membership-state.is-active_manual{background:#E4F6E9;color:#087E43}.hos-membership-state.is-courtesy{background:#FFF4D9;color:#8E6700}
.hos-billing-actions{position:relative}.hos-billing-actions>summary{list-style:none;cursor:pointer;display:inline-flex;padding:7px 9px;border:1px solid #D8E1DA;border-radius:8px;background:#fff;color:#087E43;font-size:7px;font-weight:900}.hos-billing-actions>summary::-webkit-details-marker{display:none}
.hos-billing-action-panel{position:absolute;right:0;z-index:20;width:min(520px,82vw);margin-top:7px;padding:15px;border:1px solid #D7E1DA;border-radius:14px;background:#fff;box-shadow:0 16px 42px rgba(18,35,24,.16)}
.hos-billing-action-panel form{display:grid;gap:9px}.hos-billing-action-panel label{display:flex;flex-direction:column;gap:4px;color:#5B675E;font-size:7px;font-weight:900}.hos-billing-action-panel input,.hos-billing-action-panel select,.hos-billing-action-panel textarea{width:100%;min-height:38px;padding:7px 9px;border:1px solid #D9E2DC;border-radius:8px;background:#fff;color:#17211A;font-size:8px}.hos-billing-action-panel textarea{min-height:62px;resize:vertical}.hos-billing-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
@media(max-width:700px){.hos-billing-action-grid{grid-template-columns:1fr}.hos-billing-action-panel{position:fixed;left:4vw;right:4vw;top:14vh;width:auto;max-height:72vh;overflow:auto}}

/* HOUSE OS 2.4.6 — Billing Frontend */
.hos-billing-user-hero{display:grid;grid-template-columns:minmax(0,1.25fr) auto;gap:22px;align-items:end;margin-bottom:12px;padding:27px;border-radius:22px;background:radial-gradient(circle at 88% 15%,rgba(24,165,83,.26),transparent 31%),linear-gradient(135deg,#111915,#24352B);color:#fff}
.hos-billing-user-hero h2{margin:7px 0;color:#fff;font-size:clamp(30px,3vw,44px);line-height:1.02}.hos-billing-user-hero p{margin:0;color:#C3CDC6;font-size:10px;line-height:1.6}
.hos-billing-user-total{text-align:right}.hos-billing-user-total span,.hos-billing-user-total strong,.hos-billing-user-total small{display:block}.hos-billing-user-total span{color:#9EACA3;font-size:7px;font-weight:900}.hos-billing-user-total strong{margin:7px 0;color:#fff;font-size:29px}.hos-billing-user-total small{color:#AEBBB2;font-size:7px}
.hos-billing-user-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:12px}.hos-billing-user-kpis>div{padding:16px;border:1px solid #DDE5DF;border-radius:14px;background:#fff}.hos-billing-user-kpis span,.hos-billing-user-kpis strong,.hos-billing-user-kpis small{display:block}.hos-billing-user-kpis>div>span:first-child{color:#859087;font-size:7px;font-weight:900}.hos-billing-user-kpis strong{margin:7px 0 4px;color:#17211A;font-size:16px}.hos-billing-user-kpis small{color:#8D968F;font-size:7px}
.hos-billing-user-actions{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin-bottom:12px;padding:18px 20px;border:1px solid #DDE5DF;border-radius:16px;background:#fff}.hos-billing-user-actions h3{margin:0 0 4px;color:#17211A;font-size:17px}.hos-billing-user-actions p{margin:0;color:#78837B;font-size:8px}.hos-billing-user-actions>div:last-child{display:flex;gap:8px;align-items:center}.hos-billing-user-actions form{margin:0}
.hos-billing-user-table-card{margin-bottom:12px;padding:20px;border:1px solid #DDE5DF;border-radius:18px;background:#fff}.hos-billing-user-table-wrap{overflow:auto;border:1px solid #E4EAE6;border-radius:12px}.hos-billing-user-table{width:100%;min-width:800px;border-collapse:collapse}.hos-billing-user-table th{padding:10px 12px;background:#162219;color:#fff;text-align:left;font-size:7px}.hos-billing-user-table td{padding:11px 12px;border-bottom:1px solid #E8EDE9;color:#4F5B52;font-size:8px}.hos-billing-user-table strong,.hos-billing-user-table small{display:block}.hos-billing-user-table strong{color:#17211A;font-size:9px}.hos-billing-user-table small{margin-top:3px;color:#8A948C;font-size:7px;overflow-wrap:anywhere}
.hos-invoice-status{display:inline-flex;padding:5px 7px;border-radius:999px;background:#EEF2EF;color:#647068;font-size:7px;font-weight:900}.hos-invoice-status.is-paid,.hos-invoice-status.is-active{background:#E4F6E9;color:#087E43}.hos-invoice-status.is-pending{background:#FFF4D9;color:#8E6700}.hos-invoice-status.is-failed,.hos-invoice-status.is-cancelled,.hos-invoice-status.is-canceled{background:#FDECEA;color:#A33E36}
.hos-billing-disclaimer{padding:14px 16px;border:1px solid #E1E7E3;border-radius:13px;background:#F7F9F7}.hos-billing-disclaimer strong,.hos-billing-disclaimer p{display:block}.hos-billing-disclaimer strong{color:#17211A;font-size:9px}.hos-billing-disclaimer p{margin:4px 0 0;color:#7A857D;font-size:7px;line-height:1.55}
@media(max-width:900px){.hos-billing-user-hero,.hos-billing-user-actions{grid-template-columns:1fr}.hos-billing-user-total{text-align:left}.hos-billing-user-kpis{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hos-billing-user-kpis{grid-template-columns:1fr}.hos-billing-user-actions>div:last-child{flex-wrap:wrap}}

/* HOUSE OS 2.4.8 — Franchise Identity Fix */
.hos-franchise-identity-card .hos-dash-franchise-logo{display:flex;align-items:center;justify-content:center;min-height:170px;padding:18px;background:#fff;border:1px solid #E1E7E3;border-radius:18px}
.hos-franchise-identity-card .hos-dash-franchise-logo img{display:block;width:100%;max-width:220px;max-height:120px;object-fit:contain}
.hos-franchise-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}
.hos-franchise-meta-row span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#F1F6F2;color:#68746B;font-size:8px;font-weight:800}
@media(max-width:700px){.hos-franchise-identity-card .hos-dash-franchise-logo{min-height:120px}.hos-franchise-identity-card .hos-dash-franchise-logo img{max-width:180px;max-height:90px}}

/* HOUSE OS 2.4.9 — Stable User Franchise Mapping */
.hos-franchise-refresh{display:inline-flex;margin-top:10px;color:#7C877F;font-size:7px;font-weight:800;text-decoration:none}
.hos-franchise-refresh:hover{color:#0B9650;text-decoration:underline}

/* HOUSE OS 2.4.10 — Franchise Builder Identity Repair */
body.house-os-builder-standalone{margin:0;background:#F4F7F5}
body.house-os-builder-standalone #wpadminbar{position:fixed}
body.house-os-builder-standalone .hos-app{min-height:100vh}
.hos-builder-agency-badge{display:flex;flex-direction:column;align-items:flex-end;gap:3px;padding:10px 12px;border:1px solid #DCE6DF;border-radius:11px;background:#fff}
.hos-builder-agency-badge span{color:#849087;font-size:6px;font-weight:900;letter-spacing:.08em}
.hos-builder-agency-badge strong{color:#17211A;font-size:10px}
.hos-builder-agency-badge small{color:#98A19A;font-size:6px}
@media(max-width:700px){.hos-builder-agency-badge{align-items:flex-start}.hos-builder-head{gap:12px;flex-direction:column}}

/* HOUSE OS 2.4.11 — Builder permissions & identity */
.hos-logo-preview{min-height:78px;display:flex;align-items:center;justify-content:flex-start;margin-top:10px}
.hos-logo-preview img{display:block;max-width:220px;max-height:90px;object-fit:contain}
.hos-builder-field .hos-media-picker{margin-top:2px}

/* HOUSE OS 2.4.14 — Native microsite uploader */
.hos-native-upload{display:flex;align-items:center;gap:10px;flex-wrap:wrap;cursor:pointer}
.hos-native-upload input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.hos-native-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid #D8E2DB;border-radius:11px;background:#fff;color:#17211A;font-size:9px;font-weight:900}
.hos-native-upload:hover .hos-native-upload-button{border-color:#14A35A;color:#0D8C4D}
.hos-native-upload-hint{color:#8B958E;font-size:7px}
.hos-media-preview[data-preview-for]{margin-top:10px}
.hos-media-preview[data-preview-for] img{display:block;max-width:100%;max-height:260px;object-fit:contain;border-radius:12px}
.hos-logo-preview[data-preview-for] img{max-width:260px;max-height:110px}

/* HOUSE OS 2.4.15 — Public franchise logo fix */
.hos-micro-brand-logo,
.hos-micro-logo,
.hos-micro-header-logo,
.hos-microsite-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    overflow:hidden;
}
.hos-micro-brand-logo img,
.hos-micro-logo img,
.hos-micro-header-logo img,
.hos-microsite-logo img{
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:132px !important;
    max-height:72px !important;
    object-fit:contain !important;
}

/* =========================================================
   HOUSE OS 2.4.16 — Mi Equipo House 2.0
   ========================================================= */
.hos-team2-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:24px;align-items:end;padding:30px;border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(34,168,92,.28),transparent 32%),linear-gradient(135deg,#111915,#24352B);color:#fff;margin-bottom:14px}
.hos-team2-hero h2{max-width:780px;margin:8px 0 10px;color:#fff;font-size:clamp(30px,3.6vw,52px);line-height:1.02;letter-spacing:-.045em}
.hos-team2-hero p{max-width:700px;margin:0;color:#C4CEC7;font-size:11px;line-height:1.6}
.hos-team2-stat{padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.07)}
.hos-team2-stat span,.hos-team2-stat strong,.hos-team2-stat small{display:block}.hos-team2-stat span{color:#9FB0A4;font-size:7px;font-weight:900;letter-spacing:.08em}.hos-team2-stat strong{margin:7px 0;color:#fff;font-size:36px}.hos-team2-stat small{color:#C7D0CA;font-size:7px}
.hos-team2-access-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}
.hos-team2-access-strip>div{display:flex;gap:12px;align-items:center;padding:17px;border:1px solid #DCE5DF;border-radius:16px;background:#fff}
.hos-team2-access-strip>div.is-mail{background:#EDF8F1;border-color:#CEE8D7}
.hos-team2-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#EAF5EE;color:#0C9650;font-size:14px;font-weight:900;flex:0 0 40px}
.hos-team2-access-strip strong,.hos-team2-access-strip small{display:block}.hos-team2-access-strip strong{color:#17211A;font-size:10px}.hos-team2-access-strip small{margin-top:3px;color:#879188;font-size:7px;line-height:1.45}
.hos-team2-shell{padding:22px;border:1px solid #DDE5DF;border-radius:20px;background:#fff}.hos-team2-head{display:flex;justify-content:space-between;gap:18px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #E6ECE8}.hos-team2-head h3{margin:5px 0;color:#17211A;font-size:24px}.hos-team2-head p{max-width:760px;margin:0;color:#7D8880;font-size:8px;line-height:1.55}
.hos-team2-legacy{--team-green:#12A45A}
.hos-team2-legacy h1,.hos-team2-legacy h2,.hos-team2-legacy h3,.hos-team2-legacy h4{font-family:inherit!important;color:#17211A!important}
.hos-team2-legacy form,.hos-team2-legacy .card,.hos-team2-legacy .panel,.hos-team2-legacy .box{box-shadow:none!important;border-radius:16px!important}
.hos-team2-legacy input[type=text],.hos-team2-legacy input[type=email],.hos-team2-legacy input[type=password],.hos-team2-legacy input[type=tel],.hos-team2-legacy input[type=number],.hos-team2-legacy select,.hos-team2-legacy textarea{width:100%;min-height:46px;padding:10px 13px;border:1px solid #D9E2DC!important;border-radius:11px!important;background:#FBFCFB!important;color:#17211A!important;font:inherit!important;box-shadow:none!important}
.hos-team2-legacy textarea{min-height:110px}.hos-team2-legacy label{color:#455149!important;font-size:8px!important;font-weight:800!important}
.hos-team2-legacy button,.hos-team2-legacy input[type=submit],.hos-team2-legacy .button,.hos-team2-legacy .btn{min-height:44px!important;padding:0 18px!important;border:0!important;border-radius:11px!important;background:#11A457!important;color:#fff!important;font-weight:900!important;box-shadow:none!important}
.hos-team2-legacy table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid #E1E7E3!important;border-radius:13px!important;overflow:hidden!important}
.hos-team2-legacy th{padding:11px 12px!important;background:#17231B!important;color:#fff!important;font-size:7px!important;text-align:left!important}.hos-team2-legacy td{padding:12px!important;border-bottom:1px solid #E9EDEA!important;font-size:8px!important}
.hos-team2-legacy [data-house-hidden-space]{display:none!important}
@media(max-width:900px){.hos-team2-hero{grid-template-columns:1fr}.hos-team2-access-strip{grid-template-columns:1fr}.hos-team2-stat{max-width:220px}}

/* =========================================================
   HOUSE OS 2.4.17 — Mi Equipo Unified UI
   ========================================================= */
.hos-team2-legacy{position:relative}
.hos-team2-legacy [data-house-legacy-hero]{display:none!important}
.hos-team2-legacy .house-team-legacy-hero,
.hos-team2-legacy .house-equipo-hero,
.hos-team2-legacy .mi-equipo-hero{display:none!important}
.hos-team2-legacy > section:first-child.is-house-legacy-hero,
.hos-team2-legacy > div:first-child.is-house-legacy-hero{display:none!important}
.hos-team2-legacy form{padding:0!important;background:transparent!important;border:0!important}
.hos-team2-legacy form h2,
.hos-team2-legacy form h3{font-size:22px!important;letter-spacing:-.025em!important}
.hos-team2-legacy .row,
.hos-team2-legacy .form-row{gap:14px!important}
.hos-team2-legacy input:focus,
.hos-team2-legacy select:focus,
.hos-team2-legacy textarea:focus{outline:none!important;border-color:#10A356!important;box-shadow:0 0 0 3px rgba(16,163,86,.08)!important}
.hos-team2-legacy table tbody tr:hover td{background:#F8FBF9!important}

/* HOUSE OS 2.4.19 — Mi Equipo safe hotfix */
.hos-team2-legacy{
    position:relative;
    min-height:0!important;
}
.hos-team2-legacy form{
    background:#fff!important;
    border:1px solid #E0E7E2!important;
    border-radius:16px!important;
    padding:20px!important;
    box-shadow:none!important;
}
.hos-team2-legacy table{
    background:#fff!important;
}

/* =========================================================
   HOUSE OS 2.4.20 — Mi Equipo House Complete
   ========================================================= */
.hos-team20-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:24px;align-items:end;padding:30px;border-radius:24px;background:radial-gradient(circle at 92% 8%,rgba(39,172,95,.28),transparent 32%),linear-gradient(135deg,#111915,#26382D);color:#fff;margin-bottom:14px}
.hos-team20-hero h2{max-width:760px;margin:8px 0 10px;color:#fff;font-size:clamp(30px,3.4vw,50px);line-height:1.02;letter-spacing:-.045em}
.hos-team20-hero p{max-width:720px;margin:0;color:#C5D0C8;font-size:11px;line-height:1.6}
.hos-team20-stat{padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:rgba(255,255,255,.07)}
.hos-team20-stat span,.hos-team20-stat strong,.hos-team20-stat small{display:block}.hos-team20-stat span{color:#A6B4AA;font-size:7px;font-weight:900;letter-spacing:.08em}.hos-team20-stat strong{margin:7px 0;color:#fff;font-size:36px}.hos-team20-stat small{color:#C7D0CA;font-size:7px}
.hos-team20-access{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.hos-team20-access>div{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #DCE5DF;border-radius:16px;background:#fff}.hos-team20-access>div.is-success{background:#EDF8F1;border-color:#CEE8D7}
.hos-team20-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:#EAF5EE;color:#0C9650;font-size:14px;font-weight:900}
.hos-team20-access strong,.hos-team20-access small{display:block}.hos-team20-access strong{font-size:10px;color:#17211A}.hos-team20-access small{margin-top:3px;font-size:7px;line-height:1.45;color:#879188}
.hos-team20-tabs{display:flex;gap:8px;padding:6px;margin-bottom:14px;border:1px solid #DDE5DF;border-radius:14px;background:#F7F9F8}
.hos-team20-tabs button{display:inline-flex;gap:8px;align-items:center;min-height:42px;padding:0 16px;border:0;border-radius:10px;background:transparent;color:#69756D;font-size:8px;font-weight:900;cursor:pointer}.hos-team20-tabs button.is-active{background:#17231B;color:#fff;box-shadow:0 7px 20px rgba(20,35,26,.12)}.hos-team20-tabs button span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.14)}
.hos-team20-panel{display:none;padding:22px;border:1px solid #DDE5DF;border-radius:20px;background:#fff}.hos-team20-panel.is-active{display:block}.hos-team20-section-head{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #E7ECE9}.hos-team20-section-head h3{margin:5px 0;color:#17211A;font-size:25px;letter-spacing:-.03em}.hos-team20-section-head p{max-width:760px;margin:0;color:#7E8981;font-size:8px;line-height:1.55}
.hos-team20-functional{min-width:0}.hos-team20-functional form{padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.hos-team20-functional label{color:#435047!important;font-size:8px!important;font-weight:800!important}.hos-team20-functional input[type=text],.hos-team20-functional input[type=email],.hos-team20-functional input[type=password],.hos-team20-functional input[type=tel],.hos-team20-functional input[type=number],.hos-team20-functional select,.hos-team20-functional textarea{width:100%!important;min-height:46px!important;padding:10px 13px!important;border:1px solid #D9E2DC!important;border-radius:11px!important;background:#FBFCFB!important;color:#17211A!important;box-shadow:none!important}.hos-team20-functional textarea{min-height:100px!important}.hos-team20-functional input:focus,.hos-team20-functional select:focus,.hos-team20-functional textarea:focus{outline:none!important;border-color:#11A457!important;box-shadow:0 0 0 3px rgba(17,164,87,.08)!important}
.hos-team20-functional button,.hos-team20-functional input[type=submit],.hos-team20-functional .button,.hos-team20-functional .btn{min-height:44px!important;padding:0 18px!important;border:0!important;border-radius:11px!important;background:#11A457!important;color:#fff!important;font-weight:900!important;box-shadow:none!important}
.hos-team20-functional table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid #E1E7E3!important;border-radius:13px!important;overflow:hidden!important;background:#fff!important}.hos-team20-functional th{padding:11px 12px!important;background:#17231B!important;color:#fff!important;font-size:7px!important;text-align:left!important}.hos-team20-functional td{padding:12px!important;border-bottom:1px solid #E9EDEA!important;font-size:8px!important}
.hos-team20-empty{padding:28px;border:1px dashed #D7E1DA;border-radius:14px;background:#FAFCFB;text-align:center}.hos-team20-empty strong{display:block;color:#17211A}.hos-team20-empty p{margin:5px 0 0;color:#829087;font-size:8px}
@media(max-width:900px){.hos-team20-hero{grid-template-columns:1fr}.hos-team20-stat{max-width:220px}.hos-team20-access{grid-template-columns:1fr}.hos-team20-tabs{overflow:auto}}

/* HOUSE OS 2.4.22 — franchise create permission */
.hos-team20-create .house-only-admin,
.hos-team20-create .admin-only-notice{display:none!important}

/* HOUSE OS 2.4.23 — persistent public account access */
.hos-header-actions [data-hos-session-resolved="logged-in"]{
    white-space:nowrap;
}

/* =========================================================
   HOUSE OS 2.4.25 — /mi-equipo/ visual refresh ONLY
   No business logic / permission changes.
   ========================================================= */
body.house-os-mi-equipo-legacy{
    background:#F3F6F4!important;
}
body.house-os-mi-equipo-legacy .page-title-wrap,
body.house-os-mi-equipo-legacy .breadcrumb-wrap{
    display:none!important;
}
body.house-os-mi-equipo-legacy .container,
body.house-os-mi-equipo-legacy .container-fluid{
    max-width:1380px;
}
body.house-os-mi-equipo-legacy .content-area{
    padding-top:34px!important;
    padding-bottom:56px!important;
}

/* Main legacy module wrapper */
body.house-os-mi-equipo-legacy .house-mi-equipo,
body.house-os-mi-equipo-legacy [class*="mi-equipo"],
body.house-os-mi-equipo-legacy [class*="equipo-house"]{
    font-family:inherit;
}

/* Hero */
body.house-os-mi-equipo-legacy .house-equipo-hero,
body.house-os-mi-equipo-legacy .mi-equipo-hero,
body.house-os-mi-equipo-legacy [class*="equipo"][class*="hero"]{
    position:relative;
    overflow:hidden;
    margin:0 0 18px!important;
    padding:38px 42px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:26px!important;
    background:
        radial-gradient(circle at 92% 8%,rgba(36,175,94,.30),transparent 33%),
        linear-gradient(135deg,#111914 0%,#1B2A20 58%,#315D40 100%)!important;
    box-shadow:0 22px 60px rgba(26,45,34,.10)!important;
}
body.house-os-mi-equipo-legacy .house-equipo-hero h1,
body.house-os-mi-equipo-legacy .house-equipo-hero h2,
body.house-os-mi-equipo-legacy .mi-equipo-hero h1,
body.house-os-mi-equipo-legacy .mi-equipo-hero h2,
body.house-os-mi-equipo-legacy [class*="equipo"][class*="hero"] h1,
body.house-os-mi-equipo-legacy [class*="equipo"][class*="hero"] h2{
    max-width:920px;
    margin:12px 0!important;
    color:#fff!important;
    font-size:clamp(34px,4vw,58px)!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
    font-weight:700!important;
}
body.house-os-mi-equipo-legacy .house-equipo-hero p,
body.house-os-mi-equipo-legacy .mi-equipo-hero p,
body.house-os-mi-equipo-legacy [class*="equipo"][class*="hero"] p{
    max-width:780px;
    margin:0!important;
    color:#C9D2CC!important;
    font-size:15px!important;
    line-height:1.65!important;
}

/* Generic white sections/cards inside the legacy module */
body.house-os-mi-equipo-legacy .house-mi-equipo .card,
body.house-os-mi-equipo-legacy .house-mi-equipo .panel,
body.house-os-mi-equipo-legacy .house-mi-equipo .box,
body.house-os-mi-equipo-legacy [class*="mi-equipo"] .card,
body.house-os-mi-equipo-legacy [class*="mi-equipo"] .panel{
    border:1px solid #DEE6E0!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 14px 40px rgba(31,48,37,.05)!important;
}

/* Form card */
body.house-os-mi-equipo-legacy form{
    border-radius:20px!important;
}
body.house-os-mi-equipo-legacy form label{
    display:block;
    margin-bottom:7px!important;
    color:#334038!important;
    font-size:13px!important;
    font-weight:700!important;
}
body.house-os-mi-equipo-legacy form input[type=text],
body.house-os-mi-equipo-legacy form input[type=email],
body.house-os-mi-equipo-legacy form input[type=password],
body.house-os-mi-equipo-legacy form input[type=tel],
body.house-os-mi-equipo-legacy form input[type=number],
body.house-os-mi-equipo-legacy form select,
body.house-os-mi-equipo-legacy form textarea{
    width:100%!important;
    min-height:54px!important;
    padding:13px 16px!important;
    border:1px solid #D8E2DB!important;
    border-radius:13px!important;
    background:#FBFCFB!important;
    color:#182119!important;
    box-shadow:none!important;
    transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.house-os-mi-equipo-legacy form textarea{
    min-height:120px!important;
}
body.house-os-mi-equipo-legacy form input:focus,
body.house-os-mi-equipo-legacy form select:focus,
body.house-os-mi-equipo-legacy form textarea:focus{
    outline:none!important;
    border-color:#10A356!important;
    background:#fff!important;
    box-shadow:0 0 0 4px rgba(16,163,86,.08)!important;
}
body.house-os-mi-equipo-legacy form button,
body.house-os-mi-equipo-legacy form input[type=submit],
body.house-os-mi-equipo-legacy .button,
body.house-os-mi-equipo-legacy .btn{
    min-height:48px!important;
    padding:0 20px!important;
    border:0!important;
    border-radius:12px!important;
    background:#12A45A!important;
    color:#fff!important;
    font-weight:800!important;
    box-shadow:none!important;
    transition:transform .18s ease,filter .18s ease!important;
}
body.house-os-mi-equipo-legacy form button:hover,
body.house-os-mi-equipo-legacy form input[type=submit]:hover,
body.house-os-mi-equipo-legacy .button:hover,
body.house-os-mi-equipo-legacy .btn:hover{
    transform:translateY(-1px);
    filter:brightness(.96);
}

/* Headings */
body.house-os-mi-equipo-legacy h2,
body.house-os-mi-equipo-legacy h3{
    color:#172019!important;
    letter-spacing:-.035em!important;
}
body.house-os-mi-equipo-legacy h2{
    font-size:32px!important;
}
body.house-os-mi-equipo-legacy h3{
    font-size:24px!important;
}

/* Summary/stat cards */
body.house-os-mi-equipo-legacy [class*="resumen"] > div,
body.house-os-mi-equipo-legacy [class*="summary"] > div,
body.house-os-mi-equipo-legacy [class*="stat"]{
    border:1px solid #E0E7E2!important;
    border-radius:16px!important;
    background:#F8FAF9!important;
    box-shadow:none!important;
}

/* Team table */
body.house-os-mi-equipo-legacy table{
    width:100%!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    overflow:hidden!important;
    border:1px solid #E0E6E2!important;
    border-radius:16px!important;
    background:#fff!important;
}
body.house-os-mi-equipo-legacy table th{
    padding:14px 15px!important;
    border:0!important;
    background:#17231B!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    text-align:left!important;
}
body.house-os-mi-equipo-legacy table td{
    padding:15px!important;
    border:0!important;
    border-bottom:1px solid #E9EEEB!important;
    background:#fff!important;
    color:#3C4840!important;
    font-size:13px!important;
}
body.house-os-mi-equipo-legacy table tr:last-child td{
    border-bottom:0!important;
}
body.house-os-mi-equipo-legacy table tbody tr:hover td{
    background:#F8FBF9!important;
}

/* Legacy success/status badges */
body.house-os-mi-equipo-legacy .active,
body.house-os-mi-equipo-legacy .activo,
body.house-os-mi-equipo-legacy [class*="status"][class*="active"]{
    border-radius:999px!important;
}

/* Make old top-level module blocks breathe */
body.house-os-mi-equipo-legacy .houzez-dashboard-content,
body.house-os-mi-equipo-legacy .dashboard-content-wrap,
body.house-os-mi-equipo-legacy main{
    background:#F3F6F4!important;
}
body.house-os-mi-equipo-legacy .houzez-dashboard-content > div,
body.house-os-mi-equipo-legacy .dashboard-content-wrap > div{
    margin-bottom:18px;
}

/* Mobile */
@media(max-width:900px){
    body.house-os-mi-equipo-legacy .house-equipo-hero,
    body.house-os-mi-equipo-legacy .mi-equipo-hero,
    body.house-os-mi-equipo-legacy [class*="equipo"][class*="hero"]{
        padding:28px 24px!important;
        border-radius:20px!important;
    }
    body.house-os-mi-equipo-legacy table{
        display:block!important;
        overflow-x:auto!important;
        white-space:nowrap!important;
    }
}

/* HOUSE OS 2.4.26 — Private coaching history */
.hos-module-historial-coaching:before{
    content:"🔒 Historial privado · sólo tú y Corporativo House pueden consultar tus sesiones";
    display:flex;
    align-items:center;
    min-height:42px;
    margin:0 0 14px;
    padding:0 15px;
    border:1px solid #D6E8DC;
    border-radius:12px;
    background:#F0F8F3;
    color:#287047;
    font-size:11px;
    font-weight:800;
}
.hos-coaching-private-empty{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:24px;
    border:1px solid #DCE5DF;
    border-radius:18px;
    background:#fff;
}
.hos-coaching-private-empty>span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    background:#EDF7F1;
}
.hos-coaching-private-empty strong{
    display:block;
    color:#17211A;
    font-size:16px;
}
.hos-coaching-private-empty p{
    margin:5px 0 0;
    color:#7D8981;
    font-size:12px;
    line-height:1.5;
}

/* =========================================================
   HOUSE OS 2.4.27 — Capture Goals / Ranking / Admin Hub
   ========================================================= */
.hos-capture-goal{
    margin:0 0 24px;
    padding:24px;
    border:1px solid #DBE5DE;
    border-radius:22px;
    background:#fff;
    box-shadow:0 12px 40px rgba(25,42,31,.04);
}
.hos-capture-goal-head{
    display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;
}
.hos-capture-goal-head h2{margin:5px 0 5px;font-size:28px;letter-spacing:-.035em}
.hos-capture-goal-head p{margin:0;color:#7A847D}
.hos-capture-goal-head>a{font-size:12px;font-weight:800;color:#159653;text-decoration:none}
.hos-capture-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}
.hos-capture-kpis>div{padding:18px;border:1px solid #E1E8E3;border-radius:16px;background:#F9FBFA}
.hos-capture-kpis span{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;color:#149653}
.hos-capture-kpis strong{display:block;margin:5px 0;font-size:28px;color:#172019}
.hos-capture-kpis small{color:#838D86}
.hos-capture-progress{display:grid;gap:14px}
.hos-capture-progress-row>div:first-child{display:flex;justify-content:space-between;gap:15px;margin-bottom:7px;font-size:12px}
.hos-capture-progress-row span{color:#7F8982}
.hos-capture-track{height:12px;overflow:hidden;border-radius:999px;background:#E4E8E5}
.hos-capture-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#139D55,#8DC56B);min-width:0}

.hos-ranking-native{padding:24px;border:1px solid #DDE6E0;border-radius:22px;background:#fff}
.hos-ranking-native-head h2{margin:5px 0;font-size:30px;letter-spacing:-.04em}
.hos-ranking-native-head p{margin:0 0 20px;color:#78837B}
.hos-ranking-list{display:grid;gap:10px}
.hos-ranking-row{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:14px;padding:15px 18px;border:1px solid #E1E8E3;border-radius:16px;background:#FBFCFB}
.hos-ranking-place{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:#17211A;color:#fff;font-weight:900}
.hos-ranking-row:first-child .hos-ranking-place{background:#12A45A}
.hos-ranking-person strong{display:block;font-size:15px;color:#17211A}
.hos-ranking-person span{display:block;margin-top:3px;font-size:12px;color:#848F87}
.hos-ranking-count{text-align:right}
.hos-ranking-count strong{display:block;font-size:22px;color:#149653}
.hos-ranking-count span{font-size:11px;color:#7E8981}

.hos-admin-hub{display:grid;gap:24px}
.hos-admin-hub-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#111914,#294D36);color:#fff}
.hos-admin-hub-hero h2{margin:6px 0;font-size:34px;color:#fff;letter-spacing:-.04em}
.hos-admin-hub-hero p{max-width:700px;margin:0;color:#C7D0CA}
.hos-admin-hub-hero>div:last-child{min-width:130px;padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:18px;text-align:center;background:rgba(255,255,255,.07)}
.hos-admin-hub-hero>div:last-child strong{display:block;font-size:34px}
.hos-admin-hub-hero>div:last-child span{font-size:11px;color:#C7D0CA}
.hos-admin-hub-section h3{margin:0 0 12px;font-size:18px;color:#263129}
.hos-admin-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hos-admin-hub-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:18px;border:1px solid #DDE6E0;border-radius:18px;background:#fff;text-decoration:none!important;box-shadow:0 8px 28px rgba(24,42,31,.035);transition:.18s ease}
.hos-admin-hub-card:hover{transform:translateY(-2px);border-color:#BFDCC9;box-shadow:0 14px 34px rgba(24,42,31,.07)}
.hos-admin-hub-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:13px;background:#EAF6EE;color:#149653;font-size:20px;font-weight:900}
.hos-admin-hub-card strong{display:block;color:#17211A;font-size:14px}
.hos-admin-hub-card p{margin:3px 0 0;color:#7D8880;font-size:11px;line-height:1.45}
.hos-admin-hub-card>b{color:#159653;font-size:18px}

@media(max-width:820px){
    .hos-capture-goal-head,.hos-admin-hub-hero{flex-direction:column;align-items:flex-start}
    .hos-capture-kpis{grid-template-columns:1fr}
    .hos-admin-hub-grid{grid-template-columns:1fr}
    .hos-ranking-row{grid-template-columns:44px 1fr}
    .hos-ranking-count{grid-column:2;text-align:left}
}

/* HOUSE OS 2.4.29 — Ubicaciones House */
.hos-locations-page{max-width:1440px;margin:0 auto;padding:34px 24px 64px}
.hos-locations-hero{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;padding:42px;border-radius:28px;background:linear-gradient(135deg,#101813,#1D3325 60%,#2D5D3E);color:#fff;margin-bottom:22px}
.hos-locations-hero h1{margin:8px 0;font-size:clamp(42px,6vw,74px);letter-spacing:-.055em;color:#fff}
.hos-locations-hero p{max-width:700px;margin:0;color:#C9D2CC;font-size:16px;line-height:1.6}
.hos-locations-stats{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:12px}
.hos-locations-stats>div{padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.06)}
.hos-locations-stats strong{display:block;font-size:34px}.hos-locations-stats span{display:block;margin-top:5px;color:#C7D0CA;font-size:11px}
.hos-locations-map-card{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:24px;border:1px solid #DCE5DF;border-radius:24px;background:#fff}
.hos-locations-map-copy{padding:24px}.hos-locations-map-copy h2{margin:6px 0 8px;font-size:38px;letter-spacing:-.045em}.hos-locations-map-copy p{margin:0 0 20px;color:#7C877F;line-height:1.6}
.hos-locations-actions-inline{display:flex;gap:10px;flex-wrap:wrap}
.hos-locations-map-preview{min-height:320px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#EEF4F0}
.hos-map-mexico-shape{text-align:center;padding:30px}.hos-map-mexico-shape span{display:block;font-size:46px}.hos-map-mexico-shape strong{display:block;margin-top:8px;font-size:20px;color:#17211A}.hos-map-mexico-shape small{display:block;margin-top:7px;color:#78847C}
.hos-locations-grid{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-top:22px;padding:28px;border:1px solid #DCE5DF;border-radius:22px;background:#F8FAF9}
.hos-locations-grid h2{margin:5px 0;font-size:30px;letter-spacing:-.04em}.hos-locations-grid p{max-width:720px;margin:0;color:#7B867E}
.hos-locations-actions{display:flex;gap:10px;flex-wrap:wrap}.hos-locations-actions a{padding:13px 18px;border-radius:12px;background:#17211A;color:#fff;text-decoration:none;font-weight:800;font-size:12px}
.hos-home-locations{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#111914,#285A3C);color:#fff}
.hos-home-locations h2{margin:5px 0;color:#fff;font-size:30px;letter-spacing:-.04em}.hos-home-locations p{margin:0;color:#C8D1CB}.hos-home-locations>a{flex:0 0 auto;padding:14px 20px;border-radius:12px;background:#fff;color:#17211A;text-decoration:none;font-weight:900}
@media(max-width:850px){.hos-locations-hero,.hos-locations-grid,.hos-home-locations{flex-direction:column;align-items:flex-start}.hos-locations-map-card{grid-template-columns:1fr}.hos-locations-stats{width:100%}}

/* =========================================================
   HOUSE OS 2.4.33 — Native/Standalone Locations
   ========================================================= */
body.house-os-locations-standalone{
    margin:0!important;
    background:#F5F7F5!important;
}
body.house-os-locations-standalone #wpadminbar + .hos-app,
body.house-os-locations-standalone .hos-app{
    min-height:100vh;
}
.hos-locations-native{
    background:#F5F7F5;
}
.hos-locations-native .hos-locations-hero{
    margin-top:34px;
}
.hos-locations-live-section{
    padding-top:22px!important;
}
.hos-locations-live-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    margin-bottom:16px;
}
.hos-locations-live-head h2{
    margin:6px 0 5px;
    font-size:36px;
    letter-spacing:-.045em;
}
.hos-locations-live-head p{
    margin:0;
    color:#78837B;
}
.hos-locations-live-map{
    overflow:hidden;
    padding:24px;
    border:1px solid #DCE5DF;
    border-radius:24px;
    background:#fff;
    box-shadow:0 16px 46px rgba(25,42,31,.05);
}

/* Strip visual page chrome accidentally carried by the old page body. */
.hos-locations-live-map .page-title-wrap,
.hos-locations-live-map .breadcrumb-wrap,
.hos-locations-live-map header,
.hos-locations-live-map footer,
.hos-locations-live-map .header-main-wrap,
.hos-locations-live-map .footer-wrap{
    display:none!important;
}

/* Let the old interactive engine occupy the HOUSE OS card naturally. */
.hos-locations-live-map > *{
    max-width:100%!important;
}
.hos-locations-live-map svg{
    max-width:100%;
    height:auto;
}
.hos-locations-live-map iframe{
    width:100%!important;
    max-width:100%!important;
}
.hos-locations-network{
    padding-top:0!important;
}

@media(max-width:850px){
    .hos-locations-live-head{
        flex-direction:column;
        align-items:flex-start;
    }
    .hos-locations-live-map{
        padding:14px;
        border-radius:18px;
    }
}

/* =========================================================
   HOUSE OS 2.4.34 — Ubicaciones: original map only
   ========================================================= */
.hos-locations-original-only{
    background:#F5F7F5;
    padding:26px 0 56px;
}
.hos-locations-original-content{
    max-width:1500px;
}

/* Do not create a second page shell inside the original map module. */
.hos-locations-original-content > .page-title-wrap,
.hos-locations-original-content > .breadcrumb-wrap,
.hos-locations-original-content > header,
.hos-locations-original-content > footer,
.hos-locations-original-content > .header-main-wrap,
.hos-locations-original-content > .footer-wrap{
    display:none!important;
}

/* Preserve the original map design at full HOUSE OS content width. */
.hos-locations-original-content > *{
    max-width:100%!important;
}
.hos-locations-original-content svg{
    max-width:100%;
    height:auto;
}
.hos-locations-original-content iframe{
    width:100%!important;
    max-width:100%!important;
}

/* Hide the 2.4.33 custom location presentation if cached CSS/classes remain. */
.hos-locations-original-only .hos-locations-hero,
.hos-locations-original-only .hos-locations-live-head,
.hos-locations-original-only .hos-locations-network,
.hos-locations-original-only .hos-locations-stats{
    display:none!important;
}

/* HOUSE OS 2.4.35 — Home search operation tabs */
.hos204-search-tabs button[data-operation]{cursor:pointer}
.hos204-search-tabs button[data-operation]:focus-visible{outline:2px solid #94C56A;outline-offset:3px}

/* =========================================================
   HOUSE OS 2.4.39 — Membresías y Cobranza Definitiva
   ========================================================= */
.hos-recon-hero{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#101813,#26553A);color:#fff;margin-bottom:18px}
.hos-recon-hero h2{margin:6px 0;font-size:34px;letter-spacing:-.045em;color:#fff}
.hos-recon-hero p{max-width:760px;margin:0;color:#C8D2CB;line-height:1.55}
.hos-recon-rule{max-width:340px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(255,255,255,.07)}
.hos-recon-rule span,.hos-recon-rule small{display:block;color:#C9D3CC;font-size:10px}.hos-recon-rule span{font-weight:900;letter-spacing:.12em}.hos-recon-rule strong{display:block;margin:6px 0;font-size:16px}
.hos-recon-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0 0 18px}
.hos-recon-kpis>div{padding:16px;border:1px solid #DEE6E1;border-radius:16px;background:#fff}
.hos-recon-kpis span{display:block;font-size:9px;font-weight:900;letter-spacing:.1em;color:#7D8880}.hos-recon-kpis strong{display:block;margin:5px 0;font-size:27px;color:#1B251E}.hos-recon-kpis small{font-size:10px;color:#8A948D;line-height:1.35}
.hos-recon-kpis .is-green strong{color:#13864A}.hos-recon-kpis .is-yellow strong{color:#A77900}.hos-recon-kpis .is-red strong{color:#B62F2F}.hos-recon-kpis .is-gray strong{color:#6A726D}
.hos-recon-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid #DEE6E1;border-radius:18px;background:#fff;margin-bottom:18px}
.hos-recon-toolbar h3{margin:0 0 3px;font-size:17px}.hos-recon-toolbar p{margin:0;color:#849087;font-size:11px}.hos-recon-toolbar-actions{display:flex;gap:8px;align-items:center}
.hos-recon-table-card{border:1px solid #DCE5DF;border-radius:22px;background:#fff;overflow:hidden}
.hos-recon-table-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #E4EAE6}
.hos-recon-table-head h2{margin:4px 0 0;font-size:25px}.hos-recon-filters{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.hos-recon-filters input,.hos-recon-filters select{min-height:40px;border:1px solid #D8E1DB;border-radius:10px;background:#fff;padding:0 10px}
.hos-recon-table-wrap{overflow:auto}.hos-recon-table{width:100%;border-collapse:collapse;min-width:1380px}.hos-recon-table th{padding:13px 14px;text-align:left;font-size:10px;letter-spacing:.05em;color:#737E76;background:#F8FAF9}.hos-recon-table td{padding:14px;border-top:1px solid #EDF0EE;vertical-align:top;font-size:12px;color:#333D36}.hos-recon-table td>strong{display:block;font-size:13px;color:#172019}.hos-recon-table small{display:block;margin-top:3px;color:#88928B;font-size:10px;line-height:1.4}
.hos-recon-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-weight:800;font-size:10px;white-space:nowrap}.hos-recon-badge b{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%}
.hos-recon-badge.is-green{background:#E8F7ED;color:#137A43}.hos-recon-badge.is-yellow{background:#FFF4D5;color:#896300}.hos-recon-badge.is-red{background:#FDE8E8;color:#A82B2B}.hos-recon-badge.is-gray,.hos-recon-badge.is-unchecked{background:#EEF1EF;color:#5C655F}
.hos-recon-unconfigured{display:inline-block;padding:5px 8px;border-radius:999px;background:#FFF4D5;color:#8B6500;font-weight:800;font-size:10px}
.hos-recon-reason{max-width:300px;line-height:1.45;color:#657068!important}
.hos-recon-actions{position:relative}.hos-recon-actions summary{cursor:pointer;list-style:none;font-weight:800;color:#148B4D}.hos-recon-actions summary::-webkit-details-marker{display:none}.hos-recon-action-panel{position:absolute;right:0;z-index:40;width:min(760px,82vw);padding:18px;border:1px solid #D7E1DA;border-radius:16px;background:#fff;box-shadow:0 22px 60px rgba(24,38,29,.18)}
.hos-recon-action-tabs{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hos-recon-action-tabs h4{margin:0 0 10px;font-size:15px}.hos-recon-action-tabs form{display:grid;gap:8px}.hos-recon-action-tabs label{display:grid;gap:4px;font-size:10px;font-weight:800;color:#657068}.hos-recon-action-tabs input,.hos-recon-action-tabs select,.hos-recon-action-tabs textarea{width:100%;border:1px solid #D8E1DB;border-radius:9px;padding:8px;background:#fff;font:inherit;color:#222}
.hos-recon-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.hos-recon-inline-form{margin-bottom:10px}.hos-recon-manual-ok{padding:9px 10px;margin-bottom:10px;border-radius:9px;background:#E8F7ED;color:#147B44;font-size:11px;font-weight:800}
.hos-recon-safety{margin-top:18px;padding:16px 18px;border:1px solid #F0D995;border-radius:14px;background:#FFF9E8}.hos-recon-safety strong{color:#7E5B00}.hos-recon-safety p{margin:4px 0 0;color:#766A49;font-size:11px;line-height:1.55}
@media(max-width:1100px){.hos-recon-kpis{grid-template-columns:repeat(3,1fr)}.hos-recon-hero,.hos-recon-toolbar,.hos-recon-table-head{flex-direction:column;align-items:flex-start}.hos-recon-action-tabs{grid-template-columns:1fr}}
@media(max-width:700px){.hos-recon-kpis{grid-template-columns:1fr 1fr}.hos-recon-toolbar-actions{flex-wrap:wrap}.hos-recon-action-grid{grid-template-columns:1fr}.hos-recon-action-panel{position:fixed;left:12px;right:12px;top:90px;width:auto;max-height:75vh;overflow:auto}}

/* =========================================================
   HOUSE OS 2.4.41 — Blocked account / reactivation
   ========================================================= */
body.house-os-reactivation-standalone{margin:0;background:#F4F6F4}
.hos-reactivation-main{min-height:calc(100vh - 160px);padding:54px 24px;display:flex;align-items:flex-start;justify-content:center;background:#F4F6F4}
.hos-reactivation-card{width:min(900px,100%);overflow:hidden;border:1px solid #DCE4DE;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(22,36,27,.08)}
.hos-reactivation-brand{padding:38px;background:linear-gradient(135deg,#101813,#245238);color:#fff}
.hos-reactivation-brand h1{margin:8px 0;font-size:clamp(38px,5vw,62px);letter-spacing:-.055em;color:#fff}
.hos-reactivation-brand p{max-width:680px;margin:0;color:#CBD4CE;font-size:15px;line-height:1.6}
.hos-reactivation-plan{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 34px;border-bottom:1px solid #E8ECE9}
.hos-reactivation-plan span,.hos-reactivation-status span{display:block;font-size:9px;font-weight:900;letter-spacing:.12em;color:#7D8881}
.hos-reactivation-plan>div:first-child strong{display:block;margin:5px 0;font-size:24px;color:#172019}.hos-reactivation-plan small{display:block;color:#818C84}
.hos-reactivation-price{text-align:right}.hos-reactivation-price strong{font-size:32px;color:#149653}.hos-reactivation-price span{font-size:11px}
.hos-reactivation-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 34px;background:#F9FBF9}
.hos-reactivation-status>div{padding:15px;border:1px solid #E0E7E2;border-radius:14px;background:#fff}.hos-reactivation-status strong{display:block;margin-top:5px;font-size:14px;color:#202A23}
.hos-reactivation-actions{display:flex;gap:10px;justify-content:center;padding:28px 34px}.hos-reactivation-actions form{margin:0}
.hos-reactivation-help{margin:0 34px 34px;padding:16px 18px;border-radius:14px;background:#FFF8E5;border:1px solid #EED997}.hos-reactivation-help strong{color:#725400}.hos-reactivation-help p{margin:4px 0 0;color:#756A4B;font-size:11px;line-height:1.5}
@media(max-width:700px){.hos-reactivation-main{padding:24px 12px}.hos-reactivation-brand{padding:28px 22px}.hos-reactivation-plan{flex-direction:column;align-items:flex-start;padding:22px}.hos-reactivation-price{text-align:left}.hos-reactivation-status{grid-template-columns:1fr;padding:16px 22px}.hos-reactivation-actions{flex-direction:column;padding:22px}.hos-reactivation-actions form,.hos-reactivation-actions .hos-btn{width:100%}.hos-reactivation-help{margin:0 22px 22px}}

/* HOUSE OS 2.4.43 — Corporate microsite selector */
.hos-admin-agency-picker-page{padding:56px 28px;min-height:70vh}.hos-admin-agency-picker{max-width:760px;margin:0 auto;padding:34px;border:1px solid #DCE5DF;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(24,38,29,.06)}.hos-admin-agency-picker h1{margin:8px 0 10px;font-size:42px;letter-spacing:-.05em}.hos-admin-agency-picker p{margin:0 0 24px;color:#77817A;line-height:1.55}.hos-admin-agency-picker form{display:grid;gap:12px}.hos-admin-agency-picker label{font-size:11px;font-weight:800;color:#566158}.hos-admin-agency-picker select{min-height:52px;border:1px solid #D8E1DB;border-radius:12px;padding:0 14px;background:#fff;font-size:14px}
