.elementor-17693 .elementor-element.elementor-element-03d7bd9{--display:flex;}.elementor-17693 .elementor-element.elementor-element-8a9694b{--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-17693 .elementor-element.elementor-element-f29b9ee{--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-17693 .elementor-element.elementor-element-35f868e{--display:flex;--min-height:0px;--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e9565d7 */html body .elementor-widget-html,
html body .elementor-widget-html .elementor-widget-container {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Hero fills full viewport width */
html body .v4-hero {
  background: #0d0d0d;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

/* Left column */
html body .v4-hero-left {
  padding: 96px 64px 96px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}

html body .v4-tag {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f25824;
  margin-bottom: 28px;
  display: block;
}

html body .v4-hero-h1 {
  font-size: 3.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

html body .v4-hero-h1 em {
  font-style: normal;
  color: #f25824;
}

html body .v4-hero-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.8;
  max-width: 400px;
  margin-bottom: 44px;
}

html body .v4-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 44px;
}

html body .v4-btn-primary {
  background: #f25824;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.01em;
  transition: background 0.15s;
}

html body .v4-btn-primary:hover {
  background: #d44d1f;
  color: #fff;
  text-decoration: none;
}

html body .v4-btn-ghost {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
}

html body .v4-btn-ghost i { font-size: 0.65rem; color: #f25824; }
html body .v4-btn-ghost:hover { color: rgba(255,255,255,0.6); }

html body .v4-hero-proof {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

html body .v4-proof-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.28);
}

html body .v4-proof-item i { font-size: 0.55rem; color: #f25824; }

/* Right column */
html body .v4-hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 8vw 64px 48px;
  position: relative;
  background: #2a2d31;
}

/* iPhone 14 frame */
html body .qf-iphone {
  position: relative;
  width: 300px;
  aspect-ratio: 300 / 620;
  z-index: 2;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.55));
}

/* Side hardware buttons */
html body .qf-iphone-btn {
  position: absolute;
  background: #3c3b41;
  z-index: 1;
}
html body .qf-iphone-btn--ringer {
  left: -5px; top: 92px; width: 5px; height: 24px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html body .qf-iphone-btn--vol-up {
  left: -5px; top: 138px; width: 5px; height: 40px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html body .qf-iphone-btn--vol-down {
  left: -5px; top: 198px; width: 5px; height: 40px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html body .qf-iphone-btn--power {
  right: -5px; top: 168px; width: 5px; height: 70px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Outer bezel */
html body .qf-iphone-frame {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  border-radius: 44px;
  padding: 9px;
  box-sizing: border-box;
  box-shadow:
    inset 0 0 0 2px #222,
    inset 0 0 0 3px #000,
    0 0 0 1px rgba(255,255,255,0.04);
}

/* Dynamic Island */
html body .qf-iphone-island {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  background: #000;
  border-radius: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

html body .qf-iphone-island-cam {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15171d;
  box-shadow: inset 0 0 2px rgba(60,110,180,0.6);
}

/* Screen */
html body .qf-iphone-screen {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 34px;
  background: #000;
}

/* Floating Start Now CTA */
html body .qf-float-cta {
  position: absolute;
  bottom: 56px;
  left: calc(50% - 200px);
  background: #f25824;
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 32px rgba(242,88,36,0.35), 0 4px 8px rgba(0,0,0,0.25);
  z-index: 3;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  transition: transform 0.15s, box-shadow 0.15s;
}

html body .qf-float-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(242,88,36,0.45), 0 6px 10px rgba(0,0,0,0.3);
  text-decoration: none;
}

html body .qf-float-cta-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

html body .qf-float-cta-icon i { font-size: 0.85rem; color: #fff; }

html body .qf-float-cta-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
  text-align: left;
}

html body .qf-float-cta-label {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

html body .qf-float-cta-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

html body .qf-float-cta-arrow {
  font-size: 0.8rem;
  color: #fff;
  margin-left: 6px;
}

/* Phone frame */
html body .v4-phone {
  width: 260px;
  background: #1a1a1a;
  border-radius: 36px;
  border: 6px solid #2a2a2a;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 32px 64px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

html body .v4-phone-notch {
  background: #0d0d0d;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .v4-phone-notch-pill {
  width: 72px;
  height: 10px;
  background: #111;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
}

html body .v4-phone-screen {
  background: #111;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 10px;
  gap: 12px;
}

html body .v4-app-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html body .v4-app-logo {
  font-size: 0.72rem;
  font-weight: 700;
  color: #f25824;
  letter-spacing: 0.5px;
}

html body .v4-app-bar-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

html body .v4-sync-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ade80;
}

html body .v4-sync-label {
  font-size: 0.55rem;
  font-weight: 600;
  color: #4ade80;
  text-transform: uppercase;
  letter-spacing: 1px;
}

html body .v4-form-header {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 10px;
}

html body .v4-form-title {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
}

html body .v4-progress-bar {
  height: 3px;
  background: rgba(255,255,255,0.06);
  border-radius: 3px;
  margin-bottom: 4px;
}

html body .v4-progress-fill {
  height: 100%;
  width: 80%;
  background: #f25824;
  border-radius: 3px;
}

html body .v4-progress-label {
  font-size: 0.52rem;
  color: rgba(255,255,255,0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

html body .v4-form-fields {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

html body .v4-form-field {
  display: grid;
  grid-template-columns: 80px 1fr 16px;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 5px;
}

html body .v4-form-field--done { background: rgba(255,255,255,0.02); }

html body .v4-form-field--active {
  background: rgba(242,88,36,0.06);
  border: 1px solid rgba(242,88,36,0.2);
}

html body .v4-form-field-label { font-size: 0.6rem; color: rgba(255,255,255,0.25); }
html body .v4-form-field-value { font-size: 0.65rem; font-weight: 500; color: rgba(255,255,255,0.7); }
html body .v4-form-field-check { font-size: 0.5rem; color: #f25824; text-align: right; }

html body .v4-form-field-cursor {
  font-size: 0.65rem;
  color: #f25824;
  animation: v4blink 1s step-end infinite;
}

@keyframes v4blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

html body .v4-form-submit-row { padding-top: 6px; }

html body .v4-form-submit-btn {
  width: 100%;
  background: #f25824;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 9px 0;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

html body .v4-phone-bar {
  background: #1a1a1a;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .v4-phone-bar-pill {
  width: 52px;
  height: 4px;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
}

/* Floating confirmation card */
html body .v4-float-card {
  position: absolute;
  bottom: 88px;
  left: calc(50% - 168px);
  background: #1e1e1e;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  z-index: 3;
  min-width: 190px;
}

html body .v4-float-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(242,88,36,0.12);
  border: 1px solid rgba(242,88,36,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

html body .v4-float-icon i { font-size: 0.65rem; color: #f25824; }
html body .v4-float-title { font-size: 0.65rem; font-weight: 700; color: rgba(255,255,255,0.8); margin-bottom: 1px; }
html body .v4-float-sub { font-size: 0.58rem; color: rgba(255,255,255,0.28); }
html body .v4-float-badge { font-size: 0.52rem; font-weight: 600; color: #4ade80; white-space: nowrap; margin-left: auto; }

/* Video modal */
html body .v4-video-overlay {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

html body .v4-video-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}

html body .v4-video-box {
  background: #000;
  border-radius: 10px;
  width: 92%;
  max-width: 880px;
  position: relative;
  padding: 0;
  overflow: hidden;
  transform: scale(0.96);
  transition: transform 0.25s ease;
}

html body .v4-video-overlay.is-open .v4-video-box {
  transform: scale(1);
}

html body .v4-video-overlay .v4-video-close,
html body button.v4-video-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  background: rgba(13,13,13,0.9) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease !important;
}

html body .v4-video-overlay .v4-video-close svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  stroke: #fff !important;
  fill: none !important;
}

html body .v4-video-overlay .v4-video-close:hover {
  background: #f25824 !important;
  border-color: #f25824 !important;
  transform: scale(1.05) !important;
}

html body .v4-video-overlay .v4-video-close:focus-visible {
  outline: 2px solid #f25824 !important;
  outline-offset: 2px !important;
}

html body .v4-video-frame {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}

html body .v4-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  html body .v4-hero { grid-template-columns: 1fr; width: 100vw; }
  html body .v4-hero-right { display: none; }
  html body .v4-hero-left { padding: 80px 48px; }
}

/* Mobile */
@media (max-width: 540px) {
  html body .v4-hero-left { padding: 64px 24px; }
  html body .v4-hero-h1 { font-size: 2.2rem; }
  html body .v4-hero-actions { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b765623 */html body .v4-metrics {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #0d0d0d;
  padding: 56px 24px 0;
  margin-bottom: 0;
}

html body .v4-metrics-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

html body .v4-metric {
  padding: 8px 32px 40px;
  border-right: 1px solid rgba(255,255,255,0.08);
  text-align: left;
}

html body .v4-metric:last-child { border-right: none; }

html body .v4-metric-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  flex-wrap: nowrap;
}

html body .v4-metric-unit {
  font-size: 1rem;
  font-weight: 600;
  color: #f25824;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html body .v4-metric-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1024px) {
  html body .v4-metrics { padding: 48px 20px 0; }
  html body .v4-metrics-inner { grid-template-columns: repeat(2, 1fr); }
  html body .v4-metric { padding: 24px 24px 32px; }
  html body .v4-metric:nth-child(2) { border-right: none; }
  html body .v4-metric:nth-child(3),
  html body .v4-metric:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.08); }
  html body .v4-metric:nth-child(4) { border-right: none; }
  html body .v4-metric-num { font-size: 2rem; }
}

@media (max-width: 540px) {
  html body .v4-metrics { padding: 40px 16px 0; }
  html body .v4-metrics-inner { grid-template-columns: 1fr; }
  html body .v4-metric {
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 8px;
  }
  html body .v4-metric:first-child { border-top: none; }
  html body .v4-metric-num { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18a3147 */html body .elementor-widget-html,
html body .elementor-widget-html .elementor-widget-container {
  padding: 0;
  margin: 0;
  width: 100%;
}

html body .fireq-features-grid {
  padding: 60px 20px;
  background: #fafafa;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}

html body .features-grid-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
}

html body .features-grid-container {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

html body .feature-card {
  background: white;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border: 2px solid #f25824;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

html body .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(242, 88, 36, 0.6);
}

html body .feature-card i {
  font-size: 2.5rem;
  color: #f25824;
  margin-bottom: 1rem;
}

html body .feature-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

html body .feature-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

html body .feature-modal-content {
  background: white;
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}

html body .feature-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

html body .feature-modal-close:hover { color: #f25824; }

html body #modalTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

html body .modal-body p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

html body .modal-buttons {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  justify-content: center;
}

html body .modal-btn {
  background: #f25824;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

html body .modal-btn:hover {
  background: #d44d1f;
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(242, 88, 36, 0.5);
  color: #ffffff;
  text-decoration: none;
}

html body .modal-btn-hidden { display: none; }

@media (max-width: 900px) {
  html body .features-grid-container { grid-template-columns: repeat(2, 1fr); gap: 15px; }
}

@media (max-width: 600px) {
  html body .features-grid-container { grid-template-columns: 1fr; gap: 15px; max-width: 300px; }
  html body .features-grid-title { font-size: 2rem; }
  html body .modal-buttons { flex-direction: column; gap: 12px; }
  html body .modal-btn { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-056f814 */html body .elementor-widget-html,
html body .elementor-widget-html .elementor-widget-container {
  padding: 0;
  margin: 0;
  width: 100%;
}

html body .v4-hiw {
  background: #111111;
  color: #fff;
  padding: 96px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}

/* defensive overrides so the WP theme or Elementor cannot inject
   default-black text into anything inside the dark hiw section */
html body .v4-hiw h1,
html body .v4-hiw h2,
html body .v4-hiw h3,
html body .v4-hiw h4,
html body .v4-hiw p,
html body .v4-hiw span,
html body .v4-hiw a { color: inherit; }
html body .v4-hiw .v4-eyebrow,
html body .v4-hiw .v4-step-num { color: #f25824; }
html body .v4-hiw .v4-h2,
html body .v4-hiw .v4-step-title { color: #fff; }
html body .v4-hiw .v4-step-body { color: rgba(255,255,255,0.55); }

html body .v4-hiw-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 72px;
}

html body .v4-hiw-head {
  margin-bottom: 64px;
}

html body .v4-hiw .v4-eyebrow {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f25824;
  margin-bottom: 16px;
  display: block;
}

html body .v4-hiw .v4-h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 440px;
}

html body .v4-hiw-steps {
  display: flex;
  flex-direction: column;
}

html body .v4-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,0.07);
}

html body .v4-step:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

html body .v4-step-text {
  padding: 56px 56px 56px 0;
  border-right: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

html body .v4-step--flip .v4-step-text {
  padding: 56px 0 56px 56px;
  border-right: none;
  border-left: 1px solid rgba(255,255,255,0.07);
  order: 2;
}

html body .v4-step--flip .v4-step-img {
  order: 1;
}

html body .v4-step-num {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #f25824;
}

html body .v4-step-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

html body .v4-step-body {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.75;
}

html body .v4-step-img {
  padding: 40px 0 40px 56px;
  display: flex;
  align-items: center;
}

html body .v4-step--flip .v4-step-img {
  padding: 40px 56px 40px 0;
}

html body .v4-img-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.12);
}

html body .v4-step-img-asset {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 1024px) {
  html body .v4-hiw-inner { padding: 0 40px; }
  html body .v4-step { grid-template-columns: 1fr; }
  html body .v4-step-text {
    padding: 44px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  html body .v4-step--flip .v4-step-text {
    padding: 44px 0;
    border-left: none;
    order: 1;
  }
  html body .v4-step--flip .v4-step-img { order: 2; }
  html body .v4-step-img,
  html body .v4-step--flip .v4-step-img { padding: 28px 0; }
}

@media (max-width: 540px) {
  html body .v4-hiw-inner { padding: 0 24px; }
  html body .v4-hiw { padding: 72px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ad196c */html body .v4-problem {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

html body .v4-problem-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

html body .v4-problem-left {
  padding: 80px 64px 80px 72px;
  border-right: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body .v4-eyebrow {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f25824;
  margin-bottom: 20px;
  display: block;
}

html body .v4-h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

html body .v4-problem-right {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body .v4-pain {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #e2e2e2;
}

html body .v4-pain:last-child { border-bottom: none; }

html body .v4-pain-x {
  font-size: 0.7rem;
  font-weight: 800;
  color: #f25824;
  flex-shrink: 0;
  margin-top: 2px;
  width: 14px;
}

html body .v4-pain-title {
  font-size: 0.83rem;
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1.3;
}

html body .v4-pain-body {
  font-size: 0.77rem;
  color: #aaa;
  line-height: 1.5;
  margin-top: 3px;
}

@media (max-width: 1024px) {
  html body .v4-problem-inner { grid-template-columns: 1fr; }
  html body .v4-problem-left { padding: 72px 40px; border-right: none; border-bottom: 1px solid #e2e2e2; }
  html body .v4-problem-right { padding: 56px 40px; }
}

@media (max-width: 540px) {
  html body .v4-problem-left,
  html body .v4-problem-right { padding: 56px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d68bd01 */html body .qf-values {
  background: #f2f2f2;
  padding: 96px 24px;
}

html body .qf-values-inner {
  max-width: 1160px;
  margin: 0 auto;
}

html body .qf-values-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

html body .qf-values-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #f25824;
  margin-bottom: 14px;
}

html body .qf-values-h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0d0d0d;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}

html body .qf-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

html body .qf-value-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s ease;
  position: relative;
}

html body .qf-value-card:hover {
  border-color: #c0c0c0;
}

html body .qf-value-card--highlight {
  background: #0d0d0d;
  border-color: #0d0d0d;
}

html body .qf-value-card--highlight:hover {
  border-color: #2a2a2a;
}

html body .qf-value-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0;
}

html body .qf-value-card--highlight .qf-value-title { color: #fff; }

html body .qf-value-body {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

html body .qf-value-card--highlight .qf-value-body { color: rgba(255,255,255,0.65); }

html body .qf-value-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #f0f0f0;
}

html body .qf-value-card--highlight .qf-value-list {
  border-top-color: rgba(255,255,255,0.1);
}

html body .qf-value-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #444;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

html body .qf-value-card--highlight .qf-value-list li {
  color: rgba(255,255,255,0.78);
}

html body .qf-value-check {
  color: #f25824;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
  width: 14px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 900px) {
  html body .qf-values { padding: 72px 20px; }
  html body .qf-values-h2 { font-size: 1.8rem; }
  html body .qf-values-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  html body .qf-values { padding: 56px 16px; }
  html body .qf-values-head { margin-bottom: 32px; }
  html body .qf-values-h2 { font-size: 1.5rem; }
  html body .qf-value-card { padding: 28px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5031228 */html body .v4-cta {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #0d0d0d;
  padding: 96px 24px 112px;
  border-top: 3px solid #f25824;
}

html body .v4-cta-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

html body .v4-cta-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f25824;
  margin-bottom: 22px;
}

html body .v4-cta-h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
}

html body .v4-cta-h2 span {
  color: #f25824;
  display: inline-block;
}

html body .v4-cta-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 44px;
  font-weight: 400;
}

html body .v4-cta-btns {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

html body .v4-btn-cta {
  display: inline-block;
  background: #f25824;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 18px 36px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease;
}

html body .v4-btn-cta:hover {
  background: #d44d1f;
  color: #fff;
  text-decoration: none;
}

html body .v4-btn-cta-outline {
  display: inline-block;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-left: none;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 16.5px 32px;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

html body .v4-btn-cta-outline:hover {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

html body .v4-cta-proofs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

html body .v4-cta-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

html body .v4-cta-proof::before {
  content: '';
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f25824' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  html body .v4-cta { padding: 72px 20px 88px; }
  html body .v4-cta-h2 { font-size: 2.4rem; }
  html body .v4-cta-sub { font-size: 0.98rem; }
}

@media (max-width: 600px) {
  html body .v4-cta { padding: 56px 16px 72px; }
  html body .v4-cta-h2 { font-size: 1.9rem; }
  html body .v4-cta-btns { flex-direction: column; align-items: stretch; gap: 0; }
  html body .v4-btn-cta,
  html body .v4-btn-cta-outline { width: 100%; padding: 16px 20px; }
  html body .v4-btn-cta-outline { border-left: 1.5px solid rgba(255,255,255,0.35); border-top: none; }
  html body .v4-cta-proofs { flex-direction: column; gap: 14px; align-items: center; }
}/* End custom CSS */