/* Screenshot-matched Horner landing overrides. */
:root {
  --navy: #031d32;
  --navy-2: #05263d;
  --navy-3: #082b45;
  --ink: #092137;
  --green: #25bd75;
  --green-2: #22ad6c;
  --green-deep: #15945a;
  --page: #f7f8f7;
}

html,
body {
  background: var(--navy);
  min-width: 0;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

.header {
  background: linear-gradient(180deg, #031a2e 0%, #042138 100%);
}

.header-inner {
  max-width: 1134px;
  padding: 20px 0 8px;
  gap: 34px;
}

.logo {
  gap: 12px;
}

.logo-mark {
  width: 42px;
  height: 42px;
}

.logo-mark svg {
  width: 42px;
  height: 42px;
}

.logo-name {
  font-size: 24px;
  line-height: 0.95;
}

.logo-tag {
  font-size: 10px;
  margin-top: 6px;
  letter-spacing: 0.19em;
}

.nav {
  gap: 40px;
  transform: translateX(10px);
}

.nav a {
  font-size: 13px;
  color: rgba(255,255,255,.88);
}

.header-right {
  gap: 23px;
}

.header-phone {
  font-size: 13px;
  color: var(--green);
  gap: 9px;
  white-space: nowrap;
}

.cta-btn {
  height: 36px;
  min-width: 168px;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(37,189,117,.24);
}

.hero {
  height: 462px;
  padding: 0;
  overflow: visible;
  background:
    radial-gradient(circle at 58% 46%, rgba(28,98,137,.18), transparent 34%),
    linear-gradient(180deg, #031a2e 0%, #05273f 100%);
}

.hero::before {
  background-size: 64px 64px;
  opacity: .75;
  mask-image: radial-gradient(90% 92% at 44% 38%, #000 18%, transparent 76%);
  -webkit-mask-image: radial-gradient(90% 92% at 44% 38%, #000 18%, transparent 76%);
}

.hero-sparkle {
  left: 49px;
  top: 370px;
  width: 70px;
  height: 70px;
}

.hero-inner {
  max-width: 1134px;
  height: 462px;
  padding: 16px 0 0;
  grid-template-columns: 565px 1fr;
  gap: 70px;
  align-items: start;
}

.hero-copy {
  padding-left: 84px;
  padding-top: 23px;
}

.eyebrow {
  padding: 6px 13px;
  margin-bottom: 17px;
  border-color: rgba(37,189,117,.35);
  background: rgba(37,189,117,.08);
  font-size: 10.5px;
  color: rgba(255,255,255,.82);
}

.eyebrow .pulse {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px rgba(37,189,117,.18);
}

.hero h1 {
  font-size: 68px;
  line-height: .91;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
  text-shadow: 0 10px 40px rgba(0,0,0,.15);
}

.hero h1 .green-italic {
  color: var(--green);
}

.hero .lede {
  max-width: 355px;
  margin-bottom: 20px;
  font-size: 13.2px;
  line-height: 1.55;
  color: rgba(255,255,255,.78);
}

.hero-actions {
  gap: 14px;
}

.btn-primary,
.btn-outline {
  height: 36px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 11px;
  gap: 10px;
}

.btn-primary {
  box-shadow: 0 10px 20px rgba(37,189,117,.23);
}

.btn-primary .arrow,
.btn-outline .arrow {
  width: 20px;
  height: 20px;
}

.btn-outline {
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.32);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 10px 24px rgba(0,0,0,.18);
}

.hero-visual {
  height: 456px;
}

.hero-image-main {
  inset: 0;
  width: 441px;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 34px 70px -30px rgba(0,0,0,.65);
}

.hero-image-main img {
  object-position: 13% center;
}

.trust-cards {
  left: -102px;
  top: 64px;
  gap: 14px;
}

.tcard {
  min-width: 158px;
  min-height: 64px;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 11px 15px;
  border-radius: 10px;
  box-shadow: 0 18px 40px -24px rgba(0,0,0,.4);
}

.tcard-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
}

.tcard-text .l1 {
  font-size: 11.2px;
}

.tcard-text .l2 {
  font-size: 9.5px;
  line-height: 1.28;
}

.rating-card {
  right: -5px;
  top: 101px;
  min-width: 148px;
  padding: 15px 14px 14px;
  border-radius: 10px;
}

.rating-stars svg {
  width: 13px;
  height: 13px;
}

.rating-big {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.rating-sub {
  font-size: 9.5px;
}

.rating-brand {
  font-size: 11px;
}

.hero-image-inset {
  right: 36px;
  bottom: 20px;
  width: 252px;
  height: 228px;
  border-radius: 28px;
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.6), 0 0 0 6px #f1f5f5;
}

.hero-image-inset img {
  object-position: center center;
}

.stats-bar-wrap {
  position: absolute;
  left: 50%;
  top: 404px;
  transform: translateX(-50%);
  max-width: 1134px;
  width: 1134px;
  margin: 0;
  padding: 0;
}

.stats-bar {
  width: 551px;
  height: 75px;
  align-items: center;
  border-radius: 12px;
  padding: 0;
  background: #071b2d;
  box-shadow: 0 22px 48px -24px rgba(0,0,0,.68);
}

.stat-item {
  gap: 13px;
  padding: 0 34px;
}

.stat-item .ico {
  width: 30px;
  height: 30px;
}

.stat-item .num {
  font-size: 26px;
}

.stat-item .label {
  font-size: 9.2px;
  margin-top: 2px;
}

.services-section {
  margin-top: 0;
  padding: 64px 0 70px;
  background:
    radial-gradient(circle, rgba(4,29,50,.075) 1px, transparent 1.4px) 0 20px / 11px 11px,
    linear-gradient(180deg, #f8faf9 0%, #f3f6f5 100%);
}

.services-section::before {
  top: -59px;
  height: 60px;
  background: #f8faf9;
}

.services-inner {
  max-width: 1134px;
  padding: 0;
  grid-template-columns: 238px 1fr;
  gap: 35px;
}

.services-intro .section-eyebrow {
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: .18em;
}

.services-intro .section-eyebrow::before {
  display: none;
}

.services-intro h2 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.services-intro p {
  max-width: 210px;
  font-size: 11px;
  line-height: 1.55;
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  transform: translateY(-20px);
}

.service-card {
  min-height: 130px;
  border-radius: 12px;
  padding: 18px 17px 14px;
  box-shadow: 0 18px 36px -26px rgba(8,33,55,.22);
}

.sc-media {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
}

.service-card h3 {
  font-size: 11.3px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.service-card p {
  font-size: 9.2px;
  line-height: 1.45;
  margin-bottom: 0;
}

.sc-arrow {
  position: absolute;
  right: 17px;
  bottom: 18px;
  width: 19px;
  height: 19px;
}

@media (max-width: 900px) {
  .header-inner,
  .hero-inner,
  .services-inner,
  .stats-bar-wrap {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .header-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nav,
  .header-right {
    display: none;
  }

  .hero {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .hero-inner {
    height: auto;
    display: block;
  }

  .hero-copy {
    padding: 38px 0 28px;
  }

  .hero h1 {
    font-size: clamp(48px, 17vw, 68px);
  }

  .hero-visual {
    height: 430px;
  }

  .hero-image-main {
    width: 100%;
  }

  .trust-cards,
  .rating-card {
    display: none;
  }

  .hero-image-inset {
    right: 16px;
    bottom: 18px;
  }

  .stats-bar-wrap {
    position: static;
    transform: none;
    margin: -8px auto 0;
  }

  .stats-bar,
  .services-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .services-inner {
    display: block;
  }
}
