body > .container > .nav-tabs {
  flex-wrap: nowrap;
  margin: -10px -10px 12px;
  background: #fff;
}

body > .container > .nav-tabs .nav-item {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}

body > .container > .nav-tabs .nav-link {
  display: flex;
  width: 100%;
  min-height: 52px;
  padding: 8px 3px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  white-space: normal;
}

.home-panel {
  --home-blue: #1339d7;
  --home-dark: #07164e;
  --home-orange: #ff9f1c;
  margin: 0 -10px -10px;
  overflow: hidden;
  background: #f6f8ff;
  color: var(--home-dark);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-synthesis: none;
  text-align: left;
}

.home-panel button,
.home-panel input,
.home-panel code {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.home-hero {
  position: relative;
  padding: 34px 22px 94px;
  overflow: hidden;
  background: linear-gradient(145deg, #eef4ff 0%, #fff 58%, #fff1dc 100%);
  text-align: center;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 159, 28, .18);
}

.home-brand {
  width: min(190px, 55vw);
  height: auto;
  margin-bottom: 22px;
}

.home-eyebrow,
.home-step,
.home-section-heading > span {
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
}

.home-hero h1 {
  margin: 9px auto 14px;
  font-size: clamp(30px, 9vw, 43px);
  font-weight: 700;
  line-height: 1.08;
}

.home-lead {
  max-width: 410px;
  margin: 0 auto;
  color: #52607f;
  font-size: 16px;
  line-height: 1.55;
}

.home-code-card {
  position: relative;
  z-index: 2;
  margin: -63px 14px 32px;
  padding: 24px 14px 18px;
  border: 1px solid #e0e6f8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(19, 57, 215, .12);
  text-align: center;
}

.home-code-card h2,
.home-section-heading h2 {
  margin: 7px 0 18px;
  font-size: 24px;
  font-weight: 700;
}

.home-code-digits {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.home-code-digit {
  width: 42px;
  height: 50px;
  padding: 0;
  border: 2px solid #dce2ef;
  border-radius: 9px;
  color: var(--home-dark);
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}

.home-code-digit:focus {
  border-color: var(--home-blue);
  box-shadow: 0 0 0 3px rgba(19, 57, 215, .12);
}

.home-primary-button,
.home-secondary-button {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #1942ef, #0f2caf);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .025em;
}

.home-code-message {
  min-height: 20px;
  margin: 9px 0 -4px;
  color: #667085;
  font-size: 13px;
}

.home-code-message.is-error { color: #d92d20; }

.home-showcase,
.home-how {
  padding: 26px 14px 34px;
}

.home-section-heading {
  margin-bottom: 17px;
  text-align: center;
}

.home-feature-list {
  display: grid;
  gap: 12px;
}

.home-feature-card {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 22, 78, .07);
}

.home-feature-card img {
  width: 105px;
  height: 88px;
  border-radius: 11px;
  object-fit: cover;
}

.home-feature-card strong,
.home-steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.home-feature-card p,
.home-steps p {
  margin: 0;
  color: #63708d;
  font-size: 13px;
  line-height: 1.45;
}

.home-how { background: #fff; }
.home-steps { margin: 0; padding: 0; list-style: none; }

.home-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f7;
}

.home-steps b {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  place-items: center;
  background: #edf1ff;
  color: var(--home-blue);
  font-size: 18px;
}

.home-steps code {
  color: var(--home-blue);
  font-weight: 700;
}

.home-secondary-button {
  background: var(--home-orange);
  color: #2b210d;
}

.home-footer {
  padding: 32px 20px 38px;
  background: var(--home-dark);
  color: #dbe4ff;
  text-align: center;
}

.home-footer img { width: 145px; height: auto; }
.home-footer p { margin: 10px 0 0; font-size: 13px; }

@media (max-width: 360px) {
  body > .container > .nav-tabs .nav-link { font-size: 12px; }
  .home-code-card { margin-left: 8px; margin-right: 8px; padding-left: 8px; padding-right: 8px; }
  .home-code-digits { gap: 5px; }
  .home-code-digit { width: 39px; }
  .home-feature-card { grid-template-columns: 92px 1fr; }
  .home-feature-card img { width: 92px; height: 82px; }
}
