html {
  scroll-behavior: smooth;
  scrollbar-color: #1e6feb #eaf2ff;
  scrollbar-width: thin;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1f2937;
  background: #ffffff;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 0.85rem;
  height: 0.85rem;
}

*::-webkit-scrollbar-track {
  background: #eaf2ff;
}

*::-webkit-scrollbar-thumb {
  border: 3px solid #eaf2ff;
  border-radius: 999px;
  background: #1e6feb;
}

*::-webkit-scrollbar-thumb:hover {
  background: #0b2a4a;
}

h1,
h2,
h3,
p,
a,
button,
label,
strong,
small {
  overflow-wrap: anywhere;
}

.text-navy {
  color: #0b2a4a !important;
}

.text-skyblue {
  color: #1e6feb !important;
}

.text-paleblue {
  color: #eaf2ff !important;
}

.text-gold {
  color: #ffc94a !important;
}

.bg-navy {
  background-color: #0b2a4a !important;
}

.bg-cardnavy {
  background-color: #123a63 !important;
}

.site-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.site-logo-header {
  height: 2.35rem;
  max-width: 12rem;
}

.site-logo-mobile {
  height: 2.05rem;
  max-width: 10.75rem;
}

.site-logo-footer {
  height: 2.2rem;
  max-width: 11.5rem;
}

.site-logo-modal {
  height: 2.35rem;
  max-width: 12rem;
}

.bg-skyblue {
  background-color: #1e6feb !important;
}

.bg-paleblue {
  /* background-color: #eaf2ff !important; */
}

.bg-gold {
  background-color: #ffc94a !important;
}

.bg-gold\/40 {
  background-color: rgba(255, 201, 74, 0.4) !important;
}

.bg-white\/90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-navy\/60 {
  background-color: rgba(11, 42, 74, 0.6) !important;
}

.border-paleblue {
  border-color: #eaf2ff !important;
}

.border-navy\/10 {
  border-color: rgba(11, 42, 74, 0.1) !important;
}

.ring-navy\/10 {
  --tw-ring-color: rgba(11, 42, 74, 0.1) !important;
}

.ring-skyblue {
  --tw-ring-color: #1e6feb !important;
}

.shadow-navy\/5 {
  --tw-shadow-color: rgba(11, 42, 74, 0.05) !important;
}

.shadow-navy\/10 {
  --tw-shadow-color: rgba(11, 42, 74, 0.1) !important;
}

.shadow-navy\/20 {
  --tw-shadow-color: rgba(11, 42, 74, 0.2) !important;
}

.shadow-navy\/25 {
  --tw-shadow-color: rgba(11, 42, 74, 0.25) !important;
}

.shadow-skyblue\/20 {
  --tw-shadow-color: rgba(30, 111, 235, 0.2) !important;
}

.shadow-gold\/20 {
  --tw-shadow-color: rgba(255, 201, 74, 0.2) !important;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 1rem;
}

.brand-shell {
  background:
    linear-gradient(rgba(11, 42, 74, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 42, 74, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 8% 10%, rgba(30, 111, 235, 0.28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 201, 74, 0.24), transparent 22%),
    radial-gradient(circle at 68% 80%, rgba(30, 111, 235, 0.14), transparent 26%),
    linear-gradient(135deg, #dcebff 0%, #ffffff 42%, #eaf2ff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  overflow-x: hidden;
}

.brand-shell h1 {
  font-size: clamp(2.85rem, 8vw, 4.6rem);
  line-height: 0.98;
  overflow-wrap: break-word;
}

.brand-shell .grid,
.brand-shell .grid > * {
  min-width: 0;
  max-width: 100%;
}

.brand-shell .mx-auto {
  width: 100%;
}

.nav-open {
  overflow: hidden;
}

[data-mobile-nav] {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 80 !important;
  background: #0b2a4a !important;
  transform: translateX(100%);
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0;
  right: 0;
  will-change: transform;
}

#mobile-navigation {
  position: fixed !important;
  inset: 0 !important;
  height: 100vh !important;
  width: 100vw !important;
  max-width: 100vw !important;
  background-color: #0b2a4a !important;
  color: #ffffff !important;
  z-index: 80 !important;
  transform: translateX(100%) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.nav-open [data-mobile-nav] {
  transform: translateX(0) !important;
}

.nav-open #mobile-navigation {
  transform: translateX(0) !important;
}

.nav-open [data-nav-toggle] {
  display: none !important;
}

[data-nav-close] {
  display: block !important;
  position: fixed !important;
  top: 1.25rem !important;
  left: min(calc(100vw - 4.4rem), 320px) !important;
  right: auto !important;
  z-index: 90 !important;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

[data-nav-close]::before,
[data-nav-close]::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.45rem;
  width: 1.3rem;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

[data-nav-close]::before {
  transform: rotate(45deg);
}

[data-nav-close]::after {
  transform: rotate(-45deg);
}

[data-nav-overlay] {
  opacity: 0;
  pointer-events: none;
}

.nav-open [data-nav-overlay] {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.header-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 45px rgba(11, 42, 74, 0.12);
  backdrop-filter: blur(18px);
}

[data-site-header] {
  background: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(234, 242, 255, 0.95);
  backdrop-filter: blur(14px);
}

header nav {
  width: 100%;
}

[data-nav-link] {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.45rem 0.05rem 0.55rem;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: color 180ms ease;
}

[data-nav-link]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #1e6feb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}

[data-nav-link]:hover::after,
[data-nav-link]:focus-visible::after,
[data-nav-link][aria-current="page"]::after {
  transform: scaleX(1);
}

[data-nav-link]:hover,
[data-nav-link]:focus-visible {
  color: #1e6feb !important;
}

/* Keep mouse clicks free of the browser's blue focus halo while preserving a clear keyboard state. */
[data-site-header] a:focus:not(:focus-visible),
[data-site-header] button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

[data-site-header] a:focus-visible,
[data-site-header] button:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 4px;
  box-shadow: none !important;
}

[data-nav-link][aria-current="page"] {
  color: #1e6feb !important;
  font-weight: 900;
}

[data-features-dropdown] {
  position: relative;
}

[data-features-toggle] {
  position: relative;
  color: #0b2a4a;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  min-height: 44px;
  padding: 0.45rem 0.05rem 0.55rem;
  transition: color 180ms ease;
}

[data-features-toggle]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #1e6feb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}

[data-features-toggle]:hover,
[data-features-toggle]:focus-visible,
[data-features-toggle][aria-expanded="true"],
[data-features-toggle].text-skyblue {
  color: #1e6feb !important;
}

[data-features-toggle]:hover::after,
[data-features-toggle]:focus-visible::after,
[data-features-toggle][aria-expanded="true"]::after,
[data-features-toggle].text-skyblue::after {
  transform: scaleX(1);
}

[data-features-toggle] svg {
  transition: transform 200ms ease;
}

[data-features-toggle][aria-expanded="true"] svg,
[data-features-dropdown]:hover [data-features-toggle] svg,
[data-features-dropdown].features-open [data-features-toggle] svg {
  transform: rotate(180deg);
}

.features-menu {
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 0.65rem) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

[data-features-dropdown]:hover .features-menu,
[data-features-dropdown]:focus-within .features-menu,
[data-features-dropdown].features-open .features-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.feature-menu-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  border-radius: 1.1rem;
  padding: 0.9rem;
  transition: background-color 180ms ease, transform 180ms ease;
}

.feature-menu-link:hover,
.feature-menu-link[aria-current="page"] {
  background: #eaf2ff;
  transform: translateY(-1px);
}

.mobile-feature-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  min-height: 44px;
  border-radius: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

[data-mobile-features-toggle] {
  min-height: 44px;
  width: 100%;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  transition: color 180ms ease;
}

[data-mobile-features-toggle]:hover,
[data-mobile-features-toggle]:focus-visible,
[data-mobile-features-toggle][aria-expanded="true"] {
  color: #ffc94a !important;
}

[data-mobile-features-toggle] svg {
  height: 1rem;
  width: 1rem;
  transition: transform 180ms ease;
}

[data-mobile-features-toggle][aria-expanded="true"] svg {
  transform: rotate(180deg);
}

[data-nav-toggle] {
  display: block !important;
  z-index: 90;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1e6feb;
  color: #ffffff;
  font-weight: 800;
  padding: 1rem 2rem;
  box-shadow: 0 16px 32px rgba(30, 111, 235, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  background: #155fd0;
  box-shadow: 0 20px 42px rgba(30, 111, 235, 0.28);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffc94a;
  color: #0b2a4a;
  font-weight: 800;
  padding: 1rem 1.75rem;
  box-shadow: 0 14px 30px rgba(255, 201, 74, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn-gold:hover {
  transform: translateY(-2px) scale(1.01);
  background: #ffd66f;
  box-shadow: 0 18px 40px rgba(255, 201, 74, 0.34);
}

.modal-open {
  overflow: hidden;
}

[data-get-started-modal] {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2.4vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

[data-get-started-modal][aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 42, 74, 0.74);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 64rem);
  max-height: min(90vh, 45rem);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(1.25rem, 3vw, 2rem);
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(11, 42, 74, 0.38);
  transform: translateY(1rem) scale(0.98);
  transition: transform 220ms ease;
  scrollbar-gutter: stable;
  scrollbar-color: #1e6feb #eaf2ff;
  scrollbar-width: thin;
}

[data-get-started-modal][aria-hidden="false"] .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  z-index: 2;
  display: inline-flex;
  height: 2.45rem;
  width: 2.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0b2a4a;
  transition: transform 180ms ease, background-color 180ms ease;
}

.modal-close:hover,
.modal-close:focus-visible {
  transform: translateY(-1px);
  background: #ffc94a;
  outline: none;
}

.modal-close [data-lucide] {
  height: 1.2rem;
  width: 1.2rem;
}

.modal-intro {
  min-height: 100%;
}

.modal-grid {
  min-height: 34rem;
}

.modal-form {
  padding-top: 4.25rem !important;
  scrollbar-color: #1e6feb #eaf2ff;
  scrollbar-width: thin;
}

.modal-mobile-logo {
  display: none;
}

.application-modal-panel {
  width: min(100%, 70rem);
  max-height: min(92vh, 48rem);
}

.application-modal-grid {
  min-height: 31rem;
}

.application-intro {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem 0 0 1.75rem !important;
  background:
    radial-gradient(ellipse at 20% 110%, transparent 0 34%, rgba(30, 111, 235, 0.28) 34.2% 34.5%, transparent 34.7% 40%, rgba(30, 111, 235, 0.2) 40.2% 40.5%, transparent 40.7% 47%, rgba(30, 111, 235, 0.14) 47.2% 47.5%, transparent 47.7%),
    #061f3d !important;
}

.application-intro > * {
  position: relative;
  z-index: 1;
}

.application-intro-copy {
  max-width: 18rem;
}

.application-benefit {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 18rem;
  font-size: 0.7rem;
}

.application-benefit-icon {
  display: inline-flex;
  flex: 0 0 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(30, 111, 235, 0.28);
  color: #ffffff;
}

.application-benefit-icon svg {
  height: 1rem;
  width: 1rem;
}

.application-benefit strong,
.application-benefit small {
  display: block;
}

.application-benefit strong {
  color: #ffffff;
  font-size: 0.72rem;
}

.application-benefit small {
  margin-top: 0.2rem;
  color: #c7dbf4;
  font-size: 0.62rem;
  line-height: 1.45;
}

.application-form {
  padding: 2rem 2.25rem 1.5rem !important;
}

.application-label {
  display: block;
  color: #0b2a4a;
  font-size: 0.68rem;
  font-weight: 800;
}

.application-label > span {
  color: #51647a;
  font-weight: 700;
}

.application-input-wrap {
  position: relative;
  margin-top: 0.35rem;
}

.application-input-wrap > svg {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 1;
  height: 0.9rem;
  width: 0.9rem;
  color: #8aa4c2;
  pointer-events: none;
  transform: translateY(-50%);
}

.application-input-wrap .field-shell {
  height: 2.35rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.75rem 0.55rem 2.25rem;
  border-color: #dce6f1;
  border-radius: 0.6rem;
  font-size: 0.72rem;
}

.application-input-wrap .field-shell::placeholder {
  color: #9aaabd;
}

.application-textarea-wrap .field-shell {
  height: 4rem;
  resize: vertical;
  padding-right: 2.5rem;
}

.application-counter {
  position: absolute;
  right: 0.6rem;
  bottom: 0.45rem;
  color: #8a9aaf;
  font-size: 0.58rem;
  font-weight: 700;
}

.application-error {
  min-height: 0.9rem;
  margin-top: 0.2rem;
  color: #dc2626;
  font-size: 0.62rem;
  font-weight: 700;
}

.application-select {
  position: relative;
  margin-top: 0.35rem;
}

.application-select-trigger {
  display: flex;
  width: 100%;
  min-height: 2.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid #dce6f1;
  border-radius: 0.6rem;
  background: #ffffff;
  color: #8a9aaf;
  font-size: 0.72rem;
  text-align: left;
}

.application-select-trigger > span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
}

.application-select-trigger svg {
  height: 0.9rem;
  width: 0.9rem;
  flex: 0 0 auto;
}

.application-select.is-open .application-select-trigger,
.application-select-trigger:focus-visible {
  border-color: #75a7ff;
  box-shadow: 0 0 0 3px rgba(30, 111, 235, 0.13);
  outline: none;
}

.application-select-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  left: 0;
  z-index: 8;
  display: grid;
  gap: 0.25rem;
  padding: 0.45rem;
  border: 1px solid #e1e9f2;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(11, 42, 74, 0.14);
}

.application-select-menu[hidden] {
  display: none;
}

.application-select-menu button {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.5rem;
  border-radius: 0.55rem;
  color: #0b2a4a;
  text-align: left;
}

.application-select-menu button:hover,
.application-select-menu button:focus-visible {
  background: #eaf2ff;
  outline: none;
}

.application-option-icon {
  display: inline-flex;
  flex: 0 0 1.8rem;
  height: 1.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1e6feb;
}

.application-option-icon-green {
  background: #e5f5e9;
  color: #38a169;
}

.application-option-icon svg {
  height: 0.9rem;
  width: 0.9rem;
}

.application-select-menu strong,
.application-select-menu small {
  display: block;
}

.application-select-menu strong {
  font-size: 0.7rem;
}

.application-select-menu small {
  margin-top: 0.15rem;
  color: #718198;
  font-size: 0.58rem;
  line-height: 1.35;
}

.application-upload {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.35rem;
  padding: 0.6rem 1rem;
  border: 1px dashed #cbd9e8;
  border-radius: 0.65rem;
  color: #60738c;
  cursor: pointer;
  text-align: center;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.application-upload:hover,
.application-upload.is-dragging,
.application-upload:focus-within {
  border-color: #1e6feb;
  background: #f5f9ff;
}

.application-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.application-upload-icon {
  display: inline-flex;
  flex: 0 0 1.8rem;
  height: 1.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1e6feb;
}

.application-upload-icon svg {
  height: 1rem;
  width: 1rem;
}

.application-upload strong,
.application-upload small {
  display: block;
}

.application-upload strong {
  color: #435975;
  font-size: 0.68rem;
}

.application-upload small {
  margin-top: 0.15rem;
  font-size: 0.58rem;
}

.application-upload.has-file strong {
  color: #1e6feb;
}

.application-submit {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.65rem;
  font-size: 0.72rem;
}

.application-submit svg {
  height: 0.85rem;
  width: 0.85rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, background-color 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  background: #1e6feb;
  outline: none;
}

.social-brand-icon {
  height: 1.15rem;
  width: 1.15rem;
}

.social-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-button {
  flex: 1 1 9rem;
  min-width: 0;
  white-space: nowrap;
}

.modal-form [data-contact-tabs] {
  border-radius: 1.75rem;
}

.modal-form .tab-button {
  min-height: 3.4rem;
}

@media (min-width: 1024px) {
  .modal-panel {
    overflow: hidden;
  }

  .modal-form {
    max-height: min(90vh, 45rem);
    overflow-y: auto;
    padding-right: 2rem !important;
  }

  .modal-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 3rem 2.4rem !important;
  }
}

@media (max-width: 767px) {
  [data-get-started-modal] {
    align-items: center;
    padding: 0.8rem;
  }

  .modal-panel {
    width: min(100%, 24rem);
    height: min(88svh, 44rem);
    max-height: calc(100svh - 2rem);
    overflow: hidden;
    border-radius: 1.25rem;
  }

  .modal-grid {
    display: block;
    height: 100%;
    min-height: 0;
  }

  .modal-intro {
    display: none;
  }

  .modal-form {
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 1.35rem 1.25rem 1.25rem !important;
    border-radius: 1.25rem !important;
    scrollbar-gutter: stable;
  }

  .modal-mobile-logo {
    display: block;
    height: 2.45rem;
    max-width: 12.5rem;
    margin: 0 auto 1.25rem;
  }

  .modal-form [data-contact-tabs] {
    gap: 0.35rem;
    border-radius: 1.25rem;
  }

  .modal-form .tab-button {
    min-height: 2.9rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.92rem;
  }

  .modal-close {
    top: 0.8rem;
    right: 0.8rem;
    background: #eaf2ff;
    color: #0b2a4a;
  }

  .application-modal-panel {
    width: min(100%, 30rem);
  }

  .application-modal-grid {
    display: block;
    min-height: 0;
  }

  .application-intro {
    display: none;
  }

  .application-form {
    padding: 1.35rem 1.25rem 1.25rem !important;
  }

  .application-form .modal-mobile-logo {
    display: block;
    height: 2.45rem;
    max-width: 12.5rem;
    margin: 0 auto 1.15rem;
  }

  .application-form .application-fields {
    gap: 0.25rem 0.75rem;
  }

  .application-label {
    font-size: 0.66rem;
  }

  .application-input-wrap .field-shell,
  .application-select-trigger {
    font-size: 0.7rem;
  }

  .application-textarea-wrap .field-shell {
    height: 6rem;
    min-height: 6rem;
  }

  .application-select-menu small {
    font-size: 0.56rem;
  }
}

@media (max-width: 1023px) {
  [data-nav-toggle] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
  }

  [data-nav-toggle] span {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  [data-nav-toggle] {
    display: none !important;
  }
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1e6feb;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.section-kicker::before {
  content: "";
  width: 1.75rem;
  height: 0.25rem;
  border-radius: 999px;
  background: #ffc94a;
}

.section-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-pad-tight {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lift-card {
  border: 1px solid rgba(243, 244, 246, 1);
  border-radius: 1.5rem;
  box-shadow: 0 22px 60px rgba(11, 42, 74, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.lift-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 111, 235, 0.2);
  box-shadow: 0 24px 60px rgba(11, 42, 74, 0.12);
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--stagger-index, 0) * 45ms);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="slide-left"] {
  transform: translateX(24px);
}

[data-animate="slide-right"] {
  transform: translateX(-24px);
}

[data-animate="scale"] {
  transform: scale(0.96);
}

[data-animate="slide-left"].is-visible,
[data-animate="slide-right"].is-visible,
[data-animate="scale"].is-visible {
  transform: translateX(0) scale(1);
}

.stagger > * {
  transition-delay: calc(var(--stagger-index, 0) * 80ms);
}

.motion-child {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--child-index, 0) * 65ms);
}

.is-visible .motion-child {
  opacity: 1;
  transform: translateY(0);
}

.navy-gradient {
  background:
    radial-gradient(circle at 18% 20%, rgba(30, 111, 235, 0.34), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 201, 74, 0.16), transparent 22%),
    linear-gradient(135deg, #0b2a4a 0%, #123a63 100%) !important;
  color: #ffffff !important;
}

.navy-gradient h2,
.navy-gradient h3,
.navy-gradient p {
  color: inherit;
}

.navy-gradient .text-paleblue {
  color: #eaf2ff !important;
}

.hero-panel {
  background:
    radial-gradient(circle at 16% 20%, rgba(30, 111, 235, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(234, 242, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #eaf2ff;
  color: #1e6feb;
  box-shadow: 0 12px 30px rgba(30, 111, 235, 0.12);
}

.icon-badge.gold {
  background: rgba(255, 201, 74, 0.22);
  color: #0b2a4a;
}

.icon-badge.dark {
  background: rgba(255, 255, 255, 0.12);
  color: #ffc94a;
}

.icon-badge [data-lucide],
.icon-inline [data-lucide],
footer [data-lucide] {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 2.4;
}

.feature-card {
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 1.5rem;
  box-shadow: 0 22px 60px rgba(11, 42, 74, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30, 111, 235, 0.24);
  box-shadow: 0 28px 70px rgba(11, 42, 74, 0.14);
}

.stat-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #0b2a4a;
  font-weight: 800;
}

.soft-blob-section {
  position: relative;
  overflow: hidden;
}

.soft-blob-section::before,
.soft-blob-section::after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
}

.soft-blob-section::before {
  left: -7rem;
  top: 10%;
  background: rgba(30, 111, 235, 0.14);
}

.soft-blob-section::after {
  right: -8rem;
  bottom: 6%;
  background: rgba(255, 201, 74, 0.18);
}

.soft-blob-section > * {
  position: relative;
  z-index: 1;
}

.hero-orb {
  position: absolute;
  inset: -2rem -1rem auto auto;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(30, 111, 235, 0.26), rgba(255, 201, 74, 0.16), transparent 70%);
  filter: blur(6px);
}

.steps-line {
  position: relative;
}

.steps-line::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 3rem;
  border-top: 2px dashed rgba(30, 111, 235, 0.35);
}

.steps-line > * {
  position: relative;
  z-index: 1;
}

.bill-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(234, 242, 255, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(11, 42, 74, 0.035) 18px 19px);
  border: 1px solid rgba(243, 244, 246, 1);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(11, 42, 74, 0.12);
}

.bill-card *,
.float-soft {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 639px) {
  .site-logo-header {
    height: auto;
    width: min(11.5rem, 58vw);
    max-width: 11.5rem;
  }

  .brand-shell {
    background-size: auto, auto, auto;
  }

  .brand-shell h1 {
    font-size: clamp(2.25rem, 10vw, 2.75rem);
  }

  .brand-shell .rounded-\[2rem\] {
    border-radius: 1.25rem;
  }

  .brand-shell > .mx-auto,
  .brand-shell .reveal-card,
  .brand-shell .relative,
  .brand-shell .float-soft {
    width: 100%;
    max-width: 350px !important;
  }

  .brand-shell > .mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .brand-shell a.rounded-full {
    width: 100%;
  }

  .section-pad {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .steps-line::before {
    display: none;
  }

  header nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-height: 4.4rem;
    padding: 0.85rem 1.25rem !important;
  }

  [data-nav-toggle] {
    position: static !important;
    flex: 0 0 auto;
    height: 3rem;
    width: 3rem;
    padding: 0 !important;
  }
}

@media (max-width: 380px) {
  .site-logo-header {
    width: min(10.2rem, 56vw);
    max-width: 10.2rem;
  }

  .site-logo-mobile {
    height: 1.85rem;
    max-width: 9.5rem;
  }
}

@media (max-width: 340px) {
  .site-logo-header {
    width: min(9.25rem, 54vw);
  }
}

.soft-grid {
  background-image:
    linear-gradient(rgba(11, 42, 74, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 42, 74, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.interactive-panel {
  border: 1px solid rgba(243, 244, 246, 1);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(30, 111, 235, 0.14), transparent 24%),
    radial-gradient(circle at 90% 18%, rgba(255, 201, 74, 0.16), transparent 22%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 80px rgba(11, 42, 74, 0.14);
}

.field-shell {
  width: 100%;
  border-radius: 1.25rem;
  background: #eaf2ff;
  padding: 0.9rem 1rem;
  font-weight: 800;
  color: #0b2a4a;
  outline: none;
}

.field-shell:focus {
  box-shadow: 0 0 0 4px rgba(30, 111, 235, 0.22);
}

select.field-shell {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 3.25rem !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #0b2a4a 50%),
    linear-gradient(135deg, #0b2a4a 50%, transparent 50%);
  background-position:
    calc(100% - 1.35rem) 50%,
    calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
}

.timeline-rail {
  position: relative;
}

.timeline-rail::before {
  content: "";
  position: absolute;
  left: 2.75rem;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(#1e6feb, #ffc94a);
}

.timeline-step {
  position: relative;
  padding-left: 7rem !important;
}

.timeline-step::before {
  content: attr(data-step);
  position: absolute;
  left: 1.25rem;
  top: 1.5rem;
  display: grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border-radius: 1rem;
  background: #ffffff;
  color: #1e6feb;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(11, 42, 74, 0.14);
}

.timeline-step.is-visible::before {
  background: #ffc94a;
  color: #0b2a4a;
}

.comparison-table {
  overflow: hidden;
  border-radius: 1.75rem;
  box-shadow: 0 22px 60px rgba(11, 42, 74, 0.1);
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
}

.mini-split-row,
.timeline-slide,
.number-pulse,
.field-shell,
[data-accordion-button] + * {
  transition: transform 220ms ease, opacity 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.number-pulse {
  animation: number-pop 240ms ease;
}

.split-preview-meter {
  height: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(30, 111, 235, 0.14);
}

.split-preview-meter span {
  display: block;
  height: 100%;
  width: var(--split-progress, 25%);
  border-radius: inherit;
  background: linear-gradient(90deg, #1e6feb, #ffc94a);
  transition: width 300ms ease;
}

.timeline-carousel {
  overflow: hidden;
}

.timeline-track {
  display: flex;
  transform: translateX(calc(var(--timeline-index, 0) * -100%));
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-slide {
  flex: 0 0 100%;
}

@media (max-width: 640px) {
  .timeline-carousel [data-timeline-prev],
  .timeline-carousel [data-timeline-next] {
    flex: 0 0 auto;
    max-width: none;
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
    font-size: 0.88rem;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .timeline-carousel > div:last-child {
    gap: 0.5rem !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .timeline-carousel > div:last-child > div[aria-label="Timeline progress"] {
    flex: 0 0 auto;
    gap: 0.35rem;
  }
}

.timeline-dot[aria-current="true"] {
  width: 2.5rem;
  background: #ffc94a;
}

.review-carousel {
  overflow: hidden;
}

.review-track {
  display: flex;
  transform: translateX(calc(var(--review-index, 0) * -100%));
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-slide {
  flex: 0 0 100%;
  padding: 0.1rem;
}

.review-card {
  min-height: 18rem;
  border: 2px solid rgba(30, 111, 235, 0.12);
  border-radius: 1.5rem;
  background: #f8fbff;
  padding: 2.1rem;
  text-align: center;
  box-shadow: none;
}

.review-avatar {
  display: inline-flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 1.7rem;
  font-weight: 900;
}

.review-quote {
  margin: 1.55rem auto 0;
  max-width: 27rem;
  color: #0b2a4a;
  font-size: 1.08rem;
  line-height: 1.75;
}

.review-name {
  display: inline-flex;
  margin-top: 1.45rem;
  border-radius: 999px;
  background: #ffc94a;
  color: #0b2a4a;
  padding: 0.55rem 1.35rem;
  font-weight: 900;
}

.review-dot {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 999px;
  background: rgba(11, 42, 74, 0.22);
  transition: width 180ms ease, background-color 180ms ease;
}

.review-dot[aria-current="true"] {
  width: 2.2rem;
  background: #1e6feb;
}

.review-arrow {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.review-arrow:hover,
.review-arrow:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 640px) {
  .review-card {
    min-height: 0;
    padding: 1.6rem;
  }

  .review-quote {
    font-size: 1rem;
    line-height: 1.65;
  }
}

.field-shell[aria-invalid="true"] {
  border: 1px solid rgba(239, 68, 68, 0.55);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
  animation: field-shake 220ms ease;
}

.field-shell.is-valid {
  border: 1px solid rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}

.biller-card {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.65rem;
  overflow: hidden;
  min-height: 20rem;
  border-radius: 1rem;
  padding: 0.25rem 0.7rem 0.9rem;
  text-align: center;
  transition: transform 180ms ease;
}

.biller-art {
  display: block;
  width: min(100%, 15.5rem);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 16px 22px rgba(11, 42, 74, 0.14));
  transition: transform 180ms ease, filter 180ms ease;
}

.biller-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #1e2bff;
  font-weight: 900;
  transition: color 180ms ease, transform 180ms ease;
}

.biller-action [data-lucide] {
  height: 1rem;
  width: 1rem;
}

.biller-card:hover,
.biller-card:focus-within {
  transform: translateY(-5px);
}

.biller-card:hover .biller-art,
.biller-card:focus-within .biller-art {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 20px 26px rgba(11, 42, 74, 0.18));
}

.biller-card:hover .biller-action,
.biller-card:focus-within .biller-action {
  color: #0b2a4a;
  transform: translateX(2px);
}

.biller-carousel {
  position: relative;
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.biller-carousel::-webkit-scrollbar {
  display: none;
}

.biller-carousel .biller-card {
  flex: 0 0 16.5rem;
}

.biller-carousel-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  will-change: transform;
  animation: billerDrift 18s linear infinite;
}

.biller-carousel:hover .biller-carousel-track,
.biller-carousel:focus-within .biller-carousel-track,
.biller-carousel.is-paused .biller-carousel-track {
  animation-play-state: paused;
}

@keyframes billerDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.filter-chip[aria-pressed="true"] {
  background: #0b2a4a;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(11, 42, 74, 0.16);
}

.difference-row {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
}

.check-mark,
.x-mark {
  display: inline-grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.check-mark {
  background: rgba(255, 201, 74, 0.24);
  color: #0b2a4a;
}

.x-mark {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
}

.value-card {
  min-height: 15rem;
  cursor: pointer;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.value-card .icon-badge,
.value-card h3,
.value-card .value-detail {
  transition: color 220ms ease, opacity 220ms ease, transform 220ms ease, background-color 220ms ease;
}

.value-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
}

.value-card:hover,
.value-card:focus,
.value-card.is-active {
  background: #0b2a4a !important;
  border-color: rgba(11, 42, 74, 0.18);
  box-shadow: 0 24px 60px rgba(11, 42, 74, 0.14);
  outline: none;
}

.value-card:hover h3,
.value-card:focus h3,
.value-card.is-active h3 {
  color: #ffffff !important;
}

.value-card:hover .value-detail,
.value-card:focus .value-detail,
.value-card.is-active .value-detail {
  max-height: 9rem;
  opacity: 1;
  color: #eaf2ff;
  transform: translateY(0);
}

.value-card:hover .icon-badge,
.value-card:focus .icon-badge,
.value-card.is-active .icon-badge {
  background: #ffc94a;
  color: #0b2a4a;
}

@media (hover: none) {
  .value-card {
    min-height: 13.5rem;
  }
}

.counter-card strong {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 1;
}

.tab-button[aria-selected="true"] {
  background: #0b2a4a;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(11, 42, 74, 0.16);
}

.tab-button[aria-selected="true"].text-navy,
.tab-button[aria-selected="true"] * {
  color: #ffffff !important;
}

.faq-item[hidden],
[data-contact-panel][hidden],
[data-business-field][hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .comparison-table {
    overflow: visible;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .comparison-table > div {
    grid-template-columns: 1fr;
  }

  .comparison-table > div:first-child {
    display: none;
  }

  .comparison-table > div:not(:first-child) {
    display: block;
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #f3f4f6;
    border-radius: 1.5rem;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(11, 42, 74, 0.1);
  }

  .comparison-table > div:not(:first-child) > div {
    padding: 1rem 1.25rem;
  }

  .comparison-table > div:not(:first-child) > div:first-child {
    background: #0b2a4a;
    color: #ffffff !important;
    font-size: 1.05rem;
  }

  .comparison-table > div:not(:first-child) > div:nth-child(2),
  .comparison-table > div:not(:first-child) > div:nth-child(3) {
    color: #374151 !important;
  }

  .comparison-table > div:not(:first-child) > div:nth-child(2)::before,
  .comparison-table > div:not(:first-child) > div:nth-child(3)::before {
    display: block;
    margin-bottom: 0.35rem;
    color: #1e6feb;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .comparison-table-workflow > div:not(:first-child) > div:nth-child(2)::before {
    content: "Customer sees";
  }

  .comparison-table-workflow > div:not(:first-child) > div:nth-child(3)::before {
    content: "Splitano handles";
  }

  .comparison-table-credit > div:not(:first-child) > div:nth-child(2)::before {
    content: "Without Credit Builder";
  }

  .comparison-table-credit > div:not(:first-child) > div:nth-child(3)::before {
    content: "With Credit Builder";
  }

  .difference-row {
    grid-template-columns: 1fr 1fr;
  }

  .difference-row:first-child {
    display: none;
  }

  .difference-row:not(:first-child) {
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #f3f4f6 !important;
    border-radius: 1.5rem;
    background: #ffffff !important;
    box-shadow: 0 18px 44px rgba(11, 42, 74, 0.1);
  }

  .difference-row:not(:first-child) > div:first-child {
    grid-column: 1 / -1;
    background: #0b2a4a;
    color: #ffffff !important;
    font-size: 1.05rem;
  }

  .difference-row:not(:first-child) > div:not(:first-child) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.5rem;
    padding: 1rem !important;
    background: #ffffff;
  }

  .difference-row:not(:first-child) > div:nth-child(2) {
    border-right: 1px solid #eaf2ff;
  }

  .difference-row:not(:first-child) > div:nth-child(2)::before,
  .difference-row:not(:first-child) > div:nth-child(3)::before {
    display: block;
    margin-bottom: 0.6rem;
    color: #1e6feb;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .difference-row:not(:first-child) > div:nth-child(2),
  .difference-row:not(:first-child) > div:nth-child(3) {
    flex-direction: column;
  }

  .difference-row:not(:first-child) > div:nth-child(2)::before {
    content: "Traditional";
  }

  .difference-row:not(:first-child) > div:nth-child(3)::before {
    content: "Splitano";
  }

  .timeline-rail::before {
    left: 2rem;
  }

  .timeline-step {
    padding-left: 5.25rem !important;
  }

  .timeline-step::before {
    left: 1rem;
    top: 1.25rem;
  }

  .interactive-panel,
  .feature-card,
  .lift-card {
    border-radius: 1.35rem;
  }

  .interactive-panel {
    padding: 1rem !important;
  }

  .field-shell {
    min-height: 44px;
    font-size: 16px !important;
  }

  [data-contact-tabs] {
    border-radius: 1.5rem !important;
    background: #ffffff !important;
    padding: 0.5rem !important;
  }

  [data-contact-tabs].rounded-full {
    border-radius: 1.5rem !important;
  }

  [data-contact-tabs] .tab-button {
    min-height: 44px;
    width: 100%;
    border-radius: 999px !important;
  }

  .btn-primary,
  .btn-gold {
    min-height: 44px;
    width: 100%;
    text-align: center;
  }

  .biller-carousel {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  }

  .biller-carousel-track {
    animation-duration: 16s;
  }

  .biller-carousel .biller-card {
    flex-basis: min(78vw, 16rem);
  }

  .biller-card {
    min-height: 18rem;
    padding: 0.2rem 0.5rem 0.9rem;
  }

  .biller-art {
    width: min(100%, 14rem);
  }

  footer .border-l {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  [data-mobile-nav] {
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 480px) {
  .brand-shell {
    padding-top: 8.5rem !important;
  }

  .brand-shell h1,
  .brand-shell .text-5xl,
  .brand-shell .sm\:text-6xl,
  .brand-shell .lg\:text-7xl {
    font-size: clamp(2.15rem, 10vw, 2.8rem) !important;
    line-height: 1.02 !important;
  }

  .text-5xl {
    font-size: 2.35rem !important;
    line-height: 1.08 !important;
  }

  .text-4xl {
    font-size: 2rem !important;
    line-height: 1.12 !important;
  }

  .text-3xl {
    font-size: 1.65rem !important;
  }

  .feature-card,
  .lift-card {
    padding: 1.25rem !important;
  }

  .timeline-rail::before {
    left: 1.6rem;
  }

  .timeline-step {
    padding-left: 4.55rem !important;
  }

  .timeline-step::before {
    left: 0.65rem;
    width: 3.05rem;
    height: 3.05rem;
  }
}

@media (max-width: 380px) {
  .brand-shell h1,
  .brand-shell .text-5xl,
  .brand-shell .sm\:text-6xl,
  .brand-shell .lg\:text-7xl {
    font-size: 2.15rem !important;
  }

  .biller-carousel .biller-card {
    flex-basis: 80vw;
  }
}

.final-cta-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(30, 111, 235, 0.28), transparent 28rem),
    radial-gradient(circle at 16% 86%, rgba(255, 201, 74, 0.18), transparent 24rem),
    #0b2a4a;
}

.final-cta-band::before,
.final-cta-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.7;
}

.final-cta-band::before {
  inset: auto -12rem -20rem 42%;
  height: 34rem;
  background: rgba(30, 111, 235, 0.16);
  transform: rotate(-12deg);
}

.final-cta-band::after {
  left: -7rem;
  top: -12rem;
  width: 30rem;
  height: 30rem;
  background: rgba(255, 201, 74, 0.12);
}

.final-cta-grid {
  position: relative;
  z-index: 1;
}

.final-phone-stage {
  position: relative;
  min-height: 34rem;
  isolation: isolate;
}

.final-phone {
  position: absolute;
  width: min(16.5rem, 44vw);
  border: 0.55rem solid #071f38;
  border-radius: 2.4rem;
  background: #f8fbff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.final-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.45rem;
  z-index: 2;
  width: 5.25rem;
  height: 1.05rem;
  border-radius: 999px;
  background: #071f38;
  transform: translateX(-50%);
}

.final-phone.back {
  left: 5%;
  top: 3.2rem;
  z-index: 1;
  transform: rotate(-4deg);
}

.final-phone.front {
  left: 42%;
  top: 0;
  z-index: 2;
  transform: rotate(3deg);
}

.final-phone-screen {
  min-height: 29rem;
  padding: 2.35rem 1rem 1rem;
}

.final-phone-header {
  margin: -2.35rem -1rem 1rem;
  padding: 2.7rem 1rem 1.25rem;
  background: linear-gradient(135deg, #ffc94a, #ffe69a);
  color: #0b2a4a;
}

.final-phone-pill {
  position: relative;
  border-radius: 1rem;
  background: #ffffff;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
  color: #0b2a4a;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.12);
}

.final-phone.front .final-phone-pill::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: #ffc94a;
  box-shadow: 0 0 0 0.3rem rgba(255, 201, 74, 0.18);
}

.final-phone.front .final-phone-pill {
  gap: 0.6rem;
}

.final-phone-pill span {
  color: #374151;
  font-weight: 800;
  margin-right: auto;
}

.final-phone-pill strong {
  color: #0b2a4a;
  font-weight: 900;
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.6rem;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 1rem;
  padding: 0.9rem 1.35rem;
  color: #ffffff;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.final-cta-button:hover,
.final-cta-button:focus-visible {
  transform: translateY(-2px);
  border-color: #ffc94a;
  background: #ffc94a;
  color: #0b2a4a;
}

@media (max-width: 1023px) {
  .final-phone-stage {
    order: -1;
    min-height: 30rem;
    max-width: 34rem;
    margin-inline: auto;
    width: 100%;
  }

  .final-phone {
    width: min(15rem, 46vw);
  }

  .final-phone.back {
    left: 10%;
  }

  .final-phone.front {
    left: 42%;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .final-cta-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    align-items: center;
    gap: 2rem;
  }

  .final-phone-stage {
    order: 0;
    min-height: 24rem;
    max-width: none;
    margin-inline: 0;
    margin-bottom: 0;
  }

  .final-phone {
    width: min(12.25rem, 27vw);
    border-width: 0.42rem;
    border-radius: 1.9rem;
  }

  .final-phone.back {
    left: 0;
    top: 2.6rem;
  }

  .final-phone.front {
    left: 42%;
    top: 0.3rem;
  }

  .final-phone-screen {
    min-height: 20.5rem;
    padding: 2.05rem 0.7rem 0.7rem;
  }

  .final-phone-header {
    margin: -2.05rem -0.7rem 0.7rem;
    padding: 2.45rem 0.7rem 0.9rem;
  }

  .final-phone-header .text-3xl {
    font-size: 1.6rem !important;
    line-height: 1.05 !important;
  }

  .final-phone-pill {
    border-radius: 0.85rem;
    padding: 0.58rem 0.62rem;
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .final-phone.front .final-phone-pill {
    gap: 0.45rem;
  }

  .final-phone.front .final-phone-pill::before {
    width: 0.42rem;
    height: 0.42rem;
    box-shadow: 0 0 0 0.22rem rgba(255, 201, 74, 0.18);
  }

  .final-cta-grid h2 {
    font-size: clamp(2.65rem, 6vw, 4rem) !important;
    line-height: 1.02 !important;
  }

  .final-cta-grid .lg\:pl-8 {
    padding-left: 0 !important;
  }
}

@media (max-width: 520px) {
  .final-cta-band {
    padding-top: 3rem !important;
    padding-bottom: 3.25rem !important;
  }

  .final-phone-stage {
    min-height: 22.25rem;
    max-width: 21rem;
    margin-bottom: 1.25rem;
  }

  .final-phone {
    width: min(10.9rem, 46vw);
    border-width: 0.42rem;
    border-radius: 1.9rem;
  }

  .final-phone.back {
    left: 0;
    top: 2.15rem;
  }

  .final-phone.front {
    left: auto;
    right: 0;
    top: 0.35rem;
  }

  .final-phone-screen {
    min-height: 18.35rem;
    padding: 1.95rem 0.65rem 0.65rem;
  }

  .final-phone-header {
    margin: -1.95rem -0.65rem 0.65rem;
    padding: 2.3rem 0.65rem 0.8rem;
  }

  .final-phone::before {
    top: 0.38rem;
    width: 4rem;
    height: 0.75rem;
  }

  .final-phone-header .text-3xl {
    font-size: 1.45rem !important;
    line-height: 1.05 !important;
  }

  .final-phone-header p {
    line-height: 1.15;
  }

  .final-phone-pill {
    border-radius: 0.78rem;
    padding: 0.55rem 0.55rem 0.55rem 0.65rem;
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .final-phone.front .final-phone-pill {
    gap: 0.42rem;
  }

  .final-phone.front .final-phone-pill::before {
    width: 0.38rem;
    height: 0.38rem;
    box-shadow: 0 0 0 0.2rem rgba(255, 201, 74, 0.18);
  }

  .final-cta-grid h2 {
    font-size: clamp(2.05rem, 12vw, 2.65rem) !important;
    line-height: 1.02 !important;
    max-width: 18rem;
  }
}

.float-soft {
  animation: float-soft 6s ease-in-out infinite;
}

.reveal-card {
  animation: none;
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes rise-in {
  from {
    transform: translateY(16px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slide-in-left {
  from {
    transform: translateX(24px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    transform: translateX(-24px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes scale-in {
  from {
    transform: scale(0.96);
  }
  to {
    transform: scale(1);
  }
}

@keyframes number-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.045);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes field-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-4px);
  }
  70% {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}
