:root {
  --sp-ink: #091a36;
  --sp-ink-soft: #324766;
  --sp-muted: #6b7c97;
  --sp-blue: #1768f2;
  --sp-blue-deep: #1747d1;
  --sp-cyan: #16bde9;
  --sp-surface: #f4f8ff;
  --sp-line: #dce7f6;
  --sp-shadow: 0 24px 70px rgba(30, 74, 155, .13);
}

/* Complete provider workflow form */
.sp-inline-upload {
  min-height: 68px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 !important;
  padding: 13px 15px;
  border: 1px dashed #b8c9df;
  border-radius: 13px;
  background: #f8faff;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.sp-inline-upload:hover { border-color: #719be7; background: #f1f6ff; }
.sp-inline-upload span b,
.sp-inline-upload span small { display: block; }
.sp-inline-upload span b { color: #40536f; font-size: 12px; }
.sp-inline-upload span small { margin-top: 5px; color: #8c9bb0; font-size: 9px; font-weight: 500; }
.sp-inline-upload em { max-width: 45%; padding: 8px 12px; overflow: hidden; border-radius: 9px; background: #e9f1ff; color: var(--sp-blue); font-size: 9px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.sp-inline-upload input { position: absolute; width: 1px !important; height: 1px; opacity: 0; pointer-events: none; }
.sp-inline-upload:focus-within { border-color: #6797ed; box-shadow: 0 0 0 4px rgba(23, 104, 242, .09); }
.sp-id-upload-grid .sp-upload-card small strong { color: #df4a4a; }
.sp-final-fields { margin-top: 14px; }
.sp-register-captcha { display: grid; grid-template-columns: minmax(0, 1fr) 142px; gap: 10px; }
.sp-register-captcha input { min-width: 0; }
.sp-register-captcha button { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 12px; border: 1px solid #c8d7e9; border-radius: 11px; background: repeating-linear-gradient(-12deg, #f7faff, #f7faff 7px, #edf3fb 7px, #edf3fb 8px); color: #183d75; cursor: pointer; }
.sp-register-captcha button span { font-size: 16px; font-weight: 900; letter-spacing: 4px; transform: skew(-8deg); }
.sp-register-captcha button small { color: #7c8da5; font-size: 8px; }
.sp-success-number { display: inline-flex; min-height: 36px; align-items: center; margin: -6px auto 24px; padding: 0 13px; border-radius: 9px; background: #eef5ff; color: #31557f; font-size: 10px; letter-spacing: .3px; }
.sp-application-success .btn { min-width: 126px; }
.sp-application-dialog a:focus-visible { outline: 3px solid rgba(23, 104, 242, .26); outline-offset: 3px; }

@media (max-width: 520px) {
  .sp-register-captcha { grid-template-columns: minmax(0, 1fr) 116px; }
  .sp-register-captcha button span { font-size: 14px; letter-spacing: 2px; }
  .sp-inline-upload { align-items: flex-start; flex-direction: column; }
  .sp-inline-upload em { max-width: 100%; }
  .sp-application-success > div:last-child { flex-direction: column; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
body.lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.sp-skip-link { position: fixed; top: 8px; left: 8px; z-index: 300; padding: 10px 14px; border-radius: 9px; background: #fff; color: var(--sp-blue); font-size: 11px; font-weight: 900; box-shadow: 0 10px 30px rgba(7,29,68,.2); transform: translateY(-160%); }
.sp-skip-link:focus { transform: none; }
button,
input,
select,
textarea { font: inherit; }
button { cursor: pointer; }
button,
a { touch-action: manipulation; }
h1,
h2,
h3,
h4,
p { margin-top: 0; }

.container { margin-right: auto; margin-left: auto; }

.btn {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1d4df4, #2e77ff);
  box-shadow: 0 12px 26px rgba(35, 87, 255, .23);
}

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(35, 87, 255, .31); }
.btn-outline { color: #244166; background: #fff; border-color: #dce5f4; }
.btn-outline:hover { color: var(--sp-blue); border-color: #91a9da; }

.brand { display: flex; align-items: center; gap: 11px; min-width: 192px; }
.brand-logo { position: relative; width: 39px; height: 39px; border-radius: 13px; background: linear-gradient(135deg, #133bd4, #36b8ff 62%, #7d62ff); box-shadow: 0 10px 22px rgba(35, 87, 255, .24); }
.brand-logo::before { content: ""; position: absolute; top: 7px; left: 8px; width: 19px; height: 19px; border: 3px solid #fff; border-left-color: transparent; border-radius: 50%; transform: rotate(-30deg); }
.brand-logo::after { content: ""; position: absolute; top: 18px; left: 13px; width: 13px; height: 4px; border-radius: 6px; background: #fff; box-shadow: 0 7px 0 rgba(255, 255, 255, .92); }
.brand-name { color: var(--sp-ink); font-size: 16px; font-weight: 900; line-height: 1.1; }
.brand-name small { display: block; margin-top: 5px; color: #8b99b3; font-size: 9px; font-weight: 700; letter-spacing: .8px; }

.sp-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid rgba(15, 42, 91, .08);
  background: rgba(255, 255, 255, .91);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.sp-site-header.is-scrolled { background: rgba(255, 255, 255, .97); box-shadow: 0 12px 36px rgba(35, 71, 148, .09); }
.sp-site-header-inner { height: 72px; display: flex; align-items: center; gap: 34px; }
.sp-main-nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.sp-main-nav a { position: relative; color: #455875; font-size: 13px; font-weight: 800; transition: color .2s ease; }
.sp-main-nav a::after { content: ""; position: absolute; right: 50%; bottom: -9px; left: 50%; height: 2px; border-radius: 2px; background: var(--sp-blue); transition: left .2s ease, right .2s ease; }
.sp-main-nav a:hover { color: var(--sp-blue); }
.sp-main-nav a:hover::after { right: 0; left: 0; }
.sp-header-login { min-width: 84px; height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 13px; border: 1px solid #d5e1f2; border-radius: 11px; color: #35506f; background: #fff; font-size: 12px; font-weight: 800; transition: .2s ease; }
.sp-header-login:hover { color: var(--sp-blue); border-color: #91afe0; background: #f5f9ff; }
.sp-header-apply { flex: 0 0 auto; min-width: 105px; }

.provider-page {
  background: #fff;
  color: var(--sp-ink);
}

.provider-page .container {
  width: min(calc(100% - 48px), 1240px);
}

.provider-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 300;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sp-blue), var(--sp-cyan));
  box-shadow: 0 0 14px rgba(22, 189, 233, .65);
  pointer-events: none;
}
.provider-page .sp-scroll-progress { display: none; }

.provider-page.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .62s cubic-bezier(.22, 1, .36, 1), transform .62s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.provider-page.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.sp-process-panel[hidden],
.sp-application-dialog [hidden] {
  display: none !important;
}

.sp-hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  padding: 150px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 16%, rgba(22, 189, 233, .13), transparent 23%),
    radial-gradient(circle at 10% 34%, rgba(31, 105, 242, .10), transparent 22%),
    linear-gradient(158deg, #fff 0%, #f3f8ff 58%, #eaf4ff 100%);
}

.sp-hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 0;
  z-index: -2;
  opacity: .45;
  background-image:
    linear-gradient(rgba(23, 104, 242, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 104, 242, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.sp-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: 54px;
  z-index: -1;
  width: 64%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(63, 139, 255, .15), transparent 68%);
  filter: blur(18px);
}

.sp-hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(42, 119, 240, .12);
  border-radius: 50%;
  pointer-events: none;
}

.sp-hero-orbit::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sp-cyan);
  box-shadow: 0 0 18px rgba(22, 189, 233, .8);
}

.sp-orbit-one {
  top: 128px;
  right: -110px;
  width: 620px;
  height: 220px;
  transform: rotate(12deg);
}

.sp-orbit-one::before { left: 13%; bottom: 22%; }

.sp-orbit-two {
  left: -160px;
  bottom: 100px;
  width: 500px;
  height: 180px;
  transform: rotate(-18deg);
}

.sp-orbit-two::before { right: 18%; top: 15%; }

.sp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.sp-eyebrow,
.sp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sp-eyebrow {
  padding: 9px 14px;
  border: 1px solid rgba(23, 104, 242, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 26px rgba(28, 83, 168, .08);
}

.sp-eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sp-cyan);
  box-shadow: 0 0 0 5px rgba(22, 189, 233, .12);
}

.sp-hero h1 {
  margin: 23px 0 22px;
  color: var(--sp-ink);
  font-size: clamp(48px, 5.1vw, 72px);
  line-height: 1.08;
  letter-spacing: -4px;
}

.sp-hero h1 span,
.sp-section-head h2 span {
  color: transparent;
  background: linear-gradient(100deg, #1859e8 4%, #169fea 55%, #15bcd9);
  -webkit-background-clip: text;
  background-clip: text;
}

.sp-hero-copy > p {
  max-width: 610px;
  margin: 0 0 28px;
  color: #536985;
  font-size: 17px;
  line-height: 1.9;
}

.sp-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sp-btn-main,
.sp-btn-secondary {
  min-width: 162px;
  height: 52px;
  border-radius: 14px;
}

.sp-btn-main svg { width: 18px; height: 18px; transition: transform .2s ease; }
.sp-btn-main:hover svg { transform: translateX(4px); }

.sp-trust-list {
  display: flex;
  gap: 22px;
  margin-top: 26px;
  color: #52647e;
  font-size: 12px;
  font-weight: 800;
}

.sp-trust-list span { display: inline-flex; align-items: center; gap: 7px; }
.sp-trust-list i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #e4f8f2; color: #109a73; font-style: normal; font-size: 10px; }

.sp-hero-visual {
  position: relative;
  min-height: 490px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.sp-dashboard {
  position: relative;
  width: min(100%, 585px);
  padding: 20px;
  border: 1px solid rgba(152, 184, 233, .46);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 36px 90px rgba(35, 80, 160, .19), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
  transform: rotateY(-3deg) rotateX(1deg);
}

.sp-dashboard-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eef8;
  color: #7586a0;
  font-size: 11px;
  font-weight: 800;
}

.sp-dashboard-top > span { margin-right: auto; }
.sp-dashboard-top > b { display: flex; align-items: center; gap: 6px; color: #128663; font-size: 10px; }
.sp-dashboard-top > b i { width: 7px; height: 7px; border-radius: 50%; background: #16b887; box-shadow: 0 0 0 4px rgba(22, 184, 135, .1); }

.sp-window-dots { display: flex; gap: 5px; }
.sp-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c8d3e5; }
.sp-window-dots i:first-child { background: #65c9ed; }
.sp-window-dots i:nth-child(2) { background: #6092f3; }

.sp-profile-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid #e0e9f6;
  border-radius: 18px;
  background: linear-gradient(135deg, #f7faff, #f0f7ff);
}

.sp-profile-logo {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1856e8, #1ab9e7);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(25, 105, 238, .22);
}

.sp-profile-card small,
.sp-profile-card strong,
.sp-profile-card span { display: block; }
.sp-profile-card small { color: #7f90a9; font-size: 9px; margin-bottom: 4px; }
.sp-profile-card strong { color: #15345f; font-size: 14px; }
.sp-profile-card span { margin-top: 5px; color: #7a8ca7; font-size: 9px; }
.sp-profile-card em { padding: 6px 9px; border-radius: 999px; background: #e4f8f2; color: #0f9270; font-style: normal; font-size: 9px; font-weight: 900; }

.sp-dashboard-title {
  display: flex;
  justify-content: space-between;
  margin: 20px 2px 8px;
  color: #4b607e;
  font-size: 11px;
}

.sp-dashboard-title span { color: var(--sp-blue); font-weight: 900; }
.sp-completion { height: 7px; overflow: hidden; border-radius: 999px; background: #e8eef7; }
.sp-completion i { display: block; width: 86%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--sp-blue), var(--sp-cyan)); transform-origin: left; animation: sp-progress-in 1s .35s cubic-bezier(.22, 1, .36, 1) both; }

.sp-work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.sp-work-card { padding: 16px; border: 1px solid #e2eaf6; border-radius: 16px; background: #fff; }
.sp-work-card > span { display: block; color: #7b8ca5; font-size: 9px; }
.sp-work-card > strong { display: block; margin: 6px 0 2px; color: #163d83; font-size: 25px; }
.sp-work-card > small { color: #98a5b8; font-size: 8px; }
.sp-work-card.wide { grid-column: 1 / -1; }

.sp-status-list { display: grid; grid-template-columns: 22px 1fr 28px 22px 1fr 28px 22px 1fr; align-items: center; margin-top: 14px; }
.sp-status-list i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #e9eff8; color: #7c8ca5; font-size: 8px; font-style: normal; font-weight: 900; }
.sp-status-list i.done { background: #e3f8f1; color: #109572; }
.sp-status-list i.active { background: #e5efff; color: var(--sp-blue); box-shadow: 0 0 0 5px rgba(23, 104, 242, .08); }
.sp-status-list b { padding-left: 7px; color: #52657f; font-size: 8px; }
.sp-status-list em { height: 1px; background: #dce5f2; }

.sp-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(169, 193, 228, .5);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(30, 71, 143, .17);
  backdrop-filter: blur(12px);
  animation: sp-float 4.5s ease-in-out infinite;
}

.sp-float-card > i { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #e2f8f1; color: #109570; font-style: normal; font-size: 13px; font-weight: 900; }
.sp-float-card b,
.sp-float-card small { display: block; }
.sp-float-card b { color: #294360; font-size: 10px; }
.sp-float-card small { margin-top: 4px; color: #8190a5; font-size: 8px; }
.sp-float-verify { left: -24px; bottom: 58px; }
.sp-float-message { right: -8px; top: 62px; animation-delay: -1.5s; }
.sp-float-message > i { position: relative; background: #e7efff; }
.sp-float-message > i::before,
.sp-float-message > i::after { content: ""; position: absolute; left: 8px; right: 8px; height: 2px; border-radius: 2px; background: var(--sp-blue); }
.sp-float-message > i::before { top: 10px; }
.sp-float-message > i::after { top: 17px; right: 12px; }

.sp-metric-wrap {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  border: 1px solid rgba(174, 197, 232, .56);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 55px rgba(28, 73, 151, .12);
  overflow: hidden;
}

.sp-metric { display: flex; align-items: center; gap: 15px; min-height: 108px; padding: 22px 26px; border-right: 1px solid #e4ebf6; }
.sp-metric:last-child { border-right: 0; }
.sp-metric svg { width: 42px; height: 42px; padding: 10px; border-radius: 13px; background: #eaf2ff; color: var(--sp-blue); }
.sp-metric strong,
.sp-metric small { display: block; }
.sp-metric strong { color: var(--sp-ink); font-size: 28px; line-height: 1; }
.sp-metric sup { margin-left: 3px; color: var(--sp-blue); font-size: 11px; }
.sp-metric small { margin-top: 8px; color: #8794a7; font-size: 10px; }

.sp-section { position: relative; padding: 112px 0; scroll-margin-top: 122px; }
.sp-section-head { max-width: 780px; margin-bottom: 48px; }
.sp-section-head.centered { margin-right: auto; margin-left: auto; text-align: center; }
.sp-section-head h2 { margin: 14px 0 16px; color: var(--sp-ink); font-size: clamp(35px, 4vw, 52px); line-height: 1.18; letter-spacing: -2.3px; }
.sp-section-head p { margin: 0; color: var(--sp-muted); font-size: 16px; line-height: 1.8; }
.sp-kicker::before { content: ""; width: 23px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--sp-blue), var(--sp-cyan)); }

.sp-benefit-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.sp-benefit-card { position: relative; min-height: 290px; padding: 28px; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 24px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.sp-benefit-card::after { content: ""; position: absolute; right: -90px; bottom: -100px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(30, 112, 241, .1), transparent 68%); transition: transform .35s ease; }
.sp-benefit-card:hover { z-index: 2; transform: translateY(-7px); border-color: #b7cdf0; box-shadow: var(--sp-shadow); }
.sp-benefit-card:hover::after { transform: scale(1.25); }
.sp-benefit-card.featured { grid-row: span 2; background: linear-gradient(150deg, #0a275b 0%, #104ba8 67%, #1679da 100%); border-color: transparent; color: #fff; }
.sp-benefit-card.featured::before { content: ""; position: absolute; top: -120px; right: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(59, 211, 239, .18); filter: blur(35px); }
.sp-card-icon { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, #e5efff, #e0f9fc); color: var(--sp-blue); }
.sp-card-icon svg { width: 23px; height: 23px; }
.sp-benefit-card.featured .sp-card-icon { background: rgba(255, 255, 255, .13); color: #8beaff; border: 1px solid rgba(255, 255, 255, .15); }
.sp-benefit-card > span { position: relative; z-index: 1; display: block; margin-top: 22px; color: var(--sp-blue); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.sp-benefit-card.featured > span { color: #80e7fb; }
.sp-benefit-card h3 { position: relative; z-index: 1; margin: 9px 0 11px; color: var(--sp-ink); font-size: 21px; }
.sp-benefit-card.featured h3 { color: #fff; font-size: 25px; }
.sp-benefit-card p { position: relative; z-index: 1; margin: 0; color: #71829b; font-size: 13px; line-height: 1.8; }
.sp-benefit-card.featured p { color: #c6d8f4; }
.sp-mini-profile { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: center; padding: 15px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 16px; background: rgba(255, 255, 255, .09); backdrop-filter: blur(10px); }
.sp-mini-profile > i { grid-row: 1 / span 2; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg, #22b7e6, #4476ff); color: #fff; font-size: 10px; font-style: normal; font-weight: 900; }
.sp-mini-profile b,
.sp-mini-profile small { display: block; }
.sp-mini-profile b { font-size: 11px; }
.sp-mini-profile small { margin-top: 4px; color: #a9c2e8; font-size: 8px; }
.sp-mini-profile em { grid-column: 1 / -1; color: #7fe5fa; font-size: 9px; font-style: normal; font-weight: 800; }
.sp-platform-note { margin: 22px 0 0; padding: 15px 18px; border: 1px solid #e2eaf5; border-radius: 14px; background: #f8faff; color: #7889a1; font-size: 11px; line-height: 1.7; }
.sp-platform-note strong { color: #4a5f7d; }

.sp-services { background: linear-gradient(180deg, #f5f9ff, #edf5ff); overflow: hidden; }
.sp-services::before { content: ""; position: absolute; top: -280px; left: calc(50% - 350px); width: 700px; height: 450px; border-radius: 50%; background: rgba(27, 133, 239, .08); filter: blur(70px); }
.sp-service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sp-service-card { position: relative; min-height: 286px; padding: 28px; overflow: hidden; border: 1px solid #dbe6f4; border-radius: 23px; background: rgba(255, 255, 255, .92); color: inherit; text-align: left; box-shadow: 0 12px 34px rgba(41, 79, 143, .06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.sp-service-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(145deg, rgba(23, 104, 242, .04), rgba(22, 189, 233, .08)); transition: opacity .25s ease; }
.sp-service-card:hover { transform: translateY(-7px); border-color: #9dbdf0; box-shadow: 0 24px 55px rgba(28, 80, 165, .13); }
.sp-service-card:hover::before { opacity: 1; }
.sp-service-index { position: absolute; top: 25px; right: 25px; color: #d6e1f2; font-size: 26px; font-weight: 900; letter-spacing: -1px; transition: color .25s ease; }
.sp-service-card:hover .sp-service-index { color: #bfd5f8; }
.sp-service-card h3 { position: relative; margin: 22px 0 10px; color: var(--sp-ink); font-size: 19px; }
.sp-service-card p { position: relative; margin: 0; color: #71829a; font-size: 13px; line-height: 1.75; }
.sp-service-link { position: absolute; bottom: 25px; left: 28px; display: flex; align-items: center; gap: 9px; color: var(--sp-blue); font-size: 11px; font-weight: 900; }
.sp-service-link b { display: inline-block; transition: transform .2s ease; }
.sp-service-card:hover .sp-service-link b { transform: translateX(5px); }

.sp-process-layout { display: grid; grid-template-columns: 300px 1fr; gap: 24px; }
.sp-process-tabs { display: grid; gap: 10px; }
.sp-process-tab { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 13px; width: 100%; min-height: 78px; padding: 14px 16px; border: 1px solid #dfe7f3; border-radius: 17px; background: #fff; color: #566982; text-align: left; transition: .24s ease; }
.sp-process-tab:hover { border-color: #aac3ef; transform: translateX(3px); }
.sp-process-tab.is-active { border-color: transparent; background: linear-gradient(135deg, #174bd6, #197fef); color: #fff; box-shadow: 0 17px 36px rgba(23, 88, 224, .22); transform: translateX(7px); }
.sp-process-tab > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #ebf2ff; color: var(--sp-blue); font-size: 11px; font-weight: 900; }
.sp-process-tab.is-active > span { background: rgba(255, 255, 255, .15); color: #fff; }
.sp-process-tab b,
.sp-process-tab small { display: block; }
.sp-process-tab b { font-size: 13px; }
.sp-process-tab small { margin-top: 5px; opacity: .65; font-size: 9px; }

.sp-process-stage { min-height: 440px; padding: 10px; border: 1px solid #dfe7f3; border-radius: 26px; background: #f6f9fe; }
.sp-process-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; min-height: 418px; padding: 42px; border: 1px solid #e6ecf5; border-radius: 20px; background: #fff; animation: sp-panel-in .35s cubic-bezier(.22, 1, .36, 1) both; }
.sp-process-panel > div { align-self: center; }
.sp-process-panel > div > span { color: var(--sp-blue); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }
.sp-process-panel h3 { margin: 12px 0 13px; color: var(--sp-ink); font-size: 30px; }
.sp-process-panel p { margin: 0; color: var(--sp-muted); font-size: 14px; line-height: 1.8; }
.sp-process-panel ul { display: grid; gap: 9px; margin: 20px 0 24px; padding: 0; list-style: none; }
.sp-process-panel li { position: relative; padding-left: 21px; color: #4d607b; font-size: 12px; }
.sp-process-panel li::before { content: "✓"; position: absolute; left: 0; color: #12a47b; font-weight: 900; }
.sp-process-panel aside { position: relative; align-self: center; min-height: 280px; padding: 23px; border: 1px solid #dce6f4; border-radius: 20px; background: linear-gradient(145deg, #edf4ff, #f8fbff); overflow: hidden; }
.sp-stage-label { display: block; margin-bottom: 20px; color: #6980a0; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.sp-form-preview { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 10px; margin-top: 10px; padding: 14px; border: 1px solid #e0e8f3; border-radius: 12px; background: #fff; }
.sp-form-preview i { width: 8px; height: 8px; border-radius: 50%; background: #b8c6da; }
.sp-form-preview:first-of-type i { background: #16b788; box-shadow: 0 0 0 4px rgba(22, 183, 136, .1); }
.sp-form-preview b { color: #405575; font-size: 10px; }
.sp-form-preview em { color: #8b9aaf; font-size: 8px; font-style: normal; }
.sp-review-preview { display: flex; flex-direction: column; justify-content: center; }
.sp-review-preview strong { color: #24487b; font-size: 21px; }
.sp-review-track { height: 8px; margin: 22px 0 13px; border-radius: 10px; background: #dfe8f5; overflow: hidden; }
.sp-review-track i { display: block; width: 64%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--sp-blue), var(--sp-cyan)); }
.sp-review-preview small { color: #7d8ea8; font-size: 9px; line-height: 1.6; }
.sp-page-cover { height: 74px; margin: -23px -23px 36px; background: linear-gradient(135deg, #0d3375, #197ad8); }
.sp-page-preview > i { width: 54px; height: 54px; display: grid; place-items: center; margin-top: -64px; border: 4px solid #fff; border-radius: 16px; background: linear-gradient(135deg, #1b59e4, #1abbdf); color: #fff; font-style: normal; font-size: 12px; font-weight: 900; }
.sp-page-preview strong,
.sp-page-preview small { display: block; }
.sp-page-preview strong { margin-top: 18px; color: #28466f; font-size: 15px; }
.sp-page-preview small { margin-top: 7px; color: #8292aa; font-size: 9px; }
.sp-live-preview { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.sp-live-preview > i { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #e1f8f0; color: #10a177; box-shadow: 0 0 0 12px rgba(16, 161, 119, .07); font-style: normal; font-size: 25px; }
.sp-live-preview strong { margin-top: 24px; color: #294c78; font-size: 17px; }
.sp-live-preview small { margin-top: 8px; color: #8091aa; font-size: 9px; }

.sp-requirements-section { background: #f5f8fd; }
.sp-requirement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sp-material-card { padding: 34px; border-radius: 25px; background: linear-gradient(145deg, #09285e, #104da4); color: #fff; box-shadow: 0 26px 66px rgba(19, 66, 143, .2); }
.sp-material-head { display: flex; align-items: center; justify-content: space-between; color: #8be8fb; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.sp-material-head em { padding: 6px 9px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; background: rgba(255, 255, 255, .08); color: #c9dcf7; font-style: normal; letter-spacing: 0; }
.sp-material-card h3 { margin: 16px 0 24px; font-size: 28px; }
.sp-material-card ul { display: grid; gap: 12px; margin: 0 0 26px; padding: 0; list-style: none; }
.sp-material-card li { display: flex; gap: 12px; padding: 13px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; background: rgba(255, 255, 255, .07); }
.sp-material-card li > i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: rgba(93, 231, 217, .14); color: #77edda; font-style: normal; font-size: 11px; font-weight: 900; }
.sp-material-card li b,
.sp-material-card li small { display: block; }
.sp-material-card li b { font-size: 12px; }
.sp-material-card li small { margin-top: 5px; color: #adc2e1; font-size: 9px; line-height: 1.55; }
.sp-material-card .btn { width: 100%; border: 1px solid rgba(255, 255, 255, .15); background: #fff; color: #1748b9; box-shadow: none; }

.sp-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sp-rules article { min-height: 198px; padding: 25px; border: 1px solid #dfe7f2; border-radius: 21px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.sp-rules article:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(38, 74, 139, .1); }
.sp-rules article > span { color: #c3d1e5; font-size: 24px; font-weight: 900; }
.sp-rules h3 { margin: 28px 0 8px; color: var(--sp-ink); font-size: 16px; }
.sp-rules p { margin: 0; color: #76869d; font-size: 11px; line-height: 1.7; }

.sp-faq-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 100px; padding-top: 78px; border-top: 1px solid #dce5f1; }
.sp-faq-wrap > div:first-child h2 { margin: 14px 0 12px; color: var(--sp-ink); font-size: 37px; }
.sp-faq-wrap > div:first-child p { color: #75869e; font-size: 13px; line-height: 1.75; }
.sp-faq details { border-bottom: 1px solid #dce5f1; }
.sp-faq summary { position: relative; padding: 20px 45px 20px 0; color: #263d5e; font-size: 14px; font-weight: 900; cursor: pointer; list-style: none; }
.sp-faq summary::-webkit-details-marker { display: none; }
.sp-faq summary i { position: absolute; top: 50%; right: 4px; width: 24px; height: 24px; border-radius: 8px; background: #eaf1fc; transform: translateY(-50%); }
.sp-faq summary i::before,
.sp-faq summary i::after { content: ""; position: absolute; top: 11px; left: 7px; width: 10px; height: 2px; border-radius: 2px; background: var(--sp-blue); transition: transform .2s ease; }
.sp-faq summary i::after { transform: rotate(90deg); }
.sp-faq details[open] summary i::after { transform: rotate(0); }
.sp-faq details p { margin: -4px 45px 20px 0; color: #71829a; font-size: 12px; line-height: 1.8; }

.sp-final-cta { padding: 72px 0; overflow: hidden; background: linear-gradient(125deg, #081f49, #0b3c87 60%, #126cb8); }
.sp-final-cta .container { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.sp-final-cta .container::after { content: ""; position: absolute; right: 120px; width: 330px; height: 330px; border-radius: 50%; background: rgba(44, 204, 235, .18); filter: blur(70px); pointer-events: none; }
.sp-cta-copy { position: relative; z-index: 1; }
.sp-cta-copy > span { color: #83e7f7; font-size: 10px; font-weight: 900; letter-spacing: 1.8px; }
.sp-cta-copy h2 { margin: 12px 0 9px; color: #fff; font-size: clamp(30px, 3.5vw, 45px); letter-spacing: -1.5px; }
.sp-cta-copy p { margin: 0; color: #b6cbe8; font-size: 14px; }
.sp-cta-button { position: relative; z-index: 1; min-width: 190px; height: 54px; border: 0; border-radius: 14px; background: #fff; color: #1648ad; box-shadow: 0 16px 38px rgba(0, 0, 0, .17); }
.sp-cta-button span { transition: transform .2s ease; }
.sp-cta-button:hover { transform: translateY(-3px); }
.sp-cta-button:hover span { transform: translateX(4px); }

.sp-site-footer { padding: 54px 0 24px; background: #07172f; color: #8fa2c0; }
.sp-site-footer-inner { display: grid; grid-template-columns: 1.15fr 1.2fr 1fr auto; gap: 36px; align-items: center; }
.sp-site-footer .brand-name { color: #fff; }
.sp-site-footer .brand-name small { color: #788eaf; }
.sp-site-footer-inner > p { max-width: 360px; margin: 0; font-size: 12px; line-height: 1.75; }
.sp-site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
.sp-site-footer nav a { font-size: 11px; transition: color .2s ease; }
.sp-site-footer nav a:hover { color: #fff; }
.sp-site-footer .btn { color: #1748b9; background: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.sp-site-footer .btn:hover { transform: translateY(-2px); }
.sp-site-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 10px; }

.sp-float-actions { position: fixed; right: 20px; bottom: 24px; z-index: 80; display: grid; gap: 9px; }
.sp-float-actions button,
.sp-float-actions a { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #d7e1f1; border-radius: 16px; background: #fff; color: var(--sp-blue); box-shadow: 0 14px 36px rgba(31, 65, 128, .18); font-size: 10px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.sp-float-actions a { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1d4eea, #2b78ff); }
.sp-float-actions button:hover,
.sp-float-actions a:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(31, 65, 128, .24); }

/* Application wizard */
.sp-application-dialog {
  position: fixed;
  inset: 0;
  width: min(920px, calc(100vw - 36px));
  max-width: none;
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #fff;
  color: var(--sp-ink);
  box-shadow: 0 38px 110px rgba(3, 18, 48, .38);
  overflow: hidden;
}

.sp-application-dialog::backdrop { background: rgba(3, 15, 39, .68); backdrop-filter: blur(8px); animation: sp-backdrop-in .22s ease-out both; }
.sp-application-dialog[open] { animation: sp-dialog-in .28s cubic-bezier(.22, 1, .36, 1) both; }
.sp-application-dialog.is-closing { animation: sp-dialog-out .18s ease-in both; }
.sp-application-dialog.is-closing::backdrop { animation: sp-backdrop-out .18s ease-in both; }
.sp-dialog-shell { display: flex; flex-direction: column; max-height: calc(100vh - 32px); min-height: 650px; background: #fff; }

.sp-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 25px 30px 21px; border-bottom: 1px solid #e5ecf6; }
.sp-dialog-header > div > span { color: var(--sp-blue); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.sp-dialog-header h2 { margin: 7px 0 5px; color: var(--sp-ink); font-size: 26px; line-height: 1.25; letter-spacing: -.7px; }
.sp-dialog-header p { margin: 0; color: #7a8aa1; font-size: 11px; }
.sp-dialog-header p b,
.sp-form-heading + fieldset legend b,
.sp-form-grid label b,
.sp-service-options legend b,
.sp-agreement b { color: #df4a4a; }
.sp-agreement a { color: #1768f2; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.sp-dialog-close { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid #dce5f2; border-radius: 12px; background: #f6f9fd; color: #5f7089; font-size: 22px; line-height: 1; transition: .2s ease; }
.sp-dialog-close:hover { color: var(--sp-ink); border-color: #b9cae2; background: #edf3fb; transform: rotate(4deg); }

.sp-dialog-progress { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 30px; border-bottom: 1px solid #e5ecf6; background: #f8faff; }
.sp-dialog-progress > div { position: relative; display: flex; align-items: center; gap: 10px; padding: 14px 0; color: #8b99ad; }
.sp-dialog-progress > div:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: 20px; width: calc(100% - 145px); height: 1px; background: #dfe7f3; }
.sp-dialog-progress i { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #e8eef7; font-style: normal; font-size: 10px; font-weight: 900; }
.sp-dialog-progress b,
.sp-dialog-progress small { display: block; }
.sp-dialog-progress b { font-size: 11px; }
.sp-dialog-progress small { margin-top: 2px; font-size: 8px; font-weight: 500; }
.sp-dialog-progress > div.is-active { color: var(--sp-blue); }
.sp-dialog-progress > div.is-active i { color: #fff; background: linear-gradient(135deg, var(--sp-blue-deep), var(--sp-cyan)); box-shadow: 0 8px 18px rgba(23, 104, 242, .2); }
.sp-dialog-progress > div.is-complete { color: #159470; }
.sp-dialog-progress > div.is-complete i { color: #fff; background: #19ad84; }

.sp-application-form { display: flex; flex: 1; min-height: 0; flex-direction: column; }
.sp-dialog-body { flex: 1; min-height: 0; padding: 26px 30px 8px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #bdcce0 transparent; }
.sp-form-step { animation: sp-panel-in .3s cubic-bezier(.22, 1, .36, 1) both; }
.sp-form-heading { margin-bottom: 21px; }
.sp-form-heading > span { color: var(--sp-blue); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.sp-form-heading h3 { margin: 6px 0 4px; color: var(--sp-ink); font-size: 21px; }
.sp-form-heading p { margin: 0; color: #8291a6; font-size: 10px; line-height: 1.6; }
.sp-subject-options,
.sp-service-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 22px; padding: 0; border: 0; }
.sp-subject-options legend,
.sp-service-options legend { grid-column: 1 / -1; margin-bottom: 2px; color: #40536f; font-size: 11px; font-weight: 900; }
.sp-subject-options input,
.sp-service-options input,
.sp-upload-card input { position: absolute; opacity: 0; pointer-events: none; }
.sp-subject-options label > span { display: grid; grid-template-columns: 38px 1fr; align-items: center; column-gap: 10px; min-height: 74px; padding: 12px; border: 1px solid #dce5f1; border-radius: 14px; background: #fff; cursor: pointer; transition: .2s ease; }
.sp-subject-options svg { grid-row: 1 / span 2; width: 38px; height: 38px; padding: 9px; border-radius: 11px; background: #ecf3ff; color: var(--sp-blue); }
.sp-subject-options b,
.sp-subject-options small { display: block; }
.sp-subject-options b { color: #314761; font-size: 11px; }
.sp-subject-options small { margin-top: 3px; color: #91a0b4; font-size: 8px; }
.sp-subject-options input:checked + span { border-color: #79a2ed; background: #f1f6ff; box-shadow: inset 0 0 0 1px #79a2ed; }

.sp-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.sp-form-grid .field.full { grid-column: 1 / -1; }
.sp-form-grid .field label { margin-bottom: 7px; color: #40536f; font-size: 11px; font-weight: 900; }
.sp-form-grid .field input,
.sp-form-grid .field select,
.sp-form-grid .field textarea { min-height: 47px; border: 1px solid #d8e2ef; border-radius: 11px; background: #fff; color: #263b58; font-size: 14px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.sp-form-grid .field textarea { min-height: 105px; resize: vertical; }
.sp-form-grid .field input:hover,
.sp-form-grid .field select:hover,
.sp-form-grid .field textarea:hover { border-color: #b6c9e4; }
.sp-form-grid .field input:focus,
.sp-form-grid .field select:focus,
.sp-form-grid .field textarea:focus { border-color: #6797ed; background: #fbfdff; box-shadow: 0 0 0 4px rgba(23, 104, 242, .09); }
.sp-form-grid .field.has-error input,
.sp-form-grid .field.has-error select,
.sp-form-grid .field.has-error textarea,
.sp-form-grid .field input[aria-invalid="true"],
.sp-form-grid .field select[aria-invalid="true"],
.sp-form-grid .field textarea[aria-invalid="true"] { border-color: #df4a4a; background: #fffafa; box-shadow: 0 0 0 4px rgba(223, 74, 74, .08); }
.sp-form-grid .field > small { display: flex; justify-content: flex-end; margin-top: 5px; color: #92a0b2; font-size: 8px; }

.sp-service-options { grid-template-columns: repeat(3, 1fr); }
.sp-service-options legend small { margin-left: 6px; color: #8e9db0; font-weight: 500; }
.sp-service-options label > span { min-height: 43px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid #dbe4f1; border-radius: 11px; background: #fff; color: #566a85; text-align: center; cursor: pointer; font-size: 10px; font-weight: 800; transition: .18s ease; }
.sp-service-options input:checked + span { border-color: #6f9bf0; background: #eaf2ff; color: var(--sp-blue); box-shadow: inset 0 0 0 1px #6f9bf0; }
.sp-field-error { grid-column: 1 / -1; min-height: 0; margin: 0; color: #d94242; font-size: 9px; }
.sp-form-grid .field > small.sp-field-error { display: block; min-height: 14px; justify-content: normal; color: #d94242; font-size: 9px; line-height: 1.45; text-align: left; }

.sp-upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sp-upload-card { min-height: 143px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 18px; border: 1px dashed #b8c9df; border-radius: 15px; background: #f8faff; text-align: center; cursor: pointer; transition: .2s ease; }
.sp-upload-card:hover { border-color: #719be7; background: #f1f6ff; }
.sp-upload-card.has-error { border-color: #df4a4a; background: #fffafa; box-shadow: 0 0 0 4px rgba(223, 74, 74, .06); }
.sp-upload-card svg { width: 29px; height: 29px; margin-bottom: 9px; color: var(--sp-blue); }
.sp-upload-card b { color: #3f5572; font-size: 11px; }
.sp-upload-card small { margin-top: 4px; color: #8c9bb0; font-size: 8px; }
.sp-upload-card em { max-width: 90%; margin-top: 9px; overflow: hidden; color: var(--sp-blue); font-size: 8px; font-style: normal; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.sp-upload-card .sp-field-error { min-height: 14px; margin-top: 7px; color: #d94242; line-height: 1.45; }

.sp-application-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 17px; overflow: hidden; border: 1px solid #dfe7f2; border-radius: 14px; background: #dfe7f2; }
.sp-application-summary > div { padding: 12px 14px; background: #fff; }
.sp-application-summary small,
.sp-application-summary b { display: block; }
.sp-application-summary small { color: #8c99ac; font-size: 8px; }
.sp-application-summary b { margin-top: 4px; color: #354c69; font-size: 10px; }
.sp-application-summary .full { grid-column: 1 / -1; }

.sp-agreement { display: flex; align-items: flex-start; gap: 10px; margin-top: 15px; color: #5f7089; font-size: 10px; line-height: 1.6; cursor: pointer; }
.sp-agreement input { width: 17px; height: 17px; flex: 0 0 auto; margin: 0; accent-color: var(--sp-blue); }
.sp-agreement.has-error { color: #bf3333; }
.sp-agreement-error { display: block; min-height: 14px; margin-top: 6px; line-height: 1.45; }

.sp-dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 30px; border-top: 1px solid #e1e9f4; background: #fff; }
.sp-dialog-footer > p { display: flex; align-items: center; gap: 7px; margin: 0; color: #8b98aa; font-size: 9px; }
.sp-dialog-footer > p i { width: 7px; height: 7px; border-radius: 50%; background: #19ad84; }
.sp-dialog-policy-links { display: inline-flex; align-items: center; gap: 3px; margin-left: 7px; padding-left: 12px; border-left: 1px solid #dce5f1; white-space: nowrap; }
.sp-dialog-policy-links a { color: #1768f2; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.sp-dialog-policy-links a:focus-visible { border-radius: 3px; outline: 2px solid #1768f2; outline-offset: 2px; }
.sp-dialog-footer > div { display: flex; gap: 9px; }
.sp-dialog-footer .btn { min-width: 112px; }

.sp-application-success { flex: 1; min-height: 520px; padding: 70px 40px; text-align: center; }
.sp-success-mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: #e1f8f0; color: #10a177; box-shadow: 0 0 0 14px rgba(16, 161, 119, .07); }
.sp-success-mark svg { width: 34px; height: 34px; stroke-width: 2.4; }
.sp-application-success > span { color: var(--sp-blue); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.sp-application-success h3 { margin: 10px 0 10px; color: var(--sp-ink); font-size: 28px; }
.sp-application-success p { max-width: 520px; margin: 0 auto 24px; color: #74859d; font-size: 12px; line-height: 1.75; }
.sp-application-success > div:last-child { display: flex; justify-content: center; gap: 10px; }

.sp-application-dialog button:focus-visible,
.sp-application-dialog input:focus-visible,
.sp-application-dialog select:focus-visible,
.sp-application-dialog textarea:focus-visible,
.sp-service-card:focus-visible,
.sp-process-tab:focus-visible { outline: 3px solid rgba(23, 104, 242, .26); outline-offset: 3px; }

/* Refined application layout */
.sp-application-dialog {
  width: min(1040px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  border-radius: 22px;
}

.sp-dialog-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  height: min(700px, calc(100dvh - 40px));
  min-height: 620px;
  max-height: none;
}

.sp-dialog-sidebar {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 34px 28px 26px;
  color: #fff;
  background: radial-gradient(circle at 20% 5%, rgba(51, 140, 255, .65), transparent 35%), linear-gradient(155deg, #133bc1 0%, #0b236c 72%, #071a4c 100%);
}

.sp-dialog-intro > span { color: #91c9ff; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.sp-dialog-intro h2 { margin: 12px 0 9px; color: #fff; font-size: 25px; line-height: 1.25; letter-spacing: -.6px; }
.sp-dialog-intro p { margin: 0; color: rgba(224, 238, 255, .72); font-size: 11px; line-height: 1.7; }

.sp-dialog-main { position: relative; display: flex; min-width: 0; min-height: 0; flex-direction: column; background: #fff; }
.sp-dialog-close { position: absolute; top: 18px; right: 20px; z-index: 3; width: 40px; height: 40px; display: grid; place-items: center; padding: 0 0 2px; }

.sp-dialog-progress { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 42px; padding: 0; border: 0; background: transparent; }
.sp-dialog-progress > div { min-height: 66px; gap: 13px; padding: 0; color: rgba(222, 235, 255, .54); }
.sp-dialog-progress > div:not(:last-child)::after { top: 47px; right: auto; bottom: -5px; left: 17px; width: 1px; height: auto; background: rgba(210, 231, 255, .2); }
.sp-dialog-progress i { width: 35px; height: 35px; border: 1px solid rgba(220, 237, 255, .2); border-radius: 11px; background: rgba(255, 255, 255, .08); color: inherit; font-size: 11px; }
.sp-dialog-progress b { color: inherit; font-size: 12px; }
.sp-dialog-progress small { margin-top: 4px; color: inherit; font-size: 9px; }
.sp-dialog-progress > div.is-active { color: #fff; }
.sp-dialog-progress > div.is-active i { border-color: transparent; color: #1242bd; background: #fff; box-shadow: 0 9px 24px rgba(1, 11, 47, .24); }
.sp-dialog-progress > div.is-complete { color: #a7f2dc; }
.sp-dialog-progress > div.is-complete i { border-color: transparent; color: #fff; background: #19ad84; }

.sp-dialog-privacy { display: flex; align-items: flex-start; gap: 10px; margin-top: auto; padding: 15px; border: 1px solid rgba(206, 230, 255, .13); border-radius: 13px; background: rgba(255, 255, 255, .07); }
.sp-dialog-privacy > i { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 4px; border-radius: 50%; background: #47d7ad; box-shadow: 0 0 0 4px rgba(71, 215, 173, .12); }
.sp-dialog-privacy b,
.sp-dialog-privacy small { display: block; }
.sp-dialog-privacy b { margin-bottom: 4px; color: #fff; font-size: 10px; }
.sp-dialog-privacy small { color: rgba(220, 236, 255, .64); font-size: 8px; line-height: 1.65; }

.sp-dialog-body { padding: 42px 38px 26px; }
.sp-form-heading { margin: 0 52px 28px 0; }
.sp-form-heading > span { display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; border-radius: 7px; background: #edf4ff; letter-spacing: 1px; }
.sp-form-heading h3 { margin: 11px 0 6px; font-size: 25px; line-height: 1.28; letter-spacing: -.5px; }
.sp-form-heading p { max-width: 600px; font-size: 11px; line-height: 1.65; }
.sp-subject-options,
.sp-service-options { gap: 11px; margin-bottom: 26px; }
.sp-subject-options legend,
.sp-service-options legend { margin-bottom: 3px; font-size: 12px; }
.sp-subject-options label > span { grid-template-columns: 40px 1fr; column-gap: 11px; min-height: 82px; padding: 13px; }
.sp-subject-options svg { width: 40px; height: 40px; }
.sp-subject-options b { font-size: 12px; }
.sp-subject-options small { color: #8999af; font-size: 9px; line-height: 1.4; }
.sp-subject-options input:checked + span { box-shadow: inset 0 0 0 1px #79a2ed, 0 8px 20px rgba(23, 104, 242, .06); }

.sp-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
.sp-form-grid .field { min-width: 0; }
.sp-form-grid .field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.sp-form-grid .field input,
.sp-form-grid .field select,
.sp-form-grid .field textarea { width: 100%; min-height: 50px; padding-right: 14px; padding-left: 14px; outline: 0; font-size: 13px; }
.sp-form-grid .field select { padding-right: 36px; }
.sp-form-grid .field textarea { min-height: 112px; padding-top: 13px; padding-bottom: 13px; line-height: 1.65; }
.sp-form-grid .field > small { margin-top: 6px; color: #8998ac; font-size: 9px; line-height: 1.5; }
.sp-service-options label > span { min-height: 48px; padding: 9px 10px; font-size: 11px; }
.sp-upload-card { min-height: 156px; padding: 20px; }

.sp-dialog-footer { flex: 0 0 auto; padding: 16px 38px; background: rgba(255, 255, 255, .97); box-shadow: 0 -8px 26px rgba(24, 60, 112, .04); }
.sp-dialog-footer > p { gap: 8px; color: #8291a5; }
.sp-dialog-footer .btn { min-width: 116px; height: 44px; }
.sp-application-success { min-height: 0; padding: 130px 46px 70px; }

@keyframes sp-progress-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes sp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes sp-panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes sp-dialog-in { from { opacity: 0; transform: translateY(20px) scale(.975); } to { opacity: 1; transform: none; } }
@keyframes sp-dialog-out { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateY(10px) scale(.985); } }
@keyframes sp-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes sp-backdrop-out { from { opacity: 1; } to { opacity: 0; } }

@media (max-width: 1180px) {
  .provider-page .container { width: min(calc(100% - 40px), 1100px); }
  .sp-main-nav { gap: 20px; }
  .sp-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 35px; }
  .sp-hero h1 { font-size: 55px; }
  .sp-float-verify { left: -8px; }
  .sp-float-message { right: -4px; }
}

@media (max-width: 1024px) {
  .sp-main-nav { gap: 16px; }
  .sp-main-nav a { font-size: 12px; }
  .sp-hero { padding-top: 125px; }
  .sp-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .sp-hero-copy { max-width: 720px; text-align: center; margin: 0 auto; }
  .sp-hero-copy > p { margin-right: auto; margin-left: auto; }
  .sp-hero-actions,
  .sp-trust-list { justify-content: center; }
  .sp-hero-visual { min-height: 520px; }
  .sp-metric-wrap { grid-template-columns: repeat(2, 1fr); }
  .sp-metric:nth-child(2) { border-right: 0; }
  .sp-metric:nth-child(-n+2) { border-bottom: 1px solid #e4ebf6; }
  .sp-benefit-grid { grid-template-columns: 1fr 1fr; }
  .sp-benefit-card.featured { grid-row: span 1; min-height: 330px; }
  .sp-service-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-process-layout { grid-template-columns: 1fr; }
  .sp-process-tabs { grid-template-columns: repeat(4, 1fr); }
  .sp-process-tab { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .sp-process-tab:hover,
  .sp-process-tab.is-active { transform: translateY(-4px); }
  .sp-requirement-grid { grid-template-columns: .95fr 1.05fr; }
  .sp-faq-wrap { gap: 40px; }
}

@media (max-width: 768px) {
  .provider-page .container { width: min(calc(100% - 32px), 680px); }
  .sp-site-header,
  .sp-site-header-inner { height: 64px; }
  .sp-site-header-inner { gap: 15px; }
  .sp-main-nav { display: none; }
  .sp-site-header .brand { min-width: 0; margin-right: auto; }
  .sp-site-header .brand-logo { width: 36px; height: 36px; }
  .sp-site-header .brand-name { font-size: 14px; }
  .sp-header-apply { min-width: 92px; height: 42px; padding: 0 14px; font-size: 12px; }
  .sp-header-login { min-width: 78px; height: 42px; padding: 0 10px; font-size: 11px; }
  .sp-scroll-progress { height: 2px; }
  .sp-hero { min-height: 0; padding: 106px 0 0; }
  .sp-hero h1 { font-size: clamp(40px, 12vw, 54px); letter-spacing: -2.5px; }
  .sp-hero-copy > p { font-size: 14px; }
  .sp-trust-list { gap: 13px; flex-wrap: wrap; }
  .sp-hero-visual { min-height: 440px; }
  .sp-dashboard { padding: 14px; border-radius: 21px; transform: none; }
  .sp-float-card { display: none; }
  .sp-profile-card { padding: 13px; }
  .sp-profile-card em { display: none; }
  .sp-status-list { grid-template-columns: 22px 1fr 15px 22px 1fr 15px 22px 1fr; }
  .sp-metric-wrap { margin-top: 15px; }
  .sp-metric { min-height: 94px; padding: 16px; }
  .sp-metric svg { width: 37px; height: 37px; }
  .sp-metric strong { font-size: 23px; }
  .sp-section { padding: 82px 0; scroll-margin-top: 70px; }
  .sp-section-head { margin-bottom: 34px; }
  .sp-section-head h2 { font-size: 37px; letter-spacing: -1.6px; }
  .sp-section-head p { font-size: 14px; }
  .sp-benefit-grid,
  .sp-service-grid,
  .sp-requirement-grid,
  .sp-faq-wrap { grid-template-columns: 1fr; }
  .sp-benefit-card,
  .sp-benefit-card.featured { min-height: 280px; }
  .sp-service-card { min-height: 260px; }
  .sp-process-tabs { display: flex; overflow-x: auto; padding: 5px 2px 15px; scrollbar-width: none; }
  .sp-process-tabs::-webkit-scrollbar { display: none; }
  .sp-process-tab { min-width: 160px; min-height: 68px; grid-template-columns: 36px 1fr; justify-items: start; text-align: left; }
  .sp-process-tab > span { width: 35px; height: 35px; }
  .sp-process-tab:hover,
  .sp-process-tab.is-active { transform: translateY(-2px); }
  .sp-process-panel { grid-template-columns: 1fr; padding: 26px; }
  .sp-process-panel aside { min-height: 230px; }
  .sp-rules { grid-template-columns: 1fr 1fr; }
  .sp-rules article { min-height: 170px; }
  .sp-faq-wrap { gap: 20px; margin-top: 70px; padding-top: 60px; }
  .sp-final-cta .container { align-items: flex-start; flex-direction: column; }
  .sp-cta-button { width: 100%; }
  .sp-site-footer-inner { grid-template-columns: 1fr 1fr; }
  .sp-site-footer .brand,
  .sp-site-footer-inner > p { grid-column: 1 / -1; }
  .sp-site-footer-bottom { align-items: flex-start; flex-direction: column; }
  .sp-application-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); border-radius: 17px; }
  .sp-dialog-shell { display: flex; height: calc(100dvh - 16px); max-height: none; min-height: 0; flex-direction: column; }
  .sp-dialog-main { position: static; flex: 1; min-height: 0; }
  .sp-dialog-sidebar { flex: 0 0 auto; padding: 18px 60px 14px 20px; background: linear-gradient(135deg, #143ec8, #0a236d); }
  .sp-dialog-intro > span,
  .sp-dialog-intro h2,
  .sp-dialog-intro p,
  .sp-dialog-privacy { display: none; }
  .sp-dialog-progress { grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; }
  .sp-dialog-progress > div { min-height: 38px; justify-content: flex-start; gap: 8px; color: rgba(229, 240, 255, .56); }
  .sp-dialog-progress > div:not(:last-child)::after { top: 18px; right: -3px; bottom: auto; left: auto; width: 10px; height: 1px; display: block; background: rgba(222, 238, 255, .25); }
  .sp-dialog-progress i { width: 30px; height: 30px; border-radius: 9px; }
  .sp-dialog-progress small { display: none; }
  .sp-dialog-progress b { font-size: 10px; white-space: nowrap; }
  .sp-dialog-close { top: 12px; right: 13px; width: 36px; height: 36px; border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .12); color: #fff; }
  .sp-dialog-close:hover { color: #fff; border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .2); }
  .sp-dialog-body { padding: 25px 20px 16px; }
  .sp-form-heading { margin: 0 0 22px; }
  .sp-form-heading h3 { font-size: 22px; }
  .sp-subject-options,
  .sp-service-options { grid-template-columns: 1fr 1fr; }
  .sp-form-grid { grid-template-columns: 1fr; }
  .sp-form-grid .field.full { grid-column: auto; }
  .sp-upload-grid { grid-template-columns: 1fr; }
  .sp-upload-card { min-height: 118px; }
  .sp-dialog-footer { align-items: stretch; flex-direction: column; padding: 13px 20px; }
  .sp-dialog-footer > div { width: 100%; }
  .sp-dialog-footer .btn { flex: 1; min-width: 0; }
  .sp-application-success { min-height: 0; padding: 80px 24px 45px; }
}

@media (max-width: 520px) {
  .provider-page .container { width: calc(100% - 28px); }
  .sp-eyebrow { font-size: 10px; }
  .sp-site-header .brand-name small { display: none; }
  .sp-site-header .brand { gap: 8px; }
  .sp-site-header .brand-logo { width: 34px; height: 34px; }
  .sp-header-apply { min-width: auto; padding: 0 13px; }
  .sp-header-login { min-width: auto; padding: 0 9px; }
  .sp-hero h1 { font-size: 40px; }
  .sp-hero-actions { display: grid; }
  .sp-btn-main,
  .sp-btn-secondary { width: 100%; }
  .sp-hero-visual { min-height: 410px; }
  .sp-dashboard-top > b { display: none; }
  .sp-profile-logo { width: 42px; height: 42px; }
  .sp-profile-card span { display: none; }
  .sp-work-card { padding: 13px; }
  .sp-status-list { grid-template-columns: 22px 1fr 9px 22px 1fr 9px 22px 1fr; }
  .sp-status-list b { padding-left: 4px; font-size: 7px; }
  .sp-metric-wrap { border-radius: 18px; }
  .sp-metric { gap: 10px; padding: 13px 10px; }
  .sp-metric svg { width: 34px; height: 34px; padding: 8px; }
  .sp-metric strong { font-size: 20px; }
  .sp-section-head h2 { font-size: 33px; }
  .sp-benefit-card,
  .sp-service-card,
  .sp-material-card { padding: 23px; }
  .sp-mini-profile { right: 23px; bottom: 23px; left: 23px; }
  .sp-rules { grid-template-columns: 1fr; }
  .sp-rules article { min-height: 150px; }
  .sp-rules h3 { margin-top: 18px; }
  .sp-process-panel { padding: 21px; }
  .sp-process-panel h3 { font-size: 25px; }
  .sp-subject-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .sp-subject-options label > span { display: flex; min-height: 76px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 9px 5px; text-align: center; }
  .sp-subject-options svg { width: 30px; height: 30px; padding: 7px; }
  .sp-subject-options small { display: none; }
  .sp-service-options { grid-template-columns: 1fr; }
  .sp-dialog-sidebar { padding: 14px 54px 12px 14px; }
  .sp-dialog-progress { gap: 5px; }
  .sp-dialog-progress > div { gap: 5px; }
  .sp-dialog-progress > div:not(:last-child)::after { display: none; }
  .sp-dialog-progress i { width: 28px; height: 28px; }
  .sp-dialog-progress b { font-size: 9px; }
  .sp-dialog-body { padding: 22px 16px 14px; }
  .sp-dialog-footer { padding: 12px 16px; }
  .sp-application-summary { grid-template-columns: 1fr; }
  .sp-application-summary .full { grid-column: auto; }
  .sp-dialog-footer > p { display: none; }
  .sp-application-success > div:last-child { flex-direction: column; }
  .sp-application-success .btn { width: 100%; }
  .sp-site-footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .sp-site-footer .brand,
  .sp-site-footer-inner > p { grid-column: auto; }
  .sp-site-footer nav { grid-template-columns: 1fr 1fr; }
  .sp-site-footer .btn { width: 100%; }
  .sp-float-actions { right: 12px; bottom: 14px; }
  .sp-float-actions button,
  .sp-float-actions a { width: 46px; height: 46px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .provider-page *,
  .provider-page *::before,
  .provider-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .provider-page.reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Horizontal form pages */
.sp-dialog-body {
  display: flex;
  padding: 0;
  overflow: hidden;
  scrollbar-width: none;
}

.sp-form-pages {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 0 0 100%;
  min-width: 0;
  transform: translate3d(0, 0, 0);
  transition: transform .36s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
  touch-action: pan-y;
}

.sp-form-step {
  width: 100%;
  height: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  padding: 30px 38px 18px;
  overflow-x: hidden;
  overflow-y: auto;
  animation: none;
  scrollbar-width: thin;
  scrollbar-color: #bdcce0 transparent;
}

.sp-form-step[aria-hidden="true"] { pointer-events: none; }
.sp-form-step.is-active { animation: sp-page-content-in .38s .08s cubic-bezier(.22, 1, .36, 1) both; }
.sp-form-step .sp-form-heading { margin-bottom: 19px; }
.sp-form-step .sp-form-heading h3 { margin-top: 9px; font-size: 23px; }
.sp-form-step .sp-form-heading h3:focus { outline: 0; }
.sp-form-step .sp-subject-options,
.sp-form-step .sp-service-options { margin-bottom: 18px; }
.sp-form-step .sp-form-grid { gap: 13px 16px; }
.sp-form-step .sp-form-grid .field input,
.sp-form-step .sp-form-grid .field select { min-height: 46px; }
.sp-form-step .sp-form-grid .field textarea { min-height: 88px; }
.sp-form-step .sp-service-options label > span { min-height: 44px; }
.sp-form-step .sp-upload-card { min-height: 138px; }

@keyframes sp-page-content-in {
  from { opacity: .45; transform: translateX(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 768px) {
  .sp-form-step { padding: 25px 20px 18px; }
}

@media (max-width: 520px) {
  .sp-form-step { padding: 22px 16px 16px; }
}

/* Four navigation pages */
html,
body.provider-page { height: 100%; overflow: hidden; }

#top {
  width: 100vw;
  height: calc(100dvh - 72px);
  display: flex;
  margin-top: 72px;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
}

#top::-webkit-scrollbar { display: none; }

.sp-page-panel {
  position: relative;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  flex: 0 0 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scrollbar-width: thin;
  scrollbar-color: rgba(66, 108, 174, .2) transparent;
}

.sp-page-panel::after {
  content: attr(data-page-label);
  position: absolute;
  right: 24px;
  bottom: 16px;
  color: rgba(64, 88, 126, .3);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
  pointer-events: none;
}

.sp-overview-page {
  display: grid;
  grid-template-rows: 450px minmax(0, 1fr);
  overflow-y: hidden;
  background: linear-gradient(155deg, #fff 0%, #f1f7ff 63%, #eaf4ff 100%);
}

.sp-overview-page .sp-hero { min-height: 0; padding: 22px 0 0; overflow: visible; background: transparent; }
.sp-overview-page .sp-hero::before { inset: 0; }
.sp-overview-page .sp-hero-grid { grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr); gap: 44px; }
.sp-overview-page .sp-eyebrow { padding: 7px 12px; font-size: 10px; }
.sp-overview-page .sp-hero h1 { margin: 12px 0 11px; font-size: clamp(40px, 4vw, 55px); letter-spacing: -3px; }
.sp-overview-page .sp-hero-copy > p { max-width: 580px; margin-bottom: 14px; font-size: 13px; line-height: 1.7; }
.sp-overview-page .sp-btn-main,
.sp-overview-page .sp-btn-secondary { height: 44px; }
.sp-overview-page .sp-trust-list { margin-top: 12px; }
.sp-overview-page .sp-hero-visual { min-height: 270px; }
.sp-overview-page .sp-dashboard { width: min(100%, 560px); padding: 14px; border-radius: 22px; transform: rotateY(-2deg) scale(.88); }
.sp-overview-page .sp-dashboard-top { padding-bottom: 10px; }
.sp-overview-page .sp-profile-card { margin-top: 10px; padding: 11px; }
.sp-overview-page .sp-dashboard-title { margin-top: 12px; }
.sp-overview-page .sp-work-grid { gap: 8px; margin-top: 10px; }
.sp-overview-page .sp-work-card { padding: 10px 13px; }
.sp-overview-page .sp-work-card > strong { font-size: 20px; }
.sp-overview-page .sp-status-list { margin-top: 8px; }
.sp-overview-page .sp-float-card { transform: scale(.88); }
.sp-overview-page .sp-metric-wrap { margin-top: 7px; border-radius: 17px; }
.sp-overview-page .sp-metric { min-height: 62px; padding: 10px 18px; }
.sp-overview-page .sp-metric svg { width: 35px; height: 35px; padding: 8px; }
.sp-overview-page .sp-metric strong { font-size: 22px; }
.sp-overview-page .sp-metric small { margin-top: 4px; }

.sp-overview-page .sp-benefits { padding: 12px 0 20px; background: rgba(255, 255, 255, .58); }
.sp-overview-page .sp-section-head { max-width: none; display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 28px; margin-bottom: 10px; }
.sp-overview-page .sp-section-head .sp-kicker { grid-column: 1 / -1; font-size: 9px; }
.sp-overview-page .sp-section-head h2 { margin: 4px 0 0; font-size: 25px; letter-spacing: -1px; white-space: nowrap; }
.sp-overview-page .sp-section-head p { margin: 0 0 2px; font-size: 10px; line-height: 1.55; }
.sp-overview-page .sp-benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.sp-overview-page .sp-benefit-card,
.sp-overview-page .sp-benefit-card.featured { grid-row: auto; min-height: 154px; padding: 15px; border-radius: 17px; }
.sp-overview-page .sp-card-icon { width: 36px; height: 36px; border-radius: 11px; }
.sp-overview-page .sp-card-icon svg { width: 18px; height: 18px; }
.sp-overview-page .sp-benefit-card > span { margin-top: 9px; font-size: 8px; }
.sp-overview-page .sp-benefit-card h3,
.sp-overview-page .sp-benefit-card.featured h3 { margin: 5px 0 6px; font-size: 15px; }
.sp-overview-page .sp-benefit-card p { font-size: 9px; line-height: 1.55; }
.sp-overview-page .sp-mini-profile { display: none; }
.sp-overview-page .sp-platform-note { margin-top: 7px; padding: 7px 11px; border-radius: 10px; font-size: 8px; line-height: 1.5; }

#provider-services,
#provider-process { padding: 28px 0 22px; }
#provider-services .sp-section-head,
#provider-process .sp-section-head { margin-bottom: 20px; }
#provider-services .sp-section-head h2,
#provider-process .sp-section-head h2 { margin: 8px 0; font-size: 38px; }
#provider-services .sp-section-head p,
#provider-process .sp-section-head p { font-size: 13px; }
#provider-services .sp-service-grid { gap: 12px; }
#provider-services .sp-service-card { min-height: 206px; padding: 20px; }
#provider-services .sp-service-card h3 { margin-top: 14px; }
#provider-services .sp-service-link { bottom: 18px; left: 20px; }
#provider-process .sp-process-stage { min-height: 382px; }
#provider-process .sp-process-panel { min-height: 360px; padding: 30px; }
#provider-process .sp-process-panel aside { min-height: 240px; }

.sp-requirements-page { display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow-y: hidden; background: #f5f8fd; }
.sp-requirements-page::after { bottom: 104px; }
.sp-requirements-page .sp-requirements-section { min-height: 0; padding: 22px 0 12px; }
.sp-requirements-page .sp-requirements-section > .container { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); grid-template-rows: auto minmax(0, 1fr); gap: 14px 24px; }
.sp-requirements-page .sp-section-head { grid-column: 1 / -1; max-width: none; margin: 0; text-align: left; }
.sp-requirements-page .sp-section-head h2 { margin: 7px 0 5px; font-size: 34px; }
.sp-requirements-page .sp-section-head p { font-size: 12px; }
.sp-requirements-page .sp-requirement-grid { grid-column: 1; grid-row: 2; grid-template-columns: .95fr 1.05fr; gap: 12px; }
.sp-requirements-page .sp-material-card { padding: 19px; border-radius: 19px; }
.sp-requirements-page .sp-material-card h3 { margin: 9px 0 12px; font-size: 21px; }
.sp-requirements-page .sp-material-card ul { gap: 6px; margin-bottom: 11px; }
.sp-requirements-page .sp-material-card li { padding: 7px 9px; }
.sp-requirements-page .sp-material-card li > i { width: 24px; height: 24px; }
.sp-requirements-page .sp-rules { gap: 8px; }
.sp-requirements-page .sp-rules article { min-height: 118px; padding: 14px; border-radius: 16px; }
.sp-requirements-page .sp-rules article > span { font-size: 18px; }
.sp-requirements-page .sp-rules h3 { margin: 10px 0 5px; font-size: 14px; }
.sp-requirements-page .sp-rules p { font-size: 9px; }
.sp-requirements-page .sp-faq-wrap { grid-column: 2; grid-row: 2; display: block; margin: 0; padding: 0; border: 0; }
.sp-requirements-page .sp-faq-wrap > div:first-child { margin-bottom: 7px; }
.sp-requirements-page .sp-faq-wrap > div:first-child h2 { margin: 5px 0; font-size: 25px; }
.sp-requirements-page .sp-faq-wrap > div:first-child p { margin: 0; font-size: 10px; line-height: 1.5; }
.sp-requirements-page .sp-faq summary { padding: 10px 32px 10px 0; font-size: 11px; }
.sp-requirements-page .sp-faq summary i { width: 21px; height: 21px; }
.sp-requirements-page .sp-faq summary i::before,
.sp-requirements-page .sp-faq summary i::after { top: 10px; left: 6px; width: 9px; }
.sp-requirements-page .sp-faq details p { margin: -2px 30px 9px 0; font-size: 9px; line-height: 1.55; }
.sp-requirements-page .sp-final-cta { padding: 17px 0; }
.sp-requirements-page .sp-cta-copy > span { font-size: 8px; }
.sp-requirements-page .sp-cta-copy h2 { margin: 5px 0 3px; font-size: 23px; letter-spacing: -.7px; }
.sp-requirements-page .sp-cta-copy p { font-size: 11px; }
.sp-requirements-page .sp-cta-button { height: 46px; }

.sp-main-nav a.is-active { color: var(--sp-blue); }
.sp-main-nav a.is-active::after { right: 0; left: 0; }
.sp-float-actions { display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-public-panel {
  padding: 24px 0 18px;
  background:
    radial-gradient(circle at 92% 4%, rgba(55, 197, 239, .13), transparent 26%),
    linear-gradient(145deg, #f8fbff, #eef5ff);
}

.sp-public-shell { height: 100%; display: flex; flex-direction: column; }
.sp-public-heading { min-height: 83px; display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 15px; }
.sp-public-heading .sp-kicker { font-size: 9px; }
.sp-public-heading h2 { margin: 6px 0 5px; color: var(--sp-ink); font-size: 30px; letter-spacing: -1.2px; }
.sp-public-heading p { margin: 0; color: var(--sp-muted); font-size: 11px; line-height: 1.55; }
.sp-public-toolbar { min-width: 500px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding-top: 6px; }
.sp-public-search { width: 210px; }
.sp-public-search input { width: 100%; height: 42px; padding: 0 14px; border: 1px solid #cfdcf0; border-radius: 11px; outline: 0; background: rgba(255, 255, 255, .9); color: #233b5c; font-size: 11px; transition: .2s ease; }
.sp-public-search input:focus { border-color: #75a4ef; box-shadow: 0 0 0 4px rgba(23, 104, 242, .1); }
.sp-public-filters { display: flex; gap: 6px; }
.sp-public-filters button { min-height: 42px; padding: 0 12px; border: 1px solid #d4e0f1; border-radius: 10px; background: rgba(255, 255, 255, .9); color: #526581; font-size: 10px; font-weight: 800; }
.sp-public-filters button:hover,
.sp-public-filters button.is-active { border-color: #8bb2f3; background: #e8f1ff; color: var(--sp-blue); }
.sp-public-filters button:focus-visible,
.sp-public-info-card:focus-visible,
.sp-person-card:focus-visible { outline: 3px solid rgba(23, 104, 242, .3); outline-offset: 3px; }

.sp-public-info-grid { min-height: 0; display: grid; flex: 1; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 11px; }
.sp-public-info-card { min-width: 0; display: grid; grid-template-rows: minmax(84px, 1fr) auto; overflow: hidden; border: 1px solid rgba(122, 151, 197, .2); border-radius: 15px; background: rgba(255, 255, 255, .92); box-shadow: 0 9px 26px rgba(31, 75, 145, .07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.sp-public-info-card:hover { z-index: 2; border-color: rgba(55, 112, 220, .35); box-shadow: 0 15px 32px rgba(31, 75, 145, .14); transform: translateY(-3px); }
.sp-public-cover { position: relative; min-height: 84px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 12px 14px; color: #fff; background: linear-gradient(135deg, #1254e7, #20aee7); }
.sp-public-cover::after { content: ""; position: absolute; right: -27px; bottom: -38px; width: 104px; height: 104px; border: 18px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.sp-public-cover small { position: relative; z-index: 1; font-size: 7px; font-weight: 900; letter-spacing: 1px; opacity: .76; }
.sp-public-cover strong { position: relative; z-index: 1; margin-top: 7px; font-size: 17px; line-height: 1.15; letter-spacing: -.4px; }
.sp-public-cover em { position: absolute; top: 10px; right: 10px; z-index: 1; padding: 4px 6px; border-radius: 6px; background: rgba(255, 255, 255, .18); font-size: 7px; font-style: normal; font-weight: 800; }
.sp-public-cover.theme-cyan { background: linear-gradient(135deg, #087aaa, #24c6d9); }
.sp-public-cover.theme-violet { background: linear-gradient(135deg, #5744c8, #9a6eee); }
.sp-public-cover.theme-indigo { background: linear-gradient(135deg, #273ba5, #526edc); }
.sp-public-cover.theme-orange { background: linear-gradient(135deg, #e06328, #f1a23e); }
.sp-public-cover.theme-teal { background: linear-gradient(135deg, #087f77, #25bda4); }
.sp-public-cover.theme-rose { background: linear-gradient(135deg, #b94372, #e66f91); }
.sp-public-card-copy { min-width: 0; display: block; padding: 10px 12px; }
.sp-public-card-copy > b { height: 32px; display: -webkit-box; overflow: hidden; color: #1b3151; font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sp-public-card-copy > span { display: flex; align-items: center; gap: 4px; margin-top: 8px; color: #6d7e97; font-size: 8px; }
.sp-public-card-copy > span i { width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; background: #e5f8ef; color: #15935d; font-size: 8px; font-style: normal; }
.sp-public-card-copy > span em { margin-left: auto; font-style: normal; }
.sp-public-empty { grid-column: 1 / -1; display: grid; place-items: center; border: 1px dashed #c6d5ea; border-radius: 16px; color: #72839b; font-size: 12px; }
.sp-public-disclosure { margin: 10px 0 0; color: #8493aa; font-size: 8px; line-height: 1.4; text-align: right; }

/* Public service information page section */
.sp-info-panel {
  padding: 0;
  background: #eef4fb;
}

.sp-info-shell {
  max-width: none;
  width: 100%;
  padding: 0;
}

.sp-info-hero {
  padding: 48px max(24px, calc((100vw - 1200px) / 2)) 42px;
  border-bottom: 3px solid #4fc3f7;
  background:
    radial-gradient(circle at 82% 12%, rgba(82, 197, 244, .24), transparent 28%),
    linear-gradient(120deg, #edf4ff, #dff3ff);
}

.sp-info-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #788ba4;
  font-size: 12px;
  font-weight: 800;
}

.sp-info-breadcrumb a,
.sp-info-breadcrumb b {
  color: #137ee8;
}

.sp-info-hero h2 {
  margin: 12px 0 18px;
  color: #071d35;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -2px;
}

.sp-info-hero p {
  margin: 0;
  color: #385170;
  font-size: 14px;
}

.sp-info-categories {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 max(24px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid #d8e2ef;
  background: #fff;
}

.sp-info-categories > span {
  position: relative;
  padding-left: 23px;
  color: #697d98;
  font-size: 13px;
  font-weight: 800;
}

.sp-info-categories > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #167de6;
}

.sp-info-categories button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  border: 1px solid #d4e0f1;
  border-radius: 8px;
  background: #f6f9fe;
  color: #293f5d;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.sp-info-categories button::before {
  content: "▣";
  color: currentColor;
  font-size: 11px;
}

.sp-info-categories button.is-active {
  border-color: #168bf0;
  background: linear-gradient(135deg, #1768f2, #19aee8);
  color: #fff;
  box-shadow: 0 10px 22px rgba(23, 104, 242, .18);
}

.sp-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 24px 64px;
}

.sp-info-list-shell {
  min-width: 0;
}

.sp-info-list-toolbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding: 14px 20px;
  border: 1px solid #d8e4f2;
  border-left: 3px solid #14aef0;
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(31, 75, 145, .06);
}

.sp-info-list-toolbar p {
  margin: 0;
  color: #4a617d;
  font-size: 13px;
}

.sp-info-list-toolbar b {
  color: #0c8be8;
  font-size: 18px;
}

.sp-info-sort {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid #d8e4f2;
  border-radius: 9px;
  background: #f4f8ff;
}

.sp-info-sort button {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #405774;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.sp-info-sort button.is-active {
  background: linear-gradient(135deg, #1768f2, #19aee8);
  color: #fff;
  box-shadow: 0 10px 22px rgba(23, 104, 242, .18);
}

#provider-infos .sp-public-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 22px;
  overflow: visible;
}

#provider-infos .sp-service-info-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 382px;
  border: 1px solid #d9e5f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 13px 34px rgba(30, 70, 130, .07);
}

#provider-infos .sp-service-info-card:hover {
  border-color: #22aef0;
  box-shadow: 0 22px 44px rgba(30, 70, 130, .14);
  transform: translateY(-3px);
}

.sp-info-hot-tag {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1768f2, #20b9e8);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(23, 104, 242, .22);
}

#provider-infos .sp-info-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0;
  background: #e9f2ff;
}

#provider-infos .sp-info-cover img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
}

#provider-infos .sp-info-cover.has-cover-image {
  background: #e9f2ff;
}

#provider-infos .sp-info-cover.has-cover-image::before,
#provider-infos .sp-info-cover.has-cover-image::after {
  display: none;
}

#provider-infos .sp-info-cover > span,
#provider-infos .sp-info-cover > b {
  position: relative;
  z-index: 1;
}

#provider-infos .sp-info-cover > span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 900;
}

#provider-infos .sp-info-cover > b {
  margin-top: -42px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.8px;
}

#provider-infos .sp-info-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .15) 1px, transparent 1px),
    linear-gradient(135deg, #0b4e79, #1b47aa 58%, #149ee5);
  background-size: 26px 26px, 26px 26px, auto;
}

#provider-infos .sp-info-card-copy {
  display: block;
  padding: 22px 22px 20px;
}

#provider-infos .sp-info-card-copy > b {
  height: 52px;
  display: -webkit-box;
  overflow: hidden;
  color: #0d213e;
  font-size: 17px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#provider-infos .sp-info-card-copy > small {
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  color: #4b6380;
  font-size: 13px;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#provider-infos .sp-info-card-copy > em {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px dashed #dce5ef;
  color: #657893;
  font-size: 11px;
  font-style: normal;
}

#provider-infos .sp-info-card-copy > em i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f8ef;
  color: #14945d;
  font-size: 10px;
  font-style: normal;
}

#provider-infos .sp-info-card-copy > em span {
  margin-left: auto;
}

.sp-info-side {
  display: grid;
  align-content: start;
  gap: 22px;
}

.sp-info-side-card {
  padding: 24px;
  border: 1px solid #d9e5f3;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 13px 34px rgba(30, 70, 130, .06);
}

.sp-info-side-card h3 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 18px;
  color: #0d213e;
  font-size: 15px;
}

.sp-info-side-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(#1768f2, #19bfe7);
}

.sp-promise-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-promise-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 0;
  border-top: 1px dashed #dce5ef;
}

.sp-promise-list li:first-child {
  border-top: 1px solid #dce5ef;
}

.sp-promise-list i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e8f5ff;
  color: #148be8;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.sp-promise-list b,
.sp-promise-list span {
  display: block;
}

.sp-promise-list b {
  color: #102542;
  font-size: 13px;
}

.sp-promise-list span {
  margin-top: 5px;
  color: #7b8ca4;
  font-size: 11px;
}

.sp-hot-info-list {
  display: grid;
  gap: 10px;
}

.sp-hot-info-list a {
  display: grid;
  gap: 6px;
  padding: 11px 0;
  border-top: 1px dashed #dce5ef;
}

.sp-hot-info-list span {
  color: #167de6;
  font-size: 10px;
  font-weight: 900;
}

.sp-hot-info-list b {
  overflow: hidden;
  color: #263d5a;
  font-size: 12px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-hot-info-list p {
  margin: 0;
  color: #7b8ca4;
  font-size: 12px;
}

.sp-public-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.sp-public-pager:empty {
  display: none;
}

.sp-public-pager button {
  min-width: 88px;
  min-height: 38px;
  border: 1px solid #cddbef;
  border-radius: 999px;
  background: #fff;
  color: #0c70dc;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.sp-public-pager button:hover:not(:disabled) {
  border-color: #1aaeea;
  background: #edf6ff;
}

.sp-public-pager button:disabled {
  color: #a6b4c7;
  cursor: not-allowed;
  opacity: .65;
}

.sp-public-pager span {
  min-width: 56px;
  color: #5b6f8a;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.sp-people-stats { display: flex; gap: 7px; margin: 1px 0 0; }
.sp-people-stats div { min-width: 88px; padding: 10px 13px; border: 1px solid #d8e4f3; border-radius: 12px; background: rgba(255, 255, 255, .82); }
.sp-people-stats dt { color: var(--sp-blue); font-size: 19px; font-weight: 900; }
.sp-people-stats dd { margin: 3px 0 0; color: #75849b; font-size: 8px; }
.sp-people-layout { min-height: 0; display: grid; flex: 1; grid-template-columns: 330px minmax(0, 1fr); gap: 14px; }
.sp-people-grid { min-height: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, minmax(0, 1fr)); gap: 8px; }
.sp-person-card { width: 100%; min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 9px 11px; overflow: hidden; border: 1px solid rgba(122, 151, 197, .22); border-radius: 14px; background: rgba(255, 255, 255, .88); color: inherit; text-align: left; box-shadow: 0 8px 22px rgba(31, 75, 145, .05); transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.sp-person-card:hover { border-color: rgba(55, 112, 220, .36); background: #fff; box-shadow: 0 12px 28px rgba(31, 75, 145, .1); transform: translateX(3px); }
.sp-person-card.is-active { border-color: #76a6f4; background: linear-gradient(135deg, #fff, #edf5ff); box-shadow: 0 13px 28px rgba(36, 94, 201, .13); }
.sp-person-card.is-active::after { content: ""; width: 3px; align-self: stretch; border-radius: 3px; background: linear-gradient(#1768f2, #19bfe7); }
.sp-person-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, #1e57e9, #2cc3e9); color: #fff; font-size: 20px; font-weight: 900; box-shadow: 0 9px 20px rgba(35, 94, 220, .2); }
.sp-person-card .sp-person-avatar { width: 42px; height: 42px; border-radius: 12px; font-size: 17px; }
.sp-person-summary { min-width: 0; display: block; }
.sp-person-summary strong,
.sp-person-summary small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sp-person-summary strong { color: #173151; font-size: 13px; }
.sp-person-summary small { margin-top: 5px; color: #8291a6; font-size: 8px; }
.sp-person-status { color: #19845e; font-size: 7px; font-weight: 800; line-height: 1.65; text-align: right; white-space: nowrap; }
.sp-person-status i { width: 13px; height: 13px; display: inline-grid; place-items: center; border-radius: 50%; background: #dcf7eb; font-size: 7px; font-style: normal; }
.sp-person-status b { color: #7b8aa0; font-size: 7px; font-weight: 700; }

.sp-person-preview { min-width: 0; display: flex; flex-direction: column; padding: 20px 22px; overflow: hidden; border: 1px solid rgba(122, 151, 197, .22); border-radius: 18px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 38px rgba(31, 75, 145, .09); }
.sp-preview-head { display: grid; grid-template-columns: 55px minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.sp-preview-head .sp-person-avatar { width: 55px; height: 55px; border-radius: 16px; font-size: 22px; }
.sp-preview-head > div > span { color: var(--sp-blue); font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.sp-preview-head h3 { margin: 3px 0 4px; color: #153050; font-size: 21px; }
.sp-preview-head b { display: flex; align-items: center; gap: 5px; color: #14825b; font-size: 8px; }
.sp-preview-head b i { width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; background: #def8ec; font-size: 8px; font-style: normal; }
.sp-preview-head > a { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #cfdcf0; border-radius: 10px; color: var(--sp-blue); font-size: 9px; font-weight: 900; transition: .2s ease; }
.sp-preview-head > a:hover { border-color: #8cb2f1; background: #eef5ff; }
.sp-preview-intro { margin: 15px 0 12px; color: #536983; font-size: 10px; line-height: 1.7; }
.sp-preview-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 14px; }
.sp-preview-facts div { padding: 9px 11px; border: 1px solid #e0e8f3; border-radius: 10px; background: #f7faff; }
.sp-preview-facts dt { color: #8290a3; font-size: 7px; }
.sp-preview-facts dd { margin: 4px 0 0; overflow: hidden; color: #274261; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.sp-preview-posts { min-height: 0; display: grid; gap: 7px; margin-top: auto; }
.sp-preview-title { display: flex; align-items: center; justify-content: space-between; }
.sp-preview-title strong { color: #1f3857; font-size: 11px; }
.sp-preview-title span { color: #8a98aa; font-size: 7px; }
.sp-preview-posts > a { min-width: 0; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto 20px; align-items: center; gap: 10px; min-height: 50px; padding: 8px 10px; border: 1px solid #e0e8f3; border-radius: 11px; background: #fff; transition: .2s ease; }
.sp-preview-posts > a:hover { border-color: #9cbbee; background: #f5f9ff; transform: translateX(2px); }
.sp-preview-posts > a > span { align-self: stretch; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg, #1768f2, #25bfe7); color: #fff; font-size: 8px; font-weight: 900; }
.sp-preview-posts > a > span.theme-violet { background: linear-gradient(135deg, #5948c8, #946fe7); }
.sp-preview-posts > a > span.theme-indigo { background: linear-gradient(135deg, #3349b8, #6477dc); }
.sp-preview-posts > a > span.theme-orange { background: linear-gradient(135deg, #de642d, #efa53f); }
.sp-preview-posts > a > span.theme-teal { background: linear-gradient(135deg, #08877c, #28bba7); }
.sp-preview-posts > a > span.theme-rose { background: linear-gradient(135deg, #bd4775, #df7594); }
.sp-preview-posts > a > b { overflow: hidden; color: #29425f; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.sp-preview-posts > a > small { color: #8492a6; font-size: 7px; white-space: nowrap; }
.sp-preview-posts > a > em { color: var(--sp-blue); font-size: 13px; font-style: normal; }

.sp-site-footer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 110; height: 60px; padding: 0; background: rgba(7, 23, 47, .97); backdrop-filter: blur(16px); }
.sp-site-footer-inner { display: none; }
.sp-site-footer-bottom { height: 60px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 0; padding-top: 0; border-top: 0; }
.sp-site-footer-bottom > span:last-child { text-align: right; }
.sp-site-footer .sp-page-controls { display: flex; grid-template-columns: none; align-items: center; justify-content: center; gap: 7px; }
.sp-page-arrow { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; font-size: 16px; transition: .2s ease; }
.sp-page-arrow:hover { border-color: transparent; background: var(--sp-blue); }
.sp-page-arrow:disabled { opacity: .28; cursor: default; }
.sp-page-dots { display: flex; align-items: center; gap: 6px; }
.sp-page-dot { width: 22px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.sp-page-dot::before { content: ""; width: 6px; height: 6px; border-radius: 99px; background: #607391; transition: .2s ease; }
.sp-page-dot.is-active::before { width: 18px; background: linear-gradient(90deg, #4a7cff, #39d4ec); }
.sp-page-counter { display: flex; align-items: center; gap: 6px; color: #7085a6; font-size: 8px; }
.sp-page-counter b { color: #fff; font-size: 10px; }
.sp-page-counter i { width: 16px; height: 1px; background: #3e5271; }
.sp-page-counter small { font-size: 8px; }
.sp-page-controls button:focus-visible { outline: 3px solid rgba(99, 148, 255, .55); outline-offset: 2px; }

@media (max-width: 1180px) {
  .sp-main-nav { gap: 16px; }
  .sp-overview-page .sp-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 25px; }
  .sp-overview-page .sp-benefit-card p { font-size: 8px; }
  .sp-public-info-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); overflow-y: auto; padding-right: 4px; }
  .sp-people-layout { grid-template-columns: 285px minmax(0, 1fr); }
  .sp-people-grid { grid-template-columns: 1fr; overflow-y: auto; padding-right: 4px; }
  .sp-preview-posts > a { grid-template-columns: 62px minmax(0, 1fr) 20px; }
  .sp-preview-posts > a > small { display: none; }
}

@media (min-width: 769px) and (max-height: 800px) {
  .sp-overview-page { grid-template-rows: 355px minmax(0, 1fr); }
  .sp-overview-page .sp-hero { padding-top: 13px; }
  .sp-overview-page .sp-hero h1 { font-size: 42px; }
  .sp-overview-page .sp-hero-visual { min-height: 235px; }
  .sp-overview-page .sp-dashboard { transform: rotateY(-2deg) scale(.78); }
  .sp-overview-page .sp-metric { min-height: 53px; padding: 7px 15px; }
  .sp-overview-page .sp-benefits { padding-top: 7px; }
  .sp-overview-page .sp-benefit-card,
  .sp-overview-page .sp-benefit-card.featured { min-height: 132px; padding: 12px; }
  #provider-services,
  #provider-process { padding-top: 18px; }
  #provider-services .sp-service-card { min-height: 178px; padding: 17px 20px; }
  #provider-process .sp-process-stage { min-height: 340px; }
  #provider-process .sp-process-panel { min-height: 318px; padding: 24px; }
  .sp-requirements-page .sp-requirements-section { padding-top: 13px; }
  .sp-requirements-page .sp-section-head h2 { font-size: 29px; }
  .sp-requirements-page .sp-material-card li small { display: none; }
  .sp-requirements-page .sp-rules article { min-height: 100px; padding: 11px; }
  .sp-requirements-page .sp-final-cta { padding: 12px 0; }
}

@media (max-width: 768px) {
  #top { height: calc(100dvh - 64px); margin-top: 64px; }
  .sp-page-panel { overflow-y: auto; }
  .sp-overview-page { display: block; overflow-y: auto; }
  .sp-overview-page .sp-hero { padding: 34px 0 0; }
  .sp-overview-page .sp-hero-grid { grid-template-columns: 1fr; }
  .sp-overview-page .sp-hero-visual { min-height: 400px; }
  .sp-overview-page .sp-benefits { padding: 46px 0 75px; }
  .sp-overview-page .sp-section-head { display: block; }
  .sp-overview-page .sp-section-head h2 { margin-top: 9px; font-size: 33px; white-space: normal; }
  .sp-overview-page .sp-section-head p { margin-top: 10px; font-size: 12px; }
  .sp-overview-page .sp-benefit-grid { grid-template-columns: 1fr; }
  .sp-overview-page .sp-benefit-card,
  .sp-overview-page .sp-benefit-card.featured { min-height: 220px; padding: 23px; }
  .sp-overview-page .sp-benefit-card p { font-size: 11px; }
  #provider-services,
  #provider-process { padding: 34px 0 75px; }
  #provider-services .sp-service-grid { grid-template-columns: 1fr; }
  #provider-services .sp-service-card { min-height: 220px; }
  .sp-requirements-page { display: block; overflow-y: auto; }
  .sp-requirements-page .sp-requirements-section { padding: 34px 0 28px; }
  .sp-requirements-page .sp-requirements-section > .container { display: block; }
  .sp-requirements-page .sp-section-head { margin-bottom: 25px; text-align: center; }
  .sp-requirements-page .sp-requirement-grid { grid-template-columns: 1fr; }
  .sp-requirements-page .sp-faq-wrap { margin-top: 36px; }
  .sp-requirements-page .sp-faq summary { padding-top: 16px; padding-bottom: 16px; font-size: 12px; }
  .sp-requirements-page .sp-final-cta { padding: 42px 0 76px; }
  .sp-site-footer { height: 54px; }
  .sp-site-footer-bottom { width: 100%; height: 54px; display: flex; justify-content: center; }
  .sp-site-footer-bottom > span { display: none; }
  .sp-page-arrow { width: 36px; height: 36px; }
  .sp-page-dot { height: 36px; }
  .sp-page-panel::after { display: none; }
  .sp-public-panel { padding: 28px 0 70px; }
  .sp-public-shell { height: auto; min-height: 100%; }
  .sp-public-heading { display: block; margin-bottom: 20px; }
  .sp-public-heading h2 { font-size: 29px; }
  .sp-public-toolbar { min-width: 0; display: grid; justify-content: stretch; margin-top: 18px; padding: 0; }
  .sp-public-search { width: 100%; }
  .sp-public-filters { overflow-x: auto; }
  .sp-public-filters button { min-width: 88px; }
  .sp-public-info-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; overflow: visible; }
  .sp-public-info-card { grid-template-columns: 118px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 118px; }
  .sp-public-cover { min-height: 118px; }
  .sp-public-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 14px; }
  .sp-public-card-copy > b { height: auto; font-size: 12px; }
  .sp-public-disclosure { text-align: left; }
  .sp-people-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
  .sp-people-stats div { min-width: 0; }
  .sp-people-layout { display: block; }
  .sp-people-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; overflow: visible; padding: 0; }
  .sp-person-card { min-height: 72px; padding: 8px; grid-template-columns: 38px minmax(0, 1fr); }
  .sp-person-card .sp-person-avatar { width: 38px; height: 38px; font-size: 15px; }
  .sp-person-status { display: none; }
  .sp-person-card.is-active::after { display: none; }
  .sp-person-preview { margin-top: 12px; padding: 18px; }
  .sp-preview-head { grid-template-columns: 50px minmax(0, 1fr); }
  .sp-preview-head .sp-person-avatar { width: 50px; height: 50px; }
  .sp-preview-head > a { grid-column: 1 / -1; justify-content: center; }
  .sp-preview-facts { grid-template-columns: 1fr; }
  .sp-preview-posts > a { grid-template-columns: 65px minmax(0, 1fr) 20px; }
  .sp-preview-posts > a > small { display: none; }
}

@media (max-width: 440px) {
  .sp-people-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .sp-application-dialog {
    inset: 8px auto 8px 8px;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    max-height: none;
    margin: 0;
  }
  .sp-application-dialog .sp-dialog-shell,
  .sp-application-dialog .sp-dialog-main,
  .sp-application-dialog .sp-application-form,
  .sp-application-dialog .sp-dialog-body,
  .sp-application-dialog .sp-form-pages,
  .sp-application-dialog .sp-form-step,
  .sp-application-dialog .sp-dialog-footer { width: 100%; max-width: 100%; min-width: 0; }
  .sp-application-dialog .sp-form-grid,
  .sp-application-dialog .field,
  .sp-application-dialog .field input,
  .sp-application-dialog .field textarea,
  .sp-application-dialog .field select { min-width: 0; max-width: 100%; }
  .sp-application-dialog .sp-dialog-close { width: 44px; height: 44px; }
}

/* Public provider directory — balanced card layout */
.sp-directory-grid {
  min-height: 0;
  display: grid;
  flex: 1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(238px, 255px));
  align-content: center;
  gap: 12px;
}

.sp-directory-card {
  position: relative;
  min-width: 0;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: 16px 17px 14px;
  overflow: hidden;
  border: 1px solid rgba(116, 145, 190, .2);
  border-radius: 17px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 10px 28px rgba(37, 73, 137, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sp-directory-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #1768f2, #19bfe7);
  opacity: 0;
  transition: opacity .2s ease;
}

.sp-directory-card:hover {
  border-color: rgba(49, 106, 214, .34);
  box-shadow: 0 17px 38px rgba(37, 73, 137, .13);
  transform: translateY(-3px);
}

.sp-directory-card:hover::before { opacity: 1; }
.sp-directory-card:nth-child(4) { grid-column: 2 / span 2; }
.sp-directory-card:nth-child(5) { grid-column: 4 / span 2; }
.sp-directory-head { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.sp-directory-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #1a57ec, #26bce8); color: #fff; font-size: 18px; font-weight: 900; box-shadow: 0 8px 18px rgba(27, 99, 222, .2); }
.sp-directory-head h3 { margin: 0; color: #15304f; font-size: 17px; }
.sp-directory-head p { margin: 4px 0 0; color: #78889e; font-size: 9px; }
.sp-directory-head > em { display: flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 99px; background: #e8f8f1; color: #118258; font-size: 8px; font-style: normal; font-weight: 900; white-space: nowrap; }
.sp-directory-head > em i { width: 13px; height: 13px; display: grid; place-items: center; border-radius: 50%; background: #c8f0df; font-size: 7px; font-style: normal; }
.sp-directory-intro { height: 34px; display: -webkit-box; margin: 12px 0 10px; overflow: hidden; color: #50657e; font-size: 10px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sp-directory-posts { display: grid; gap: 6px; }
.sp-directory-posts > a { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) 14px; align-items: center; gap: 7px; min-height: 35px; padding: 6px 8px; border-radius: 9px; background: #f3f7fd; transition: background .2s ease, transform .2s ease; }
.sp-directory-posts > a:hover { background: #e8f1ff; transform: translateX(2px); }
.sp-directory-posts > a span { padding: 4px 6px; border-radius: 6px; background: #dfebff; color: #1762de; font-size: 8px; font-weight: 900; white-space: nowrap; }
.sp-directory-posts > a b { overflow: hidden; color: #38516f; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.sp-directory-posts > a i { color: var(--sp-blue); font-size: 11px; font-style: normal; }
.sp-directory-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 11px; padding-top: 10px; border-top: 1px solid #edf1f6; }
.sp-directory-foot span small,
.sp-directory-foot span b { display: block; }
.sp-directory-foot span small { color: #8492a6; font-size: 8px; }
.sp-directory-foot span b { margin-top: 3px; color: #293f5c; font-size: 11px; }
.sp-directory-foot > a { min-height: 32px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid #ccdaee; border-radius: 9px; color: var(--sp-blue); font-size: 8px; font-weight: 900; transition: .2s ease; }
.sp-directory-foot > a:hover { border-color: #8bb0ef; background: #edf5ff; }
.sp-directory-card a:focus-visible { outline: 3px solid rgba(23, 104, 242, .28); outline-offset: 2px; }

/* Provider cards aligned to the public service-provider directory */
.sp-people-panel .sp-directory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 28px;
  align-content: start;
}

.sp-service-provider-card,
.sp-service-provider-card:nth-child(4),
.sp-service-provider-card:nth-child(5) {
  grid-column: auto;
}

.sp-service-provider-card {
  min-height: 500px;
  padding: 0 24px 24px;
  overflow: hidden;
  text-align: center;
  border-color: #d8e5f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(18, 58, 112, .06);
}

.sp-service-provider-card::before {
  left: 50%;
  width: 96px;
  height: 3px;
  inset: 0 auto auto;
  border-radius: 999px;
  background: transparent;
  transform: translateX(-50%);
}

.sp-service-provider-card:hover {
  border-color: #19aef0;
  box-shadow: 0 28px 60px rgba(29, 105, 182, .15);
}

.sp-service-provider-card:hover::before {
  opacity: 1;
  background: #22c3f4;
}

.sp-directory-cover {
  height: 110px;
  margin: 0 -24px;
  background: linear-gradient(115deg, #0e4d74 0%, #203f9b 100%);
}

.sp-directory-cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
  background-size: 30px 30px;
}

.sp-service-provider-card .sp-directory-avatar {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: -44px auto 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  box-shadow: 0 0 0 4px #2296ff, 0 12px 30px rgba(19, 116, 210, .24);
}

.sp-service-provider-card .sp-avatar-green { background: #22bd7b; }
.sp-service-provider-card .sp-avatar-violet { background: #8d45c7; }
.sp-service-provider-card .sp-avatar-orange { background: #f39a13; }
.sp-service-provider-card .sp-avatar-blue { background: #2684df; }
.sp-service-provider-card .sp-avatar-rose { background: #d64e79; }
.sp-service-provider-card .sp-avatar-teal { background: #15a7a2; }

.sp-service-provider-card h3 {
  margin: 0 0 10px;
  color: #071d35;
  font-size: 18px;
  font-weight: 900;
}

.sp-directory-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid #8ddfff;
  border-radius: 6px;
  background: #eaf9ff;
  color: #1186bd;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.sp-directory-verified i {
  font-style: normal;
}

.sp-service-provider-card .sp-directory-intro {
  height: 88px;
  margin: 18px 0 17px;
  color: #435b78;
  font-size: 12px;
  line-height: 1.85;
  text-align: left;
  -webkit-line-clamp: 3;
}

.sp-directory-count {
  padding: 15px 0 16px;
  border-top: 1px dashed #dce5ef;
  border-bottom: 1px dashed #dce5ef;
}

.sp-directory-count b,
.sp-directory-count span {
  display: block;
}

.sp-directory-count b {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  color: #167de6;
  font-size: 24px;
  line-height: 1;
}

.sp-directory-count b small {
  font-size: 12px;
}

.sp-directory-count span {
  margin-top: 5px;
  color: #8292a7;
  font-size: 10px;
}

.sp-directory-phone {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px dashed #dce5ef;
  color: #4a617e;
  font-size: 11px;
}

.sp-directory-phone i {
  color: #159be8;
  font-size: 14px;
  font-style: normal;
}

.sp-directory-phone b {
  font-weight: 600;
}

.sp-directory-more {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  border: 1px solid #ccdaee;
  border-radius: 999px;
  color: #0872dc;
  font-size: 11px;
  font-weight: 900;
}

.sp-directory-more:hover {
  border-color: #8bb0ef;
  background: #edf5ff;
}

@media (max-width: 1024px) {
  .sp-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; overflow-y: auto; padding-right: 4px; }
  .sp-directory-card,
  .sp-directory-card:nth-child(4),
  .sp-directory-card:nth-child(5) { grid-column: auto; min-height: 245px; }
}

@media (max-width: 768px) {
  .sp-directory-grid { display: grid; grid-template-columns: 1fr; overflow: visible; padding: 0; }
  .sp-directory-card,
  .sp-directory-card:nth-child(4),
  .sp-directory-card:nth-child(5) { grid-column: auto; min-height: 250px; }
  .sp-directory-head { grid-template-columns: 44px minmax(0, 1fr); }
  .sp-directory-head > em { grid-column: 2; justify-self: start; margin-top: -5px; }
}
