.elementor-10672 .elementor-element.elementor-element-03f98e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5f82c59 */:root {
  --ink: #17202a;
  --muted: #5d6978;
  --line: #dce3ea;
  --paper: #ffffff;
  --mist: #f3f7fa;
  --navy: #173c67;
  --blue: #2269a7;
  --teal: #12a39a;
  --yellow: #f5b942;
  --shadow: 0 18px 48px rgba(15, 35, 55, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(23,60,103,.12);
  box-shadow: 0 8px 24px rgba(23,32,42,.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  border-radius: 6px;
}

.brand strong,
.brand small { display: block; }

.brand strong { font-size: .9rem; }
.brand small { color: var(--muted); font-size: .78rem; }

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: #2b3948;
  font-weight: 700;
}

.main-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover { border-color: var(--teal); }

.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  background: var(--blue);
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(80px, 12vh, 130px) clamp(18px, 6vw, 78px);
}

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

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

.hero-overlay {
  background: linear-gradient(90deg, rgba(6,24,42,.9) 0%, rgba(12,49,82,.74) 44%, rgba(12,49,82,.18) 100%);
}

.hero-content {
  position: relative;
  max-width: 780px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow { color: var(--yellow); }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 5.5vw, 4.75rem);
  line-height: 1.03;
}

.hero h1 {
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0,0,0,.42);
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.3vw, 3.1rem);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 700px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.9);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
}

.hero-actions,
.cta-band,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

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

.btn-primary {
  background: var(--yellow);
  color: #1e2d3b;
  box-shadow: 0 12px 26px rgba(245,185,66,.24);
}

.btn-secondary {
  color: #fff;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.38);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -54px auto 0;
  width: min(1120px, calc(100% - 36px));
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.trust-strip div {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child { border-right: 0; }
.trust-strip strong,
.trust-strip span { display: block; }

.trust-strip strong {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 1.06rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: .94rem;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 116px) 0;
}

.intro,
.contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
}

.section-text p,
.contact-copy p,
.service-card p,
.step p { color: var(--muted); }

.feature-photo {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-photo img,
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background: var(--mist);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  background: #fff;
  border: 1px solid rgba(23,60,103,.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(20,43,65,.08);
}

.service-card img { aspect-ratio: 16 / 10; }

.service-card div { padding: 24px; }

.service-card i {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--teal);
  border-radius: 6px;
  font-size: 1.2rem;
}

.process { padding-bottom: 70px; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.step span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 2rem;
  font-weight: 900;
}

.cta-band {
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 54px) max(18px, calc((100vw - 1180px) / 2));
  background: var(--navy);
  color: #fff;
}

.cta-band h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.45rem);
}

.contact { align-items: start; }

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

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #334455;
}

.contact-list i { color: var(--teal); }

.service-form {
  padding: clamp(24px, 4vw, 36px);
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 800;
}

.form-row label { flex: 1 1 220px; }

.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 5px;
  font: inherit;
}

.service-form textarea {
  min-height: 130px;
  resize: vertical;
}

.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus {
  outline: 3px solid rgba(245,185,66,.4);
  border-color: var(--yellow);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
  font-size: 1rem;
}

.privacy {
  margin: 18px 0 0;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}

.privacy i { color: var(--teal); }

.honeypot { display: none; }

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(18px, 4vw, 58px);
  color: rgba(255,255,255,.74);
  background: #111b25;
}

.footer p { margin: 0; }
.footer a { color: #fff; }

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .phone-link {
    position: absolute;
    top: 17px;
    right: 18px;
  }

  .intro,
  .contact {
    grid-template-columns: 1fr;
  }

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

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

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .topbar {
    position: static;
    gap: 12px;
    min-height: 0;
  }

  .brand {
    min-width: 0;
    padding-right: 0;
  }

  .phone-link {
    position: static;
    width: 100%;
  }

  .hero {
    min-height: 760px;
    padding-top: 72px;
    align-items: start;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(6,24,42,.94) 0%, rgba(12,49,82,.78) 58%, rgba(12,49,82,.35) 100%);
  }

  .hero-actions,
  .hero-actions .btn,
  .cta-band .btn {
    width: 100%;
  }

  .trust-strip { margin-top: -80px; }

  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1180px);
  }

  .service-card div,
  .step {
    padding: 22px;
  }
}/* End custom CSS */