.elementor-5560 .elementor-element.elementor-element-034ed06{--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;}/* Start custom CSS for html, class: .elementor-element-fddd59a */:root {
  --bg-main: #060816;
  --bg-section: #050712;
  --accent-blue: #22d3ee;
  --accent-purple: #6366f1;
  --accent-pink: #f97316;
  --accent-gold: #facc15;
  --text-main: #f9fafb;
  --text-soft: #cbd5f5;
  --muted: #9ca3af;
  --card-dark: #070b1c;
  --radius-lg: 18px;
  --radius-xl: 22px;
  --radius-pill: 999px;
  --shadow-glow-blue: 0 0 28px rgba(56, 189, 248, 0.7);
  --shadow-glow-card: 0 18px 55px rgba(15, 23, 42, 0.9);
  --max-width: 1080px;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #172554 0, #020617 50%, #000 100%);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(37, 99, 235, 0.4), transparent 55%),
              radial-gradient(circle at bottom, rgba(15, 23, 42, 0.9), #020617 65%);
  padding-bottom: 56px;
}

.page .container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
}

/* HERO */

.hero {
  padding: 32px 0 40px;
}

.hero .container {
  text-align: center;
}

/* Top pill badge */
.hero-header-pill {
  margin: 0 auto;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #fff;

  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.07);

  border: 2px solid transparent;
  background-image: 
    linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.05)),
    linear-gradient(120deg, #f5e270, #ffd447, #ff9c2b, #ff70d4, #5bc3ff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: borderGlow 6s linear infinite;

  box-shadow: 0 0 18px rgba(255, 215, 80, 0.65);
}

.hero-header-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #b9ff9b, #16a34a);
  box-shadow: 0 0 12px #7aff8a;
}

.hero-title-line1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent-blue);
  margin: 14px 0 4px;
}

.hero-title-line2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(34px, 5vw, 44px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fbbf24;
  text-shadow: 0 0 18px rgba(249, 115, 22, 0.6);
  margin-bottom: 18px;
}

.hero-subtext-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(248, 113, 113, 0.7);
  background: radial-gradient(circle at top, rgba(220, 38, 38, 0.8), rgba(88, 28, 135, 0.9));
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fee2e2;
  margin-bottom: 26px;
}

.hero-subtext-badge .dot-red {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at top, #fecaca, #ef4444);
  box-shadow: 0 0 12px rgba(248, 113, 113, 0.9);
}

.hero-video-wrap {
  margin: 0 auto;
  max-width: 720px;
  border-radius: 26px;
  padding: 4px;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 1), transparent 55%),
    radial-gradient(circle at bottom right, rgba(248, 250, 252, 0.9), transparent 55%);
  box-shadow: 0 0 40px rgba(59, 130, 246, 0.7);
}

.hero-video-inner {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 253, 0.7);
  background: radial-gradient(circle at top, #0f172a, #020617);
  aspect-ratio: 16 / 9;
}

/* TIMER */

.timer-section {
  margin-top: 40px;
  text-align: center;
}

.timer-label {
  font-size: 13px;
  color: var(--accent-blue);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.timer-grid {
  display: inline-flex;
  align-items: stretch;
  gap: 18px;
  padding: 12px 18px 14px;
  border-radius: var(--radius-pill);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(15, 118, 210, 0.6);
  box-shadow: 0 0 34px rgba(56, 189, 248, 0.4);
}

.timer-box {
  width: 120px;
  padding: 14px 8px 12px;
  border-radius: 16px;
  background: radial-gradient(circle at top, #0ea5e9, #1d213f 55%);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: glowPulse 2.6s ease-in-out infinite;
}

.timer-number {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #e0f2fe;
  line-height: 1;
  margin-bottom: 4px;
}

.timer-text {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #bfdbfe;
}

.timer-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #93c5fd;
  text-shadow: 0 0 16px rgba(59, 130, 246, 0.85);
  padding: 0 4px;
}

.timer-heading {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--text-soft);
  margin-top: 16px;
}

.timer-note {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
}

/* AFTER TIMER SECTIONS */

#after-timer {
  display: none;
  margin-top: 40px;
}

.section {
  padding: 40px 0;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.96));
}

.section.alt {
  background: radial-gradient(circle at top, rgba(30, 64, 175, 0.6), rgba(15, 23, 42, 0.98));
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 6px;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  margin-bottom: 6px;
}

.section-subtitle {
  font-size: 14px;
  color: var(--text-soft);
  max-width: 640px;
  margin: 0 auto;
}

/* Buttons */

.btn-top-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.btn-pill-gradient {
  padding: 11px 26px;
  border-radius: var(--radius-pill);
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: linear-gradient(135deg, #22c1c3, #4f46e5);
  color: #f9fafb;
  cursor: pointer;
  box-shadow: 0 0 26px rgba(59, 130, 246, 0.9);
  animation: buttonPulse 2.4s ease-in-out infinite;
  transition: transform 0.2s ease, background-position 0.2s ease;
  background-size: 200% 200%;
  background-position: 0% 50%;
}

.btn-pill-gradient:hover {
  transform: translateY(-1px) scale(1.02);
  background-position: 100% 50%;
}

/* Pricing row */

.pricing-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.price-card {
  border-radius: var(--radius-xl);
  padding: 18px 16px;
  background: radial-gradient(circle at top, rgba(31, 64, 104, 0.9), #020617);
  border: 1px solid rgba(55, 65, 81, 0.9);
  box-shadow: var(--shadow-glow-card);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.price-card:hover {
  box-shadow: 0 0 32px rgba(37, 99, 235, 0.9);
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.85);
}

.price-card.mid {
  background: radial-gradient(circle at top, rgba(249, 115, 22, 0.4), #020617);
}

.price-card.mid:hover {
  animation: highlightGlow 2.2s ease-in-out infinite;
}

.price-card.main {
  background: radial-gradient(circle at top, rgba(56, 189, 248, 0.2), rgba(37, 99, 235, 0.95));
  border-color: rgba(34, 211, 238, 0.9);
  animation: highlightGlow 2.8s ease-in-out infinite;
  box-shadow: 0 0 46px rgba(37, 99, 235, 0.9);
}

.price-card-tag {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #020617;
  background: linear-gradient(135deg, #facc15, #f97316);
}

.price-value {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.price-caption {
  font-size: 13px;
  color: var(--text-soft);
  margin-bottom: 10px;
}

.price-meta {
  font-size: 12px;
  color: var(--muted);
}

/* Metrics */

.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.metric-card {
  border-radius: 22px;
  padding: 24px 18px 22px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(31, 41, 55, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.metric-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 16px;
  background: linear-gradient(135deg, #22c1c3, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.metric-card:hover {
  box-shadow: 0 0 30px rgba(37, 99, 235, 0.9);
  border-color: rgba(59, 130, 246, 0.85);
  transform: translateY(-4px);
}

/* Bonuses */

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.bonus-card {
  border-radius: 24px;
  padding: 18px 16px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(31, 41, 55, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.bonus-card:hover {
  border-color: rgba(56, 189, 248, 0.95);
  box-shadow: 0 0 32px rgba(56, 189, 248, 0.9);
  transform: translateY(-3px);
}

.bonus-card.highlight {
  background: radial-gradient(circle at top, rgba(245, 158, 11, 0.5), rgba(15, 23, 42, 0.98));
  border-color: rgba(234, 179, 8, 0.95);
  box-shadow: 0 0 42px rgba(234, 179, 8, 0.95);
  animation: highlightGlowYellow 3s ease-in-out infinite;
}

.bonus-tag {
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 4px 8px;
  border-radius: var(--radius-pill);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.96);
  color: #fef9c3;
  border: 1px solid rgba(250, 204, 21, 0.8);
}

/* Steps */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.step-card {
  border-radius: 24px;
  padding: 16px 16px 14px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(31, 41, 55, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}

.step-card:hover {
  border-color: rgba(59, 130, 246, 0.95);
  box-shadow: 0 0 36px rgba(59, 130, 246, 0.9);
  transform: translateY(-3px);
}

.step-card.special {
  background: radial-gradient(circle at top, rgba(251, 191, 36, 0.5), rgba(15, 23, 42, 0.98));
  border-color: rgba(250, 204, 21, 0.95);
  box-shadow: 0 0 40px rgba(250, 204, 21, 0.95);
  animation: highlightGlowYellow 3s ease-in-out infinite;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #14b8a6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #022c22;
  font-size: 14px;
  box-shadow: 0 0 20px rgba(52, 211, 153, 0.9);
}

/* FAQ */

.faq-list {
  max-width: 800px;
  margin: 24px auto 0;
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: var(--radius-lg);
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(55, 65, 81, 0.8);
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    background 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(59, 130, 246, 0.9);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.5);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-main);
  align-items: center;
}

.faq-toggle {
  font-size: 20px;
  line-height: 1;
  color: #9ca3af;
  transition: transform 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  color: #22d3ee;
}

.faq-a {
  margin-top: 6px;
  font-size: 13px;
  color: var(--text-soft);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.25s ease, opacity 0.25s ease,
    transform 0.25s ease;
}

.faq-item.open .faq-a {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
}

/* Final CTA */

.final-cta-box {
  margin-top: 32px;
  text-align: center;
  padding: 24px 18px 26px;
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(59, 130, 246, 0.8), rgba(15, 23, 42, 0.98));
  box-shadow: var(--shadow-glow-card);
  border: 1px solid rgba(191, 219, 254, 0.9);
}

/* Footer */

.footer {
  padding: 24px 0 0;
  font-size: 11px;
  color: #6b7280;
  text-align: center;
}

/* Animations */

@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.4);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 32px rgba(56, 189, 248, 0.95);
    transform: translateY(-1px);
  }
  100% {
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.4);
    transform: translateY(0);
  }
}

@keyframes buttonPulse {
  0% { box-shadow: 0 0 18px rgba(59, 130, 246, 0.7); }
  50% { box-shadow: 0 0 32px rgba(59, 130, 246, 1); }
  100% { box-shadow: 0 0 18px rgba(59, 130, 246, 0.7); }
}

@keyframes highlightGlow {
  0% { box-shadow: 0 0 22px rgba(59, 130, 246, 0.6); }
  50% { box-shadow: 0 0 40px rgba(59, 130, 246, 1); }
  100% { box-shadow: 0 0 22px rgba(59, 130, 246, 0.6); }
}

@keyframes highlightGlowYellow {
  0% { box-shadow: 0 0 26px rgba(250, 204, 21, 0.7); }
  50% { box-shadow: 0 0 44px rgba(250, 204, 21, 1); }
  100% { box-shadow: 0 0 26px rgba(250, 204, 21, 0.7); }
}

/* Responsive */

@media (max-width: 640px) {
  .hero { padding-top: 24px; }
  .hero-title-line1 { font-size: 24px; }
  .hero-title-line2 { font-size: 30px; }
  .timer-grid { gap: 12px; }
  .timer-box { width: 104px; padding: 12px 6px; }
  .timer-number { font-size: 30px; }
}/* End custom CSS */