.elementor-5039 .elementor-element.elementor-element-d13d38b{--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-90f959e */:root {
  --navy: #1C355E;
  --navy-deep: #12243E;
  --navy-mid: #2B4A7A;
  --blue-soft: #6A9BC3;
  --charcoal: #2D3748;
  --body-gray: #546478;
  --border-cool: #D0D9E4;
  --bg-light: #F8F9FA;
  --white: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

.font-heading {
  font-family: 'Montserrat', sans-serif;
}

.font-body {
  font-family: 'Open Sans', sans-serif;
}

.ab-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}

.ab-wrap-narrow {
  max-width: 960px;
}

.ab-wrap-cta {
  max-width: 860px;
  text-align: center;
}

.ab-pad-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ab-pad-md {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ab-section {
  position: relative;
}

.ab-section-white {
  background: var(--white);
}

.ab-section-light {
  background: var(--bg-light);
}

.ab-section-navy-deep {
  background: var(--navy-deep);
}

.ab-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ab-grid-2-align {
  align-items: center;
}

.ab-rule {
  width: 48px;
  height: 2px;
  background: var(--blue-soft);
  margin-bottom: 18px;
}

.ab-rule-light {
  background: rgba(255,255,255,0.24);
}

.ab-rule-center {
  margin-left: auto;
  margin-right: auto;
}

.ab-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue-soft);
  margin-bottom: 14px;
}

.ab-kicker-light {
  color: rgba(255,255,255,0.6);
}

.ab-title {
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.5px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 18px;
}

.ab-title-light {
  color: #FFFFFF;
}

.ab-copy {
  font-size: 16px;
  line-height: 1.82;
  color: var(--body-gray);
  margin-bottom: 14px;
}

.ab-copy-last {
  margin-bottom: 0;
}

.ab-copy-light {
  color: rgba(255,255,255,0.68);
}

.ab-section-intro {
  margin-bottom: 42px;
}

.ab-section-intro-center {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 18px 28px;
  transition: 0.25s ease;
  cursor: pointer;
}

.ab-btn svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

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

.ab-btn-solid-light {
  background: #FFFFFF;
  color: var(--navy);
  border: 1px solid #FFFFFF;
}

.ab-btn-solid-dark {
  background: var(--navy);
  color: #FFFFFF;
  border: 1px solid var(--navy);
}

.ab-btn-ghost-light {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.22);
}

.ab-btn-ghost-light:hover {
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.04);
}

.ab-btn-outline-dark {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--border-cool);
}

.ab-btn-outline-dark:hover {
  border-color: var(--blue-soft);
}

/* HERO */
.ab-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.ab-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 40%, rgba(106,155,195,0.08) 0%, transparent 55%);
  pointer-events: none;
}

.ab-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.018;
  background-image:
    linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.ab-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 104px;
}

.ab-hero-title {
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -1px;
  font-weight: 800;
  color: #FFFFFF;
  max-width: 740px;
  margin-bottom: 18px;
}

.ab-hero-copy {
  max-width: 620px;
  color: rgba(255,255,255,0.74);
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.78;
}

.ab-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* POSITIONING */
.ab-copy-col {
  padding-right: 8px;
}

.ab-visual-panel {
  min-height: 480px;
  position: relative;
  overflow: visible;
  background: linear-gradient(145deg, var(--navy) 0%, #1E3A64 60%, var(--navy-mid) 100%);
}

.ab-visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 70%, rgba(106,155,195,0.12) 0%, transparent 50%);
}

.ab-visual-label {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
}

.ab-visual-shield {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ab-visual-shield svg {
  width: 78px;
  height: 78px;
  stroke: rgba(255,255,255,0.06);
  fill: none;
  stroke-width: 0.8;
}

.ab-visual-accent {
  position: absolute;
  left: 0;
  top: 84px;
  bottom: 84px;
  width: 3px;
  background: var(--blue-soft);
  z-index: 1;
}

.ab-floating-card {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 3;
  width: 310px;
  background: var(--white);
  padding: 30px;
  box-shadow: 0 16px 48px rgba(28,53,94,0.10);
}

.ab-floating-kicker {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--blue-soft);
}

.ab-floating-card h3 {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}

.ab-floating-card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--body-gray);
}

/* TRUST */
.ab-trust-section {
  padding-bottom: 96px;
}

.ab-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border-cool);
}

.ab-trust-card {
  padding: 28px 24px;
  text-align: center;
  background: var(--white);
  border-right: 1px solid var(--border-cool);
}

.ab-trust-card:last-child {
  border-right: none;
}

.ab-trust-card h3 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--blue-soft);
  margin-bottom: 10px;
}

.ab-trust-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--body-gray);
}

/* PROCESS */
.ab-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ab-process-card {
  background: var(--white);
  border: 1px solid var(--border-cool);
  padding: 26px 20px;
  min-height: 210px;
  transition: 0.25s ease;
}

.ab-process-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(28,53,94,0.06);
}

.ab-step {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--blue-soft);
}

.ab-process-card h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}

.ab-process-card p {
  font-size: 13px;
  line-height: 1.68;
  color: var(--body-gray);
}

/* SENSITIVITY */
.ab-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}

.ab-value-card {
  border: 1px solid var(--border-cool);
  background: var(--white);
  padding: 34px 26px;
  text-align: center;
  transition: 0.25s ease;
}

.ab-value-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(28,53,94,0.06);
}

.ab-icon-box {
  width: 44px;
  height: 44px;
  margin: 0 auto 18px;
  border: 1px solid var(--border-cool);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-icon-box svg {
  width: 20px;
  height: 20px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 1.5;
}

.ab-value-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.ab-value-card p {
  font-size: 13px;
  line-height: 1.68;
  color: var(--body-gray);
}

/* AUDIENCE */
.ab-audience-card {
  background: var(--white);
  border: 1px solid var(--border-cool);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
}

.ab-audience-card h3 {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}

.ab-audience-card p {
  font-size: 15px;
  line-height: 1.78;
  color: var(--body-gray);
  margin-bottom: 18px;
}

.ab-list {
  list-style: none;
  margin-bottom: 26px;
}

.ab-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.72;
  color: var(--body-gray);
}

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

.ab-audience-card .ab-btn {
  margin-top: auto;
  align-self: flex-start;
}

/* FUTURE */
.ab-future {
  overflow: hidden;
}

.ab-future-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(106,155,195,0.06) 0%, transparent 55%);
  pointer-events: none;
}

.ab-future .ab-wrap {
  position: relative;
  z-index: 1;
}

.ab-future-action {
  margin-top: 28px;
}

.ab-future-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ab-future-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.ab-future-item:last-child {
  border-bottom: none;
}

.ab-future-item svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
  stroke: var(--blue-soft);
  fill: none;
  stroke-width: 2;
}

.ab-future-item span {
  font-size: 14px;
  line-height: 1.66;
  color: rgba(255,255,255,0.68);
}

/* FINAL CTA */
.ab-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.ab-phone {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--navy);
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .ab-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .ab-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ab-grid-2,
  .ab-value-grid {
    grid-template-columns: 1fr;
  }

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

  .ab-trust-card {
    border-right: none;
    border-bottom: 1px solid var(--border-cool);
  }

  .ab-trust-card:last-child {
    border-bottom: none;
  }

  .ab-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-visual-panel {
    min-height: 420px;
  }

  .ab-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .ab-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ab-pad-lg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ab-pad-md {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ab-hero-inner {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .ab-title {
    font-size: 30px;
    line-height: 1.12;
  }

  .ab-hero-title {
    font-size: 42px;
    line-height: 1.02;
  }

  .ab-copy,
  .ab-hero-copy {
    font-size: 15px;
    line-height: 1.8;
  }

  .ab-hero-actions,
  .ab-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ab-btn {
    width: 100%;
  }

  .ab-section-intro {
    margin-bottom: 34px;
  }

  .ab-process-grid {
    grid-template-columns: 1fr;
  }

  .ab-process-card {
    min-height: auto;
  }

  .ab-audience-card h3 {
    font-size: 24px;
  }

  .ab-visual-panel {
    min-height: 320px;
  }

  .ab-visual-label {
    top: 24px;
    left: 24px;
  }

  .ab-visual-accent {
    top: 70px;
    bottom: 70px;
  }

  .ab-trust-card,
  .ab-value-card,
  .ab-audience-card,
  .ab-process-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}/* End custom CSS */