body{
  background: radial-gradient(circle at top, #fff8dc, #f3e5f5);
}

.numerologia-box{
  max-width:420px;
  margin:60px auto;
  text-align:center;
  font-family:'Montserrat', sans-serif;
  background:rgba(255,255,255,0.6);
  padding:30px;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.numerologia-box h2{
  color:#6a0dad;
  margin-bottom:20px;
}

.numerologia-box input{
  width:100%;
  max-width:280px;
  padding:12px;
  margin:10px auto;
  border-radius:25px;
  border:1px solid #ddd;
  display:block;
  box-sizing:border-box;
}

.campo-fecha{
  margin-top:10px;
}

.campo-fecha label{
  display:block;
  margin-bottom:5px;
  color:#6a0dad;
  font-weight:600;
}

.campo-fecha small{
  color:#777;
  font-size:13px;
}

#btnCalcular{
  margin-top:20px;
  width:280px;
  padding:14px;
  border:none;
  border-radius:30px;
  background:linear-gradient(45deg,#d4af37,#f7e7a1);
  font-size:16px;
  font-weight:bold;
  cursor:pointer;
  transition:0.3s;
}

#btnCalcular:hover{
  transform:scale(1.05);
}

#zonaResultado{
  margin-top:40px;
  opacity:0;
  transform:translateY(20px);
  transition: all 1s ease;
}

.contenedor-cartas{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.carta{
  width:160px;
  margin:12px;
}

.carta{
  width:160px;
}

.banner{
  margin-top:40px;
  padding:20px;
  background:#f9f3e7;
  border-radius:20px;
}

.btn-taller{
  display:inline-block;
  margin-top:15px;
  padding:12px 25px;
  background:#6a0dad;
  color:white;
  border-radius:30px;
  text-decoration:none;
}
/* HERO MÁS EQUILIBRADO */
.so-widget-sow-hero {
  padding: 40px 20px !important;
}

/* ALTURA CONTROLADA */
.sow-slider-base ul.sow-slider-images li {
  min-height: 350px !important;
}

/* MÓVIL */
@media (max-width:768px){
  .so-widget-sow-hero {
    padding: 30px 15px !important;
  }

  .sow-slider-base ul.sow-slider-images li {
    min-height: 280px !important;
  }
}

/* LOGO CENTRADO Y LIMPIO */
.ast-site-identity {
  margin: 0 auto;
  text-align: center;
}

.ast-site-identity .site-title {
  font-size: 20px !important;
  line-height: 1.2;
  text-align: center;
}
}

/* HACERLO MÁS GRANDE Y EN UNA LINEA */
.site-title {
  font-size: 22px !important;
  white-space: nowrap;
}

/* CENTRAR HEADER EN MOVIL */
@media (max-width:768px){
  .ast-flex {
    justify-content: center !important;
  }
}
/* HACER EL BANNER MÁS GRANDE */
.sow-slider-base ul.sow-slider-images li {
  min-height: 420px !important;
}

/* MÓVIL */
@media (max-width:768px){
  .sow-slider-base ul.sow-slider-images li {
    min-height: 300px !important;
  }
}
h1 {
  font-size: 28px !important;
}

h2 {
  font-size: 22px !important;
}
/* CENTRAR HEADER EN MOVIL */
@media (max-width:768px){
  .ast-builder-grid-row {
    display: flex !important;
    justify-content: center !important;
  }

  .ast-site-identity {
    text-align: center;
  }
}
/* FRASE SUAVE */
.entry-content p {
  font-size: 16px;
  color: rgba(106,13,173,0.6); /* morado suave */
}

/* ENLACE BONITO */
.entry-content a {
  font-size: 16px;
  color: rgba(106,13,173,0.7);
  text-decoration: none;
  font-weight: 500;
}

/* HOVER */
.entry-content a:hover {
  color: #6a0dad;
}
.entry-content p {
  font-size: 14px;
  color: rgba(106,13,173,0.6);
}

.entry-content a {
  font-size: 14px;
  color: rgba(106,13,173,0.7);
  text-decoration: none;
}