
/* FINAL POLISH — assumes page template = Elementor Full Width */

body .vlt-section{
  padding-left:40px!important;
  padding-right:40px!important;
}

body .vlt-section > .elementor-container{
  max-width:1180px!important;
  width:100%!important;
  margin:0 auto!important;
}

/* HERO */
body .vlt-hero{
  padding-top:72px!important;
  padding-bottom:72px!important;
  min-height:auto!important;
  background:
    radial-gradient(circle at 84% 20%,rgba(255,99,30,.07),transparent 25%),
    linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important;
}

body .vlt-hero > .elementor-container{
  display:flex!important;
  align-items:center!important;
  gap:54px!important;
}

body .vlt-hero .elementor-column:first-child{
  width:64%!important;
}

body .vlt-hero .elementor-column:last-child{
  width:36%!important;
}

body .vlt-hero-title .elementor-heading-title{
  margin:0 0 18px!important;
  color:#16213e!important;
  font-size:64px!important;
  line-height:1.00!important;
  letter-spacing:-.045em!important;
  text-transform:none!important;
}

body .vlt-hero-copy,
body .vlt-hero-copy p{
  max-width:760px!important;
  margin:0 0 24px!important;
  color:#5f6878!important;
  font-size:17px!important;
  line-height:1.7!important;
}

/* BUTTONS */
body .vlt-btn-primary,
body .vlt-btn-secondary{
  display:inline-block!important;
  width:auto!important;
  margin:0 10px 12px 0!important;
}

body .vlt-btn-primary .elementor-button{
  background:#ff641a!important;
  border-color:#ff641a!important;
  border-radius:8px!important;
  padding:16px 22px!important;
}

body .vlt-btn-primary .elementor-button,
body .vlt-btn-primary .elementor-button *,
body .vlt-btn-primary .elementor-button-text{
  color:#fff!important;
  font-weight:800!important;
}

body .vlt-btn-secondary .elementor-button{
  background:#fff!important;
  border:1px solid #d6dde7!important;
  border-radius:8px!important;
  padding:16px 22px!important;
}

body .vlt-btn-secondary .elementor-button,
body .vlt-btn-secondary .elementor-button *,
body .vlt-btn-secondary .elementor-button-text{
  color:#14203b!important;
  font-weight:800!important;
}

body .vlt-trust-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:18px!important;
  margin-top:15px!important;
  color:#647083!important;
  font-size:12px!important;
}

/* GROWTH SNAPSHOT */
body .vlt-snapshot{
  width:100%!important;
  max-width:420px!important;
  min-width:330px!important;
  margin:0 0 0 auto!important;
  padding:28px 30px!important;
  background:#fff!important;
  border:1px solid #e1e6ed!important;
  border-radius:16px!important;
  box-shadow:0 20px 50px rgba(16,40,70,.09)!important;
}

body .vlt-snapshot-label{
  margin-bottom:10px!important;
  color:#ff641a!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
}

body .vlt-snapshot-card{
  padding:18px 0!important;
  border-bottom:1px solid #e8ecf1!important;
}

body .vlt-snapshot-card strong{
  display:block!important;
  margin-bottom:5px!important;
  color:#16213e!important;
  font-size:18px!important;
  line-height:1.25!important;
}

body .vlt-snapshot-card span{
  display:block!important;
  color:#697486!important;
  font-size:13px!important;
  line-height:1.55!important;
}

body .vlt-snapshot-footer{
  padding-top:16px!important;
  color:#9299a6!important;
  font-size:11px!important;
  line-height:1.45!important;
}

/* GENERAL SECTION SPACING */
body .vlt-section:not(.vlt-hero):not(.vlt-final-cta){
  padding-top:70px!important;
  padding-bottom:70px!important;
}

body .vlt-section h2.elementor-heading-title{
  color:#14203b!important;
  font-size:42px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  text-transform:none!important;
}

body .vlt-section h3.elementor-heading-title{
  color:#14203b!important;
  font-size:20px!important;
  line-height:1.25!important;
  text-transform:none!important;
}

/* SERVICE / INDUSTRY CARDS */
body .vlt-card{
  height:100%!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #e3e8ee!important;
  border-radius:14px!important;
  box-shadow:0 8px 24px rgba(16,40,70,.04)!important;
}

body .vlt-card .elementor-widget-text-editor p{
  color:#687486!important;
  font-size:14px!important;
  line-height:1.65!important;
}

body .vlt-link-btn .elementor-button{
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body .vlt-link-btn .elementor-button,
body .vlt-link-btn .elementor-button *,
body .vlt-link-btn .elementor-button-text{
  color:#ff641a!important;
  font-size:12px!important;
  font-weight:800!important;
}

/* MUTED */
body .vlt-muted{
  background:#f7f9fb!important;
}

/* FINAL CTA */
body .vlt-final-cta{
  padding-top:64px!important;
  padding-bottom:64px!important;
  background:#102846!important;
}

body .vlt-final-cta h2.elementor-heading-title,
body .vlt-final-cta p{
  color:#fff!important;
}

body .vlt-btn-light .elementor-button{
  background:#ff641a!important;
  border-radius:8px!important;
  padding:16px 22px!important;
}

body .vlt-btn-light .elementor-button,
body .vlt-btn-light .elementor-button *,
body .vlt-btn-light .elementor-button-text{
  color:#fff!important;
  font-weight:800!important;
}

@media(max-width:1024px){
  body .vlt-section{
    padding-left:28px!important;
    padding-right:28px!important;
  }

  body .vlt-hero-title .elementor-heading-title{
    font-size:52px!important;
  }

  body .vlt-snapshot{
    min-width:0!important;
  }
}

@media(max-width:767px){
  body .vlt-section{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  body .vlt-hero{
    padding-top:48px!important;
    padding-bottom:52px!important;
  }

  body .vlt-hero > .elementor-container{
    display:block!important;
  }

  body .vlt-hero .elementor-column:first-child,
  body .vlt-hero .elementor-column:last-child{
    width:100%!important;
  }

  body .vlt-hero .elementor-column:last-child{
    margin-top:32px!important;
  }

  body .vlt-hero-title .elementor-heading-title{
    font-size:40px!important;
  }

  body .vlt-snapshot{
    max-width:none!important;
    margin:0!important;
  }

  body .vlt-btn-primary,
  body .vlt-btn-secondary{
    display:block!important;
    margin-right:0!important;
  }

  body .vlt-btn-primary .elementor-button,
  body .vlt-btn-secondary .elementor-button{
    width:100%!important;
  }
}
