@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;600;700&family=Montserrat:wght@400;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, ul, li, label, input, button, span, b, .nav a, .submit-btn, .perfil-btn {
  letter-spacing: 0.04em !important;
  line-height: 1.7;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  background: #fff;
  color: #333;
  padding-top: 110px;
}

html {
  scroll-padding-top: 120px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 120px;
  background: #fff;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.logo {
  margin-left: 108px;
  flex-shrink: 0;
}
.logo img {
  height: 56px;
}
.nav {
  margin-right: 108px;
  display: flex;
  gap: 48px;
}
.nav a {
  color: #222;
  text-decoration: none;
  font-family: 'Lexend', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0 12px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  line-height: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.nav .cta {
  background: #222;
  color: #fff;
  font-family: 'Lexend', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0 28px;
  border-radius: 8px;
  height: 48px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px #0001;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 120px 40px 120px;
  gap: 80px;
  background: #fff;
}
.hero-text {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-text h1 {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.hero-text h2 {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #666666;
  margin: 0 0 0 0;
  line-height: 1.1;
  text-align: center;
}
.register-form {
  background: #F4F4F4;
  border-radius: 20px;
  box-shadow: 0 4px 24px #0001;
  padding: 40px 32px;
  min-width: 506px;
  max-width: 506px;
  width: 506px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 4px;
}
input[type='text'],
input[type='email'] {
  font-family: 'Lexend', Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  box-sizing: border-box;
  margin-bottom: 0;
}

input[type='text']:focus,
input[type='email']:focus {
  outline: none;
  border-color: #b0b0b0;
}

input::placeholder, input::-webkit-input-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder {
  font-family: 'Lexend', Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #b0b0b0;
  opacity: 1;
  letter-spacing: 0.04em;
}
.perfil-group {
  gap: 10px;
}
.perfil-options {
  display: flex;
  gap: 16px;
}
.perfil-btn {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 20px;
  border: none;
  border-radius: 12px;
  background: #E0E0E0;
  color: #333333;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.perfil-btn.selected {
  background: #333;
  color: #fff;
}
.submit-btn {
  margin-top: 12px;
  padding: 18px 0;
  background: #222;
  color: #fff;
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.submit-btn:disabled {
  background: #aaa;
  cursor: not-allowed;
}
.error-message {
  color: #e53935;
  font-size: 1rem;
  min-height: 18px;
  margin-top: 2px;
  font-family: 'Lexend', Arial, sans-serif;
}
.beneficios {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  background: #F5F5F5;
  padding: 80px 0 80px 0;
  margin-top: 0;
}
.beneficio-artistas, .beneficio-empresas {
  flex: 1 1 0;
  max-width: 520px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px #0001;
  padding: 48px 40px 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.beneficio-artistas h3, .beneficio-empresas h3 {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.beneficio-artistas ul, .beneficio-empresas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.beneficio-artistas li, .beneficio-empresas li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 50px;
  font-size: 18px;
  font-family: 'Lexend', Arial, sans-serif;
  color: #666666;
  font-weight: 300;
}
.beneficio-artistas li:last-child, .beneficio-empresas li:last-child {
  margin-bottom: 0;
}
.beneficio-artistas .icono, .beneficio-empresas .icono {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-top: 4px;
}
.beneficio-artistas b, .beneficio-empresas b {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  font-family: 'Lexend', Arial, sans-serif;
}
.beneficio-artistas span, .beneficio-empresas span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  margin-top: 4px;
  font-family: 'Lexend', Arial, sans-serif;
  font-variation-settings: 'wght' 300;
}
.funcion-texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.funcion-texto b {
  margin-bottom: 20px;
}
.ventajas {
  background: #fff;
  padding: 48px 8vw 64px 8vw;
}
.ventajas h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.ventajas-lista {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.ventaja {
  background: #fafafa;
  border-radius: 16px;
  box-shadow: 0 2px 12px #0001;
  padding: 24px 20px;
  flex: 1;
  min-width: 260px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.ventaja .icono {
  width: 28px;
  height: 28px;
}
.ventaja b {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  font-family: 'Lexend', Arial, sans-serif;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.ventaja ul {
  margin: 0 0 0 18px;
  padding: 0;
  font-size: 18px;
  color: #666666;
  font-family: 'Lexend', Arial, sans-serif;
  font-weight: 300;
  font-variation-settings: 'wght' 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.ventaja ul li {
  margin-bottom: 18px;
}
.ventaja ul li:last-child {
  margin-bottom: 0;
}
.footer {
  background: #222;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 8vw;
  font-size: 1rem;
}
.redes {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 12px;
}
.redes img {
  height: 36px;
  width: 36px;
  transition: transform 0.2s;
  color: #fff;
  fill: #fff;
  filter: none;
}
.redes img:hover {
  transform: scale(1.12);
}
@media (max-width: 900px) {
  .header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }
  .logo {
    margin-left: 24px;
    margin-right: 0;
  }
  .logo img {
    height: 40px;
  }
  .nav {
    display: none !important;
  }
  .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1201;
    margin-right: 18px;
  }
  .hamburger span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 4px 0;
    background: #333;
    border-radius: 2px;
    transition: 0.3s;
  }
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.75); /* #333333 con 75% opacidad */
    z-index: 1200;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .mobile-menu-overlay.show {
    display: flex;
  }
  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .mobile-menu-links a {
    font-family: 'Lexend', Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    display: block;
  }
  .mobile-menu-links a.cta {
    background: #fff;
    color: #222;
    font-weight: 700;
  }
  .close-menu {
    position: absolute;
    top: 32px;
    right: 32px;
    background: transparent;
    border: none;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 1300;
    font-family: 'Lexend', Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  body {
    padding-top: 100px;
  }
  .hero {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 32px 24px 24px 24px;
  }
  .beneficios {
    flex-direction: column;
    gap: 32px;
  }
  .ventajas-lista {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .register-form {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-width: unset;
    max-width: 100%;
    padding: 24px 12px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    gap: 10px;
  }
  .form-group {
    gap: 2px;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  .register-form label,
  .register-form .error-message {
    font-size: 14px;
  }
  .hero-text h1 {
    font-family: 'Lexend', Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.02em;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  }
  .hero-text h2 {
    font-size: 1.3rem;
  }
  .submit-btn,
  .perfil-btn {
    font-family: 'Lexend', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
  .register-form input[type="text"],
  .register-form input[type="email"] {
    border: 1px solid #666666 !important;
  }
  .register-form .submit-btn,
  .register-form .perfil-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .register-form .perfil-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px 20px;
  }
  .register-form .submit-btn {
    padding: 15px 20px;
  }
  .beneficio-artistas h3, .beneficio-empresas h3 {
    color: #666666;
  }
  .funcion-texto b {
    font-size: 18px !important;
  }
  .funcion-texto span {
    font-size: 14px !important;
  }
  .ventaja ul li {
    margin-bottom: 18px;
    padding-left: 0;
    text-indent: 0;
    list-style-position: inside;
  }
  .ventaja ul {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
  }
  .ventajas h3,
  .ventaja,
  .ventaja b,
  .ventaja ul,
  .ventaja ul li {
    text-align: left !important;
    align-items: flex-start !important;
  }
  .beneficio-artistas .funcion-texto b,
  .beneficio-empresas .funcion-texto b,
  .beneficio-artistas .funcion-texto span,
  .beneficio-empresas .funcion-texto span {
    text-align: left !important;
    margin-left: 12px;
  }
}
@media (max-width: 1100px) {
  .beneficios {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0 40px 0;
  }
  .beneficio-artistas, .beneficio-empresas {
    max-width: 100%;
    padding: 32px 16px;
  }
}

/* HAMBURGER MENU STYLES */
/* .hamburger {
  display: none !important;
} */
.hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34,34,34,0.97);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  z-index: 1100;
}
.mobile-menu a {
  color: #fff;
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu a.cta {
  background: #fff;
  color: #222;
  font-weight: 700;
}
.mobile-menu.show {
  display: flex;
}
@media (min-width: 901px) {
  .hamburger,
  .mobile-menu-overlay {
    display: none !important;
  }
  .footer-mobile-bar {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 72px;
    margin: 0;
  }
  .header {
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    padding: 0 30px;
  }
  .logo {
    margin-left: 0;
  }
  .logo img {
    height: 32px;
  }
  .hero {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 32px 30px 24px 30px;
  }
  .hero-text {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero-text h2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .register-form {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
    border-radius: 16px;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
  }
  .beneficios {
    flex-direction: column;
    gap: 24px;
    padding: 32px 30px;
  }
  .beneficio-artistas, .beneficio-empresas {
    max-width: 100%;
    padding: 24px 0;
    border-radius: 20px;
    align-items: center;
  }
  .beneficio-artistas h3, .beneficio-empresas h3 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 18px;
  }
  .beneficio-artistas ul, .beneficio-empresas ul {
    width: 100%;
  }
  .beneficio-artistas li, .beneficio-empresas li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 32px;
  }
  .funcion-texto {
    align-items: center;
    text-align: center;
  }
  .ventajas {
    padding: 32px 30px 40px 30px;
  }
  .ventajas-lista {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .ventaja {
    max-width: 100%;
    padding: 18px 10px;
    border-radius: 18px;
    align-items: center;
    text-align: center;
  }
  .ventaja b {
    font-size: 1.1rem;
  }
  .ventaja ul {
    font-size: 1rem;
    margin-left: 0;
  }
  .footer {
    padding: 24px 30px;
  }
  .redes {
    gap: 18px;
  }
  .redes img {
    height: 28px;
    width: 28px;
  }
  .register-form input[type="text"],
  .register-form input[type="email"] {
    width: calc(100% - 36px);
    margin-left: 12px;
    margin-right: 24px;
    min-width: 0;
    max-width: 100%;
    display: block;
  }
} 

/* Galería carrusel y tarjetas artistas */
.artistas-carrusel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 12px;
  scroll-snap-type: x mandatory;
}

.tarjeta-artista {
  width: 324px;
  min-width: 324px;
  max-width: 324px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-snap-align: start;
  position: relative;
}

.tarjeta-imagen {
  width: 300px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tarjeta-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.tarjeta-contenido {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.artista-campo-titulo,
.artista-campo-texto,
.artista-descripcion {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

.artista-campo-titulo {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #cccccc;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}

.artista-campo-texto {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.artista-descripcion {
  font-family: 'Lexend', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
  max-height: 2.8em;
  position: relative;
  transition: max-height 0.3s;
  letter-spacing: 0.01em;
}

.tarjeta-artista.expandida .artista-descripcion {
  max-height: 100vh;
  -webkit-line-clamp: unset;
  min-height: unset;
}

.ver-mas-btn {
  background: none;
  border: none;
  color: #007bff;
  font-size: 12px;
  font-family: 'Lexend', Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
  float: right;
  z-index: 2;
}

.btn-seguir {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s;
  text-align: center;
  margin-top: 10px;
}

.btn-seguir:hover {
  background: #333;
} 

.artista-campo-texto,
.artista-descripcion {
  text-transform: capitalize;
} 

textarea,
input[type='file'] {
  font-family: 'Lexend', Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  box-sizing: border-box;
  margin-bottom: 0;
}

textarea:focus,
input[type='file']:focus {
  outline: none;
  border-color: #b0b0b0;
} 

input[type='url'] {
  font-family: 'Lexend', Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  box-sizing: border-box;
  margin-bottom: 0;
}

input[type='url']:focus {
  outline: none;
  border-color: #b0b0b0;
} 

input[type='text'] {
  font-family: 'Lexend', Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 12px 14px;
  box-sizing: border-box;
  margin-bottom: 0;
}

input[type='text']:focus {
  outline: none;
  border-color: #b0b0b0;
} 

.spinner-cargando {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 100%;
}
.spinner-cargando .loader {
  border: 6px solid #eee;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
} 