.elementor-6 .elementor-element.elementor-element-000659d{--display:flex;}.elementor-6 .elementor-element.elementor-element-fa0a2ee{--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;}body.elementor-page-6:not(.elementor-motion-effects-element-type-background), body.elementor-page-6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://blissbyandreavera.co/wp-content/uploads/2026/04/nubes-fondo.png");background-position:center center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8f3779f *//* =========================
   RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   HERO BACKGROUND (FIX REAL)
========================= */
.hero-bliss {
  padding: 80px 30px;

  /* fondo imagen + overlay */
  background:
    linear-gradient(rgba(246,214,225,0.7), rgba(246,214,225,0.7)),
    url("https://tan-monkey-255131.hostingersite.com/wp-content/uploads/2026/04/nubes-fondo.png") center / cover no-repeat;

  position: relative;
  overflow: hidden;
}

/* =========================
   CONTENEDOR
========================= */
.hero-container {
  max-width: 1200px;
  margin: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;

  padding: 70px;

  border-radius: 36px;

  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(30px);

  border: 1px solid rgba(255,255,255,0.9);

  box-shadow:
    0 40px 80px rgba(0,0,0,0.05),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* =========================
   IZQUIERDA
========================= */
.hero-left {
  max-width: 520px;
}

/* BADGE */
.badge {
  display: inline-block;
  padding: 10px 20px;

  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;

  background: #e96f94;
  color: #fff;

  margin-bottom: 28px;

  box-shadow: 0 8px 20px rgba(233,111,148,0.25);
}

/* TITULO */
.hero-title {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #1a1a1a;
}

/* SCRIPT */
.hero-script {
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  color: #e96f94;
  margin: 8px 0 20px;
}

/* TEXTO */
.hero-sub {
  font-size: 17px;
  color: #5a5a5a;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* CTA */
.hero-cta {
  display: inline-block;
  padding: 14px 30px;

  border-radius: 999px;
  background: #e96f94;
  color: #ffffff;

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  box-shadow: 0 12px 30px rgba(233,111,148,0.3);
  transition: all 0.25s ease;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(233,111,148,0.4);
}

/* =========================
   COUNTDOWN (FIX REAL)
========================= */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
}

/* CONTENEDOR */
.countdown-apple {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* BLOQUES */
.time {
  text-align: center;
  min-width: 30px;
}

/* NÚMEROS */
.time span {
  display: block;
  font-size: 48px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 1px;
}

/* LABEL */
.time small {
  display: block;
  margin-top: 6px;

  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.5);
}

/* animación limpia (sin bugs) */
.time span.flip {
  animation: smoothFlip 0.3s ease;
}

@keyframes smoothFlip {
  0% {
    opacity: 0.6;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   RESPONSIVE REAL (IMPORTANTE)
========================= */
@media (max-width: 900px) {

  .hero-bliss {
    padding: 60px 20px;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
    padding: 40px 25px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-script {
    font-size: 28px;
  }

  .hero-sub {
    font-size: 15px;
  }

  /* countdown centrado */
  .hero-right {
    width: 100%;
  }

  .countdown-apple {
    justify-content: center;
    gap: 18px;
  }

  .time span {
    font-size: 36px;
  }

  .time small {
    font-size: 10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-807bf5e *//* =========================
   RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   FONDO GLOBAL (FIX REAL)
========================= */

/* IMPORTANTE: html también */
html, body {
  height: 100%;
  background: transparent !important;
}

/* capa fondo */
body::before {
  content: "";
  position: fixed;
  inset: 0;

  background: url("https://tan-monkey-255131.hostingersite.com/wp-content/uploads/2026/04/nubes-fondo.png") center / cover no-repeat;

  filter: blur(80px);
  opacity: 0.4;

  z-index: -999;

  pointer-events: none;
}

/* overlay rosa */
body::after {
  content: "";
  position: fixed;
  inset: 0;

  background: rgba(243,214,223,0.65);

  z-index: -998;
}

/* =========================
   FIX ELEMENTOR (CLAVE)
========================= */

/* quitar fondo blanco de Elementor */
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  background: transparent !important;
}

/* =========================
   PROBLEM SECTION
========================= */
.problem-v4 {
  padding: 0px 20px 90px;
}

.problem-container {
  max-width: 1100px;
  margin: 0 auto;
}

.problem-top {
  text-align: center;
  margin-bottom: 80px;
}

.problem-mini {
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(0,0,0,0.4);
  margin-bottom: 16px;
}

.problem-top h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.25;
}

.problem-top h2 span {
  display: block;
  font-size: 52px;
  font-weight: 600;
  color: #e96f94;
}

/* layout */
.problem-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* texto */
.problem-text {
  font-size: 19px;
  line-height: 1.8;
  color: rgba(0,0,0,0.85);
}

.problem-text p {
  margin-bottom: 20px;
}

/* cards */
.problem-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.p-card {
  padding: 20px 24px;
  border-radius: 20px;

  font-size: 15px;
  font-weight: 500;

  background: rgba(255,255,255,0.85);

  backdrop-filter: blur(14px);

  box-shadow: 0 15px 35px rgba(0,0,0,0.06);

  transition: all 0.3s ease;
}

.p-card:hover {
  transform: translateY(-6px);
}

/* =========================
   VALUE SECTION
========================= */
.after-hero {
  padding: 0px 20px 120px;
}

.after-container {
  max-width: 10000px;
  margin: 0 auto;
}

.after-card {
  background: rgba(255,255,255,0.9);

  border-radius: 36px;
  padding: 70px 55px;

  text-align: center;

  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
}

.after-mini {
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(0,0,0,0.4);
  margin-bottom: 18px;
}

.after-card h3 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 22px;
}

.after-card h3 span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  color: #e96f94;
}

.after-text {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(0,0,0,0.75);
  margin-bottom: 14px;
}

/* beneficios */
.after-benefits {
  margin: 35px 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.after-benefits span {
  padding: 10px 22px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 500;

  background: white;

  box-shadow: 0 8px 20px rgba(0,0,0,0.05);

  transition: all 0.25s ease;
}

.after-benefits span:hover {
  transform: translateY(-3px);
}

/* frase */
.after-quote {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .problem-top h2 {
    font-size: 30px;
  }

  .problem-top h2 span {
    font-size: 34px;
  }

  .problem-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .problem-text {
    text-align: center;
    font-size: 16px;
  }

  .after-card {
    padding: 40px 25px;
  }

  .after-card h3 {
    font-size: 32px;
  }

  .after-card h3 span {
    font-size: 34px;
  }
}

/* =========================
   FONDO REAL (SIN TRUCOS)
========================= */
html {
  background: 
    linear-gradient(rgba(243,214,223,0.6), rgba(243,214,223,0.6)),
    url("https://tan-monkey-255131.hostingersite.com/wp-content/uploads/2026/04/nubes-fondo.png") center / cover no-repeat fixed !important;
}

/* quitar fondos de Elementor */
body,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  background: transparent !important;
}/* End custom CSS */