.elementor-15730 .elementor-element.elementor-element-5773a15{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ab4e8e1 */html {
  scroll-behavior: smooth;
}

.ss-lp {
  font-family: Inter, Arial, sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.6;
}

.ss-hero {
  padding: 96px 24px;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.ss-eyebrow,
.ss-label {
  color: #2563eb;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 14px;
}

.ss-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 0 auto 24px;
  max-width: 1000px;
  color: #020617;
}

.ss-subhead {
  font-size: 21px;
  max-width: 820px;
  margin: 0 auto 34px;
  color: #475569;
}

.ss-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.ss-button {
  display: inline-block;
  background: #2563eb;
  color: #ffffff !important;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.ss-secondary {
  display: inline-block;
  color: #0f172a;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #cbd5e1;
}

.ss-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px;
}

.ss-section h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
  color: #020617;
}

.ss-section p {
  font-size: 18px;
  color: #475569;
  max-width: 820px;
}

.ss-problem {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.ss-paths {
  background: #f8fafc;
  border-radius: 32px;
}

.ss-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.ss-path-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 26px;
  text-decoration: none;
  color: #0f172a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.ss-path-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 18px;
}

.ss-path-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #020617;
}

.ss-path-card p {
  font-size: 15px;
  margin: 0 0 18px;
  color: #475569;
}

.ss-path-card strong {
  color: #2563eb;
  font-size: 15px;
}

.ss-dark {
  background: #020617;
  color: #ffffff;
  border-radius: 32px;
  padding: 56px;
}

.ss-dark h2,
.ss-dark p {
  color: #ffffff;
}

.ss-process {
  background: #f8fafc;
  border-radius: 32px;
}

.ss-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.ss-step {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 24px;
}

.ss-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 18px;
}

.ss-step h3 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #020617;
}

.ss-step p {
  font-size: 15px;
  margin: 0;
}

.ss-form-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.ss-form {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 28px;
}

.ss-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0f172a;
}

.ss-form input,
.ss-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  font-size: 16px;
  box-sizing: border-box;
}

.ss-form textarea {
  min-height: 120px;
}

.ss-cta {
  text-align: center;
  background: #eff6ff;
  border-radius: 32px;
  margin-bottom: 64px;
}

.ss-cta p {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 950px) {
  .ss-problem,
  .ss-form-section {
    grid-template-columns: 1fr;
  }

  .ss-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ss-steps {
    grid-template-columns: 1fr 1fr;
  }

  .ss-dark {
    padding: 40px 24px;
  }
}

@media (max-width: 640px) {
  .ss-hero {
    padding: 72px 20px;
  }

  .ss-path-grid,
  .ss-steps {
    grid-template-columns: 1fr;
  }

  .ss-actions {
    flex-direction: column;
  }

  .ss-button,
  .ss-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */