/*
Theme Name:   Astra Child - Iron & Echo
Theme URI:    
Description:  Child theme de Astra con diseño Rock Band Hero
Author:       Tu Nombre
Author URI:   
Template:     astra
Version:      1.1.4
Text Domain:  astra-child
*/

/* ===================================================
   IMPORTAR FUENTES DE GOOGLE
   =================================================== */
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700&display=swap');

/* ===================================================
   VARIABLES CSS GLOBALES
   =================================================== */
:root {
  --primary:          #ec1313;
  --primary-hover:    #c01010;
  --bg-dark:          #150B0F;
  --bg-light:         #f8f6f6;
  --slate-50:         #f8fafc;
  --slate-100:        #f1f5f9;
  --slate-300:        #cbd5e1;
  --slate-400:        #94a3b8;
  --slate-500:        #64748b;
  --font-display:     'Spline Sans', sans-serif;
}

/* ===================================================
   ESTILOS GLOBALES DE LA PLANTILLA
   =================================================== */
.rock-band-page {
  background-color: var(--bg-dark);
	background-color: #150B0F;
  font-family: var(--font-display);
  color: var(--slate-100);
  overflow-x: hidden;
}
 .site-content .ast-container{
  display: block;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
 }
 .block-center{
	margin-left: auto !important;
  margin-right: auto !important;
 }

/* ===================================================
   NOTA: El header lo gestiona Astra.
   Si quieres ajustar su apariencia sobre el hero,
   usa los ajustes de "Header" en el Personalizador
   de WordPress (Apariencia → Personalizar → Header).
   =================================================== */

/* ===================================================
   HERO SECTION
   =================================================== */
.rb-hero {
  position: relative;
  width: 100%;
  height: 850px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDT8BCA_DreMseFUXT7Gs6Yg8af_XKld910RJqgtBsuTjM2ISJYxKwogNNELCH0QN52fXqDLecfQD8G-8w9WzT-cvEN5YeLb7tM7hmTpbAexsy_6DcFhEKwzJYcZFp7dD3o3C2BoTaIlpva0yV7oemk0BP0cDGBx4EMjuO3jWWhVPZC4iSiUGcvoQDshrkLfupNeAqWbK-DEIXT-7p1O-YmRjuSU8c-1TOaoJ8pj3dryM6URcB927SxcEyzXU_9GLIg8CGtJWs7r0de');
}

.rb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%, transparent 50%, var(--bg-dark) 100%);
}

.rb-hero-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(to top, var(--bg-dark), transparent);
}

.rb-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 8rem 1rem 5rem;
  gap: 1.5rem;
}

.rb-hero-eyebrow {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.rb-hero-title-blend {
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #f8fafc;
  mix-blend-mode: overlay;
  opacity: 0.9;
  margin: 0;
  text-shadow: 0 4px 32px rgba(0,0,0,0.7);
}

.rb-hero-title-gradient {
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #f1f5f9, #64748b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.rb-hero-description {
  color: var(--slate-300);
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 42rem;
  margin-top: 1rem;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}

.rb-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .rb-hero-buttons {
    flex-direction: row;
  }
}

.rb-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  background: var(--primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(236,19,19,0.25);
  text-decoration: none;
  font-family: var(--font-display);
}

.rb-btn-primary:hover {
  background: #e53e3e;
  box-shadow: 0 8px 32px rgba(236,19,19,0.5);
  color: #fff;
}

.rb-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: 1px solid var(--slate-500);
  border-radius: 9999px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  backdrop-filter: blur(8px);
  text-decoration: none;
  font-family: var(--font-display);
}

.rb-btn-secondary:hover {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.rb-btn-icon {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

/* Scroll indicator */
.rb-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--slate-500);
  animation: bounce 1.5s infinite;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ===================================================
   INFO CARDS SECTION
   =================================================== */
.rb-info-section {
  width: 100%;
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.rb-info-grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .rb-info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.rb-card {
  background: rgba(255, 255, 255, 0.04);
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s;
}

.rb-card:hover {
  border-color: rgba(236, 19, 19, 0.5);
}

.rb-card-icon {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 2.5rem;
  color: var(--primary);
  display: block;
  margin-bottom: 1rem;
  transition: transform 0.3s;
}

.rb-card:hover .rb-card-icon {
  transform: scale(1.1);
}

.rb-card h3 {
  color: var(--slate-100);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
}

.rb-card p {
  color: var(--slate-400);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* ===================================================
   SOBREESCRIBIR ESTILOS DE ASTRA PARA PÁGINA FULL-WIDTH
   El header de Astra se mantiene tal cual.
   Solo se elimina el padding del área de contenido.
   =================================================== */

.rock-band-page .site-content,
.rock-band-page #content,
.rock-band-page .ast-container,
.rock-band-page .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.rock-band-page .site-footer,
.rock-band-page #colophon {
  background: var(--bg-dark);
  border-top: 1px solid rgba(255,255,255,0.05);
  color: var(--slate-500);
}

/* Logo imagen en el hero */
.rb-logo-hero {
  margin-bottom: 1rem;
}
.rb-logo-hero img {
  /*max-height: 120px;*/
  max-width: 340px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.6));
}

/* Hero entrada con fade-in */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.rb-hero-inner {
  animation: fadeInUp 0.9s ease both;
}

/* ===================================================
   ÁREA DE CONTENIDO GUTENBERG
   =================================================== */
.rb-gutenberg-area {
  background-color: #150B0F;
  padding: 0 0 4rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* Wrapper de columnas Gutenberg con clase "rb-cards-gutenberg" */
.rb-gutenberg-area .rb-cards-gutenberg {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Cada columna dentro del bloque de columnas */
.rb-gutenberg-area .rb-cards-gutenberg .wp-block-column {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 2rem;
  transition: border-color 0.3s;
}

.rb-gutenberg-area .rb-cards-gutenberg .wp-block-column:hover {
  border-color: rgba(236, 19, 19, 0.5);
}

/* Icono de Material Symbols dentro de la card */
.rb-gutenberg-area .rb-cards-gutenberg .wp-block-column .rb-card-icon {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 2.5rem;
  color: var(--primary);
  display: block;
  margin-bottom: 1rem;
  transition: transform 0.3s;
}

.rb-gutenberg-area .rb-cards-gutenberg .wp-block-column:hover .rb-card-icon {
  transform: scale(1.1);
}

/* Títulos y párrafos dentro de las cards */
.rb-gutenberg-area .rb-cards-gutenberg h3,
.rb-gutenberg-area .rb-cards-gutenberg h2 {
  color: var(--slate-100);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
}

.rb-gutenberg-area .rb-cards-gutenberg p {
  color: var(--slate-400);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Textos genéricos dentro del área Gutenberg fuera de las cards */
.rb-gutenberg-area p,
.rb-gutenberg-area li {
  color: var(--slate-300);
}

.rb-gutenberg-area h1,
.rb-gutenberg-area h2,
.rb-gutenberg-area h3 {
  color: var(--slate-100);
  font-family: var(--font-display);
}
