﻿:root {
  --ldx-navy: #002f5c;
  --ldx-navy-deep: #002b55;
  --ldx-blue: #11a0dc;
  --ldx-blue-dark: #078cc5;
  --ldx-ink: #123c63;
  --ldx-muted: #5d7690;
  --ldx-border: #c9d7e1;
  --ldx-soft: #f2f7fa;
  --ldx-white: #ffffff;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: var(--ldx-ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  background: var(--ldx-white);
}

.ldx-header {
  background: var(--ldx-white);
  box-shadow: 0 1px 0 rgba(0, 47, 92, 0.08);
  position: relative;
  z-index: 100;
}

.ldx-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
}

.ldx-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.ldx-brand,
.ttm-header-style-classic .ldx-brand {
  float: none;
  height: auto;
  line-height: 1;
}

.ldx-brand img {
  display: block;
  max-width: 166px;
  height: auto;
}

.ldx-navigation,
.ttm-header-style-classic .ldx-navigation {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
}

#site-header-menu #site-navigation.ldx-navigation .menu {
  float: none;
}

#site-header-menu #site-navigation.ldx-navigation .menu > ul,
.ldx-navigation .menu > ul {
  display: flex;
  align-items: center;
  gap: 31px;
  margin: 0;
  padding: 0;
}

#site-header-menu #site-navigation.ldx-navigation .menu ul li > a,
.ldx-navigation .menu ul li > a {
  color: var(--ldx-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 34px 0;
  text-transform: none;
}

#site-header-menu #site-navigation.ldx-navigation .menu ul li > a:hover,
.ldx-navigation .menu ul li > a:hover {
  color: var(--ldx-blue);
}

.ldx-navigation .menu ul li ul {
  border-top: 3px solid var(--ldx-blue);
}

.ldx-navigation .menu ul ul li a {
  font-size: 13px;
  font-weight: 700;
  padding: 13px 18px !important;
}

.ldx-navigation .ldx-nav-cta > a {
  background: var(--ldx-blue);
  color: var(--ldx-white) !important;
  padding: 13px 18px !important;
  min-width: 92px;
  text-align: center;
}

.ldx-navigation .ldx-nav-cta > a:hover {
  background: var(--ldx-blue-dark);
}


.ldx-navigation .menu ul {
  list-style: none;
}

.ldx-navigation .menu li {
  position: relative;
}

.ldx-navigation .menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  min-width: 230px;
  margin: 0;
  padding: 8px 0;
  background: var(--ldx-white);
  box-shadow: 0 18px 36px rgba(0, 47, 92, 0.14);
}

.ldx-navigation .menu ul li:hover > ul,
.ldx-navigation .menu ul li:focus-within > ul {
  display: block;
}

.ldx-navigation .menu ul li ul ul {
  top: -8px;
  left: 100%;
}

.ldx-navigation .menu ul ul li {
  display: block;
  width: 100%;
}

.ldx-navigation .menu ul ul li a {
  display: block;
  color: var(--ldx-ink) !important;
  white-space: nowrap;
}

.ldx-navigation .ttm-menu-toggle {
  display: none;
}
.ldx-home h1,
.ldx-home h2,
.ldx-home h3 {
  color: var(--ldx-ink);
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.ldx-pattern {
  position: relative;
  overflow: hidden;
}

.ldx-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 135px 135px;
  opacity: 0.58;
  pointer-events: none;
}

.ldx-diamond {
  position: absolute;
  width: 18px;
  height: 18px;
  background: rgba(17, 160, 220, 0.22);
  transform: rotate(45deg);
  pointer-events: none;
}

.ldx-diamond-one { left: 9%; top: 20%; }
.ldx-diamond-two { right: 9%; top: 32%; }
.ldx-diamond-three { left: 19%; bottom: 20%; }
.ldx-diamond-four { right: 19%; bottom: 38%; }

.ldx-hero {
  min-height: 500px;
  padding: 130px 0 105px;
  background: var(--ldx-navy-deep);
  text-align: center;
}

.ldx-hero .container,
.ldx-cta-band .container {
  position: relative;
  z-index: 1;
}

.ldx-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.ldx-eyebrow {
  margin: 0 0 18px;
  color: var(--ldx-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ldx-hero h1 {
  margin: 0;
  color: var(--ldx-white);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 49px;
  line-height: 0.94;
  text-transform: none !important;
}

.ldx-hero-copy {
  margin: 29px auto 0;
  max-width: 710px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.35;
}

.ldx-button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 33px;
  flex-wrap: wrap;
}

.ldx-trust {
  padding: 95px 0 70px;
  background: var(--ldx-white);
}

.ldx-trust-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1fr);
  gap: 72px;
  align-items: start;
}

.ldx-trust h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.08;
}

.ldx-trust-copy p {
  max-width: 620px;
  margin: 0;
  color: var(--ldx-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
}

.ldx-stats {
  display: flex;
  gap: 86px;
  margin-top: 42px;
}

.ldx-stats strong {
  display: block;
  color: var(--ldx-navy);
  font-size: 43px;
  line-height: 1;
}

.ldx-stats span {
  display: block;
  margin-top: 10px;
  color: var(--ldx-ink);
  font-size: 16px;
  font-weight: 600;
}

.ldx-founder {
  padding: 75px 0 92px;
  background: var(--ldx-white);
}

.ldx-founder-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1fr);
  gap: 82px;
  align-items: center;
}

.ldx-founder-copy h2 {
  max-width: 540px;
  margin: 0 0 31px;
  font-size: 30px;
  line-height: 0.98;
}

.ldx-founder-copy p {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--ldx-ink);
  font-size: 16px;
  font-weight: 700;
  
}

.ldx-founder-copy .ldx-btn {
  margin-top: 22px;
}

.ldx-founder-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  object-position: center;
}

.ldx-services {
  padding: 88px 0 92px;
  background: var(--ldx-soft);
}

.ldx-section-heading {
  max-width: 690px;
  margin: 0 auto 62px;
  text-align: center;
}

.ldx-section-heading h2 {
  margin: 0 0 27px;
  font-size: 38px;
  line-height: 1.02;
}

.ldx-section-heading p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--ldx-ink);
  font-size: 24px;
  font-weight: 700;
 
}

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

.ldx-service-card {
  min-height: 282px;
  padding: 53px 58px 42px;
  background: transparent;
  border: 1px solid var(--ldx-border);
}

.ldx-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 19px;
  background: var(--ldx-white);
  color: var(--ldx-navy);
  font-size: 25px;
}

.ldx-service-card h3 {
  margin: -54px 0 43px 73px;
  min-height: 54px;
  display: flex;
  align-items: center;
  color: var(--ldx-ink);
  font-size: 45px;
 
}

.ldx-service-card p {
  min-height: 82px;
  margin: 0 0 24px;
  color: var(--ldx-ink);
  font-size: 55px;
  font-weight: 700;
 
}

.ldx-service-card a {
  color: var(--ldx-blue);
  
  font-weight: 900;
  text-transform: uppercase;
}

.ldx-cta-band {
  padding: 95px 0 86px;
  background: var(--ldx-blue);
  text-align: center;
}

.ldx-cta-band h2 {
  margin: 0 0 29px;
  color: var(--ldx-white);
  font-size: 39px;
  line-height: 1.05;
}

.ldx-cta-band p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.ldx-cta-band .ldx-cta-line {
  margin-top: 24px;
}

.ldx-cta-band .ldx-btn {
  margin-top: 42px;
  min-height: 40px;
  padding: 13px 23px;
}

.ldx-logo-strip {
  padding: 62px 0 70px;
  background: var(--ldx-white);
  text-align: center;
}

.ldx-logo-heading {
  margin: 0 0 38px;
  color: var(--ldx-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ldx-logo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 58px;
  flex-wrap: wrap;
}

.ldx-logo-grid img {
  display: block;
  max-width: 155px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ldx-testimonials {
  padding: 34px 0 0;
  background: var(--ldx-white);
}

.ldx-testimonials > .container {
  max-width: 1600px;
}

.ldx-testimonial-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(420px, 1fr);
  gap: 109px;
  align-items: start;
}

.ldx-testimonial-heading h4 {
  margin: 0 0 30px;
  color: var(--ldx-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
}

.ldx-testimonial-heading h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.08;
}

.ldx-testimonial-content {
  position: relative;
  padding-top: 218px;
  padding-left: 53px;
  border-left: 0;
}

.ldx-testimonial-content::before,
.ldx-testimonial-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
}

.ldx-testimonial-content::before {
  top: 218px;
  bottom: 0;
  background: #d2dce5;
}

.ldx-testimonial-content::after {
  top: 218px;
  height: 228px;
  background: var(--ldx-blue);
}

.ldx-testimonial-cta {
  position: absolute;
  top: 94px;
  right: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  min-height: 59px;
  padding: 0 28px;
  font-size: 16px;
  letter-spacing: 0;
}

.ldx-testimonial-content blockquote {
  max-width: 667px;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  color: var(--ldx-ink);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.ldx-testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--ldx-ink);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ldx-testimonial-author img {
  width: 60px;
  height: 60px;
  padding: 7px;
  border: 1px solid var(--ldx-ink);
  border-radius: 50%;
  object-fit: contain;
}

.ldx-testimonial-preview {
  margin: 0;
  max-width: 667px;
  padding: 29px 0 0;
  border-top: 1px solid var(--ldx-border);
  color: #b2c0cc;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.17;
}

@media (max-width: 1199px) {
  .ldx-navigation .menu {
    display: none;
  }

  .ldx-navigation .menu.active {
    display: block;
  }
.ldx-navigation .menu ul li ul {
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 0 16px;
    border-top: 0;
    box-shadow: none;
  }

  .ldx-navigation .menu ul li:hover > ul {
    display: none;
  }

  .ldx-navigation .menu ul li > ul.active,
  .ldx-navigation .menu ul li > a.active + ul {
    display: block;
  }

  .ldx-header-row {
    min-height: 76px;
  }

  .ldx-header-inner {
    min-height: 76px;
  }

  .ldx-navigation {
    flex: 1;
  }

  .ldx-navigation .ttm-menu-toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    width: 38px;
    height: 38px;
  }

  .ldx-navigation .ttm-menu-toggle label {
    display: block;
    margin: 0;
    width: 38px;
    height: 38px;
  }

  .ldx-navigation .ttm-menu-toggle .toggle-block {
    background-color: var(--ldx-navy);
  }

  #site-header-menu #site-navigation.ldx-navigation .menu,
  .ldx-navigation .menu {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--ldx-white);
    box-shadow: 0 18px 36px rgba(0, 47, 92, 0.12);
  }

  #site-header-menu #site-navigation.ldx-navigation .menu > ul,
  .ldx-navigation .menu > ul {
    display: block;
    gap: 0;
    padding: 10px 0;
  }

  #site-header-menu #site-navigation.ldx-navigation .menu ul li > a,
  .ldx-navigation .menu ul li > a {
    padding: 16px 28px;
    line-height: 1.2;
  }

  .ldx-navigation .ldx-nav-cta > a {
    display: inline-flex;
    margin: 8px 28px 14px;
    padding: 13px 20px !important;
  }

  .ldx-trust-grid,
  .ldx-founder-grid,
  .ldx-testimonial-grid {
    gap: 42px;
  }
}

@media (max-width: 991px) {
  .ldx-hero {
    min-height: 440px;
    padding: 96px 0 84px;
  }

  .ldx-hero h1 {
    font-size: 44px;
  }

  .ldx-trust-grid,
  .ldx-founder-grid,
  .ldx-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ldx-trust,
  .ldx-founder,
  .ldx-services,
  .ldx-testimonials {
    padding-left: 0;
    padding-right: 0;
  }

  .ldx-founder-image {
    max-width: 620px;
  }

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

}

@media (max-width: 767px) {
  .ldx-brand img {
    max-width: 145px;
  }

  .ldx-hero {
    min-height: 0;
    padding: 78px 0 72px;
  }

  .ldx-hero h1 {
    font-size: 36px;
    max-width: 100%;
    line-height: 1.02;
  }

  .ldx-hero-copy {
    font-size: 17px;
  }

  .ldx-trust {
    padding: 62px 0 42px;
  }

  .ldx-trust h2,
  .ldx-section-heading h2,
  .ldx-cta-band h2,
  .ldx-testimonial-heading h2 {
    font-size: 31px;
  }

  .ldx-founder {
    padding: 48px 0 64px;
  }

  .ldx-founder-copy h2 {
    font-size: 27px;
  }

  .ldx-stats {
    gap: 34px;
    flex-wrap: wrap;
  }

  .ldx-services {
    padding: 64px 0;
  }

  .ldx-service-card {
    padding: 34px 28px 34px;
  }

  .ldx-service-card h3 {
    margin-left: 66px;
    font-size: 22px;
  }

  .ldx-cta-band {
    padding: 70px 0 66px;
  }

  .ldx-logo-grid {
    gap: 30px 38px;
  }

  .ldx-testimonial-content {
    padding-top: 0;
    padding-left: 24px;
  }

  .ldx-testimonial-cta {
    position: static;
    margin-bottom:58px;

  }

}

@media (max-width: 480px) {
  .ldx-header-row {
    min-height: 68px;
  }

  .ldx-header-inner {
    min-height: 68px;
  }

  #site-header-menu #site-navigation.ldx-navigation .menu,
  .ldx-navigation .menu {
    top: 68px;
  }

  .ldx-hero h1 {
    font-size: 31px;
    max-width: 100%;
  }

  .ldx-button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ldx-stats strong {
    font-size: 37px;
  }

  .ldx-service-card h3 {
    margin: 16px 0 22px;
    min-height: 0;
  }

}

/* Reference refinement pass: spacing, type scale, buttons, and responsive rhythm. */
.ldx-header-inner,
.ldx-header-row {
  min-height: 74px;
}

.ldx-brand img {
  max-width: 148px;
}

#site-header-menu #site-navigation.ldx-navigation .menu > ul,
.ldx-navigation .menu > ul {
  gap: 27px;
}

#site-header-menu #site-navigation.ldx-navigation .menu ul li > a,
.ldx-navigation .menu ul li > a {
  font-size: 12px;
  font-weight: 800;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ldx-navigation .ldx-nav-cta > a {
  padding: 11px 16px !important;
}

.ldx-home h1,
.ldx-home h2,
.ldx-home h3 {
  font-weight: 780;
}

.ldx-hero {
  min-height: 452px;
  padding: 104px 0 82px;
}

.ldx-eyebrow {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.ldx-hero h1 {
  max-width: 780px;
  font-size: 43px;
  line-height: 0.98;
}

.ldx-hero-copy {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.32;
}

.ldx-button-row {
  gap: 18px;
  margin-top: 28px;
}

.ldx-trust {
  padding: 76px 0 54px;
}

.ldx-trust-grid {
  gap: 58px;
}

.ldx-trust h2 {
  font-size: 32px;
}

.ldx-trust-copy p {
  font-size: 15px;
  font-weight: 650;
  line-height: 1.28;
}

.ldx-stats {
  gap: 74px;
  margin-top: 35px;
}

.ldx-stats strong {
  font-size: 38px;
  font-weight: 500;
}

.ldx-stats span {
  font-size: 14px;
  font-weight: 500;
}

.ldx-founder {
  padding: 58px 0 70px;
}

.ldx-founder-grid {
  gap: 68px;
}

.ldx-founder-copy h2 {
  margin-bottom: 26px;
  font-size: 27px;
}

.ldx-founder-copy p {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.36;
}

.ldx-founder-copy .ldx-btn {
  margin-top: 17px;
}

.ldx-founder-image {
  max-width: 570px;
}

.ldx-founder-image img {
  aspect-ratio: 1.08 / 1;
  object-position: center 28%;
}

.ldx-services {
  padding: 72px 0 72px;
}

.ldx-section-heading {
  margin-bottom: 50px;
}

.ldx-section-heading h2 {
  margin-bottom: 22px;
  font-size: 34px;
}

.ldx-section-heading p {
  font-size: 15px;
  font-weight: 620;
}

.ldx-service-grid {
  gap: 16px;
}

.ldx-service-card {
  min-height: 260px;
  padding: 44px 48px 36px;
}

.ldx-service-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 16px;
  font-size: 22px;
}

.ldx-service-card h3 {
  margin: -49px 0 35px 66px;
  min-height: 49px;
  font-size: 21px;
}

.ldx-service-card p {
  min-height: 72px;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.28;
}

.ldx-service-card a {
  font-size: 12px;
}

.ldx-cta-band {
  padding: 76px 0 70px;
}

.ldx-cta-band h2 {
  margin-bottom: 24px;
  font-size: 35px;
}

.ldx-cta-band p {
  font-size: 15px;
  font-weight: 620;
}

.ldx-cta-band .ldx-cta-line {
  margin-top: 20px;
}

.ldx-cta-band .ldx-btn {
  margin-top: 34px;
}

.ldx-logo-strip {
  padding: 52px 0 58px;
}

.ldx-logo-heading {
  margin-bottom: 32px;
}

.ldx-logo-grid {
  gap: 46px;
}

.ldx-logo-grid img {
  max-width: 135px;
  max-height: 48px;
}

.ldx-testimonials {
  padding-top: 34px;
}

.ldx-testimonial-grid {
  gap: 109px;
}

.ldx-testimonial-heading h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.08;
}

.ldx-testimonial-content {
  padding-top: 218px;
  padding-left: 53px;
}

.ldx-testimonial-content blockquote {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.ldx-testimonial-preview {
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.17;
}

@media (max-width: 1199px) {
  .ldx-header-inner,
  .ldx-header-row {
    min-height: 68px;
  }

  #site-header-menu #site-navigation.ldx-navigation .menu,
  .ldx-navigation .menu {
    top: 68px;
  }

  .ldx-testimonial-grid {
    gap: 54px;
  }

  .ldx-testimonial-cta {
    right: 0;
  }
}

@media (max-width: 991px) {
  .ldx-hero {
    padding: 82px 0 68px;
  }

  .ldx-hero h1 {
    font-size: 38px;
  }

  .ldx-founder-image {
    max-width: 560px;
  }

  .ldx-service-card {
    min-height: 0;
  }

  .ldx-testimonial-content {
    padding-top: 0;
    padding-left: 34px;
  }

  .ldx-testimonial-content::before {
    top: 0;
  }

  .ldx-testimonial-content::after {
    top: 0;
    height: 220px;
  }

  .ldx-testimonial-cta {
    position: static;
    margin-bottom: 38px;
  }
}

@media (max-width: 767px) {
  .ldx-brand img {
    max-width: 128px;
  }

  .ldx-hero {
    padding: 64px 0 58px;
  }

  .ldx-hero h1 {
    font-size: 29px;
    line-height: 1.03;
  }

  .ldx-hero-copy {
    font-size: 16px;
  }

  .ldx-button-row {
    margin-top: 24px;
  }

  .ldx-trust {
    padding: 54px 0 34px;
  }

  .ldx-founder {
    padding: 38px 0 56px;
  }

  .ldx-services {
    padding: 56px 0;
  }

  .ldx-trust h2,
  .ldx-section-heading h2,
  .ldx-cta-band h2,
  .ldx-testimonial-heading h2 {
    font-size: 28px;
  }

  .ldx-service-card {
    padding: 30px 25px;
  }

  .ldx-cta-band {
    padding: 58px 0 54px;
  }

  .ldx-logo-strip {
    padding: 44px 0 48px;
  }

  .ldx-testimonials {
    padding-top: 54px;
  }

  .ldx-testimonial-heading h4 {
    margin-bottom: 22px;
    font-size: 15px;
    letter-spacing: 2.8px;
  }

  .ldx-testimonial-heading h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .ldx-testimonial-content {
    padding-left: 22px;
  }

  .ldx-testimonial-cta {
    width: auto;
    min-height: 50px;
    padding: 0 22px;
    font-size: 13px;
  }

  .ldx-testimonial-content blockquote,
  .ldx-testimonial-preview {
    font-size: 20px;
  }

  .ldx-testimonial-author {
    gap: 14px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .ldx-testimonial-author img {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .ldx-header-inner,
  .ldx-header-row {
    min-height: 62px;
  }

  #site-header-menu #site-navigation.ldx-navigation .menu,
  .ldx-navigation .menu {
    top: 62px;
  }

  .ldx-hero {
    padding: 58px 0 52px;
  }

  .ldx-hero h1 {
    font-size: 28px;
  }

  .ldx-eyebrow {
    font-size: 11px;
  }

  .ldx-stats {
    gap: 28px;
  }
}
