@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Saira", sans-serif;
}

html {
  overflow-y: scroll;
}

html::-webkit-scrollbar {
  width: 0.5rem;
  background-color: rgb(0, 0, 0, 0.473);
  border-radius: 3rem;
}

html::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 3rem;
}

body {
  background-repeat: repeat;
  background-size: cover;
  height: 100vh;
}

ul, ol {
  list-style: none;
}

.fas:hover {
  color: #ffffff;
}

.actGymEnlaces a {
  text-decoration: none;
  color: #000000;
}
.actGymEnlaces a:hover {
  color: #000000;
}

/*----Menú de Navegación Big Screens----*/
header {
  background-image: url(../images/fondo-headerrrr2.jpg);
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
  width: 100%;
}

#logo__superior {
  background-position-y: 25%;
  background-position-x: center;
  background-image: url(../logolovefit.png);
  background-size: 35%;
  background-repeat: no-repeat;
}

#logo__superior img {
  width: 500px;
}

#menu__nav {
  position: relative;
  top: -6rem;
  width: 100%;
}

.container__menu {
  background-color: #c9c9c9;
  height: 5rem;
  width: 100%;
  padding-top: 1.75rem;
  text-align: center;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}

.nav__inline li a {
  background-color: #c9c9c9;
  color: #ffffff;
  padding: 1.25rem 0.5rem;
  text-decoration: none;
  font-weight: bold;
  align-items: center;
  font-size: 20px;
}

.nav__inline--li {
  display: inline-block;
  margin-right: 1rem;
}

.nav__inline li a:hover {
  background-color: #ffffff;
  color: black;
  height: auto;
}

.btnGym {
  color: #ffffff;
  padding: 0.3rem;
  background-color: #000;
  font-weight: bold;
  border: none;
  border-radius: 0.5rem;
  background-position-x: center;
  text-decoration: none;
}

.btnGym:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

/*----Menú de Navegación Small Screens----*/
#menu__nav--responsive {
  margin: auto;
  width: 100%;
}

#ulNavResponsive {
  margin-left: 5%;
}

.nav__responsive {
  padding-left: 0;
}

.nav__responsive li a {
  background-color: #c9c9c9;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-decoration: none;
  font-weight: bold;
  align-items: center;
  text-align: center;
  align-self: center;
  padding: 0.5rem;
}

.nav__responsive li a:hover {
  background-color: #ffffff;
  color: black;
  background-position: center;
}

.nav__responsive li ul {
  display: none;
  position: absolute;
  font-weight: bold;
  text-align: center;
  width: 80%;
  /*esto es el tamaño de la caja de los elementos del submenu */
}

.nav__responsive li:hover > ul {
  display: block;
  z-index: 100;
}

.container__menu--res {
  background-color: #c9c9c9;
  height: 3rem;
  width: 100%;
  padding-top: 0.75rem;
  background-position-x: center;
  text-align: center;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}

/*--------------------------*/
/*----------TRAINING GENERADOR--------*/
.form__contact {
  color: #000000;
  font-weight: bold;
  background-color: rgb(0, 0, 0, 0.473);
  border-radius: 5px;
  margin-top: 0%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}

.contact__h5 {
  font-weight: bold;
}

fieldset {
  border: 2px solid rgb(222, 222, 222, 0.473);
  padding-left: 1rem;
  padding-bottom: 1rem;
}

/* Ventanas modal rutina*/
.modalContainerRutinas {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.modalRutinasActive {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.modalRutinas {
  color: black;
  background-color: #ffffff;
  width: 95%;
  height: 95%;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
  overflow-y: scroll;
}

.modalRutinas::-webkit-scrollbar {
  width: 0.5rem;
  background-color: rgb(196, 196, 196, 0.473);
  border-radius: 3rem;
}

.modalRutinas::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
  border-radius: 3rem;
}

.modalForm {
  color: black;
  background-color: #ffffff;
  background-size: contain;
  width: 50%;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
}

/*-------------------INDEX---------------*/
.container__actividad {
  margin-top: -5rem;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
}

.contenedor {
  position: relative;
  margin: 2%;
}

.img__index--act {
  border-radius: 100%;
  filter: grayscale(1);
}

.filtro__hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgb(0, 0, 0, 0.473);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.filtro__hov p {
  transform: translateY(2.5rem);
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.815);
}

.filtro__hov:hover {
  opacity: 1;
}
.filtro__hov:hover p {
  transform: translateY(0rem);
  color: #ffffff;
}

@media screen and (min-width: 360px) {
  .container__actividad {
    padding: 0%;
    width: 100%;
    margin-top: 2rem;
  }

  .img__index--act {
    height: 15rem;
    width: 15rem;
  }

  #menu__nav {
    display: none;
  }

  #logo__superior {
    padding: 15%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #ulNavResponsive {
    margin-left: 7%;
  }
}
@media screen and (min-width: 768px) {
  .container__actividad {
    margin-top: -5rem;
  }

  #logo__superior {
    text-align: center;
    padding: 20%;
  }

  #menu__nav {
    display: inline;
  }

  #menu__nav--responsive {
    display: none;
  }

  .mainSpace {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__inline li a {
    padding: 1.25rem 1.25rem;
  }

  .img__index--act {
    height: 13rem;
    width: 13rem;
  }
}
h4 {
  color: #000000;
}

p {
  color: black;
}

.form__contact {
  color: #000;
  background-color: rgb(204, 204, 204, 0.473);
  border-radius: 5px;
  margin-top: 0%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}
.form__contact i {
  font-size: 1.5rem;
}

.contact__h5 {
  font-weight: bold;
}

.servOfrecidos {
  color: #000000;
  background-color: #000000;
}

.form-check-input:checked {
  background-color: rgb(0, 0, 0, 0.473);
  border-color: #000000;
}

.formuario__label {
  display: block;
  font-weight: 1.5rem;
  padding: 1rem;
  cursor: pointer;
}

.formulario__grupo-input {
  position: relative;
}

.formulario__input {
  width: 100%;
  background-color: #fff;
  border: 0.25rem solid transparent;
  border-radius: 0.35rem;
  height: 2.5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
}

.formulario__input--mensaje {
  width: 100%;
  background-color: #fff;
  border: 0.25rem solid transparent;
  border-radius: 0.35rem;
  height: 5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
}

.formulario__input--mensaje:focus {
  border: 0.3rem solid #000000;
  outline: none;
  box-shadow: 3px 0px 10px #241d1b;
}

.formulario__input:focus {
  border: 0.3rem solid #000000;
  outline: none;
  box-shadow: 3px 0px 10px #241d1b;
}

.formulario__input-error {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: none;
  color: black;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

.formulario__mensaje {
  height: auto;
  padding: 20%;
  align-items: center;
  text-align: center;
  margin: auto;
  background-color: #241d1b;
  padding: 0 15px;
  border-radius: 3px;
  display: none;
  color: #ffffff;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje p {
  padding: 5px;
}

.formulario__grupo-correcto .formulario__validacion-estado {
  color: #000000;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: black;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #241d1b;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #241d1b;
}

.recibir__novedades:focus {
  background-color: #000000;
  color: #ffffff;
}

.recibir__novedades:hover {
  background-color: #000000;
  color: #ffffff;
}

#contenedorMercadoPago {
  color: black;
  background-color: #ffffff;
  width: 90%;
  height: auto;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
}
#contenedorMercadoPago fieldset {
  border: 0.25rem solid #000000;
  padding: 1rem;
  border-radius: 0.5rem;
}
#contenedorMercadoPago h3 {
  color: #000000;
  font-weight: bold;
}
#contenedorMercadoPago a {
  text-decoration: none;
  color: #000000;
}

/* ==========================
   Premium Love Fit Redesign
   ========================== */

:root {
  --lf-bg: #eef1f4;
  --lf-surface: rgba(255, 255, 255, 0.82);
  --lf-surface-strong: #ffffff;
  --lf-surface-dark: rgba(10, 12, 14, 0.72);
  --lf-ink: #111315;
  --lf-muted: #5b6168;
  --lf-border: rgba(17, 19, 21, 0.10);
  --lf-shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.18);
  --lf-shadow-md: 0 16px 38px rgba(0, 0, 0, 0.12);
  --lf-teal: rgb(7, 167, 153);
  --lf-teal-soft: rgba(7, 167, 153, 0.14);
  --lf-black: #0c0d0f;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  height: auto;
  color: var(--lf-ink);
  background:
    radial-gradient(circle at top left, rgba(7, 167, 153, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.65), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, var(--lf-bg) 42%, #e3e8ee 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.25;
  mix-blend-mode: soft-light;
}

header.site-header {
  position: relative;
  min-height: 42rem;
  background-image:
    linear-gradient(180deg, rgba(3, 6, 8, 0.18), rgba(3, 6, 8, 0.72)),
    url(../images/fondo-headerrrr2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

header.site-header::after {
  content: "";
  position: absolute;
  inset: auto -15% -6rem auto;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(7, 167, 153, 0.35) 0%, rgba(7, 167, 153, 0.06) 45%, transparent 70%);
  filter: blur(10px);
}

.site-topbar {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.25rem;
  width: min(1180px, calc(100% - 2rem));
  padding: 1rem 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(8, 10, 12, 0.56);
  backdrop-filter: blur(14px);
  box-shadow: var(--lf-shadow-md);
}

.hero-brand-link {
  text-decoration: none;
}

.hero-brand {
  display: grid;
  gap: 0.15rem;
}

.hero-kicker {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-subtitle,
.hero-user {
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-nav a {
  padding: 0.68rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 11, 14, 0.56);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.hero-nav a:hover {
  transform: translateY(-1px);
  border-color: rgba(19, 224, 206, 0.42);
  background: rgba(13, 30, 31, 0.86);
  color: #fff;
}

.promo-popup-copy .hero-pill {
  border-color: rgba(113, 243, 229, 0.26);
  background: linear-gradient(135deg, rgba(8, 18, 20, 0.96), rgba(17, 35, 38, 0.94));
  color: #e5fffb;
}

.site-main {
  position: relative;
  z-index: 1;
}

.landing-hero {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 1.2rem;
  align-items: end;
}

.landing-copy h1 {
  margin: 1rem 0 0.75rem;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 0.94;
}

.landing-copy p {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.landing-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.landing-stats {
  display: grid;
  gap: 0.85rem;
}

.landing-stats article {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: rgba(8, 10, 12, 0.48);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.landing-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.landing-stats strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1.2rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(7, 167, 153, 0.42);
  background: linear-gradient(135deg, rgba(96, 240, 227, 0.46), rgba(34, 201, 185, 0.32));
  color: #066860;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(3, 12, 14, 0.22);
  text-shadow: none;
}

.hero-alert {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
}

.promo-popup.is-visible {
  display: block;
}

.promo-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 8, 0.72);
  backdrop-filter: blur(6px);
}

.promo-popup-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 760px);
  margin: min(10vh, 5rem) auto 0;
  padding: 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(11, 16, 18, 0.98), rgba(20, 31, 34, 0.96));
  color: #fff;
  display: grid;
  gap: 1rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.promo-popup-vertical .promo-popup-card {
  width: min(92vw, 460px);
}

.promo-popup-cuadrado .promo-popup-card,
.promo-popup-square .promo-popup-card {
  width: min(92vw, 560px);
}

.promo-popup-media img {
  width: 100%;
  max-height: 20rem;
  object-fit: cover;
  border-radius: 18px;
}

.promo-popup-copy h2 {
  margin: 0.9rem 0 0.6rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
}

.promo-popup-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.promo-popup-actions {
  margin-top: 1rem;
}

.promo-popup-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 15, 17, 0.82);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.promo-popup-media {
  padding-right: 2.8rem;
}

.motivation-strip,
.motivation-floating {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(7, 167, 153, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

.motivation-strip {
  margin-top: 1rem;
  max-width: 40rem;
}

.motivation-strip strong,
.motivation-floating strong {
  color: #0f3f3a;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.motivation-strip p,
.motivation-floating p {
  margin: 0;
  color: #48565d;
  font-size: 0.98rem;
  font-weight: 600;
}

.motivation-floating {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1030;
  max-width: 22rem;
}

.plan-checkout-form {
  display: grid;
  gap: 0.55rem;
}

.whatsapp-floating {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1031;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f7c61, #19a57b);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.audio-floating-button,
.audio-floating-badge {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1040;
  display: grid;
  gap: 0.1rem;
  min-width: 12rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(11, 19, 21, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
  color: #102126;
}

.audio-floating-button {
  text-align: left;
  border-color: rgba(7, 167, 153, 0.22);
}

.audio-floating-button strong,
.audio-floating-badge strong {
  font-size: 0.92rem;
  font-weight: 800;
}

.audio-floating-button span,
.audio-floating-badge span {
  color: #5a6870;
  font-size: 0.76rem;
  font-weight: 700;
}

.site-home {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.home-band,
.home-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-band-inner {
  display: grid;
  gap: 1rem;
}

.home-note {
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: rgba(255, 255, 255, 0.8);
  color: #354047;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  text-align: center;
  margin-bottom: 1.3rem;
}

.section-heading-left {
  justify-items: start;
  text-align: left;
}

.section-heading h2 {
  margin: 0;
  color: var(--lf-ink);
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 800;
}

.section-heading p {
  max-width: 44rem;
  margin: 0;
  color: var(--lf-muted);
}

.icon-shell {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  position: relative;
  background: linear-gradient(180deg, rgba(7, 167, 153, 0.18), rgba(255, 255, 255, 0.92));
  color: #0a1315;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.icon-shell i,
.icon-shell em {
  position: absolute;
}

.icon-shell i {
  font-size: 1.15rem;
}

.icon-shell em {
  font-style: normal;
  font-size: 0.96rem;
  font-weight: 900;
}

.icon-shell-small {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.85rem;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.experience-item {
  padding: 1.15rem;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 250, 0.94));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
}

.experience-item span,
.generator-side-card span,
.team-card-body span {
  display: block;
  color: var(--lf-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.experience-item h3,
.team-card-body h3 {
  margin: 0.45rem 0 0.35rem;
  color: #101315;
  font-size: 1.25rem;
  font-weight: 800;
}

.experience-item p,
.team-card-body p {
  margin: 0;
  color: #5f6870;
}

.home-section-grid {
  display: grid;
  gap: 1rem;
}

.generator-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.generator-layout-strong {
  grid-template-columns: 300px minmax(0, 1fr);
}

.generator-side {
  display: grid;
  gap: 0.8rem;
}

.generator-side-card {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.generator-side-card strong {
  display: block;
  margin-top: 0.35rem;
  color: #101315;
  font-size: 1.05rem;
}

.generator-side-card p {
  margin: 0.45rem 0 0;
  color: #606971;
}

.generator-side-card-highlight {
  background: linear-gradient(180deg, rgba(12, 14, 17, 0.95), rgba(22, 37, 39, 0.92));
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.generator-side-card-highlight span,
.generator-side-card-highlight p {
  color: rgba(255, 255, 255, 0.76);
}

.generator-side-card-highlight strong {
  color: #fff;
}

.generator-surface {
  display: grid;
  gap: 1rem;
}

.generator-header-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.generator-header-card strong {
  display: block;
  color: #101315;
}

.generator-header-card p {
  margin: 0.28rem 0 0;
  color: #667078;
}

.generator-prefill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.generator-prefill span,
.generator-prefill small {
  display: block;
  color: #687179;
}

.generator-prefill strong {
  display: block;
  color: #111315;
  font-size: 1.1rem;
}

.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form__contact--embedded {
  width: 100%;
  margin: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.team-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #dde4e8;
}

.team-card-body {
  padding: 1rem;
}

.preset-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.preset-card,
.plan-card {
  padding: 1.15rem;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.preset-card-top,
.plan-card-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.preset-card-top span:last-child,
.plan-card-top span:last-child,
.plan-card-top div span {
  display: block;
  color: #687179;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.preset-card strong,
.plan-card h3 {
  display: block;
  margin: 0.25rem 0 0;
  color: #101315;
  font-size: 1.2rem;
  font-weight: 800;
}

.preset-card p,
.plan-card p {
  margin: 0;
  color: #616b72;
}

.preset-meta,
.plan-chip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.preset-meta small,
.preset-meta a,
.plan-chip {
  color: #0d7167;
  font-weight: 800;
}

.preset-meta a {
  text-decoration: none;
}

.plan-price {
  margin: 0 0 0.45rem;
  color: #101315;
  font-size: 2rem;
  font-weight: 900;
}

.plan-chip {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(7, 167, 153, 0.10);
}

.plan-features {
  margin: 1rem 0;
  padding-left: 1.1rem;
  color: #566067;
  display: grid;
  gap: 0.35rem;
}

.feature-strip {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.feature-chip {
  padding: 0.75rem 1rem;
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--lf-ink);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.form__contact {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 2.5rem;
  padding: 1.75rem !important;
  border: 1px solid var(--lf-border);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(15, 18, 22, 0.83), rgba(15, 18, 22, 0.72));
  color: #fff;
  box-shadow: var(--lf-shadow-lg);
  backdrop-filter: blur(12px);
}

.form__contact::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(7, 167, 153, 0.12), transparent 25%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 28%);
  pointer-events: none;
}

.form__contact > * {
  position: relative;
  z-index: 1;
}

.formulario__label,
.form__contact p,
.form__elegir,
.formulario__grupo,
.formulario__input-error,
.formulario__mensaje,
.formulario__mensaje p,
.formulario__grupo-incorrecto .formulario__label,
.formulario__grupo-correcto .formulario__validacion-estado {
  color: inherit;
}

.formulario__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.formulario__grupo {
  margin-bottom: 1rem;
}

.formulario__grupo-input {
  position: relative;
}

.formulario__input,
.form-select {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.95rem;
  background-color: rgba(255, 255, 255, 0.94);
  color: var(--lf-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.formulario__input {
  padding: 0.85rem 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.form-select {
  padding: 0.8rem 1rem;
}

.formulario__input:focus,
.form-select:focus {
  border-color: rgba(7, 167, 153, 0.75);
  box-shadow: 0 0 0 0.22rem rgba(7, 167, 153, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.form__elegir {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.form__elegir input[type="radio"] {
  accent-color: var(--lf-teal);
  transform: scale(1.05);
}

.btnGym {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.85rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, #1b1d20, #08090b);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, opacity 0.18s ease;
}

.btnGym:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #23262b, #111214);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.btnGym:active {
  transform: translateY(0);
}

.modalRutinas,
.routine-panel {
  width: min(1180px, calc(100% - 2rem));
  margin: 1.5rem auto 3rem;
  padding: 1.5rem;
  border: 1px solid var(--lf-border);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--lf-shadow-lg);
  color: var(--lf-ink);
}

.modalRutinas {
  overflow: hidden;
}

.routine-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(17, 19, 21, 0.08);
}

.routine-title {
  margin-top: 0.8rem;
  margin-bottom: 0;
  color: var(--lf-ink);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
}

.routine-summary {
  display: grid;
  gap: 0.65rem;
  min-width: 16rem;
}

.routine-summary div {
  padding: 0.75rem 0.95rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f8fafc, #eef2f6);
  border: 1px solid rgba(17, 19, 21, 0.08);
}

.routine-summary span,
.day-label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--lf-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.routine-summary strong {
  display: block;
  font-size: 1rem;
}

.routine-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 1rem;
  color: var(--lf-muted);
}

.routine-meta strong {
  color: var(--lf-ink);
}

.routine-days {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.routine-day-nutrition {
  background:
    linear-gradient(180deg, rgba(7, 167, 153, 0.08), rgba(255, 255, 255, 0.98)),
    #fff;
}

.routine-note,
.routine-day {
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(17, 19, 21, 0.08);
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
}

.routine-note {
  border-left: 0.42rem solid var(--lf-teal);
}

.routine-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.routine-day h6 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.day-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(7, 167, 153, 0.12);
  color: var(--lf-teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.exercise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.routine-nutrition-copy {
  margin: 0;
  color: var(--lf-muted);
}

.routine-nutrition-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.routine-nutrition-metrics article {
  padding: 0.85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.routine-nutrition-metrics span,
.routine-list span {
  color: var(--lf-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.routine-nutrition-metrics strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--lf-ink);
}

.routine-nutrition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.routine-list {
  margin: 0.75rem 0 0;
  padding-left: 1rem;
  list-style: disc;
}

.routine-list li {
  margin-bottom: 0.55rem;
  color: var(--lf-ink);
}

.routine-action-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.routine-view-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(7, 167, 153, 0.14), transparent 30%),
    linear-gradient(180deg, #edf3f4 0%, #dde7e8 100%);
}

.routine-view-shell {
  width: min(1100px, calc(100% - 2rem));
  margin: 1rem auto 3rem;
  display: grid;
  gap: 1rem;
}

.routine-view-topbar {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.routine-panel-full {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.routine-consult-card,
.routine-view-empty {
  padding: 1.2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 17, 19, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
}

.exercise-card {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(17, 19, 21, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.exercise-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--lf-ink);
}

.site-footer {
  margin-top: 3rem;
  padding: 0 0 2rem;
  color: var(--lf-muted);
}

.footer-inner-custom {
  font-family: "Oswald", sans-serif;
  gap: 1.8rem;
}

.footer-contact-zone {
  text-align: center;
  display: grid;
  gap: 0.9rem;
  justify-items: center;
}

.footer-contact-zone h2,
.footer-brand-center h3 {
  margin: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-contact-zone h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.footer-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #15c8b5, #0aa39b);
  color: #071011 !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(7, 167, 153, 0.28);
}

.footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.4rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(17, 19, 21, 0.10);
  background: linear-gradient(180deg, rgba(18, 20, 24, 0.95), rgba(10, 11, 14, 0.92));
  box-shadow: var(--lf-shadow-lg);
  color: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 1.2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo-image {
  width: 4.1rem;
  height: 4.1rem;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(7, 167, 153, 0.18));
}

.footer-logo-mark {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.1rem;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--lf-teal), rgba(7, 167, 153, 0.55));
  color: #0a0d0f;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 28px rgba(7, 167, 153, 0.24);
}

.footer-kicker {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-inner-rich {
  gap: 1.5rem;
}

.footer-social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer-social-row a {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #15c8b5 !important;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-policy-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.footer-policy-row > a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

.footer-policy-row > a:last-child {
  text-align: right;
}

.footer-brand-center {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.footer-brand-center h3 span {
  color: #15c8b5;
}

.footer-people-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.footer-people-row article {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-people-row span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.footer-people-row strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr 0.95fr;
  gap: 1rem;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.footer-column-title {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-team {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.footer-person {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-role {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-person strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1rem;
}

.footer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner a {
  color: #fff;
}

.footer-meta-center {
  justify-items: center;
  text-align: center;
}

.admin-panel-hidden {
  display: none !important;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.84);
}

.footer-badge-line {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-footer .instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #dfe7ea);
  color: #0a0d0f;
}

.footer-meta {
  text-align: right;
}

.container {
  position: relative;
  z-index: 1;
}

.form__contact .formulario__mensaje,
.form__contact .formulario__input-error,
.form__contact .formulario__grupo-incorrecto .formulario__label,
.form__contact .formulario__grupo-correcto .formulario__validacion-estado {
  color: #fff;
}

.form__contact .formulario__input-error {
  opacity: 0.8;
}

.form__contact .alert {
  color: #111315;
}

@media (max-width: 991px) {
  .routine-header {
    flex-direction: column;
  }

  .routine-summary {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  header.site-header {
    min-height: 36rem;
  }

  .site-topbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .landing-actions,
  .hero-actions {
    width: 100%;
    gap: 0.7rem;
  }

  .hero-actions .btnGym,
  .landing-actions .btnGym {
    flex: 1 1 100%;
  }

  .site-topbar,
  .form__contact,
  .modalRutinas,
  .footer-inner {
    width: calc(100% - 1rem);
  }

  .form__contact {
    padding: 1.2rem !important;
  }

  .routine-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .site-topbar {
    align-items: flex-start;
  }

  .calendar-visual-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btnGym {
    flex: 1 1 auto;
  }

  .landing-hero,
  .experience-grid,
  .preset-grid,
  .plans-grid,
  .generator-layout,
  .generator-layout-strong,
  .form-grid-two,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .landing-stats,
  .footer-team,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .generator-prefill,
  .footer-brand,
  .footer-actions {
    align-items: flex-start;
  }

  .generator-surface,
  .generator-side-card,
  .experience-item,
  .preset-card,
  .plan-card,
  .team-card-body,
  .footer-person {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-meta {
    text-align: left;
  }
}

/* ==========================
   Admin Dashboard
   ========================== */

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(7, 167, 153, 0.10), transparent 32%),
    linear-gradient(180deg, #eef3f4 0%, #dfe7e9 100%);
  color: #16191c;
}

.admin-shell {
  width: min(1400px, calc(100% - 2rem));
  margin: 1rem auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1rem;
}

.admin-sidebar {
  position: sticky;
  top: 1rem;
  align-self: start;
  min-height: calc(100vh - 2rem);
  padding: 1rem;
  border: 1px solid rgba(12, 13, 15, 0.10);
  border-radius: 8px;
  background: #0e1112;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.admin-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem;
  color: #fff;
  text-decoration: none;
}

.admin-logo img {
  width: 2.9rem;
  height: 2.9rem;
  object-fit: contain;
}

.admin-logo strong {
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.admin-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.admin-quick-card {
  padding: 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(12, 13, 15, 0.10);
  background:
    radial-gradient(circle at top right, rgba(7, 167, 153, 0.18), transparent 40%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
  display: grid;
  gap: 0.55rem;
}

.admin-quick-card span {
  color: #0b8d80;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-quick-card strong {
  color: #101315;
  font-size: 1.2rem;
}

.admin-quick-card p {
  margin: 0;
  color: #5c676f;
}

.admin-quick-card a {
  color: #0b8d80;
  font-weight: 800;
  text-decoration: none;
}

.admin-nav {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.25rem;
}

.admin-nav a,
.admin-session a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.admin-nav a {
  padding: 0.72rem 0.8rem;
  border-radius: 8px;
  font-weight: 700;
}

.admin-nav a:hover,
.admin-nav a.is-active,
.admin-topnav a:hover,
.admin-topnav a.is-active {
  color: #fff;
  background: rgba(7, 167, 153, 0.20);
}

.admin-topnav a,
.admin-topnav a:hover,
.admin-topnav a.is-active {
  color: #223037;
}

.admin-topnav a {
  border: 1px solid rgba(9, 18, 21, 0.08);
}

.admin-topnav a:hover {
  border-color: rgba(7, 167, 153, 0.18);
  background: rgba(222, 240, 239, 0.92);
}

.admin-topnav a.is-active {
  border-color: rgba(7, 167, 153, 0.28);
  background: linear-gradient(135deg, rgba(186, 239, 235, 0.95), rgba(218, 245, 243, 0.95));
  color: #124843;
}

.admin-session {
  margin-top: auto;
  padding: 0.9rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  display: grid;
  gap: 0.3rem;
}

.admin-session span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.admin-session strong {
  color: #fff;
}

.admin-workspace {
  display: grid;
  gap: 1rem;
}

.admin-topnav {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(12, 13, 15, 0.10);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.admin-topnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  border: 1px solid transparent;
  background: rgba(241, 245, 246, 0.92);
  color: #2a343a;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.admin-topnav a:hover {
  transform: translateY(-1px);
}

.admin-hero {
  padding: 1.4rem;
  border: 1px solid rgba(12, 13, 15, 0.10);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(12, 13, 15, 0.94), rgba(27, 39, 40, 0.88)),
    url(../images/fondo-headerrrr2.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.admin-eyebrow,
.admin-card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(113, 243, 229, 0.18);
  background: linear-gradient(135deg, rgba(8, 18, 20, 0.92), rgba(17, 35, 38, 0.9));
  color: #e7fffc;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.admin-hero h1 {
  margin: 0.7rem 0 0.25rem;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: 0;
}

.admin-hero p {
  margin: 0;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.78);
}

.admin-button {
  min-height: 2.6rem;
  padding: 0.65rem 0.95rem;
  border: 0;
  border-radius: 8px;
  background: #0b0d0f;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.admin-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.admin-alert {
  padding: 0.9rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.admin-alert-success {
  color: #073d35;
  background: rgba(7, 167, 153, 0.14);
  border: 1px solid rgba(7, 167, 153, 0.25);
}

.admin-alert-error {
  color: #641b1b;
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.22);
}

.admin-alert.is-dismissing {
  opacity: 0;
  transform: translateY(-8px);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.admin-stats article,
.admin-card {
  border: 1px solid rgba(12, 13, 15, 0.10);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.admin-stats article {
  padding: 1rem;
}

.admin-stats span {
  display: block;
  color: #6a737b;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.admin-stats strong {
  display: block;
  margin-top: 0.45rem;
  color: #0f1113;
  font-size: 2rem;
  line-height: 1;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.admin-section-block {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 8px;
  border: 1px solid rgba(12, 13, 15, 0.10);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  scroll-margin-top: 1rem;
}

.admin-section-block:target {
  border-color: rgba(7, 167, 153, 0.35);
  box-shadow: 0 18px 36px rgba(7, 167, 153, 0.12);
}

.admin-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.admin-section-head h2 {
  margin: 0.5rem 0 0;
  color: #101315;
  font-size: 1.55rem;
  font-weight: 800;
}

.admin-section-head p {
  max-width: 40rem;
  margin: 0;
  color: #687179;
}

.admin-section-grid {
  display: grid;
  gap: 1rem;
}

.admin-section-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-card {
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.admin-card-narrow {
  max-width: 38rem;
}

.admin-card-payment {
  gap: 1rem;
}

.admin-card-wide {
  grid-column: 1 / -1;
}

.admin-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.admin-card h2 {
  margin: 0.55rem 0 0;
  color: #101315;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.admin-card p {
  color: #657078;
}

.admin-note {
  margin: 0;
  color: #6a747b;
  font-size: 0.92rem;
}

.admin-card label {
  margin-bottom: -0.35rem;
  color: #4d565d;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.admin-status {
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  color: #09675d;
  background: rgba(7, 167, 153, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-field {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.68rem 0.78rem;
  border: 1px solid rgba(15, 17, 19, 0.14);
  border-radius: 8px;
  background: #f8fafb;
  color: #151719;
  outline: none;
}

.admin-field:focus {
  border-color: rgba(7, 167, 153, 0.75);
  box-shadow: 0 0 0 0.2rem rgba(7, 167, 153, 0.14);
}

.admin-two-cols,
.admin-form-grid {
  display: grid;
  gap: 0.75rem;
}

.admin-two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
}

.admin-form-grid > div {
  display: grid;
  gap: 0.75rem;
}

.admin-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #fff;
}

.admin-table th,
.admin-table td {
  padding: 0.85rem;
  border-bottom: 1px solid rgba(15, 17, 19, 0.08);
  color: #252a2e;
}

.admin-table th {
  background: #f1f5f6;
  color: #3d464d;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.admin-feed {
  display: grid;
  gap: 0.7rem;
}

.admin-feed article {
  padding: 0.8rem;
  border-radius: 8px;
  background: #f5f8f9;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.admin-feed strong,
.admin-feed span {
  display: block;
}

.admin-feed span {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.88rem;
}

.admin-routine-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 1rem;
}

.admin-mini-form {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border-radius: 8px;
  background: #f5f8f9;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.admin-textarea {
  min-height: 9rem;
  resize: vertical;
}

.admin-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #425057;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: none !important;
}

.admin-check-compact {
  justify-content: center;
}

.admin-ia-points {
  display: grid;
  gap: 0.7rem;
}

.admin-ia-points article {
  padding: 0.85rem;
  border-radius: 0.9rem;
  background: #f4f8f8;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.admin-ia-points strong,
.admin-ia-points span {
  display: block;
}

.admin-ia-points span {
  color: #657078;
  margin-top: 0.2rem;
}

.admin-stack-list {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.admin-item-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(15, 17, 19, 0.08);
  background: #fff;
}

.admin-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-item-head strong,
.admin-item-head span {
  display: block;
}

.admin-item-head span {
  color: #69727a;
  font-size: 0.88rem;
}

.admin-inline-checks,
.admin-item-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.admin-item-actions-end {
  justify-content: flex-end;
  align-self: end;
}

.admin-field-inline {
  width: 6rem;
  min-height: 2.25rem;
  display: inline-block;
}

.admin-subpanel {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(15, 17, 19, 0.08);
  background: #f5f8f9;
}

.admin-subpanel h3 {
  margin: 0.2rem 0 0;
  color: #111315;
  font-size: 1rem;
  font-weight: 800;
}

.admin-link-inline {
  color: #0b7066;
  font-weight: 800;
  text-decoration: none;
}

.admin-delete-inline {
  display: flex;
  justify-content: flex-end;
}

.admin-template-list {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  max-height: 32rem;
  overflow: auto;
}

.admin-template-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.admin-template-list strong,
.admin-template-list span {
  display: block;
}

.admin-template-list span {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.86rem;
}

.admin-icon-button {
  width: 2.15rem;
  height: 2.15rem;
  border: 0;
  border-radius: 8px;
  background: #151719;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

/* ==========================
   Auth and Account Screens
   ========================== */

.auth-body,
.account-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(7, 167, 153, 0.12), transparent 28%),
    linear-gradient(180deg, #f6f8fa 0%, #e3e9ec 100%);
}

.auth-shell {
  min-height: 100vh;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 1rem;
  align-items: center;
}

.auth-side,
.auth-panel {
  border-radius: 8px;
  border: 1px solid rgba(15, 17, 19, 0.10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.auth-side {
  min-height: 28rem;
  padding: 2rem;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(9, 11, 13, 0.90), rgba(22, 38, 39, 0.82)),
    url(../images/fondo-headerrrr2.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.auth-side h1,
.auth-panel h1 {
  margin: 0.7rem 0 0.55rem;
  font-weight: 800;
  letter-spacing: 0;
}

.auth-side p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.auth-panel {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.94);
}

.auth-kicker {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: rgba(7, 167, 153, 0.14);
  color: #087a6f;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.auth-panel label {
  display: block;
  margin-bottom: 0.35rem;
  color: #485058;
  font-weight: 800;
}

.auth-field {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(15, 17, 19, 0.14);
  border-radius: 8px;
  background: #f8fafb;
  color: #151719;
}

.auth-field:focus {
  border-color: rgba(7, 167, 153, 0.75);
  box-shadow: 0 0 0 0.2rem rgba(7, 167, 153, 0.14);
  outline: none;
}

.auth-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.auth-hint {
  margin-top: 1rem;
  color: #687179;
}

.account-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 3rem;
  display: grid;
  gap: 1rem;
}

.account-header {
  padding: 1.4rem;
  border-radius: 8px;
  border: 1px solid rgba(15, 17, 19, 0.10);
  background:
    linear-gradient(115deg, rgba(10, 13, 15, 0.94), rgba(24, 42, 43, 0.84)),
    url(../images/fondo-headerrrr2.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.account-header h1 {
  margin: 0.7rem 0 0.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.account-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.account-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.account-stats {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 1.6fr;
  gap: 0.8rem;
}

.account-stats article,
.account-routine,
.account-empty {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(15, 17, 19, 0.10);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.account-stats span {
  display: block;
  color: #687179;
  font-weight: 800;
  text-transform: uppercase;
}

.account-stats strong {
  display: block;
  margin-top: 0.4rem;
  color: #101315;
  font-size: 1.5rem;
  overflow-wrap: anywhere;
}

.account-list {
  display: grid;
  gap: 1rem;
}

.account-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.account-feed {
  display: grid;
  gap: 0.75rem;
}

.account-feed-item {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem;
  border-radius: 8px;
  background: #f4f7f8;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.account-feed-item span,
.account-feed-item small {
  color: #667078;
}

.calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.calculator-card,
.calendar-day-card {
  padding: 0.95rem;
  border-radius: 16px;
  background: #f4f7f8;
  border: 1px solid rgba(15, 17, 19, 0.08);
}

.calculator-card span,
.calendar-day-card small {
  color: #6a737b;
}

.calculator-card strong {
  display: block;
  margin: 0.35rem 0;
  font-size: 1.6rem;
  color: #101315;
}

.calendar-visual-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.65rem;
}

.calendar-day-card {
  min-height: 7rem;
  display: grid;
  align-content: start;
  gap: 0.35rem;
}

.calendar-day-card strong {
  color: #101315;
}

.calendar-day-card span {
  display: block;
  padding: 0.3rem 0.45rem;
  border-radius: 10px;
  background: rgba(7, 167, 153, 0.12);
  color: #0d6960;
  font-size: 0.82rem;
}

.calendar-day-card.is-muted {
  opacity: 0.58;
}

.calendar-day-card.is-today {
  border-color: rgba(7, 167, 153, 0.35);
  box-shadow: 0 12px 24px rgba(7, 167, 153, 0.08);
}

.onboarding-item.is-complete {
  border: 1px solid rgba(7, 167, 153, 0.18);
  background: rgba(7, 167, 153, 0.08);
}

.whatsapp-card-link {
  width: fit-content;
}

.account-empty {
  display: grid;
  gap: 0.75rem;
}

.account-routine-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(15, 17, 19, 0.08);
}

.account-routine-head span,
.account-routine-meta small {
  display: block;
  color: #687179;
}

.account-routine-head h2 {
  margin: 0.2rem 0 0;
  color: #101315;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
}

.account-routine-meta {
  text-align: right;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-proof-card,
.routine-detail-grid article,
.maintenance-points article {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 21, 24, 0.92), rgba(13, 17, 19, 0.94));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.home-proof-card span,
.routine-detail-grid span,
.maintenance-points span {
  display: block;
  color: #8fbfbb;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-proof-card h3 {
  margin: 0.45rem 0 0.55rem;
  color: #f5f7f8;
  font-size: 1.25rem;
  font-weight: 800;
}

.home-proof-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.routine-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.routine-detail-grid strong {
  display: block;
  margin-top: 0.35rem;
  color: #f5f7f8;
  font-size: 0.95rem;
}

.maintenance-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(10, 163, 155, 0.22), transparent 35%),
    linear-gradient(180deg, #071012 0%, #0b0d0f 100%);
  color: #f5f7f8;
}

.maintenance-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.maintenance-card {
  width: min(760px, 100%);
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 20, 23, 0.95), rgba(10, 13, 15, 0.98));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.maintenance-logo {
  width: 130px;
  max-width: 100%;
  margin: 0 auto 1rem;
  display: block;
}

.maintenance-card h1 {
  margin: 0.85rem 0 0.65rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
}

.maintenance-card p {
  margin: 0 auto;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.78);
}

.maintenance-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  text-align: left;
}

.maintenance-points strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #f5f7f8;
}

.maintenance-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.legal-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(10, 163, 155, 0.16), transparent 32%),
    linear-gradient(180deg, #080b0d 0%, #101518 100%);
  color: #f5f7f8;
}

.legal-shell {
  width: min(1100px, calc(100% - 1.4rem));
  margin: 0 auto;
  padding: 1.1rem 0 2rem;
}

.legal-card {
  padding: 1.6rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 23, 26, 0.96), rgba(12, 16, 18, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.legal-card .hero-pill {
  border-color: rgba(113, 243, 229, 0.24);
  background: linear-gradient(135deg, rgba(8, 18, 20, 0.96), rgba(18, 38, 41, 0.92));
  color: #e4fffb;
}

.maintenance-card .hero-pill {
  border-color: rgba(113, 243, 229, 0.24);
  background: linear-gradient(135deg, rgba(8, 18, 20, 0.96), rgba(18, 38, 41, 0.92));
  color: #e4fffb;
}

.legal-card .btnGym {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.maintenance-custom-html {
  margin-top: 1rem;
  text-align: left;
}

.maintenance-custom-html > * {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-topbar {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.legal-card h1 {
  margin: 0.9rem 0 1rem;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
}

.legal-copy {
  display: grid;
  gap: 1rem;
}

.legal-copy section {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-copy h2 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #f5f7f8;
}

.legal-copy p,
.legal-copy li {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.legal-copy a {
  color: #90efe8;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.admin-user-preview,
.admin-user-side-form {
  display: grid;
  gap: 0.55rem;
  padding: 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-user-preview strong {
  color: #f5f7f8;
}

.admin-user-preview span {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 900px) {
  .hero-nav {
    justify-content: flex-start;
  }

  .promo-popup-card {
    width: min(94vw, 38rem);
    margin-top: 3rem;
  }

  .audio-floating-button,
  .audio-floating-badge {
    left: 1rem;
    right: 1rem;
    min-width: 0;
  }

  .motivation-floating {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }

  .auth-side {
    min-height: 18rem;
  }

  .admin-routine-layout,
  .account-stats,
  .account-grid-two,
  .home-proof-grid,
  .maintenance-points,
  .faq-grid,
  .calculator-grid,
  .routine-nutrition-grid,
  .routine-nutrition-metrics {
    grid-template-columns: 1fr;
  }

  .calendar-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .routine-detail-grid {
    grid-template-columns: 1fr;
  }

  .legal-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .account-header,
  .account-routine-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-routine-meta {
    text-align: left;
  }
}

@media (max-width: 1100px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-quick-grid,
  .footer-people-row {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: auto;
  }

  .admin-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-session {
    margin-top: 1rem;
  }

  .admin-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-section-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .admin-stats,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .footer-policy-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-policy-row > a:last-child {
    text-align: center;
  }

  .admin-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-item-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .admin-shell {
    width: calc(100% - 0.75rem);
    margin: 0.4rem auto;
  }

  .admin-two-cols,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-card-head {
    flex-direction: column;
  }

  .admin-topnav,
  .admin-section-head {
    flex-direction: column;
  }
}
#contenedorMercadoPago a:hover {
  color: #000000;
}

footer:not(.site-footer) {
  background-color: black;
  background-size: cover;
  background-position: center;
  width: 100%;
}
footer:not(.site-footer) div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 70%;
  margin: auto;
  padding-top: 1rem;
}
footer:not(.site-footer) div p {
  text-align: center;
  align-content: space-around;
  color: #ffffff;
  font-size: 0.75rem;
}
footer:not(.site-footer) div p a {
  text-decoration: none;
  color: #ffffff;
}
footer:not(.site-footer) div p a:hover {
  color: #000000;
}
footer:not(.site-footer) .fab {
  font-size: 1.5rem;
  color: #ffffff;
  padding-bottom: 2rem;
}
footer:not(.site-footer) .fab:hover {
  color: #000000;
}/*# sourceMappingURL=estilos.css.map */
