/* PROPELIA - PROPUESTA MOVIL
   Capa visual independiente para index.html. Cargar DESPUES de styles.css.
   No cambia el HTML del body, textos, enlaces, precios ni JavaScript.
   Fuera de <= 700px no se aplica ninguna regla.
   Referencia: 390 x 844 CSS px / contenido de 350px / margen de 20px. */
@media (max-width:700px) {
  :root { --gut:20px; --tx-2:#4e5b77; --tx-3:#68768f; }
  html { zoom:1; scroll-padding-top:88px; }
  body { font-size:16px; line-height:1.6; }
  .wrap { max-width:560px; }
  .sec { padding:56px 0; }
  h2 { font-size:30px; line-height:1.14; letter-spacing:-.035em; text-wrap:balance; }
  h3 { line-height:1.2; }
  .eyebrow { font-size:10px; line-height:1.6; letter-spacing:.12em; }
  .lede { font-size:16px; line-height:1.65; max-width:none; }
  .btn { border-radius:14px; min-height:48px; padding:12px 18px; font-size:14px; white-space:normal; text-align:center; }
  .btn--lg { min-height:52px; padding:14px 18px; font-size:15px; line-height:1.4; }
  .btn--pri { box-shadow:0 5px 14px -7px rgba(1,71,254,.46); }
  .btn--sec { border-color:#d5dfef; background:#fff; }
  .btn:active { transform:scale(.985); }
  a,button,summary { touch-action:manipulation; }
  :focus-visible { outline:3px solid #0147fe; outline-offset:4px; }
  .sec--dark :focus-visible,.cta :focus-visible,.ft :focus-visible { outline-color:#1de1fe; }

  /* Cabecera: marca legible, acceso a demo y menu sin cambiar etiquetas. */
  .hdr { background:rgba(255,255,255,.97); border-bottom-color:#e8edf5; }
  .hdr__in { min-height:68px; padding:10px var(--gut); gap:12px; }
  .hdr__logo { display:flex; align-items:center; min-height:44px; flex:none; }
  .hdr__logo img { height:38px; width:auto; }
  .hdr__act { gap:8px; }
  .hdr__act .btn--pri { min-height:44px; padding:11px 14px; font-size:13px; border-radius:12px; }
  .burger { width:44px; height:44px; padding:10px 12px; border-radius:12px; border-color:#dfe6f2; background:#f8faff; }
  .burger span { width:18px; transition:transform .18s,opacity .18s; }
  .hdr[data-open="1"] .burger span:first-child { transform:translateY(5px) rotate(45deg); }
  .hdr[data-open="1"] .burger span:nth-child(2) { opacity:0; }
  .hdr[data-open="1"] .burger span:last-child { transform:translateY(-5px) rotate(-45deg); }
  .hdr nav { left:12px; right:12px; top:calc(100% + 8px); padding:8px 16px; border:1px solid #dfe6f2; border-radius:18px; box-shadow:0 18px 42px -16px rgba(1,12,68,.3); }
  .hdr nav a { min-height:50px; display:flex; align-items:center; padding:12px 8px; font-size:16px; }
  .hdr nav a:last-child { border-bottom:0; margin-top:0; }

  /* Primer bloque: las dos frases mantienen el texto literal y ganan jerarquia. */
  .pv2-hero { padding:30px 0 36px; background:linear-gradient(180deg,#fff 0%,#fff 57%,#f5f8ff 100%); }
  .pv2-hero__grid { gap:26px; }
  .pv2-badge { max-width:100%; padding:7px 10px; border-color:#d9e5ff; background:#f4f7ff; font-size:clamp(9px,2.55vw,10px); line-height:1.5; letter-spacing:.06em; }
  .hero .pv2-h1 { font-size:clamp(32px,9.25vw,40px)!important; margin-top:20px!important; line-height:1.08; letter-spacing:-.04em; font-weight:750; text-wrap:balance; }
  .hero .pv2-h1 em { display:block; background:none; color:#0147fe; margin-top:4px; }
  .hero .lede { margin-top:18px; font-size:16px; line-height:1.6; }
  .hero__cta { margin-top:24px; gap:10px; }
  .hero__cta .btn { width:100%; min-height:52px; }
  .pv2-points { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:20px; }
  .pv2-points li { min-width:0; gap:7px; font-size:12.5px; line-height:1.5; padding:9px 10px; background:#f3f6fc; border-radius:10px; }
  .pv2-points li:first-child { grid-column:1/-1; justify-content:center; background:transparent; padding:0 0 4px; font-size:13px; }
  .pv2-points svg { width:16px; height:16px; }

  /* Conversacion: mascota integrada en la cabecera, sin tapar mensajes. */
  .pv2-chatwrap { padding:0; margin-top:2px; }
  .pv2-chat { padding:0; overflow:hidden; transform:none; border-radius:22px; border-color:#dce5f5; box-shadow:0 10px 34px -16px rgba(1,12,68,.22); }
  .pv2-chat__hd { min-height:94px; padding:17px 86px 16px 16px; flex-direction:column; align-items:flex-start; justify-content:center; gap:8px; background:#fff; border-bottom:1px solid #e9edf5; }
  .pv2-chat__k { font-size:9.5px; line-height:1.5; letter-spacing:.065em; color:#5d6a84; }
  .pv2-chat__tag { font-size:11px; line-height:1.4; padding:3px 10px; color:#087849; }
  .pv2-chat__tag::before { content:""; display:inline-block; width:5px; height:5px; background:#0e9f6e; border-radius:50%; margin-right:6px; vertical-align:2px; }
  .pv2-chat__msgs { padding:17px 14px; margin:0; gap:10px; background:#fbfcff; }
  .pv2-b { max-width:92%; font-size:14px; line-height:1.55; padding:11px 13px; }
  .pv2-b--in { max-width:90%; background:#fff; border-color:#e3e8f2; border-radius:14px 14px 14px 4px; }
  .pv2-b--out { background:#0147fe; border-radius:14px 14px 4px 14px; }
  .pv2-chat__ft { margin:0; padding:15px 14px; background:#f1fbf5; border-top:1px solid #dcefe3; gap:10px; }
  .pv2-chat__ok { width:32px; height:32px; border-radius:10px; background:#dff5e8; margin:0!important; }
  .pv2-chat__ft b { font-size:13px; line-height:1.5; }
  .pv2-chat__ft span { font-size:12px; color:#557366; }
  .pv2-bot { top:12px; right:17px; bottom:auto; width:58px; height:auto; }

  .trust { padding:24px 0 28px; background:#fff; }
  .trust__in { gap:20px; max-width:560px; }
  .trust__k { font-size:9.5px; color:#68768f; letter-spacing:.12em; }
  .trust__logos { grid-template-columns:1fr 1fr; gap:24px 22px; }
  .trust__logos img { max-width:135px; height:24px; opacity:.85; }

  /* Bloques de lectura. No se pliega ni se oculta ningun parrafo. */
  .pv2-pain__grid,.pv2-what { gap:28px; }
  .pv2-pain__h { margin-top:14px; font-size:30px; }
  .pv2-pain__h em { display:block; margin-top:4px; }
  .pv2-pain__p { font-size:16px; line-height:1.65; margin-top:18px; }
  .pv2-pain__l { grid-template-columns:1fr; gap:10px; }
  .pv2-pain__l li { padding:17px 16px; border-color:rgba(166,191,240,.17); background:rgba(166,191,240,.065); border-radius:14px; font-size:16px; line-height:1.4; font-weight:600; gap:12px; }
  .pv2-pain__l svg { width:16px; height:16px; }
  .pv2-what h2 { max-width:none!important; }
  .pv2-what .lede { margin-top:0!important; font-size:16px; line-height:1.65; }
  .pv2-what__gc { padding:18px; border-radius:16px; margin-top:22px; }
  .pv2-what__gc .lede { font-size:15px!important; line-height:1.65; }
  .pv2-head { gap:14px; align-items:flex-start; }
  .pv2-head h2 { max-width:none!important; }
  .pv2-head .lede { margin-top:0; margin-bottom:0; }

  /* Planes completos, uno debajo del otro; no hay carrusel ni funciones ocultas. */
  .pv2-plans__hd { text-align:left; }
  .pv2-plans__hd h2 { margin-inline:0; max-width:none!important; }
  .pv2-plans__p { font-size:16px; line-height:1.65; margin-top:16px; }
  .pv2-plans__grid { margin-top:30px; gap:28px; grid-template-columns:1fr; }
  .pv2-plan { padding:24px 20px; border-radius:22px; }
  .pv2-plan__k { font-size:10px; letter-spacing:.11em; }
  .pv2-plan__n { font-size:27px; line-height:1.2; margin-top:10px; }
  .pv2-plan__d { font-size:15px; line-height:1.65; margin-top:14px; }
  .pv2-plan__pr { margin-top:22px; gap:8px 10px; }
  .pv2-plan__pr strong { font-size:48px; }
  .pv2-plan__pr span { font-size:15px; }
  .pv2-plan__pr em { font-size:11px; letter-spacing:0; padding:6px 10px; }
  .pv2-plan__fine { font-size:14px; color:#5b6a84; line-height:1.6; margin-top:14px; }
  .pv2-plan__b { margin-top:22px; min-height:52px; }
  .pv2-plan__l { gap:12px; padding-top:20px; margin-top:20px; }
  .pv2-plan__l li { font-size:15px; line-height:1.5; gap:10px; }
  .pv2-plan__l--two { grid-template-columns:1fr; gap:0; }
  .pv2-plan__l--two li { padding:10px 0; border-bottom:1px solid #edf0f6; }
  .pv2-plan__l--two li:last-child { padding-bottom:0; border-bottom:0; }
  .pv2-plan--pri { box-shadow:0 16px 40px -25px rgba(1,71,254,.65); }
  .pv2-plan--pri .pv2-plan__k { color:#5b6a84; }
  .pv2-plan--pri .pv2-plan__pr span { color:#5b6a84; }
  .pv2-plan__badge { left:20px; top:-13px; font-size:9.5px; }
  .pv2-plan__star { padding:14px 13px; margin-top:22px; }
  .pv2-plan__star span { font-size:15px; line-height:1.5; }
  .pv2-adds { margin-top:32px; padding-top:28px; }
  .pv2-adds__hd { font-size:10px; line-height:1.8; text-align:left; letter-spacing:.1em; }
  .pv2-adds__grid { grid-template-columns:1fr; gap:12px; margin-top:20px; }
  .pv2-add { display:grid; grid-template-columns:22px 1fr; padding:18px 16px; gap:8px 12px; border-radius:16px; }
  .pv2-add svg { grid-row:1/3; margin-top:2px; }
  .pv2-add b { font-size:16px; line-height:1.35; }
  .pv2-add span { grid-column:2; font-size:14.5px; line-height:1.6; }
  .pv2-plans__fine { font-family:var(--f-ui); font-size:12px; line-height:1.8; letter-spacing:0; text-align:left; margin-top:24px; }

  /* Ciclo: tres grupos verticales, nueve pasos, mismos textos y orden. */
  .pv2-cycle { grid-template-columns:1fr; margin-top:26px; gap:16px; }
  .pv2-phase { gap:0; background:#f6f8fc; border:1px solid #e7ecf6; border-radius:20px; padding:18px 16px 4px; }
  .pv2-phase__h { margin-bottom:4px; padding-bottom:10px; }
  .pv2-phase__h span { font-size:10px; letter-spacing:.1em; }
  .pv2-phase__h i { height:1px; opacity:.35; }
  .pv2-step { display:grid; grid-template-columns:30px minmax(0,1fr); column-gap:12px; background:transparent; border:0; border-radius:0; border-bottom:1px solid #e2e8f1; padding:18px 0; box-shadow:none; }
  .pv2-step:last-child { border-bottom:0; }
  .pv2-step em { grid-column:1; grid-row:1/3; display:flex; align-items:center; justify-content:center; align-self:start; width:30px; height:30px; color:#0147fe; border:1px solid #d9e3f8; border-radius:10px; font-size:10px; background:#fff; }
  .pv2-step b { grid-column:2; margin:0; font-size:17px; line-height:1.35; }
  .pv2-step > span:last-child { grid-column:2; font-size:14.5px; line-height:1.55; margin-top:7px; }
  .pv2-step--ia b { padding-right:28px; }
  .pv2-ia { right:0; top:20px; font-size:8px; padding:4px 6px; letter-spacing:.05em; }
  .pv2-step--hero em { color:#fff; background:#0147fe; border-color:#0147fe; }
  .pv2-note { flex-direction:row; gap:12px; padding:18px 16px; margin-top:20px; border-radius:16px; }
  .pv2-note svg { width:22px; margin-top:3px; }
  .pv2-note p { font-size:15px; line-height:1.6; }

  /* Servicios: icono y titulo alineados; cuerpo de texto a todo el ancho. */
  .pv2-photo { margin-top:26px; padding:20px 18px; gap:20px; border-radius:20px; box-shadow:0 8px 24px -18px rgba(1,12,68,.2); }
  .pv2-photo__t { align-items:center; gap:12px; }
  .pv2-photo__t b { font-size:20px; line-height:1.25; }
  .pv2-photo p { font-size:15.5px; line-height:1.6; margin-top:16px; }
  .pv2-ba { grid-template-columns:1fr 1fr; gap:10px; }
  .pv2-ba__im { border-radius:12px; }
  .pv2-ba figcaption { margin-top:9px; font-size:10px; }
  .pv2-ba__im--post span { top:6px; right:6px; font-size:8px; padding:3px 6px; }
  .pv2-grid,.pv2-why { grid-template-columns:1fr; margin-top:16px; gap:12px; }
  .pv2-why { margin-top:26px; }
  .pv2-c { display:grid; grid-template-columns:38px minmax(0,1fr); gap:12px; align-items:center; padding:20px 18px; border-radius:18px; box-shadow:0 3px 12px -9px rgba(1,12,68,.17); }
  .pv2-c .pv2-ic { width:38px; height:38px; }
  .pv2-c b { margin:0; font-size:18px; line-height:1.3; }
  .pv2-c > span:last-child { grid-column:1/-1; margin:0; font-size:15.5px; line-height:1.6; }
  .pv2-band { margin-top:24px; padding:24px 20px; gap:22px; border-radius:20px; }
  .pv2-band h3 { font-size:26px; line-height:1.2; }
  .pv2-band__t p { font-size:16px; line-height:1.65; }

  /* Equipo: retrato e identidad juntos, biografia completa debajo. */
  .eqx { gap:28px; }
  .eqx h2 { max-width:none!important; }
  .team { gap:14px; }
  .mate { display:grid; grid-template-columns:80px minmax(0,1fr); gap:8px 16px; padding:18px; border-radius:20px; }
  .mate__ph { grid-column:1; grid-row:1/3; width:80px; height:92px; max-width:none; aspect-ratio:auto; object-fit:cover; object-position:center 22%; border-radius:13px; align-self:start; }
  .mate__b { display:contents; }
  .mate__b > b { grid-column:2; grid-row:1; align-self:end; font-size:18px; line-height:1.25; }
  .mate__r { grid-column:2; grid-row:2; font-size:9.5px; line-height:1.6; letter-spacing:.045em; margin:0; align-self:start; }
  .mate p { grid-column:1/-1; margin-top:8px; font-size:15px; line-height:1.65; }
  .mate a { grid-column:1/-1; min-height:44px; margin:0; padding:8px 0 0; font-size:13px; justify-self:start; }

  .revs4 { grid-template-columns:1fr; gap:14px; margin-top:26px; }
  .rev4 { border-radius:20px; padding:22px 20px; }
  .rev4__hd { gap:10px; align-items:center; margin-bottom:20px; }
  .rev4__logo { height:38px; max-width:144px; padding:8px 10px; }
  .rev4__logo img { max-width:112px; max-height:20px; }
  .rev4__t { font-size:8.5px; letter-spacing:.02em; padding:5px 8px; margin:0; white-space:normal; text-align:center; max-width:47%; }
  .rev4__q { font-size:16px; line-height:1.55; letter-spacing:-.015em; }
  .rev4__w b { font-size:14px; }
  .rev4__w span { font-size:12px; color:#68768f; }
  .rev4__f { margin-top:20px; padding-top:14px; }

  /* FAQ nativa, mismas preguntas y respuestas, sin limite de aperturas. */
  #faq > .wrap > .ctr { text-align:left; }
  .faq { border-top:0; margin-top:26px; display:grid; gap:10px; }
  .faq details { border:1px solid #e1e7f2; border-radius:16px; background:#fff; overflow:hidden; }
  .faq details[open] { border-color:#c9d9ff; box-shadow:0 5px 20px -14px rgba(1,71,254,.25); }
  .faq summary { padding:18px 44px 18px 18px; min-height:62px; font-size:16px; line-height:1.45; }
  .faq summary::after { right:19px; border-color:#627494; }
  .faq p { padding:0 18px 20px; margin:0; font-size:15px; line-height:1.7; }

  .cta { padding:52px 0; }
  .cta h2 { font-size:30px; line-height:1.14; }
  .cta h2 em { color:#1de1fe; background:none; }
  .cta p { font-size:16px; line-height:1.65; margin-top:18px; }
  .cta img { width:76px; margin-bottom:22px; }
  .cta__b { gap:10px; margin-top:26px; }
  .cta__b .btn { min-height:52px; }
  .cta__f { color:#afc0e7; font-size:9.5px; line-height:1.9; letter-spacing:.06em; margin-top:20px; }
  .ft { padding-top:36px; padding-bottom:calc(24px + env(safe-area-inset-bottom)); }
  .ft img { height:40px; margin-bottom:18px; }
  .ft p { font-size:14px; line-height:1.7; max-width:none; }
  .ft__grid { gap:28px 18px; grid-template-columns:1fr 1fr; }
  .ft__grid > :first-child,.ft__grid > :last-child { grid-column:1/-1; }
  .ft__grid > :last-child ul { display:grid; grid-template-columns:1fr 1fr; column-gap:18px; }
  .ft h5 { color:#adc0e8; font-size:9px; letter-spacing:.08em; margin-bottom:12px; }
  .ft li { padding:0; }
  .ft li a { display:flex; align-items:center; min-height:44px; padding:7px 0; font-size:13px; line-height:1.5; }
  .ft__bot { font-size:10px; color:#adc0e8; margin-top:28px; padding-top:20px; }
}
@media (max-width:359px) {
  :root { --gut:16px; }
  .hdr__in { gap:8px; }
  .hdr__logo img { height:34px; }
  .hdr__act { gap:6px; }
  .hdr__act .btn--pri { padding:10px 12px; font-size:12px; }
  .pv2-points { grid-template-columns:1fr; }
  .pv2-points li { justify-content:center; font-size:13px; }
  .pv2-plan,.pv2-photo { padding:22px 16px; }
  .pv2-ba { grid-template-columns:1fr; gap:16px; }
  .mate { grid-template-columns:68px minmax(0,1fr); gap:8px 12px; padding:16px; }
  .mate__ph { width:68px; height:88px; }
  .mate__b > b { font-size:17px; }
  .pv2-chat__hd { padding-right:80px; }
  .pv2-chat__k { font-size:8.5px; letter-spacing:.03em; }
  .pv2-bot { right:13px; width:54px; top:15px; }
  .rev4 { padding:20px 16px; }
  .rev4__logo img { max-width:92px; }
}
@media (min-width:480px) and (max-width:700px) {
  :root { --gut:24px; }
  .hero .pv2-h1 { font-size:42px!important; }
  .hero .lede { max-width:46ch!important; }
  .pv2-points { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .pv2-points li:first-child { grid-column:auto; justify-content:flex-start; background:#f3f6fc; padding:9px 10px; font-size:12.5px; }
  .pv2-plan { padding:28px; }
  .pv2-plan__badge { left:28px; }
}
@media (max-width:700px) and (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .btn,.burger span { transition:none; }
}
