:root {
  --sps-ink: #242831;
  --sps-ink-soft: #5e6674;
  --sps-primary: #2f74e6;
  --sps-primary-dark: #184caf;
  --sps-accent: #9fc4bc;
  --sps-accent-strong: #7db7ab;
  --sps-accent-soft: #e6f3ef;
  --sps-silver: #d9dde2;
  --sps-surface: #ffffff;
  --sps-surface-alt: #f4f6f8;
  --sps-border: rgba(36, 40, 49, 0.1);
  --sps-shadow: 0 18px 45px rgba(36, 40, 49, 0.08);
  --sps-shadow-lg: 0 30px 70px rgba(36, 40, 49, 0.14);
  --sps-radius: 24px;
  --sps-radius-md: 18px;
  --sps-radius-sm: 14px;
  --sps-h1: clamp(2.1rem, 3.1vw, 3.5rem);
  --sps-h2: clamp(1.6rem, 2.1vw, 2.45rem);
  --sps-h3: clamp(1.05rem, 1.2vw, 1.3rem);
  --sps-body: clamp(0.96rem, 0.18vw + 0.92rem, 1rem);
  --sps-body-sm: clamp(0.9rem, 0.14vw + 0.86rem, 0.96rem);
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--sps-body);
  line-height: 1.65;
  color: var(--sps-ink);
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(47, 116, 230, 0.09), transparent 55%),
    radial-gradient(800px 380px at 100% 10%, rgba(159, 196, 188, 0.18), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.sps-page {
  overflow-x: hidden;
}

body.sps-modal-open {
  overflow: hidden;
}

.sps-page h1,
.sps-page h2,
.sps-page h3,
.sps-page h4 {
  text-wrap: balance;
  word-break: normal;
}

.sps-page h1 {
  font-size: var(--sps-h1) !important;
  line-height: 1.08;
}

.sps-page h2 {
  font-size: var(--sps-h2) !important;
  line-height: 1.14;
}

.sps-page h3 {
  font-size: var(--sps-h3) !important;
  line-height: 1.3;
}

.sps-page .btn-primary {
  background: linear-gradient(135deg, var(--sps-primary), var(--sps-primary-dark)) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 26px rgba(47, 116, 230, 0.2) !important;
}

.sps-page .btn-primary:hover {
  filter: brightness(0.98);
}

.sps-page .btn-dark {
  background: #2a2d35 !important;
  border-color: #2a2d35 !important;
}

.sps-page .btn-light,
.sps-page .btn-light i,
.sps-page .sps-band-cta.btn-light,
.sps-page .sps-band-cta.btn-light i {
  color: var(--sps-ink) !important;
}

.sps-page .btn-light {
  background: linear-gradient(180deg, #f8fbfc, #dff0ec) !important;
  border-color: rgba(36, 40, 49, 0.08) !important;
  box-shadow: 0 14px 26px rgba(10, 22, 39, 0.14) !important;
}

.sps-page .btn-light:hover,
.sps-page .btn-light:focus {
  color: var(--sps-ink) !important;
  background: linear-gradient(180deg, #ffffff, #d8ece7) !important;
  border-color: rgba(36, 40, 49, 0.12) !important;
}

.sps-page .btn-outline-dark {
  color: #2a2d35 !important;
  border-color: rgba(42, 45, 53, 0.22) !important;
}

.sps-page .btn-outline-dark:hover {
  background: rgba(159, 196, 188, 0.12) !important;
  border-color: #7db7ab !important;
}

.sps-topbar {
  background: #2a2d35;
}

.sps-topbar a,
.sps-footer a {
  text-decoration: none;
}

.sps-navbar {
  background: rgba(36, 40, 49, 0.78) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sticky-top.sps-navbar {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(36, 40, 49, 0.08);
}

.sticky-top.sps-navbar .navbar-brand span,
.sticky-top.sps-navbar .navbar-brand small,
.sticky-top.sps-navbar .navbar-nav .nav-link {
  color: var(--sps-ink) !important;
}

.sps-navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  margin-left: 1.2rem;
}

.sps-navbar .navbar-nav .nav-link.active,
.sps-navbar .navbar-nav .nav-link:hover {
  color: var(--sps-primary) !important;
}

.sps-navbar .navbar-brand {
  gap: 0.9rem;
}

.sps-navbar .navbar-brand img {
  width: auto;
  height: 46px;
}

.sps-section {
  padding: 4.75rem 0;
}

.sps-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(230, 243, 239, 0.96));
  border: 1px solid rgba(125, 183, 171, 0.34);
  color: #315a73;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.8rem;
  box-shadow: 0 10px 26px rgba(36, 40, 49, 0.08);
}

.sps-eyebrow i {
  color: var(--sps-primary);
}

.sps-title {
  max-width: 16ch;
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

.sps-copy {
  color: var(--sps-ink-soft);
  max-width: 62ch;
  font-size: var(--sps-body);
  line-height: 1.72;
}

.sps-hero-home,
.sps-hero-page {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.sps-hero-home {
  min-height: 100svh;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.sps-hero-page {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.sps-hero-media,
.sps-hero-overlay {
  position: absolute;
  inset: 0;
}

.sps-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sps-hero-overlay {
  background:
    radial-gradient(900px 500px at 10% 15%, rgba(47, 116, 230, 0.34), transparent 52%),
    radial-gradient(720px 420px at 92% 18%, rgba(159, 196, 188, 0.24), transparent 48%),
    linear-gradient(135deg, rgba(36, 40, 49, 0.94), rgba(36, 40, 49, 0.72));
}

.sps-hero-inner {
  position: relative;
  z-index: 1;
}

.sps-hero-home .sps-title,
.sps-hero-page .sps-title {
  color: #fff;
  max-width: 13ch;
}

.sps-hero-home .sps-eyebrow,
.sps-hero-page .sps-eyebrow,
.sps-band .sps-eyebrow {
  background: linear-gradient(135deg, rgba(42, 45, 53, 0.82), rgba(24, 76, 175, 0.62));
  border: 1px solid rgba(159, 196, 188, 0.34);
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.sps-hero-home .sps-eyebrow i,
.sps-hero-page .sps-eyebrow i,
.sps-band .sps-eyebrow i {
  color: #bde4db;
}

.sps-hero-home .sps-copy,
.sps-hero-page .sps-copy {
  color: rgba(255, 255, 255, 0.82);
}

.sps-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.sps-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.sps-trust-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sps-radius-md);
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.sps-trust-item strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.sps-trust-item span {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.88rem;
  line-height: 1.55;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
}

.sps-panel,
.sps-card,
.sps-quote-form,
.sps-proof-card,
.sps-contact-card,
.sps-team-card,
.sps-logo-card {
  background: var(--sps-surface);
  border: 1px solid var(--sps-border);
  border-radius: var(--sps-radius);
  box-shadow: var(--sps-shadow);
  overflow: hidden;
}

.sps-panel {
  padding: 1.8rem;
}

.sps-quote-form {
  position: relative;
  isolation: isolate;
  padding: 1.8rem;
  background:
    linear-gradient(180deg, rgba(13, 23, 40, 0.94), rgba(25, 43, 73, 0.9));
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: var(--sps-shadow-lg);
}

.sps-quote-form::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(280px 180px at 0% 0%, rgba(47, 116, 230, 0.18), transparent 60%),
    radial-gradient(240px 160px at 100% 10%, rgba(159, 196, 188, 0.14), transparent 58%);
}

.sps-quote-form h3,
.sps-quote-form p,
.sps-quote-form label,
.sps-quote-form small {
  color: #fff;
}

.sps-quote-form h3 {
  font-size: 1.38rem !important;
  line-height: 1.15;
}

.sps-quote-form p {
  color: rgba(255, 255, 255, 0.8);
}

.sps-form-control,
.sps-form-select,
.sps-form-textarea {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.98);
  color: var(--sps-ink);
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sps-form-textarea {
  min-height: 140px;
  resize: vertical;
}

.sps-form-control::placeholder,
.sps-form-textarea::placeholder {
  color: rgba(36, 40, 49, 0.58);
}

.sps-form-select {
  color: var(--sps-ink);
}

.sps-form-select option {
  color: var(--sps-ink);
}

.sps-form-control:focus,
.sps-form-select:focus,
.sps-form-textarea:focus {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(47, 116, 230, 0.2),
    0 12px 24px rgba(9, 18, 31, 0.08);
  border-color: rgba(47, 116, 230, 0.6);
}

.sps-grid-3,
.sps-grid-4,
.sps-grid-2 {
  display: grid;
  gap: 1.15rem;
}

.sps-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sps-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sps-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sps-card {
  padding: 1.4rem;
  height: 100%;
}

.sps-card h3,
.sps-process-step h3,
.sps-logo-card h3,
.sps-contact-card h3,
.sps-team-card h3 {
  margin-bottom: 0.7rem;
}

.sps-icon-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--sps-primary), var(--sps-accent-strong));
  color: #fff;
  box-shadow: 0 14px 24px rgba(47, 116, 230, 0.18);
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
}

.sps-card p,
.sps-card li,
.sps-proof-card p,
.sps-contact-card p,
.sps-team-card p {
  color: var(--sps-ink-soft);
  font-size: var(--sps-body-sm);
  line-height: 1.65;
}

.sps-checklist {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sps-checklist li {
  position: relative;
  padding-left: 1.7rem;
  font-size: var(--sps-body-sm);
  line-height: 1.55;
}

.sps-checklist li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.08rem;
  color: var(--sps-primary);
}

.sps-proof-card {
  padding: 1.35rem;
}

.sps-proof-card strong {
  display: block;
  font-size: 1.55rem;
  color: var(--sps-ink);
  line-height: 1.15;
}

.sps-proof-card span {
  color: #5b8f84;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sps-band {
  background: linear-gradient(135deg, #2a2d35, #2f74e6);
  color: #fff;
  border-radius: 32px;
  padding: 1.9rem;
  box-shadow: var(--sps-shadow-lg);
}

.sps-band p {
  color: rgba(255, 255, 255, 0.8);
}

.sps-band-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  padding: 0.9rem 1.35rem;
  border-radius: 18px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 16px 28px rgba(10, 22, 39, 0.16);
}

.sps-social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
}

.sps-social-actions .btn {
  min-width: 220px;
}

.sps-logo-card {
  padding: 1.15rem;
  text-align: center;
}

.sps-logo-card img {
  height: 76px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.sps-logo-card small {
  color: #5b8f84;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sps-logo-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.sps-logo-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  padding: 0.35rem 0;
  animation: sps-marquee 34s linear infinite;
}

.sps-logo-marquee:hover .sps-logo-track {
  animation-play-state: paused;
}

.sps-logo-item {
  flex: 0 0 auto;
  width: 220px;
  padding: 1rem 1.1rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 246, 248, 0.96));
  border: 1px solid var(--sps-border);
  border-radius: 22px;
  box-shadow: var(--sps-shadow);
}

.sps-logo-item img {
  width: auto;
  height: 60px;
  object-fit: contain;
  margin-bottom: 0.85rem;
}

.sps-logo-item h3 {
  font-size: 0.98rem !important;
  margin-bottom: 0.3rem;
}

.sps-logo-item small {
  color: #5b8f84;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sps-process-step {
  position: relative;
  padding: 1.4rem;
  border-radius: var(--sps-radius);
  background: linear-gradient(180deg, #ffffff, #f7fbfd);
  border: 1px solid var(--sps-border);
  box-shadow: var(--sps-shadow);
  height: 100%;
}

.sps-process-step strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sps-accent-soft);
  color: #5d8e84;
  margin-bottom: 1rem;
}

.sps-accordion .accordion-item {
  border: 1px solid var(--sps-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--sps-shadow);
  margin-bottom: 1rem;
}

.sps-accordion .accordion-button {
  font-weight: 800;
  color: var(--sps-ink);
  background: #fff;
}

.sps-accordion .accordion-button:not(.collapsed) {
  color: var(--sps-primary-dark);
  background: rgba(159, 196, 188, 0.16);
  box-shadow: none;
}

.sps-contact-card,
.sps-team-card {
  padding: 1.5rem;
  height: 100%;
}

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

.sps-contact-link {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: var(--sps-surface-alt);
  color: var(--sps-ink);
  text-decoration: none;
  margin-bottom: 0.9rem;
}

.sps-contact-link i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(159, 196, 188, 0.22);
  color: #4f8478;
}

.sps-contact-link small {
  display: block;
  color: var(--sps-ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.sps-page-map {
  overflow: hidden;
  border-radius: var(--sps-radius);
  box-shadow: var(--sps-shadow);
  min-height: 100%;
}

.sps-page-map iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
}

.sps-footer {
  background: #2a2d35;
  color: rgba(255, 255, 255, 0.8);
}

.sps-footer-card {
  background: linear-gradient(145deg, rgba(47, 116, 230, 0.96), rgba(125, 183, 171, 0.96));
  border-radius: 26px;
  padding: 2rem;
  color: #fff;
  box-shadow: var(--sps-shadow-lg);
}

.sps-footer-card p {
  color: rgba(255, 255, 255, 0.82);
}

.sps-footer-links {
  display: grid;
  gap: 0.75rem;
}

.sps-footer-links a {
  color: rgba(255, 255, 255, 0.84);
}

.sps-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sps-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(42, 45, 53, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  z-index: 1200;
}

.sps-sticky-cta a {
  flex: 1;
  padding: 0.9rem 0.35rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}

.sps-sticky-cta i {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.back-to-top {
  right: 1rem !important;
  bottom: 5rem !important;
  border-radius: 16px !important;
}

.sps-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(8, 26, 51, 0.6);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1400;
}

.sps-modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sps-modal-card {
  width: min(100%, 540px);
  background: #fff;
  border: 1px solid rgba(8, 26, 51, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(8, 26, 51, 0.22);
  overflow: hidden;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.sps-modal-overlay.is-visible .sps-modal-card {
  transform: translateY(0) scale(1);
}

.sps-modal-top {
  padding: 1.5rem 1.5rem 1rem;
  background:
    radial-gradient(460px 200px at 15% 0%, rgba(47, 116, 230, 0.14), transparent 65%),
    radial-gradient(380px 180px at 100% 10%, rgba(159, 196, 188, 0.18), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.sps-modal-close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 26, 51, 0.06);
  color: var(--sps-ink);
}

.sps-modal-copy {
  padding: 0 1.5rem 1.5rem;
}

.sps-modal-copy p {
  color: var(--sps-ink-soft);
  font-size: var(--sps-body-sm);
  line-height: 1.7;
  margin-bottom: 0;
}

.sps-modal-actions {
  display: grid;
  gap: 0.8rem;
  padding: 0 1.5rem 1.5rem;
}

.sps-modal-note {
  display: block;
  text-align: center;
  color: var(--sps-ink-soft);
  font-size: 0.84rem;
  padding: 0 1.5rem 1.4rem;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 72px;
  }

  .sps-navbar {
    background:
      linear-gradient(180deg, rgba(7, 19, 36, 0.94), rgba(16, 29, 53, 0.9)) !important;
    box-shadow: 0 16px 34px rgba(8, 18, 33, 0.18);
  }

  .sps-navbar .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1rem 1.1rem;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(17, 28, 47, 0.98), rgba(34, 42, 61, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 40px rgba(4, 12, 24, 0.3);
  }

  .sps-navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .sps-navbar .navbar-nav .nav-link:last-child {
    border-bottom: 0;
  }

  .sps-navbar .collapse .btn {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
  }

  .sps-navbar .collapse .d-flex {
    gap: 0.75rem !important;
  }

  .sps-grid-4,
  .sps-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sps-grid-2 {
    grid-template-columns: 1fr;
  }

  .sps-trust-strip {
    grid-template-columns: 1fr;
  }

  .sps-trust-item {
    position: relative;
    padding: 1rem 1.05rem 1rem 1.15rem;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(20, 31, 52, 0.82), rgba(33, 45, 69, 0.76));
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 28px rgba(7, 14, 27, 0.18);
  }

  .sps-trust-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #8fd1c1, #2f74e6);
  }

  .sps-trust-item strong {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }

  .sps-trust-item span {
    font-size: 0.9rem;
  }

  .sps-hero-home,
  .sps-hero-page {
    padding-top: 8.2rem;
    padding-bottom: 4.3rem;
  }

  .sps-logo-item {
    width: 180px;
    padding: 0.9rem;
  }

  .sps-logo-item img {
    height: 52px;
  }

  .sps-logo-track {
    animation-duration: 26s;
  }
}

@media (max-width: 767.98px) {
  .sps-section {
    padding: 3.45rem 0;
  }

  .sps-grid-4,
  .sps-grid-3 {
    grid-template-columns: 1fr;
  }

  .sps-title,
  .sps-hero-home .sps-title,
  .sps-hero-page .sps-title {
    max-width: none;
  }

  .sps-page h1 {
    font-size: clamp(1.85rem, 6.4vw, 2.45rem) !important;
  }

  .sps-page h2 {
    font-size: clamp(1.4rem, 4.8vw, 1.85rem) !important;
  }

  .sps-page h3 {
    font-size: clamp(1rem, 3.5vw, 1.12rem) !important;
  }

  .sps-hero-inner .row {
    row-gap: 1.7rem !important;
  }

  .sps-hero-home .col-lg-7,
  .sps-hero-page .col-lg-7,
  .sps-hero-home .col-lg-5,
  .sps-hero-page .col-lg-5 {
    position: relative;
    z-index: 1;
  }

  .sps-hero-home .sps-copy,
  .sps-hero-page .sps-copy {
    max-width: 34rem;
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .sps-hero-actions .btn {
    width: 100%;
    min-height: 56px;
    border-radius: 18px;
    font-size: 0.98rem;
    box-shadow: 0 18px 30px rgba(8, 18, 33, 0.16);
  }

  .sps-hero-actions {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .sps-panel,
  .sps-quote-form,
  .sps-card,
  .sps-contact-card,
  .sps-team-card,
  .sps-proof-card {
    padding: 1.15rem;
  }

  .sps-band {
    border-radius: 26px;
    padding: 1.35rem;
    box-shadow: 0 22px 44px rgba(12, 24, 43, 0.2);
  }

  .sps-band-cta {
    width: auto !important;
    min-width: 0;
    max-width: 100%;
    padding: 0.85rem 1.2rem;
    font-size: 0.96rem;
    white-space: normal;
  }

  .sps-social-actions {
    justify-content: stretch;
  }

  .sps-social-actions .btn {
    width: 100%;
  }

  .sps-copy,
  .sps-card p,
  .sps-card li,
  .sps-checklist li,
  .sps-contact-link small {
    font-size: 0.92rem;
  }

  .sps-eyebrow {
    gap: 0.45rem;
    max-width: min(100%, 29rem);
    padding: 0.62rem 0.82rem;
    border-radius: 18px;
    font-size: 0.75rem;
    line-height: 1.42;
    letter-spacing: 0.01em;
  }

  .sps-hero-home .sps-eyebrow,
  .sps-hero-page .sps-eyebrow {
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: min(100%, 26rem);
    padding: 0.72rem 0.9rem;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(19, 31, 52, 0.92), rgba(28, 53, 92, 0.82));
    border: 1px solid rgba(159, 196, 188, 0.24);
    box-shadow: 0 18px 36px rgba(2, 10, 21, 0.26);
    color: #ffffff !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
  }

  .sps-hero-home .sps-eyebrow i,
  .sps-hero-page .sps-eyebrow i {
    margin-top: 0.05rem;
    color: #d5f2eb;
  }

  .sps-trust-strip {
    gap: 0.8rem;
    margin-top: 1.35rem;
  }

  .sps-trust-item {
    padding: 0.95rem 0.95rem 0.95rem 1.05rem;
  }

  .sps-trust-item strong {
    font-size: 0.97rem;
    margin-bottom: 0.24rem;
  }

  .sps-trust-item span {
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .sps-card,
  .sps-panel,
  .sps-proof-card,
  .sps-contact-card,
  .sps-team-card,
  .sps-process-step,
  .sps-logo-item {
    border-radius: 22px;
  }

  .sps-proof-card {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
  }

  .sps-contact-link {
    padding: 0.95rem 1rem;
    border-radius: 20px;
  }

  .sps-quote-form {
    padding: 1.2rem;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(10, 20, 36, 0.98), rgba(22, 39, 67, 0.96));
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 44px rgba(3, 10, 20, 0.3);
  }

  .sps-quote-form h3 {
    font-size: 1.18rem !important;
    margin-bottom: 0.35rem !important;
  }

  .sps-quote-form p {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 1rem !important;
  }

  .sps-quote-form .mb-3 {
    margin-bottom: 0.8rem !important;
  }

  .sps-quote-form small {
    display: block;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
  }

  .sps-quote-form small a {
    color: #ffffff !important;
  }

  .sps-contact-link i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .sps-form-control,
  .sps-form-select,
  .sps-form-textarea,
  .form-control,
  .form-select {
    min-height: 54px;
    border-radius: 16px;
  }

  .sps-form-control,
  .sps-form-select,
  .sps-form-textarea {
    font-size: 0.96rem;
    padding: 0.88rem 0.95rem;
  }

  .sps-form-textarea {
    min-height: 132px;
  }

  .sps-modal-card {
    border-radius: 24px;
  }

  .sps-modal-top,
  .sps-modal-copy,
  .sps-modal-actions,
  .sps-modal-note {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
}

@media (max-width: 991.98px) {
  .sps-hero-home .sps-trust-item,
  .sps-hero-page .sps-trust-item {
    background:
      linear-gradient(180deg, rgba(17, 28, 46, 0.88), rgba(31, 45, 72, 0.82)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
  }

  .sps-hero-home .sps-trust-item strong,
  .sps-hero-page .sps-trust-item strong,
  .sps-hero-home .sps-trust-item span,
  .sps-hero-page .sps-trust-item span,
  .sps-hero-home .sps-trust-item * ,
  .sps-hero-page .sps-trust-item * {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .sps-hero-home .sps-trust-item span,
  .sps-hero-page .sps-trust-item span {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.96) !important;
    line-height: 1.55 !important;
  }

  .sps-band .sps-eyebrow {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
    color: #ffffff !important;
  }
}

@media (prefers-color-scheme: dark) and (max-width: 991.98px) {
  .sps-page {
    color: var(--sps-ink) !important;
  }

  .sps-page main,
  .sps-page section,
  .sps-page .container,
  .sps-page .container-fluid {
    color: var(--sps-ink) !important;
  }

  .sps-page .sps-section,
  .sps-page .sps-panel,
  .sps-page .sps-card,
  .sps-page .sps-proof-card,
  .sps-page .sps-contact-card,
  .sps-page .sps-team-card,
  .sps-page .sps-logo-card,
  .sps-page .sps-logo-item,
  .sps-page .sps-process-step,
  .sps-page .accordion-item,
  .sps-page .sps-page-map,
  .sps-page .sps-modal-card {
    background: var(--sps-surface) !important;
    color: var(--sps-ink) !important;
    border-color: var(--sps-border) !important;
    box-shadow: var(--sps-shadow) !important;
  }

  .sps-page .sps-quote-form {
    background:
      linear-gradient(180deg, rgba(10, 20, 36, 0.98), rgba(22, 39, 67, 0.96)) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 22px 44px rgba(3, 10, 20, 0.3) !important;
  }

  .sps-page .sps-title,
  .sps-page h1,
  .sps-page h2,
  .sps-page h3,
  .sps-page h4,
  .sps-page h5,
  .sps-page h6,
  .sps-page strong,
  .sps-page .accordion-button {
    color: var(--sps-ink) !important;
    text-shadow: none !important;
  }

  .sps-page .sps-quote-form h3,
  .sps-page .sps-quote-form h4,
  .sps-page .sps-quote-form strong {
    color: #ffffff !important;
    text-shadow: none !important;
  }

  .sps-page .sps-copy,
  .sps-page p,
  .sps-page li,
  .sps-page small,
  .sps-page span,
  .sps-page label,
  .sps-page .sps-contact-link small,
  .sps-page .sps-card p,
  .sps-page .sps-proof-card p,
  .sps-page .sps-team-card p,
  .sps-page .sps-contact-card p,
  .sps-page .accordion-body {
    color: var(--sps-ink-soft) !important;
    text-shadow: none !important;
  }

  .sps-page .sps-quote-form p,
  .sps-page .sps-quote-form small,
  .sps-page .sps-quote-form label {
    color: rgba(255, 255, 255, 0.86) !important;
    text-shadow: none !important;
  }

  .sps-page .sps-contact-link {
    background: var(--sps-surface-alt) !important;
    color: var(--sps-ink) !important;
  }

  .sps-page .sps-hero-home,
  .sps-page .sps-hero-page,
  .sps-page .sps-band,
  .sps-page .sps-footer,
  .sps-page .sps-footer-card,
  .sps-page .sps-sticky-cta,
  .sps-page .sps-navbar,
  .sps-page .sps-topbar {
    color: #fff !important;
  }

  .sps-page .sps-hero-home .sps-title,
  .sps-page .sps-hero-page .sps-title,
  .sps-page .sps-hero-home .sps-copy,
  .sps-page .sps-hero-page .sps-copy,
  .sps-page .sps-band h1,
  .sps-page .sps-band h2,
  .sps-page .sps-band h3,
  .sps-page .sps-band p,
  .sps-page .sps-footer h1,
  .sps-page .sps-footer h2,
  .sps-page .sps-footer h3,
  .sps-page .sps-footer p,
  .sps-page .sps-footer a,
  .sps-page .sps-footer small {
    color: #fff !important;
  }

  .sps-page .btn-light,
  .sps-page .btn-light i,
  .sps-page .sps-band-cta.btn-light,
  .sps-page .sps-band-cta.btn-light i {
    color: var(--sps-ink) !important;
  }
}
