.elementor-1718 .elementor-element.elementor-element-1a4b79e{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1718 .elementor-element.elementor-element-e1d75f8{--display:flex;--border-radius:15px 15px 15px 15px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1718 .elementor-element.elementor-element-e1d75f8:not(.elementor-motion-effects-element-type-background), .elementor-1718 .elementor-element.elementor-element-e1d75f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131425;}.elementor-1718 .elementor-element.elementor-element-ff681fb > .elementor-widget-container{margin:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1718 .elementor-element.elementor-element-7f15e11{margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for wpforms, class: .elementor-element-ff681fb */.elementor-widget-wpforms.elementor-element-ff681fb { border-radius: 15px}/* End custom CSS */
/* Start custom CSS */.sby-thankyou {
  background: radial-gradient(circle at top left, #1f2933 0%, #050814 55%, #020308 100%);
  color: #f9fafb;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 80px 20px 60px;
  box-sizing: border-box;
}
.sby-thankyou .elementor-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Success card */
.sby-thankyou-card {
  background: radial-gradient(circle at top, #0f172a 0%, #020617 60%);
  border-radius: 20px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.85);
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.sby-thankyou-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.35), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}
.sby-thankyou-card-inner {
  position: relative;
  z-index: 1;
}
.sby-check-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
  box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.15);
}
.sby-thankyou-title {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 900;
  letter-spacing: -0.035em;
  margin: 0 0 6px;
}
.sby-thankyou-subtitle {
  font-size: 14px;
  color: #e5e7eb;
  margin: 0 0 16px;
}
.sby-download-box {
  background: rgba(15, 23, 42, 0.96);
  border-radius: 16px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(55, 65, 81, 0.9);
  margin-top: 10px;
}
.sby-download-label {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 8px;
}
.sby-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #020617;
  box-shadow: 0 18px 35px rgba(8, 47, 73, 0.75);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  margin-bottom: 6px;
}
.sby-download-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(8, 47, 73, 0.95);
  filter: brightness(1.05);
}
.sby-download-note {
  font-size: 12px;
  color: #9ca3af;
}

/* Steps */
.sby-steps {
  margin-top: 40px;
  margin-bottom: 26px;
}
.sby-steps h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 8px;
}
.sby-steps-intro {
  font-size: 14px;
  color: #9ca3af;
  margin: 0 0 18px;
}
.sby-step-list {
  counter-reset: sby-step-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.sby-step-item {
  position: relative;
  padding-left: 46px;
  font-size: 14px;
  color: #e5e7eb;
}
.sby-step-item::before {
  counter-increment: sby-step-counter;
  content: counter(sby-step-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #38bdf8, #0ea5e9);
  color: #020617;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.9);
}
.sby-step-item-title {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.sby-step-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #d1d5db;
}

/* JSON section + form */
.sby-json-section {
  margin-top: 32px;
  padding: 20px 18px 18px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(55, 65, 81, 0.9);
}
.sby-json-section h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}
.sby-json-section p {
  font-size: 13px;
  line-height: 1.7;
  color: #d1d5db;
  margin: 0 0 10px;
}
.sby-json-section ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}
.sby-json-section li {
  font-size: 13px;
  color: #cbd5f5;
  margin-bottom: 4px;
}
.sby-json-section li::before {
  content: "•";
  color: #38bdf8;
  margin-right: 8px;
}

/* Style the WPForms JSON form */
.sby-thankyou .wpforms-form {
  margin-top: 12px;
}
.sby-thankyou .wpforms-field-label {
  font-size: 12px;
  color: #e5e7eb;
}
.sby-thankyou input[type="text"],
.sby-thankyou input[type="email"],
.sby-thankyou textarea {
  border-radius: 10px;
  border: 1px solid rgba(55, 65, 81, 0.95);
  background: rgba(15, 23, 42, 0.96);
  color: #f9fafb;
  font-size: 13px;
}
.sby-thankyou .wpforms-submit {
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background-image: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #020617;
  box-shadow: 0 18px 35px rgba(8, 47, 73, 0.8);
}

/* Support */
.sby-support {
  margin-top: 26px;
  font-size: 13px;
  color: #9ca3af;
}
.sby-support a {
  color: #38bdf8;
  text-decoration: none;
}
.sby-support a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 640px) {
  .sby-thankyou {
    padding: 56px 16px 40px;
  }
}/* End custom CSS */