.elementor-140590 .elementor-element.elementor-element-db4e618{--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;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-140590 .elementor-element.elementor-element-3723f10{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-140590:not(.elementor-motion-effects-element-type-background), body.elementor-page-140590 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0F;}/* Start custom CSS for container, class: .elementor-element-db4e618 */.elementor-140590 .elementor-element.elementor-element-db4e618.elementor-sticky--effects .navbar {
    margin-top: 0;
}/* End custom CSS */
/* Start custom CSS */.c-yellow {
    color: #ffe500;
}

.xoo-wsc-markup {
    display: none;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --gold: #ffe500;
  --gold-dark: #e6ce00;
  --black: #0a0a0f;
  --dark: #121218;
  --dark-card: #1a1a24;
  --red: #d5262c;
  --purple: #ae92ff;
  --purple-dark: #8b6fdf;
  --white: #ffffff;
  --gray: #a6a6a6;
  --light-gray: #e0e0e0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ===== TOPBAR ===== */
.topbar {
    position: relative;
    z-index: 1;
  background: var(--red);
  color: var(--white);
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  /*position: fixed;
  top: 0;*/
  width: 100%;
  z-index: 1000;
  animation: pulse-bg 2s infinite;
}
@keyframes pulse-bg {
  0%, 100% { background: var(--red); }
  50% { background: #b81e23; }
}

/* ===== NAVBAR ===== */
.navbar {
  /*position: fixed;
  top: 42px;*/
  width: 100%;
  min-height: 73px;
  margin-top: -73px;
  transition: all 0.5s;
  background: rgba(10,10,15,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,229,0,0.15);
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar img {
    display: block;
}
.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.logo-text span { color: var(--purple); font-size: 14px; display: block; letter-spacing: 6px; font-family: 'Montserrat', sans-serif; font-weight: 300; }
.nav-cta {
  background: var(--gold);
  color: var(--black) !important;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-cta:hover { background: var(--white); transform: scale(1.05); box-shadow: 0 0 30px rgba(255,229,0,0.3); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 80px;
  background: radial-gradient(ellipse at top, rgba(174,146,255,0.08) 0%, transparent 50%),
              radial-gradient(ellipse at bottom, rgba(255,229,0,0.05) 0%, transparent 50%),
              var(--black);
  position: relative;
  overflow: hidden;
  background-image: url("https://magicinternacional.online/wp-content/uploads/2024/10/universo.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255,229,0,0.03), transparent, rgba(174,146,255,0.03), transparent);
  animation: rotate 20s linear infinite;
  z-index: 1;
}
@keyframes rotate { to { transform: rotate(360deg); } }

.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    background: radial-gradient(ellipse at top, rgba(174,146,255,0.08) 0%, transparent 50%), radial-gradient(ellipse at bottom, rgba(255,229,0,0.05) 0%, transparent 50%), var(--black);
    height: 100%;
    opacity: 0.85;
    z-index: 0;
    mix-blend-mode: multiply;
}

.hero-content { position: relative; z-index: 2; max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,229,0,0.1);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 60px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero h1 .gold { color: var(--gold); }
.hero h1 .purple { color: var(--purple); }
.hero-sub {
    width: 85%;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--gray);
  margin-bottom: 10px !important;
  font-weight: 300;
}
.hero-details {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 40px;
}
.hero-details .highlight { color: var(--gold); }
div:has(>.vsl-placeholder) {
    width: 85%;
}
.vsl-placeholder {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
    background-color: #000;
}

/* Countdown */
.countdown-wrapper { margin-bottom: 40px; }
.countdown-label {
  font-size: 14px;
  color: var(--purple);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.countdown-item {
  background: var(--dark-card);
  border: 1px solid rgba(255,229,0,0.2);
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 80px;
  text-align: center;
}
.countdown-item .number {
  font-size: 36px;
  font-weight: 900;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.countdown-item .label {
  font-size: 11px;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4px;
}

/* Progress bar */
.sold-wrapper {
  width: 500px;
  margin: 0 auto 40px;
}
.sold-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}
.sold-text .count { color: var(--gold); }
.sold-text .total { color: var(--gray); }
.progress-bar {
  background: var(--dark-card);
  border-radius: 50px;
  height: 12px;
  overflow: hidden;
  position: relative;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple-dark), var(--purple));
  border-radius: 50px;
  width: 0%;
  transition: width 2s ease;
  position: relative;
}
.progress-fill::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: rgba(255,255,255,0.4);
  border-radius: 50px;
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.cta-main {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black) !important;
  padding: 20px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
  box-shadow: 0 4px 30px rgba(255,229,0,0.3);
  border: none;
  cursor: pointer;
}
.cta-main:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 8px 50px rgba(255,229,0,0.5); }
.cta-sub { display: block; font-size: 13px; color: var(--gray); margin-top: 12px; }
.cta-sub strong { color: var(--white); }

/* Live badge */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(174, 146, 255, 0.15);
  border: 1px solid var(--purple);
  color: var(--purple);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.live-dot {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 1s infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.2; } }

/* ===== SECTIONS ===== */
section { padding: 100px 20px; }
.container { max-width: 1100px; margin: 0 auto; }
.section-badge {
  display: inline-block;
  background: rgba(174,146,255,0.1);
  border: 1px solid var(--purple);
  color: var(--purple);
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  margin-bottom: 16px;
}
.section-title .gold { color: var(--gold); }
.section-sub {
  font-size: 17px;
  color: var(--gray);
  max-width: 650px;
  margin: 0 auto 50px;
  font-weight: 300;
}

/* ===== WHAT YOU GET ===== */
.features-section { background: var(--dark); }
.features-grid {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-card {
    width: calc(33.3333% - 16px);
  background: var(--dark-card);
  border: 1px solid rgba(255,229,0,0.08);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s;
}
.feature-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 10px 40px rgba(255,229,0,0.08); }
.feature-icon { font-size: 40px; margin-bottom: 16px; }
.feature-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: var(--gray); line-height: 1.6; }

/* ===== SPEAKERS ===== */
.speakers-section { background: var(--black); text-align: center; }
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.speaker-card {
  background: var(--dark-card);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,229,0,0.06);
  transition: all 0.3s;
}
.speaker-card:hover { border-color: var(--purple); transform: translateY(-6px); box-shadow: 0 20px 40px rgba(174,146,255,0.1); }
.speaker-img {
  width: 100%;
  height: 275px;
  padding: 20px 20px 0 20px;
  background: linear-gradient(135deg, var(--dark), var(--dark-card));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  position: relative;
}
.speaker-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, var(--dark-card));
}
.speaker-initial {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--gold);
  opacity: 0.3;
  position: absolute;
}
.speaker-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 2;
}
.speaker-info { padding: 20px; }
.speaker-info h3 { font-size: 17px; font-weight: 800; margin-bottom: 4px;
    color: #fff;
}
.speaker-info .role { font-size: 13px; color: var(--purple); font-weight: 500; margin-bottom: 8px; }
.speaker-info p { font-size: 12px; color: var(--gray); line-height: 1.5; }

/* ===== SPEAKER SLIDER ===== */

.speakers-section .slider-container {
    display: none;
}

.speakers-slider {
    display: flex;
    gap: 30px;
    padding: 20px 0 40px;
    width: max-content;
    transform: translateX(0);
    will-change: transform;
  }

.speakers-slider .speaker-card {
    /*background: white;
    border-radius: 16px;
    overflow: hidden;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;*/
    user-select: none;
    -webkit-user-select: none;
  }

/*.speakers-slider .speaker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }*/

.speakers-slider .speaker-image {
    /*width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    pointer-events: none;
  }
  
.slider-container {
      position: relative;
      overflow-x: hidden;
      overflow-y: visible;
      cursor: grab;
      touch-action: pan-y;
      user-select: none;
      -webkit-user-select: none;
    }

.slider-container:active {
  cursor: grabbing;
}

.slider-container.dragging {
  cursor: grabbing;
}

.slider-container.dragging .speaker-card {
  pointer-events: none;
}

.speakers-slider .speaker-card {
  flex: 0 0 300px;
  max-width: 300px;
  touch-action: none;
}

/* Gradientes fade para indicar más contenido */
/*.slider-container::before,
.slider-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s;
}

.slider-container::before {
  left: 0;
  background: linear-gradient(to right, #f5f5f5, transparent);
}

.slider-container::after {
  right: 0;
  background: linear-gradient(to left, #f5f5f5, transparent);
}*/

.slider-container.dragging::before,
.slider-container.dragging::after {
  opacity: 0;
}

/* ===== SCHEDULE ===== */
.schedule-section { background: var(--dark); }
.schedule-days { display: flex; gap: 12px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.day-tab {
  padding: 14px 30px !important;
  border-radius: 50px !important;
  border: 1px solid rgba(255,229,0,0.2);
  background: transparent !important;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.day-tab.active, .day-tab:hover { background: var(--gold) !important; color: var(--black) !important; border-color: var(--gold) !important; }
.schedule-list { max-width: 700px; margin: 0 auto; }
.schedule-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  align-items: flex-start;
}
.schedule-time {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  min-width: 80px;
  white-space: nowrap;
}
.schedule-info {
    text-align: start;
}
.schedule-info h4 { font-size: 16px; font-weight: 700; margin-bottom: 2px; 
    margin-top: 0;
}
.schedule-info p { font-size: 13px; color: var(--gray);
    margin-bottom: 0;
}

/* ===== SOCIAL PROOF ===== */
.proof-section { background: var(--black); }
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.stat-item .stat-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-right: 10px;
}
.stat-item .stat-label { font-size: 14px; color: var(--gray); margin-top: 8px; font-weight: 500; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.testimonial-card {
  background: var(--dark-card);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(255,229,0,0.06);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  color: var(--gold);
  opacity: 0.15;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}
.testimonial-text { font-size: 15px; color: var(--light-gray); font-style: italic; margin-bottom: 20px; line-height: 1.7; position: relative; z-index: 2; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--purple));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  color: var(--black);
}
.testimonial-name { font-weight: 700; font-size: 14px; }
.testimonial-loc { font-size: 12px; color: var(--gray); }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }

/* ===== PRICING ===== */
.pricing-section {
  background: radial-gradient(ellipse at center, rgba(174,146,255,0.06) 0%, var(--black) 70%);
  text-align: center;
}
.pricing-grid {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  
}
.price-card {
    width: 50%;
  background: var(--dark-card);
  border-radius: 20px;
  padding: 40px 32px;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  transition: all 0.3s;
}
.price-card:hover { transform: translateY(-4px); }
.price-card.featured {
  border-color: var(--gold);
  box-shadow: 0 0 60px rgba(255,229,0,0.1);
}
.price-card.featured::before {
  content: 'MAS POPULAR';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--black);
  padding: 6px 24px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}
.price-tier {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 8px;
}
.price-card.featured .price-tier { color: var(--gold); }
.price-name { font-size: 24px; font-weight: 800; margin-bottom: 20px; }
.price-amount {
  margin-bottom: 8px;
}
.price-old {
  font-size: 20px;
  color: var(--gray);
  text-decoration: line-through;
  display: block;
}
.price-current {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.price-current sup { font-size: 24px; vertical-align: super; }
.price-period { font-size: 13px; color: var(--gray); margin-bottom: 24px; font-weight: 500; }
.price-features { list-style: none; text-align: left; margin-bottom: 32px; }
.price-features li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--light-gray);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-features li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}
.price-cta {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  border: 2px solid var(--gold);
  background: transparent;
  color: var(--gold) !important;
  cursor: pointer;
  text-align: center;
}
.price-cta:hover { background: var(--gold); color: var(--black) !important; }
.price-card.featured .price-cta {
  background: var(--gold);
  color: var(--black);
}
.price-card.featured .price-cta:hover { background: var(--white); box-shadow: 0 0 30px rgba(255,229,0,0.4); }
.price-card.featured .price-cta {
    color: var(--black) !important;
}
.price-guarantee {
  margin-top: 40px;
  padding: 24px;
  background: rgba(255,229,0,0.04);
  border: 1px solid rgba(255,229,0,0.15);
  border-radius: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  /*background: rgba(174, 146, 255, 0.04);
  border-color: rgba(174, 146, 255, 0.15);*/
}
.price-guarantee h4 { color: var(--gold); font-size: 16px; margin-bottom: 8px; }
.price-guarantee p { font-size: 14px; color: var(--gray); }

/* ===== FAQ ===== */
.faq-section { background: var(--dark); }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
}
.faq-q {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
}
.faq-q:hover { color: var(--gold); }
.faq-q .arrow { transition: transform 0.3s; font-size: 20px; color: var(--gold); }
.faq-q.open .arrow { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; font-size: 14px; color: var(--gray); line-height: 1.7; }
.faq-a.open { max-height: 300px; padding-top: 12px; }

/* ===== FINAL CTA ===== */
.final-cta-section {
  background: radial-gradient(ellipse at center, rgba(255,229,0,0.08) 0%, var(--black) 60%);
  text-align: center;
  padding: 120px 20px;
}
.final-urgency {
  background: var(--red);
  color: var(--white);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 24px;
  animation: pulse-bg 2s infinite;
}

/* ===== FOOTER ===== */
/*
footer {
  background: var(--dark);
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid rgba(255,229,0,0.08);
}
footer p { font-size: 13px; color: var(--gray); }
footer a { color: var(--gold) !important; text-decoration: none; }
*/

/* ===== FLOATING CTA ===== */
.floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 998;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
  pointer-events: none;
}
.floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.floating-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--black);
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 30px rgba(255,229,0,0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.floating-cta a:hover { transform: scale(1.05); box-shadow: 0 8px 50px rgba(255,229,0,0.6); }

/* ===== NOTIFICATION POPUP ===== */
.notification {
  position: fixed;
  bottom: 80px;
  left: 20px;
  background: var(--dark-card);
  border: 1px solid rgba(255,229,0,0.15);
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 997;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
  max-width: 320px;
}
.notification.show { opacity: 1; transform: translateX(0); }
.notification-dot { width: 10px; height: 10px; background: #22c55e; border-radius: 50%; flex-shrink: 0; }
.notification-text { font-size: 13px; color: var(--light-gray); }
.notification-text strong { color: var(--white); }
.notification-time { font-size: 11px; color: var(--gray); display: block; margin-top: 2px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .navbar { padding: 10px 16px; margin-top: -61px; min-height: 61px; }
  .navbar img {
    width: 90px;
    }
  .logo-text { font-size: 20px; }
  .logo-text span { font-size: 10px; letter-spacing: 3px; }
  .nav-cta { padding: 10px 18px; font-size: 12px; }
  section { padding: 60px 16px; }
  .live-badge {
      font-size: 10px;
  }
  .hero-badge {
      font-size: 11px;
  }
  .hero-sub {
      width: 100%;
  }
  .hero-details {
      font-size: 16px;
  }
  div:has(>.vsl-placeholder) {
        width: 100%;
    }
  .section-badge {
      font-size: 11px;
  }
  
  .vsl-placeholder {
      aspect-ratio: 9/16;
      width: 65%;
      margin: 0 auto 15px;
  }
  
  .vsl-placeholder > div {
      height: 100% !important;
  }
  
  .countdown { gap: 8px; }
  .countdown-item { min-width: 60px; padding: 12px; }
  .countdown-item .number { font-size: 24px; }
  .sold-wrapper {
      width: 100%;
  }
  .stats-row { grid-template-columns: repeat(1, 1fr); gap: 20px; }
  .price-current { font-size: 44px; }
  .speakers-section {
      overflow: hidden;
      padding: 60px 0;
  }
  .speakers-section .section-title, .speakers-section .section-sub, .speakers-section > .container > p {
      padding: 0 16px;
  }
  .speakers-grid { grid-template-columns: repeat(2, 1fr); gap: 16px;
  
      display: none;
  }
  
  .speakers-slider {
      gap: 25px;
  }
  .speaker-img { 
      height: 220px; 
      padding: 16px 16px 0 16px;
  }
  
  .speaker-info {
      padding: 16px 16px 10px;
  }
  
  .speakers-section .slider-container {
      display: block;
  }
  
  .speakers-slider .speaker-card {
      flex: 0 0 50vw;
      max-width: 50vw;
    }

  
  .stat-item .stat-number {
      margin-right: 5px;
  }
  .feature-card {
      width: 100%;
  }
  .price-card {
      width: 100%;
  }
  .topbar { font-size: 12px; padding: 8px 12px; }
  .cta-main { padding: 16px 32px; font-size: 15px; }
  .floating-cta a { padding: 12px 20px; font-size: 12px; }
}
@media (max-width: 480px) {
  .speakers-grid { grid-template-columns: 1fr; max-width: 300px; margin-left: auto; margin-right: auto; }
}/* End custom CSS */