.elementor-22166 .elementor-element.elementor-element-9059e17{--display:flex;--justify-content:center;--margin-top:7%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-22166 .elementor-element.elementor-element-9059e17.e-con{--align-self:center;}body.elementor-page-22166:not(.elementor-motion-effects-element-type-background), body.elementor-page-22166 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-22166 .elementor-element.elementor-element-9059e17{--margin-top:15%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS */.speediance-thankyou-dark {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: #050505;
  color: #fff;
  font-family: "HelveticaNowVar", "Helvetica Now Var", Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.speediance-thankyou-dark::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  top: -260px;
  right: -160px;
}

.speediance-thankyou-dark::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 260px;
  background: rgba(255, 255, 255, 0.045);
  transform: rotate(-34deg);
  left: -220px;
  bottom: -70px;
}

.speediance-thankyou-inner {
  max-width: 720px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.speediance-thankyou-eyebrow {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.68);
}

.speediance-thankyou-inner h1 {
  margin: 0 0 22px;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #fff;
}

.speediance-thankyou-copy {
  max-width: 560px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.speediance-thankyou-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 42px;
}

.speediance-thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.speediance-thankyou-btn:hover {
  transform: translateY(-1px);
}

.speediance-thankyou-btn.primary {
  background: #fff;
  color: #111;
}

.speediance-thankyou-btn.secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.speediance-thankyou-btn.secondary:hover {
  border-color: #fff;
}

@media (max-width: 767px) {
  .speediance-thankyou-dark {
    min-height: 68vh;
    padding: 88px 20px;
  }

  .speediance-thankyou-inner h1 {
    font-size: 48px;
  }

  .speediance-thankyou-copy {
    font-size: 16px;
  }

  .speediance-thankyou-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .speediance-thankyou-btn {
    width: 100%;
  }
}/* End custom CSS */