/* ========================================================= */
/* FUENTES */
/* ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap');


/* ========================================================= */
/* RESET BÁSICO */
/* ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(152, 184, 54, 0.10), transparent 18%),
    radial-gradient(circle at bottom right, rgba(152, 184, 54, 0.06), transparent 22%),
    linear-gradient(180deg, #020302 0%, #060706 45%, #090b09 100%);
  color: #ffffff;
  font-family: "Karla", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.22s ease;
}


/* ========================================================= */
/* ESTRUCTURA GENERAL DE LA PÁGINA */
/* ========================================================= */
.lc-portal-page {
  min-height: 100vh;
}

.lc-portal-selector {
  position: relative;
  padding: 72px 24px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top left, rgba(152, 184, 54, 0.08), transparent 18%),
    linear-gradient(180deg, #040504 0%, #080908 100%);
}

.lc-portal-selector__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}


/* ========================================================= */
/* FONDO NEÓN PREMIUM */
/* Líneas diagonales + brillos verdes + grid futurista */
/* ========================================================= */
.lc-portal-selector::before,
.lc-portal-selector::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
}

.lc-portal-selector::before {
  background:
    repeating-linear-gradient(
      115deg,
      transparent 0 24px,
      rgba(152, 184, 54, 0.16) 24px 26px,
      transparent 26px 54px
    ),
    repeating-linear-gradient(
      115deg,
      transparent 0 90px,
      rgba(186, 255, 78, 0.08) 90px 92px,
      transparent 92px 150px
    );
  opacity: 0.70;
  filter: blur(0.3px);
  animation: lcLinesMove 28s linear infinite;
  will-change: transform;
}

.lc-portal-selector::after {
  background:
    radial-gradient(circle at 18% 24%, rgba(152, 184, 54, 0.30), transparent 14%),
    radial-gradient(circle at 82% 18%, rgba(186, 255, 78, 0.20), transparent 16%),
    radial-gradient(circle at 62% 78%, rgba(107, 255, 120, 0.14), transparent 18%),
    radial-gradient(circle at 30% 70%, rgba(152, 184, 54, 0.12), transparent 20%);
  filter: blur(32px);
  opacity: 0.90;
  animation: lcGlowFloat 18s ease-in-out infinite alternate;
}

.lc-portal-selector__inner::before {
  content: "";
  position: absolute;
  inset: 120px 0 auto;
  height: 360px;
  background:
    linear-gradient(rgba(186, 255, 78, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(186, 255, 78, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: perspective(900px) rotateX(72deg);
  transform-origin: top center;
  opacity: 0.22;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
  pointer-events: none;
  animation: lcGridPulse 6s ease-in-out infinite;
}


/* ========================================================= */
/* ETIQUETAS SUPERIORES */
/* LCGRUP / Web corporativa / Instagram */
/* ========================================================= */
.lc-portal-selector__eyebrow,
.lc-portal-card__tag,
.lc-portal-instagram__eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(152, 184, 54, 0.26);
  background: rgba(152, 184, 54, 0.10);
  color: #b6db57;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(152, 184, 54, 0.10);
}

.lc-portal-selector__eyebrow {
  display: table;
  margin: 0 auto 18px;
}


/* ========================================================= */
/* TÍTULO PRINCIPAL Y TEXTO DE ENTRADA */
/* ========================================================= */
.lc-portal-selector h1 {
  position: relative;
  max-width: 980px;
  margin: 0 auto 20px;
  text-align: center;
  color: #b8e14d;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-shadow:
    0 0 18px rgba(152, 184, 54, 0.14),
    0 0 42px rgba(152, 184, 54, 0.08);
}

.lc-portal-selector h1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(720px, 92%);
  height: 180px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(152, 184, 54, 0.18) 0%, rgba(152, 184, 54, 0.08) 35%, rgba(152, 184, 54, 0) 72%);
  filter: blur(26px);
  z-index: -1;
  pointer-events: none;
  animation: lcHaloPulse 5s ease-in-out infinite;
}

.lc-portal-selector__lead {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.75;
}


/* ========================================================= */
/* GRID DE LAS DOS WEBS */
/* Tarjetas principales: LCGRUP y TuVampi */
/* ========================================================= */
.lc-portal-selector__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.lc-portal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(15, 18, 15, 0.94), rgba(8, 10, 8, 0.98));
  border: 1px solid rgba(152, 184, 54, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 0 1px rgba(152, 184, 54, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(152, 184, 54, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
}

.lc-portal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(152, 184, 54, 0.10), transparent 24%, transparent 76%, rgba(152, 184, 54, 0.08));
  opacity: 0.8;
  pointer-events: none;
}

.lc-portal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(186, 255, 78, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(152, 184, 54, 0.08),
    0 24px 46px rgba(0, 0, 0, 0.30),
    0 0 34px rgba(152, 184, 54, 0.14);
}

.lc-portal-card__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 88px;
  margin-bottom: 20px;
}

.lc-portal-card__logo-wrap img {
  max-width: 220px;
  filter: drop-shadow(0 0 12px rgba(152, 184, 54, 0.10));
}

.lc-portal-card__tag {
  margin-bottom: 14px;
  align-self: flex-start;
}

.lc-portal-card h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.02;
  font-weight: 700;
}

.lc-portal-card p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}


/* ========================================================= */
/* LISTA DE BENEFICIOS DENTRO DE CADA TARJETA */
/* ========================================================= */
.lc-portal-card__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.lc-portal-card__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
}

.lc-portal-card__list li:last-child {
  margin-bottom: 0;
}

.lc-portal-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8fb52f, #c3ff52);
  box-shadow:
    0 0 0 6px rgba(152, 184, 54, 0.10),
    0 0 16px rgba(186, 255, 78, 0.24);
}


/* ========================================================= */
/* BOTONES PRINCIPALES */
/* ========================================================= */
.lc-portal-card__button,
.lc-portal-card__button:link,
.lc-portal-card__button:visited,
.lc-portal-instagram__button,
.lc-portal-instagram__button:link,
.lc-portal-instagram__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #89b72d, #c1ff4c);
  color: #071005;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow:
    0 12px 28px rgba(107, 142, 35, 0.24),
    0 0 22px rgba(186, 255, 78, 0.16);
}

.lc-portal-card__button:hover,
.lc-portal-instagram__button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(152, 184, 54, 0.30),
    0 0 28px rgba(186, 255, 78, 0.24);
  filter: brightness(1.05);
}


/* ========================================================= */
/* BLOQUE DE INSTAGRAM */
/* ========================================================= */
.lc-portal-instagram {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 28px;
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(15, 18, 15, 0.94), rgba(8, 10, 8, 0.98));
  border: 1px solid rgba(152, 184, 54, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 0 1px rgba(152, 184, 54, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(152, 184, 54, 0.06);
  overflow: hidden;
}

.lc-portal-instagram__eyebrow {
  margin-bottom: 14px;
}

.lc-portal-instagram h3 {
  margin: 0 0 14px;
  color: #b8e14d;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  text-shadow: 0 0 24px rgba(152, 184, 54, 0.10);
}

.lc-portal-instagram p {
  max-width: 720px;
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.lc-portal-instagram__handle {
  display: inline-block;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.lc-portal-instagram__handle:hover {
  color: #b8e14d;
  text-shadow: 0 0 18px rgba(186, 255, 78, 0.22);
}

.lc-portal-instagram__button {
  align-self: center;
}


/* ========================================================= */
/* FOOTER */
/* ========================================================= */
.lc-footer {
  padding: 8px 24px 32px;
}

.lc-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.lc-footer__copy,
.lc-footer__credit {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.lc-footer__credit a {
  color: #b8e14d;
  text-decoration: none;
  font-weight: 700;
}

.lc-footer__credit a:hover {
  color: #d1ff66;
  text-shadow: 0 0 14px rgba(186, 255, 78, 0.20);
}


/* ========================================================= */
/* ANIMACIONES CSS */
/* Solo fondo, halo y grid */
/* ========================================================= */
@keyframes lcLinesMove {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-48px, -24px, 0);
  }
}

@keyframes lcGlowFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(12px, -6px, 0) scale(1.04);
  }
}

@keyframes lcHaloPulse {
  0%,
  100% {
    opacity: 0.70;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.03);
  }
}

@keyframes lcGridPulse {
  0%,
  100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.24;
  }
}


/* ========================================================= */
/* TABLET */
/* ========================================================= */
@media (max-width: 1024px) {
  .lc-portal-selector {
    padding: 56px 18px;
  }

  .lc-portal-selector__lead {
    font-size: 18px;
  }

  .lc-portal-selector__grid {
    grid-template-columns: 1fr;
  }

  .lc-portal-card {
    padding: 28px 24px;
  }

  .lc-portal-selector__inner::before {
    height: 260px;
    background-size: 42px 42px;
  }
}


/* ========================================================= */
/* MÓVIL */
/* ========================================================= */
@media (max-width: 767px) {
  .lc-portal-selector {
    padding: 42px 14px;
  }

  .lc-portal-selector h1 {
    line-height: 1.02;
  }

  .lc-portal-selector__lead {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.7;
  }

  .lc-portal-card,
  .lc-portal-instagram {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .lc-portal-card__logo-wrap {
    min-height: auto;
    margin-bottom: 18px;
  }

  .lc-portal-card__logo-wrap img {
    max-width: 180px;
  }

  .lc-portal-card h2 {
    font-size: 28px;
  }

  .lc-portal-card p,
  .lc-portal-instagram p,
  .lc-portal-instagram__handle {
    font-size: 15px;
    line-height: 1.65;
  }

  .lc-portal-card__button,
  .lc-portal-instagram__button {
    width: 100%;
    align-self: stretch;
  }

  .lc-portal-selector__inner::before {
    inset: 140px 0 auto;
    height: 180px;
    background-size: 34px 34px;
    opacity: 0.16;
  }

  .lc-footer {
    padding: 6px 14px 24px;
  }

  .lc-footer__copy,
  .lc-footer__credit {
    font-size: 13px;
  }
}