:root {
  --lv-navy: #102e43;
  --lv-navy-deep: #0b2234;
  --lv-navy-soft: #173e57;
  --lv-orange: #f4611f;
  --lv-orange-dark: #b33b0a;
  --lv-ink: #193044;
  --lv-muted: #536979;
  --lv-paper: #ffffff;
  --lv-warm: #f6f4ef;
  --lv-border: #dce5e9;
  --lv-shadow: 0 18px 48px rgba(16, 46, 67, 0.10);
  --lv-radius: 18px;
}

html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  background: var(--lv-paper);
  color: var(--lv-ink);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.skip-link { position: fixed; z-index: 1100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--lv-navy); border-radius: 7px; transform: translateY(-150%); }
body.admin-bar .skip-link { top: 40px; }
.skip-link:focus { transform: translateY(0); }

/* Keep the refresh styles scoped to the rebuilt page content. */
.lv-page,
.lv-page * { box-sizing: border-box; }
.lv-page { margin: 0; padding: 0; }
.lv-page img { display: block; max-width: 100%; height: auto; }
.lv-page a { color: inherit; }
.lv-page h1,
.lv-page h2,
.lv-page h3,
.lv-page h4,
.lv-page p { margin-top: 0; }
.lv-page h1,
.lv-page h2,
.lv-page h3,
.lv-page h4 { color: var(--lv-navy); font-weight: 750; letter-spacing: -0.025em; }
.lv-page p { color: var(--lv-muted); font-size: 1.06rem; line-height: 1.68; }
.lv-page ul { margin: 0; padding: 0; list-style: none; }
.lv-shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.lv-section { padding: 96px 0; }
.lv-section--warm { background: var(--lv-warm); }
.lv-section--navy { background: var(--lv-navy); }
.lv-section--navy h2,
.lv-section--navy h3,
.lv-section--navy p { color: #fff; }
.lv-section--navy p { color: rgba(255,255,255,.75); }
.lv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lv-orange-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.lv-eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.lv-section--navy .lv-eyebrow { color: #ff9a6f; }
.lv-heading { max-width: 720px; margin-bottom: 48px; }
.lv-heading h2 { margin: 13px 0 14px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; }
.lv-heading p { max-width: 680px; margin-bottom: 0; }
.lv-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.lv-heading--center p { margin-right: auto; margin-left: auto; }

/* Shared header and footer */
nav#site-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  min-height: 78px;
  background: var(--lv-navy);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 24px rgba(4, 24, 38, .12);
}
body.admin-bar nav#site-nav { top: 32px; }
nav#site-nav.nav-scrolled { background: var(--lv-navy); border-bottom-color: rgba(255,255,255,.12); box-shadow: 0 8px 24px rgba(4, 24, 38, .12); }
nav#site-nav.nav-scrolled .nav-links > li > a { color: rgba(255,255,255,.82); }
nav#site-nav.nav-scrolled .nav-links > li > a:hover,
nav#site-nav.nav-scrolled .nav-links > li > a:focus-visible { color: #fff; }
.nav-logo img.nav-logo-white { display: block !important; }
.nav-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  width: min(1240px, calc(100% - 48px));
  height: 78px;
  min-height: 78px;
  margin: 0 auto;
}
.nav-logo { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 170px; }
.nav-logo img { display: block; width: auto; max-width: 205px; max-height: 54px; object-fit: contain; }
.nav-logo > span { color: #fff; font-size: 1.1rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.nav-logo > span > span { color: #ff9a6f; }
.site-menu { display: flex; align-items: center; justify-content: flex-end; flex: 1 1 auto; min-width: 0; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 3px; margin: 0; padding: 0; list-style: none; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 10px;
  color: rgba(255,255,255,.82);
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links > li > a:hover,
.nav-links > li > a:focus-visible { color: #fff; }
.nav-links .menu-item-has-children > a::after {
  display: inline-block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 0 0 4px 8px;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.nav-links .menu-item-has-children:hover > a::after,
.nav-links .menu-item-has-children:focus-within > a::after { transform: rotate(225deg); }
.nav-links .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  min-width: 250px;
  margin: 0;
  padding: 9px;
  background: #fff;
  border: 1px solid var(--lv-border);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(9, 35, 51, .16);
  list-style: none;
}
.nav-links .menu-item-has-children:hover > .sub-menu,
.nav-links .menu-item-has-children:focus-within > .sub-menu { display: block; }
.nav-links .sub-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--lv-ink);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 8px;
}
.nav-links .sub-menu a:hover,
.nav-links .sub-menu a:focus-visible { color: var(--lv-orange-dark); background: #fff5f0; }
.nav-links li > a[href^="tel:"] { color: #ffab83 !important; font-weight: 700; }
.nav-links > li.nav-cta {
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
  transform: none !important;
}
.nav-links > li.nav-cta:hover { background: transparent !important; box-shadow: none !important; transform: none !important; }
.nav-links li > a[href^="#elementor-action"] {
  margin-left: 5px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  background: var(--lv-orange-dark);
  border-radius: 9px;
}
.nav-links li > a[href^="#elementor-action"]:hover,
.nav-links li > a[href^="#elementor-action"]:focus-visible { background: #8f2f07; color: #fff; }
.nav-mobile-toggle,
.sub-menu-toggle { display: none; }
.nav-links a:focus-visible,
.nav-mobile-toggle:focus-visible,
.sub-menu-toggle:focus-visible,
.lv-page a:focus-visible,
.lv-page button:focus-visible,
.lv-page summary:focus-visible { outline: 3px solid #ffab83; outline-offset: 3px; }

main#primary.site-main { padding-top: 78px; }
body.admin-bar main#primary.site-main { padding-top: 110px; }

#site-footer { color: rgba(255,255,255,.76); background: var(--lv-navy-deep); }
.footer-inner { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 76px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 44px; padding-bottom: 54px; }
.footer-grid h4,
.footer-grid h2 { margin: 0 0 15px; color: #fff; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid p,
.footer-grid li,
.footer-grid a { color: rgba(255,255,255,.67); font-size: .92rem; line-height: 1.7; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-direct { margin-top: 18px; }
.footer-direct strong { color: #fff; font-size: 1.08rem; }
.footer-direct address { margin-top: 8px; color: rgba(255,255,255,.63); font-style: normal; line-height: 1.6; }
.footer-direct a { color: #ff9a6f; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-copy,
.footer-support { color: rgba(255,255,255,.5); font-size: .82rem; line-height: 1.5; }
.footer-support a { color: #ff9a6f; text-decoration: none; }

/* Components used by all rebuilt pages */
.lv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  color: #fff !important;
  background: var(--lv-orange-dark);
  border: 1px solid var(--lv-orange-dark);
  border-radius: 9px;
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.lv-button:hover { color: #fff !important; background: #8f2f07; border-color: #8f2f07; transform: translateY(-1px); }
.lv-button--light { color: var(--lv-navy) !important; background: #fff; border-color: #fff; }
.lv-button--light:hover { color: var(--lv-navy) !important; background: #f3f7f8; border-color: #f3f7f8; }
.lv-button--outline { color: var(--lv-navy) !important; background: transparent; border-color: var(--lv-navy); }
.lv-button--outline:hover { color: #fff !important; background: var(--lv-navy); border-color: var(--lv-navy); }
.lv-button--outline-light { color: #fff !important; background: transparent; border-color: rgba(255,255,255,.6); }
.lv-button--outline-light:hover { color: var(--lv-navy) !important; background: #fff; border-color: #fff; }
.lv-button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.lv-button-row--center { justify-content: center; }
.lv-arrow { font-size: 1.1em; line-height: 1; }
.lv-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 88px;
  color: #fff;
  background: var(--lv-navy);
}
.lv-hero::after { position: absolute; right: -130px; bottom: -210px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.lv-hero--inner { padding-top: 138px; padding-bottom: 76px; }
.lv-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 62px; align-items: center; }
.lv-hero-grid > div:last-child { position: relative; }
.lv-hero h1 { max-width: 760px; margin: 15px 0 20px; color: #fff; font-size: clamp(2.6rem, 5.1vw, 4.35rem); line-height: 1.02; }
.lv-hero--inner h1 { max-width: 740px; font-size: clamp(2.45rem, 4.7vw, 3.85rem); }
.lv-hero h1 em { color: #ff9a6f; font-style: normal; }
.lv-hero p { max-width: 680px; margin-bottom: 30px; color: rgba(255,255,255,.77); }
.lv-hero .lv-eyebrow { color: #ff9a6f; }
.lv-hero-copy .lv-button-row { margin-top: 30px; }
.lv-hero-note { margin-top: 18px; color: rgba(255,255,255,.6); font-size: .83rem; }
.lv-hero-media { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; box-shadow: 0 24px 60px rgba(0,0,0,.23); }
.lv-hero-media img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.lv-image-note { margin: 9px 0 0; color: var(--lv-muted); font-size: .76rem !important; line-height: 1.4 !important; }
.lv-hero .lv-image-note { color: rgba(255,255,255,.58); }
.lv-hero-stat { position: absolute; right: 18px; bottom: 18px; max-width: 210px; padding: 15px 17px; color: #fff; background: rgba(11,34,52,.86); border-left: 3px solid var(--lv-orange); border-radius: 10px; font-size: .88rem; line-height: 1.35; }
.lv-hero-stat strong { display: block; color: #ff9a6f; font-size: 1.25rem; }
.lv-hero--text .lv-hero-grid { grid-template-columns: minmax(0, 1fr); }
.lv-hero--text .lv-hero-copy { max-width: 850px; }
.lv-hero--text h1 { max-width: 850px; }

.lv-trust { padding: 28px 0; background: #f1f5f5; border-bottom: 1px solid var(--lv-border); }
.lv-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lv-trust-item { display: flex; align-items: center; gap: 12px; color: var(--lv-navy); font-size: .9rem; font-weight: 700; }
.lv-trust-icon { display: inline-grid; width: 34px; height: 34px; place-items: center; color: var(--lv-orange); background: #fff; border: 1px solid var(--lv-border); border-radius: 50%; }
.lv-trust-icon svg { width: 17px; height: 17px; }

.lv-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.lv-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.lv-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.lv-card { padding: 28px; background: #fff; border: 1px solid var(--lv-border); border-radius: var(--lv-radius); box-shadow: 0 4px 16px rgba(16,46,67,.03); }
.lv-card:hover { border-color: #c8d7dd; box-shadow: var(--lv-shadow); }
.lv-card h3 { margin: 18px 0 10px; font-size: 1.25rem; line-height: 1.2; }
.lv-card p { margin-bottom: 0; font-size: .98rem; }
.lv-card--dark { background: var(--lv-navy-soft); border-color: rgba(255,255,255,.12); }
.lv-card--dark h3 { color: #fff; }
.lv-card--dark p { color: rgba(255,255,255,.72); }
.lv-card--dark .lv-eyebrow { color: #ffb092; }
.lv-card-image { margin: -28px -28px 22px; overflow: hidden; }
.lv-card-image .lv-media-frame { border-radius: var(--lv-radius) var(--lv-radius) 0 0; box-shadow: none; }
.lv-card-image .lv-media-frame img { aspect-ratio: 1.4; }
.lv-card-image .lv-image-note { display: none; }
.lv-industry-card { display: flex; flex-direction: column; }
.lv-industry-card .lv-link { margin-top: auto; padding-top: 18px; }
.lv-industry-card--diagram { color: #fff; background: var(--lv-navy); border-color: var(--lv-navy); }
.lv-industry-card--diagram h3 { color: #fff; }
.lv-industry-card--diagram p { color: rgba(255,255,255,.72); }
.lv-industry-card--diagram .lv-link { color: #ff9a6f !important; }
.lv-industry-symbol { display: grid; width: 100%; min-height: 132px; place-items: center; background: linear-gradient(135deg, var(--lv-navy-soft), var(--lv-navy)); border-radius: 12px; }
.lv-industry-symbol .lv-icon { width: 66px; height: 66px; color: #ff9a6f; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.lv-industry-symbol .lv-icon svg { width: 34px; height: 34px; }
.lv-testimonial-grid blockquote { margin: 0; }
.lv-testimonial-grid blockquote p { color: var(--lv-ink); font-size: 1rem; }
.lv-testimonial-grid cite { display: block; margin-top: 22px; color: var(--lv-navy); font-size: .88rem; font-style: normal; font-weight: 750; line-height: 1.45; }
.lv-testimonial-grid cite span { color: var(--lv-muted); font-weight: 500; }
.lv-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; color: var(--lv-orange); background: #fff3ed; border-radius: 12px; }
.lv-icon svg { width: 24px; height: 24px; }
.lv-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--lv-orange-dark) !important; font-size: .9rem; font-weight: 750; text-decoration: none !important; }
.lv-link:hover { gap: 11px; }
.lv-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 64px; align-items: center; }
.lv-split--reverse > :first-child { order: 2; }
.lv-split--reverse > :last-child { order: 1; }
.lv-media-frame { overflow: hidden; border-radius: 20px; box-shadow: var(--lv-shadow); }
.lv-media-frame img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.lv-list { display: grid; gap: 13px; }
.lv-list li { position: relative; padding-left: 28px; color: var(--lv-muted); font-size: 1rem; line-height: 1.55; }
.lv-list li::before { position: absolute; top: .55em; left: 0; width: 9px; height: 9px; background: var(--lv-orange); border-radius: 50%; content: ""; }
.lv-checklist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 20px; }
.lv-checklist li { padding: 13px 15px 13px 39px; color: var(--lv-ink); font-size: .95rem; line-height: 1.45; background: #fff; border: 1px solid var(--lv-border); border-radius: 10px; }
.lv-checklist li::before { top: 17px; left: 15px; width: 13px; height: 7px; border-bottom: 2px solid var(--lv-orange); border-left: 2px solid var(--lv-orange); background: transparent; border-radius: 0; transform: rotate(-45deg); }
.lv-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; counter-reset: lv-step; }
.lv-step { position: relative; padding: 28px 24px 24px; background: #fff; border: 1px solid var(--lv-border); border-radius: var(--lv-radius); }
.lv-step::before { counter-increment: lv-step; content: "0" counter(lv-step); display: inline-flex; margin-bottom: 26px; color: var(--lv-orange); font-size: .82rem; font-weight: 800; letter-spacing: .13em; }
.lv-step h3 { margin-bottom: 9px; font-size: 1.14rem; }
.lv-step p { margin-bottom: 0; font-size: .93rem; }
.lv-process { background: var(--lv-warm); }
.lv-process .lv-step { background: transparent; border-color: #d9e1df; }
.lv-faq { display: grid; gap: 11px; max-width: 900px; margin: 0 auto; }
.lv-faq details { background: #fff; border: 1px solid var(--lv-border); border-radius: 11px; }
.lv-faq summary { padding: 18px 21px; color: var(--lv-navy); cursor: pointer; font-size: 1rem; font-weight: 750; list-style: none; }
.lv-faq summary::-webkit-details-marker { display: none; }
.lv-faq summary::after { float: right; color: var(--lv-orange); content: "+"; font-size: 1.25rem; line-height: 1; }
.lv-faq details[open] summary::after { content: "−"; }
.lv-faq details p { margin: 0; padding: 0 21px 19px; font-size: .95rem; }
.lv-cta { padding: 70px 0; color: #fff; background: var(--lv-navy); }
.lv-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.lv-cta h2 { margin: 0 0 11px; color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.08; }
.lv-cta p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); }
.lv-cta .lv-button-row { flex: 0 0 auto; }
.lv-note { padding: 18px 20px; background: #fff7f2; border-left: 3px solid var(--lv-orange); border-radius: 8px; }
.lv-note p { margin: 0; font-size: .93rem; }
.lv-table-wrap { overflow-x: auto; border: 1px solid var(--lv-border); border-radius: 13px; }
.lv-table { width: 100%; min-width: 640px; border-collapse: collapse; background: #fff; }
.lv-table th,
.lv-table td { padding: 16px 18px; border-bottom: 1px solid var(--lv-border); color: var(--lv-muted); font-size: .94rem; line-height: 1.5; text-align: left; vertical-align: top; }
.lv-table th { color: var(--lv-navy); background: #f3f7f7; font-weight: 750; }
.lv-table tr:last-child td { border-bottom: 0; }
.lv-table td:first-child { width: 24%; color: var(--lv-navy); font-weight: 700; }
.lv-network-diagram { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; align-items: center; padding: 22px; background: #f1f6f6; border: 1px solid var(--lv-border); border-radius: 16px; }
.lv-network-node { padding: 18px 12px; color: var(--lv-navy); background: #fff; border: 1px solid #cfdde0; border-radius: 10px; font-size: .88rem; font-weight: 750; text-align: center; }
.lv-network-node--wide { grid-column: 1 / -1; color: #fff; background: var(--lv-navy); border-color: var(--lv-navy); }
.lv-network-arrow { color: var(--lv-orange); font-size: 1.4rem; font-weight: 800; text-align: center; }
.lv-icon-list { display: grid; gap: 16px; }
.lv-icon-list li { display: grid; grid-template-columns: 39px 1fr; gap: 13px; align-items: start; }
.lv-icon-list .lv-icon { width: 39px; height: 39px; border-radius: 10px; }
.lv-icon-list .lv-icon svg { width: 19px; height: 19px; }
.lv-icon-list strong { display: block; margin-bottom: 3px; color: var(--lv-navy); font-size: 1rem; }
.lv-icon-list span { display: block; color: var(--lv-muted); font-size: .94rem; line-height: 1.55; }
.lv-timeline { display: grid; gap: 0; max-width: 860px; margin: 0 auto; }
.lv-timeline-item { display: grid; grid-template-columns: 125px 1fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--lv-border); }
.lv-timeline-item:first-child { border-top: 1px solid var(--lv-border); }
.lv-timeline-year { color: var(--lv-orange-dark); font-weight: 800; }
.lv-timeline-item h3 { margin-bottom: 6px; font-size: 1.18rem; }
.lv-timeline-item p { margin-bottom: 0; font-size: .97rem; }
.lv-contact-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 40px; align-items: start; }
.lv-contact-info { display: grid; gap: 15px; }
.lv-contact-card { padding: 21px; background: #fff; border: 1px solid var(--lv-border); border-radius: 13px; }
.lv-contact-card h3 { margin: 0 0 7px; font-size: 1.02rem; }
.lv-contact-card p { margin-bottom: 0; font-size: .94rem; }
.lv-contact-card a { color: var(--lv-orange-dark); font-weight: 750; text-decoration: none; }
.lv-contact-form-shell { padding: 32px; background: #fff; border: 1px solid var(--lv-border); border-radius: 18px; box-shadow: var(--lv-shadow); }
.lv-contact-form-shell h2 { margin-bottom: 22px; font-size: 1.65rem; }
.lv-contact-form-shell .elementor-shortcode { color: var(--lv-muted); }
.lv-contact-form-shell .wpcf7-form label { display: block; color: var(--lv-navy); font-size: .86rem; font-weight: 700; }
.lv-contact-form-shell .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.lv-contact-form-shell input:not([type="submit"]),
.lv-contact-form-shell textarea,
.lv-contact-form-shell select { width: 100%; padding: 12px 13px; color: var(--lv-ink); background: #f8faf9; border: 1px solid var(--lv-border); border-radius: 8px; font: inherit; }
.lv-contact-form-shell textarea { min-height: 120px; }
.lv-contact-form-shell input:focus,
.lv-contact-form-shell textarea:focus,
.lv-contact-form-shell select:focus { outline: 3px solid rgba(244,97,31,.25); border-color: var(--lv-orange); }
.lv-contact-form-shell input[type="submit"] { padding: 13px 20px; color: #fff; background: var(--lv-orange); border: 1px solid var(--lv-orange); border-radius: 8px; font: inherit; font-weight: 750; cursor: pointer; }
.lv-contact-form-shell .wpcf7-submit { color: #fff !important; background: var(--lv-orange-dark) !important; border-color: var(--lv-orange-dark) !important; }
.lv-contact-form-shell .wpcf7-form p { margin-bottom: 16px; }
.lv-spotlights-shell { color: inherit; }
.lv-spotlights-shell .spotlights-container { margin-top: 24px; }
.lv-spotlights-shell .spotlights-grid { margin: 0 !important; }
.lv-page.e-con { display: block !important; width: 100%; max-width: none; }
.lv-page .lv-section.e-con,
.lv-page .lv-contact-form-shell.e-con,
.lv-page .lv-spotlights-shell.e-con { display: block !important; width: 100%; max-width: none; }
.lv-page .lv-contact-layout.e-con { display: grid !important; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); width: 100%; max-width: none; align-items: start; }
.lv-trust-icon .lv-icon { width: 17px; height: 17px; padding: 0; background: transparent; }
.lv-trust-icon .lv-icon svg { width: 17px; height: 17px; }

/* Popup and form controls */
.elementor-popup-modal .dialog-widget-content { overflow: hidden; border-radius: 18px; }
.elementor-popup-modal .elementor-field-label { color: var(--lv-navy); font-family: "Outfit", sans-serif; font-weight: 650; }
.elementor-popup-modal .elementor-field-textual:focus { outline: 3px solid rgba(244,97,31,.22); border-color: var(--lv-orange); }

@media (max-width: 1120px) {
  .nav-inner { gap: 14px; }
  .nav-logo { min-width: 145px; }
  .nav-links > li > a { padding-right: 7px; padding-left: 7px; font-size: .77rem; }
  .lv-hero-grid { gap: 42px; }
}

@media (max-width: 1024px) {
  body.admin-bar nav#site-nav { top: 32px; }
  nav#site-nav { min-height: 72px; }
  .nav-inner { width: min(100% - 36px, 1240px); height: 72px; min-height: 72px; }
  main#primary.site-main { padding-top: 72px; }
  body.admin-bar main#primary.site-main { padding-top: 104px; }
  .site-menu { position: absolute; top: 72px; right: 0; left: 0; display: none; max-height: calc(100vh - 72px); overflow-y: auto; padding: 12px 18px 20px; background: var(--lv-navy); border-top: 1px solid rgba(255,255,255,.12); }
  nav#site-nav.nav-open .site-menu { display: block; }
  .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 1px; }
  .nav-links > li > a { justify-content: space-between; min-height: 48px; padding: 11px 5px; font-size: .95rem; white-space: normal; }
  .nav-links > li > a[href^="#elementor-action"] { margin: 8px 0 0; justify-content: center; }
  .nav-links .sub-menu { position: static; min-width: 0; padding: 5px 0 5px 14px; background: rgba(255,255,255,.05); border: 0; border-radius: 8px; box-shadow: none; }
  .nav-links .menu-item-has-children:hover > .sub-menu,
  .nav-links .menu-item-has-children:focus-within > .sub-menu { display: none; }
  .nav-links .menu-item-has-children.sub-menu-open > .sub-menu { display: block; }
  .nav-links .menu-item-has-children > a::after { display: none; }
  .nav-links .sub-menu a { color: rgba(255,255,255,.79); }
  .sub-menu-toggle { position: absolute; top: 4px; right: 0; display: inline-grid; width: 38px; height: 40px; place-items: center; color: #fff; background: transparent; border: 0; cursor: pointer; }
  .sub-menu-toggle .chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
  .menu-item-has-children.sub-menu-open > .sub-menu-toggle .chevron { transform: rotate(225deg); }
  .nav-mobile-toggle { display: inline-flex; flex: 0 0 auto; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; padding: 9px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; cursor: pointer; }
  .nav-mobile-toggle span { display: block; width: 100%; height: 2px; background: currentColor; border-radius: 2px; }
  nav#site-nav.nav-open .nav-mobile-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  nav#site-nav.nav-open .nav-mobile-toggle span:nth-child(2) { opacity: 0; }
  nav#site-nav.nav-open .nav-mobile-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .lv-shell { width: min(100% - 40px, 1240px); }
  .lv-section { padding: 74px 0; }
  .lv-hero { padding-top: 125px; }
  .lv-hero-grid,
  .lv-split { grid-template-columns: 1fr; gap: 40px; }
  .lv-split--reverse > :first-child,
  .lv-split--reverse > :last-child { order: initial; }
  .lv-hero-media { max-width: 720px; }
  .lv-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .lv-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lv-step-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lv-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (max-width: 782px) {
  body.admin-bar nav#site-nav { top: 46px; }
  body.admin-bar .skip-link { top: 54px; }
  body.admin-bar main#primary.site-main { padding-top: 118px; }
}

@media (max-width: 640px) {
  body.admin-bar nav#site-nav { top: 46px; }
  body.admin-bar .skip-link { top: 54px; }
  .nav-logo img { max-width: 170px; max-height: 47px; }
  .lv-shell { width: min(100% - 32px, 1240px); }
  .lv-section { padding: 59px 0; }
  .lv-hero { padding: 116px 0 60px; }
  .lv-hero--inner { padding-top: 110px; }
  .lv-hero h1,
  .lv-hero--inner h1 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .lv-hero p { font-size: 1rem; }
  .lv-hero-media img { aspect-ratio: 1.12; }
  .lv-hero-stat { right: 12px; bottom: 12px; max-width: 175px; padding: 11px 12px; font-size: .77rem; }
  .lv-trust-grid,
  .lv-grid-2,
  .lv-grid-3,
  .lv-grid-4,
  .lv-step-grid,
  .lv-checklist,
  .lv-contact-layout { grid-template-columns: 1fr; }
  .lv-heading { margin-bottom: 32px; }
  .lv-heading h2 { font-size: 2rem; }
  .lv-card { padding: 23px; }
  .lv-button-row { align-items: stretch; flex-direction: column; }
  .lv-button-row .lv-button { width: 100%; }
  .lv-network-diagram { grid-template-columns: 1fr; }
  .lv-network-node--wide { grid-column: auto; }
  .lv-network-arrow { transform: rotate(90deg); }
  .lv-timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .lv-contact-form-shell { padding: 22px 18px; }
  .lv-page .lv-contact-layout.e-con { grid-template-columns: 1fr; }
  .footer-inner { width: min(100% - 32px, 1240px); padding-top: 54px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; padding-bottom: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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