/* ═══════════ Rodadero Living — main.css ═══════════ */
@font-face{font-family:'Roboto';font-style:normal;font-weight:300 800;font-stretch:100%;font-display:swap;src:url(../fonts/roboto-latin-var.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --teal:#009F97;--teal-d:#007e78;--taupe:#72695A;--cream:#F7F5EA;
  --ink:#2b2a26;--muted:#6d675d;--line:rgba(114,105,90,.2);--white:#fff;
  --font:'Roboto',system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  --head-h:70px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.rodadero-living{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
h1,h2,h3{margin:0;font-weight:500;line-height:1.12;letter-spacing:-.01em;color:var(--taupe)}
a{color:inherit}
.rl-container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(18px,4vw,44px)}
.rl-section{padding-block:clamp(56px,8vw,110px)}
.rl-eyebrow{display:inline-block;color:var(--teal);font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px}
.rl-eyebrow--light{color:#8fe8e2}
.rl-section-head{max-width:720px;margin-bottom:clamp(28px,4vw,48px)}
.rl-section-head h2{font-size:clamp(1.7rem,3.6vw,2.7rem)}
.rl-section-head p{color:var(--muted);font-size:1.02rem;margin-top:12px}

/* ── Botones ── */
.rl-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:52px;padding:14px 32px;font-family:var(--font);font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;border-radius:999px;cursor:pointer;transition:background-color .25s,color .25s,border-color .25s,transform .2s}
.rl-btn--solid{background:var(--teal);border-color:var(--teal);color:#fff}
.rl-btn--solid:hover{background:var(--teal-d);border-color:var(--teal-d);transform:translateY(-1px)}
.rl-btn--outline-light{background:transparent;border-color:rgba(255,255,255,.7);color:#fff}
.rl-btn--outline-light:hover{background:#fff;color:var(--teal);border-color:#fff}
.rl-btn--ghost{background:transparent;border-color:var(--teal);color:var(--teal)}
.rl-btn--ghost:hover{background:var(--teal);color:#fff}

/* ── Header ── */
.rl-header{position:fixed;top:0;left:0;right:0;z-index:900;transition:background-color .3s,box-shadow .3s}
.rl-header.is-scrolled{background:rgba(247,245,234,.94);backdrop-filter:blur(10px);box-shadow:0 6px 24px rgba(43,42,38,.08)}
.rl-nav{display:flex;align-items:center;gap:24px;min-height:var(--head-h)}
.rl-brand img{height:42px;width:auto}
.rl-nav__links{display:flex;gap:26px;margin-left:auto}
.rl-nav__links a{color:#fff;text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.04em;transition:color .2s}
.rl-header.is-scrolled .rl-nav__links a{color:var(--taupe)}
.rl-nav__links a:hover{color:var(--teal)}
.rl-nav__cta{min-height:42px;padding:10px 22px}
.rl-nav-toggle{display:none;flex-direction:column;gap:5px;width:42px;height:42px;border:0;background:none;cursor:pointer;padding:9px}
.rl-nav-toggle span{display:block;height:2px;background:#fff;transition:background .3s}
.rl-header.is-scrolled .rl-nav-toggle span{background:var(--taupe)}
.rl-nav-mobile{position:fixed;top:var(--head-h);left:0;right:0;background:var(--taupe);transform:translateY(-120%);transition:transform .35s ease;z-index:899}
.rl-nav-mobile.is-open{transform:translateY(0)}
.rl-nav-mobile nav{display:flex;flex-direction:column;padding-block:14px}
.rl-nav-mobile a{color:#fff;text-decoration:none;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12);font-weight:500}

/* ── Hero ── */
.rl-hero{position:relative;min-height:100svh;display:flex;align-items:center;color:#fff;overflow:hidden}
.rl-hero__media{position:absolute;inset:0;z-index:0}
.rl-hero__media img{width:100%;height:100%;object-fit:cover}
.rl-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(0,50,48,.82) 0%,rgba(0,60,58,.55) 45%,rgba(0,80,76,.35) 100%)}
.rl-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,4vw,60px);align-items:center;padding-block:calc(var(--head-h) + 30px) 40px}
.rl-hero__title{font-size:clamp(2rem,4.6vw,3.4rem);color:#fff;font-weight:400;max-width:14ch}
.rl-hero__title em{font-style:normal;color:#8fe8e2;font-weight:600}
.rl-hero__copy{margin-top:18px;max-width:44ch;font-size:1.05rem;color:rgba(255,255,255,.9)}
.rl-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.rl-hero__formwrap{justify-self:end;width:100%;max-width:440px}
.rl-hero__card{background:var(--cream);color:var(--ink);border-radius:18px;padding:clamp(22px,2.4vw,30px);box-shadow:0 30px 70px rgba(0,40,38,.35);border-top:4px solid var(--teal)}
.rl-hero__card .rl-eyebrow{margin-bottom:6px}
.rl-hero__card-title{color:var(--taupe);font-size:1.3rem;margin-bottom:14px}

/* ── Form ── */
.rl-form{display:grid;grid-template-columns:1fr 1fr;gap:12px 14px}
.rl-field{display:grid;gap:5px;min-width:0}
.rl-field--full{grid-column:1/-1}
.rl-field>span{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe)}
.rl-form input:not([type=checkbox]),.rl-form select{width:100%;min-height:44px;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-family:inherit;font-size:14.5px;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}
.rl-form input:focus,.rl-form select:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,159,151,.14)}
.rl-form input.rl-invalid,.rl-form select.rl-invalid{border-color:#d9534f;box-shadow:0 0 0 3px rgba(217,83,79,.14)}
.rl-form select{padding-right:34px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--teal) 50%),linear-gradient(135deg,var(--teal) 50%,transparent 50%);background-position:calc(100% - 17px) center,calc(100% - 12px) center;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.rl-check{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.rl-check input{width:18px;height:18px;margin-top:2px;accent-color:var(--teal)}
.rl-check span{font-size:.76rem;color:var(--muted);line-height:1.4}
.rl-form__submit{grid-column:1/-1;min-height:50px;border:0;border-radius:999px;background:var(--teal);color:#fff;font-family:inherit;font-weight:700;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background-color .25s}
.rl-form__submit:hover{background:var(--teal-d)}
.rl-form__submit:disabled{opacity:.7;cursor:wait}
.rl-form__msg{grid-column:1/-1;min-height:14px;margin:2px 0 0;text-align:center;font-size:12px;font-weight:600;color:var(--muted)}
.rl-form__msg.is-error{color:#d9534f}
.rl-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.rl-ts{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

/* ── Proyecto ── */
.rl-proyecto__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}
.rl-proyecto__media img{border-radius:16px;box-shadow:0 26px 60px rgba(43,42,38,.16);width:100%}
.rl-proyecto__body h2{font-size:clamp(1.6rem,3.2vw,2.4rem);margin-bottom:14px}
.rl-proyecto__body p{color:var(--muted)}
.rl-proyecto__list{list-style:none;margin:20px 0 26px;padding:0;display:grid;gap:10px}
.rl-proyecto__list li{position:relative;padding-left:28px;color:var(--ink);font-weight:500}
.rl-proyecto__list li::before{content:"";position:absolute;left:0;top:8px;width:14px;height:8px;border-left:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(-45deg)}

/* ── Break image ── */
.rl-break{position:relative;min-height:70vh;display:flex;align-items:center;color:#fff;overflow:hidden}
.rl-break__media{position:absolute;inset:0;z-index:0}
.rl-break__media img{width:100%;height:100%;object-fit:cover}
.rl-break__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,50,48,.75),rgba(0,50,48,.2))}
.rl-break__inner{position:relative;z-index:2;max-width:620px;padding-block:60px}
.rl-break__inner h2{color:#fff;font-size:clamp(1.7rem,3.6vw,2.8rem);margin-bottom:14px}
.rl-break__inner p{color:rgba(255,255,255,.9);margin-bottom:24px;max-width:44ch}

/* ── Amenidades ── */
.rl-amen{background:var(--white)}
.rl-amen__carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;-webkit-overflow-scrolling:touch}
.rl-amen__carousel::-webkit-scrollbar{height:6px}
.rl-amen__carousel::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}
.rl-amen__card{position:relative;flex:0 0 clamp(260px,32vw,380px);margin:0;scroll-snap-align:start;border-radius:14px;overflow:hidden;cursor:pointer}
.rl-amen__card img{width:100%;height:clamp(220px,26vw,300px);object-fit:cover;transition:transform .5s}
.rl-amen__card:hover img{transform:scale(1.05)}
.rl-amen__card figcaption{position:absolute;left:0;right:0;bottom:0;padding:22px 16px 14px;background:linear-gradient(transparent,rgba(0,50,48,.8));color:#fff;font-size:.9rem;font-weight:500}
.rl-amen__chips{list-style:none;display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:28px 0 0}
.rl-amen__chips li{background:var(--cream);border:1px solid var(--line);color:var(--taupe);font-size:.8rem;font-weight:500;padding:8px 15px;border-radius:999px}

/* ── Planos ── */
.rl-plans__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}
.rl-plan{position:relative;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;cursor:pointer;padding:0;font-family:inherit;transition:box-shadow .25s,transform .2s}
.rl-plan:hover{box-shadow:0 16px 40px rgba(43,42,38,.14);transform:translateY(-2px)}
.rl-plan__media{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--cream)}
.rl-plan__media img{width:100%;height:100%;object-fit:cover;transition:filter .3s}
.rl-plans:not(.is-unlocked) .rl-plan__media img{filter:blur(9px) grayscale(.3)}
.rl-plan__lock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:rgba(0,159,151,.92);color:#fff;transition:opacity .3s}
.rl-plans.is-unlocked .rl-plan__lock{opacity:0;pointer-events:none}
.rl-plan__lock svg{width:22px;height:22px;fill:currentColor}
.rl-plan__name{display:block;padding:11px;text-align:center;font-size:.82rem;font-weight:600;color:var(--taupe);letter-spacing:.05em}
.rl-plans__cta{margin-top:30px;text-align:center}

/* ── Renta / FAQ ── */
.rl-renta{background:var(--taupe);color:#fff}
.rl-renta .rl-eyebrow{color:#8fe8e2}
.rl-renta__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,4vw,56px);align-items:center}
.rl-renta__media img{border-radius:16px;width:100%;box-shadow:0 26px 60px rgba(0,0,0,.28)}
.rl-renta__panel h2{color:#fff;font-size:clamp(1.6rem,3.2vw,2.4rem);margin-bottom:12px}
.rl-renta__intro{color:rgba(255,255,255,.82);margin-bottom:22px}
.rl-faq details{border-bottom:1px solid rgba(255,255,255,.16)}
.rl-faq summary{list-style:none;cursor:pointer;padding:16px 34px 16px 0;position:relative;font-weight:500;font-size:1.02rem}
.rl-faq summary::-webkit-details-marker{display:none}
.rl-faq summary::after{content:"+";position:absolute;right:4px;top:14px;font-size:1.5rem;color:#8fe8e2;transition:transform .25s}
.rl-faq details[open] summary::after{transform:rotate(45deg)}
.rl-faq p{margin:0 0 16px;color:rgba(255,255,255,.78);font-size:.96rem}
.rl-renta__panel .rl-btn{margin-top:26px}

/* ── Footer ── */
.rl-footer{background:#0b2b29;color:#fff;padding-block:clamp(44px,6vw,72px)}
.rl-footer .rl-container{display:grid;justify-items:center;text-align:center;gap:26px}
.rl-footer__logo img{height:50px;width:auto;filter:brightness(0) invert(1)}
.rl-footer__salas{display:flex;flex-wrap:wrap;justify-content:center;gap:20px 44px}
.rl-footer__sala{max-width:280px}
.rl-footer__sala-label{display:block;color:#8fe8e2;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px}
.rl-footer__sala p{margin:0;color:rgba(255,255,255,.75);font-size:.9rem}
.rl-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 26px}
.rl-footer__nav a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.82rem;letter-spacing:.04em}
.rl-footer__nav a:hover{color:#8fe8e2}
.rl-footer__bottom p{color:rgba(255,255,255,.55);font-size:.78rem;margin:0}
.rl-footer__legal{max-width:760px;color:rgba(255,255,255,.5);font-size:.76rem}
.rl-footer__legal summary{cursor:pointer;color:rgba(255,255,255,.7)}
.rl-footer__legal p{margin-top:10px;line-height:1.5}

/* ── Modal ── */
.rl-modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:clamp(12px,3vw,24px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s,visibility .28s}
.rl-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.rl-modal__bg{position:absolute;inset:0;background:rgba(11,43,41,.66);backdrop-filter:blur(7px)}
.rl-modal__dialog{position:relative;z-index:2;width:min(100%,560px);max-height:calc(100svh - 28px);overflow-y:auto;background:var(--cream);border-radius:18px;border-top:4px solid var(--teal);padding:clamp(22px,3vw,34px);box-shadow:0 30px 80px rgba(0,40,38,.4);transform:translateY(12px) scale(.985);transition:transform .28s}
.rl-modal.is-open .rl-modal__dialog{transform:none}
.rl-modal__close{position:absolute;top:12px;right:12px;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--taupe);font-size:23px;line-height:1;cursor:pointer}
.rl-modal__close:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
.rl-modal__head{padding:0 42px 14px 0;margin-bottom:16px;border-bottom:1px solid var(--line)}
.rl-modal__head h2{color:var(--taupe);font-size:clamp(1.4rem,2.4vw,1.8rem);margin:4px 0}
.rl-modal__head p{margin:0;color:var(--muted);font-size:.86rem}
body.rl-lock{overflow:hidden}

/* ── Lightbox ── */
.rl-lightbox{position:fixed;inset:0;z-index:2100;display:grid;place-items:center;background:rgba(11,43,41,.9);padding:24px}
.rl-lightbox[hidden]{display:none}
.rl-lightbox img{max-width:92vw;max-height:88vh;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.rl-lightbox__close{position:absolute;top:18px;right:22px;width:44px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:transparent;color:#fff;font-size:26px;cursor:pointer}

/* ── 404 ── */
.rl404{position:relative;min-height:100vh;display:grid;place-items:center;padding:40px;color:#fff;text-align:center;overflow:hidden}
.rl404__media{position:absolute;inset:0;z-index:0}
.rl404__media img{width:100%;height:100%;object-fit:cover}
.rl404__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(rgba(0,50,48,.75),rgba(11,43,41,.92))}
.rl404__inner{position:relative;z-index:2;max-width:640px}
.rl404__code{display:inline-block;border:1px solid rgba(143,232,226,.5);color:#8fe8e2;letter-spacing:.4em;text-transform:uppercase;font-size:.75rem;padding:9px 20px;margin-bottom:22px}
.rl404__title{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:16px}
.rl404__text{color:rgba(255,255,255,.82);margin-bottom:30px}
.rl404__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}

/* ── Chat ── */
.rl-chat{position:fixed;bottom:24px;right:24px;z-index:1500;font-family:var(--font)}
.rl-chat__bubble{position:relative;display:flex;align-items:center;justify-content:center;width:62px;height:62px;border:0;border-radius:50%;background:linear-gradient(145deg,#2ADF72,#1DA851);color:#fff;cursor:pointer;box-shadow:0 6px 24px rgba(11,43,41,.35);transition:transform .25s,box-shadow .25s,opacity .4s;opacity:0;transform:translateY(16px) scale(.8);pointer-events:none}
.rl-chat.is-ready .rl-chat__bubble{opacity:1;transform:none;pointer-events:auto}
.rl-chat__bubble:hover{transform:scale(1.06)}
.rl-chat__bubble-label{display:none}
.rl-chat__badge{position:absolute;top:-3px;right:-3px;min-width:21px;height:21px;padding:0 6px;border-radius:11px;background:var(--teal);color:#fff;font-size:11.5px;font-weight:700;line-height:21px;text-align:center}
.rl-chat.is-open .rl-chat__badge{display:none}
.rl-chat__panel{position:absolute;bottom:78px;right:0;width:min(360px,calc(100vw - 32px));background:var(--cream);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 64px rgba(0,40,38,.4);overflow:hidden;animation:rlIn .3s ease}
@keyframes rlIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.rl-chat__head{display:flex;align-items:center;gap:12px;padding:16px 18px;background:linear-gradient(160deg,#0f3d3a,#0b2b29);color:#fff}
.rl-chat__avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid #8fe8e2;color:#8fe8e2;font-weight:600;font-size:14px}
.rl-chat__meta{display:flex;flex-direction:column;line-height:1.3}
.rl-chat__meta strong{font-size:15px}
.rl-chat__meta span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:2px}
.rl-chat__meta span::before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#2ADF72;vertical-align:1px}
.rl-chat__close{margin-left:auto;border:0;background:none;color:rgba(255,255,255,.6);font-size:22px;cursor:pointer}
.rl-chat__close:hover{color:#8fe8e2}
.rl-chat__body{display:flex;flex-direction:column;gap:9px;max-height:min(400px,55vh);padding:16px;overflow-y:auto}
.rl-chat__msg{max-width:88%;padding:11px 15px;border-radius:14px 14px 14px 4px;font-size:13.5px;font-weight:300;line-height:1.5;color:#2E3A3E;background:#fff;border:1px solid var(--line);animation:rlIn .28s ease}
.rl-chat__msg strong{font-weight:600;color:var(--taupe)}
.rl-chat__msg--user{align-self:flex-end;border-radius:14px 14px 4px 14px;background:var(--teal);color:#fff;border:0;font-weight:400}
.rl-chat__opts{display:flex;flex-wrap:wrap;gap:8px}
.rl-chat__opt{border:1px solid var(--teal);border-radius:999px;background:transparent;color:var(--teal);font-size:11.5px;font-weight:600;letter-spacing:.06em;padding:9px 15px;cursor:pointer;transition:background .2s,color .2s}
.rl-chat__opt:hover{background:var(--teal);color:#fff}
.rl-chat__inputrow{display:flex;gap:8px;align-items:center}
.rl-chat__input{flex:1;min-width:0;border:0;border-bottom:1px solid var(--line);background:transparent;padding:10px 2px;font-size:14px;font-family:inherit;color:var(--ink);outline:none}
.rl-chat__input:focus{border-color:var(--teal)}
.rl-chat__send{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--teal);border-radius:50%;background:transparent;color:var(--teal);cursor:pointer;flex:none}
.rl-chat__send:hover{background:var(--teal);color:#fff}
.rl-chat__send svg{width:16px;height:16px}
.rl-chat__go{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;border:0;border-radius:10px;background:#25D366;color:#fff;font-size:14px;font-weight:600;padding:13px;cursor:pointer}
.rl-chat__go svg{width:17px;height:17px;fill:currentColor}
.rl-chat__typing{display:inline-flex;gap:4px;padding:12px 15px;background:#fff;border:1px solid var(--line);border-radius:14px 14px 14px 4px;width:max-content}
.rl-chat__typing i{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:rlType 1.1s infinite}
.rl-chat__typing i:nth-child(2){animation-delay:.15s}.rl-chat__typing i:nth-child(3){animation-delay:.3s}
@keyframes rlType{0%,60%,100%{opacity:.4}30%{opacity:1;transform:translateY(-3px)}}

/* ── Responsive ── */
@media (max-width:980px){
  .rl-hero__inner,.rl-proyecto__grid,.rl-renta__grid{grid-template-columns:1fr}
  .rl-hero__formwrap{max-width:none;justify-self:stretch}
  .rl-renta__media{order:-1}
}
@media (max-width:820px){
  .rl-nav__links,.rl-nav__cta{display:none}
  .rl-nav-toggle{display:flex}
  .rl-hero{min-height:auto}
  .rl-hero__formwrap{display:none}
  .rl-hero__inner{padding-block:calc(var(--head-h) + 40px) 60px;min-height:100svh;align-content:center}
  .rl-chat{left:0;right:0;bottom:0}
  .rl-chat__bubble{width:100%;height:auto;min-height:58px;border-radius:0;gap:11px;padding:15px;opacity:1!important;transform:none!important;pointer-events:auto!important}
  .rl-chat__bubble-label{display:inline-block;color:#fff;font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
  .rl-chat__badge{display:none}
  .rl-chat__panel{left:8px;right:8px;bottom:66px;width:auto}
  body.rodadero-living{padding-bottom:60px}
}
@media (max-width:520px){
  .rl-form{grid-template-columns:1fr}
  .rl-hero__title{font-size:2rem}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important}}

/* ═══════════ Refinamientos ═══════════ */
/* Bordes redondeados SOLO en botones (lo demás recto y arquitectónico) */
.rl-hero__card,.rl-modal__dialog,.rl-modal__close,
.rl-form input:not([type=checkbox]),.rl-form select,
.rl-proyecto__media img,.rl-renta__media img,
.rl-amen__card,.rl-plan,.rl-plan__media,.rl-amen__chips li,.rl-lightbox img{border-radius:0!important}

/* Títulos en dos partes: light + bold, MISMO tamaño, en línea */
.rl-title{display:block;color:var(--teal);text-transform:uppercase;letter-spacing:.01em;margin:0 0 8px;line-height:1.12}
.rl-title em{font-style:italic;font-weight:300;letter-spacing:.04em}
.rl-title strong{font-weight:800}
.rl-title em,.rl-title strong{font-size:clamp(1.5rem,3.2vw,2.35rem)}
.rl-break .rl-title,.rl-break .rl-title *{color:#fff}
.rl-renta .rl-title{color:#fff}
.rl-renta .rl-title em{color:#8fe8e2}
.rl-section-head .rl-title{margin-bottom:8px}

/* Hero: título light/bold, mismo tamaño; el precio en una sola línea */
.rl-hero__title{display:flex;flex-direction:column;max-width:none;gap:2px}
.rl-hero__title em{font-style:italic;font-weight:300;color:#fff;letter-spacing:.01em}
.rl-hero__title strong{font-weight:800;color:#8fe8e2;line-height:1.06;white-space:nowrap}
.rl-hero__title em,.rl-hero__title strong{font-size:clamp(1.6rem,3vw,2.3rem)}

/* Amenidades: bloque centrado bajo el carrusel */
.rl-amen__foot{text-align:center;max-width:780px;margin-inline:auto;margin-top:clamp(30px,4vw,50px)}
.rl-amen__foot .rl-title{margin-bottom:14px}
.rl-amen__foot>p{color:var(--muted);margin:0 auto 24px;max-width:60ch}
.rl-amen__foot .rl-amen__chips{justify-content:center;margin-top:30px}

/* Planos: título+texto a la izquierda, botón a la derecha (misma línea) */
.rl-plans__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.rl-plans__head .rl-section-head{margin-bottom:0;max-width:640px}
.rl-plans__cta-top{flex:none}
.rl-plans__cta-bottom{display:none;text-align:center;margin-top:26px}
@media (max-width:860px){
  .rl-plans__head{flex-direction:column;align-items:flex-start}
  .rl-plans__cta-top{display:none}
  .rl-plans__cta-bottom{display:block}
}

/* Ubicación: texto centrado abajo (como el sitio original) */
.rl-break{align-items:flex-end;min-height:82vh}
.rl-break__inner{max-width:920px;margin-inline:auto;text-align:center;padding-block:0 clamp(38px,6vw,66px)}
.rl-break__inner p{margin-inline:auto;max-width:70ch}
.rl-break .rl-btn{margin-top:6px}

/* Eyebrows/labels: más pequeños y con opacidad */
.rl-eyebrow{font-size:.6rem;opacity:.7;letter-spacing:.2em}

/* Rentabilidad: fondo crema (como las demás) + piscina con símbolo */
.rl-renta{background:var(--cream)!important;color:var(--ink)}
.rl-renta .rl-title,.rl-renta .rl-title em{color:var(--teal)}
.rl-renta__intro{color:var(--muted)}
.rl-faq details{border-bottom:1px solid var(--line)}
.rl-faq summary{color:var(--ink)}
.rl-faq summary::after{color:var(--teal)}
.rl-faq p{color:var(--muted)}
.rl-renta__media{position:relative;aspect-ratio:4/5;overflow:hidden;box-shadow:0 26px 60px rgba(43,42,38,.16)}
.rl-renta__pool{width:100%;height:100%;object-fit:cover}
.rl-renta__symbol{position:absolute!important;inset:0;margin:auto;height:72%;width:auto;object-fit:contain;opacity:.5;pointer-events:none;box-shadow:none!important}

/* Amenidades: carrusel que se mueve con el scroll */
.rl-amen__viewport{overflow:hidden;padding:clamp(22px,3vw,38px) 0}
.rl-amen__track{display:flex;gap:18px;will-change:transform;padding-left:clamp(18px,4vw,44px)}
.rl-amen__card{flex:0 0 clamp(280px,30vw,400px)}
.rl-amen__card img{height:clamp(240px,26vw,320px)}

/* Planos: carrusel horizontal con flechas (aparecen en hover) */
.rl-plans__wrap{position:relative;margin-top:8px}
.rl-plans__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px clamp(18px,4vw,44px) 22px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.rl-plans__track::-webkit-scrollbar{display:none}
.rl-plan{flex:0 0 clamp(240px,26vw,300px);scroll-snap-align:start;display:flex;flex-direction:column;text-align:left;background:#fff}
.rl-plan__info{padding:14px 16px 16px}
.rl-plan__name{display:block;font-weight:700;color:var(--taupe);font-size:.98rem;letter-spacing:.04em}
.rl-plan__desc{display:block;color:var(--muted);font-size:.82rem;margin-top:4px;line-height:1.35}
.rl-plans__arrow{position:absolute;top:38%;transform:translateY(-50%);z-index:3;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:var(--teal);color:#fff;cursor:pointer;box-shadow:0 6px 18px rgba(0,60,58,.32);opacity:0;transition:opacity .25s,background .2s}
.rl-plans__wrap:hover .rl-plans__arrow{opacity:1}
.rl-plans__arrow:hover{background:var(--teal-d)}
.rl-plans__arrow:disabled{opacity:0!important;pointer-events:none}
.rl-plans__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.rl-plans__arrow--prev{left:12px}.rl-plans__arrow--next{right:12px}
@media (hover:none){.rl-plans__arrow{display:none}}
@media (max-width:820px){.rl-amen__card{flex-basis:78vw}.rl-amen__card img{height:56vw}}

/* ═══════════════ Sistema de diseño v4 ═══════════════ */
body.rodadero-living{font-size:15px}
h1,h2,h3,.rl-title{text-wrap:balance}
p{text-wrap:pretty}

/* Navbar: fondo verdoso translúcido al hacer scroll + items mayúscula */
.rl-nav-mobile{opacity:0;visibility:hidden;transition:transform .35s ease,opacity .3s ease,visibility .3s ease}
.rl-nav-mobile.is-open{opacity:1;visibility:visible}
@media (min-width:821px){.rl-nav-mobile{display:none}}
.rl-nav__links a{text-transform:uppercase;font-size:.7rem;letter-spacing:.11em;font-weight:600}
.rl-header.is-scrolled{background:rgba(0,159,151,.9)!important;box-shadow:0 6px 22px rgba(0,60,58,.2)}
.rl-header.is-scrolled .rl-nav__links a{color:#fff}
.rl-header.is-scrolled .rl-nav-toggle span{background:#fff}
.rl-header.is-scrolled .rl-nav__cta{background:#fff!important;border-color:#fff!important;color:var(--teal)!important}

/* Títulos: MAYÚSCULA, dos líneas (light arriba / bold abajo con enter), compactos */
.rl-title{text-transform:uppercase;line-height:1.08;letter-spacing:.005em}
.rl-title em{display:block;font-style:italic;font-weight:300}
.rl-title strong{display:block;font-weight:800}
.rl-title em,.rl-title strong{font-size:clamp(1.3rem,2.4vw,1.9rem)}
.rl-hero__title em,.rl-hero__title strong{font-size:clamp(1.45rem,2.7vw,2.05rem)}
.rl-section-head p,.rl-proyecto__body p,.rl-hero__copy,.rl-amen__foot>p,.rl-renta__intro,.rl-break__inner p{font-size:.92rem}
.rl-hero__copy{max-width:38ch}

/* HERO: sin overlay pesado (solo degradado suave a la izquierda) */
.rl-hero__overlay{background:linear-gradient(95deg,rgba(0,42,40,.6) 0%,rgba(0,42,40,.28) 42%,rgba(0,42,40,.05) 65%,transparent 80%)}
.rl-hero__inner{padding-block:calc(var(--head-h) + 22px) 34px}

/* HERO FORM: fondo verdoso translúcido, inputs con línea blanca, labels blancos, compacto */
.rl-hero__card{background:rgba(0,86,82,.55)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16);border-top:1px solid rgba(255,255,255,.16)!important;color:#fff;padding:clamp(18px,1.8vw,24px)!important;border-radius:0!important}
.rl-hero__card .rl-eyebrow{color:#9ff0ea}
.rl-hero__card-title{color:#fff;font-size:1.15rem;margin-bottom:12px}
.rl-hero__card .rl-form{gap:9px 16px}
.rl-hero__card .rl-field>span{color:rgba(255,255,255,.82);font-size:.58rem}
.rl-hero__card .rl-form input:not([type=checkbox]),.rl-hero__card .rl-form select{background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.4)!important;border-radius:0!important;color:#fff!important;padding:6px 2px!important;min-height:36px}
.rl-hero__card .rl-form input::placeholder{color:rgba(255,255,255,.5)}
.rl-hero__card .rl-form input:focus,.rl-hero__card .rl-form select:focus{border-bottom-color:#fff!important;box-shadow:none!important}
.rl-hero__card .rl-form select{background-image:linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%);background-position:calc(100% - 8px) center,calc(100% - 3px) center;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.rl-hero__card .rl-form select option{color:var(--ink)}
.rl-hero__card .rl-check{margin-top:2px}
.rl-hero__card .rl-check span{color:rgba(255,255,255,.78);font-size:.68rem}
.rl-hero__card .rl-check input{accent-color:#9ff0ea}
.rl-hero__card .rl-form__submit{background:#fff;color:var(--teal-d);margin-top:4px}
.rl-hero__card .rl-form__submit:hover{background:#9ff0ea;color:var(--teal-d)}

/* PROYECTO: título más pequeño, items elegantes */
.rl-proyecto__list{gap:11px;margin:18px 0 24px}
.rl-proyecto__list li{padding-left:24px;font-weight:400;color:var(--taupe);font-size:.94rem}
.rl-proyecto__list li::before{content:"";position:absolute;left:0;top:.62em;width:11px;height:1.5px;background:var(--teal);transform:none;border:0}

/* UBICACIÓN: sin overlay completo, solo degradado verdoso abajo */
.rl-break__overlay{background:linear-gradient(to top,rgba(0,50,48,.9) 0%,rgba(0,50,48,.5) 22%,rgba(0,50,48,.1) 42%,transparent 58%)}
.rl-break__inner h2,.rl-break__inner .rl-title{margin-bottom:10px}
.rl-break__inner p{font-size:.9rem;max-width:64ch}

/* AMENIDADES: chips flotantes con opacidad (reaccionan al mouse) */
.rl-amen__chips li{background:rgba(0,159,151,.07);border:1px solid rgba(0,159,151,.22);color:var(--teal);opacity:.72;transition:opacity .35s ease,transform .35s ease,background-color .3s ease,box-shadow .3s ease;will-change:transform}
.rl-amen__chips:hover li{opacity:1}
.rl-amen__chips li:hover{background:rgba(0,159,151,.16);box-shadow:0 8px 20px rgba(0,159,151,.18)}
.rl-amen__foot>p{font-size:.92rem}

/* PLANOS: header alineado, cards modo Rodadero */
.rl-plans__head{align-items:center}
.rl-plans__head .rl-section-head p{margin-top:8px}
.rl-plan{border:1px solid var(--line);transition:box-shadow .3s ease,transform .25s ease,border-color .3s ease}
.rl-plan:hover{border-color:var(--teal);box-shadow:0 18px 44px rgba(0,60,58,.14)}
.rl-plan__info{border-top:2px solid var(--teal);padding:13px 16px 16px}
.rl-plan__name{color:var(--teal);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem}
.rl-plan__desc{color:var(--muted);font-size:.8rem}

/* RENTA: FAQ minimalista, sin negritas, animación suave */
.rl-renta__intro{font-size:.92rem}
.rl-faq summary{font-weight:400;font-size:.95rem;padding-block:15px;transition:color .2s ease}
.rl-faq summary:hover{color:var(--teal)}
.rl-faq details{border-bottom:1px solid var(--line)}
.rl-faq p{font-weight:300;font-size:.9rem}
.rl-faq details[open] p{animation:rlFaqIn .32s ease}
@keyframes rlFaqIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

/* LIGHTBOX: flechas de navegación */
.rl-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(0,50,48,.4);color:#fff;cursor:pointer;transition:background .2s ease}
.rl-lightbox__nav:hover{background:var(--teal)}
.rl-lightbox__nav svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.rl-lightbox__prev{left:20px}.rl-lightbox__next{right:20px}
@media (max-width:520px){.rl-lightbox__nav{width:42px;height:42px}.rl-lightbox__prev{left:8px}.rl-lightbox__next{right:8px}}

/* ═══════════════ Ajustes v5 ═══════════════ */
/* Navbar: toggle a la derecha (ya no pegado al logo) */
.rl-nav-toggle{margin-left:auto}
.rl-brand img{transition:filter .3s ease}

/* Proyecto: imagen más baja (proporción correcta) */
.rl-proyecto__media{aspect-ratio:4/3;overflow:hidden;border-radius:0}
.rl-proyecto__media img{width:100%;height:100%;object-fit:cover;border-radius:0!important;box-shadow:none}
.rl-proyecto__media{box-shadow:0 26px 60px rgba(43,42,38,.16)}

/* Footer: logo tipográfico grande con scroll-drift + dos logos blancos */
.rl-footer{position:relative;overflow:hidden}
.rl-footer__mark{position:absolute;top:8px;left:50%;transform:translateX(-50%);white-space:nowrap;font-weight:800;font-size:clamp(3rem,13vw,9.5rem);line-height:1;letter-spacing:.02em;text-transform:uppercase;color:rgba(255,255,255,.045);pointer-events:none;user-select:none;will-change:transform}
.rl-footer .rl-container{position:relative;z-index:1;padding-top:clamp(30px,7vw,60px)}
.rl-footer__logos{display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,40px);flex-wrap:wrap}
.rl-footer__logo{height:46px;width:auto;filter:brightness(0) invert(1);opacity:.95}
.rl-footer__logo--jim{height:40px}
.rl-footer__sep{width:1px;height:34px;background:rgba(255,255,255,.22)}

/* Móvil: hero y navbar centrados + barra WhatsApp elegante */
@media (max-width:820px){
  .rl-hero__inner{text-align:center}
  .rl-hero__text{align-items:center}
  .rl-hero__eyebrow,.rl-hero .rl-eyebrow{margin-inline:auto}
  .rl-hero__title{align-items:center}
  .rl-hero__copy{margin-inline:auto;max-width:42ch}
  .rl-hero__actions{justify-content:center}
  .rl-nav{justify-content:space-between}
  .rl-footer__sep{display:none}
  .rl-chat__bubble{background:linear-gradient(90deg,#1DA851 0%,#25D366 100%);border-radius:18px 18px 0 0;box-shadow:0 -10px 34px rgba(0,60,58,.4);gap:12px;font-weight:600;min-height:62px}
  .rl-chat__bubble svg{width:20px;height:20px;padding:6px;background:rgba(255,255,255,.2);border-radius:50%;box-sizing:content-box}
  .rl-chat__bubble-label{letter-spacing:.13em;font-size:13px}
}

/* ═══════════════ Formularios elegantes v6 ═══════════════ */
/* Modal = mismo estilo que el hero (fondo verdoso, inputs de línea blanca) */
.rl-modal__dialog{background:linear-gradient(162deg,#0e5852 0%,#0a3d39 100%)!important;border-top:3px solid var(--teal)!important;color:#fff}
.rl-modal__head{border-bottom-color:rgba(255,255,255,.16)!important}
.rl-modal__head .rl-eyebrow{color:#9ff0ea}
.rl-modal__head h2{color:#fff!important}
.rl-modal__head p{color:rgba(255,255,255,.72)!important}
.rl-modal__close{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.32)!important;color:#fff!important}
.rl-modal__close:hover{background:#fff!important;color:var(--teal)!important}

/* Inputs de línea blanca (hero + modal) */
.rl-hero__card .rl-form .rl-field>span,.rl-modal .rl-form .rl-field>span{color:rgba(255,255,255,.82);font-size:.58rem}
.rl-hero__card .rl-form input:not([type=checkbox]),.rl-hero__card .rl-form select,
.rl-modal .rl-form input:not([type=checkbox]),.rl-modal .rl-form select{
  background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.4)!important;border-radius:0!important;color:#fff!important;padding:6px 2px!important;min-height:38px}
.rl-hero__card .rl-form input::placeholder,.rl-modal .rl-form input::placeholder{color:rgba(255,255,255,.5)}
.rl-hero__card .rl-form input:focus,.rl-hero__card .rl-form select:focus,
.rl-modal .rl-form input:focus,.rl-modal .rl-form select:focus{border-bottom-color:#fff!important;box-shadow:none!important}
.rl-hero__card .rl-form input.rl-invalid,.rl-modal .rl-form input.rl-invalid,
.rl-hero__card .rl-form select.rl-invalid,.rl-modal .rl-form select.rl-invalid{border-bottom-color:#ffb4b0!important}
/* dropdown: flechas blancas + lista oscura que combina */
.rl-hero__card .rl-form select,.rl-modal .rl-form select{background-image:linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%);background-position:calc(100% - 8px) center,calc(100% - 3px) center;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.rl-hero__card .rl-form select option,.rl-modal .rl-form select option{background:#0c4a45;color:#fff}
.rl-hero__card .rl-form select option:checked,.rl-modal .rl-form select option:checked{background:var(--teal)}
/* checkbox + botón */
.rl-hero__card .rl-check span,.rl-modal .rl-check span{color:rgba(255,255,255,.78);font-size:.7rem}
.rl-hero__card .rl-check input,.rl-modal .rl-check input{accent-color:#9ff0ea}
.rl-hero__card .rl-form__msg,.rl-modal .rl-form__msg{color:rgba(255,255,255,.85)}
.rl-hero__card .rl-form__submit,.rl-modal .rl-form__submit{background:#fff;color:var(--teal-d)}
.rl-hero__card .rl-form__submit:hover,.rl-modal .rl-form__submit:hover{background:#9ff0ea;color:var(--teal-d)}

/* FIX teléfono: espacio para la bandera + prefijo (que no se sobrepongan) */
.rl-hero__card .iti,.rl-modal .iti{width:100%;display:block}
.rl-hero__card .iti input[type="tel"],.rl-modal .iti input[type="tel"]{padding-left:82px!important}
.rl-hero__card .iti__selected-dial-code,.rl-modal .iti__selected-dial-code{color:#fff}
.rl-hero__card .iti__selected-country,.rl-modal .iti__selected-country{background:transparent}
.rl-hero__card .iti__selected-country:hover,.rl-modal .iti__selected-country:hover{background:rgba(255,255,255,.08)}
.iti__dropdown-content,.iti__country-list{background:#0c4a45;color:#fff;border:1px solid rgba(255,255,255,.18)}
.iti__country.iti__highlight,.iti__country:hover{background:rgba(255,255,255,.12)}
.iti__search-input{background:#0c4a45;color:#fff;border-color:rgba(255,255,255,.2)}

/* ═══════════════ Ajustes finales Rodadero v7 ═══════════════ */
/* Hero: precio y titular en mayúscula, copy más compacta y bloque alineado con el formulario */
.rl-hero{min-height:100svh}
.rl-hero__inner{align-items:end;min-height:100svh}
.rl-hero__text{align-self:end;padding-bottom:0}
.rl-hero__formwrap{align-self:end}
.rl-hero__title{text-transform:uppercase;gap:4px}
.rl-hero__title em,.rl-hero__title strong{font-size:clamp(1.38rem,2.45vw,1.95rem);letter-spacing:.025em}
.rl-hero__title strong{white-space:normal;color:#fff}
.rl-hero__copy{max-width:42ch;font-size:.88rem;line-height:1.52;margin-top:16px;color:rgba(255,255,255,.92)}
.rl-hero__actions{margin-top:26px}

/* Sección proyecto: imagen alta como pieza protagonista */
.rl-proyecto__grid{align-items:center}
.rl-proyecto__media{height:85svh;min-height:560px;aspect-ratio:auto}
.rl-proyecto__media img{height:100%;object-fit:cover;object-position:center top}

/* Ubicación: imagen más alta y degradado solo detrás del texto */
.rl-break{min-height:92svh;align-items:flex-end}
.rl-break__overlay{display:none}
.rl-break__inner{
  width:min(calc(100% - 36px),760px);
  max-width:760px;
  margin:0 auto clamp(28px,5vw,54px);
  padding:clamp(20px,3vw,30px);
  text-align:center;
  background:linear-gradient(180deg,rgba(0,75,70,.08) 0%,rgba(0,75,70,.64) 34%,rgba(0,75,70,.92) 100%);
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
}
.rl-break__inner .rl-title em,.rl-break__inner .rl-title strong{font-size:clamp(1.05rem,2vw,1.55rem)}
.rl-break__inner p{max-width:62ch;margin-bottom:18px;font-size:.84rem;line-height:1.48}
.rl-break__inner .rl-btn{min-height:46px;padding:12px 28px}

/* Amenidades: chips casi invisibles hasta hover, flotando dentro de la sección */
.rl-amen{position:relative;overflow:hidden}
.rl-amen__chips{
  position:relative;
  min-height:190px;
  margin-top:28px;
  display:block;
}
.rl-amen__chips li{
  position:absolute;
  left:var(--chip-x,50%);
  top:var(--chip-y,50%);
  transform:translate(-50%,-50%);
  opacity:.055;
  background:rgba(0,159,151,.06);
  border-color:rgba(0,159,151,.16);
  box-shadow:0 10px 28px rgba(0,80,76,.06);
  transition:opacity .45s ease,background-color .35s ease,box-shadow .35s ease,transform .45s ease;
}
.rl-amen__chips:hover li,.rl-amen__chips.is-active li{opacity:.38}
.rl-amen__chips li:hover{opacity:.78;background:rgba(0,159,151,.16);box-shadow:0 16px 34px rgba(0,80,76,.14)}
.rl-amen__chips li:nth-child(1){--chip-x:13%;--chip-y:25%}.rl-amen__chips li:nth-child(2){--chip-x:31%;--chip-y:18%}
.rl-amen__chips li:nth-child(3){--chip-x:52%;--chip-y:28%}.rl-amen__chips li:nth-child(4){--chip-x:72%;--chip-y:18%}
.rl-amen__chips li:nth-child(5){--chip-x:88%;--chip-y:32%}.rl-amen__chips li:nth-child(6){--chip-x:18%;--chip-y:55%}
.rl-amen__chips li:nth-child(7){--chip-x:39%;--chip-y:49%}.rl-amen__chips li:nth-child(8){--chip-x:61%;--chip-y:55%}
.rl-amen__chips li:nth-child(9){--chip-x:82%;--chip-y:58%}.rl-amen__chips li:nth-child(10){--chip-x:9%;--chip-y:82%}
.rl-amen__chips li:nth-child(11){--chip-x:27%;--chip-y:78%}.rl-amen__chips li:nth-child(12){--chip-x:48%;--chip-y:83%}
.rl-amen__chips li:nth-child(13){--chip-x:70%;--chip-y:79%}.rl-amen__chips li:nth-child(14){--chip-x:91%;--chip-y:82%}
.rl-amen__chips li:nth-child(15){--chip-x:17%;--chip-y:39%}.rl-amen__chips li:nth-child(16){--chip-x:44%;--chip-y:65%}
.rl-amen__chips li:nth-child(17){--chip-x:66%;--chip-y:37%}.rl-amen__chips li:nth-child(18){--chip-x:83%;--chip-y:45%}
.rl-amen__chips li:nth-child(19){--chip-x:34%;--chip-y:34%}.rl-amen__chips li:nth-child(20){--chip-x:57%;--chip-y:74%}

/* Planos: más aire en el carrusel y descripción con badges */
.rl-plans__wrap{padding-block:12px 4px}
.rl-plans__track{padding:18px clamp(24px,6vw,78px) 30px;gap:22px}
.rl-plans__intro{margin-top:10px}
.rl-plans__intro p{margin:0;color:var(--muted);font-size:.92rem}
.rl-plans__intro ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.rl-plans__intro li{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 13px;
  background:#fff;
  border:1px solid rgba(0,159,151,.22);
  color:var(--teal-d);
  font-size:.76rem;
  font-weight:600;
  letter-spacing:.02em;
  box-shadow:0 10px 24px rgba(43,42,38,.05);
}
.rl-plan{flex-basis:clamp(250px,27vw,315px)}
.rl-plan__desc{font-size:.78rem}
.rl-plans__arrow--prev{left:24px}.rl-plans__arrow--next{right:24px}

/* Footer: verde del sistema, fondo solicitado y logos alineados */
.rl-footer{
  background-color:var(--teal-d);
  background-image:linear-gradient(180deg,rgba(0,126,120,.9),rgba(0,76,72,.94)),url("https://rodaderoliving.com/wp-content/uploads/2025/09/Fondo-final.avif");
  background-size:cover;
  background-position:center;
}
.rl-footer__mark{color:rgba(255,255,255,.07)}
.rl-footer__logos{align-items:center}
.rl-footer__logo,.rl-footer__logo--jim{height:52px;width:190px;object-fit:contain;object-position:center;filter:brightness(0) invert(1);opacity:1}
.rl-footer__sep{height:42px;background:rgba(255,255,255,.34)}

@media (max-width:980px){
  .rl-proyecto__media{height:75svh;min-height:460px}
}
@media (max-width:820px){
  .rl-hero__inner{align-items:center}
  .rl-hero__text{padding-bottom:0}
  .rl-hero__copy{font-size:.86rem;max-width:35ch}
  .rl-break{min-height:88svh}
  .rl-break__inner{width:min(calc(100% - 28px),620px);margin-bottom:24px;padding:20px 18px}
  .rl-amen__chips{min-height:260px}
  .rl-amen__chips li{font-size:.72rem;padding:7px 11px}
  .rl-plans__track{padding-inline:22px}
  .rl-footer__logo,.rl-footer__logo--jim{width:170px;height:48px}
}
@media (max-width:520px){
  .rl-hero__title em,.rl-hero__title strong{font-size:1.42rem}
  .rl-hero__actions .rl-btn{width:100%;min-height:48px}
  .rl-proyecto__media{height:75svh;min-height:420px}
  .rl-break__inner .rl-title em,.rl-break__inner .rl-title strong{font-size:1.05rem}
}

/* Scroll reveal: sutil, limpio y profesional */
.rl-reveal{opacity:0;transform:translateY(14px);filter:blur(3px);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1),filter .52s cubic-bezier(.22,1,.36,1);transition-delay:var(--rl-delay,0ms);will-change:opacity,transform,filter}
.rl-reveal.is-visible{opacity:1;transform:none;filter:blur(0)}

/* ═══════════════ Ajustes puntuales v8 ═══════════════ */
/* Hero: copy un poco más largo, sin partir el rango de metrajes */
.rl-hero__copy{max-width:49ch;font-size:.9rem}

/* Ubicación: el degradado ocupa todo el ancho de la sección */
.rl-break__overlay{
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:auto;
  height:42%;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,78,72,0) 0%,rgba(0,78,72,.58) 32%,rgba(0,78,72,.94) 100%);
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
}
.rl-break__inner{
  width:100%;
  max-width:920px;
  margin:0 auto clamp(26px,5vw,50px);
  padding:clamp(16px,2.4vw,24px) clamp(18px,4vw,44px);
  background:none;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}

/* Amenidades: botones flotando alrededor del texto, solo escritorio */
@media (min-width:821px){
  .rl-amen__foot{
    position:relative;
    max-width:1080px;
    min-height:360px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding-inline:260px;
  }
  .rl-amen__foot .rl-title,.rl-amen__foot>p,.rl-amen__foot>.rl-btn{position:relative;z-index:2}
  .rl-amen__chips{
    position:absolute;
    inset:0;
    min-height:0;
    margin:0;
    display:block;
    pointer-events:auto;
    z-index:1;
  }
  .rl-amen__chips li{
    opacity:.07;
    background:rgba(0,159,151,.055);
    box-shadow:0 12px 34px rgba(0,80,76,.055);
  }
  .rl-amen__chips:hover li,.rl-amen__chips.is-active li{opacity:.34}
  .rl-amen__chips li:hover{opacity:.78}
  .rl-amen__chips li:nth-child(1){--chip-x:13%;--chip-y:21%}.rl-amen__chips li:nth-child(2){--chip-x:83%;--chip-y:20%}
  .rl-amen__chips li:nth-child(3){--chip-x:22%;--chip-y:32%}.rl-amen__chips li:nth-child(4){--chip-x:75%;--chip-y:33%}
  .rl-amen__chips li:nth-child(5){--chip-x:8%;--chip-y:45%}.rl-amen__chips li:nth-child(6){--chip-x:92%;--chip-y:43%}
  .rl-amen__chips li:nth-child(7){--chip-x:19%;--chip-y:55%}.rl-amen__chips li:nth-child(8){--chip-x:80%;--chip-y:56%}
  .rl-amen__chips li:nth-child(9){--chip-x:10%;--chip-y:70%}.rl-amen__chips li:nth-child(10){--chip-x:91%;--chip-y:69%}
  .rl-amen__chips li:nth-child(11){--chip-x:25%;--chip-y:78%}.rl-amen__chips li:nth-child(12){--chip-x:73%;--chip-y:78%}
  .rl-amen__chips li:nth-child(13){--chip-x:16%;--chip-y:86%}.rl-amen__chips li:nth-child(14){--chip-x:86%;--chip-y:86%}
  .rl-amen__chips li:nth-child(15){--chip-x:4%;--chip-y:58%}.rl-amen__chips li:nth-child(16){--chip-x:96%;--chip-y:57%}
  .rl-amen__chips li:nth-child(17){--chip-x:32%;--chip-y:18%}.rl-amen__chips li:nth-child(18){--chip-x:68%;--chip-y:18%}
  .rl-amen__chips li:nth-child(19){--chip-x:32%;--chip-y:88%}.rl-amen__chips li:nth-child(20){--chip-x:68%;--chip-y:88%}
}
@media (max-width:820px){
  .rl-amen__chips{display:none!important}
  .rl-amen__foot{min-height:auto}
}

/* Planos: diagramación interna de cada card */
.rl-plan__info{
  min-height:118px;
  display:grid;
  align-content:start;
  gap:12px;
  text-align:left;
  border-top:2px solid var(--teal);
  padding:16px 16px 18px;
}
.rl-plan__name{
  position:relative;
  padding:0 0 10px;
  text-align:left;
  color:var(--teal);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.82rem;
}
.rl-plan__name::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34px;
  height:1px;
  background:rgba(0,159,151,.42);
}
.rl-plan__features{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.rl-plan__features span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 9px;
  background:rgba(0,159,151,.075);
  color:var(--teal-d);
  border:1px solid rgba(0,159,151,.16);
  font-size:.68rem;
  font-weight:600;
  line-height:1;
}
.rl-plan__desc{display:none}

/* Footer: sin marca gigante de fondo */
.rl-footer__mark{display:none!important}

/* Amenidades v9: fondo crema y chips con zona de seguridad alrededor del texto */
.rl-amen{background:var(--cream)!important}
.rl-amen__foot .rl-title,.rl-amen__foot>p,.rl-amen__foot>.rl-btn{
  position:relative;
  z-index:3;
}
@media (min-width:821px){
  .rl-amen__foot{
    max-width:1160px;
    min-height:420px;
    padding-inline:310px;
    margin-top:clamp(24px,3.4vw,42px);
  }
  .rl-amen__foot::before{
    content:"";
    position:absolute;
    z-index:1;
    left:50%;
    top:50%;
    width:min(520px,46vw);
    height:250px;
    transform:translate(-50%,-50%);
    background:radial-gradient(ellipse at center,rgba(247,245,234,.98) 0%,rgba(247,245,234,.92) 48%,rgba(247,245,234,0) 76%);
    pointer-events:none;
  }
  .rl-amen__foot::after{
    content:"";
    position:absolute;
    z-index:1;
    left:50%;
    top:50%;
    width:min(560px,48vw);
    height:270px;
    transform:translate(-50%,-50%);
    border:1px solid rgba(0,159,151,.08);
    opacity:.55;
    pointer-events:none;
  }
  .rl-amen__chips li{
    opacity:.09;
    background:rgba(255,255,255,.42);
    border-color:rgba(0,159,151,.13);
  }
  .rl-amen__chips:hover li,.rl-amen__chips.is-active li{opacity:.32}
  .rl-amen__chips li:hover{opacity:.7;background:rgba(255,255,255,.72)}
  .rl-amen__chips li:nth-child(1){--chip-x:10%;--chip-y:16%}.rl-amen__chips li:nth-child(2){--chip-x:90%;--chip-y:16%}
  .rl-amen__chips li:nth-child(3){--chip-x:18%;--chip-y:28%}.rl-amen__chips li:nth-child(4){--chip-x:82%;--chip-y:28%}
  .rl-amen__chips li:nth-child(5){--chip-x:7%;--chip-y:42%}.rl-amen__chips li:nth-child(6){--chip-x:93%;--chip-y:42%}
  .rl-amen__chips li:nth-child(7){--chip-x:16%;--chip-y:56%}.rl-amen__chips li:nth-child(8){--chip-x:84%;--chip-y:56%}
  .rl-amen__chips li:nth-child(9){--chip-x:8%;--chip-y:72%}.rl-amen__chips li:nth-child(10){--chip-x:92%;--chip-y:72%}
  .rl-amen__chips li:nth-child(11){--chip-x:21%;--chip-y:84%}.rl-amen__chips li:nth-child(12){--chip-x:79%;--chip-y:84%}
  .rl-amen__chips li:nth-child(13){--chip-x:6%;--chip-y:88%}.rl-amen__chips li:nth-child(14){--chip-x:94%;--chip-y:88%}
  .rl-amen__chips li:nth-child(15){--chip-x:24%;--chip-y:17%}.rl-amen__chips li:nth-child(16){--chip-x:76%;--chip-y:17%}
  .rl-amen__chips li:nth-child(17){--chip-x:22%;--chip-y:68%}.rl-amen__chips li:nth-child(18){--chip-x:78%;--chip-y:68%}
.rl-amen__chips li:nth-child(19){--chip-x:27%;--chip-y:91%}.rl-amen__chips li:nth-child(20){--chip-x:73%;--chip-y:91%}
}

/* Planos v10: hover más premium y menos brusco */
.rl-plan{
  isolation:isolate;
  overflow:hidden;
  border-color:rgba(114,105,90,.16)!important;
  box-shadow:0 12px 32px rgba(43,42,38,.055);
  transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .55s cubic-bezier(.22,1,.36,1),border-color .45s ease,background-color .45s ease!important;
}
.rl-plan::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.42) 38%,transparent 58%);
  transform:translateX(-120%);
  transition:opacity .45s ease,transform .85s cubic-bezier(.22,1,.36,1);
}
.rl-plan::after{
  content:"";
  position:absolute;
  inset:auto 18px 0;
  height:2px;
  z-index:3;
  background:linear-gradient(90deg,transparent,var(--teal),transparent);
  opacity:0;
  transform:scaleX(.38);
  transition:opacity .45s ease,transform .55s cubic-bezier(.22,1,.36,1);
}
.rl-plan:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(0,159,151,.28)!important;
  background:#fffef9;
  box-shadow:0 26px 58px rgba(0,60,58,.13),0 8px 18px rgba(43,42,38,.06)!important;
}
.rl-plan:hover::before{opacity:1;transform:translateX(120%)}
.rl-plan:hover::after{opacity:1;transform:scaleX(1)}
.rl-plan__media{position:relative}
.rl-plan__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.24),transparent 42%),linear-gradient(180deg,transparent 58%,rgba(0,159,151,.08));
  opacity:0;
  transition:opacity .5s ease;
  pointer-events:none;
}
.rl-plan__media img{transition:filter .55s ease,transform .65s cubic-bezier(.22,1,.36,1)!important}
.rl-plan:hover .rl-plan__media img{transform:scale(1.035)}
.rl-plans:not(.is-unlocked) .rl-plan:hover .rl-plan__media img{filter:blur(7px) grayscale(.18) saturate(1.08)}
.rl-plan:hover .rl-plan__media::after{opacity:1}
.rl-plan__lock{
  z-index:4;
  box-shadow:0 12px 28px rgba(0,80,76,.24);
  transition:opacity .3s ease,transform .55s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,background-color .35s ease!important;
}
.rl-plan:hover .rl-plan__lock{
  transform:translate(-50%,-50%) scale(1.08);
  background:rgba(0,159,151,.98);
  box-shadow:0 18px 38px rgba(0,80,76,.32);
}
.rl-plan__info{transition:transform .5s cubic-bezier(.22,1,.36,1),background-color .45s ease}
.rl-plan:hover .rl-plan__info{
  transform:translateY(-2px);
  background:linear-gradient(180deg,#fff 0%,#fbfaf1 100%);
}
.rl-plan__features span{transition:background-color .35s ease,border-color .35s ease,transform .35s ease}
.rl-plan:hover .rl-plan__features span{
  background:rgba(0,159,151,.1);
  border-color:rgba(0,159,151,.22);
  transform:translateY(-1px);
}

/* ═══════════════ Capa final de microinteracciones ═══════════════ */
:root{
  --rl-ease-out:cubic-bezier(.22,1,.36,1);
  --rl-ease-soft:cubic-bezier(.2,.8,.2,1);
}
html{scroll-padding-top:calc(var(--head-h) + 14px)}
.rl-header{
  will-change:transform,background-color;
  transition:transform .28s var(--rl-ease-out),background-color .24s ease,box-shadow .24s ease,backdrop-filter .24s ease;
}
.rl-nav__links a,.rl-nav-mobile a,.rl-footer__nav a{
  position:relative;
  transition:color .24s ease,opacity .24s ease,background-color .24s ease,transform .24s var(--rl-ease-out);
}
.rl-nav__links a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:1px;
  background:currentColor;
  opacity:0;
  transform:scaleX(.35);
  transition:opacity .28s ease,transform .38s var(--rl-ease-out);
}
.rl-nav__links a:hover::after,.rl-nav__links a.is-active::after{opacity:.75;transform:scaleX(1)}
.rl-nav__links a.is-active,.rl-footer__nav a.is-active{color:#8fe8e2}

.rl-btn,.rl-form__submit,.rl-chat__bubble,.rl-chat__opt,.rl-chat__send,.rl-chat__go,.rl-modal__close,.rl-plans__arrow{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
  transition:transform .18s var(--rl-ease-out),box-shadow .24s var(--rl-ease-out),background-color .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease;
}
@media (hover:hover){
  .rl-btn:hover,.rl-form__submit:hover,.rl-chat__go:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 34px rgba(0,80,76,.16);
  }
  .rl-btn--outline-light:hover{box-shadow:0 14px 34px rgba(255,255,255,.16)}
}
.rl-btn:active,.rl-form__submit:active,.rl-chat__bubble:active,.rl-chat__opt:active,.rl-chat__send:active,.rl-chat__go:active,.rl-modal__close:active,.rl-plans__arrow:active{
  transform:translateY(1px) scale(.985);
}
.rl-plans__arrow,.rl-plans__arrow:hover,.rl-plans__arrow:active{
  transform:translateY(-50%)!important;
}
.rl-btn:focus-visible,.rl-form__submit:focus-visible,.rl-nav-toggle:focus-visible,.rl-nav-mobile a:focus-visible,.rl-chat button:focus-visible,.rl-modal__close:focus-visible,.rl-plans__arrow:focus-visible{
  outline:2px solid #8fe8e2;
  outline-offset:4px;
}

.rl-form input:not([type=checkbox]),.rl-form select,.rl-chat__input{
  transition:border-color .24s ease,box-shadow .24s ease,background-color .24s ease;
}
.rl-field:focus-within>span{color:#8fe8e2}
.rl-form input.rl-invalid,.rl-form select.rl-invalid{animation:rlFieldNudge .28s var(--rl-ease-soft)}
@keyframes rlFieldNudge{
  0%,100%{transform:translateX(0)}
  35%{transform:translateX(-3px)}
  70%{transform:translateX(3px)}
}

.rl-plans__track{
  scroll-behavior:smooth;
  scroll-snap-stop:always;
  overscroll-behavior-inline:contain;
}
.rl-plan{
  transform-origin:center bottom;
  transition:transform .28s var(--rl-ease-out),box-shadow .28s var(--rl-ease-out),border-color .22s ease,background-color .22s ease!important;
}
.rl-plan::before{display:none}
.rl-plan::after{height:1px;inset:auto 22px 0}
.rl-plan:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 44px rgba(0,60,58,.105),0 4px 12px rgba(43,42,38,.045)!important;
}
.rl-plan:hover .rl-plan__media img{transform:scale(1.018)}
.rl-plan:hover .rl-plan__lock{transform:translate(-50%,-50%) scale(1.035)}
.rl-plan:hover .rl-plan__info{transform:translateY(-1px)}
.rl-plan:active{transform:translateY(-1px) scale(.992)!important}
.rl-plan__media img{transition:filter .24s ease,transform .28s var(--rl-ease-out)!important}
.rl-plan__lock{transition:opacity .2s ease,transform .24s var(--rl-ease-out),box-shadow .22s ease,background-color .2s ease!important}
.rl-plan__info{transition:transform .24s var(--rl-ease-out),background-color .22s ease!important}

.rl-faq details{
  transition:background-color .28s ease,border-color .28s ease;
}
.rl-faq details[open]{background:rgba(255,255,255,.035)}
.rl-faq summary:hover{color:#8fe8e2}
.rl-faq summary::after{transition:transform .32s var(--rl-ease-out),color .24s ease}

@media (max-width:820px){
  body.rl-menu-open{overflow:hidden}
  .rl-header.is-hidden{transform:translateY(-106%)}
  .rl-nav-toggle{
    position:relative;
    border-radius:999px;
    transition:background-color .24s ease,transform .24s var(--rl-ease-out);
  }
  .rl-nav-toggle span{
    width:22px;
    margin-inline:auto;
    transform-origin:center;
    transition:transform .32s var(--rl-ease-out),opacity .22s ease,background-color .24s ease;
  }
  .rl-nav-toggle[aria-expanded="true"]{background:rgba(255,255,255,.13)}
  .rl-nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .rl-nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(.2)}
  .rl-nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .rl-nav-mobile{
    top:var(--head-h);
    min-height:calc(100svh - var(--head-h) - 60px);
    background:linear-gradient(180deg,rgba(0,126,120,.97),rgba(11,43,41,.98));
    backdrop-filter:blur(18px);
    border-top:1px solid rgba(255,255,255,.16);
    box-shadow:0 28px 70px rgba(0,40,38,.32);
    transform:translateY(-10px) scale(.985);
    transform-origin:top center;
    pointer-events:none;
    transition:opacity .22s ease,visibility .22s ease,transform .28s var(--rl-ease-out);
  }
  .rl-nav-mobile.is-open{
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }
  .rl-nav-mobile nav{
    padding-block:18px;
    gap:6px;
  }
  .rl-nav-mobile a{
    border:0;
    border-radius:0;
    padding:15px 18px;
    color:rgba(255,255,255,.9);
    font-size:.82rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    opacity:0;
    transform:translateY(-6px);
    transition-delay:0ms;
  }
  .rl-nav-mobile.is-open a{
    opacity:1;
    transform:none;
  }
  .rl-nav-mobile.is-open a:nth-child(1){transition-delay:45ms}
  .rl-nav-mobile.is-open a:nth-child(2){transition-delay:80ms}
  .rl-nav-mobile.is-open a:nth-child(3){transition-delay:115ms}
  .rl-nav-mobile.is-open a:nth-child(4){transition-delay:150ms}
  .rl-nav-mobile a:hover,.rl-nav-mobile a:focus-visible,.rl-nav-mobile a.is-active{
    background:rgba(255,255,255,.1);
    color:#fff;
    transform:translateX(2px);
  }
  .rl-plans__wrap{
    overflow:hidden;
    margin-inline:calc(var(--rl-container-pad, 0px) * -1);
  }
  .rl-plans__track{
    --rl-mobile-plan-w:min(320px,82vw);
    gap:18px;
    padding-inline:max(26px,calc((100vw - var(--rl-mobile-plan-w)) / 2));
    scroll-padding-inline:max(26px,calc((100vw - var(--rl-mobile-plan-w)) / 2));
    scroll-snap-type:x mandatory;
  }
  .rl-plan{
    flex:0 0 var(--rl-mobile-plan-w);
    scroll-snap-align:center;
  }
  .rl-plans__arrow{
    display:grid!important;
    opacity:1;
    width:42px;
    height:42px;
    top:44%;
    background:rgba(0,159,151,.96);
    box-shadow:0 10px 26px rgba(0,60,58,.22);
  }
  .rl-plans__arrow--prev{left:10px}
  .rl-plans__arrow--next{right:10px}
  .rl-plans__arrow:disabled{
    opacity:.35!important;
    pointer-events:none;
  }
  .rl-plan:hover,.rl-plan:active{transform:none!important}
}

@media (hover:none){
  .rl-btn:hover,.rl-form__submit:hover,.rl-plan:hover,.rl-chat__bubble:hover{
    transform:none!important;
    box-shadow:inherit;
  }
  .rl-plan:hover .rl-plan__media img,
  .rl-plan:hover .rl-plan__lock,
  .rl-plan:hover .rl-plan__info,
  .rl-plan:hover .rl-plan__features span{
    transform:none!important;
  }
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .rl-header.is-hidden{transform:none!important}
}

/* ═══════════════ Gracias + 404 ═══════════════ */
.rl-status .rl404{
  min-height:100svh;
  padding:clamp(24px,5vw,58px);
}
.rl-status .rl404__media img{
  transform:scale(1.015);
  filter:saturate(.95) contrast(1.02);
}
.rl-status .rl404__overlay{
  background:
    radial-gradient(circle at 50% 38%,rgba(0,159,151,.22),transparent 38%),
    linear-gradient(180deg,rgba(0,45,43,.62),rgba(0,55,52,.78) 48%,rgba(7,31,30,.94));
}
.rl-status .rl404__inner{
  width:min(100%,780px);
  max-width:none;
  display:grid;
  justify-items:center;
  gap:18px;
  animation:rlStatusIn .5s var(--rl-ease-out) both;
}
.rl-status__brand{
  display:inline-flex;
  justify-content:center;
  margin-bottom:clamp(8px,2vw,16px);
}
.rl-status__brand img{
  width:min(220px,64vw);
  height:auto;
  filter:brightness(0) invert(1);
}
.rl-status .rl404__code{
  margin:0;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}
.rl-status .rl404__title{
  max-width:22ch;
  font-size:clamp(1.45rem,2.7vw,2.05rem);
  line-height:1.1;
  letter-spacing:.01em;
  margin:0;
  text-transform:uppercase;
}
.rl-status .rl404__title span,
.rl-status .rl404__title strong{
  display:block;
}
.rl-status .rl404__title span{
  color:#8fe8e2;
  font-style:italic;
  font-weight:300;
}
.rl-status .rl404__title strong{
  color:#fff;
  font-weight:750;
}
.rl-status--thanks .rl404__title{max-width:22ch}
.rl-status .rl404__text{
  width:min(100%,560px);
  margin:0;
  font-size:clamp(.9rem,1.12vw,.98rem);
  line-height:1.55;
}
.rl-status__steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  width:min(100%,680px);
  margin-top:4px;
}
.rl-status__steps div{
  display:grid;
  gap:6px;
  justify-items:center;
  min-height:92px;
  padding:16px 12px;
  border:1px solid rgba(143,232,226,.24);
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(14px);
}
.rl-status__steps strong{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  color:var(--teal-d);
  font-size:.8rem;
  line-height:1;
}
.rl-status__steps span{
  color:rgba(255,255,255,.86);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rl-status__links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  margin-top:2px;
}
.rl-status__links a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:8px 15px;
  border:1px solid rgba(143,232,226,.26);
  color:rgba(255,255,255,.88);
  text-decoration:none;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  background:rgba(255,255,255,.07);
  transition:background-color .18s ease,color .18s ease,transform .18s var(--rl-ease-out);
}
.rl-status__links a:hover{
  background:#fff;
  color:var(--teal-d);
  transform:translateY(-1px);
}
.rl-status .rl404__actions{
  margin-top:8px;
}
@keyframes rlStatusIn{
  from{opacity:0;transform:translateY(12px);filter:blur(3px)}
  to{opacity:1;transform:none;filter:blur(0)}
}
@media (max-width:640px){
  .rl-status .rl404{
    align-items:center;
    padding:24px 18px 84px;
  }
  .rl-status .rl404__title{
    max-width:18ch;
    font-size:clamp(1.38rem,7vw,1.72rem);
    line-height:1.08;
  }
  .rl-status .rl404__text{
    font-size:.94rem;
    line-height:1.55;
  }
  .rl-status__steps{
    grid-template-columns:1fr;
    gap:8px;
  }
  .rl-status__steps div{
    min-height:0;
    grid-template-columns:auto 1fr;
    align-items:center;
    justify-items:start;
    text-align:left;
    padding:12px 14px;
  }
  .rl-status .rl404__actions{
    width:100%;
  }
.rl-status .rl404__actions .rl-btn{
    width:100%;
  }
}

/* Gracias: título más editorial y menos pesado */
.rl-status--thanks .rl404__inner{
  width:min(100%,720px);
  gap:14px;
}
.rl-status--thanks .rl404__title{
  max-width:22ch;
  font-size:clamp(1.45rem,2.7vw,2.05rem);
  line-height:1.1;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.rl-status--thanks .rl404__title span{
  display:block;
  color:#8fe8e2;
  font-style:italic;
  font-weight:300;
}
.rl-status--thanks .rl404__title strong{
  display:block;
  color:#fff;
  font-weight:700;
}
.rl-status--thanks .rl404__text{
  width:min(100%,560px);
  font-size:clamp(.9rem,1.12vw,.98rem);
  line-height:1.55;
}
.rl-status--thanks .rl-status__steps{
  width:min(100%,560px);
}
.rl-status--thanks .rl-status__steps div{
  min-height:68px;
  padding:12px 12px;
  background:rgba(255,255,255,.055);
}
.rl-status--thanks .rl-status__steps span{
  font-size:.7rem;
  letter-spacing:.1em;
}
@media (max-width:640px){
  .rl-status--thanks .rl404__title{
    max-width:18ch;
    font-size:clamp(1.38rem,7vw,1.72rem);
    line-height:1.08;
  }
  .rl-status--thanks .rl-status__steps{
    width:min(100%,330px);
  }
  .rl-status--thanks .rl-status__steps div{
    min-height:0;
    padding:9px 12px;
    gap:10px;
    background:rgba(255,255,255,.045);
  }
  .rl-status--thanks .rl-status__steps strong{
    width:26px;
    height:26px;
    font-size:.72rem;
  }
  .rl-status--thanks .rl-status__steps span{
    font-size:.63rem;
    letter-spacing:.09em;
  }
}

/* ═══════════════ Ajustes finales SEO/contenido ═══════════════ */
@media (min-width:981px){
  .rl-break{
    min-height:108svh;
  }
  .rl-break__media img{
    object-position:center top;
  }
}
@media (max-width:980px){
  .rl-break__media img{
    object-position:center top;
  }
}
.rl-plan__meters{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:28px;
  margin-top:-4px;
  padding:5px 10px;
  background:rgba(0,159,151,.09);
  border:1px solid rgba(0,159,151,.18);
  color:var(--teal-d);
  font-size:.75rem;
  font-weight:800;
  line-height:1;
}
.rl-plan__features{
  margin-top:0;
}
.rl-footer__logo--jim{
  width:210px!important;
  height:58px!important;
  filter:none!important;
  object-fit:contain;
  object-position:center;
}
@media (max-width:820px){
  .rl-footer__logo--jim{
    width:190px!important;
    height:54px!important;
  }
}

/* Hero UI final */
.rl-hero__title{
  align-items:flex-start;
  width:max-content;
  max-width:min(100%,760px);
  gap:7px!important;
  margin-top:8px;
  text-transform:uppercase;
}
.rl-hero__title em,
.rl-hero__title strong{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:0;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#fff!important;
  line-height:1.12;
  letter-spacing:.025em;
  text-shadow:0 3px 18px rgba(0,25,24,.68);
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.rl-hero__title em{
  font-style:italic;
  font-weight:300;
}
.rl-hero__title strong{
  font-weight:850;
}
@media (max-width:820px){
  .rl-hero__title{
    align-items:center!important;
    width:100%;
    max-width:100%;
  }
  .rl-hero__title em,
  .rl-hero__title strong{
    width:auto;
    justify-content:center;
    text-align:center;
  }
}
@media (max-width:520px){
  .rl-hero__title em,
  .rl-hero__title strong{
    font-size:clamp(1.28rem,7vw,1.58rem);
    white-space:normal;
  }
}

/* Mobile hero readability */
@media (max-width:640px){
  .rl-hero__overlay{
    background:
      linear-gradient(180deg,rgba(0,42,40,.22) 0%,rgba(0,42,40,.34) 44%,rgba(0,42,40,.58) 100%),
      linear-gradient(90deg,rgba(0,42,40,.34),rgba(0,42,40,.08));
  }
  .rl-hero__text{
    width:100%;
    max-width:430px;
    margin-inline:auto;
    padding:0 14px 8px;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .rl-hero__title{
    gap:6px!important;
    margin-top:7px;
  }
  .rl-hero .rl-eyebrow--light{
    color:#fff;
    opacity:.92;
    text-shadow:0 2px 12px rgba(0,25,24,.55);
  }
  .rl-hero__title em,
  .rl-hero__title strong{
    padding:0;
    background:transparent;
    border-left:0;
    box-shadow:none;
    text-shadow:0 3px 18px rgba(0,25,24,.72);
  }
  .rl-hero__title em{
    font-size:clamp(1.16rem,5.8vw,1.42rem);
  }
  .rl-hero__title strong{
    font-size:clamp(1.3rem,6.5vw,1.58rem);
  }
  .rl-hero__copy{
    max-width:31ch;
    margin-top:14px;
    color:#fff;
    text-shadow:0 3px 16px rgba(0,25,24,.72);
  }
  .rl-hero__actions{
    width:100%;
    gap:10px;
  }
}

/* ── Página de gracias: botón Recorrido 360° (crema) + botones equilibrados ── */
.rl-btn--cream{background:var(--cream);border-color:var(--cream);color:var(--teal)}
.rl-btn--cream:hover{background:var(--teal);border-color:var(--teal);color:#fff;transform:translateY(-1px)}
.rl404__actions{flex-direction:column;flex-wrap:nowrap;width:100%;max-width:460px;margin-inline:auto;gap:12px}
.rl404__tour{width:100%}
.rl404__actions-row{display:flex;gap:12px;width:100%}
.rl404__actions-row .rl-btn{flex:1 1 0;min-width:0;padding-inline:18px}
@media (max-width:480px){.rl404__actions-row{flex-direction:column}.rl404__actions-row .rl-btn{width:100%}}
