.elementor-3934 .elementor-element.elementor-element-695dcbf{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3934 .elementor-element.elementor-element-3f02a95{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-3934 .elementor-element.elementor-element-0d34dbe{--display:flex;}.elementor-3934 .elementor-element.elementor-element-38a0031{font-family:"Poppins", Sans-serif;font-weight:400;}/* Start custom CSS *//* ============================================================
   uFit Landing Page — Custom CSS
   Paste into: Custom CSS box on the outer section container
   ============================================================ */

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ── Background texture overlay ── */
.ufit-bg-texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(243,112,41,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(243,112,41,0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* ── Badge ── */
.ufit-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(243,112,41,0.12);
  border: 1px solid rgba(243,112,41,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 28px;
  width: fit-content;
}

.ufit-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F37029;
  animation: ufit-pulse 2s infinite;
  flex-shrink: 0;
}

@keyframes ufit-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

.ufit-badge-text {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #F37029 !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* ── Headline block ── */
.ufit-headline-block {
  text-align: center;
  margin-bottom: 8px;
}

.ufit-eyebrow {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.45) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}

/* Heading override — beats Astra theme */
.ufit-h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(30px, 8vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
  text-align: center !important;
}

.ufit-h1 em {
  font-style: italic !important;
  color: #F37029 !important;
}

.ufit-subheadline {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.55) !important;
  line-height: 1.6 !important;
  margin-top: 14px !important;
  padding: 0 4px !important;
  font-family: 'DM Sans', sans-serif !important;
}

.ufit-subheadline strong {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500 !important;
}

/* ── Social proof ── */
.ufit-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ufit-stars {
  display: flex;
  gap: 2px;
}

.ufit-star {
  color: #e8b84b !important;
  font-size: 13px !important;
}

.ufit-proof-text {
  font-size: 12px !important;
  color: rgba(255,255,255,0.4) !important;
  font-weight: 400 !important;
  font-family: 'DM Sans', sans-serif !important;
  margin: 0 !important;
}

.ufit-proof-text span {
  color: rgba(255,255,255,0.65) !important;
  font-weight: 500 !important;
}

/* ── CTA block ── */
.ufit-cta-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ufit-cta-btn {
  width: 100%;
  max-width: 360px;
  background: #F37029;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  padding: 18px 28px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  transition: transform 0.15s ease, background 0.15s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(243,112,41,0.4);
}

.ufit-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.12), transparent);
  pointer-events: none;
}

.ufit-cta-btn:hover {
  background: #ff8c4a !important;
  transform: scale(1.01) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.ufit-cta-btn:active {
  transform: scale(0.97) !important;
}

.ufit-cta-arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.ufit-cta-btn:hover .ufit-cta-arrow {
  transform: translateX(4px);
}

/* ── Trust strip ── */
.ufit-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 4px;
  flex-wrap: wrap;
}

.ufit-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px !important;
  color: rgba(255,255,255,0.35) !important;
  font-weight: 500 !important;
  font-family: 'DM Sans', sans-serif !important;
}

.ufit-divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

/* ── Entrance animations ── */
@keyframes ufit-fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ufit-badge          { animation: ufit-fadeUp 0.4s ease both; }
.ufit-headline-block { animation: ufit-fadeUp 0.5s 0.1s ease both; }
.ufit-social-proof   { animation: ufit-fadeUp 0.5s 0.3s ease both; }
.ufit-cta-block      { animation: ufit-fadeUp 0.5s 0.35s ease both; }

/* ── Editor visibility override ── */
.elementor-editor-active .ufit-badge,
.elementor-editor-active .ufit-headline-block,
.elementor-editor-active .ufit-social-proof,
.elementor-editor-active .ufit-cta-block {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* ── Mobile tweaks ── */
@media (max-width: 480px) {
  .ufit-trust-strip {
    gap: 10px;
  }
  .ufit-trust-item {
    font-size: 10px !important;
  }
  .ufit-cta-btn {
    font-size: 15px !important;
    padding: 16px 20px;
  }
}/* End custom CSS */