:root {
  --navy: #061531;
  --navy-2: #08214a;
  --blue: #2466d8;
  --blue-2: #1d4fb8;
  --ink: #0b1736;
  --muted: #66748a;
  --line: #dbe3ef;
  --soft: #f4f7fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(36, 102, 216, .45);
  outline-offset: 3px;
}

.site-header {
  min-height: 77px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ffffff;
  background: #06122a;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  width: 62px;
  height: 38px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -6px;
  line-height: 1;
}

.brand-mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 17px;
  height: 22px;
  border-radius: 2px 10px 10px 2px;
  background: linear-gradient(180deg, #3187ff, #1852b9);
}

.brand-mark span {
  position: relative;
}

.brand-copy {
  font-size: 19px;
  font-weight: 750;
  line-height: .92;
  letter-spacing: 2.4px;
}

.brand-copy small {
  font-size: 10px;
  letter-spacing: 5px;
  font-weight: 500;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 750;
}

.main-nav a {
  opacity: .92;
}

.main-nav a:hover,
.main-nav a.active {
  color: #8eb8ff;
  opacity: 1;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 48px 86px;
  background:
    radial-gradient(circle at 86% 38%, rgba(6, 21, 49, .08) 0 20%, transparent 20.2%),
    radial-gradient(circle at 87% 36%, transparent 0 31%, rgba(6, 21, 49, .08) 31.2% 31.7%, transparent 32%),
    linear-gradient(180deg, #f8faff, #eef3f9);
}

.page-hero-inner,
.page-section,
.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.kicker {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: .2px;
}

.page-hero h1 span {
  color: var(--blue-2);
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: #34435b;
  font-size: 19px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 24px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 850;
}

.btn.primary {
  color: #ffffff;
  background: var(--navy);
}

.btn.blue {
  color: #ffffff;
  background: linear-gradient(135deg, #2d74ea, #1e48b4);
}

.btn.secondary {
  border: 1px solid #c4ccda;
  background: #ffffff;
}

.page-section {
  padding: 68px 48px;
}

.section-head {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.section-head p,
.card p,
.area-list li,
.review p,
.contact-card p {
  color: var(--muted);
  line-height: 1.55;
}

.grid {
  display: grid;
  gap: 24px;
}

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

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

.card,
.review,
.contact-card,
.quote-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(11, 23, 54, .08);
}

.card {
  padding: 26px;
}

.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 19px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--navy);
  font-size: 24px;
  font-weight: 900;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.card p {
  margin: 0 0 18px;
}

.card a {
  color: var(--blue-2);
  font-weight: 850;
}

.band {
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 70%, rgba(45, 116, 234, .24), transparent 24%),
    linear-gradient(135deg, #061531, #09285b);
}

.band .page-section {
  display: grid;
  grid-template-columns: .9fr 1.2fr;
  gap: 52px;
  align-items: center;
}

.band p,
.band li {
  color: rgba(255, 255, 255, .88);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 5px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stat {
  padding: 28px 18px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 9px;
  text-align: center;
  background: rgba(255, 255, 255, .05);
}

.stat strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .88);
}

.area-list {
  columns: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-list li {
  break-inside: avoid;
  margin-bottom: 13px;
  padding-left: 18px;
  position: relative;
}

.area-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.review {
  padding: 27px;
}

.stars {
  margin-bottom: 14px;
  color: #2466d8;
  font-size: 18px;
  letter-spacing: 2px;
}

.review strong {
  display: block;
  margin-top: 18px;
  font-size: 16px;
}

.review span {
  display: block;
  margin-top: 4px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
}

.contact-card {
  padding: 28px;
}

.quote-panel {
  overflow: hidden;
}

.quote-panel-head {
  padding: 24px 28px;
  color: #ffffff;
  text-align: center;
  background: var(--navy);
}

.quote-panel-head h2 {
  margin: 0 0 5px;
  font-size: 23px;
  text-transform: uppercase;
}

.quote-panel-head p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.quote-panel-form {
  padding: 28px;
}

.contact-form .bot-field {
  display: none;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(11, 23, 54, .035);
  font: 600 14px/1.2 inherit;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #75839a;
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(36, 102, 216, .13);
}

.contact-form textarea {
  min-height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .2px;
  box-shadow: 0 10px 22px rgba(29, 77, 183, .2);
}

.contact-form button:hover,
.btn.primary:hover,
.btn.blue:hover {
  transform: translateY(-1px);
}

.contact-form [data-form-message] {
  min-height: 20px;
  margin: 0;
  color: var(--blue-2);
  font-size: 14px;
  font-weight: 750;
}

.site-footer {
  padding: 34px 48px;
  color: rgba(255, 255, 255, .78);
  background: #06122a;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-header {
    padding: 18px 22px;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }

  .page-hero,
  .page-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .grid.three,
  .grid.four,
  .band .page-section,
  .stat-row,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .area-list {
    columns: 1;
  }

  .footer-inner {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
