.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 3px;
  background: #fff;
  color: #08090b;
  font-weight: 700;
  text-decoration: none;
}
.site-tools{display:flex;align-items:center;gap:12px;margin-left:18px}.main-lang{display:flex;gap:0;border:1px solid #e86f25;border-radius:4px;overflow:hidden;background:#080a0d}.main-lang button{border:0;border-right:1px solid rgba(232,111,37,.45);background:#080a0d;color:#fff;padding:8px 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.main-lang button:last-child{border-right:0}.main-lang button.active,.main-lang button:focus-visible{background:#e86f25;color:#08090b}.main-lang button:focus-visible{outline:3px solid rgba(232,111,37,.35);outline-offset:-3px}
.brand{width:270px}.topbar nav{gap:26px}
.copy{padding-left:92px}.copy .step{left:30px}.destinations .copy{padding-left:92px}.destinations .copy .step{left:30px}
.living .copy{color:#f6f3ef;background:linear-gradient(90deg,#07090c 82%,rgba(7,9,12,.88))}.living .copy h2{color:#f6f3ef}.living .copy h2 em{color:var(--orange)}.living .copy>p:not(.kicker){color:#ededed}.living .step{color:#f6f3ef;border-color:#d6d6d6;background:#07090c}.living .button{color:#fff}.living .button:hover{color:#fff;background:var(--orange)}
.living{grid-template-columns:30% 50% 20%}.living ul{position:relative;margin-left:-26px;padding-left:42px;background:linear-gradient(90deg,rgba(238,240,240,0) 0%,rgba(238,240,240,.72) 18%,#eef0f0 44%)}

.maintenance{position:relative;grid-template-columns:44% 56%;min-height:390px;overflow:hidden;background:#050608 url('living/portada-oficial.png') center 84%/cover no-repeat}.maintenance:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,7,.98) 0%,rgba(3,5,7,.92) 35%,rgba(3,5,7,.48) 62%,rgba(3,5,7,.18) 100%)}.maintenance .copy{background:transparent;padding-top:48px}.maintenance .step{top:42px}.maintenance .copy h2{font-size:42px}.maintenance-cta{font-size:13px;padding:17px 22px;box-shadow:0 10px 30px rgba(232,111,37,.2)}.maintenance-services{font-size:11px!important;color:#d7d7d7!important;letter-spacing:.02em;margin-top:13px}.maintenance-benefits{position:relative;z-index:2;align-self:end;display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:12px;padding:0 6% 34px 8%}.maintenance-benefits span{display:flex;align-items:center;gap:10px;padding:13px 15px;background:rgba(5,7,9,.82);border:1px solid rgba(255,255,255,.18);border-radius:4px;font-size:12px;font-weight:700;backdrop-filter:blur(5px)}.maintenance-benefits b{color:var(--orange);font-size:21px}
.maintenance-team-strip{position:relative;z-index:2;grid-column:1/-1;display:block;width:100%;height:auto;border-top:1px solid rgba(232,111,37,.35);clip-path:inset(0 0 30px 0);margin-bottom:-30px}.maintenance-contact-strip{position:relative;z-index:3;grid-column:1/-1;display:flex;justify-content:center;gap:clamp(26px,8vw,120px);padding:15px 5%;background:#05070a;border-top:1px solid rgba(232,111,37,.35);border-bottom:1px solid #30343a;font-family:Arial,Helvetica,sans-serif}.maintenance-contact-strip a{display:flex;align-items:center;gap:9px;color:#f4f4f4;text-decoration:none;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:0}.maintenance-contact-strip a:first-child{color:var(--orange)}.maintenance-contact-strip a span{color:#a8a8aa;font:inherit}

.skip-link:focus {
  top: 16px;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(232, 111, 37, .75);
  border-radius: 50%;
  background: rgba(6, 8, 11, .9);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #e86f25;
  outline: none;
}

.reveal-ready main > section {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal-ready main > section.revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-ready main > section {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .back-to-top { transition: none; }
}
@media(max-width:900px){.site-tools{margin-left:auto}.brand{width:195px}.copy,.destinations .copy{padding-left:82px}.copy .step,.destinations .copy .step{left:24px}.living{grid-template-columns:1fr}.living ul{margin-left:0;padding-left:10%;background:#eef0f0}.maintenance{grid-template-columns:1fr;background-position:63% 87%}.maintenance:before{background:linear-gradient(180deg,rgba(3,5,7,.98) 0%,rgba(3,5,7,.84) 58%,rgba(3,5,7,.3) 100%)}.maintenance-benefits{grid-template-columns:1fr 1fr;padding:10px 7% 32px}}
@media(max-width:760px){.main-lang button{padding:7px 7px}.topbar nav{max-height:calc(100vh - 72px);overflow:auto}.maintenance{background-size:100% auto;background-position:center top;background-repeat:no-repeat}.maintenance .copy{padding-bottom:18px}.maintenance-benefits{grid-template-columns:1fr;margin-top:clamp(380px,110vw,470px);padding:10px 7% 32px}.maintenance .copy h2{font-size:36px}.maintenance-contact-strip{flex-direction:column;align-items:center;gap:10px;padding:15px 4%}.maintenance-contact-strip a{font-size:14px}}

/* Escala realista de los dispositivos de la demostración TRUST */
.trust-phone-flow{grid-template-columns:repeat(8,minmax(82px,1fr));gap:7px;min-height:305px;padding:28px 0 24px}
.trust-phone{height:auto;aspect-ratio:9/19.5;padding:34px 9px 13px;border-width:5px;border-radius:22px;box-shadow:0 10px 16px rgba(0,0,0,.6)}
.trust-phone:hover,.trust-phone:focus-visible,.trust-phone.active{transform:scale(1.09)}
.trust-phone .phone-status{top:8px;font-size:7px}.trust-phone>i{top:22px;width:25px;height:5px}.trust-phone>b{width:27px;height:27px;margin:6px 0 13px;font-size:12px}.trust-phone>strong{font-size:11px}.trust-phone>small{font-size:8px}.trust-phone .phone-action{padding:8px 3px;font-size:7px}
@media(max-width:900px){.trust-phone-flow{min-height:550px;padding:30px 7% 34px}.trust-phone{flex-basis:min(230px,66vw);height:auto;aspect-ratio:9/19.5;padding:58px 20px 24px;border-width:7px;border-radius:42px}.trust-phone:hover,.trust-phone:focus-visible,.trust-phone.active{transform:scale(1.025)}.trust-phone .phone-status{top:14px;left:20px;right:20px;font-size:11px}.trust-phone>i{top:34px;width:48px;height:7px}.trust-phone>b{width:42px;height:42px;margin:10px 0 22px;font-size:17px}.trust-phone>strong{font-size:22px}.trust-phone>small{font-size:14px;line-height:1.55}.trust-phone .phone-action{padding:16px 8px;font-size:12px}}

/* RCO TRUST + Hablemos: secciones 7 y 8 */
.closing-experience{position:relative;display:grid;grid-template-columns:38% 62%;min-height:520px;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(5,8,10,.98) 0%,rgba(5,8,10,.9) 42%,rgba(5,8,10,.68) 100%),url('office.jpg') center/cover no-repeat}
.conversation-panel{position:relative;z-index:2;display:flex;min-width:0}.conversation-panel .copy{width:100%;padding:64px 7% 48px 96px;background:linear-gradient(90deg,#07090c 80%,rgba(7,9,12,.78))}.conversation-panel .step{left:30px;top:62px}.conversation-panel h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1;margin:14px 0 24px;font-size:clamp(34px,3.2vw,48px)}.conversation-panel h2 em{color:var(--orange);font-style:normal}.conversation-panel p:not(.kicker){color:#ededed;line-height:1.65;font-size:15px;max-width:360px}
.trust-showcase{position:relative;z-index:3;align-self:center;margin:30px 3% 30px 1%;padding:26px 24px 22px 48px;border:1px solid rgba(120,145,156,.5);border-radius:14px;background:rgba(10,19,24,.96);box-shadow:0 20px 55px rgba(0,0,0,.48);min-width:0}.trust-showcase>.step{left:14px;top:24px;background:#0b1419}.trust-showcase-head{display:grid;grid-template-columns:auto 1fr;column-gap:15px;align-items:end;padding:0 0 16px;border-bottom:1px solid rgba(148,165,174,.3)}.trust-showcase-head .kicker{grid-column:1/-1;margin:0 0 8px}.trust-showcase-head h2{margin:0;font:700 clamp(26px,2.3vw,38px)/1 Arial,Helvetica,sans-serif}.trust-showcase-head h2 em{color:var(--orange);font-style:normal}.trust-showcase-head>p:last-child{margin:0;color:#bec6ca;font-size:11px;letter-spacing:.07em;text-align:right}
.trust-phone-flow{display:grid;grid-template-columns:repeat(8,minmax(58px,1fr));gap:8px;align-items:center;padding:22px 0 18px;min-height:235px}.trust-phone{position:relative;min-width:0;height:205px;padding:26px 7px 11px;border:4px solid #3d474c;border-radius:17px;background:#f4f3ef;color:#17191a;display:flex;flex-direction:column;align-items:stretch;text-align:left;font:inherit;box-shadow:0 8px 12px rgba(0,0,0,.55);cursor:pointer;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;transform-origin:center}.trust-phone:hover,.trust-phone:focus-visible,.trust-phone.active{z-index:2;transform:scale(1.14);border-color:var(--orange);box-shadow:0 14px 26px rgba(0,0,0,.72)}.trust-phone.dark{background:#0a1014;color:#f5f5f4;border-color:#56636a}.trust-phone .phone-status{position:absolute;top:7px;left:7px;right:7px;white-space:nowrap;overflow:hidden;font-size:6px;font-weight:700;text-align:center}.trust-phone>i{position:absolute;top:18px;left:50%;width:20px;height:4px;border-radius:5px;background:#202326;transform:translateX(-50%)}.trust-phone.dark>i{background:#c4cace}.trust-phone>b{display:grid;place-items:center;width:22px;height:22px;margin:4px 0 10px;border-radius:50%;background:var(--orange);color:#08090a;font-size:10px}.trust-phone>strong{font-size:9px;line-height:1.2}.trust-phone>small{display:block;margin-top:8px;font-size:7px;line-height:1.35}.trust-phone .phone-action{margin-top:auto;padding:6px 2px;background:var(--orange);color:#080808;font-size:6px;font-weight:800;text-align:center;border-radius:2px}
.trust-showcase-actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.trust-showcase-actions p{max-width:440px;margin:0;color:#c7ced1;font-size:12px;line-height:1.5}.trust-showcase-actions .button{margin:0;border:0;cursor:pointer;white-space:nowrap}
.trust-modal{width:min(1260px,96vw);max-height:94vh;padding:0;border:1px solid #47575f;border-radius:16px;background:#081015;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.82)}.trust-modal::backdrop{background:rgba(0,0,0,.86);backdrop-filter:blur(6px)}.trust-modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #37444a}.trust-modal-head small{color:var(--orange);font-weight:800;letter-spacing:.12em}.trust-modal-head h2{display:inline;margin:0 14px;font-size:32px}.trust-modal-head p{display:inline;color:#c0c7ca;font-size:12px}.trust-modal-head button{width:42px;height:42px;border:1px solid #59676d;border-radius:50%;background:transparent;color:#fff;font-size:28px;cursor:pointer}.trust-master-scroll{overflow:auto;background:#05090b}.trust-master-scroll img{display:block;width:100%;height:auto}.trust-mobile-hint{display:none;margin:10px 18px;color:#bac2c5;font-size:12px}.trust-modal-final{padding:18px 24px;text-align:center;color:#fff;font-size:18px}.trust-modal-actions{display:flex;justify-content:center;gap:14px;padding:0 24px 24px}.trust-modal-actions .button{margin:0}
body.trust-modal-open{overflow:hidden}

@media(max-width:900px){.closing-experience{grid-template-columns:1fr;background-position:center}.trust-showcase{grid-row:1;margin:28px 4%;padding:64px 18px 22px}.trust-showcase>.step{left:18px;top:18px}.trust-showcase-head{display:block}.trust-showcase-head>p:last-child{text-align:left;margin-top:8px}.conversation-panel{grid-row:2}.conversation-panel .copy{padding-left:82px}.conversation-panel .step{left:24px}.trust-phone-flow{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;padding:26px 7% 28px;min-height:430px}.trust-phone{flex:0 0 min(270px,78vw);height:390px;padding:48px 22px 20px;border-width:6px;border-radius:34px;scroll-snap-align:center}.trust-phone:hover,.trust-phone:focus-visible,.trust-phone.active{transform:scale(1.03)}.trust-phone .phone-status{top:12px;left:16px;right:16px;font-size:10px}.trust-phone>i{top:29px;width:42px;height:6px}.trust-phone>b{width:38px;height:38px;margin:8px 0 18px;font-size:16px}.trust-phone>strong{font-size:22px}.trust-phone>small{font-size:14px;line-height:1.5}.trust-phone .phone-action{padding:14px 8px;font-size:11px}.trust-showcase-actions{display:block}.trust-showcase-actions p{margin-bottom:16px}.trust-showcase-actions .button{width:100%}.trust-modal{width:100vw;max-height:100vh;border-radius:0}.trust-modal-head p{display:block;margin:8px 0 0}.trust-master-scroll img{width:auto;max-width:none;min-width:1180px;height:auto}.trust-mobile-hint{display:block}.trust-modal-actions{flex-direction:column}.trust-modal-actions .button{text-align:center}}

/* ===== RCO LIVING · VIDEO SHOWCASE V1 ===== */

.rco-video-showcase{
  background:
    radial-gradient(circle at 18% 55%,rgba(255,106,0,.10),transparent 25%),
    linear-gradient(145deg,#090b0e,#020304);
  color:#f5f5f5;
  padding:46px clamp(22px,5vw,76px) 30px;
  border-bottom:1px solid #30343a;
  overflow:hidden;
}

.rco-video-showcase-head{
  text-align:center;
  max-width:900px;
  margin:0 auto 38px;
}

.rco-video-showcase-head h2{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(27px,3vw,46px);
  line-height:1.05;
  letter-spacing:-1px;
  font-weight:900;
}

.rco-video-showcase-head p{
  margin:12px 0 0;
  font-size:clamp(17px,1.8vw,27px);
}

.rco-video-showcase-head strong{
  color:#ff6a00;
}

.rco-video-showcase-grid{
  max-width:1380px;
  margin:auto;
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(390px,1.25fr) minmax(260px,.8fr);
  gap:clamp(28px,4vw,65px);
  align-items:center;
}

/* CELULAR */

.rco-video-phone{
  width:min(310px,100%);
  aspect-ratio:9/18.8;
  margin:auto;
  padding:10px;
  border:2px solid #555;
  border-radius:44px;
  background:linear-gradient(145deg,#202225,#050607);
  box-shadow:0 28px 55px rgba(0,0,0,.55),0 18px 40px rgba(255,106,0,.13);
  transform:rotate(-1deg);
}

.rco-video-phone-screen{
  height:100%;
  border-radius:34px;
  padding:55px 22px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),
    url('living/portada-oficial.png') center/cover;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.rco-video-phone-screen>span{
  align-self:center;
  color:#ff6a00;
  font-size:20px;
  font-weight:900;
  letter-spacing:2px;
}

.rco-video-phone-screen>strong{
  margin-top:70px;
  font-size:27px;
}

.rco-video-phone-screen button{
  margin-top:22px;
  width:100%;
  min-height:50px;
  border:0;
  border-radius:6px;
  background:#ff6a00;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

/* PASOS */

.rco-video-steps{
  display:grid;
}

.rco-video-steps>div{
  position:relative;
  display:grid;
  grid-template-columns:60px 1fr;
  gap:18px;
  min-height:105px;
  align-items:start;
}

.rco-video-steps>div>b{
  position:relative;
  z-index:2;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:2px solid #ff6a00;
  border-radius:50%;
  background:#101215;
  font-size:21px;
}

.rco-video-steps>div:not(:last-child)>b:after{
  content:"";
  position:absolute;
  top:44px;
  left:20px;
  width:2px;
  height:61px;
  background:#ff6a00;
}

.rco-video-steps>div>span{
  padding:3px 0 22px;
  border-bottom:1px dashed rgba(255,255,255,.22);
}

.rco-video-steps>div:last-child>span{
  border-bottom:0;
}

.rco-video-steps strong{
  display:block;
  font-size:18px;
  margin-bottom:7px;
}

.rco-video-steps small{
  display:block;
  color:#dedede;
  font-size:14px;
  line-height:1.4;
}

/* VIDEO */

.rco-video-panel{
  display:flex;
  justify-content:center;
}

.rco-video-frame{
  width:min(330px,100%);
  aspect-ratio:9/16;
  border:1px solid #ff6a00;
  border-radius:25px;
  padding:30px 22px;
  text-align:center;
  background:
    linear-gradient(180deg,#090b0ddd 0%,#090b0d66 38%,#050607e8 100%),
    url('living/portada-oficial.png') center/cover;
  box-shadow:0 24px 55px rgba(0,0,0,.5);
  display:flex;
  flex-direction:column;
  align-items:center;
}

.rco-video-frame>span{
  font-size:19px;
  font-weight:900;
  letter-spacing:2px;
}

.rco-video-frame>strong{
  margin-top:40px;
  font-size:22px;
  line-height:1.3;
}

.rco-video-frame>strong::first-line{
  color:#fff;
}

.rco-video-frame button{
  margin:auto;
  width:82px;
  height:82px;
  border:3px solid #fff;
  border-radius:50%;
  background:rgba(0,0,0,.42);
  color:#fff;
  font-size:32px;
  cursor:pointer;
  transition:.2s ease;
}

.rco-video-frame button:hover{
  transform:scale(1.08);
  border-color:#ff6a00;
  color:#ff6a00;
}

/* BENEFICIOS */

.rco-video-benefits{
  max-width:1380px;
  margin:35px auto 0;
  padding:20px 25px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(145deg,#17191c,#0d0f11);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
}

.rco-video-benefits span{
  min-height:46px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.18);
  font-size:14px;
}

.rco-video-benefits span:last-child{
  border-right:0;
}

/* MOBILE */

@media(max-width:900px){
  .rco-video-showcase{
    padding:38px 18px 24px;
  }

  .rco-video-showcase-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .rco-video-phone{
    width:min(290px,82vw);
  }

  .rco-video-steps{
    width:min(560px,100%);
    margin:auto;
  }

  .rco-video-frame{
    width:min(320px,86vw);
  }

  .rco-video-benefits{
    grid-template-columns:1fr 1fr;
  }

  .rco-video-benefits span{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:15px 10px;
  }

  .rco-video-benefits span:nth-last-child(-n+2){
    border-bottom:0;
  }
}

@media(max-width:520px){
  .rco-video-showcase-head h2{
    font-size:28px;
  }

  .rco-video-showcase-head p{
    font-size:17px;
  }

  .rco-video-steps>div{
    grid-template-columns:52px 1fr;
    gap:12px;
  }

  .rco-video-steps strong{
    font-size:16px;
  }

  .rco-video-steps small{
    font-size:13px;
  }

  .rco-video-benefits{
    grid-template-columns:1fr;
  }

  .rco-video-benefits span,
  .rco-video-benefits span:nth-last-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .rco-video-benefits span:last-child{
    border-bottom:0;
  }
}
