.elementor-6381 .elementor-element.elementor-element-72aa580{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6381 .elementor-element.elementor-element-8d81430{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-6381 .elementor-element.elementor-element-9cd34b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6381 .elementor-element.elementor-element-a631d64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6381 .elementor-element.elementor-element-8c8d3a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-eec2368 *//* =====================================================
   HERO ONE PAGE PARA ARTISTAS
   AGENCIA XPACIO
===================================================== */

.artist-hero,
.artist-hero * {
  box-sizing: border-box;
}

.artist-hero {
  --xpacio-dark: #04030a;
  --xpacio-dark-soft: #0b0715;

  --xpacio-white: #ffffff;
  --xpacio-text: #ded9eb;
  --xpacio-muted: #aaa3bb;

  --xpacio-blue: #178dff;
  --xpacio-cyan: #36d7ff;
  --xpacio-purple: #722cff;
  --xpacio-violet: #a855f7;
  --xpacio-pink: #ff2d9d;
  --xpacio-green: #25d366;

  position: relative;
  min-height: 100vh;
  padding: 125px 24px 95px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;

  color: var(--xpacio-white);
  background: var(--xpacio-dark);

  font-family: "Poppins", sans-serif;
}


/* =====================================================
   VIDEO DE FONDO
===================================================== */

.artist-hero__video-background {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  pointer-events: none;
}

.artist-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;

  object-fit: cover;
  object-position: center;

  transform: translate(-50%, -50%) scale(1.04);

  filter:
    saturate(1.08)
    contrast(1.07)
    brightness(0.72);

  animation: artistVideoZoom 18s ease-in-out infinite alternate;
}


/* Oscurece el video principalmente detrás del texto */

.artist-hero__video-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(4, 3, 10, 0.98) 0%,
      rgba(4, 3, 10, 0.91) 34%,
      rgba(4, 3, 10, 0.58) 67%,
      rgba(4, 3, 10, 0.76) 100%
    );
}


/* Colorización adicional */

.artist-hero__video-gradient {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 84% 37%,
      rgba(255, 45, 157, 0.2),
      transparent 35%
    ),
    radial-gradient(
      circle at 43% 82%,
      rgba(114, 44, 255, 0.22),
      transparent 44%
    ),
    linear-gradient(
      180deg,
      rgba(4, 3, 10, 0.1) 0%,
      rgba(4, 3, 10, 0.3) 58%,
      rgba(4, 3, 10, 0.94) 100%
    );

  opacity: 0.95;
}


/* =====================================================
   FONDO DECORATIVO
===================================================== */

.artist-hero__background {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}


/* Cuadrícula */

.artist-hero__grid {
  position: absolute;
  inset: 0;

  opacity: 0.14;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );

  background-size: 72px 72px;

  mask-image:
    linear-gradient(
      to bottom,
      black 0%,
      rgba(0, 0, 0, 0.72) 58%,
      transparent 100%
    );

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      black 0%,
      rgba(0, 0, 0, 0.72) 58%,
      transparent 100%
    );
}


/* =====================================================
   LUCES XPACIO
===================================================== */

.artist-hero__light {
  position: absolute;
  border-radius: 50%;

  filter: blur(90px);
  opacity: 0.68;

  mix-blend-mode: screen;
}

.artist-hero__light--blue {
  width: 420px;
  height: 420px;

  top: -170px;
  left: 10%;

  background: rgba(23, 141, 255, 0.45);

  animation: artistLightBlue 9s ease-in-out infinite alternate;
}

.artist-hero__light--purple {
  width: 520px;
  height: 520px;

  left: 42%;
  bottom: -310px;

  background: rgba(114, 44, 255, 0.4);

  animation: artistLightPurple 11s ease-in-out infinite alternate;
}

.artist-hero__light--pink {
  width: 430px;
  height: 430px;

  top: 5%;
  right: -180px;

  background: rgba(255, 45, 157, 0.36);

  animation: artistLightPink 10s ease-in-out infinite alternate;
}


/* =====================================================
   REFLECTORES DE ESCENARIO
===================================================== */

.artist-hero__spotlight {
  position: absolute;
  top: -35%;

  width: 260px;
  height: 125%;

  opacity: 0.16;
  filter: blur(21px);

  transform-origin: top center;

  clip-path:
    polygon(
      45% 0,
      55% 0,
      100% 100%,
      0 100%
    );

  mix-blend-mode: screen;
}

.artist-hero__spotlight--one {
  left: 15%;

  background:
    linear-gradient(
      to bottom,
      rgba(54, 215, 255, 0.82),
      transparent 88%
    );

  transform: rotate(-20deg);

  animation: artistSpotlightOne 9s ease-in-out infinite alternate;
}

.artist-hero__spotlight--two {
  left: 53%;

  background:
    linear-gradient(
      to bottom,
      rgba(168, 85, 247, 0.82),
      transparent 88%
    );

  transform: rotate(8deg);

  animation: artistSpotlightTwo 8s ease-in-out infinite alternate;
}

.artist-hero__spotlight--three {
  right: 3%;

  background:
    linear-gradient(
      to bottom,
      rgba(255, 45, 157, 0.84),
      transparent 88%
    );

  transform: rotate(20deg);

  animation: artistSpotlightThree 10s ease-in-out infinite alternate;
}


/* =====================================================
   VINILO
===================================================== */

.artist-hero__vinyl {
  position: absolute;

  top: 50%;
  right: -160px;

  width: 570px;
  height: 570px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;

  opacity: 0.25;

  transform: translateY(-50%);

  background:
    repeating-radial-gradient(
      circle,
      #15121d 0,
      #15121d 4px,
      #030307 5px,
      #030307 11px
    );

  box-shadow:
    0 0 90px rgba(114, 44, 255, 0.22),
    inset 0 0 60px rgba(255, 255, 255, 0.04);

  animation: artistVinyl 22s linear infinite;
}

.artist-hero__vinyl::before,
.artist-hero__vinyl::after {
  content: "";

  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.artist-hero__vinyl::before {
  inset: 7%;
}

.artist-hero__vinyl::after {
  inset: 27%;
}

.artist-hero__vinyl-ring {
  position: absolute;
  inset: 15%;

  border: 1px solid rgba(54, 215, 255, 0.13);
  border-radius: 50%;
}

.artist-hero__vinyl-label {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 116px;
  height: 116px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      #08040d 0 12%,
      transparent 13%
    ),
    linear-gradient(
      135deg,
      var(--xpacio-blue),
      var(--xpacio-purple),
      var(--xpacio-pink)
    );

  box-shadow:
    0 0 30px rgba(255, 45, 157, 0.42),
    0 0 70px rgba(114, 44, 255, 0.28);
}

.artist-hero__vinyl-label span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}


/* =====================================================
   ONDAS SONORAS
===================================================== */

.artist-hero__wave {
  position: absolute;

  left: 47%;
  bottom: -180px;

  width: 360px;
  height: 360px;

  border: 1px solid rgba(54, 215, 255, 0.2);
  border-radius: 50%;

  animation: artistWave 5s ease-out infinite;
}

.artist-hero__wave--two {
  border-color: rgba(168, 85, 247, 0.2);
  animation-delay: 1.6s;
}

.artist-hero__wave--three {
  border-color: rgba(255, 45, 157, 0.2);
  animation-delay: 3.2s;
}


/* =====================================================
   FRECUENCIA INFERIOR
===================================================== */

.artist-hero__frequency {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 4%;

  height: 55px;

  display: flex;
  align-items: center;
  justify-content: space-around;

  opacity: 0.15;

  mask-image:
    linear-gradient(
      90deg,
      transparent,
      black 15%,
      black 85%,
      transparent
    );

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent,
      black 15%,
      black 85%,
      transparent
    );
}

.artist-hero__frequency span {
  width: 2px;
  height: 30%;

  border-radius: 999px;

  background:
    linear-gradient(
      to top,
      var(--xpacio-blue),
      var(--xpacio-pink)
    );

  box-shadow:
    0 0 10px rgba(168, 85, 247, 0.7);

  animation: artistFrequency 1s ease-in-out infinite alternate;
}

.artist-hero__frequency span:nth-child(2n) {
  animation-delay: 0.1s;
}

.artist-hero__frequency span:nth-child(3n) {
  animation-delay: 0.25s;
}

.artist-hero__frequency span:nth-child(4n) {
  animation-delay: 0.4s;
}


/* =====================================================
   DESTELLOS
===================================================== */

.artist-hero__spark {
  position: absolute;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 0 9px #ffffff,
    0 0 22px var(--xpacio-cyan);

  animation: artistSpark 3s ease-in-out infinite;
}

.artist-hero__spark--one {
  top: 16%;
  left: 43%;
}

.artist-hero__spark--two {
  top: 65%;
  left: 8%;
  animation-delay: 0.8s;
}

.artist-hero__spark--three {
  top: 22%;
  right: 8%;
  animation-delay: 1.6s;
}

.artist-hero__spark--four {
  top: 76%;
  right: 28%;
  animation-delay: 2.2s;
}

.artist-hero__spark--five {
  top: 42%;
  left: 54%;
  animation-delay: 2.8s;
}


/* =====================================================
   CONTENEDOR PRINCIPAL
===================================================== */

.artist-hero__container {
  position: relative;
  z-index: 3;

  width: min(1260px, 100%);
  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(440px, 0.96fr);

  align-items: center;

  gap: clamp(50px, 7vw, 105px);
}


/* =====================================================
   CONTENIDO IZQUIERDO
===================================================== */

.artist-hero__content {
  position: relative;
  z-index: 4;
}


/* Etiqueta superior */

.artist-hero__eyebrow {
  width: fit-content;

  margin-bottom: 23px;
  padding: 9px 16px;

  display: flex;
  align-items: center;
  gap: 9px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;

  color: #f0ebff;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.1),
    0 10px 35px rgba(0, 0, 0, 0.22);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.artist-hero__eyebrow-icon {
  color: var(--xpacio-pink);

  font-size: 17px;

  text-shadow:
    0 0 9px var(--xpacio-pink),
    0 0 20px var(--xpacio-purple);

  animation: artistMusicIcon 1.8s ease-in-out infinite;
}


/* =====================================================
   TÍTULO CORREGIDO
===================================================== */

.artist-hero__title {
  max-width: 750px;
  margin: 0;

  color: #ffffff;

  font-size: clamp(45px, 5vw, 76px);
  font-weight: 700;

  line-height: 1.02;
  letter-spacing: -3.2px;

  text-shadow:
    0 8px 28px rgba(0, 0, 0, 0.62);

  text-wrap: balance;
}

.artist-hero__title-line {
  display: block;
}


/* Texto “te descubran” limpio y sin efecto 3D */

.artist-hero__title-gradient {
  display: inline-block;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      #6fdfff 0%,
      #7387ff 28%,
      #b950f3 62%,
      #ff4ca6 100%
    );

  background-clip: text;
  -webkit-background-clip: text;

  filter:
    drop-shadow(
      0 0 13px rgba(168, 85, 247, 0.2)
    );

  text-shadow: none;
}


/* Segundo bloque del título */

.artist-hero__title-secondary {
  display: block;

  margin-top: 20px;

  font-weight: 800;
}


/* Texto “te contraten” */

.artist-hero__title-highlight {
  position: relative;
  display: inline-block;

  margin-top: 2px;

  color: #ffffff;
}

.artist-hero__title-highlight::after {
  content: "";

  position: absolute;

  left: 2px;
  right: 0;
  bottom: -9px;

  height: 6px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--xpacio-blue),
      var(--xpacio-purple),
      var(--xpacio-pink),
      transparent
    );

  box-shadow:
    0 0 20px rgba(255, 45, 157, 0.48);
}


/* =====================================================
   DESCRIPCIÓN
===================================================== */

.artist-hero__description {
  max-width: 660px;

  margin: 36px 0 0;

  color: var(--xpacio-text);

  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.72;

  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.75);
}

.artist-hero__description strong {
  color: #ffffff;
  font-weight: 750;
}


/* =====================================================
   BOTONES
===================================================== */

.artist-hero__actions {
  margin-top: 35px;

  display: flex;
  flex-wrap: wrap;

  gap: 14px;
}

.artist-hero__button {
  position: relative;

  min-height: 64px;
  padding: 12px 22px;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  overflow: hidden;

  border-radius: 15px;

  color: #ffffff;
  text-decoration: none;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.artist-hero__button::before {
  content: "";

  position: absolute;

  top: -90%;
  left: -55%;

  width: 38%;
  height: 290%;

  transform: rotate(22deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.42),
      transparent
    );

  transition: left 0.65s ease;
}

.artist-hero__button:hover::before {
  left: 130%;
}

.artist-hero__button:hover {
  transform: translateY(-5px);
}

.artist-hero__button-text {
  display: flex;
  flex-direction: column;

  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
}

.artist-hero__button-text small {
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.66);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.artist-hero__button-icon {
  flex: 0 0 auto;

  width: 37px;
  height: 37px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.17);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.18),
    0 0 20px rgba(255, 255, 255, 0.13);

  font-size: 12px;
}


/* Botón principal */

.artist-hero__button--primary {
  border: 1px solid rgba(255, 255, 255, 0.22);

  background:
    linear-gradient(
      135deg,
      var(--xpacio-blue),
      var(--xpacio-purple) 50%,
      var(--xpacio-pink)
    );

  background-size: 180% 180%;

  box-shadow:
    0 16px 42px rgba(114, 44, 255, 0.35),
    0 0 35px rgba(255, 45, 157, 0.18);

  animation: artistButtonGradient 6s ease infinite;
}

.artist-hero__button--primary:hover {
  box-shadow:
    0 20px 50px rgba(114, 44, 255, 0.52),
    0 0 42px rgba(255, 45, 157, 0.28);
}


/* Botón WhatsApp */

.artist-hero__button--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.38);

  background:
    linear-gradient(
      135deg,
      rgba(37, 211, 102, 0.24),
      rgba(8, 52, 25, 0.3)
    ),
    rgba(8, 7, 17, 0.5);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.09),
    0 16px 42px rgba(0, 0, 0, 0.3);
}

.artist-hero__button--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.75);

  box-shadow:
    0 17px 45px rgba(37, 211, 102, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.12);
}

.artist-hero__button-icon--whatsapp {
  background: rgba(37, 211, 102, 0.28);

  box-shadow:
    0 0 24px rgba(37, 211, 102, 0.3);
}


/* =====================================================
   BENEFICIOS
===================================================== */

.artist-hero__trust {
  margin-top: 29px;

  display: flex;
  flex-wrap: wrap;

  gap: 11px 21px;
}

.artist-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;

  color: var(--xpacio-muted);

  font-size: 11px;
  font-weight: 650;

  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.75);
}

.artist-hero__trust-item span {
  width: 20px;
  height: 20px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.38);
  border-radius: 50%;

  color: #ffffff;

  background: rgba(114, 44, 255, 0.27);

  box-shadow:
    0 0 15px rgba(114, 44, 255, 0.16);

  font-size: 10px;
}


/* =====================================================
   ÁREA VISUAL
===================================================== */

.artist-hero__visual {
  position: relative;

  min-height: 595px;

  display: flex;
  align-items: center;
  justify-content: center;

  perspective: 1400px;
}

.artist-hero__visual-aura {
  position: absolute;

  width: 86%;
  height: 74%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 50%,
      rgba(23, 141, 255, 0.34),
      transparent 47%
    ),
    radial-gradient(
      circle at 68% 45%,
      rgba(255, 45, 157, 0.28),
      transparent 44%
    ),
    radial-gradient(
      circle,
      rgba(114, 44, 255, 0.25),
      transparent 65%
    );

  filter: blur(32px);

  animation: artistAura 4s ease-in-out infinite alternate;
}


/* Anillos */

.artist-hero__visual-ring {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;

  box-shadow:
    0 0 35px rgba(114, 44, 255, 0.08);
}

.artist-hero__visual-ring--one {
  width: 480px;
  height: 480px;

  animation: artistRingRotate 18s linear infinite;
}

.artist-hero__visual-ring--two {
  width: 395px;
  height: 395px;

  border-style: dashed;
  border-color: rgba(255, 45, 157, 0.14);

  animation: artistRingRotateReverse 14s linear infinite;
}


/* =====================================================
   COMPUTADOR
===================================================== */

.artist-hero__desktop {
  position: relative;
  z-index: 3;

  width: min(530px, 92%);

  transform: rotateY(-6deg) rotateX(2deg);

  animation: artistDesktopFloat 5s ease-in-out infinite;
}

.artist-hero__desktop-topbar {
  height: 40px;
  padding: 0 13px;

  display: flex;
  align-items: center;
  gap: 14px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;

  background: rgba(17, 13, 28, 0.9);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08);
}

.artist-hero__browser-dots {
  display: flex;
  gap: 5px;
}

.artist-hero__browser-dots span {
  width: 7px;
  height: 7px;

  border-radius: 50%;
}

.artist-hero__browser-dots span:nth-child(1) {
  background: #ff5f57;
}

.artist-hero__browser-dots span:nth-child(2) {
  background: #febc2e;
}

.artist-hero__browser-dots span:nth-child(3) {
  background: #28c840;
}

.artist-hero__browser-url {
  flex: 1;

  padding: 6px 12px;

  overflow: hidden;

  border-radius: 8px;

  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.055);

  font-size: 9px;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist-hero__desktop-screen {
  position: relative;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 0 7px 7px;

  background: #0d0917;

  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.6),
    0 0 55px rgba(114, 44, 255, 0.18);
}

.artist-hero__desktop-screen img,
.artist-hero__phone-screen img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}


/* Reflejo de pantalla */

.artist-hero__screen-shine {
  position: absolute;

  top: -60%;
  left: -75%;

  width: 45%;
  height: 220%;

  transform: rotate(25deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.12),
      transparent
    );

  animation: artistScreenShine 7s ease-in-out infinite;
}


/* Base del computador */

.artist-hero__desktop-base {
  width: 110%;
  height: 14px;

  margin-left: -5%;

  border-radius: 0 0 50% 50%;

  background:
    linear-gradient(
      180deg,
      #626070,
      #27242f
    );

  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.42);
}


/* Botón dentro del mockup */

.artist-hero__preview-overlay {
  position: absolute;

  right: 20px;
  bottom: 20px;
  left: 20px;

  min-height: 54px;
  padding: 10px 16px;

  display: flex;
  align-items: center;
  gap: 11px;

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;

  color: #ffffff;

  background: rgba(7, 5, 15, 0.74);

  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.38);

  text-decoration: none;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.artist-hero__preview-overlay:hover {
  transform: translateY(-4px);

  background: rgba(114, 44, 255, 0.84);
}

.artist-hero__preview-play {
  flex: 0 0 auto;

  width: 32px;
  height: 32px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      var(--xpacio-blue),
      var(--xpacio-purple),
      var(--xpacio-pink)
    );

  box-shadow:
    0 0 23px rgba(255, 45, 157, 0.4);

  font-size: 11px;
}

.artist-hero__preview-text {
  display: flex;
  flex-direction: column;

  font-size: 12px;
  font-weight: 850;
}

.artist-hero__preview-text small {
  margin-bottom: 2px;

  color: rgba(255, 255, 255, 0.58);

  font-size: 8px;
  font-weight: 600;
}


/* =====================================================
   CELULAR
===================================================== */

.artist-hero__phone {
  position: absolute;
  z-index: 5;

  right: -8px;
  bottom: 31px;

  width: 150px;
  padding: 7px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;

  background:
    linear-gradient(
      145deg,
      #4a4652,
      #111019 55%
    );

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.62),
    0 0 40px rgba(255, 45, 157, 0.18);

  transform: rotate(6deg);

  animation: artistPhoneFloat 4.7s ease-in-out infinite;
}

.artist-hero__phone-speaker {
  position: absolute;
  z-index: 2;

  top: 13px;
  left: 50%;

  width: 42px;
  height: 5px;

  border-radius: 999px;

  transform: translateX(-50%);

  background: #07070b;
}

.artist-hero__phone-screen {
  aspect-ratio: 9 / 18.5;

  overflow: hidden;

  border-radius: 19px;

  background: #09070e;
}


/* =====================================================
   BADGES
===================================================== */

.artist-hero__floating-badge {
  position: absolute;
  z-index: 7;

  padding: 11px 15px;

  display: flex;
  align-items: center;
  gap: 8px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.09),
    0 20px 45px rgba(0, 0, 0, 0.36);

  font-size: 10px;
  font-weight: 750;
}

.artist-hero__floating-badge--top {
  top: 42px;
  right: 2px;

  animation: artistBadge 4s ease-in-out infinite;
}

.artist-hero__floating-badge--bottom {
  left: 12px;
  bottom: 42px;

  animation: artistBadge 4.8s ease-in-out infinite reverse;
}

.artist-hero__floating-music {
  color: var(--xpacio-pink);

  font-size: 17px;

  text-shadow:
    0 0 12px var(--xpacio-pink);
}

.artist-hero__live-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--xpacio-green);

  box-shadow:
    0 0 8px var(--xpacio-green),
    0 0 18px var(--xpacio-green);

  animation: artistLive 1.5s ease-in-out infinite;
}


/* =====================================================
   ECUALIZADOR
===================================================== */

.artist-hero__equalizer {
  position: absolute;
  z-index: 6;

  top: 98px;
  left: -3px;

  width: 94px;
  height: 50px;

  padding: 8px 10px;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;

  background: rgba(10, 7, 18, 0.63);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    0 18px 43px rgba(0, 0, 0, 0.38);
}

.artist-hero__equalizer span {
  width: 5px;
  height: var(--height);

  border-radius: 999px;

  transform-origin: bottom;

  background:
    linear-gradient(
      to top,
      var(--xpacio-blue),
      var(--xpacio-purple),
      var(--xpacio-pink)
    );

  box-shadow:
    0 0 10px rgba(168, 85, 247, 0.4);

  animation:
    artistEqualizer 0.85s ease-in-out infinite alternate;

  animation-delay: var(--delay);
}


/* =====================================================
   SCROLL INFERIOR
===================================================== */

.artist-hero__scroll {
  position: absolute;
  z-index: 7;

  left: 50%;
  bottom: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;

  color: rgba(255, 255, 255, 0.55);

  transform: translateX(-50%);

  text-decoration: none;

  font-size: 8px;
  font-weight: 750;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-hero__scroll i {
  position: relative;

  width: 1px;
  height: 34px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.16);
}

.artist-hero__scroll i::after {
  content: "";

  position: absolute;

  top: -100%;
  left: 0;

  width: 100%;
  height: 52%;

  background:
    linear-gradient(
      to bottom,
      transparent,
      var(--xpacio-pink)
    );

  box-shadow:
    0 0 8px var(--xpacio-pink);

  animation: artistScroll 2s linear infinite;
}


/* =====================================================
   ANIMACIONES
===================================================== */

@keyframes artistVideoZoom {
  from {
    transform:
      translate(-50%, -50%)
      scale(1.04);
  }

  to {
    transform:
      translate(-50%, -50%)
      scale(1.12);
  }
}

@keyframes artistLightBlue {
  from {
    transform:
      translate(0, 0)
      scale(0.9);
  }

  to {
    transform:
      translate(80px, 50px)
      scale(1.15);
  }
}

@keyframes artistLightPurple {
  from {
    transform:
      translate(0, 0)
      scale(0.9);
  }

  to {
    transform:
      translate(-70px, -45px)
      scale(1.16);
  }
}

@keyframes artistLightPink {
  from {
    transform:
      translate(0, 0)
      scale(0.92);
  }

  to {
    transform:
      translate(-80px, 65px)
      scale(1.15);
  }
}

@keyframes artistSpotlightOne {
  from {
    transform:
      rotate(-23deg)
      translateX(-30px);
  }

  to {
    transform:
      rotate(-10deg)
      translateX(100px);
  }
}

@keyframes artistSpotlightTwo {
  from {
    transform:
      rotate(2deg)
      translateX(-50px);
  }

  to {
    transform:
      rotate(14deg)
      translateX(45px);
  }
}

@keyframes artistSpotlightThree {
  from {
    transform:
      rotate(25deg)
      translateX(30px);
  }

  to {
    transform:
      rotate(10deg)
      translateX(-100px);
  }
}

@keyframes artistVinyl {
  to {
    transform:
      translateY(-50%)
      rotate(360deg);
  }
}

@keyframes artistWave {
  0% {
    opacity: 0.45;
    transform: scale(0.25);
  }

  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}

@keyframes artistFrequency {
  from {
    height: 15%;
    opacity: 0.35;
  }

  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes artistSpark {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.7);
  }
}

@keyframes artistMusicIcon {
  0%,
  100% {
    transform:
      rotate(-5deg)
      scale(1);
  }

  50% {
    transform:
      rotate(7deg)
      scale(1.16);
  }
}

@keyframes artistButtonGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes artistAura {
  from {
    opacity: 0.65;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes artistRingRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes artistRingRotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes artistDesktopFloat {
  0%,
  100% {
    transform:
      rotateY(-6deg)
      rotateX(2deg)
      translateY(0);
  }

  50% {
    transform:
      rotateY(-3deg)
      rotateX(1deg)
      translateY(-13px);
  }
}

@keyframes artistPhoneFloat {
  0%,
  100% {
    transform:
      rotate(6deg)
      translateY(0);
  }

  50% {
    transform:
      rotate(3deg)
      translateY(-14px);
  }
}

@keyframes artistScreenShine {
  0%,
  70% {
    left: -75%;
  }

  100% {
    left: 145%;
  }
}

@keyframes artistBadge {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes artistLive {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes artistEqualizer {
  from {
    transform: scaleY(0.35);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes artistScroll {
  to {
    top: 125%;
  }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1080px) {

  .artist-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .artist-hero__video-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 3, 10, 0.94) 0%,
        rgba(4, 3, 10, 0.83) 55%,
        rgba(4, 3, 10, 0.95) 100%
      );
  }

  .artist-hero__container {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .artist-hero__content {
    max-width: 850px;
    margin: 0 auto;

    text-align: center;
  }

  .artist-hero__eyebrow {
    margin-right: auto;
    margin-left: auto;
  }

  .artist-hero__description {
    margin-right: auto;
    margin-left: auto;
  }

  .artist-hero__actions,
  .artist-hero__trust {
    justify-content: center;
  }

  .artist-hero__visual {
    width: min(700px, 100%);
    min-height: 535px;

    margin: 0 auto;
  }

  .artist-hero__desktop {
    width: min(570px, 86%);
  }

  .artist-hero__phone {
    right: 4%;
  }

  .artist-hero__vinyl {
    right: -270px;
    opacity: 0.17;
  }

  .artist-hero__spotlight {
    opacity: 0.1;
  }

}


/* =====================================================
   CELULAR
===================================================== */

@media (max-width: 640px) {

  .artist-hero {
    padding:
      104px
      17px
      80px;
  }

  .artist-hero__video {
    object-position: 58% center;

    filter:
      saturate(1.05)
      contrast(1.05)
      brightness(0.58);
  }

  .artist-hero__video-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 3, 10, 0.91) 0%,
        rgba(4, 3, 10, 0.82) 42%,
        rgba(4, 3, 10, 0.96) 100%
      );
  }

  .artist-hero__container {
    gap: 48px;
  }

  .artist-hero__eyebrow {
    padding: 8px 12px;

    font-size: 8px;
    letter-spacing: 1.1px;
  }

  .artist-hero__eyebrow-icon {
    font-size: 15px;
  }

  .artist-hero__title {
    font-size: clamp(38px, 11.2vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.8px;
  }

  .artist-hero__title-line {
    display: block;
  }

  .artist-hero__title-gradient {
    display: inline;
  }

  .artist-hero__title-secondary {
    margin-top: 17px;
  }

  .artist-hero__title-highlight::after {
    bottom: -6px;
    height: 5px;
  }

  .artist-hero__description {
    margin-top: 28px;

    font-size: 14px;
    line-height: 1.68;
  }

  .artist-hero__actions {
    margin-top: 28px;

    flex-direction: column;
  }

  .artist-hero__button {
    width: 100%;
    min-height: 63px;

    justify-content: flex-start;

    padding: 11px 17px;

    text-align: left;
  }

  .artist-hero__trust {
    gap: 9px 13px;
  }

  .artist-hero__trust-item {
    font-size: 9px;
  }

  .artist-hero__visual {
    min-height: 405px;
  }

  .artist-hero__desktop {
    width: 96%;

    transform: none;

    animation-name: artistDesktopMobile;
  }

  .artist-hero__desktop-topbar {
    height: 34px;

    border-radius: 13px 13px 0 0;
  }

  .artist-hero__browser-url {
    font-size: 7px;
  }

  .artist-hero__preview-overlay {
    right: 11px;
    bottom: 11px;
    left: 11px;

    min-height: 45px;

    padding: 7px 11px;
  }

  .artist-hero__preview-text {
    font-size: 9px;
  }

  .artist-hero__preview-play {
    width: 27px;
    height: 27px;
  }

  .artist-hero__phone {
    right: -4px;
    bottom: 7px;

    width: 105px;

    border-radius: 19px;
  }

  .artist-hero__phone-screen {
    border-radius: 13px;
  }

  .artist-hero__floating-badge {
    padding: 8px 10px;

    font-size: 7px;
  }

  .artist-hero__floating-badge--top {
    top: 14px;
    right: 0;
  }

  .artist-hero__floating-badge--bottom {
    left: 0;
    bottom: 7px;

    max-width: 210px;
  }

  .artist-hero__equalizer {
    top: 65px;
    left: -7px;

    transform: scale(0.76);
    transform-origin: left center;
  }

  .artist-hero__visual-ring--one {
    width: 330px;
    height: 330px;
  }

  .artist-hero__visual-ring--two {
    width: 280px;
    height: 280px;
  }

  .artist-hero__vinyl {
    width: 390px;
    height: 390px;

    right: -245px;

    opacity: 0.12;
  }

  .artist-hero__spotlight {
    width: 150px;
    opacity: 0.08;
  }

  .artist-hero__light {
    opacity: 0.5;
  }

  .artist-hero__frequency {
    bottom: 1%;
    opacity: 0.1;
  }

  .artist-hero__scroll {
    display: none;
  }

}


@keyframes artistDesktopMobile {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .artist-hero *,
  .artist-hero *::before,
  .artist-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .artist-hero__video {
    animation: none;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-72aa580 *//* =====================================================
   SECCIÓN 1 — ONE PAGE PARA ARTISTAS
   AGENCIA XPACIO
===================================================== */

.artist-hero,
.artist-hero * {
  box-sizing: border-box;
}

.artist-hero {
  --artist-bg: #05040c;
  --artist-bg-secondary: #0b0818;
  --artist-white: #ffffff;
  --artist-text: #d9d6e8;
  --artist-muted: #9892ae;
  --artist-purple: #7b2cff;
  --artist-violet: #a855f7;
  --artist-pink: #ff2aa1;
  --artist-blue: #3485ff;
  --artist-cyan: #38d7ff;
  --artist-green: #25d366;
  --artist-border: rgba(255, 255, 255, 0.12);

  position: relative;
  min-height: 100vh;
  padding: 130px 24px 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at 18% 20%, rgba(72, 35, 160, 0.2), transparent 35%),
    radial-gradient(circle at 82% 30%, rgba(255, 42, 161, 0.13), transparent 30%),
    linear-gradient(135deg, var(--artist-bg) 0%, var(--artist-bg-secondary) 55%, #06030d 100%);
  color: var(--artist-white);
}

/* Fondo */

.artist-hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.artist-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.artist-hero__nebula {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.55;
  animation: artistNebula 12s ease-in-out infinite alternate;
}

.artist-hero__nebula--one {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -120px;
  background: rgba(84, 45, 255, 0.35);
}

.artist-hero__nebula--two {
  width: 460px;
  height: 460px;
  right: -130px;
  bottom: -150px;
  background: rgba(255, 42, 161, 0.23);
  animation-delay: -4s;
}

.artist-hero__vinyl {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -140px;
  top: 50%;
  border-radius: 50%;
  opacity: 0.22;
  transform: translateY(-50%);
  background:
    repeating-radial-gradient(
      circle at center,
      #17131f 0,
      #17131f 4px,
      #050509 5px,
      #050509 10px
    );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 80px rgba(123, 44, 255, 0.25),
    inset 0 0 60px rgba(255, 255, 255, 0.03);
  animation: artistVinyl 20s linear infinite;
}

.artist-hero__vinyl-ring {
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.artist-hero__vinyl-label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, #150b20 0 14%, transparent 15%),
    linear-gradient(135deg, var(--artist-purple), var(--artist-pink));
  box-shadow: 0 0 35px rgba(255, 42, 161, 0.42);
}

.artist-hero__vinyl-label span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.artist-hero__wave {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(56, 215, 255, 0.16);
  border-radius: 50%;
  animation: artistWave 4.5s ease-out infinite;
}

.artist-hero__wave--one {
  left: 38%;
  bottom: -170px;
}

.artist-hero__wave--two {
  left: 38%;
  bottom: -170px;
  animation-delay: 2.1s;
}

.artist-hero__spark {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  box-shadow:
    0 0 10px white,
    0 0 25px var(--artist-cyan);
  animation: artistSpark 3s ease-in-out infinite;
}

.artist-hero__spark--one {
  top: 18%;
  left: 44%;
}

.artist-hero__spark--two {
  top: 72%;
  left: 7%;
  animation-delay: 1s;
}

.artist-hero__spark--three {
  right: 8%;
  top: 23%;
  animation-delay: 2s;
}

/* Contenedor */

.artist-hero__container {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

/* Contenido */

.artist-hero__content {
  position: relative;
  z-index: 4;
}

.artist-hero__eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #e9e4f9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.artist-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--artist-pink);
  box-shadow:
    0 0 8px var(--artist-pink),
    0 0 18px var(--artist-pink);
  animation: artistPulse 1.8s ease-in-out infinite;
}

.artist-hero__title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.98;
  letter-spacing: -3.8px;
  font-weight: 700;
  text-wrap: balance;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

.artist-hero__title strong {
  display: block;
  margin-top: 18px;
  font-weight: 800;
}

.artist-hero__title-gradient {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--artist-cyan),
    var(--artist-violet),
    var(--artist-pink)
  );
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 24px rgba(168, 85, 247, 0.32));
}

.artist-hero__title-outline {
  color: var(--artist-white);
  position: relative;
}

.artist-hero__title-outline::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  bottom: -9px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--artist-purple),
    var(--artist-pink),
    transparent
  );
  box-shadow: 0 0 20px rgba(255, 42, 161, 0.4);
}

.artist-hero__description {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--artist-text);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.artist-hero__description strong {
  color: var(--artist-white);
  font-weight: 700;
}

/* Botones */

.artist-hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.artist-hero__button {
  position: relative;
  min-height: 58px;
  padding: 15px 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.artist-hero__button::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -50%;
  width: 40%;
  height: 260%;
  transform: rotate(25deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: left 0.6s ease;
}

.artist-hero__button:hover::before {
  left: 125%;
}

.artist-hero__button:hover {
  transform: translateY(-4px);
}

.artist-hero__button--primary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    135deg,
    var(--artist-purple),
    var(--artist-pink)
  );
  box-shadow:
    0 14px 36px rgba(123, 44, 255, 0.28),
    0 0 30px rgba(255, 42, 161, 0.14);
}

.artist-hero__button--primary:hover {
  box-shadow:
    0 18px 45px rgba(123, 44, 255, 0.42),
    0 0 38px rgba(255, 42, 161, 0.24);
}

.artist-hero__button--whatsapp {
  color: white;
  border: 1px solid rgba(37, 211, 102, 0.3);
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.25), rgba(12, 79, 42, 0.25)),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 15px 34px rgba(0, 0, 0, 0.22);
}

.artist-hero__button--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.7);
  box-shadow:
    0 16px 40px rgba(37, 211, 102, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.artist-hero__button-icon {
  font-size: 16px;
}

/* Confianza */

.artist-hero__trust {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.artist-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--artist-muted);
  font-size: 12px;
  font-weight: 600;
}

.artist-hero__trust-icon {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: rgba(123, 44, 255, 0.24);
  border: 1px solid rgba(168, 85, 247, 0.32);
  font-size: 10px;
}

/* Visual */

.artist-hero__visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
}

.artist-hero__visual-glow {
  position: absolute;
  width: 82%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(123, 44, 255, 0.28), transparent 58%),
    radial-gradient(circle at 70% 40%, rgba(255, 42, 161, 0.22), transparent 38%);
  filter: blur(30px);
  animation: artistVisualGlow 4s ease-in-out infinite alternate;
}

.artist-hero__desktop {
  position: relative;
  z-index: 2;
  width: min(520px, 92%);
  transform: rotateY(-6deg) rotateX(2deg);
  animation: artistDesktopFloat 5s ease-in-out infinite;
}

.artist-hero__desktop-topbar {
  height: 40px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--artist-border);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(20, 17, 32, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.artist-hero__browser-dots {
  display: flex;
  gap: 5px;
}

.artist-hero__browser-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.artist-hero__browser-dots span:nth-child(1) {
  background: #ff5f57;
}

.artist-hero__browser-dots span:nth-child(2) {
  background: #febc2e;
}

.artist-hero__browser-dots span:nth-child(3) {
  background: #28c840;
}

.artist-hero__browser-url {
  flex: 1;
  padding: 6px 12px;
  overflow: hidden;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.05);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist-hero__desktop-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--artist-border);
  border-radius: 0 0 6px 6px;
  background:
    radial-gradient(circle at 30% 20%, rgba(123, 44, 255, 0.28), transparent 35%),
    #0d0a16;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.48),
    0 0 50px rgba(123, 44, 255, 0.13);
}

.artist-hero__desktop-screen img,
.artist-hero__phone-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.artist-hero__desktop-base {
  width: 110%;
  height: 14px;
  margin-left: -5%;
  border-radius: 0 0 50% 50%;
  background: linear-gradient(180deg, #555265, #24212d);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

.artist-hero__preview-overlay {
  position: absolute;
  inset: auto 20px 20px;
  min-height: 50px;
  padding: 10px 17px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: white;
  background: rgba(8, 6, 16, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.32);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.artist-hero__preview-overlay:hover {
  transform: translateY(-4px);
  background: rgba(123, 44, 255, 0.82);
}

.artist-hero__preview-play {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--artist-purple), var(--artist-pink));
  font-size: 11px;
  box-shadow: 0 0 20px rgba(255, 42, 161, 0.36);
}

/* Teléfono */

.artist-hero__phone {
  position: absolute;
  z-index: 4;
  right: -10px;
  bottom: 32px;
  width: 150px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  background: linear-gradient(145deg, #393542, #111019);
  box-shadow:
    0 28px 65px rgba(0, 0, 0, 0.52),
    0 0 35px rgba(255, 42, 161, 0.15);
  transform: rotate(6deg);
  animation: artistPhoneFloat 4.7s ease-in-out infinite;
}

.artist-hero__phone-speaker {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #08070d;
}

.artist-hero__phone-screen {
  aspect-ratio: 9 / 18.5;
  overflow: hidden;
  border-radius: 19px;
  background: #0b0811;
}

/* Badges */

.artist-hero__floating-badge {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: white;
  background: rgba(18, 14, 30, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 11px;
  font-weight: 700;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.artist-hero__floating-badge--top {
  top: 45px;
  right: 5px;
  animation: artistBadgeFloat 4s ease-in-out infinite;
}

.artist-hero__floating-badge--top span {
  color: var(--artist-green);
  text-shadow: 0 0 12px var(--artist-green);
}

.artist-hero__floating-badge--bottom {
  left: 15px;
  bottom: 42px;
  animation: artistBadgeFloat 4.8s ease-in-out infinite reverse;
}

.artist-hero__music-icon {
  color: var(--artist-pink);
  font-size: 18px;
}

/* Ecualizador */

.artist-hero__equalizer {
  position: absolute;
  z-index: 5;
  left: -2px;
  top: 100px;
  width: 88px;
  height: 46px;
  padding: 8px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(15, 11, 25, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.28);
}

.artist-hero__equalizer span {
  width: 5px;
  height: var(--bar-height);
  border-radius: 999px;
  transform-origin: bottom;
  background: linear-gradient(to top, var(--artist-purple), var(--artist-pink));
  box-shadow: 0 0 9px rgba(255, 42, 161, 0.25);
  animation: artistEqualizer 0.9s ease-in-out infinite alternate;
  animation-delay: var(--bar-delay);
}

/* Indicador inferior */

.artist-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-hero__scroll i {
  position: relative;
  width: 1px;
  height: 35px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.artist-hero__scroll i::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--artist-pink)
  );
  animation: artistScrollLine 2s linear infinite;
}

/* Animaciones */

@keyframes artistVinyl {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

@keyframes artistNebula {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(35px, -18px, 0) scale(1.12);
  }
}

@keyframes artistWave {
  0% {
    opacity: 0.4;
    transform: scale(0.3);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@keyframes artistSpark {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@keyframes artistPulse {
  0%,
  100% {
    transform: scale(0.85);
  }

  50% {
    transform: scale(1.25);
  }
}

@keyframes artistVisualGlow {
  from {
    opacity: 0.65;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes artistDesktopFloat {
  0%,
  100% {
    transform: rotateY(-6deg) rotateX(2deg) translateY(0);
  }

  50% {
    transform: rotateY(-3deg) rotateX(1deg) translateY(-12px);
  }
}

@keyframes artistPhoneFloat {
  0%,
  100% {
    transform: rotate(6deg) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateY(-13px);
  }
}

@keyframes artistBadgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes artistEqualizer {
  from {
    transform: scaleY(0.45);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes artistScrollLine {
  to {
    top: 120%;
  }
}

/* Tablet */

@media (max-width: 1080px) {
  .artist-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .artist-hero__container {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .artist-hero__content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }

  .artist-hero__eyebrow,
  .artist-hero__actions,
  .artist-hero__trust {
    justify-content: center;
  }

  .artist-hero__eyebrow {
    margin-right: auto;
    margin-left: auto;
  }

  .artist-hero__description {
    margin-right: auto;
    margin-left: auto;
  }

  .artist-hero__visual {
    width: min(700px, 100%);
    min-height: 530px;
    margin: 0 auto;
  }

  .artist-hero__desktop {
    width: min(560px, 86%);
  }

  .artist-hero__phone {
    right: 4%;
  }

  .artist-hero__vinyl {
    right: -250px;
  }
}

/* Móvil */

@media (max-width: 640px) {
  .artist-hero {
    padding: 105px 17px 85px;
  }

  .artist-hero__container {
    gap: 48px;
  }

  .artist-hero__eyebrow {
    padding: 8px 12px;
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .artist-hero__title {
    font-size: clamp(39px, 12vw, 55px);
    line-height: 1.02;
    letter-spacing: -2.4px;
  }

  .artist-hero__title strong {
    margin-top: 14px;
  }

  .artist-hero__title-outline::after {
    bottom: -6px;
    height: 5px;
  }

  .artist-hero__description {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.65;
  }

  .artist-hero__actions {
    margin-top: 28px;
    flex-direction: column;
  }

  .artist-hero__button {
    width: 100%;
    min-height: 57px;
    padding: 14px 16px;
  }

  .artist-hero__trust {
    gap: 9px 13px;
  }

  .artist-hero__trust-item {
    font-size: 10px;
  }

  .artist-hero__visual {
    min-height: 400px;
  }

  .artist-hero__desktop {
    width: 96%;
    transform: none;
    animation-name: artistDesktopFloatMobile;
  }

  .artist-hero__desktop-topbar {
    height: 34px;
    border-radius: 13px 13px 0 0;
  }

  .artist-hero__browser-url {
    font-size: 7px;
  }

  .artist-hero__preview-overlay {
    inset: auto 12px 12px;
    min-height: 43px;
    padding: 8px 12px;
    font-size: 10px;
  }

  .artist-hero__preview-play {
    width: 26px;
    height: 26px;
  }

  .artist-hero__phone {
    right: -5px;
    bottom: 10px;
    width: 105px;
    border-radius: 19px;
  }

  .artist-hero__phone-screen {
    border-radius: 13px;
  }

  .artist-hero__floating-badge--top {
    top: 15px;
    right: 0;
  }

  .artist-hero__floating-badge--bottom {
    left: 0;
    bottom: 8px;
    max-width: 210px;
  }

  .artist-hero__floating-badge {
    padding: 8px 10px;
    font-size: 8px;
  }

  .artist-hero__equalizer {
    top: 66px;
    left: -6px;
    transform: scale(0.78);
    transform-origin: left center;
  }

  .artist-hero__vinyl {
    width: 390px;
    height: 390px;
    right: -240px;
    opacity: 0.15;
  }

  .artist-hero__scroll {
    display: none;
  }

  @keyframes artistDesktopFloatMobile {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-8px);
    }
  }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {
  .artist-hero *,
  .artist-hero *::before,
  .artist-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81cbf8c *//* =====================================================
   SECCIÓN 2 — EL PROBLEMA
   ONE PAGE PARA ARTISTAS
===================================================== */

.artist-problem,
.artist-problem * {
  box-sizing: border-box;
}

.artist-problem {
  --ap-dark: #05030c;
  --ap-dark-soft: #0c0818;

  --ap-white: #ffffff;
  --ap-text: #d9d4e7;
  --ap-muted: #9f98b2;

  --ap-blue: #178dff;
  --ap-cyan: #38d8ff;
  --ap-purple: #702cff;
  --ap-violet: #a855f7;
  --ap-pink: #ff2d9d;
  --ap-green: #25d366;
  --ap-red: #ff4d6d;

  position: relative;
  padding: 115px 24px;
  overflow: hidden;
  isolation: isolate;

  color: var(--ap-white);

  background:
    radial-gradient(
      circle at 15% 25%,
      rgba(23, 141, 255, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(255, 45, 157, 0.1),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #04030a 0%,
      #080511 48%,
      #04030a 100%
    );

  font-family: "Poppins", sans-serif;
}


/* =====================================================
   FONDO
===================================================== */

.artist-problem__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.artist-problem__grid {
  position: absolute;
  inset: 0;

  opacity: 0.14;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );

  background-size: 72px 72px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 18%,
      black 82%,
      transparent
    );

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 18%,
      black 82%,
      transparent
    );
}


/* Luces */

.artist-problem__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.48;
  mix-blend-mode: screen;
}

.artist-problem__glow--blue {
  width: 390px;
  height: 390px;
  top: 12%;
  left: -180px;

  background: rgba(23, 141, 255, 0.34);

  animation: artistProblemGlowBlue 10s ease-in-out infinite alternate;
}

.artist-problem__glow--purple {
  width: 460px;
  height: 460px;
  top: 42%;
  left: 45%;

  background: rgba(112, 44, 255, 0.26);

  animation: artistProblemGlowPurple 12s ease-in-out infinite alternate;
}

.artist-problem__glow--pink {
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: 0;

  background: rgba(255, 45, 157, 0.3);

  animation: artistProblemGlowPink 11s ease-in-out infinite alternate;
}


/* Vinilo decorativo */

.artist-problem__vinyl {
  position: absolute;
  top: 22%;
  right: -210px;

  width: 500px;
  height: 500px;

  border-radius: 50%;

  opacity: 0.14;

  background:
    repeating-radial-gradient(
      circle,
      #17131f 0,
      #17131f 4px,
      #040309 5px,
      #040309 11px
    );

  box-shadow:
    0 0 80px rgba(112, 44, 255, 0.18);

  animation: artistProblemVinyl 24s linear infinite;
}

.artist-problem__vinyl-center {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 110px;
  height: 110px;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      #08040c 0 13%,
      transparent 14%
    ),
    linear-gradient(
      135deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  box-shadow:
    0 0 35px rgba(255, 45, 157, 0.35);
}


/* Onda sonora decorativa */

.artist-problem__sound-wave {
  position: absolute;
  left: 4%;
  bottom: 8%;

  width: 170px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  opacity: 0.22;
}

.artist-problem__sound-wave span {
  width: 4px;
  height: 25%;

  border-radius: 999px;

  background:
    linear-gradient(
      to top,
      var(--ap-blue),
      var(--ap-pink)
    );

  animation:
    artistProblemWave 0.9s ease-in-out infinite alternate;
}

.artist-problem__sound-wave span:nth-child(2n) {
  animation-delay: 0.15s;
}

.artist-problem__sound-wave span:nth-child(3n) {
  animation-delay: 0.3s;
}

.artist-problem__sound-wave span:nth-child(4n) {
  animation-delay: 0.45s;
}


/* =====================================================
   CONTENEDOR
===================================================== */

.artist-problem__container {
  width: min(1240px, 100%);
  margin: 0 auto;
}


/* =====================================================
   ENCABEZADO
===================================================== */

.artist-problem__header {
  max-width: 920px;
  margin: 0 auto 65px;
  text-align: center;
}

.artist-problem__eyebrow {
  width: fit-content;

  margin: 0 auto 20px;
  padding: 8px 14px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  color: #e8e2f8;

  background: rgba(255, 255, 255, 0.055);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-problem__eyebrow span {
  width: 26px;
  height: 26px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.28);

  font-size: 9px;
}

.artist-problem__title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.04;
  letter-spacing: -2.8px;
  font-weight: 760;

  text-shadow:
    0 10px 35px rgba(0, 0, 0, 0.45);

  text-wrap: balance;
}

.artist-problem__title span {
  display: block;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--ap-cyan),
      var(--ap-violet),
      var(--ap-pink)
    );

  background-clip: text;
  -webkit-background-clip: text;

  filter:
    drop-shadow(
      0 0 14px rgba(168, 85, 247, 0.18)
    );
}

.artist-problem__intro {
  max-width: 760px;
  margin: 25px auto 0;

  color: var(--ap-text);

  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}


/* =====================================================
   COMPARATIVA
===================================================== */

.artist-problem__comparison {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    75px
    minmax(0, 1fr);

  align-items: stretch;

  gap: 22px;
}


/* Paneles */

.artist-problem__panel {
  position: relative;

  min-width: 0;
  padding: 30px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    );

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 32px 80px rgba(0, 0, 0, 0.28);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.artist-problem__panel:hover {
  transform: translateY(-8px);
}

.artist-problem__panel--social:hover {
  border-color: rgba(255, 77, 109, 0.3);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.09),
    0 35px 90px rgba(0, 0, 0, 0.36),
    0 0 35px rgba(255, 77, 109, 0.08);
}

.artist-problem__panel--onepage:hover {
  border-color: rgba(168, 85, 247, 0.36);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.09),
    0 35px 90px rgba(0, 0, 0, 0.36),
    0 0 40px rgba(112, 44, 255, 0.12);
}

.artist-problem__panel-light {
  position: absolute;

  top: -120px;
  right: -100px;

  width: 270px;
  height: 270px;

  border-radius: 50%;
  filter: blur(70px);
}

.artist-problem__panel--social
.artist-problem__panel-light {
  background: rgba(255, 77, 109, 0.16);
}

.artist-problem__panel--onepage
.artist-problem__panel-light {
  background: rgba(112, 44, 255, 0.24);
}


/* Encabezado panel */

.artist-problem__panel-header {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 15px;

  margin-bottom: 26px;
}

.artist-problem__panel-icon {
  flex: 0 0 auto;

  width: 52px;
  height: 52px;

  display: grid;
  place-items: center;

  border-radius: 16px;

  color: #ffffff;

  font-size: 21px;
  font-weight: 900;
}

.artist-problem__panel-icon--social {
  border: 1px solid rgba(255, 77, 109, 0.3);

  background:
    linear-gradient(
      135deg,
      rgba(255, 77, 109, 0.34),
      rgba(255, 45, 157, 0.13)
    );

  box-shadow:
    0 0 22px rgba(255, 77, 109, 0.12);
}

.artist-problem__panel-icon--onepage {
  border: 1px solid rgba(168, 85, 247, 0.4);

  background:
    linear-gradient(
      135deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  box-shadow:
    0 0 24px rgba(112, 44, 255, 0.3);
}

.artist-problem__panel-label {
  display: block;
  margin-bottom: 4px;

  color: var(--ap-muted);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.artist-problem__panel-header h3 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.8px;
}


/* =====================================================
   LADO REDES SOCIALES
===================================================== */

.artist-problem__social-stack {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 13px;
}

.artist-problem__social-card {
  padding: 17px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.035);

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.artist-problem__social-card:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.065);
}

.artist-problem__social-top {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #ffffff;

  font-size: 13px;
  font-weight: 750;
}

.artist-problem__social-logo {
  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  border-radius: 9px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 900;
}

.artist-problem__social-card--instagram
.artist-problem__social-logo {
  background:
    linear-gradient(
      135deg,
      #7638fa,
      #ff2d9d,
      #ff9045
    );
}

.artist-problem__social-card--tiktok
.artist-problem__social-logo {
  background:
    linear-gradient(
      135deg,
      #101018,
      #252536
    );

  box-shadow:
    inset 3px 0 rgba(56, 216, 255, 0.8),
    inset -3px 0 rgba(255, 45, 157, 0.8);
}

.artist-problem__social-card--whatsapp
.artist-problem__social-logo {
  background: var(--ap-green);
}

.artist-problem__social-card p {
  margin: 11px 0 0;

  color: var(--ap-muted);

  font-size: 12px;
  line-height: 1.6;
}


/* Alerta */

.artist-problem__warning {
  position: relative;
  z-index: 2;

  margin-top: 17px;
  padding: 15px;

  display: flex;
  align-items: center;
  gap: 11px;

  border: 1px solid rgba(255, 77, 109, 0.2);
  border-radius: 15px;

  background: rgba(255, 77, 109, 0.07);
}

.artist-problem__warning-icon {
  flex: 0 0 auto;

  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #ffffff;

  background: rgba(255, 77, 109, 0.25);

  font-size: 14px;
  font-weight: 900;
}

.artist-problem__warning p {
  margin: 0;

  color: #d9cbd1;

  font-size: 11px;
  line-height: 1.55;
}


/* =====================================================
   VERSUS
===================================================== */

.artist-problem__versus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 15px;
}

.artist-problem__versus-line {
  width: 1px;
  flex: 1;

  min-height: 90px;

  background:
    linear-gradient(
      to bottom,
      transparent,
      rgba(168, 85, 247, 0.45),
      transparent
    );
}

.artist-problem__versus-circle {
  width: 54px;
  height: 54px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.2),
      rgba(112, 44, 255, 0.34),
      rgba(255, 45, 157, 0.2)
    );

  box-shadow:
    0 0 30px rgba(112, 44, 255, 0.2);

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;

  animation:
    artistProblemVersus 2.4s ease-in-out infinite;
}


/* =====================================================
   MOCKUP ONE PAGE
===================================================== */

.artist-problem__onepage-screen {
  position: relative;
  z-index: 2;

  padding: 8px 34px 28px 0;
}

.artist-problem__browser {
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;

  background: #0b0814;

  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.42),
    0 0 35px rgba(112, 44, 255, 0.12);
}

.artist-problem__browser-bar {
  height: 37px;
  padding: 0 11px;

  display: flex;
  align-items: center;
  gap: 11px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  background: rgba(255, 255, 255, 0.045);
}

.artist-problem__browser-dots {
  display: flex;
  gap: 4px;
}

.artist-problem__browser-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.artist-problem__browser-dots span:nth-child(1) {
  background: #ff5f57;
}

.artist-problem__browser-dots span:nth-child(2) {
  background: #febc2e;
}

.artist-problem__browser-dots span:nth-child(3) {
  background: #28c840;
}

.artist-problem__browser-url {
  flex: 1;

  padding: 5px 10px;

  border-radius: 7px;

  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.045);

  font-size: 8px;
}

.artist-problem__browser-content {
  padding: 19px;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 45, 157, 0.13),
      transparent 36%
    ),
    radial-gradient(
      circle at 20% 90%,
      rgba(23, 141, 255, 0.13),
      transparent 38%
    ),
    #0a0712;
}

.artist-problem__artist-profile {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 17px;
}

.artist-problem__artist-avatar {
  width: 43px;
  height: 43px;

  display: grid;
  place-items: center;

  border-radius: 13px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  box-shadow:
    0 0 22px rgba(112, 44, 255, 0.22);
}

.artist-problem__artist-profile small {
  display: block;

  margin-bottom: 3px;

  color: var(--ap-muted);

  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.artist-problem__artist-profile strong {
  color: #ffffff;

  font-size: 12px;
}

.artist-problem__content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.artist-problem__feature-card {
  min-height: 57px;
  padding: 9px 6px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;

  color: #d7d1e4;
  background: rgba(255, 255, 255, 0.04);

  font-size: 7px;
  font-weight: 700;
  text-align: center;
}

.artist-problem__feature-card span {
  color: var(--ap-pink);

  font-size: 14px;

  text-shadow:
    0 0 10px rgba(255, 45, 157, 0.5);
}

.artist-problem__browser-cta {
  margin-top: 12px;
  padding: 10px;

  border-radius: 10px;

  color: #ffffff;

  background:
    linear-gradient(
      90deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  box-shadow:
    0 12px 25px rgba(112, 44, 255, 0.2);

  font-size: 8px;
  font-weight: 800;
  text-align: center;
}


/* Celular pequeño */

.artist-problem__phone-mini {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 78px;
  padding: 5px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      #45414d,
      #111018
    );

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(255, 45, 157, 0.12);

  transform: rotate(6deg);

  animation:
    artistProblemPhone 4s ease-in-out infinite;
}

.artist-problem__phone-notch {
  position: absolute;
  top: 9px;
  left: 50%;

  width: 24px;
  height: 4px;

  border-radius: 999px;

  transform: translateX(-50%);

  background: #07070b;
}

.artist-problem__phone-content {
  aspect-ratio: 9 / 18;

  padding: 17px 8px 8px;

  display: flex;
  flex-direction: column;
  gap: 7px;

  overflow: hidden;

  border-radius: 11px;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 45, 157, 0.22),
      transparent 35%
    ),
    #09060e;
}

.artist-problem__phone-logo {
  width: 23px;
  height: 23px;

  display: grid;
  place-items: center;

  margin: 0 auto 2px;

  border-radius: 7px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  font-size: 6px;
  font-weight: 900;
}

.artist-problem__phone-content div {
  height: 6px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.09);
}

.artist-problem__phone-content div:nth-child(3) {
  width: 75%;
}

.artist-problem__phone-content div:nth-child(4) {
  width: 55%;
}

.artist-problem__phone-button {
  margin-top: auto;
  padding: 6px 3px;

  border-radius: 7px;

  color: #ffffff;

  background:
    linear-gradient(
      90deg,
      var(--ap-purple),
      var(--ap-pink)
    );

  font-size: 5px;
  font-weight: 800;
  text-align: center;
}


/* Beneficios */

.artist-problem__benefits {
  position: relative;
  z-index: 2;

  margin: 18px 0 0;
  padding: 0;

  display: grid;
  gap: 10px;

  list-style: none;
}

.artist-problem__benefits li {
  display: flex;
  align-items: center;
  gap: 9px;

  color: #d9d4e6;

  font-size: 11px;
  font-weight: 600;
}

.artist-problem__benefits li span {
  flex: 0 0 auto;

  width: 22px;
  height: 22px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.35);
  border-radius: 50%;

  color: #ffffff;

  background: rgba(112, 44, 255, 0.2);

  font-size: 10px;
}


/* =====================================================
   FRASE FINAL
===================================================== */

.artist-problem__statement {
  margin: 62px auto 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}

.artist-problem__statement-line {
  width: min(160px, 15vw);
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(168, 85, 247, 0.7)
    );
}

.artist-problem__statement-line:last-child {
  transform: rotate(180deg);
}

.artist-problem__statement p {
  margin: 0;

  color: #cbc5d9;

  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  text-align: center;
}

.artist-problem__statement strong {
  display: block;

  color: #ffffff;

  font-size: 1.18em;
}


/* =====================================================
   BOTONES
===================================================== */

.artist-problem__actions {
  margin-top: 31px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

.artist-problem__button {
  min-height: 55px;
  padding: 13px 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 14px;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;
  font-weight: 800;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.artist-problem__button:hover {
  transform: translateY(-4px);
}

.artist-problem__button--example {
  border: 1px solid rgba(255, 255, 255, 0.18);

  background:
    linear-gradient(
      135deg,
      var(--ap-blue),
      var(--ap-purple),
      var(--ap-pink)
    );

  box-shadow:
    0 15px 35px rgba(112, 44, 255, 0.28);
}

.artist-problem__button--example:hover {
  box-shadow:
    0 18px 42px rgba(112, 44, 255, 0.42);
}

.artist-problem__button--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.34);

  background:
    linear-gradient(
      135deg,
      rgba(37, 211, 102, 0.22),
      rgba(7, 61, 29, 0.28)
    );

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 15px 35px rgba(0, 0, 0, 0.26);
}

.artist-problem__button--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.65);

  box-shadow:
    0 17px 40px rgba(37, 211, 102, 0.18);
}


/* =====================================================
   ANIMACIONES
===================================================== */

@keyframes artistProblemGlowBlue {
  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(80px, 50px) scale(1.12);
  }
}

@keyframes artistProblemGlowPurple {
  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(-60px, -40px) scale(1.15);
  }
}

@keyframes artistProblemGlowPink {
  from {
    transform: translate(0, 0) scale(0.94);
  }

  to {
    transform: translate(-70px, -50px) scale(1.14);
  }
}

@keyframes artistProblemVinyl {
  to {
    transform: rotate(360deg);
  }
}

@keyframes artistProblemWave {
  from {
    height: 18%;
    opacity: 0.35;
  }

  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes artistProblemVersus {
  0%,
  100% {
    transform: scale(0.94);
    box-shadow:
      0 0 20px rgba(112, 44, 255, 0.14);
  }

  50% {
    transform: scale(1.06);
    box-shadow:
      0 0 38px rgba(112, 44, 255, 0.3);
  }
}

@keyframes artistProblemPhone {
  0%,
  100% {
    transform: rotate(6deg) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateY(-8px);
  }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1020px) {

  .artist-problem {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .artist-problem__comparison {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .artist-problem__versus {
    flex-direction: row;
    gap: 15px;
  }

  .artist-problem__versus-line {
    width: auto;
    height: 1px;
    min-height: 0;
    flex: 1;

    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(168, 85, 247, 0.5),
        transparent
      );
  }

  .artist-problem__panel {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

}


/* =====================================================
   CELULAR
===================================================== */

@media (max-width: 640px) {

  .artist-problem {
    padding: 82px 16px;
  }

  .artist-problem__header {
    margin-bottom: 43px;
  }

  .artist-problem__eyebrow {
    margin-bottom: 17px;
    font-size: 8px;
  }

  .artist-problem__eyebrow span {
    width: 23px;
    height: 23px;
  }

  .artist-problem__title {
    font-size: clamp(34px, 10.4vw, 47px);
    line-height: 1.06;
    letter-spacing: -1.8px;
  }

  .artist-problem__intro {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.68;
  }

  .artist-problem__panel {
    padding: 21px;
    border-radius: 21px;
  }

  .artist-problem__panel-header {
    align-items: flex-start;
    margin-bottom: 21px;
  }

  .artist-problem__panel-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
  }

  .artist-problem__panel-header h3 {
    font-size: 21px;
  }

  .artist-problem__social-card {
    padding: 14px;
  }

  .artist-problem__social-card p {
    font-size: 11px;
  }

  .artist-problem__warning {
    align-items: flex-start;
  }

  .artist-problem__onepage-screen {
    padding-right: 20px;
    padding-bottom: 25px;
  }

  .artist-problem__browser-content {
    padding: 13px;
  }

  .artist-problem__content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .artist-problem__phone-mini {
    width: 66px;
  }

  .artist-problem__benefits li {
    align-items: flex-start;
    font-size: 10px;
  }

  .artist-problem__statement {
    margin-top: 45px;
    gap: 10px;
  }

  .artist-problem__statement-line {
    display: none;
  }

  .artist-problem__statement p {
    font-size: 18px;
  }

  .artist-problem__actions {
    flex-direction: column;
  }

  .artist-problem__button {
    width: 100%;
    min-height: 56px;
  }

  .artist-problem__vinyl {
    width: 340px;
    height: 340px;
    right: -230px;
  }

}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .artist-problem *,
  .artist-problem *::before,
  .artist-problem *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2be5828 *//* =====================================================
   SECCIÓN 3 — CONSTRUYE UNA MARCA
   ONE PAGE PARA ARTISTAS
===================================================== */

.artist-brand,
.artist-brand * {
  box-sizing: border-box;
}

.artist-brand {
  --ab-dark: #04030a;
  --ab-dark-soft: #0a0613;

  --ab-white: #ffffff;
  --ab-text: #dcd7e8;
  --ab-muted: #9e97b1;

  --ab-blue: #178dff;
  --ab-cyan: #38d8ff;
  --ab-purple: #702cff;
  --ab-violet: #a855f7;
  --ab-pink: #ff2d9d;
  --ab-green: #25d366;

  position: relative;

  padding: 120px 24px;

  overflow: hidden;
  isolation: isolate;

  color: var(--ab-white);

  background:
    radial-gradient(
      circle at 16% 28%,
      rgba(23, 141, 255, 0.09),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 65%,
      rgba(255, 45, 157, 0.09),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #04030a 0%,
      #080410 50%,
      #04030a 100%
    );

  font-family: "Poppins", sans-serif;
}


/* =====================================================
   FONDO
===================================================== */

.artist-brand__background {
  position: absolute;
  inset: 0;

  z-index: -2;

  overflow: hidden;

  pointer-events: none;
}

.artist-brand__grid {
  position: absolute;
  inset: 0;

  opacity: 0.12;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );

  background-size: 76px 76px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      black 18%,
      black 83%,
      transparent 100%
    );

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      black 18%,
      black 83%,
      transparent 100%
    );
}


/* Luces */

.artist-brand__glow {
  position: absolute;

  border-radius: 50%;

  filter: blur(100px);
  opacity: 0.5;

  mix-blend-mode: screen;
}

.artist-brand__glow--blue {
  width: 430px;
  height: 430px;

  top: 10%;
  left: -190px;

  background: rgba(23, 141, 255, 0.34);

  animation:
    artistBrandGlowBlue 10s ease-in-out infinite alternate;
}

.artist-brand__glow--purple {
  width: 500px;
  height: 500px;

  top: 44%;
  left: 42%;

  background: rgba(112, 44, 255, 0.27);

  animation:
    artistBrandGlowPurple 12s ease-in-out infinite alternate;
}

.artist-brand__glow--pink {
  width: 450px;
  height: 450px;

  right: -210px;
  bottom: 3%;

  background: rgba(255, 45, 157, 0.3);

  animation:
    artistBrandGlowPink 11s ease-in-out infinite alternate;
}


/* Órbitas */

.artist-brand__orbit {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.artist-brand__orbit--one {
  width: 600px;
  height: 600px;

  top: 25%;
  left: -340px;

  animation: artistBrandOrbit 26s linear infinite;
}

.artist-brand__orbit--two {
  width: 420px;
  height: 420px;

  top: 38%;
  left: -250px;

  border-style: dashed;
  border-color: rgba(56, 216, 255, 0.1);

  animation: artistBrandOrbitReverse 20s linear infinite;
}

.artist-brand__orbit--three {
  width: 520px;
  height: 520px;

  right: -310px;
  bottom: 10%;

  border-color: rgba(255, 45, 157, 0.09);

  animation: artistBrandOrbit 24s linear infinite;
}


/* =====================================================
   VINILO DECORATIVO
===================================================== */

.artist-brand__vinyl {
  position: absolute;

  top: 10%;
  right: -180px;

  width: 460px;
  height: 460px;

  border-radius: 50%;

  opacity: 0.17;

  background:
    repeating-radial-gradient(
      circle,
      #18131f 0,
      #18131f 4px,
      #030307 5px,
      #030307 11px
    );

  box-shadow:
    0 0 90px rgba(112, 44, 255, 0.18);

  animation:
    artistBrandVinyl 24s linear infinite;
}

.artist-brand__vinyl-lines {
  position: absolute;
  inset: 11%;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.artist-brand__vinyl-label {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 105px;
  height: 105px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      #07040c 0 13%,
      transparent 14%
    ),
    linear-gradient(
      135deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 0 35px rgba(255, 45, 157, 0.35);
}

.artist-brand__vinyl-label span {
  color: #ffffff;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
}


/* Aguja */

.artist-brand__tonearm {
  position: absolute;

  top: 7%;
  right: 7%;

  width: 210px;
  height: 245px;

  opacity: 0.17;

  transform: rotate(-8deg);
  transform-origin: top right;

  animation:
    artistBrandTonearm 7s ease-in-out infinite alternate;
}

.artist-brand__tonearm-base {
  position: absolute;

  top: 0;
  right: 0;

  width: 65px;
  height: 65px;

  border: 9px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;

  background: rgba(20, 17, 27, 0.8);
}

.artist-brand__tonearm-line {
  position: absolute;

  top: 48px;
  right: 39px;

  width: 16px;
  height: 185px;

  border-radius: 999px;

  transform: rotate(27deg);
  transform-origin: top center;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.38),
      rgba(255, 255, 255, 0.09)
    );
}

.artist-brand__tonearm-head {
  position: absolute;

  right: 91px;
  bottom: 3px;

  width: 50px;
  height: 25px;

  border-radius: 7px;

  transform: rotate(28deg);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.3),
      rgba(47, 42, 56, 0.8)
    );
}


/* Partículas */

.artist-brand__particle {
  position: absolute;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 0 8px #ffffff,
    0 0 20px var(--ab-violet);

  animation:
    artistBrandParticle 3s ease-in-out infinite;
}

.artist-brand__particle--one {
  top: 17%;
  left: 11%;
}

.artist-brand__particle--two {
  top: 43%;
  right: 16%;

  animation-delay: 0.8s;
}

.artist-brand__particle--three {
  bottom: 22%;
  left: 46%;

  animation-delay: 1.6s;
}

.artist-brand__particle--four {
  bottom: 12%;
  right: 8%;

  animation-delay: 2.4s;
}


/* =====================================================
   CONTENEDOR
===================================================== */

.artist-brand__container {
  width: min(1240px, 100%);
  margin: 0 auto;
}


/* =====================================================
   ENCABEZADO
===================================================== */

.artist-brand__header {
  max-width: 900px;

  margin: 0 auto 70px;

  text-align: center;
}

.artist-brand__eyebrow {
  width: fit-content;

  margin: 0 auto 20px;
  padding: 8px 14px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  color: #ece7f8;

  background: rgba(255, 255, 255, 0.055);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-brand__eyebrow-number {
  width: 26px;
  height: 26px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.27);

  font-size: 9px;
}

.artist-brand__title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(39px, 4.7vw, 67px);
  line-height: 1.04;
  letter-spacing: -2.9px;
  font-weight: 760;

  text-shadow:
    0 10px 35px rgba(0, 0, 0, 0.48);

  text-wrap: balance;
}

.artist-brand__title span {
  display: block;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--ab-cyan),
      var(--ab-violet),
      var(--ab-pink)
    );

  background-clip: text;
  -webkit-background-clip: text;

  filter:
    drop-shadow(
      0 0 15px rgba(168, 85, 247, 0.18)
    );
}

.artist-brand__intro {
  max-width: 760px;

  margin: 25px auto 0;

  color: var(--ab-text);

  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}


/* =====================================================
   LAYOUT PRINCIPAL
===================================================== */

.artist-brand__layout {
  display: grid;

  grid-template-columns:
    minmax(430px, 0.96fr)
    minmax(0, 1.04fr);

  align-items: center;

  gap: clamp(55px, 7vw, 100px);
}


/* =====================================================
   VISUAL
===================================================== */

.artist-brand__visual {
  position: relative;

  min-height: 590px;

  display: flex;
  align-items: center;
  justify-content: center;

  perspective: 1400px;
}

.artist-brand__visual-aura {
  position: absolute;

  width: 85%;
  height: 74%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 32% 52%,
      rgba(23, 141, 255, 0.32),
      transparent 48%
    ),
    radial-gradient(
      circle at 72% 44%,
      rgba(255, 45, 157, 0.27),
      transparent 43%
    ),
    radial-gradient(
      circle,
      rgba(112, 44, 255, 0.22),
      transparent 66%
    );

  filter: blur(35px);

  animation:
    artistBrandAura 4.5s ease-in-out infinite alternate;
}


/* Mockup */

.artist-brand__mockup {
  position: relative;

  width: min(520px, 92%);
}

.artist-brand__browser {
  position: relative;
  z-index: 3;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;

  transform: rotateY(7deg) rotateX(2deg);

  background: #0b0813;

  box-shadow:
    0 38px 95px rgba(0, 0, 0, 0.58),
    0 0 55px rgba(112, 44, 255, 0.17);

  animation:
    artistBrandMockup 5.5s ease-in-out infinite;
}

.artist-brand__browser-bar {
  height: 42px;
  padding: 0 14px;

  display: flex;
  align-items: center;
  gap: 14px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  background: rgba(20, 16, 29, 0.94);
}

.artist-brand__browser-dots {
  display: flex;
  gap: 5px;
}

.artist-brand__browser-dots span {
  width: 7px;
  height: 7px;

  border-radius: 50%;
}

.artist-brand__browser-dots span:nth-child(1) {
  background: #ff5f57;
}

.artist-brand__browser-dots span:nth-child(2) {
  background: #febc2e;
}

.artist-brand__browser-dots span:nth-child(3) {
  background: #28c840;
}

.artist-brand__browser-url {
  flex: 1;

  padding: 6px 11px;

  overflow: hidden;

  border-radius: 8px;

  color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.05);

  font-size: 8px;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist-brand__browser-screen {
  position: relative;

  aspect-ratio: 16 / 11;

  overflow: hidden;

  background: #09060f;
}

.artist-brand__browser-screen img,
.artist-brand__phone-screen img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.artist-brand__screen-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(5, 3, 11, 0.92) 0%,
      rgba(5, 3, 11, 0.58) 50%,
      rgba(5, 3, 11, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      transparent,
      rgba(5, 3, 11, 0.62)
    );
}

.artist-brand__screen-content {
  position: absolute;

  left: 7%;
  bottom: 10%;

  z-index: 2;

  width: 58%;
}

.artist-brand__screen-label {
  display: inline-block;

  margin-bottom: 9px;
  padding: 6px 9px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  color: #eae4f6;
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.artist-brand__screen-content h3 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.artist-brand__screen-buttons {
  margin-top: 14px;

  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.artist-brand__screen-buttons span {
  padding: 7px 10px;

  border-radius: 8px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ab-purple),
      var(--ab-pink)
    );

  font-size: 6px;
  font-weight: 800;
}

.artist-brand__screen-buttons span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.15);

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.artist-brand__screen-shine {
  position: absolute;

  top: -60%;
  left: -80%;

  width: 40%;
  height: 220%;

  transform: rotate(25deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.13),
      transparent
    );

  animation:
    artistBrandScreenShine 7s ease-in-out infinite;
}


/* Celular */

.artist-brand__phone {
  position: absolute;
  z-index: 5;

  right: -22px;
  bottom: -40px;

  width: 135px;
  padding: 6px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;

  transform: rotate(-5deg);

  background:
    linear-gradient(
      145deg,
      #4a4652,
      #111019 55%
    );

  box-shadow:
    0 28px 65px rgba(0, 0, 0, 0.6),
    0 0 38px rgba(255, 45, 157, 0.16);

  animation:
    artistBrandPhone 4.6s ease-in-out infinite;
}

.artist-brand__phone-speaker {
  position: absolute;
  z-index: 2;

  top: 12px;
  left: 50%;

  width: 37px;
  height: 5px;

  border-radius: 999px;

  transform: translateX(-50%);

  background: #07070b;
}

.artist-brand__phone-screen {
  aspect-ratio: 9 / 18.5;

  overflow: hidden;

  border-radius: 17px;

  background: #09070e;
}


/* Cards flotantes */

.artist-brand__floating-card {
  position: absolute;
  z-index: 7;

  min-width: 190px;
  padding: 12px 15px;

  display: flex;
  align-items: center;
  gap: 11px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 20px 45px rgba(0, 0, 0, 0.34);
}

.artist-brand__floating-card--one {
  top: 55px;
  left: -15px;

  animation:
    artistBrandFloatCard 4s ease-in-out infinite;
}

.artist-brand__floating-card--two {
  right: 10px;
  bottom: 35px;

  animation:
    artistBrandFloatCard 4.8s ease-in-out infinite reverse;
}

.artist-brand__floating-icon {
  flex: 0 0 auto;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 12px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 0 22px rgba(112, 44, 255, 0.28);
}

.artist-brand__floating-card small {
  display: block;

  margin-bottom: 2px;

  color: var(--ab-muted);

  font-size: 8px;
}

.artist-brand__floating-card strong {
  color: #ffffff;

  font-size: 11px;
}


/* =====================================================
   CONTENIDO DERECHO
===================================================== */

.artist-brand__content {
  position: relative;
  z-index: 3;
}

.artist-brand__content-label {
  display: inline-block;

  margin-bottom: 16px;

  color: var(--ab-cyan);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-brand__content-title {
  max-width: 560px;

  margin: 0;

  color: #ffffff;

  font-size: clamp(31px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.artist-brand__content-text {
  max-width: 600px;

  margin: 21px 0 0;

  color: var(--ab-text);

  font-size: 15px;
  line-height: 1.75;
}


/* Beneficios */

.artist-brand__benefits {
  margin-top: 32px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.artist-brand__benefit {
  min-height: 170px;
  padding: 20px;

  display: flex;
  align-items: flex-start;
  gap: 13px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.025)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    0 22px 55px rgba(0, 0, 0, 0.22);

  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
}

.artist-brand__benefit:hover {
  transform: translateY(-7px);

  border-color: rgba(168, 85, 247, 0.34);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.09),
    0 27px 65px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(112, 44, 255, 0.09);
}

.artist-brand__benefit-icon {
  flex: 0 0 auto;

  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.34);
  border-radius: 12px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.28),
      rgba(112, 44, 255, 0.3),
      rgba(255, 45, 157, 0.22)
    );

  box-shadow:
    0 0 20px rgba(112, 44, 255, 0.13);

  font-size: 14px;
}

.artist-brand__benefit h4 {
  margin: 1px 0 7px;

  color: #ffffff;

  font-size: 14px;
  line-height: 1.2;
}

.artist-brand__benefit p {
  margin: 0;

  color: var(--ab-muted);

  font-size: 11px;
  line-height: 1.6;
}


/* =====================================================
   RECORRIDO
===================================================== */

.artist-brand__journey {
  margin-top: 105px;
  padding: 42px 35px 35px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.02)
    );

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    0 35px 85px rgba(0, 0, 0, 0.26);
}

.artist-brand__journey-header {
  margin-bottom: 40px;

  text-align: center;
}

.artist-brand__journey-header span {
  color: var(--ab-pink);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.artist-brand__journey-header h3 {
  margin: 7px 0 0;

  color: #ffffff;

  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.4px;
}

.artist-brand__journey-track {
  position: relative;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.artist-brand__journey-line {
  position: absolute;

  top: 42px;
  left: 9%;
  right: 9%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 0 14px rgba(168, 85, 247, 0.35);
}

.artist-brand__journey-step {
  position: relative;
  z-index: 2;

  padding: 0 10px;

  text-align: center;
}

.artist-brand__journey-number {
  margin-bottom: 11px;

  color: var(--ab-muted);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
}

.artist-brand__journey-icon {
  width: 48px;
  height: 48px;

  margin: 0 auto 15px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.36);
  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #100b1c,
      #24113d
    );

  box-shadow:
    0 0 0 8px rgba(112, 44, 255, 0.07),
    0 0 25px rgba(112, 44, 255, 0.2);

  font-size: 15px;
}

.artist-brand__journey-step--final
.artist-brand__journey-icon {
  border-color: rgba(255, 45, 157, 0.5);

  background:
    linear-gradient(
      135deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 0 0 8px rgba(255, 45, 157, 0.07),
    0 0 32px rgba(255, 45, 157, 0.25);
}

.artist-brand__journey-step h4 {
  margin: 0 0 8px;

  color: #ffffff;

  font-size: 13px;
}

.artist-brand__journey-step p {
  margin: 0;

  color: var(--ab-muted);

  font-size: 10px;
  line-height: 1.55;
}


/* =====================================================
   FRASE FINAL
===================================================== */

.artist-brand__statement {
  width: fit-content;

  margin: 63px auto 0;
  padding: 19px 27px;

  display: flex;
  align-items: center;
  gap: 16px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 24px 55px rgba(0, 0, 0, 0.25);
}

.artist-brand__statement-icon {
  width: 47px;
  height: 47px;

  display: grid;
  place-items: center;

  border-radius: 14px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 0 25px rgba(112, 44, 255, 0.28);

  font-size: 19px;
}

.artist-brand__statement p {
  margin: 0;

  color: #d7d1e4;

  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.35;
}

.artist-brand__statement strong {
  display: block;

  color: #ffffff;
}


/* =====================================================
   BOTONES
===================================================== */

.artist-brand__actions {
  margin-top: 32px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

.artist-brand__button {
  min-height: 56px;
  padding: 13px 21px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 14px;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;
  font-weight: 800;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.artist-brand__button:hover {
  transform: translateY(-4px);
}

.artist-brand__button--example {
  border: 1px solid rgba(255, 255, 255, 0.19);

  background:
    linear-gradient(
      135deg,
      var(--ab-blue),
      var(--ab-purple),
      var(--ab-pink)
    );

  box-shadow:
    0 16px 38px rgba(112, 44, 255, 0.3);
}

.artist-brand__button--example:hover {
  box-shadow:
    0 20px 46px rgba(112, 44, 255, 0.46);
}

.artist-brand__button--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.36);

  background:
    linear-gradient(
      135deg,
      rgba(37, 211, 102, 0.22),
      rgba(7, 61, 29, 0.27)
    );

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 16px 38px rgba(0, 0, 0, 0.27);
}

.artist-brand__button--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.7);

  box-shadow:
    0 18px 43px rgba(37, 211, 102, 0.18);
}


/* =====================================================
   ANIMACIONES
===================================================== */

@keyframes artistBrandGlowBlue {

  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(85px, 55px) scale(1.13);
  }

}

@keyframes artistBrandGlowPurple {

  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(-70px, -45px) scale(1.15);
  }

}

@keyframes artistBrandGlowPink {

  from {
    transform: translate(0, 0) scale(0.94);
  }

  to {
    transform: translate(-80px, -55px) scale(1.15);
  }

}

@keyframes artistBrandOrbit {

  to {
    transform: rotate(360deg);
  }

}

@keyframes artistBrandOrbitReverse {

  to {
    transform: rotate(-360deg);
  }

}

@keyframes artistBrandVinyl {

  to {
    transform: rotate(360deg);
  }

}

@keyframes artistBrandTonearm {

  from {
    transform: rotate(-11deg);
  }

  to {
    transform: rotate(2deg);
  }

}

@keyframes artistBrandParticle {

  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.6);
  }

}

@keyframes artistBrandAura {

  from {
    opacity: 0.65;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }

}

@keyframes artistBrandMockup {

  0%,
  100% {
    transform:
      rotateY(7deg)
      rotateX(2deg)
      translateY(0);
  }

  50% {
    transform:
      rotateY(4deg)
      rotateX(1deg)
      translateY(-12px);
  }

}

@keyframes artistBrandPhone {

  0%,
  100% {
    transform:
      rotate(-5deg)
      translateY(0);
  }

  50% {
    transform:
      rotate(-2deg)
      translateY(-12px);
  }

}

@keyframes artistBrandScreenShine {

  0%,
  70% {
    left: -80%;
  }

  100% {
    left: 145%;
  }

}

@keyframes artistBrandFloatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1020px) {

  .artist-brand {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .artist-brand__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .artist-brand__visual {
    width: min(700px, 100%);
    min-height: 560px;

    margin: 0 auto;
  }

  .artist-brand__content {
    max-width: 800px;

    margin: 0 auto;

    text-align: center;
  }

  .artist-brand__content-title,
  .artist-brand__content-text {
    margin-right: auto;
    margin-left: auto;
  }

  .artist-brand__benefits {
    text-align: left;
  }

  .artist-brand__journey-track {
    grid-template-columns: repeat(5, minmax(150px, 1fr));

    overflow-x: auto;

    padding: 10px 0 20px;

    scrollbar-width: thin;
  }

  .artist-brand__journey-line {
    left: 90px;
    right: auto;

    width: 680px;
  }

}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 640px) {

  .artist-brand {
    padding: 84px 16px;
  }

  .artist-brand__header {
    margin-bottom: 48px;
  }

  .artist-brand__eyebrow {
    margin-bottom: 17px;

    font-size: 8px;
  }

  .artist-brand__eyebrow-number {
    width: 23px;
    height: 23px;
  }

  .artist-brand__title {
    font-size: clamp(34px, 10.5vw, 47px);
    line-height: 1.06;
    letter-spacing: -1.8px;
  }

  .artist-brand__intro {
    margin-top: 21px;

    font-size: 14px;
    line-height: 1.68;
  }

  .artist-brand__layout {
    gap: 55px;
  }

  .artist-brand__visual {
    min-height: 420px;
  }

  .artist-brand__mockup {
    width: 95%;
  }

  .artist-brand__browser {
    transform: none;

    animation-name: artistBrandMockupMobile;
  }

  .artist-brand__browser-bar {
    height: 35px;
  }

  .artist-brand__browser-url {
    font-size: 6px;
  }

  .artist-brand__screen-content {
    width: 67%;
  }

  .artist-brand__screen-label {
    font-size: 5px;
  }

  .artist-brand__screen-content h3 {
    font-size: 15px;
  }

  .artist-brand__screen-buttons {
    margin-top: 9px;
  }

  .artist-brand__screen-buttons span {
    padding: 5px 7px;

    font-size: 5px;
  }

  .artist-brand__phone {
    right: -2px;
    bottom: -26px;

    width: 92px;

    border-radius: 18px;
  }

  .artist-brand__phone-screen {
    border-radius: 12px;
  }

  .artist-brand__floating-card {
    min-width: 145px;

    padding: 9px 11px;
  }

  .artist-brand__floating-card--one {
    top: 12px;
    left: -4px;
  }

  .artist-brand__floating-card--two {
    right: 0;
    bottom: 4px;
  }

  .artist-brand__floating-icon {
    width: 31px;
    height: 31px;

    border-radius: 9px;
  }

  .artist-brand__floating-card small {
    font-size: 6px;
  }

  .artist-brand__floating-card strong {
    font-size: 8px;
  }

  .artist-brand__content-label {
    font-size: 8px;
  }

  .artist-brand__content-title {
    font-size: 31px;
  }

  .artist-brand__content-text {
    font-size: 14px;
    line-height: 1.68;
  }

  .artist-brand__benefits {
    grid-template-columns: 1fr;
  }

  .artist-brand__benefit {
    min-height: auto;
    padding: 17px;
  }

  .artist-brand__journey {
    margin-top: 75px;
    padding: 32px 20px 25px;
  }

  .artist-brand__journey-header {
    margin-bottom: 28px;
  }

  .artist-brand__journey-track {
    grid-template-columns: repeat(5, 160px);
    gap: 8px;
  }

  .artist-brand__journey-line {
    top: 42px;
    left: 75px;

    width: 650px;
  }

  .artist-brand__statement {
    width: 100%;

    margin-top: 47px;
    padding: 16px;

    align-items: flex-start;
  }

  .artist-brand__statement-icon {
    flex: 0 0 auto;

    width: 40px;
    height: 40px;
  }

  .artist-brand__statement p {
    font-size: 17px;
  }

  .artist-brand__actions {
    flex-direction: column;
  }

  .artist-brand__button {
    width: 100%;
    min-height: 56px;
  }

  .artist-brand__vinyl {
    width: 330px;
    height: 330px;

    right: -235px;

    opacity: 0.1;
  }

  .artist-brand__tonearm {
    display: none;
  }

}


@keyframes artistBrandMockupMobile {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .artist-brand *,
  .artist-brand *::before,
  .artist-brand *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f67e08a *//* =====================================================
   SECCIÓN 4 — TU CARRERA ACTIVA 24/7
   AGENCIA XPACIO
===================================================== */

.artist-active,
.artist-active * {
  box-sizing: border-box;
}

.artist-active {
  --aa-dark: #04030a;
  --aa-dark-soft: #0b0715;

  --aa-white: #ffffff;
  --aa-text: #dcd7e8;
  --aa-muted: #9f98b2;

  --aa-blue: #178dff;
  --aa-cyan: #38d8ff;
  --aa-purple: #702cff;
  --aa-violet: #a855f7;
  --aa-pink: #ff2d9d;
  --aa-green: #25d366;

  position: relative;

  padding: 120px 24px;

  overflow: hidden;
  isolation: isolate;

  color: var(--aa-white);

  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(112, 44, 255, 0.12),
      transparent 32%
    ),
    radial-gradient(
      circle at 8% 28%,
      rgba(23, 141, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 72%,
      rgba(255, 45, 157, 0.09),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #04030a 0%,
      #090512 48%,
      #04030a 100%
    );

  font-family: "Poppins", sans-serif;
}


/* =====================================================
   FONDO
===================================================== */

.artist-active__background {
  position: absolute;
  inset: 0;

  z-index: -2;

  overflow: hidden;
  pointer-events: none;
}

.artist-active__grid {
  position: absolute;
  inset: 0;

  opacity: 0.11;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );

  background-size: 74px 74px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 15%,
      black 85%,
      transparent
    );

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 15%,
      black 85%,
      transparent
    );
}


/* =====================================================
   LUCES
===================================================== */

.artist-active__glow {
  position: absolute;

  border-radius: 50%;

  filter: blur(100px);
  opacity: 0.48;

  mix-blend-mode: screen;
}

.artist-active__glow--blue {
  width: 430px;
  height: 430px;

  top: 7%;
  left: -200px;

  background: rgba(23, 141, 255, 0.34);

  animation:
    artistActiveGlowBlue 10s ease-in-out infinite alternate;
}

.artist-active__glow--purple {
  width: 560px;
  height: 560px;

  top: 33%;
  left: 36%;

  background: rgba(112, 44, 255, 0.27);

  animation:
    artistActiveGlowPurple 12s ease-in-out infinite alternate;
}

.artist-active__glow--pink {
  width: 460px;
  height: 460px;

  right: -210px;
  bottom: 3%;

  background: rgba(255, 45, 157, 0.3);

  animation:
    artistActiveGlowPink 11s ease-in-out infinite alternate;
}


/* Reflectores */

.artist-active__spotlight {
  position: absolute;

  top: -40%;

  width: 260px;
  height: 100%;

  opacity: 0.09;
  filter: blur(22px);

  transform-origin: top center;

  clip-path:
    polygon(
      45% 0,
      55% 0,
      100% 100%,
      0 100%
    );

  mix-blend-mode: screen;
}

.artist-active__spotlight--one {
  left: 22%;

  background:
    linear-gradient(
      to bottom,
      rgba(56, 216, 255, 0.8),
      transparent
    );

  animation:
    artistActiveSpotlightOne 9s ease-in-out infinite alternate;
}

.artist-active__spotlight--two {
  right: 17%;

  background:
    linear-gradient(
      to bottom,
      rgba(255, 45, 157, 0.82),
      transparent
    );

  animation:
    artistActiveSpotlightTwo 10s ease-in-out infinite alternate;
}


/* =====================================================
   ÓRBITAS DE FONDO
===================================================== */

.artist-active__orbit {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.artist-active__orbit--one {
  width: 650px;
  height: 650px;

  top: 18%;
  left: 50%;

  transform: translateX(-50%);

  animation:
    artistActiveOrbitOne 24s linear infinite;
}

.artist-active__orbit--two {
  width: 520px;
  height: 520px;

  top: 23%;
  left: 50%;

  border-style: dashed;
  border-color: rgba(168, 85, 247, 0.1);

  transform: translateX(-50%);

  animation:
    artistActiveOrbitTwo 20s linear infinite;
}

.artist-active__orbit--three {
  width: 390px;
  height: 390px;

  top: 28%;
  left: 50%;

  border-color: rgba(255, 45, 157, 0.1);

  transform: translateX(-50%);

  animation:
    artistActiveOrbitThree 17s linear infinite;
}


/* =====================================================
   FRECUENCIA
===================================================== */

.artist-active__frequency {
  position: absolute;

  right: 0;
  bottom: 2%;
  left: 0;

  height: 70px;

  display: flex;
  align-items: flex-end;
  justify-content: space-around;

  opacity: 0.12;

  mask-image:
    linear-gradient(
      90deg,
      transparent,
      black 12%,
      black 88%,
      transparent
    );

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent,
      black 12%,
      black 88%,
      transparent
    );
}

.artist-active__frequency span {
  width: 3px;
  height: var(--height);

  border-radius: 999px;

  transform-origin: bottom;

  background:
    linear-gradient(
      to top,
      var(--aa-blue),
      var(--aa-purple),
      var(--aa-pink)
    );

  box-shadow:
    0 0 10px rgba(168, 85, 247, 0.45);

  animation:
    artistActiveFrequency 0.9s ease-in-out infinite alternate;

  animation-delay: var(--delay);
}


/* Partículas */

.artist-active__particle {
  position: absolute;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 0 8px #ffffff,
    0 0 20px var(--aa-violet);

  animation:
    artistActiveParticle 3s ease-in-out infinite;
}

.artist-active__particle--one {
  top: 17%;
  left: 9%;
}

.artist-active__particle--two {
  top: 36%;
  right: 11%;

  animation-delay: 0.7s;
}

.artist-active__particle--three {
  top: 62%;
  left: 45%;

  animation-delay: 1.4s;
}

.artist-active__particle--four {
  bottom: 16%;
  left: 14%;

  animation-delay: 2.1s;
}

.artist-active__particle--five {
  right: 20%;
  bottom: 10%;

  animation-delay: 2.8s;
}


/* =====================================================
   CONTENEDOR
===================================================== */

.artist-active__container {
  width: min(1280px, 100%);
  margin: 0 auto;
}


/* =====================================================
   ENCABEZADO
===================================================== */

.artist-active__header {
  max-width: 930px;

  margin: 0 auto 75px;

  text-align: center;
}

.artist-active__eyebrow {
  width: fit-content;

  margin: 0 auto 20px;
  padding: 8px 14px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  color: #ece7f8;

  background: rgba(255, 255, 255, 0.055);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-active__eyebrow-number {
  width: 26px;
  height: 26px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--aa-blue),
      var(--aa-purple),
      var(--aa-pink)
    );

  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.27);

  font-size: 9px;
}

.artist-active__title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(39px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -2.9px;
  font-weight: 760;

  text-wrap: balance;

  text-shadow:
    0 10px 35px rgba(0, 0, 0, 0.46);
}

.artist-active__title span {
  display: block;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--aa-cyan),
      var(--aa-violet),
      var(--aa-pink)
    );

  background-clip: text;
  -webkit-background-clip: text;

  filter:
    drop-shadow(
      0 0 15px rgba(168, 85, 247, 0.18)
    );
}

.artist-active__intro {
  max-width: 780px;

  margin: 25px auto 0;

  color: var(--aa-text);

  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}


/* =====================================================
   LAYOUT PRINCIPAL
===================================================== */

.artist-active__layout {
  display: grid;

  grid-template-columns:
    minmax(250px, 0.82fr)
    minmax(380px, 1.15fr)
    minmax(250px, 0.82fr);

  align-items: center;

  gap: clamp(32px, 4vw, 60px);
}


/* =====================================================
   COLUMNAS
===================================================== */

.artist-active__column-label {
  display: block;

  margin-bottom: 20px;

  color: var(--aa-cyan);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}


/* Actividades */

.artist-active__activities {
  position: relative;
  z-index: 3;
}

.artist-active__activity {
  padding: 17px 0;

  display: flex;
  align-items: flex-start;
  gap: 13px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.artist-active__activity:first-of-type {
  padding-top: 0;
}

.artist-active__activity:last-child {
  border-bottom: 0;
}

.artist-active__activity:hover {
  transform: translateX(7px);

  border-color: rgba(168, 85, 247, 0.3);
}

.artist-active__activity-icon {
  flex: 0 0 auto;

  width: 47px;
  height: 47px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.27);
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.18),
      rgba(112, 44, 255, 0.24),
      rgba(255, 45, 157, 0.16)
    );

  box-shadow:
    0 0 20px rgba(112, 44, 255, 0.1);

  font-size: 18px;
}

.artist-active__activity small {
  display: block;

  margin-bottom: 3px;

  color: var(--aa-muted);

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.artist-active__activity h3 {
  margin: 0;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.25;
}

.artist-active__activity p {
  margin: 7px 0 0;

  color: var(--aa-muted);

  font-size: 10px;
  line-height: 1.55;
}


/* =====================================================
   VISUAL CENTRAL
===================================================== */

.artist-active__visual {
  position: relative;

  min-height: 650px;

  display: flex;
  align-items: center;
  justify-content: center;

  perspective: 1400px;
}

.artist-active__visual-aura {
  position: absolute;

  width: 95%;
  height: 85%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 45%,
      rgba(23, 141, 255, 0.34),
      transparent 43%
    ),
    radial-gradient(
      circle at 67% 48%,
      rgba(255, 45, 157, 0.3),
      transparent 42%
    ),
    radial-gradient(
      circle,
      rgba(112, 44, 255, 0.26),
      transparent 65%
    );

  filter: blur(38px);

  animation:
    artistActiveAura 4.5s ease-in-out infinite alternate;
}

.artist-active__visual-orbit {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.artist-active__visual-orbit--one {
  width: 500px;
  height: 500px;

  animation:
    artistActiveVisualOrbit 20s linear infinite;
}

.artist-active__visual-orbit--two {
  width: 405px;
  height: 405px;

  border-style: dashed;
  border-color: rgba(255, 45, 157, 0.15);

  animation:
    artistActiveVisualOrbitReverse 15s linear infinite;
}


/* Estado 24/7 */

.artist-active__status {
  position: absolute;
  z-index: 8;

  top: 25px;
  left: 50%;

  padding: 10px 15px;

  display: flex;
  align-items: center;
  gap: 8px;

  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 999px;

  color: #dffbea;

  background: rgba(11, 35, 20, 0.58);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 25px rgba(37, 211, 102, 0.1);

  transform: translateX(-50%);

  font-size: 9px;
  font-weight: 700;

  white-space: nowrap;
}

.artist-active__status-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--aa-green);

  box-shadow:
    0 0 8px var(--aa-green),
    0 0 18px var(--aa-green);

  animation:
    artistActiveStatus 1.5s ease-in-out infinite;
}

.artist-active__status strong {
  padding-left: 8px;

  border-left: 1px solid rgba(255, 255, 255, 0.14);

  color: #ffffff;

  font-size: 11px;
}


/* =====================================================
   CELULAR CENTRAL
===================================================== */

.artist-active__phone {
  position: relative;
  z-index: 5;

  width: 255px;

  transform: rotateY(-4deg) rotateX(2deg);

  animation:
    artistActivePhone 5s ease-in-out infinite;
}

.artist-active__phone-frame {
  position: relative;

  padding: 9px;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 42px;

  background:
    linear-gradient(
      145deg,
      #5d5965,
      #191720 42%,
      #08070c
    );

  box-shadow:
    0 45px 95px rgba(0, 0, 0, 0.67),
    0 0 55px rgba(112, 44, 255, 0.23),
    0 0 90px rgba(255, 45, 157, 0.1);
}

.artist-active__phone-speaker {
  position: absolute;
  z-index: 5;

  top: 18px;
  left: 50%;

  width: 68px;
  height: 7px;

  border-radius: 999px;

  transform: translateX(-50%);

  background: #050509;
}

.artist-active__phone-screen {
  position: relative;

  aspect-ratio: 9 / 18.5;

  overflow: hidden;

  border-radius: 34px;

  background: #08060d;
}

.artist-active__phone-screen img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.artist-active__phone-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(5, 3, 10, 0.12),
      rgba(5, 3, 10, 0.25) 46%,
      rgba(5, 3, 10, 0.92) 100%
    );
}

.artist-active__phone-content {
  position: absolute;

  right: 9%;
  bottom: 8%;
  left: 9%;

  z-index: 3;
}

.artist-active__phone-label {
  display: inline-block;

  margin-bottom: 8px;
  padding: 5px 8px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  color: #eee8fa;
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.artist-active__phone-content h3 {
  margin: 0;

  color: #ffffff;

  font-size: 19px;
  line-height: 1.07;
  letter-spacing: -0.7px;
}

.artist-active__phone-bars {
  height: 29px;

  margin: 12px 0;

  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.artist-active__phone-bars span {
  width: 4px;

  border-radius: 999px;

  background:
    linear-gradient(
      to top,
      var(--aa-purple),
      var(--aa-pink)
    );

  animation:
    artistActivePhoneBars 0.8s ease-in-out infinite alternate;
}

.artist-active__phone-bars span:nth-child(1) {
  height: 40%;
}

.artist-active__phone-bars span:nth-child(2) {
  height: 75%;
  animation-delay: 0.1s;
}

.artist-active__phone-bars span:nth-child(3) {
  height: 100%;
  animation-delay: 0.2s;
}

.artist-active__phone-bars span:nth-child(4) {
  height: 62%;
  animation-delay: 0.3s;
}

.artist-active__phone-bars span:nth-child(5) {
  height: 85%;
  animation-delay: 0.4s;
}

.artist-active__phone-content a {
  min-height: 34px;
  padding: 8px 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 9px;

  color: #ffffff;

  background:
    linear-gradient(
      90deg,
      var(--aa-blue),
      var(--aa-purple),
      var(--aa-pink)
    );

  box-shadow:
    0 12px 25px rgba(112, 44, 255, 0.24);

  text-decoration: none;

  font-size: 8px;
  font-weight: 800;
}

.artist-active__phone-shine {
  position: absolute;

  top: -50%;
  left: -80%;

  width: 42%;
  height: 210%;

  transform: rotate(24deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.15),
      transparent
    );

  animation:
    artistActivePhoneShine 7s ease-in-out infinite;
}


/* =====================================================
   TARJETAS FLOTANTES
===================================================== */

.artist-active__floating {
  position: absolute;
  z-index: 7;

  min-width: 175px;
  padding: 11px 14px;

  display: flex;
  align-items: center;
  gap: 10px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 20px 45px rgba(0, 0, 0, 0.34);
}

.artist-active__floating > span {
  flex: 0 0 auto;

  width: 35px;
  height: 35px;

  display: grid;
  place-items: center;

  border-radius: 11px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--aa-blue),
      var(--aa-purple),
      var(--aa-pink)
    );

  box-shadow:
    0 0 20px rgba(112, 44, 255, 0.25);

  font-size: 13px;
}

.artist-active__floating small {
  display: block;

  margin-bottom: 2px;

  color: var(--aa-muted);

  font-size: 7px;
}

.artist-active__floating strong {
  color: #ffffff;

  font-size: 9px;
}

.artist-active__floating--music {
  top: 130px;
  left: -10px;

  animation:
    artistActiveFloating 4.2s ease-in-out infinite;
}

.artist-active__floating--contact {
  top: 210px;
  right: -20px;

  animation:
    artistActiveFloating 4.8s ease-in-out infinite reverse;
}

.artist-active__floating--agenda {
  bottom: 135px;
  left: -26px;

  animation:
    artistActiveFloating 5s ease-in-out infinite reverse;
}

.artist-active__floating--views {
  right: -8px;
  bottom: 72px;

  animation:
    artistActiveFloating 4.5s ease-in-out infinite;
}


/* =====================================================
   SERVICIOS
===================================================== */

.artist-active__services {
  position: relative;
  z-index: 3;
}

.artist-active__service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.artist-active__service {
  padding: 14px;

  display: flex;
  align-items: flex-start;
  gap: 11px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.022)
    );

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.artist-active__service:hover {
  transform: translateX(-7px);

  border-color: rgba(168, 85, 247, 0.3);

  background: rgba(255, 255, 255, 0.07);
}

.artist-active__service-icon {
  flex: 0 0 auto;

  width: 37px;
  height: 37px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.28);
  border-radius: 11px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.22),
      rgba(112, 44, 255, 0.27),
      rgba(255, 45, 157, 0.18)
    );

  font-size: 12px;
}

.artist-active__service h3 {
  margin: 0;

  color: #ffffff;

  font-size: 13px;
  line-height: 1.2;
}

.artist-active__service p {
  margin: 5px 0 0;

  color: var(--aa-muted);

  font-size: 9px;
  line-height: 1.5;
}


/* =====================================================
   BANDA INFERIOR
===================================================== */

.artist-active__banner {
  position: relative;

  margin-top: 95px;
  padding: 30px 32px;

  display: grid;

  grid-template-columns:
    auto
    minmax(0, 1fr)
    auto;

  align-items: center;
  gap: 22px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(255, 45, 157, 0.14),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.1),
      rgba(112, 44, 255, 0.14),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 32px 80px rgba(0, 0, 0, 0.3);
}

.artist-active__banner::before {
  content: "";

  position: absolute;

  top: -100%;
  left: -30%;

  width: 30%;
  height: 300%;

  transform: rotate(22deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.08),
      transparent
    );

  animation:
    artistActiveBannerShine 8s ease-in-out infinite;
}

.artist-active__banner-icon {
  position: relative;
  z-index: 2;

  width: 78px;
  height: 78px;

  display: grid;
  place-items: center;

  border-radius: 22px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--aa-blue),
      var(--aa-purple),
      var(--aa-pink)
    );

  box-shadow:
    0 0 32px rgba(112, 44, 255, 0.3);

  font-size: 18px;
  font-weight: 900;
}

.artist-active__banner-content {
  position: relative;
  z-index: 2;
}

.artist-active__banner-content > span {
  color: var(--aa-cyan);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.artist-active__banner-content h3 {
  margin: 5px 0 8px;

  color: #ffffff;

  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.1;
  letter-spacing: -1px;
}

.artist-active__banner-content p {
  max-width: 690px;

  margin: 0;

  color: var(--aa-muted);

  font-size: 11px;
  line-height: 1.6;
}

.artist-active__banner-button {
  position: relative;
  z-index: 2;

  min-height: 54px;
  padding: 13px 19px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 14px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(37, 211, 102, 0.28),
      rgba(7, 61, 29, 0.3)
    );

  box-shadow:
    0 15px 35px rgba(37, 211, 102, 0.12);

  text-decoration: none;

  font-size: 11px;
  font-weight: 800;

  white-space: nowrap;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.artist-active__banner-button:hover {
  transform: translateY(-4px);

  border-color: rgba(37, 211, 102, 0.7);

  box-shadow:
    0 18px 42px rgba(37, 211, 102, 0.2);
}


/* =====================================================
   FRASE FINAL
===================================================== */

.artist-active__statement {
  margin: 62px auto 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}

.artist-active__statement-line {
  width: min(150px, 14vw);
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(168, 85, 247, 0.7)
    );
}

.artist-active__statement-line:last-child {
  transform: rotate(180deg);
}

.artist-active__statement p {
  margin: 0;

  color: #cbc5d9;

  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  text-align: center;
}

.artist-active__statement strong {
  display: block;

  color: #ffffff;

  font-size: 1.18em;
}


/* =====================================================
   BOTONES FINALES
===================================================== */

.artist-active__actions {
  margin-top: 31px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

.artist-active__button {
  min-height: 56px;
  padding: 13px 21px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border-radius: 14px;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;
  font-weight: 800;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.artist-active__button:hover {
  transform: translateY(-4px);
}

.artist-active__button--example {
  border: 1px solid rgba(255, 255, 255, 0.19);

  background:
    linear-gradient(
      135deg,
      var(--aa-blue),
      var(--aa-purple),
      var(--aa-pink)
    );

  box-shadow:
    0 16px 38px rgba(112, 44, 255, 0.3);
}

.artist-active__button--example:hover {
  box-shadow:
    0 20px 46px rgba(112, 44, 255, 0.46);
}

.artist-active__button--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.36);

  background:
    linear-gradient(
      135deg,
      rgba(37, 211, 102, 0.22),
      rgba(7, 61, 29, 0.27)
    );

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 16px 38px rgba(0, 0, 0, 0.27);
}

.artist-active__button--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.7);

  box-shadow:
    0 18px 43px rgba(37, 211, 102, 0.18);
}


/* =====================================================
   ANIMACIONES
===================================================== */

@keyframes artistActiveGlowBlue {

  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(85px, 55px) scale(1.13);
  }

}

@keyframes artistActiveGlowPurple {

  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(-70px, -45px) scale(1.15);
  }

}

@keyframes artistActiveGlowPink {

  from {
    transform: translate(0, 0) scale(0.94);
  }

  to {
    transform: translate(-80px, -55px) scale(1.15);
  }

}

@keyframes artistActiveSpotlightOne {

  from {
    transform: rotate(-18deg) translateX(-40px);
  }

  to {
    transform: rotate(-5deg) translateX(90px);
  }

}

@keyframes artistActiveSpotlightTwo {

  from {
    transform: rotate(20deg) translateX(40px);
  }

  to {
    transform: rotate(7deg) translateX(-90px);
  }

}

@keyframes artistActiveOrbitOne {

  to {
    transform:
      translateX(-50%)
      rotate(360deg);
  }

}

@keyframes artistActiveOrbitTwo {

  to {
    transform:
      translateX(-50%)
      rotate(-360deg);
  }

}

@keyframes artistActiveOrbitThree {

  to {
    transform:
      translateX(-50%)
      rotate(360deg);
  }

}

@keyframes artistActiveFrequency {

  from {
    transform: scaleY(0.28);
    opacity: 0.35;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }

}

@keyframes artistActiveParticle {

  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.6);
  }

}

@keyframes artistActiveAura {

  from {
    opacity: 0.64;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }

}

@keyframes artistActiveVisualOrbit {

  to {
    transform: rotate(360deg);
  }

}

@keyframes artistActiveVisualOrbitReverse {

  to {
    transform: rotate(-360deg);
  }

}

@keyframes artistActiveStatus {

  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }

}

@keyframes artistActivePhone {

  0%,
  100% {
    transform:
      rotateY(-4deg)
      rotateX(2deg)
      translateY(0);
  }

  50% {
    transform:
      rotateY(-1deg)
      rotateX(1deg)
      translateY(-14px);
  }

}

@keyframes artistActivePhoneBars {

  from {
    transform: scaleY(0.35);
  }

  to {
    transform: scaleY(1);
  }

}

@keyframes artistActivePhoneShine {

  0%,
  70% {
    left: -80%;
  }

  100% {
    left: 145%;
  }

}

@keyframes artistActiveFloating {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }

}

@keyframes artistActiveBannerShine {

  0%,
  70% {
    left: -30%;
  }

  100% {
    left: 120%;
  }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

  .artist-active {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .artist-active__layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .artist-active__visual {
    grid-column: 1 / -1;
    grid-row: 1;

    width: min(650px, 100%);
    min-height: 600px;

    margin: 0 auto 25px;
  }

  .artist-active__activities {
    grid-column: 1;
    grid-row: 2;
  }

  .artist-active__services {
    grid-column: 2;
    grid-row: 2;
  }

}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 640px) {

  .artist-active {
    padding: 84px 16px;
  }

  .artist-active__header {
    margin-bottom: 48px;
  }

  .artist-active__eyebrow {
    margin-bottom: 17px;

    font-size: 8px;
  }

  .artist-active__eyebrow-number {
    width: 23px;
    height: 23px;
  }

  .artist-active__title {
    font-size: clamp(34px, 10.5vw, 47px);
    line-height: 1.06;
    letter-spacing: -1.8px;
  }

  .artist-active__intro {
    margin-top: 21px;

    font-size: 14px;
    line-height: 1.68;
  }

  .artist-active__layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .artist-active__visual {
    grid-column: auto;
    grid-row: auto;

    min-height: 520px;

    margin-bottom: 0;
  }

  .artist-active__activities,
  .artist-active__services {
    grid-column: auto;
    grid-row: auto;
  }

  .artist-active__activities {
    order: 2;
  }

  .artist-active__visual {
    order: 1;
  }

  .artist-active__services {
    order: 3;
  }

  .artist-active__phone {
    width: 205px;
  }

  .artist-active__phone-frame {
    border-radius: 35px;
  }

  .artist-active__phone-screen {
    border-radius: 28px;
  }

  .artist-active__phone-content h3 {
    font-size: 16px;
  }

  .artist-active__status {
    top: 4px;

    font-size: 8px;
  }

  .artist-active__visual-orbit--one {
    width: 390px;
    height: 390px;
  }

  .artist-active__visual-orbit--two {
    width: 315px;
    height: 315px;
  }

  .artist-active__floating {
    min-width: 137px;

    padding: 8px 10px;
  }

  .artist-active__floating > span {
    width: 29px;
    height: 29px;

    border-radius: 9px;
  }

  .artist-active__floating small {
    font-size: 6px;
  }

  .artist-active__floating strong {
    font-size: 7px;
  }

  .artist-active__floating--music {
    top: 95px;
    left: -3px;
  }

  .artist-active__floating--contact {
    top: 165px;
    right: -4px;
  }

  .artist-active__floating--agenda {
    bottom: 95px;
    left: -5px;
  }

  .artist-active__floating--views {
    right: -2px;
    bottom: 42px;
  }

  .artist-active__activity {
    padding: 15px 0;
  }

  .artist-active__activity p {
    font-size: 10px;
  }

  .artist-active__service-grid {
    grid-template-columns: 1fr;
  }

  .artist-active__banner {
    margin-top: 70px;
    padding: 23px;

    grid-template-columns: 1fr;

    text-align: center;
  }

  .artist-active__banner-icon {
    width: 68px;
    height: 68px;

    margin: 0 auto;
  }

  .artist-active__banner-button {
    width: 100%;
  }

  .artist-active__statement {
    margin-top: 46px;
  }

  .artist-active__statement-line {
    display: none;
  }

  .artist-active__statement p {
    font-size: 18px;
  }

  .artist-active__actions {
    flex-direction: column;
  }

  .artist-active__button {
    width: 100%;
  }

  .artist-active__orbit {
    opacity: 0.45;
  }

}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .artist-active *,
  .artist-active *::before,
  .artist-active *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8c8d3a8 *//* =====================================================
   SECCIÓN 5 — CIERRE Y CTA
   ONE PAGE PARA ARTISTAS
===================================================== */

.artist-final,
.artist-final * {
  box-sizing: border-box;
}

.artist-final {
  --af-dark: #04030a;
  --af-dark-soft: #0b0715;

  --af-white: #ffffff;
  --af-text: #ddd8e9;
  --af-muted: #9e97b0;

  --af-blue: #178dff;
  --af-cyan: #38d8ff;
  --af-purple: #702cff;
  --af-violet: #a855f7;
  --af-pink: #ff2d9d;
  --af-green: #25d366;

  position: relative;

  padding: 120px 24px 35px;

  overflow: hidden;
  isolation: isolate;

  color: var(--af-white);

  background:
    radial-gradient(
      circle at 14% 25%,
      rgba(23, 141, 255, 0.09),
      transparent 31%
    ),
    radial-gradient(
      circle at 86% 53%,
      rgba(255, 45, 157, 0.1),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #04030a 0%,
      #090512 48%,
      #030208 100%
    );

  font-family: "Poppins", sans-serif;
}


/* =====================================================
   FONDO
===================================================== */

.artist-final__background {
  position: absolute;
  inset: 0;

  z-index: -2;

  overflow: hidden;

  pointer-events: none;
}

.artist-final__grid {
  position: absolute;
  inset: 0;

  opacity: 0.11;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );

  background-size: 76px 76px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 12%,
      black 82%,
      transparent
    );

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 12%,
      black 82%,
      transparent
    );
}


/* =====================================================
   LUCES
===================================================== */

.artist-final__glow {
  position: absolute;

  border-radius: 50%;

  filter: blur(105px);
  opacity: 0.48;

  mix-blend-mode: screen;
}

.artist-final__glow--blue {
  width: 440px;
  height: 440px;

  top: 7%;
  left: -210px;

  background: rgba(23, 141, 255, 0.34);

  animation:
    artistFinalGlowBlue 10s ease-in-out infinite alternate;
}

.artist-final__glow--purple {
  width: 570px;
  height: 570px;

  top: 39%;
  left: 35%;

  background: rgba(112, 44, 255, 0.26);

  animation:
    artistFinalGlowPurple 12s ease-in-out infinite alternate;
}

.artist-final__glow--pink {
  width: 480px;
  height: 480px;

  right: -220px;
  bottom: 5%;

  background: rgba(255, 45, 157, 0.3);

  animation:
    artistFinalGlowPink 11s ease-in-out infinite alternate;
}


/* Reflectores */

.artist-final__spotlight {
  position: absolute;

  top: -35%;

  width: 260px;
  height: 100%;

  opacity: 0.08;
  filter: blur(23px);

  transform-origin: top center;

  clip-path:
    polygon(
      45% 0,
      55% 0,
      100% 100%,
      0 100%
    );

  mix-blend-mode: screen;
}

.artist-final__spotlight--one {
  left: 15%;

  background:
    linear-gradient(
      to bottom,
      rgba(56, 216, 255, 0.8),
      transparent
    );

  animation:
    artistFinalSpotlightOne 9s ease-in-out infinite alternate;
}

.artist-final__spotlight--two {
  left: 49%;

  background:
    linear-gradient(
      to bottom,
      rgba(168, 85, 247, 0.8),
      transparent
    );

  animation:
    artistFinalSpotlightTwo 8s ease-in-out infinite alternate;
}

.artist-final__spotlight--three {
  right: 8%;

  background:
    linear-gradient(
      to bottom,
      rgba(255, 45, 157, 0.82),
      transparent
    );

  animation:
    artistFinalSpotlightThree 10s ease-in-out infinite alternate;
}


/* =====================================================
   VINILO
===================================================== */

.artist-final__vinyl {
  position: absolute;

  top: 16%;
  right: -220px;

  width: 510px;
  height: 510px;

  border-radius: 50%;

  opacity: 0.13;

  background:
    repeating-radial-gradient(
      circle,
      #17131f 0,
      #17131f 4px,
      #030307 5px,
      #030307 11px
    );

  box-shadow:
    0 0 85px rgba(112, 44, 255, 0.18);

  animation:
    artistFinalVinyl 25s linear infinite;
}

.artist-final__vinyl-line {
  position: absolute;
  inset: 12%;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.artist-final__vinyl-center {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 112px;
  height: 112px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      #07030b 0 13%,
      transparent 14%
    ),
    linear-gradient(
      135deg,
      var(--af-blue),
      var(--af-purple),
      var(--af-pink)
    );

  box-shadow:
    0 0 35px rgba(255, 45, 157, 0.34);
}

.artist-final__vinyl-center span {
  color: #ffffff;

  font-size: 16px;
  font-weight: 900;
}


/* =====================================================
   ONDAS
===================================================== */

.artist-final__wave {
  position: absolute;

  left: 50%;
  bottom: -190px;

  width: 390px;
  height: 390px;

  border: 1px solid rgba(56, 216, 255, 0.16);
  border-radius: 50%;

  animation:
    artistFinalWave 5s ease-out infinite;
}

.artist-final__wave--two {
  border-color: rgba(168, 85, 247, 0.17);
  animation-delay: 1.7s;
}

.artist-final__wave--three {
  border-color: rgba(255, 45, 157, 0.17);
  animation-delay: 3.4s;
}


/* Partículas */

.artist-final__particle {
  position: absolute;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 0 8px #ffffff,
    0 0 20px var(--af-violet);

  animation:
    artistFinalParticle 3s ease-in-out infinite;
}

.artist-final__particle--one {
  top: 14%;
  left: 10%;
}

.artist-final__particle--two {
  top: 39%;
  right: 13%;

  animation-delay: 0.7s;
}

.artist-final__particle--three {
  top: 59%;
  left: 44%;

  animation-delay: 1.4s;
}

.artist-final__particle--four {
  bottom: 20%;
  left: 15%;

  animation-delay: 2.1s;
}

.artist-final__particle--five {
  right: 8%;
  bottom: 11%;

  animation-delay: 2.8s;
}


/* =====================================================
   CONTENEDOR
===================================================== */

.artist-final__container {
  width: min(1240px, 100%);
  margin: 0 auto;
}


/* =====================================================
   ENCABEZADO
===================================================== */

.artist-final__header {
  max-width: 900px;

  margin: 0 auto 72px;

  text-align: center;
}

.artist-final__eyebrow {
  width: fit-content;

  margin: 0 auto 20px;
  padding: 8px 14px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  color: #ece7f8;

  background: rgba(255, 255, 255, 0.055);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.artist-final__eyebrow-number {
  width: 26px;
  height: 26px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--af-blue),
      var(--af-purple),
      var(--af-pink)
    );

  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.27);

  font-size: 9px;
}

.artist-final__title {
  margin: 0;

  color: #ffffff;

  font-size: clamp(40px, 4.8vw, 69px);
  line-height: 1.04;
  letter-spacing: -2.9px;
  font-weight: 760;

  text-wrap: balance;

  text-shadow:
    0 10px 35px rgba(0, 0, 0, 0.46);
}

.artist-final__title span {
  display: block;

  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--af-cyan),
      var(--af-violet),
      var(--af-pink)
    );

  background-clip: text;
  -webkit-background-clip: text;

  filter:
    drop-shadow(
      0 0 15px rgba(168, 85, 247, 0.18)
    );
}

.artist-final__intro {
  max-width: 760px;

  margin: 25px auto 0;

  color: var(--af-text);

  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
}


/* =====================================================
   LAYOUT
===================================================== */

.artist-final__layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(430px, 0.92fr);

  align-items: center;

  gap: clamp(55px, 7vw, 105px);
}


/* =====================================================
   CONTENIDO
===================================================== */

.artist-final__content-label {
  display: inline-block;

  margin-bottom: 15px;

  color: var(--af-cyan);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.artist-final__content-title {
  max-width: 560px;

  margin: 0;

  color: #ffffff;

  font-size: clamp(32px, 3.5vw, 49px);
  line-height: 1.08;
  letter-spacing: -1.8px;

  white-space: pre-line;
}

.artist-final__content-text {
  max-width: 610px;

  margin: 21px 0 0;

  color: var(--af-text);

  font-size: 15px;
  line-height: 1.75;
}


/* Características */

.artist-final__features {
  margin-top: 32px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.artist-final__feature {
  min-height: 135px;
  padding: 17px;

  display: flex;
  align-items: flex-start;
  gap: 12px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.022)
    );

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.07),
    0 20px 48px rgba(0, 0, 0, 0.2);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.artist-final__feature:hover {
  transform: translateY(-6px);

  border-color: rgba(168, 85, 247, 0.32);

  background: rgba(255, 255, 255, 0.07);
}

.artist-final__feature-icon {
  flex: 0 0 auto;

  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(168, 85, 247, 0.3);
  border-radius: 12px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.22),
      rgba(112, 44, 255, 0.27),
      rgba(255, 45, 157, 0.17)
    );

  box-shadow:
    0 0 20px rgba(112, 44, 255, 0.12);

  font-size: 14px;
}

.artist-final__feature h4 {
  margin: 1px 0 6px;

  color: #ffffff;

  font-size: 13px;
  line-height: 1.25;
}

.artist-final__feature p {
  margin: 0;

  color: var(--af-muted);

  font-size: 10px;
  line-height: 1.55;
}


/* =====================================================
   VISUAL
===================================================== */

.artist-final__visual {
  position: relative;

  min-height: 610px;

  display: flex;
  align-items: center;
  justify-content: center;

  perspective: 1400px;
}

.artist-final__visual-aura {
  position: absolute;

  width: 90%;
  height: 78%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 34% 49%,
      rgba(23, 141, 255, 0.32),
      transparent 47%
    ),
    radial-gradient(
      circle at 69% 44%,
      rgba(255, 45, 157, 0.27),
      transparent 44%
    ),
    radial-gradient(
      circle,
      rgba(112, 44, 255, 0.24),
      transparent 66%
    );

  filter: blur(36px);

  animation:
    artistFinalAura 4.5s ease-in-out infinite alternate;
}

.artist-final__visual-ring {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.artist-final__visual-ring--one {
  width: 500px;
  height: 500px;

  animation:
    artistFinalRing 20s linear infinite;
}

.artist-final__visual-ring--two {
  width: 410px;
  height: 410px;

  border-style: dashed;
  border-color: rgba(255, 45, 157, 0.14);

  animation:
    artistFinalRingReverse 15s linear infinite;
}


/* Computador */

.artist-final__desktop {
  position: relative;
  z-index: 4;

  width: min(520px, 92%);

  transform: rotateY(-5deg) rotateX(2deg);

  animation:
    artistFinalDesktop 5.2s ease-in-out infinite;
}

.artist-final__desktop-bar {
  height: 41px;
  padding: 0 13px;

  display: flex;
  align-items: center;
  gap: 13px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 0;
  border-radius: 19px 19px 0 0;

  background: rgba(17, 13, 27, 0.92);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.artist-final__browser-dots {
  display: flex;
  gap: 5px;
}

.artist-final__browser-dots span {
  width: 7px;
  height: 7px;

  border-radius: 50%;
}

.artist-final__browser-dots span:nth-child(1) {
  background: #ff5f57;
}

.artist-final__browser-dots span:nth-child(2) {
  background: #febc2e;
}

.artist-final__browser-dots span:nth-child(3) {
  background: #28c840;
}

.artist-final__browser-url {
  flex: 1;

  padding: 6px 11px;

  overflow: hidden;

  border-radius: 8px;

  color: rgba(255, 255, 255, 0.53);
  background: rgba(255, 255, 255, 0.05);

  font-size: 8px;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.artist-final__desktop-screen {
  position: relative;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 0 7px 7px;

  background: #090610;

  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.62),
    0 0 55px rgba(112, 44, 255, 0.18);
}

.artist-final__desktop-screen img,
.artist-final__phone-screen img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.artist-final__desktop-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(4, 3, 10, 0.92),
      rgba(4, 3, 10, 0.5) 62%,
      rgba(4, 3, 10, 0.16)
    ),
    linear-gradient(
      180deg,
      transparent,
      rgba(4, 3, 10, 0.75)
    );
}

.artist-final__desktop-content {
  position: absolute;

  z-index: 3;

  left: 7%;
  bottom: 10%;

  width: 58%;
}

.artist-final__desktop-content > span {
  display: inline-block;

  margin-bottom: 9px;
  padding: 6px 9px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  color: #ece7f7;
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.artist-final__desktop-content h3 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.artist-final__desktop-content a {
  width: fit-content;

  margin-top: 14px;
  padding: 9px 12px;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  border-radius: 9px;

  color: #ffffff;

  background:
    linear-gradient(
      90deg,
      var(--af-blue),
      var(--af-purple),
      var(--af-pink)
    );

  box-shadow:
    0 12px 25px rgba(112, 44, 255, 0.24);

  text-decoration: none;

  font-size: 7px;
  font-weight: 800;
}

.artist-final__desktop-shine {
  position: absolute;

  top: -60%;
  left: -80%;

  width: 40%;
  height: 220%;

  transform: rotate(24deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.13),
      transparent
    );

  animation:
    artistFinalScreenShine 7s ease-in-out infinite;
}

.artist-final__desktop-base {
  width: 110%;
  height: 14px;

  margin-left: -5%;

  border-radius: 0 0 50% 50%;

  background:
    linear-gradient(
      180deg,
      #64616e,
      #282530
    );

  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.44);
}


/* Celular */

.artist-final__phone {
  position: absolute;
  z-index: 6;

  right: -5px;
  bottom: 28px;

  width: 143px;
  padding: 7px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;

  background:
    linear-gradient(
      145deg,
      #4b4753,
      #111019 55%
    );

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.62),
    0 0 38px rgba(255, 45, 157, 0.17);

  transform: rotate(6deg);

  animation:
    artistFinalPhone 4.8s ease-in-out infinite;
}

.artist-final__phone-speaker {
  position: absolute;
  z-index: 2;

  top: 13px;
  left: 50%;

  width: 40px;
  height: 5px;

  border-radius: 999px;

  transform: translateX(-50%);

  background: #07070b;
}

.artist-final__phone-screen {
  aspect-ratio: 9 / 18.5;

  overflow: hidden;

  border-radius: 18px;

  background: #08060d;
}


/* Badges */

.artist-final__badge {
  position: absolute;
  z-index: 7;

  padding: 10px 14px;

  display: flex;
  align-items: center;
  gap: 8px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.035)
    );

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 20px 44px rgba(0, 0, 0, 0.34);

  font-size: 9px;
  font-weight: 750;
}

.artist-final__badge--top {
  top: 45px;
  right: 3px;

  animation:
    artistFinalBadge 4s ease-in-out infinite;
}

.artist-final__badge--bottom {
  left: 5px;
  bottom: 40px;

  animation:
    artistFinalBadge 4.8s ease-in-out infinite reverse;
}

.artist-final__badge--bottom > span {
  color: var(--af-pink);

  font-size: 16px;

  text-shadow:
    0 0 12px var(--af-pink);
}

.artist-final__badge-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--af-green);

  box-shadow:
    0 0 8px var(--af-green),
    0 0 18px var(--af-green);

  animation:
    artistFinalDot 1.5s ease-in-out infinite;
}


/* =====================================================
   MENSAJE DE PROPIEDAD
===================================================== */

.artist-final__ownership {
  margin-top: 105px;
  padding: 34px;

  display: grid;

  grid-template-columns:
    auto
    minmax(0, 1fr);

  align-items: center;
  gap: 22px;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 25px;

  background:
    radial-gradient(
      circle at 90% 50%,
      rgba(255, 45, 157, 0.13),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      rgba(23, 141, 255, 0.08),
      rgba(112, 44, 255, 0.11),
      rgba(255, 255, 255, 0.025)
    );

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 30px 75px rgba(0, 0, 0, 0.28);
}

.artist-final__ownership-icon {
  width: 76px;
  height: 76px;

  display: grid;
  place-items: center;

  border-radius: 22px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      var(--af-blue),
      var(--af-purple),
      var(--af-pink)
    );

  box-shadow:
    0 0 30px rgba(112, 44, 255, 0.28);

  font-size: 25px;
}

.artist-final__ownership-content > span {
  color: var(--af-pink);

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.artist-final__ownership-content h3 {
  margin: 6px 0 11px;

  color: #ffffff;

  font-size: clamp(24px, 2.8vw, 39px);
  line-height: 1.12;
  letter-spacing: -1.2px;

  white-space: pre-line;
}

.artist-final__ownership-content p {
  max-width: 880px;

  margin: 0;

  color: var(--af-muted);

  font-size: 12px;
  line-height: 1.65;
}


/* =====================================================
   CTA PRINCIPAL
===================================================== */

.artist-final__cta {
  position: relative;

  margin-top: 80px;
  padding: 72px 38px 55px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 20% 15%,
      rgba(23, 141, 255, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 82% 75%,
      rgba(255, 45, 157, 0.18),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(10, 7, 20, 0.92),
      rgba(23, 11, 42, 0.9),
      rgba(10, 7, 20, 0.94)
    );

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.1),
    0 38px 95px rgba(0, 0, 0, 0.36),
    0 0 60px rgba(112, 44, 255, 0.09);
}

.artist-final__cta-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 600px;
  height: 340px;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      rgba(112, 44, 255, 0.22),
      transparent 68%
    );

  filter: blur(38px);

  animation:
    artistFinalCtaGlow 4s ease-in-out infinite alternate;
}

.artist-final__cta-content {
  position: relative;
  z-index: 3;

  max-width: 850px;

  margin: 0 auto;

  text-align: center;
}

.artist-final__cta-label {
  display: inline-block;

  margin-bottom: 17px;

  color: var(--af-cyan);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.artist-final__cta h3 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(36px, 4.5vw, 63px);
  line-height: 1.04;
  letter-spacing: -2.5px;

  white-space: pre-line;
}

.artist-final__cta h3 span {
  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--af-cyan),
      var(--af-violet),
      var(--af-pink)
    );

  background-clip: text;
  -webkit-background-clip: text;
}

.artist-final__cta p {
  max-width: 690px;

  margin: 22px auto 0;

  color: var(--af-text);

  font-size: 15px;
  line-height: 1.7;
}


/* Botones CTA */

.artist-final__actions {
  margin-top: 32px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.artist-final__button {
  position: relative;

  min-height: 65px;
  padding: 12px 21px;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  overflow: hidden;

  border-radius: 15px;

  color: #ffffff;

  text-decoration: none;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.artist-final__button::before {
  content: "";

  position: absolute;

  top: -90%;
  left: -55%;

  width: 38%;
  height: 290%;

  transform: rotate(22deg);

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
    );

  transition: left 0.65s ease;
}

.artist-final__button:hover::before {
  left: 130%;
}

.artist-final__button:hover {
  transform: translateY(-5px);
}

.artist-final__button-icon {
  flex: 0 0 auto;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15);

  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.17);

  font-size: 12px;
}

.artist-final__button-text {
  display: flex;
  flex-direction: column;

  text-align: left;

  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
}

.artist-final__button-text small {
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.65);

  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.artist-final__button--whatsapp {
  border: 1px solid rgba(37, 211, 102, 0.4);

  background:
    linear-gradient(
      135deg,
      #25d366,
      #139447
    );

  box-shadow:
    0 17px 42px rgba(37, 211, 102, 0.23);
}

.artist-final__button--whatsapp:hover {
  box-shadow:
    0 21px 50px rgba(37, 211, 102, 0.36);
}

.artist-final__button--example {
  border: 1px solid rgba(255, 255, 255, 0.2);

  background:
    linear-gradient(
      135deg,
      var(--af-blue),
      var(--af-purple),
      var(--af-pink)
    );

  box-shadow:
    0 17px 42px rgba(112, 44, 255, 0.32);
}

.artist-final__button--example:hover {
  box-shadow:
    0 21px 50px rgba(112, 44, 255, 0.48);
}


/* Contacto */

.artist-final__contact {
  margin-top: 25px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: var(--af-muted);

  font-size: 10px;
}

.artist-final__contact strong {
  color: #ffffff;

  font-size: 13px;
  letter-spacing: 0.4px;
}


/* Ecualizador */

.artist-final__equalizer {
  position: relative;
  z-index: 3;

  height: 65px;

  margin: 48px auto 0;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;

  opacity: 0.38;
}

.artist-final__equalizer span {
  width: 5px;
  height: var(--height);

  border-radius: 999px;

  transform-origin: bottom;

  background:
    linear-gradient(
      to top,
      var(--af-blue),
      var(--af-purple),
      var(--af-pink)
    );

  box-shadow:
    0 0 12px rgba(168, 85, 247, 0.45);

  animation:
    artistFinalEqualizer 0.85s ease-in-out infinite alternate;

  animation-delay: var(--delay);
}


/* =====================================================
   FOOTER
===================================================== */

.artist-final__footer {
  margin-top: 70px;
  padding: 28px 0 0;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);

  align-items: center;
  gap: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.artist-final__footer-brand {
  display: flex;
  flex-direction: column;
}

.artist-final__footer-brand strong {
  color: #ffffff;

  font-size: 17px;
  font-weight: 900;
  letter-spacing: 2px;
}

.artist-final__footer-brand span {
  margin-top: 3px;

  color: var(--af-muted);

  font-size: 8px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.artist-final__footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.artist-final__footer-links a {
  color: var(--af-muted);

  text-decoration: none;

  font-size: 9px;
  font-weight: 700;

  transition: color 0.3s ease;
}

.artist-final__footer-links a:hover {
  color: #ffffff;
}

.artist-final__footer > p {
  margin: 0;

  color: rgba(255, 255, 255, 0.38);

  font-size: 8px;
  text-align: right;
}


/* =====================================================
   ANIMACIONES
===================================================== */

@keyframes artistFinalGlowBlue {

  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(85px, 55px) scale(1.13);
  }

}

@keyframes artistFinalGlowPurple {

  from {
    transform: translate(0, 0) scale(0.92);
  }

  to {
    transform: translate(-70px, -45px) scale(1.15);
  }

}

@keyframes artistFinalGlowPink {

  from {
    transform: translate(0, 0) scale(0.94);
  }

  to {
    transform: translate(-80px, -55px) scale(1.15);
  }

}

@keyframes artistFinalSpotlightOne {

  from {
    transform: rotate(-20deg) translateX(-35px);
  }

  to {
    transform: rotate(-7deg) translateX(95px);
  }

}

@keyframes artistFinalSpotlightTwo {

  from {
    transform: rotate(3deg) translateX(-45px);
  }

  to {
    transform: rotate(13deg) translateX(45px);
  }

}

@keyframes artistFinalSpotlightThree {

  from {
    transform: rotate(22deg) translateX(40px);
  }

  to {
    transform: rotate(8deg) translateX(-95px);
  }

}

@keyframes artistFinalVinyl {

  to {
    transform: rotate(360deg);
  }

}

@keyframes artistFinalWave {

  0% {
    opacity: 0.42;
    transform: scale(0.25);
  }

  100% {
    opacity: 0;
    transform: scale(1.75);
  }

}

@keyframes artistFinalParticle {

  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.7);
  }

  50% {
    opacity: 1;
    transform: scale(1.6);
  }

}

@keyframes artistFinalAura {

  from {
    opacity: 0.64;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1.08);
  }

}

@keyframes artistFinalRing {

  to {
    transform: rotate(360deg);
  }

}

@keyframes artistFinalRingReverse {

  to {
    transform: rotate(-360deg);
  }

}

@keyframes artistFinalDesktop {

  0%,
  100% {
    transform:
      rotateY(-5deg)
      rotateX(2deg)
      translateY(0);
  }

  50% {
    transform:
      rotateY(-2deg)
      rotateX(1deg)
      translateY(-13px);
  }

}

@keyframes artistFinalPhone {

  0%,
  100% {
    transform:
      rotate(6deg)
      translateY(0);
  }

  50% {
    transform:
      rotate(3deg)
      translateY(-12px);
  }

}

@keyframes artistFinalScreenShine {

  0%,
  70% {
    left: -80%;
  }

  100% {
    left: 145%;
  }

}

@keyframes artistFinalBadge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }

}

@keyframes artistFinalDot {

  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }

}

@keyframes artistFinalCtaGlow {

  from {
    opacity: 0.65;
    transform:
      translate(-50%, -50%)
      scale(0.95);
  }

  to {
    opacity: 1;
    transform:
      translate(-50%, -50%)
      scale(1.08);
  }

}

@keyframes artistFinalEqualizer {

  from {
    transform: scaleY(0.32);
  }

  to {
    transform: scaleY(1);
  }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1020px) {

  .artist-final {
    padding-top: 100px;
  }

  .artist-final__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .artist-final__content {
    max-width: 820px;

    margin: 0 auto;

    text-align: center;
  }

  .artist-final__content-title,
  .artist-final__content-text {
    margin-right: auto;
    margin-left: auto;
  }

  .artist-final__features {
    text-align: left;
  }

  .artist-final__visual {
    width: min(700px, 100%);
    min-height: 570px;

    margin: 0 auto;
  }

  .artist-final__footer {
    grid-template-columns: 1fr;
    justify-items: center;

    text-align: center;
  }

  .artist-final__footer > p {
    text-align: center;
  }

}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 640px) {

  .artist-final {
    padding:
      84px
      16px
      25px;
  }

  .artist-final__header {
    margin-bottom: 48px;
  }

  .artist-final__eyebrow {
    margin-bottom: 17px;

    font-size: 8px;
  }

  .artist-final__eyebrow-number {
    width: 23px;
    height: 23px;
  }

  .artist-final__title {
    font-size: clamp(34px, 10.5vw, 47px);
    line-height: 1.06;
    letter-spacing: -1.8px;
  }

  .artist-final__intro {
    margin-top: 21px;

    font-size: 14px;
    line-height: 1.68;
  }

  .artist-final__layout {
    gap: 55px;
  }

  .artist-final__content-title {
    font-size: 31px;
  }

  .artist-final__content-text {
    font-size: 14px;
    line-height: 1.68;
  }

  .artist-final__features {
    grid-template-columns: 1fr;
  }

  .artist-final__feature {
    min-height: auto;
    padding: 16px;
  }

  .artist-final__visual {
    min-height: 420px;
  }

  .artist-final__desktop {
    width: 96%;

    transform: none;

    animation-name:
      artistFinalDesktopMobile;
  }

  .artist-final__desktop-bar {
    height: 34px;
  }

  .artist-final__browser-url {
    font-size: 6px;
  }

  .artist-final__desktop-content {
    width: 68%;
  }

  .artist-final__desktop-content h3 {
    font-size: 15px;
  }

  .artist-final__desktop-content a {
    margin-top: 9px;
    padding: 6px 8px;

    font-size: 5px;
  }

  .artist-final__phone {
    right: -3px;
    bottom: 5px;

    width: 100px;

    border-radius: 19px;
  }

  .artist-final__phone-screen {
    border-radius: 13px;
  }

  .artist-final__badge {
    padding: 8px 10px;

    font-size: 7px;
  }

  .artist-final__badge--top {
    top: 9px;
    right: 0;
  }

  .artist-final__badge--bottom {
    left: 0;
    bottom: 4px;
  }

  .artist-final__visual-ring--one {
    width: 340px;
    height: 340px;
  }

  .artist-final__visual-ring--two {
    width: 285px;
    height: 285px;
  }

  .artist-final__ownership {
    margin-top: 70px;
    padding: 24px 20px;

    grid-template-columns: 1fr;

    text-align: center;
  }

  .artist-final__ownership-icon {
    width: 68px;
    height: 68px;

    margin: 0 auto;
  }

  .artist-final__ownership-content h3 {
    font-size: 26px;
  }

  .artist-final__ownership-content p {
    font-size: 11px;
  }

  .artist-final__cta {
    margin-top: 60px;
    padding: 55px 20px 38px;

    border-radius: 24px;
  }

  .artist-final__cta h3 {
    font-size: clamp(33px, 10vw, 46px);
    letter-spacing: -1.8px;
  }

  .artist-final__cta p {
    font-size: 14px;
  }

  .artist-final__actions {
    flex-direction: column;
  }

  .artist-final__button {
    width: 100%;
    min-height: 64px;

    justify-content: flex-start;
  }

  .artist-final__contact {
    flex-direction: column;
    gap: 3px;
  }

  .artist-final__equalizer {
    gap: 6px;
  }

  .artist-final__footer {
    margin-top: 55px;
  }

  .artist-final__footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .artist-final__vinyl {
    width: 340px;
    height: 340px;

    right: -245px;

    opacity: 0.09;
  }

}


@keyframes artistFinalDesktopMobile {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .artist-final *,
  .artist-final *::before,
  .artist-final *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}/* End custom CSS */