:root{--orange:#ff650c;--orange2:#ef4f00;--black:#040606;--white:#f7f7f4;--muted:#c7c8c6;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;background:#020303}body{display:grid;place-items:center;color:var(--white);overflow:hidden}.landing{width:min(100%,430px);height:100vh;height:100dvh;min-height:600px;display:grid;grid-template-rows:86px 230px minmax(330px,1fr) 176px;overflow:hidden;position:relative;background:radial-gradient(circle at 80% 28%,rgba(255,103,14,.08),transparent 35%),var(--black);box-shadow:0 0 80px #000;border-radius:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:max(11px,env(safe-area-inset-top)) 18px 8px}.brand{display:grid;line-height:.88}.brand strong{font-size:30px;letter-spacing:-.065em}.brand strong i{display:inline-block;width:7px;height:28px;margin-right:2px;transform:skew(-16deg);background:linear-gradient(#fff,#ff6b18)}.brand>span{margin:4px 0 0 11px;color:var(--orange);font-size:15px;font-weight:600;letter-spacing:.12em}.brand>span b{display:inline-block;margin-left:4px;padding:3px 5px;border:1px solid var(--orange);border-radius:4px;background:rgba(255,101,12,.12);font-size:8px;letter-spacing:.08em;vertical-align:3px}.brand small{margin:7px 0 0 11px;color:#e4e5e2;font-size:6px;letter-spacing:.06em}.language{display:flex;gap:2px;padding:4px;border:1px solid var(--orange);border-radius:999px;background:#0b0c0c}.language button{width:36px;height:31px;border:0;border-radius:999px;background:transparent;color:#fff;font-size:11px;font-weight:850;cursor:pointer}.language button.active{background:linear-gradient(135deg,var(--orange),#ff8b32);color:#090909}.photo-pair{margin:0 12px;position:relative;overflow:hidden;border-radius:18px;background:#111}.photo{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover}.technician{right:44%;background-image:linear-gradient(0deg,rgba(0,0,0,.25),transparent 50%),url("assets/technician.png");background-position:67% center;clip-path:polygon(0 0,100% 0,79% 100%,0 100%)}.administrative{left:45%;background-image:linear-gradient(0deg,rgba(0,0,0,.23),transparent 55%),url("assets/administrative.png");background-position:69% center;clip-path:polygon(19% 0,100% 0,100% 100%,0 100%)}.message{min-height:0;display:flex;flex-direction:column;padding:16px 18px 12px}.message h1{display:grid;margin:0;font-size:30px;line-height:.96;letter-spacing:-.04em}.message h1 em{color:var(--orange);font-style:normal}.message h1::after{content:"";width:37px;height:2px;margin-top:10px;background:var(--orange)}.message>p{margin:10px 0 8px;color:var(--muted);font-size:11px;line-height:1.35}.values{display:grid;grid-template-columns:repeat(4,1fr);margin:0 -4px 9px}.values article{min-width:0;display:grid;place-items:center;align-content:center;gap:4px;padding:4px 3px;border-right:1px solid rgba(255,105,16,.22);text-align:center}.values article:last-child{border-right:0}.values i{color:var(--orange);font-size:24px;font-style:normal;line-height:1}.values b{font-size:7px;line-height:1.05;overflow-wrap:anywhere}.primary-cta{min-height:54px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:auto;border-radius:9px;background:linear-gradient(115deg,var(--orange),var(--orange2));color:#fff;font-size:15px;font-weight:850;box-shadow:0 5px 20px rgba(255,87,0,.34);text-decoration:none}.primary-cta i{width:18px;height:18px;border:3px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 3px rgba(255,255,255,.2)}.team-strip{min-height:0;background-image:linear-gradient(180deg,rgba(0,0,0,.15),transparent 45%),url("assets/team-van.png");background-repeat:no-repeat;background-size:125% auto;background-position:left 48%;border-radius:18px 18px 0 0}
.team-strip{background-size:120% auto;background-position:25% 48%}
@media(max-height:760px){.landing{grid-template-rows:74px 190px minmax(300px,1fr) 136px}.topbar{padding-top:max(7px,env(safe-area-inset-top))}.photo-pair{border-radius:14px}.message{padding-top:11px}.message h1{font-size:27px}.message>p{margin:7px 0 5px}.values i{font-size:20px}.primary-cta{min-height:48px}.team-strip{background-position:left 48%}}
@media(min-width:700px){.landing{width:min(100%,900px);grid-template-rows:92px 250px minmax(310px,1fr) 190px;border-left:1px solid #242a29;border-right:1px solid #242a29}.photo-pair{margin:0 34px}.message{padding-left:60px;padding-right:60px}.message h1{font-size:34px}.message>p{font-size:13px}.values b{font-size:9px}.team-strip{background-size:100% auto;background-position:center 48%}}

/* RCO MOBILE V2 — valores ampliados y centrados */
@media (max-width:699px) and (min-height:761px){
  .values{
    margin-top:34px;
    margin-bottom:auto;
    align-items:start;
  }

  .values article{
    gap:9px;
    padding:8px 5px 12px;
  }

  .values article i{
    font-size:38px !important;
    line-height:1;
  }

  .values b{
    font-size:9px;
    line-height:1.15;
    letter-spacing:.02em;
  }

  .primary-cta{
    margin-top:18px;
  }
}

/* RCO MOBILE V3 — VALORES 400% */
@media (max-width:699px) and (min-height:761px){

  .values{
    margin-top:55px;
    margin-bottom:auto;
    align-items:center;
  }

  .values article{
    gap:14px;
    padding:14px 3px 18px;
  }

  .values article i{
    font-size:72px !important;
    line-height:1;
  }

  .values b{
    font-size:14px !important;
    line-height:1.1;
    font-weight:850;
  }

  .primary-cta{
    margin-top:20px;
  }
}

/* RCO MOBILE V4 — textos completos en valores */
@media (max-width:699px){
  .values article{
    overflow:visible;
  }

  .values b{
    font-size:clamp(7px,2.1vw,10px) !important;
    white-space:nowrap !important;
    overflow:visible !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    letter-spacing:-.03em;
  }
}
