.elementor-15674 .elementor-element.elementor-element-0db8ffd{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2796e04 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Inter+Tight:wght@800&display=swap');

/* Base for this band */
.seconds-free,
.seconds-free * {
  box-sizing: border-box !important;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Section wrapper */
.seconds-free {
  position: relative !important;
  padding: 5rem 0 !important;
  overflow: hidden !important;
  background: #0f0f12 !important;
}

/* Big glows */
.seconds-free-orb-1,
.seconds-free-orb-2 {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(120px) !important;
  pointer-events: none !important;
}

.seconds-free-orb-1 {
  top: 0 !important;
  left: 0 !important;
  width: 400px !important;
  height: 400px !important;
  background: rgba(123,103,168,0.1) !important;
}

.seconds-free-orb-2 {
  bottom: 0 !important;
  right: 0 !important;
  width: 500px !important;
  height: 500px !important;
  background: rgba(215,46,93,0.1) !important;
}

/* Inner content */
.seconds-free-content {
  position: relative !important;
  z-index: 10 !important;
  max-width: 48rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  text-align: center !important;
}

/* Intro */
.seconds-free-intro {
  color: #9ca3af !important;
  font-size: 1.125rem !important;
  margin-bottom: 1rem !important;
}

/* Title – Inter Tight */
.seconds-free-title {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(1.875rem, 4vw, 2.25rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em !important;
}

.seconds-free-title-gradient {
  background: linear-gradient(to right, #7b67a8, #d72e5d) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Subtitle */
.seconds-free-subtitle {
  color: #9ca3af !important;
  font-size: 1.125rem !important;
  line-height: 1.75 !important;
  max-width: 42rem !important;
  margin: 0 auto 2rem !important;
}

/* Box */
.seconds-free-box {
  background: #1a1a20 !important;
  border-radius: 1rem !important;
  padding: 2rem !important;
  border: 1px solid #2a2a35 !important;
  margin-bottom: 2rem !important;
}

/* List */
.seconds-free-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

.seconds-free-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

/* Check icon */
.seconds-free-check {
  flex-shrink: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 9999px !important;
  background: linear-gradient(to bottom right, #7b67a8, #d72e5d) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0.125rem !important;
}

/* Text */
.seconds-free-text {
  color: #d1d5db !important;
  line-height: 1.75 !important;
  text-align: left !important;
  font-size: 0.975rem !important;
}

/* CTA */
.seconds-free-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1rem 2rem !important;
  background: #1a1a20 !important;
  border: 2px solid #2a2a35 !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
}

.seconds-free-cta svg {
  width: 20px !important;
  height: 20px !important;
}

/* CTA hover */
.seconds-free-cta:hover {
  border-color: #7b67a8 !important;
  background: #1a1523 !important;
}

/* Note */
.seconds-free-note {
  margin-top: 1rem !important;
  color: #6b7280 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}

/* Fade-in: keep always visible; JS still adds .visible */
.seconds-free .fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out !important;
}

.seconds-free .fade-in.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .seconds-free {
    padding: 4.5rem 0 !important;
  }
  .seconds-free-box {
    padding: 1.75rem !important;
  }
  .seconds-free-subtitle {
    font-size: 1rem !important;
  }
}

@media (min-width: 1024px) {
  .seconds-free-content {
    max-width: 44rem !important;
  }
}

/* Ensure title + gradient span both use Inter Tight */
.seconds-free-title,
.seconds-free-title span,
.seconds-free-title-gradient {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
}

@media (min-width: 1200px) {
  .seconds-free-content {
    max-width: 40rem !important;
  }
}

.seconds-free-cta:hover {
  border-color: #7b67a8 !important;
  background: #1a1523 !important;
  box-shadow: 0 18px 40px rgba(15,23,42,0.45) !important;
}/* End custom CSS */