:root{
  --blue:#0049b7;
  --blue-dark:#00337f;
  --green:#36a935;
  --green-dark:#16843a;
  --orange:#ffb000;
  --orange-dark:#f28c00;
  --ink:#142033;
  --muted:#64748b;
  --white:#ffffff;
  --glass:#ffffff;
  --shadow:0 24px 70px rgba(0,49,122,.16);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 15% 15%, rgba(54,169,53,.14), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(0,73,183,.14), transparent 30%),
    linear-gradient(135deg,#f7fbff 0%,#ffffff 45%,#f8fff7 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed; inset:0;
  background-image:linear-gradient(rgba(0,73,183,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,73,183,.045) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 78%);
  pointer-events:none;
}
a{text-decoration:none;color:inherit}
.portal{position:relative;min-height:100vh;padding:28px clamp(18px,4vw,70px);isolation:isolate}
.bg-orb{position:fixed;border-radius:999px;filter:blur(36px);opacity:.18;z-index:-1;animation:float 9s ease-in-out infinite}
.orb-blue{width:310px;height:310px;background:var(--blue);right:-70px;top:120px}
.orb-green{width:270px;height:270px;background:var(--green);left:-60px;bottom:80px;animation-delay:-3s}
.orb-orange{width:180px;height:180px;background:var(--orange);left:45%;top:38%;animation-delay:-5s}
@keyframes float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(18px,-24px,0)}}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:22px;max-width:1220px;margin:0 auto 44px;padding:18px 22px;background:#ffffff;border:1px solid rgba(0,73,183,.10);border-radius:28px;box-shadow:var(--shadow);backdrop-filter:none}
.brand img{width:min(330px,48vw);height:auto;display:block;mix-blend-mode:multiply}
.institutional-logos{display:flex;align-items:center;gap:18px;perspective:900px}
.institutional-logos img{
  height:82px;
  width:auto;
  max-width:150px;
  object-fit:contain;
  padding:8px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  transform:translateZ(0) scale(1);
  transform-origin:center;
  transition:transform .38s cubic-bezier(.2,.8,.2,1), box-shadow .38s ease, filter .38s ease;
  will-change:transform;
  cursor:pointer;
}
.institutional-logos img:hover{
  transform:translateY(-10px) translateZ(85px) scale(1.18);
  box-shadow:0 28px 65px rgba(0,73,183,.26), 0 10px 24px rgba(54,169,53,.14);
  filter:saturate(1.08) contrast(1.04);
  z-index:5;
}
.institutional-logos:hover img:not(:hover){
  transform:scale(.96);
  opacity:.88;
}
.hero{text-align:center;max-width:920px;margin:0 auto 34px}.eyebrow{display:inline-flex;padding:9px 16px;border-radius:999px;background:rgba(0,73,183,.09);color:var(--blue-dark);font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.hero h1{font-size:clamp(2.15rem,6vw,5.4rem);line-height:.95;letter-spacing:-.055em;color:var(--blue-dark);font-weight:800}.hero h1 strong{background:linear-gradient(90deg,var(--blue),var(--green-dark));-webkit-background-clip:text;background-clip:text;color:transparent}.tagline{font-size:clamp(1.45rem,3vw,2.35rem);margin-top:16px;color:#1f2937;font-weight:500}.intro{max-width:650px;margin:16px auto 0;color:var(--muted);font-size:1.08rem;line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1220px;margin:42px auto 28px}.service-card{position:relative;overflow:hidden;min-height:285px;padding:30px;border-radius:32px;background:#ffffff;border:1px solid rgba(0,73,183,.10);box-shadow:0 22px 55px rgba(15,23,42,.1);backdrop-filter:none;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.service-card::before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,var(--card-color),transparent 45%);opacity:.13;z-index:-1}.service-card::after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-45px;top:-45px;background:var(--card-color);opacity:.12;transition:.35s ease}.service-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 32px 80px rgba(0,73,183,.18);border-color:rgba(0,73,183,.18)}.service-card:hover::after{transform:scale(1.3);opacity:.18}.card-blue{--card-color:var(--blue)}.card-green{--card-color:var(--green)}.card-orange{--card-color:var(--orange)}.icon-wrap{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--card-color),rgba(255,255,255,.2));box-shadow:0 14px 32px color-mix(in srgb,var(--card-color) 32%,transparent);margin-bottom:22px}.icon-wrap svg{width:36px;height:36px;fill:#fff}.service-card h2{font-size:1.45rem;line-height:1.15;margin-bottom:14px;color:#10213d}.service-card p{color:var(--muted);line-height:1.65;font-size:.98rem}.card-action{position:absolute;left:30px;bottom:28px;font-weight:800;color:var(--card-color);display:flex;gap:8px;align-items:center}.card-action b{transition:transform .25s ease}.service-card:hover .card-action b{transform:translateX(6px)}.notice{max-width:1220px;margin:24px auto 28px;padding:24px 28px;border-radius:28px;background:linear-gradient(90deg,#eef5ff,#f1faef,#fff7e6);border:1px solid rgba(0,73,183,.10);box-shadow:0 18px 45px rgba(15,23,42,.07)}.notice strong{color:var(--blue-dark);font-size:1.05rem}.notice p{margin-top:6px;color:var(--muted);line-height:1.6}.footer{max-width:1220px;margin:34px auto 0;text-align:center;color:#6b7280;font-size:.92rem;line-height:1.7}.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.page-loader{position:fixed;inset:0;background:#fff;z-index:20;display:grid;place-items:center;align-content:center;gap:16px;transition:opacity .45s ease,visibility .45s ease}.page-loader.hide{opacity:0;visibility:hidden}.loader-ring{width:54px;height:54px;border:4px solid rgba(0,73,183,.14);border-top-color:var(--blue);border-right-color:var(--green);border-radius:50%;animation:spin .9s linear infinite}.page-loader p{color:var(--blue-dark);font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}
@media (max-width:920px){.topbar{flex-direction:column;text-align:center}.institutional-logos{justify-content:center;flex-wrap:wrap}.cards{grid-template-columns:1fr}.service-card{min-height:240px}.brand img{width:min(360px,90vw)}}
@media (max-width:560px){.portal{padding:18px 14px}.topbar{border-radius:22px;padding:16px}.institutional-logos img{height:64px;max-width:120px}.hero h1{font-size:2.35rem}.tagline{font-size:1.35rem}.service-card{border-radius:24px;padding:24px}.card-action{left:24px;bottom:22px}}

/* =========================
   Menú de accesibilidad
   ========================= */
.accessibility-fab{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:30;
  width:62px;
  height:62px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:1.65rem;
  cursor:pointer;
  background:linear-gradient(135deg,var(--blue),var(--green-dark));
  box-shadow:0 18px 45px rgba(0,73,183,.32);
  transition:transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
.accessibility-fab:hover{transform:translateY(-5px) scale(1.08);box-shadow:0 25px 65px rgba(0,73,183,.42);filter:saturate(1.08)}
.accessibility-fab:focus-visible,
.accessibility-close:focus-visible,
.a11y-option:focus-visible,
.accessibility-reset:focus-visible,
a:focus-visible{
  outline:4px solid var(--orange);
  outline-offset:4px;
}
.accessibility-panel{
  position:fixed;
  right:22px;
  bottom:100px;
  z-index:31;
  width:min(410px,calc(100vw - 32px));
  max-height:calc(100vh - 128px);
  overflow:auto;
  padding:22px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(0,73,183,.16);
  box-shadow:0 30px 90px rgba(15,23,42,.22);
  transform:translateY(18px) scale(.96);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:transform .32s cubic-bezier(.2,.8,.2,1), opacity .32s ease, visibility .32s ease;
}
.accessibility-panel.open{transform:translateY(0) scale(1);opacity:1;visibility:visible;pointer-events:auto}
.accessibility-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}
.accessibility-kicker{display:inline-block;color:var(--green-dark);font-weight:800;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}
.accessibility-header h2{font-size:1.25rem;color:var(--blue-dark);line-height:1.15}
.accessibility-close{width:40px;height:40px;border:0;border-radius:14px;background:#eef5ff;color:var(--blue-dark);font-size:1.7rem;line-height:1;cursor:pointer;transition:.25s ease}
.accessibility-close:hover{background:var(--blue);color:#fff;transform:rotate(90deg)}
.accessibility-help{color:var(--muted);line-height:1.5;font-size:.94rem;margin-bottom:16px}
.accessibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.a11y-option{
  min-height:72px;
  border:1px solid rgba(0,73,183,.13);
  border-radius:18px;
  background:#f8fbff;
  color:var(--blue-dark);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:4px;
  padding:13px 14px;
  font-weight:900;
  font-size:1.18rem;
  cursor:pointer;
  transition:transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.a11y-option span{font-size:.82rem;font-weight:700;color:#314158;line-height:1.2}
.a11y-option:hover{transform:translateY(-3px);background:#fff;box-shadow:0 12px 28px rgba(0,73,183,.12);border-color:rgba(0,73,183,.25)}
.a11y-option.active{background:linear-gradient(135deg,var(--blue),var(--green-dark));color:#fff;border-color:transparent;box-shadow:0 14px 32px rgba(0,73,183,.22)}
.a11y-option.active span{color:#fff}
.accessibility-reset{width:100%;margin-top:14px;border:0;border-radius:16px;padding:14px 16px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#1f2937;font-weight:900;cursor:pointer;box-shadow:0 12px 30px rgba(242,140,0,.22);transition:.25s ease}
.accessibility-reset:hover{transform:translateY(-2px);filter:saturate(1.08)}

/* Ajustes activados desde el menú */
html.a11y-text-1{font-size:112%}
html.a11y-text-2{font-size:125%}
html.a11y-text-3{font-size:138%}
html.a11y-contrast body{background:#050505!important;color:#fff!important}
html.a11y-contrast .topbar,
html.a11y-contrast .service-card,
html.a11y-contrast .notice,
html.a11y-contrast .accessibility-panel{background:#000!important;color:#fff!important;border-color:#fff!important;box-shadow:none!important}
html.a11y-contrast .hero h1,
html.a11y-contrast .service-card h2,
html.a11y-contrast .accessibility-header h2,
html.a11y-contrast .notice strong{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important}
html.a11y-contrast p,
html.a11y-contrast .intro,
html.a11y-contrast .notice p,
html.a11y-contrast .footer,
html.a11y-contrast .a11y-option span{color:#fff!important}
html.a11y-contrast .a11y-option{background:#111!important;color:#fff!important;border-color:#fff!important}
html.a11y-grayscale body{filter:grayscale(1)}
html.a11y-invert body{filter:invert(1) hue-rotate(180deg)}
html.a11y-underline a,
html.a11y-underline button{text-decoration:underline!important;text-underline-offset:4px}
html.a11y-big-cursor *,
html.a11y-big-cursor *::before,
html.a11y-big-cursor *::after{cursor:crosshair!important}
html.a11y-spacing body{letter-spacing:.08em;word-spacing:.16em;line-height:1.85}
html.a11y-readable-font body{font-family:Arial,Verdana,Tahoma,sans-serif!important}
html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}

@media (max-width:560px){
  .accessibility-fab{right:16px;bottom:16px;width:56px;height:56px}
  .accessibility-panel{right:16px;bottom:84px;padding:18px;border-radius:22px}
  .accessibility-grid{grid-template-columns:1fr}
}

/* Apoyos extra: lectores de pantalla, selección visible y lengua de señas */
.skip-link{
  position:fixed;
  left:18px;
  top:12px;
  z-index:1000;
  padding:12px 16px;
  border-radius:14px;
  background:#003f8f;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  transform:translateY(-160%);
  transition:transform .22s ease;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.skip-link:focus{transform:translateY(0)}

html.a11y-selection-helper ::selection{background:#ffcf4a;color:#000}
html.a11y-selection-helper a:focus,
html.a11y-selection-helper button:focus,
html.a11y-selection-helper .service-card:focus{
  outline:4px solid #ffcf4a!important;
  outline-offset:5px!important;
}

.sign-modal{
  position:fixed;
  inset:0;
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease, visibility .28s ease;
}
.sign-modal.open{opacity:1;visibility:visible;pointer-events:auto}
.sign-backdrop{position:absolute;inset:0;background:rgba(4,21,43,.58);backdrop-filter:blur(8px)}
.sign-card{
  position:relative;
  width:min(520px,100%);
  border-radius:30px;
  padding:28px;
  background:#fff;
  border:1px solid rgba(0,73,183,.18);
  box-shadow:0 40px 120px rgba(0,0,0,.34);
  transform:translateY(18px) scale(.94);
  transition:transform .32s cubic-bezier(.2,.8,.2,1);
}
.sign-modal.open .sign-card{transform:translateY(0) scale(1)}
.sign-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:0;border-radius:14px;background:#eef5ff;color:var(--blue-dark);font-size:1.8rem;cursor:pointer}
.sign-card h2{color:var(--blue-dark);font-size:1.55rem;margin:4px 0 14px}
.sign-card p{color:#334155;line-height:1.6}
.sign-visual{height:150px;border-radius:24px;background:linear-gradient(135deg,#e9f4ff,#ecfff5);display:flex;align-items:center;justify-content:center;gap:10px;margin:16px 0;overflow:hidden;position:relative}
.hand-shape{font-size:4rem;animation:signFloat 1.8s ease-in-out infinite;filter:drop-shadow(0 14px 18px rgba(0,73,183,.18))}
.sign-visual span{width:14px;height:14px;border-radius:50%;background:var(--green);animation:pulseSign 1.6s ease-in-out infinite}.sign-visual span:nth-child(3){animation-delay:.2s}.sign-visual span:nth-child(4){animation-delay:.4s}
.sign-message{background:#f8fbff;border:1px solid rgba(0,73,183,.12);border-radius:20px;padding:16px;margin:16px 0}.sign-message strong{color:var(--blue-dark)}
.sign-button{width:100%;border:0;border-radius:16px;padding:14px 16px;background:linear-gradient(135deg,var(--blue),var(--green-dark));color:#fff;font-weight:900;cursor:pointer}
@keyframes signFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.06)}}
@keyframes pulseSign{0%,100%{transform:scale(.6);opacity:.35}50%{transform:scale(1.2);opacity:1}}
html.a11y-reduce-motion .hand-shape, html.a11y-reduce-motion .sign-visual span{animation:none!important}

@media (max-width:560px){.sign-card{padding:22px;border-radius:24px}.sign-visual{height:125px}}


/* Animación gratuita tipo lengua de señas */
.sign-visual{
  min-height:190px;
  height:auto;
  background:
    radial-gradient(circle at 50% 35%, rgba(54,169,53,.16), transparent 36%),
    linear-gradient(135deg,#eaf5ff,#f2fff6 55%,#fff8e4);
  border:1px solid rgba(0,73,183,.12);
}
.sign-avatar{position:relative;width:150px;height:155px;margin:auto;transform:translateY(6px)}
.avatar-head{position:absolute;left:50%;top:0;width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#ffe0bd,#f2ba83);transform:translateX(-50%);box-shadow:0 8px 20px rgba(0,0,0,.12)}
.avatar-body{position:absolute;left:50%;top:56px;width:92px;height:82px;border-radius:34px 34px 24px 24px;background:linear-gradient(135deg,var(--blue),var(--green-dark));transform:translateX(-50%);box-shadow:0 18px 30px rgba(0,73,183,.20)}
.avatar-arm{position:absolute;top:76px;width:54px;height:18px;border-radius:999px;background:#f3c391;transform-origin:center;box-shadow:0 8px 16px rgba(0,0,0,.10)}
.avatar-arm.left{left:2px;transform:rotate(-18deg)}
.avatar-arm.right{right:2px;transform:rotate(18deg)}
.avatar-hand{position:absolute;top:-28px;font-size:2.1rem;filter:drop-shadow(0 9px 10px rgba(0,0,0,.12))}
.avatar-arm.left .avatar-hand{left:-12px}.avatar-arm.right .avatar-hand{right:-12px}
.sign-rings{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:center}
.sign-rings span{position:absolute;width:78px;height:78px;border-radius:50%;border:2px solid rgba(0,73,183,.22);opacity:0}
.sign-playing .avatar-arm.left{animation:leftSign 1.45s ease-in-out infinite}
.sign-playing .avatar-arm.right{animation:rightSign 1.45s ease-in-out infinite}
.sign-playing .avatar-head{animation:headNod 1.45s ease-in-out infinite}
.sign-playing .sign-rings span{animation:signWave 1.8s ease-out infinite}.sign-playing .sign-rings span:nth-child(2){animation-delay:.35s}.sign-playing .sign-rings span:nth-child(3){animation-delay:.7s}
.sign-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 10px}
.sign-button-light{background:#eef5ff!important;color:var(--blue-dark)!important;border:1px solid rgba(0,73,183,.18)!important}.sign-button-full{margin-top:4px}
@keyframes leftSign{0%,100%{transform:rotate(-18deg) translateY(0)}35%{transform:rotate(16deg) translate(18px,-12px)}70%{transform:rotate(-38deg) translate(-8px,-6px)}}
@keyframes rightSign{0%,100%{transform:rotate(18deg) translateY(0)}35%{transform:rotate(-18deg) translate(-18px,-12px)}70%{transform:rotate(42deg) translate(8px,-8px)}}
@keyframes headNod{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(4px)}}
@keyframes signWave{0%{transform:scale(.4);opacity:.55}100%{transform:scale(2.6);opacity:0}}
.sign-paused .avatar-arm,.sign-paused .avatar-head,.sign-paused .sign-rings span{animation-play-state:paused!important}
html.a11y-reduce-motion .sign-playing .avatar-arm,html.a11y-reduce-motion .sign-playing .avatar-head,html.a11y-reduce-motion .sign-playing .sign-rings span{animation:none!important}
@media (max-width:560px){.sign-controls{grid-template-columns:1fr}.sign-avatar{transform:scale(.9)}}


/* Corrección: la animación de señas solo afecta al avatar y a las ondas, no a todos los textos internos */
.sign-visual > span{width:auto;height:auto;background:transparent;animation:none;border-radius:0}
.sign-visual .avatar-hand{width:auto!important;height:auto!important;background:transparent!important;border-radius:0!important;animation:none!important;color:inherit;line-height:1}
.sign-visual:not(.sign-playing) .avatar-arm,
.sign-visual:not(.sign-playing) .avatar-head,
.sign-visual:not(.sign-playing) .sign-rings span{animation:none!important}
.sign-playing:not(.sign-paused) .avatar-arm,
.sign-playing:not(.sign-paused) .avatar-head,
.sign-playing:not(.sign-paused) .sign-rings span{animation-play-state:running!important}
.sign-paused .avatar-arm,
.sign-paused .avatar-head,
.sign-paused .sign-rings span{animation-play-state:paused!important}
.sign-button[aria-pressed="true"]{box-shadow:0 0 0 4px rgba(54,169,53,.18),0 14px 28px rgba(0,73,183,.18)}


/* Botón premium de administración RX: ubicado en footer para no invadir servicios al usuario */
.footer-premium{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  text-align:left;
  padding:18px 0 6px;
}
.footer-info{text-align:left}
.admin-rx-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:max-content;
  padding:13px 18px;
  border-radius:999px;
  color:#00337f;
  background:linear-gradient(135deg,#ffffff,#eef6ff);
  border:1px solid rgba(0,73,183,.22);
  box-shadow:0 14px 34px rgba(0,49,122,.12);
  font-weight:900;
  font-size:.9rem;
  letter-spacing:.01em;
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.admin-rx-link::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(54,169,53,.16),transparent);
  transform:translateX(-120%);
  transition:transform .65s ease;
}
.admin-rx-link:hover,
.admin-rx-link:focus-visible{
  transform:translateY(-4px) scale(1.035);
  border-color:rgba(54,169,53,.42);
  box-shadow:0 24px 58px rgba(0,73,183,.20);
  outline:none;
}
.admin-rx-link:hover::before,
.admin-rx-link:focus-visible::before{transform:translateX(120%)}
.admin-rx-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--green));
  color:#fff;
  box-shadow:0 10px 24px rgba(0,73,183,.22);
}
html.a11y-contrast .admin-rx-link{background:#000!important;color:#fff!important;border-color:#fff!important;box-shadow:none!important}
@media (max-width:760px){
  .footer-premium{flex-direction:column;text-align:center;align-items:center}
  .footer-info{text-align:center}
  .admin-rx-link{width:100%;max-width:330px}
}

/* Ajuste: bloque de derechos de autor centrado, acceso RX conservado a la derecha */
.footer-premium{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  text-align:center;
}
.footer-info{
  grid-column:2;
  text-align:center;
  justify-self:center;
}
.admin-rx-link{
  grid-column:3;
  justify-self:end;
}
@media (max-width:760px){
  .footer-premium{display:flex;flex-direction:column;text-align:center;align-items:center}
  .footer-info{text-align:center}
}

/* Ajuste V: acceso administrativo RX más compacto para no invadir accesibilidad */
.admin-rx-link{
  gap:7px;
  padding:8px 12px;
  font-size:.76rem;
  box-shadow:0 9px 22px rgba(0,49,122,.11);
}
.admin-rx-icon{
  width:26px;
  height:26px;
  font-size:.82rem;
  box-shadow:0 7px 16px rgba(0,73,183,.18);
}
.admin-rx-link:hover,
.admin-rx-link:focus-visible{
  transform:translateY(-3px) scale(1.025);
  box-shadow:0 16px 34px rgba(0,73,183,.17);
}
@media (max-width:760px){
  .admin-rx-link{
    width:auto;
    max-width:none;
    padding:7px 11px;
    font-size:.72rem;
  }
  .admin-rx-icon{width:24px;height:24px}
}

/* Ajuste V: desplazar el acceso administrativo RX un poco hacia la izquierda */
@media (min-width:761px){
  .admin-rx-link{
    margin-right:72px;
  }
}
