.elementor-262072 .elementor-element.elementor-element-9f8f689{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --lp-bg: #020617;
  --lp-bg-alt: #020617;
  --lp-card: #020617;
  --lp-border: rgba(148, 163, 184, 0.35);
  --lp-primary: #1d4ed8;
  --lp-primary-soft: #3b82f6;
  --lp-secondary: #38bdf8;
  --lp-text: #e5e7eb;
  --lp-text-muted: #9ca3af;
  --lp-radius-lg: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at top left, #020617, #000000);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--lp-text);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  color: #ffffff !important;
  margin-top: 0;
}

p {
  margin: 0 0 0.85rem 0;
}

a {
  color: var(--lp-secondary);
  text-decoration: none;
}

.lp-page {
  color: var(--lp-text);
}

.page-wrapper {
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  padding: 64px 0;
}

.section-alt {
  background: #020617;
}

.section-border {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.hero {
  background: radial-gradient(circle at top left, #020617, #000000);
  padding: 96px 0 56px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent);
  top: -160px;
  right: -120px;
  opacity: 0.9;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent);
  bottom: -120px;
  left: -80px;
  opacity: 0.9;
  pointer-events: none;
}

.hero-inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-subheadline {
  font-size: 1.02rem;
  max-width: 640px;
  margin: 0.6rem auto 1.3rem;
  color: var(--lp-text-muted);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 0.75rem;
  color: #d1d5db;
  margin-bottom: 1rem;
  background: rgba(15, 23, 42, 0.9);
}

.pill span {
  display: inline-flex;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
}

.muted {
  color: var(--lp-text-muted);
}

.card {
  background: radial-gradient(circle at top left, #020617, #020617);
  border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-border);
  padding: 24px 22px 26px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
}

.card-cta {
  border: 1px solid rgba(56, 189, 248, 0.7);
}

.grid {
  display: grid;
  gap: 22px;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.text-center { text-align: center; }

.section-heading {
  text-align: center;
  margin-bottom: 32px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading p {
  color: var(--lp-text-muted);
  font-size: 0.95rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-primary-soft));
  color: #eff6ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(191, 219, 254, 0.35);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.9);
  transition: transform 0.12s ease, box-shadow 0.12s ease,
    filter 0.12s ease;
  font-size: 0.86rem;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 1);
  filter: brightness(1.05);
}

.btn-secondary {
  background: transparent;
  color: var(--lp-text);
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.9);
  padding: 11px 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 0.12s ease, color 0.12s ease,
    transform 0.12s ease, border-color 0.12s ease;
  font-size: 0.82rem;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.btn-secondary:hover {
  background: rgba(37, 99, 235, 0.08);
  border-color: var(--lp-secondary);
  transform: translateY(-1px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

@media (min-width: 640px) {
  .button-row {
    justify-content: center;
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.75);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e0f2fe;
  background: rgba(37, 99, 235, 0.22);
  margin-bottom: 0.7rem;
}

ul.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem 0;
}

ul.checklist li {
  margin-bottom: 0.55rem;
  position: relative;
  padding-left: 22px;
  font-size: 0.93rem;
  color: #e5e7eb;
}

ul.checklist li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: -1px;
  font-size: 1.2rem;
  color: var(--lp-secondary);
}

.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }

.input,
textarea,
select {
  width: 100%;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #020617;
  color: #e5e7eb;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.12s ease, box-shadow 0.12s ease,
    background 0.12s ease;
}

.input::placeholder,
textarea::placeholder {
  color: #6b7280;
  font-size: 0.86rem;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

.input:focus,
textarea:focus,
select:focus {
  border-color: var(--lp-secondary);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.35);
}

label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: #e5e7eb;
}

.field-description {
  font-size: 0.78rem;
  color: var(--lp-text-muted);
  margin-bottom: 4px;
}

.inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.88rem;
}

.inline-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.inline-options input[type="radio"],
.inline-options input[type="checkbox"] {
  width: auto;
}

.info-box {
  border-radius: var(--lp-radius-lg);
  border: 1px dashed rgba(56, 189, 248, 0.6);
  padding: 18px 18px;
  background: rgba(15, 23, 42, 0.9);
  font-size: 0.92rem;
}

input.input {
    padding: 10px 15px !important;
}

ul.checklist {
    text-align: start;
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 768px) {
.container {
    width: 95% !important;
}

}/* End custom CSS */