/**
 * Proyecto: SEH Turismo Internacional
 * Archivo: /wp-content/themes/galaxia3/assets/css/seh.css
 *
 * Estilos landing República Dominicana
 */

/* =========================================================
   FUENTE
========================================================= */

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

/* =========================================================
   RESET Y BASE
========================================================= */

.seh-landing {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
}

.seh-landing * {
  box-sizing: border-box;
}

.seh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* =========================================================
   HERO
========================================================= */

.seh-hero {
  min-height: 100vh;
  background: 
    linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%),
    url('../img/hero-1.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.seh-logo {
  text-align: center;
  margin-bottom: 2rem;
}

.seh-logo img {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.seh-hero-content {
  text-align: center;
  color: #fff;
}

.seh-hero-content h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700!important;
  color: white!important;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.seh-lead {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.seh-form-wrapper {
  background: rgba(255,255,255,0.95);
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* =========================================================
   VENDEDORA
========================================================= */

.seh-vendedora {
  background: #f8f9fa;
  padding: 5rem 0;
}

.seh-vendedora-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.seh-vendedora-foto img {
  width: 100%;
  max-width: 280px;
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.seh-vendedora-texto blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.seh-vendedora-texto cite {
  font-family: 'Poppins', sans-serif;
  color: #00a8cc;
  font-weight: 600;
  font-style: normal;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.seh-beneficios {
  background: #fff;
  padding: 5rem 0;
}

.seh-beneficios h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 3rem;
}

.seh-beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.seh-beneficio {
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
  background: #f8f9fa;
  transition: transform 0.2s ease;
}

.seh-beneficio:hover {
  transform: translateY(-4px);
}

.seh-num {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(135deg, #00a8cc 0%, #008080 100%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.seh-beneficio h3 {
  font-family: 'Poppins', sans-serif;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.seh-beneficio p {
  font-family: 'Poppins', sans-serif;
  color: #666;
  font-size: 0.95rem;
  font-weight: 400;
}

/* =========================================================
   FOOTER
========================================================= */

.seh-footer {
  background: #1a1a2e;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
}

.seh-footer p {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  opacity: 0.8;
  font-size: 0.9rem;
  font-weight: 400;
}



.seh-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #00a8cc 0%, #008080 100%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.seh-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  color: #fff;
}

/* =========================================================
   LANDING OK - HERO MINI
========================================================= */

.seh-hero-mini {
  min-height: 50vh;
  padding: 4rem 0;
}

.seh-hero-mini .seh-hero-content h1 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
}

/* =========================================================
   CALENDARIO
========================================================= */

.seh-calendario {
  background: #f8f9fa;
  padding: 4rem 0;
}

.seh-calendario-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  overflow: hidden;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {
  .seh-vendedora-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .seh-vendedora-foto img {
    margin: 0 auto;
    max-width: 200px;
  }
  
  .seh-hero {
    min-height: auto;
    padding: 3rem 0;
  }
}