/* =========================================================
   Leads Registry — brand layer
   Palette derived from the Leads Registry logo
   ========================================================= */

:root {
  --lr-navy: #101f3c;
  --lr-navy-900: #0b1730;
  --lr-navy-700: #1b2b4d;
  --lr-blue: #1380d6;
  --lr-blue-600: #0e6db8;
  --lr-blue-300: #5fa8e8;
  --lr-tint: #eaf3fc;
  --lr-tint-2: #f5f9fd;
  --lr-ink: #16233f;
  --lr-muted: #5a6b85;
  --lr-line: #e2e9f2;
  --lr-white: #ffffff;
  --lr-radius: 14px;
  --lr-shadow: 0 18px 45px rgba(16, 31, 60, 0.09);
  --lr-shadow-sm: 0 8px 22px rgba(16, 31, 60, 0.07);
  --lr-font-display: "Montserrat", "Segoe UI", Arial, sans-serif;
  --lr-font-body: "Inter", "Open Sans", "Segoe UI", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  font-family: var(--lr-font-body);
  color: var(--lr-ink);
  font-size: 16px;
  line-height: 1.75;
  background: var(--lr-white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--lr-font-display);
  color: var(--lr-navy);
  font-weight: 700;
  line-height: 1.25;
}

p { color: var(--lr-muted); }
a { color: var(--lr-blue); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--lr-blue-600); }

:focus-visible {
  outline: 3px solid var(--lr-blue-300);
  outline-offset: 3px;
  border-radius: 4px;
}

.lr-skip {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--lr-navy); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0;
}
.lr-skip:focus { left: 0; color: #fff; }

/* ---------------- Buttons ---------------- */
.lr-btn {
  display: inline-block;
  font-family: var(--lr-font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  padding: 14px 30px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all .3s ease;
  cursor: pointer;
}
.lr-btn-primary { background: var(--lr-blue); color: #fff; }
.lr-btn-primary:hover { background: var(--lr-navy); color: #fff; }
.lr-btn-navy { background: var(--lr-navy); color: #fff; }
.lr-btn-navy:hover { background: var(--lr-blue); color: #fff; }
.lr-btn-ghost { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.lr-btn-ghost:hover { background: #fff; color: var(--lr-navy); border-color: #fff; }
.lr-btn-outline { border-color: var(--lr-blue); color: var(--lr-blue); background: transparent; }
.lr-btn-outline:hover { background: var(--lr-blue); color: #fff; }
.lr-btn + .lr-btn { margin-left: 12px; }

/* base-template overrides */
section { margin-top: 0; }

/* ---------------- Header ---------------- */
.header-area {
  background-image: none;
  background-color: transparent;
  height: 110px;
}
.header-area.inner-header:not(.background-header) { background-color: var(--lr-navy); }
.header-area.background-header { background-color: #fff !important; box-shadow: 0 6px 30px rgba(16,31,60,.10); }
.header-area .main-nav .logo { display: flex; align-items: center; height: 110px; line-height: normal; }
.background-header .main-nav .logo { width: auto; height: 80px; line-height: normal; }
.header-area .main-nav .logo img { max-width: 250px !important; height: auto; vertical-align: middle; }
.background-header .main-nav .logo img { max-width: 210px !important; }
.header-area .main-nav .logo .lr-logo-dark { display: none; }
.header-area .main-nav .logo .lr-logo-light { display: block; }
.header-area.background-header .main-nav .logo .lr-logo-dark { display: block; }
.header-area.background-header .main-nav .logo .lr-logo-light { display: none; }

.header-area .main-nav .nav li a {
  font-family: var(--lr-font-display);
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: .2px;
  color: #fff;
}
.header-area .main-nav .nav li { padding-left: 17px; padding-right: 17px; }
.header-area.background-header .main-nav .nav li a { color: var(--lr-navy); }
.header-area .main-nav .nav li a.active,
.header-area .main-nav .nav li a:hover { color: var(--lr-blue-300); }
.header-area.background-header .main-nav .nav li a.active,
.header-area.background-header .main-nav .nav li a:hover { color: var(--lr-blue); }

.header-area .main-nav .nav li.lr-cta a,
.header-area.background-header .main-nav .nav li.lr-cta a {
  background: var(--lr-blue);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 22px !important;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
}
.header-area .main-nav .nav li.lr-cta a:hover { background: var(--lr-navy); color: #fff !important; }
.header-area.background-header .main-nav .nav li.lr-cta a:hover { background: var(--lr-navy); }

.header-area .main-nav .nav li.has-sub ul.sub-menu { border-radius: 10px; overflow: hidden; box-shadow: var(--lr-shadow-sm); }
.header-area .main-nav .nav li.has-sub ul.sub-menu li a { color: var(--lr-navy) !important; font-size: 13px; }
.header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover { color: var(--lr-blue) !important; }

/* ---------------- Hero slider (home) ---------------- */
.lr-hero { position: relative; height: 100vh; min-height: 620px; max-height: 900px; overflow: hidden; }
.lr-hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.1s ease, transform 7s linear;
  transform: scale(1.06);
}
.lr-hero__slide.is-active { opacity: 1; transform: scale(1); }
.lr-hero__slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(11,23,48,.94) 0%, rgba(16,31,60,.86) 45%, rgba(19,128,214,.55) 100%);
}
.lr-hero__inner { position: relative; z-index: 3; height: 100%; display: flex; align-items: center; }
.lr-hero__eyebrow {
  display: inline-block; font-family: var(--lr-font-display); font-size: 12px; font-weight: 700;
  letter-spacing: 2.4px; text-transform: uppercase; color: var(--lr-blue-300);
  border: 1px solid rgba(95,168,232,.5); border-radius: 40px; padding: 7px 18px; margin-bottom: 24px;
}
.lr-hero h1, .lr-hero h2.lr-hero__title {
  color: #fff; font-size: 54px; font-weight: 800; line-height: 1.14; margin-bottom: 22px; letter-spacing: -.5px;
}
.lr-hero h1 span, .lr-hero__title span { color: var(--lr-blue-300); }
.lr-hero p { color: rgba(255,255,255,.86); font-size: 18px; max-width: 620px; margin-bottom: 34px; }
.lr-hero__rule { width: 78px; height: 4px; background: var(--lr-blue); border-radius: 3px; margin-bottom: 26px; }
.lr-hero__nav {
  position: absolute; z-index: 5; bottom: 46px; right: 6%; display: flex; gap: 10px;
}
.lr-hero__nav button {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.08); color: #fff; font-size: 15px; cursor: pointer; transition: all .3s ease;
}
.lr-hero__nav button:hover { background: var(--lr-blue); border-color: var(--lr-blue); }
.lr-hero__dots { position: absolute; z-index: 5; bottom: 62px; left: 6%; display: flex; gap: 10px; }
.lr-hero__dots button {
  width: 34px; height: 4px; border: 0; border-radius: 3px; background: rgba(255,255,255,.35); cursor: pointer; padding: 0;
}
.lr-hero__dots button.is-active { background: var(--lr-blue); width: 54px; }

/* ---------------- Page heading (inner pages) ---------------- */
.lr-page-head {
  position: relative; padding: 190px 0 84px;
  background: linear-gradient(120deg, #0b1730 0%, #16294d 55%, #12518f 100%);
  overflow: hidden;
}
.lr-page-head::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("../images/heading-bg.jpg");
  background-size: cover; background-position: center; opacity: .13;
}
.lr-page-head::after {
  content: ""; position: absolute; right: -90px; top: -110px; width: 380px; height: 380px;
  border: 60px solid rgba(95,168,232,.10); border-radius: 50%;
}
.lr-page-head .container { position: relative; z-index: 2; }
.lr-page-head h1 { color: #fff; font-size: 44px; font-weight: 800; margin-bottom: 14px; }
.lr-page-head p { color: rgba(255,255,255,.78); font-size: 17px; max-width: 720px; margin-bottom: 0; }
.lr-crumbs { font-size: 13px; margin-bottom: 18px; color: rgba(255,255,255,.65); }
.lr-crumbs a { color: var(--lr-blue-300); }
.lr-crumbs span { margin: 0 8px; opacity: .6; }

/* ---------------- Section furniture ---------------- */
.lr-section { padding: 96px 0; }
.lr-section--tight { padding: 72px 0; }
.lr-section--tint { background: var(--lr-tint-2); }
.lr-section--navy { background: var(--lr-navy); }
.lr-section--navy h2, .lr-section--navy h3, .lr-section--navy h4 { color: #fff; }
.lr-section--navy p { color: rgba(255,255,255,.75); }

.lr-head { margin-bottom: 52px; }
.lr-head--center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.lr-eyebrow {
  display: inline-block; font-family: var(--lr-font-display); font-size: 12px; font-weight: 700;
  letter-spacing: 2.2px; text-transform: uppercase; color: var(--lr-blue); margin-bottom: 14px;
}
.lr-eyebrow::before {
  content: ""; display: inline-block; width: 26px; height: 2px; background: var(--lr-blue);
  vertical-align: middle; margin-right: 10px; margin-top: -3px;
}
.lr-head--center .lr-eyebrow::before { display: none; }
.lr-head h2 { font-size: 38px; font-weight: 800; letter-spacing: -.4px; margin-bottom: 16px; }
.lr-head h2 em { font-style: normal; color: var(--lr-blue); }
.lr-head p { font-size: 17px; margin-bottom: 0; }

/* ---------------- Cards ---------------- */
.lr-card {
  background: #fff; border: 1px solid var(--lr-line); border-radius: var(--lr-radius);
  padding: 34px 30px; height: 100%; transition: all .32s ease; position: relative; overflow: hidden;
}
.lr-card::after {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 0;
  background: var(--lr-blue); transition: width .35s ease;
}
.lr-card:hover { transform: translateY(-6px); box-shadow: var(--lr-shadow); border-color: transparent; }
.lr-card:hover::after { width: 100%; }
.lr-card__icon {
  width: 60px; height: 60px; border-radius: 12px; background: var(--lr-tint);
  display: flex; align-items: center; justify-content: center;
  color: var(--lr-blue); font-size: 24px; margin-bottom: 22px; transition: all .3s ease;
}
.lr-card:hover .lr-card__icon { background: var(--lr-blue); color: #fff; }
.lr-card h3 { font-size: 20px; margin-bottom: 12px; }
.lr-card p { font-size: 15px; margin-bottom: 16px; }
.lr-card .lr-more { font-family: var(--lr-font-display); font-size: 13px; font-weight: 700; letter-spacing: .4px; }
.lr-card .lr-more i { font-size: 11px; margin-left: 6px; transition: transform .3s ease; }
.lr-card:hover .lr-more i { transform: translateX(5px); }
.lr-grid > [class*="col-"] { margin-bottom: 30px; }

/* ---------------- Stats ---------------- */
.lr-stats { background: var(--lr-navy); padding: 62px 0; }
.lr-stat { text-align: center; padding: 10px 0; }
.lr-stat strong {
  display: block; font-family: var(--lr-font-display); font-size: 44px; font-weight: 800;
  color: #fff; line-height: 1.1;
}
.lr-stat strong span { color: var(--lr-blue-300); }
.lr-stat small {
  display: block; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase;
  color: rgba(255,255,255,.62); margin-top: 8px; font-weight: 600;
}

/* ---------------- Split / image blocks ---------------- */
.lr-split img { width: 100%; border-radius: var(--lr-radius); box-shadow: var(--lr-shadow); }
.lr-split .lr-copy h2 { font-size: 34px; margin-bottom: 18px; }
.lr-check { list-style: none; padding: 0; margin: 24px 0 0; }
.lr-check li {
  position: relative; padding-left: 34px; margin-bottom: 13px; color: var(--lr-muted); font-size: 15px;
}
.lr-check li::before {
  content: "\f00c"; font-family: "Font Awesome 7 Free", "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--lr-tint); color: var(--lr-blue); font-size: 10px;
  display: flex; align-items: center; justify-content: center;
}
.lr-section--navy .lr-check li { color: rgba(255,255,255,.78); }
.lr-section--navy .lr-check li::before { background: rgba(95,168,232,.18); color: var(--lr-blue-300); }

/* ---------------- Process steps ---------------- */
.lr-step { position: relative; padding: 34px 28px; background: #fff; border: 1px solid var(--lr-line); border-radius: var(--lr-radius); height: 100%; }
.lr-step__num {
  font-family: var(--lr-font-display); font-size: 13px; font-weight: 800; letter-spacing: 1.5px;
  color: var(--lr-blue); display: block; margin-bottom: 14px;
}
.lr-step h3 { font-size: 19px; margin-bottom: 10px; }
.lr-step p { font-size: 15px; margin: 0; }
.lr-step::before {
  content: ""; position: absolute; left: 28px; bottom: 0; width: 34px; height: 3px; background: var(--lr-tint);
}

/* ---------------- CTA band ---------------- */
.lr-cta-band {
  background: linear-gradient(105deg, var(--lr-navy) 0%, #133463 60%, var(--lr-blue-600) 100%);
  padding: 62px 0; position: relative; overflow: hidden;
}
.lr-cta-band::after {
  content: ""; position: absolute; right: -70px; bottom: -120px; width: 320px; height: 320px;
  border: 52px solid rgba(255,255,255,.06); border-radius: 50%;
}
.lr-cta-band h2 { color: #fff; font-size: 30px; margin-bottom: 8px; }
.lr-cta-band p { color: rgba(255,255,255,.8); margin-bottom: 0; }
.lr-cta-band .lr-cta-actions { text-align: right; }

/* ---------------- Testimonials ---------------- */
.lr-quote {
  background: #fff; border: 1px solid var(--lr-line); border-radius: var(--lr-radius);
  padding: 34px 30px; height: 100%;
}
.lr-quote i { color: var(--lr-blue-300); font-size: 24px; margin-bottom: 16px; display: block; }
.lr-quote p { font-size: 15.5px; color: var(--lr-ink); }
.lr-quote footer { margin-top: 18px; border-top: 1px solid var(--lr-line); padding-top: 16px; }
.lr-quote footer strong { display: block; font-family: var(--lr-font-display); color: var(--lr-navy); font-size: 15px; }
.lr-quote footer span { font-size: 13px; color: var(--lr-muted); }

/* ---------------- FAQ ---------------- */
.lr-faq { border: 1px solid var(--lr-line); border-radius: var(--lr-radius); overflow: hidden; background: #fff; }
.lr-faq__item + .lr-faq__item { border-top: 1px solid var(--lr-line); }
.lr-faq__q {
  width: 100%; text-align: left; background: none; border: 0; padding: 22px 58px 22px 26px;
  font-family: var(--lr-font-display); font-weight: 700; font-size: 16.5px; color: var(--lr-navy);
  position: relative; cursor: pointer; line-height: 1.5;
}
.lr-faq__q::after {
  content: "\f067"; font-family: "Font Awesome 7 Free", "Font Awesome 6 Free"; font-weight: 900; font-size: 12px;
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; background: var(--lr-tint); color: var(--lr-blue);
  display: flex; align-items: center; justify-content: center; transition: all .3s ease;
}
.lr-faq__q[aria-expanded="true"]::after { content: "\f068"; background: var(--lr-blue); color: #fff; }
.lr-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.lr-faq__a > div { padding: 0 58px 24px 26px; }
.lr-faq__a p { margin: 0; font-size: 15px; }

/* ---------------- Blog ---------------- */
.lr-post {
  background: #fff; border: 1px solid var(--lr-line); border-radius: var(--lr-radius);
  overflow: hidden; height: 100%; display: flex; flex-direction: column; transition: all .3s ease;
}
.lr-post:hover { box-shadow: var(--lr-shadow); transform: translateY(-5px); }
.lr-post__img { height: 200px; background-size: cover; background-position: center; }
.lr-post__body { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.lr-post__meta { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--lr-blue); font-weight: 700; margin-bottom: 10px; font-family: var(--lr-font-display); }
.lr-post h3 { font-size: 19px; margin-bottom: 10px; }
.lr-post h3 a { color: var(--lr-navy); }
.lr-post h3 a:hover { color: var(--lr-blue); }
.lr-post p { font-size: 14.5px; flex: 1; }

/* ---------------- Article / legal typography ---------------- */
.lr-prose { max-width: 820px; }
.lr-prose h2 { font-size: 26px; margin: 40px 0 14px; }
.lr-prose h3 { font-size: 20px; margin: 30px 0 12px; }
.lr-prose h2:first-child { margin-top: 0; }
.lr-prose p { margin-bottom: 16px; font-size: 16px; }
.lr-prose ul, .lr-prose ol { color: var(--lr-muted); padding-left: 22px; margin-bottom: 20px; }
.lr-prose li { margin-bottom: 9px; }
.lr-prose strong { color: var(--lr-ink); }
.lr-prose table { width: 100%; border-collapse: collapse; margin-bottom: 24px; font-size: 15px; }
.lr-prose th, .lr-prose td { border: 1px solid var(--lr-line); padding: 12px 14px; text-align: left; color: var(--lr-muted); }
.lr-prose th { background: var(--lr-tint); color: var(--lr-navy); font-family: var(--lr-font-display); font-size: 14px; }
.lr-note {
  background: var(--lr-tint); border-left: 4px solid var(--lr-blue);
  padding: 20px 24px; border-radius: 0 10px 10px 0; margin: 26px 0;
}
.lr-note p:last-child { margin-bottom: 0; }
.lr-updated { font-size: 14px; color: var(--lr-muted); border-bottom: 1px solid var(--lr-line); padding-bottom: 18px; margin-bottom: 30px; }

.lr-toc { background: var(--lr-tint-2); border: 1px solid var(--lr-line); border-radius: var(--lr-radius); padding: 26px 28px; position: sticky; top: 110px; }
.lr-toc h4 { font-size: 14px; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 14px; }
.lr-toc ul { list-style: none; padding: 0; margin: 0; }
.lr-toc li { margin-bottom: 9px; }
.lr-toc a { font-size: 14px; color: var(--lr-muted); }
.lr-toc a:hover { color: var(--lr-blue); }

/* ---------------- Contact ---------------- */
.lr-info {
  background: #fff; border: 1px solid var(--lr-line); border-radius: var(--lr-radius);
  padding: 30px 26px; height: 100%; transition: all .3s ease; text-align: center;
}
.lr-info:hover { box-shadow: var(--lr-shadow); transform: translateY(-5px); }
.lr-info i {
  width: 56px; height: 56px; border-radius: 50%; background: var(--lr-tint); color: var(--lr-blue);
  display: inline-flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 18px;
}
.lr-info h3 { font-size: 17px; margin-bottom: 8px; }
.lr-info p, .lr-info a { font-size: 15px; color: var(--lr-muted); margin: 0; }
.lr-info a:hover { color: var(--lr-blue); }

.lr-form { background: #fff; border: 1px solid var(--lr-line); border-radius: var(--lr-radius); padding: 38px 34px; box-shadow: var(--lr-shadow-sm); }
.lr-form label {
  display: block; font-family: var(--lr-font-display); font-size: 13px; font-weight: 600;
  color: var(--lr-navy); margin-bottom: 7px;
}
.lr-form label .req { color: #d3403a; }
.lr-form input, .lr-form select, .lr-form textarea {
  width: 100%; border: 1px solid var(--lr-line); border-radius: 8px; padding: 12px 15px;
  font-size: 15px; color: var(--lr-ink); background: #fff; margin-bottom: 18px; font-family: var(--lr-font-body);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.lr-form input:focus, .lr-form select:focus, .lr-form textarea:focus {
  border-color: var(--lr-blue); box-shadow: 0 0 0 3px rgba(19,128,214,.13); outline: none;
}
.lr-form textarea { min-height: 130px; resize: vertical; }
.lr-consent { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 22px; }
.lr-consent input { width: 18px; height: 18px; margin: 4px 0 0; flex: 0 0 18px; }
.lr-consent span { font-size: 12.5px; color: var(--lr-muted); line-height: 1.6; }
.lr-hp { position: absolute !important; left: -9999px !important; }
.lr-form-msg { display: none; padding: 14px 18px; border-radius: 8px; font-size: 14px; margin-bottom: 18px; }
.lr-form-msg.is-error { display: block; background: #fdecec; color: #a52822; border: 1px solid #f5c6c3; }
.lr-form-msg.is-ok { display: block; background: #e9f7ef; color: #1d6b40; border: 1px solid #bfe6cd; }

.lr-map { border-radius: var(--lr-radius); overflow: hidden; border: 1px solid var(--lr-line); line-height: 0; box-shadow: var(--lr-shadow-sm); }
.lr-map iframe { width: 100%; height: 430px; border: 0; display: block; filter: grayscale(18%); }

/* ---------------- Logo strip / industries ---------------- */
.lr-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--lr-line); border-radius: 40px;
  padding: 11px 22px; margin: 0 10px 14px 0; font-size: 14.5px; color: var(--lr-navy);
  font-family: var(--lr-font-display); font-weight: 600; transition: all .3s ease;
}
.lr-pill i { color: var(--lr-blue); font-size: 14px; }
.lr-pill:hover { border-color: var(--lr-blue); box-shadow: var(--lr-shadow-sm); color: var(--lr-navy); }

/* ---------------- Footer ---------------- */
.lr-footer { background: var(--lr-navy-900); padding: 74px 0 0; }
.lr-footer h4 {
  color: #fff; font-size: 14px; letter-spacing: 1.6px; text-transform: uppercase;
  margin-bottom: 22px; font-weight: 700;
}
.lr-footer p, .lr-footer li, .lr-footer a { color: rgba(255,255,255,.62); font-size: 14.5px; }
.lr-footer a:hover { color: var(--lr-blue-300); }
.lr-footer ul { list-style: none; padding: 0; margin: 0; }
.lr-footer li { margin-bottom: 11px; }
.lr-footer__brand img { max-width: 235px; margin-bottom: 22px; }
.lr-footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.lr-footer__contact i { color: var(--lr-blue-300); margin-top: 5px; font-size: 14px; width: 16px; }
.lr-social { margin-top: 24px; display: flex; gap: 10px; }
.lr-social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; transition: all .3s ease;
}
.lr-social a:hover { background: var(--lr-blue); color: #fff; }
.lr-footer__bar {
  margin-top: 56px; border-top: 1px solid rgba(255,255,255,.09); padding: 24px 0;
  font-size: 13.5px; color: rgba(255,255,255,.5);
}
.lr-footer__bar a { font-size: 13.5px; }
.lr-footer__bar .lr-legal-links { text-align: right; }
.lr-footer__bar .lr-legal-links a { margin-left: 18px; }
.lr-disclosure { font-size: 12.5px; color: rgba(255,255,255,.38); line-height: 1.7; margin-top: 14px; }

.lr-top {
  position: fixed; right: 26px; bottom: 26px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--lr-blue); color: #fff; border: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all .3s ease; z-index: 90; cursor: pointer;
}
.lr-top.is-visible { opacity: 1; visibility: visible; }
.lr-top:hover { background: var(--lr-navy); }

/* ---------------- 404 ---------------- */
.lr-404 { text-align: center; padding: 120px 0; }
.lr-404 strong { display: block; font-family: var(--lr-font-display); font-size: 110px; font-weight: 800; color: var(--lr-tint); line-height: 1; }
.lr-404 h1 { font-size: 32px; margin: -30px 0 14px; }

/* ---------------- Responsive ---------------- */
@media (max-width: 1200px) {
  .lr-hero h1, .lr-hero__title { font-size: 44px; }
}
@media (max-width: 992px) {
  .header-area { background-color: var(--lr-navy) !important; }
  .header-area .main-nav .logo .lr-logo-dark { display: none !important; }
  .header-area .main-nav .logo .lr-logo-light { display: block !important; }
  .header-area.background-header .main-nav .logo .lr-logo-light { display: block !important; }
  .header-area .main-nav .nav { background: #fff; border-radius: 0 0 10px 10px; padding: 8px 0; }
  .header-area .main-nav .nav li a,
  .header-area.background-header .main-nav .nav li a { color: var(--lr-navy) !important; }
  .header-area .main-nav .nav li.lr-cta a { margin: 10px 16px; text-align: center; }
  .header-area .main-nav .nav li.has-sub ul.sub-menu { position: static; box-shadow: none; }
  .lr-hero { height: auto; min-height: 0; padding: 0 0 30px; max-height: none; background: var(--lr-navy); }
  .lr-hero__slide {
    position: relative; display: none; opacity: 1; transform: none;
    padding: 150px 0 90px; transition: none;
  }
  .lr-hero__slide.is-active { display: block; }
  .lr-hero__inner { display: block; height: auto; }
  .lr-hero h1, .lr-hero__title { font-size: 36px; }
  .lr-hero p { font-size: 16px; }
  .lr-hero__dots, .lr-hero__nav {
    position: relative; inset: auto; margin: 0 0 34px; justify-content: flex-start;
    padding: 0 12px;
  }
  .lr-hero__nav { display: none; }
  .header-area .main-nav .logo img { max-width: 200px !important; }
  .lr-section { padding: 68px 0; }
  .lr-page-head { padding: 150px 0 62px; }
  .lr-page-head h1 { font-size: 32px; }
  .lr-head h2 { font-size: 29px; }
  .lr-cta-band .lr-cta-actions { text-align: left; margin-top: 24px; }
  .lr-footer__bar .lr-legal-links { text-align: left; margin-top: 12px; }
  .lr-footer__bar .lr-legal-links a { margin: 0 18px 0 0; display: inline-block; }
  .lr-split .lr-copy { margin-top: 34px; }
  .lr-toc { position: static; margin-bottom: 34px; }
}
@media (max-width: 576px) {
  .lr-hero h1, .lr-hero__title { font-size: 29px; }
  .lr-head h2 { font-size: 25px; }
  .lr-stat strong { font-size: 34px; }
  .lr-btn { display: block; text-align: center; }
  .lr-btn + .lr-btn { margin: 12px 0 0; }
  .lr-form { padding: 26px 20px; }
  .lr-404 strong { font-size: 74px; }
}

/* print */
@media print {
  .header-area, .lr-footer, .lr-cta-band, .lr-top, .lr-hero__nav, .lr-hero__dots { display: none !important; }
  body { color: #000; }
}

/* footer alignment (base template centres footer text) */
.lr-footer,
.lr-footer p,
.lr-footer li,
.lr-footer h4,
.lr-footer .lr-disclosure { text-align: left; }
.lr-footer__bar .lr-legal-links { text-align: right; }
@media (max-width: 992px) {
  .lr-footer__bar .lr-legal-links { text-align: left; }
  .lr-footer > .container > .row > [class*="col-"] { margin-bottom: 34px; }
}

/* prose lists (base template resets list-style) */
.lr-prose ul { list-style: disc outside; }
.lr-prose ol { list-style: decimal outside; }
.lr-prose ul ul { list-style: circle outside; }
.lr-split .lr-copy p { margin-bottom: 14px; }
