:root{--cream:#f4ead4;--cream2:#fbf6ec;--olive:#59622d;--wine:#7a1f23;--wine2:#5b1518;--ink:#26231d;--muted:#746f64;--line:#e3d7c3}
.crm-page{margin:0;background:#fbf7ef;color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
.crm-header{border-bottom:1px solid #eadfce;background:rgba(255,255,255,.78)}
.crm-header-inner{width:min(1160px,calc(100% - 32px));margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.crm-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--wine)}
.crm-logo img{width:48px;height:48px;border-radius:9px}
.crm-logo strong{font-family:Georgia,serif;font-size:1.2rem}
.crm-nav{display:flex;gap:22px;align-items:center}.crm-nav a{text-decoration:none;color:#3e3a33;font-weight:750;font-size:.9rem}
.crm-nav .publish{background:var(--wine);color:white;padding:11px 15px;border-radius:10px}
.crm-shell{width:min(980px,calc(100% - 32px));margin:48px auto 70px}
.crm-intro{max-width:760px;margin-bottom:25px}
.crm-kicker{font-size:.76rem;letter-spacing:.15em;color:var(--wine);font-weight:900}
.crm-intro h1{font-family:Georgia,serif;color:var(--wine2);font-size:clamp(2.3rem,5vw,4.2rem);font-weight:500;line-height:1.04;margin:9px 0 14px}
.crm-intro p{color:var(--muted);line-height:1.65}
.crm-card{background:#fff;border:1px solid #eadfce;border-radius:20px;padding:26px;box-shadow:0 14px 40px rgba(44,37,25,.06)}
.crm-grid{display:grid;gap:15px}.crm-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.crm-card label{display:flex;flex-direction:column;gap:7px;font-size:.88rem;font-weight:750;color:#49453e;margin-bottom:14px}
.crm-card input,.crm-card select,.crm-card textarea{width:100%;border:1px solid #ddd1be;border-radius:10px;background:white;padding:12px 13px;font:inherit;outline:none}
.crm-card input:focus,.crm-card select:focus,.crm-card textarea:focus{border-color:var(--wine);box-shadow:0 0 0 3px rgba(122,31,35,.08)}
.crm-card textarea{resize:vertical}
.crm-section{padding-top:6px;margin-top:8px;border-top:1px solid #eee5d7}
.crm-section h2{font-family:Georgia,serif;color:var(--wine2);font-size:1.4rem;font-weight:500;margin:18px 0 4px}.crm-section p{color:var(--muted);font-size:.9rem;margin:0 0 15px}
.crm-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px!important;font-weight:600!important;color:#686359!important}
.crm-consent input{width:auto;margin-top:3px}
.crm-submit{border:0;background:var(--wine);color:white;border-radius:11px;padding:13px 20px;font-weight:850;font:inherit;cursor:pointer}.crm-submit:hover{background:var(--wine2)}
.crm-alert{padding:14px 16px;border-radius:12px;margin-bottom:18px;font-weight:750}.crm-alert.error{background:#fff0f0;color:#8b2024;border:1px solid #edc3c5}
.crm-success{text-align:center;padding:45px 25px}.crm-success .check{width:64px;height:64px;border-radius:50%;background:#edf4e7;color:var(--olive);display:grid;place-items:center;margin:0 auto 15px;font-size:2rem;font-weight:900}
.crm-success h2{font-family:Georgia,serif;color:var(--wine2);font-size:2rem;font-weight:500;margin:0 0 10px}.crm-success p{color:var(--muted);line-height:1.6}.crm-success a{display:inline-block;margin-top:12px;background:var(--olive);color:white;text-decoration:none;padding:11px 16px;border-radius:10px;font-weight:800}
.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.mode-card{border:1px solid #ded3c2;border-radius:14px;padding:16px;cursor:pointer}.mode-card input{width:auto;margin-right:7px}.mode-card strong{color:var(--wine2)}.mode-card p{font-size:.86rem;color:var(--muted);margin:6px 0 0}
@media(max-width:760px){.crm-nav{display:none}.crm-grid.two,.crm-grid.three,.mode-switch{grid-template-columns:1fr}.crm-shell{margin-top:28px}.crm-card{padding:19px}}

.crm-nav a.account{border:1px solid #d8c9b5;border-radius:9px;padding:10px 12px;color:#7a1f23;background:#fffaf4}
.crm-nav a.account:hover{background:#f3ebde}

/* Mejora UX Arrendar */
.crm-shell.rent-shell{width:min(1160px,calc(100% - 32px));margin-top:38px}
.rent-hero{padding:10px 0 34px;max-width:1000px}.rent-hero h1{font-family:Georgia,serif;color:var(--wine2);font-size:clamp(2.7rem,5.4vw,4.8rem);font-weight:500;line-height:1.02;margin:8px 0 15px}.rent-hero>p{max-width:770px;color:var(--muted);font-size:1.03rem;line-height:1.7}
.rent-paths{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.rent-path{display:flex;flex-direction:column;gap:7px;text-decoration:none;background:#fff;border:1px solid #ded2bf;border-radius:18px;padding:20px;color:var(--ink);transition:.18s ease}.rent-path:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(44,37,25,.07)}.rent-path.primary{background:#242a17;border-color:#242a17;color:#fff}.rent-path span{font-size:.7rem;letter-spacing:.13em;font-weight:900;color:var(--wine)}.rent-path.primary span{color:#cbd2a8}.rent-path strong{font-family:Georgia,serif;font-size:1.45rem;font-weight:500}.rent-path small{color:var(--muted);font-size:.86rem}.rent-path.primary small{color:#d6d9c8}
.rent-section{padding:34px 0 28px;scroll-margin-top:20px}.rent-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.rent-section-head h2,.rent-owner-cta h2{font-family:Georgia,serif;color:var(--wine2);font-size:clamp(2rem,4vw,3rem);font-weight:500;margin:3px 0 0}.rent-text-link{color:var(--wine);font-weight:850;text-decoration:none;white-space:nowrap}
.rent-search{display:grid;grid-template-columns:1.1fr 1.1fr .9fr auto;gap:10px;background:#fff;border:1px solid #e4d7c5;border-radius:17px;padding:13px;box-shadow:0 10px 30px rgba(44,37,25,.05)}.rent-search label{display:flex;flex-direction:column;gap:5px;font-size:.78rem;font-weight:800;color:#5a554b}.rent-search select,.rent-search input{width:100%;border:1px solid #ddd1be;border-radius:10px;background:#fff;padding:11px 12px;font:inherit;outline:none}.rent-search button{align-self:end;border:0;background:var(--olive);color:#fff;border-radius:10px;padding:12px 22px;font-weight:850;cursor:pointer}.rent-results-meta{color:var(--muted);font-size:.84rem;margin:12px 2px 17px}
.rent-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rent-property-card{background:#fff;border:1px solid #e5d9c8;border-radius:18px;overflow:hidden;box-shadow:0 8px 25px rgba(57,47,36,.05)}.rent-property-image{height:220px;position:relative;display:block;background:#eee6d7;overflow:hidden}.rent-property-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.rent-property-card:hover .rent-property-image img{transform:scale(1.025)}.rent-property-image>span{position:absolute;left:13px;top:13px;background:rgba(122,31,35,.94);color:#fff;border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:900;letter-spacing:.08em}.rent-property-body{padding:17px}.rent-property-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.rent-property-top small{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#81796d;font-weight:850}.rent-property-top strong{color:var(--wine);font-size:1.04rem}.rent-property-card h3{font-size:1.08rem;line-height:1.3;margin:11px 0 7px}.rent-property-card h3 a{text-decoration:none;color:#2b2924}.rent-property-card p{color:#777064;font-size:.86rem;line-height:1.45;margin:0 0 10px}.rent-facts{display:flex;flex-wrap:wrap;gap:6px}.rent-facts span{background:#f4ede2;border-radius:999px;padding:5px 8px;color:#645e53;font-size:.75rem}.rent-more{display:inline-block;margin-top:14px;color:var(--wine);font-weight:850;text-decoration:none;font-size:.86rem}
.rent-empty{background:#fff;border:1px dashed #cfbfaa;border-radius:18px;padding:36px 22px;text-align:center}.rent-empty h3{font-family:Georgia,serif;color:var(--wine2);font-size:1.6rem;font-weight:500;margin:0 0 8px}.rent-empty p{color:var(--muted);max-width:620px;margin:0 auto 12px;line-height:1.6}.rent-empty a{color:var(--wine);font-weight:850;text-decoration:none}
.rent-owner-cta{margin:40px 0 26px;background:#242a17;border-radius:22px;padding:28px 30px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}.rent-owner-cta .crm-kicker{color:#cbd2a8}.rent-owner-cta h2{color:#fff}.rent-owner-cta p{color:#d6d9c8;line-height:1.6;max-width:760px;margin:10px 0 0}.rent-owner-cta>a{flex:0 0 auto;background:#fff;color:var(--wine2);text-decoration:none;padding:13px 17px;border-radius:11px;font-weight:850}
.rent-lead-section{padding:34px 0 10px;scroll-margin-top:20px}.rent-section-head.lead-head{max-width:850px;align-items:start}.rent-section-head.lead-head p{color:var(--muted);line-height:1.65;margin:9px 0 0}.rent-lead-card{max-width:none}.crm-section.first-section{border-top:0;padding-top:0;margin-top:0}.crm-section.first-section h2{margin-top:0}
@media(max-width:920px){.rent-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rent-search{grid-template-columns:1fr 1fr}.rent-search button{align-self:stretch}.rent-owner-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.rent-paths,.rent-property-grid,.rent-search{grid-template-columns:1fr}.rent-hero h1{font-size:clamp(2.45rem,12vw,3.7rem)}.rent-section-head{align-items:flex-start;flex-direction:column}.rent-property-image{height:235px}.rent-owner-cta{padding:23px}.rent-owner-cta>a{width:100%;box-sizing:border-box;text-align:center}}

/* UX coherente Comprar + Vender */
.crm-shell.smart-shell{width:min(1160px,calc(100% - 32px));margin-top:38px}
.smart-hero{padding:10px 0 34px;max-width:1000px}.smart-hero h1{font-family:Georgia,serif;color:var(--wine2);font-size:clamp(2.7rem,5.4vw,4.8rem);font-weight:500;line-height:1.02;margin:8px 0 15px}.smart-hero>p{max-width:820px;color:var(--muted);font-size:1.03rem;line-height:1.7}.smart-hero strong{color:var(--wine2)}
.smart-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}.smart-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:11px;padding:13px 17px;font-weight:850}.smart-button.primary{background:var(--wine);color:#fff}.smart-button.secondary{background:#fff;color:var(--wine2);border:1px solid #d9cbb7}.smart-button:hover{transform:translateY(-1px)}
.smart-section{padding:32px 0 28px;scroll-margin-top:20px}.smart-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.smart-section-head h2{font-family:Georgia,serif;color:var(--wine2);font-size:clamp(2rem,4vw,3rem);font-weight:500;margin:3px 0 0}.smart-section-head>a{color:var(--wine);font-weight:850;text-decoration:none;white-space:nowrap}.smart-section-head.lead-head{max-width:860px;align-items:start}.smart-section-head.lead-head p{color:var(--muted);line-height:1.65;margin:9px 0 0}
.smart-search{display:grid;grid-template-columns:1.1fr 1.1fr .9fr auto;gap:10px;background:#fff;border:1px solid #e4d7c5;border-radius:17px;padding:13px;box-shadow:0 10px 30px rgba(44,37,25,.05)}.smart-search label{display:flex;flex-direction:column;gap:5px;font-size:.78rem;font-weight:800;color:#5a554b}.smart-search select,.smart-search input{width:100%;box-sizing:border-box;border:1px solid #ddd1be;border-radius:10px;background:#fff;padding:11px 12px;font:inherit;outline:none}.smart-search button{align-self:end;border:0;background:var(--olive);color:#fff;border-radius:10px;padding:12px 22px;font-weight:850;cursor:pointer}.smart-results-meta{color:var(--muted);font-size:.84rem;margin:12px 2px 17px}
.smart-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.smart-property-card{background:#fff;border:1px solid #e5d9c8;border-radius:18px;overflow:hidden;box-shadow:0 8px 25px rgba(57,47,36,.05)}.smart-property-image{height:220px;position:relative;display:block;background:#eee6d7;overflow:hidden}.smart-property-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.smart-property-card:hover .smart-property-image img{transform:scale(1.025)}.smart-property-image>span{position:absolute;left:13px;top:13px;background:rgba(122,31,35,.94);color:#fff;border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:900;letter-spacing:.08em}.smart-property-body{padding:17px}.smart-property-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.smart-property-top small{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#81796d;font-weight:850}.smart-property-top strong{color:var(--wine);font-size:1.04rem}.smart-property-card h3{font-size:1.08rem;line-height:1.3;margin:11px 0 7px}.smart-property-card h3 a{text-decoration:none;color:#2b2924}.smart-property-card p{color:#777064;font-size:.86rem;line-height:1.45;margin:0 0 10px}.smart-facts{display:flex;flex-wrap:wrap;gap:6px}.smart-facts span{background:#f4ede2;border-radius:999px;padding:5px 8px;color:#645e53;font-size:.75rem}.smart-more{display:inline-block;margin-top:14px;color:var(--wine);font-weight:850;text-decoration:none;font-size:.86rem}
.smart-empty{background:#fff;border:1px dashed #cfbfaa;border-radius:18px;padding:36px 22px;text-align:center}.smart-empty h3{font-family:Georgia,serif;color:var(--wine2);font-size:1.6rem;font-weight:500;margin:0 0 8px}.smart-empty p{color:var(--muted);max-width:620px;margin:0 auto 12px;line-height:1.6}.smart-empty a{color:var(--wine);font-weight:850;text-decoration:none}.smart-lead-section{padding:38px 0 10px;scroll-margin-top:20px}.smart-lead-card{max-width:none}
.profile-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f7f1e7;border:1px solid #e4d6c2;border-radius:14px;padding:16px 18px;margin-bottom:18px}.profile-summary div{display:flex;flex-direction:column;gap:4px}.profile-summary span{font-size:.68rem;letter-spacing:.12em;font-weight:900;color:var(--wine)}.profile-summary strong{font-family:Georgia,serif;color:var(--wine2);font-size:1.2rem;font-weight:500}.profile-summary small{color:var(--muted)}.profile-summary a{color:var(--wine);font-weight:800;text-decoration:none;font-size:.84rem;white-space:nowrap}
.seller-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:4px 0 18px}.seller-steps article{display:flex;gap:13px;background:#fff;border:1px solid #e2d5c2;border-radius:16px;padding:18px}.seller-steps article>span{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:#242a17;color:#fff;font-weight:900}.seller-steps strong{display:block;color:var(--wine2);margin:2px 0 5px}.seller-steps p{color:var(--muted);font-size:.84rem;line-height:1.45;margin:0}.seller-advice{margin-top:10px}
@media(max-width:920px){.smart-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-search{grid-template-columns:1fr 1fr}.smart-search button{align-self:stretch}.seller-steps{grid-template-columns:1fr}}
@media(max-width:760px){.smart-property-grid,.smart-search{grid-template-columns:1fr}.smart-hero h1{font-size:clamp(2.45rem,12vw,3.7rem)}.smart-section-head{align-items:flex-start;flex-direction:column}.smart-property-image{height:235px}.smart-actions{display:grid}.profile-summary{align-items:flex-start;flex-direction:column}.profile-summary a{white-space:normal}.seller-steps{grid-template-columns:1fr}}
