html {
  scroll-behavior: smooth;
}

body {
  background: #f5fbfd;
  color: #0d2d3d;
}

body::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #10A8D1 0%, #3AAFA9 60%, #0d8aad 100%);
}

.ssp-promo-bar {
  position: sticky;
  top: 0;
  z-index: 1101;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
}

.ssp-promo-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.ssp-promo-bar-text {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.ssp-promo-bar-copy {
  display: inline;
}

.ssp-promo-bar-copy-mobile {
  display: none;
}

.ssp-promo-bar-phone {
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
}

.ssp-promo-bar-phone:hover,
.ssp-promo-bar-phone:focus {
  color: #fff !important;
  text-decoration: underline;
}

.ssp-home-header {
  position: sticky;
  top: 40px;
  z-index: 1100;
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid #d9edf4;
  box-shadow: 0 0 0 rgba(13, 86, 112, 0);
  transition: box-shadow 0.18s ease, background 0.18s ease;
}

.ssp-home-header.is-scrolled {
  box-shadow: 0 10px 24px rgba(13, 86, 112, 0.12);
}

.ssp-home-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.ssp-logo-wrap {
  flex-shrink: 0;
}

.ssp-logo {
  width: 96px;
  max-width: 100%;
  height: auto;
}

.ssp-home-nav {
  flex: 1 1 auto;
  min-width: 0;
  border-top: none;
}

.ssp-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.ssp-header-phone {
  color: #0d2d3d;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssp-header-phone:hover {
  color: #0d2d3d;
  text-decoration: underline;
}

.ssp-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #c9e6f0;
  border-radius: 0.9rem;
  background: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.ssp-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #0d2d3d;
}

.ssp-home-nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.08rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ssp-home-nav-list a {
  display: inline-flex;
  align-items: center;
  color: #29515f;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  padding: 0.42rem 0.5rem;
  border-radius: 999px;
}

.ssp-home-nav-list a:hover {
  background: #eaf7fb;
  color: #0d2d3d;
}

.ssp-hero {
  background: linear-gradient(155deg, #11acd5 0%, #0f95bc 58%, #0c7b98 100%);
  color: #fff;
  padding: 1.1rem 0 1.35rem;
  position: relative;
  overflow: hidden;
}

.ssp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.ssp-hero .container {
  position: relative;
  z-index: 1;
}

.ssp-hero-copy h1 {
  color: #fff;
  font-size: clamp(1.7rem, 3.15vw, 2.85rem);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 0.26rem;
}

.ssp-hero-local-line {
  margin: 0 0 0.24rem;
  color: rgba(255,255,255,0.92);
  font-size: 0.96rem;
  font-weight: 700;
}

.ssp-hero-subhead {
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  font-weight: 800;
  margin-bottom: 0.24rem;
}

.ssp-hero-price-strip {
  display: block;
  margin: 0 0 0.58rem;
  color: rgba(255,255,255,0.94);
  font-size: 0.92rem;
  font-weight: 700;
}

.ssp-hero a:not(.ssp-btn),
.page-hero a:not(.btn),
#hero a:not(.btn):not(.btn-outline-light):not(.btn-danger) {
  color: #fff3a3 !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.ssp-hero a:not(.ssp-btn):hover,
.ssp-hero a:not(.ssp-btn):focus,
.page-hero a:not(.btn):hover,
.page-hero a:not(.btn):focus,
#hero a:not(.btn):not(.btn-outline-light):not(.btn-danger):hover,
#hero a:not(.btn):not(.btn-outline-light):not(.btn-danger):focus {
  color: #ffffff !important;
}

.ssp-hero-urgency-line {
  margin: 0 0 0.28rem;
  color: rgba(255,255,255,0.98);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 700;
}

.ssp-hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0.34rem;
}

.ssp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  text-decoration: none;
  font-weight: 900;
  font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ssp-btn:hover {
  transform: translateY(-1px);
}

.ssp-btn-primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(183, 77, 25, 0.28);
  border: none;
}

.ssp-btn-primary:hover {
  color: #fff !important;
}

.ssp-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.7);
}

.ssp-btn-secondary:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.08);
}

.ssp-hero-risk {
  margin: 0 0 0.22rem;
  color: rgba(255,255,255,0.96);
  font-size: 0.9rem;
  font-weight: 700;
}

.ssp-hero-trust {
  margin: 0 0 0.24rem;
  color: rgba(255,255,255,0.94);
  font-size: 0.9rem;
  font-weight: 800;
}

.ssp-hero-specifics {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  margin-top: 0;
  align-items: center;
}

.ssp-hero-specific {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.ssp-hero-specific::before {
  content: '\2713';
  margin-right: 0.42rem;
  font-weight: 900;
}

.ssp-hero-image-card {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.ssp-hero-image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 360px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.05) 100%);
}

.ssp-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssp-social-proof,
.ssp-pricing-section,
.ssp-form-section,
.ssp-steps-section,
.ssp-why-section,
.ssp-areas-section,
.ssp-faq-section,
.ssp-final-cta {
  padding: 4rem 0;
}

.ssp-social-proof,
.ssp-steps-section,
.ssp-areas-section {
  background: #fff;
}

.ssp-form-section,
.ssp-why-section,
.ssp-faq-section {
  background: #f7fbfd;
}

.ssp-pricing-section,
.ssp-final-cta {
  background: #eef8fb;
}

.ssp-review-card,
.ssp-step-card,
.ssp-trust-card,
.ssp-form-card {
  background: #fff;
  border: 1px solid #dceef4;
  border-radius: 1.2rem;
  box-shadow: 0 12px 30px rgba(13, 86, 112, 0.06);
}

.ssp-review-card {
  height: 100%;
  padding: 1.35rem;
}

.ssp-review-card p {
  color: #415e6a;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.ssp-review-card strong {
  color: #0d2d3d;
  font-size: 0.92rem;
}

.ssp-stars {
  color: #f5a623;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}

.ssp-review-link {
  color: #0d6e8a;
  font-weight: 800;
  text-decoration: underline;
}

.ssp-form-card {
  padding: 1.6rem;
}

.ssp-form-head h2,
.ssp-section-head h2,
.ssp-final-cta h2 {
  color: #0d2d3d;
  font-weight: 900;
  margin-bottom: 0.45rem;
}

.ssp-form-hook {
  color: #58707a;
  font-size: 0.96rem;
  margin: 0 0 0.4rem;
}

.ssp-form-head p,
.ssp-section-head p,
.ssp-pricing-note,
.ssp-final-subhead,
.ssp-final-phone-note {
  color: #58707a;
  font-weight: 700;
}

.ssp-form-section .form-label {
  font-weight: 800;
  color: #243b46;
}

.ssp-form-section .form-control,
.ssp-form-section .form-select {
  min-height: 50px;
  border-radius: 0.8rem;
  border: 1.5px solid #cfdee4;
}

.ssp-form-section .form-control:focus,
.ssp-form-section .form-select:focus {
  border-color: #10A8D1;
  box-shadow: 0 0 0 0.2rem rgba(16,168,209,0.16);
}

.ssp-form-section .form-check-label {
  font-size: 0.9rem;
  color: #50656f;
}

.ssp-submit-btn {
  width: 100%;
  border: none;
}

.ssp-form-trust-note {
  margin: 0.75rem 0 0;
  text-align: center;
  color: #72868f;
  font-size: 0.84rem;
  font-weight: 400;
}

.ssp-pricing-table-wrap {
  overflow-x: auto;
}

.ssp-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(13, 86, 112, 0.08);
}

.ssp-pricing-table th,
.ssp-pricing-table td {
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #e4f1f5;
  text-align: left;
  vertical-align: middle;
}

.ssp-pricing-table th {
  background: #10A8D1;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.ssp-pricing-table tr:last-child td {
  border-bottom: none;
}

.ssp-price-cell {
  font-size: 1.2rem;
  font-weight: 900;
  color: #0d2d3d;
}

.ssp-pricing-note {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ssp-step-card,
.ssp-trust-card {
  height: 100%;
  padding: 1.4rem;
}

.ssp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #10A8D1;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0.9rem;
}

.ssp-step-card h3,
.ssp-trust-card h3 {
  color: #0d2d3d;
  font-size: 1.08rem;
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.ssp-step-card p,
.ssp-trust-card p {
  color: #58707a;
  font-weight: 700;
  margin-bottom: 0;
}

.ssp-town-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border: 1px solid #bedfe9;
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  text-align: center;
  text-decoration: none;
  color: #0d6e8a;
  font-weight: 800;
  background: #fff;
}

.ssp-town-link:hover {
  background: #eaf7fb;
  color: #0d2d3d;
}

.ssp-final-subhead {
  margin: 0 0 1rem;
}

.ssp-final-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.ssp-final-phone {
  color: #0d2d3d;
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
}

.ssp-final-phone:hover {
  color: #0d2d3d;
  text-decoration: underline;
}

.ssp-final-phone-note {
  margin: 0;
  font-size: 0.92rem;
}

.ssp-mobile-cta-bar {
  display: none;
}

@media (max-width: 991.98px) {
  .ssp-home-header-inner {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .ssp-home-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.99);
    border-top: 1px solid #eef7fa;
    box-shadow: 0 10px 24px rgba(13, 86, 112, 0.08);
    padding: 0 1rem 0.75rem;
  }

  .ssp-home-nav.is-open {
    display: block;
  }

  .ssp-nav-toggle {
    display: inline-flex;
  }

  .ssp-home-nav-list {
    flex-direction: column;
    gap: 0.15rem;
    padding-top: 0.55rem;
    padding-bottom: 0;
  }

  .ssp-home-nav-list a {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.98rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }

  .ssp-hero {
    padding: 1rem 0 1.25rem;
  }

  .ssp-hero-image-placeholder {
    min-height: 290px;
  }

  .ssp-social-proof,
  .ssp-pricing-section,
  .ssp-form-section,
  .ssp-steps-section,
  .ssp-why-section,
  .ssp-areas-section,
  .ssp-faq-section,
  .ssp-final-cta {
    padding: 3rem 0;
  }
}

@media (max-width: 767.98px) {
  main {
    padding-bottom: 60px;
  }

  .ssp-promo-bar {
    top: 0;
  }

  .ssp-promo-bar-inner {
    min-height: 34px;
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
  }

  .ssp-promo-bar-text {
    font-size: 0.81rem;
    line-height: 1.15;
  }

  .ssp-promo-bar-copy-desktop {
    display: none;
  }

  .ssp-promo-bar-copy-mobile {
    display: inline;
  }

  .ssp-home-header-inner {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .ssp-logo {
    width: 84px;
  }

  .ssp-header-actions {
    gap: 0.5rem;
  }

  .ssp-header-phone {
    font-size: 0.93rem;
  }

  .ssp-nav-toggle {
    width: 42px;
    height: 42px;
  }

  .ssp-home-header {
    top: 34px;
  }

  .ssp-hero {
    padding: 0.9rem 0 1rem;
  }

  .ssp-hero-copy h1 {
    font-size: 1.52rem;
    line-height: 1.14;
    margin-bottom: 0.22rem;
  }

  .ssp-hero-local-line {
    font-size: 0.88rem;
    margin-bottom: 0.18rem;
  }

  .ssp-hero-subhead {
    font-size: 0.95rem;
    margin-bottom: 0.18rem;
  }

  .ssp-hero-price-strip {
    font-size: 0.81rem;
    margin-bottom: 0.48rem;
  }

  .ssp-hero-urgency-line {
    font-size: 0.8rem;
    margin-bottom: 0.24rem;
  }

  .ssp-hero-cta-group {
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 0.28rem;
  }

  .ssp-btn {
    width: 100%;
  }

  .ssp-hero-risk,
  .ssp-hero-trust {
    font-size: 0.82rem;
    line-height: 1.3;
  }

  .ssp-hero-specifics {
    display: grid;
    gap: 0.24rem;
    margin-top: 0.08rem;
  }

  .ssp-hero-specific {
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    white-space: normal;
  }

  .ssp-hero-image-placeholder {
    min-height: 210px;
  }

  .ssp-form-card {
    padding: 1.2rem;
  }

  .ssp-pricing-table th,
  .ssp-pricing-table td {
    padding: 0.9rem 0.9rem;
  }

  .ssp-pricing-table th:nth-child(2),
  .ssp-pricing-table td:nth-child(2) {
    text-align: right;
  }

  .ssp-price-cell {
    font-size: 1.08rem;
  }

  .ssp-mobile-cta-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    min-height: 56px;
    background: #10A8D1;
    border-top: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 -6px 18px rgba(13, 86, 112, 0.18);
  }

  .ssp-mobile-cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
  }

  .ssp-mobile-cta-link + .ssp-mobile-cta-link {
    border-left: 1px solid rgba(255,255,255,0.3);
  }
}
