.application-intro-card {
  align-self: center;
}

.application-points {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
  display: grid;
  gap: 11px;
  color: var(--muted);
  font-size: 14px;
}

.application-points li {
  position: relative;
  padding-left: 24px;
}

.application-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}

.jotform-section {
  background: #fff;
}

.jotform-layout {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: 60px;
  align-items: start;
}

.jotform-copy {
  position: sticky;
  top: 112px;
}

.jotform-copy > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 420px;
}

.jotform-note {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.jotform-shell {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(38, 17, 63, .1);
}

.jotform-shell iframe {
  width: 100% !important;
  max-width: 100%;
  border: 0;
  display: block;
}

.jotform-card {
  overflow: hidden;
  padding-bottom: 24px;
}

.jotform-card .jotform-shell {
  margin-top: 22px;
  border-color: rgba(224, 207, 248, .24);
  box-shadow: none;
}

.jotform-card > p:not(.eyebrow) {
  color: #f0eafb;
}

@media (max-width: 800px) {
  .jotform-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .jotform-copy {
    position: static;
  }

  .jotform-section {
    padding-top: 80px;
  }

  .jotform-card {
    padding: 28px 16px 18px;
  }
}

@media (max-width: 540px) {
  .jotform-shell {
    border-radius: 8px;
  }

  .jotform-section .container {
    width: min(100% - 20px, 1140px);
  }
}
.checkout-hero {
  padding: 150px 0 54px;
  background: linear-gradient(135deg, #241038, #40205e);
  color: #fff;
}
.checkout-hero .service-badge { color: #d8b9ff; }
.checkout-hero h1 { max-width: 760px; margin: 16px 0; font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: 1.02; }
.checkout-hero p:last-child { max-width: 680px; color: #e8dff1; font-size: 1.08rem; }
.checkout-section { padding: 70px 0 100px; background: #f7f4fa; }
.checkout-grid { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 42px; align-items: start; }
.checkout-copy { position: sticky; top: 110px; }
.checkout-copy h2 { margin: 10px 0 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.checkout-copy p { color: #665d6d; line-height: 1.7; }
.checkout-note { margin-top: 22px; padding: 17px 18px; border: 1px solid #ded5e5; border-radius: 16px; background: #fff; font-size: .9rem; }
.checkout-form { overflow: hidden; border: 1px solid #e3dbe9; border-radius: 28px; background: #fff; box-shadow: 0 18px 55px rgba(37, 16, 56, .1); }
@media (max-width: 820px) {
  .checkout-hero { padding-top: 118px; }
  .checkout-grid { grid-template-columns: 1fr; gap: 26px; }
  .checkout-copy { position: static; }
}
