/* Precision typography pass matched to the reference site's desktop scale. */
.logo-brand {
  width: 112px;
  height: 112px;
  overflow: hidden;
}

.logo-brand img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.hero-logo {
  height: 400px;
  background: #050505;
}

.hero-logo img {
  height: 100%;
  object-fit: contain;
}

.hero-consultation {
  height: 400px;
  background: #e9ecef;
}

.hero-consultation img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-collage-wrap {
  min-height: 545px;
  padding: 16px;
}

.hero-collage {
  display: grid;
  width: 100%;
  height: 510px;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.hero-collage figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
}

.hero-collage .collage-main {
  grid-row: 1 / -1;
}

.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-collage .collage-main img {
  object-position: center;
}

.hero-collage figure:nth-child(2) img {
  object-position: center;
}

.hero-collage figure:nth-child(3) img {
  object-position: center;
}

.footer-logo {
  width: 190px;
  margin: 0;
}

.footer-logo img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

.site-footer .disclaimer {
  max-width: 250px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
}

.footer-bottom div {
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 8px;
}

@media (max-width: 520px) {
  .footer-bottom div {
    justify-content: flex-start;
  }
}

.founder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 78px;
  background-color: #050914;
  background-image:
    linear-gradient(105deg, rgba(5, 9, 20, .94) 0%, rgba(5, 9, 20, .84) 43%, rgba(5, 9, 20, .68) 100%),
    linear-gradient(180deg, rgba(5, 9, 20, .5) 0%, rgba(5, 9, 20, .9) 100%),
    url("assets/founder-section-bg-ai.png");
  background-position: center;
  background-size: cover;
}

.founder::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .11) .75px, transparent 1px);
  background-size: 22px 22px;
  content: "";
  opacity: .65;
}

.founder::after {
  position: absolute;
  inset: 26px;
  z-index: -1;
  border: 1px solid rgba(214, 181, 50, .2);
  border-radius: 10px;
  content: "";
  pointer-events: none;
}

.founder .container {
  position: relative;
  z-index: 1;
}

.founder-section-title {
  margin: 0 0 56px;
  color: #fff;
  font-size: 55px;
  line-height: 66px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .35);
}

.founder-grid {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 76px;
  align-items: center;
}

.founder-copy {
  max-width: 610px;
  padding: 18px 0;
}

.founder-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 55px;
  line-height: 66px;
  font-weight: 500;
}

.founder-copy h5 {
  display: inline-flex;
  margin: 0 0 26px;
  padding: 9px 14px;
  border-left: 3px solid #d6b532;
  background: rgba(255, 255, 255, .08);
  color: #f3d45e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.founder-copy p {
  max-width: 560px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 29px;
}

.founder-copy .founder-quote {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 3px solid #d6b532;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.founder-image {
  position: relative;
  height: 560px;
  overflow: hidden;
  border: 1px solid rgba(214, 181, 50, .42);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), border-color .35s ease, box-shadow .35s ease;
}

.founder-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 18%;
  transition: transform .55s ease, filter .35s ease;
}

@media (hover: hover) {
  .founder-image:hover {
    border-color: rgba(214, 181, 50, .82);
    box-shadow: 0 34px 82px rgba(0, 0, 0, .46), 0 0 0 1px rgba(214, 181, 50, .12);
    transform: translateY(-6px);
  }

  .founder-image:hover img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.035);
  }
}

.eyebrow {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
}

h1,
h2 {
  font-size: 55px;
  line-height: 66px;
  letter-spacing: 0;
}

.lead {
  font-size: 18px;
  line-height: 27px;
}

.trust-strip h2 {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.35px;
}

.trust-strip h2 strong {
  color: #d6b532;
  font-weight: 600;
}

.trust-divider {
  display: flex;
  width: 230px;
  margin: 19px auto 29px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.trust-divider::before,
.trust-divider::after {
  width: 92px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 181, 50, 0.9));
  content: "";
}

.trust-divider::after {
  background: linear-gradient(90deg, rgba(214, 181, 50, 0.9), transparent);
}

.trust-divider span {
  width: 8px;
  height: 8px;
  border: 1px solid #d6b532;
  transform: rotate(45deg);
}

.trust-strip .logo-marquee {
  margin-top: 0;
}

/* Credit-readiness section with a unified three-step card system. */
.intro {
  position: relative;
  isolation: isolate;
  padding: 92px 0 96px;
  overflow: hidden;
  border-top: 1px solid #e9edf0;
  border-bottom: 1px solid #e3e8ec;
  background:
    radial-gradient(circle at 8% 10%, rgba(7, 83, 133, .11), transparent 31%),
    radial-gradient(circle at 92% 88%, rgba(214, 181, 50, .13), transparent 29%),
    #f7f9fb;
}

.intro::before,
.intro::after {
  position: absolute;
  z-index: -1;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(7, 83, 133, .1);
  border-radius: 50%;
  content: "";
}

.intro::before {
  top: -190px;
  left: -110px;
  box-shadow: 0 0 0 42px rgba(7, 83, 133, .035), 0 0 0 84px rgba(7, 83, 133, .02);
}

.intro::after {
  right: -120px;
  bottom: -205px;
  border-color: rgba(214, 181, 50, .18);
  box-shadow: 0 0 0 42px rgba(214, 181, 50, .04), 0 0 0 84px rgba(214, 181, 50, .025);
}

.intro .narrow {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}

.intro .eyebrow {
  display: inline-flex;
  margin-bottom: 13px;
  align-items: center;
  color: #075385;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.intro h2 {
  max-width: 940px;
  margin: 0 auto 18px;
  font-size: 55px;
  line-height: 66px;
  font-weight: 500;
  text-wrap: balance;
}

.intro .lead {
  max-width: 880px;
  margin: 0 auto 38px;
  color: #404040;
  font-size: 18px;
  line-height: 29px;
}

.intro .stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 38px 0 42px;
}

.intro .stats div {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 220px;
  padding: 36px 26px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 55, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(6, 19, 55, .09);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.intro .stats div::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #075385 0%, #d6b532 100%);
  content: "";
}

.intro .stats div::after {
  position: absolute;
  z-index: -1;
  right: -58px;
  bottom: -78px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(7, 83, 133, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(7, 83, 133, .025);
  content: "";
}

.intro .stats div:hover {
  border-color: rgba(7, 83, 133, .25);
  box-shadow: 0 22px 50px rgba(6, 19, 55, .14);
  transform: translateY(-5px);
}

.intro .stats strong {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  background: #061337;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 0 0 8px rgba(7, 83, 133, .08);
}

.intro .stats span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  color: #061337;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}

.intro .button {
  min-width: 270px;
  min-height: 55px;
  border-radius: 10px;
  padding: 16px 32px;
  box-shadow: 0 12px 28px rgba(7, 83, 133, .2);
}

.services-top h2 {
  font-size: 55px;
  line-height: 66px;
}

.section-heading h2,
.split-heading h2 {
  max-width: 100%;
  font-size: 55px;
  line-height: 66px;
}

.consult-banner {
  display: block;
  width: 100vw;
  margin: 70px 0 0 calc(50% - 50vw);
  padding: 80px max(24px, calc((100vw - 858px) / 2));
  border-radius: 0;
  background: #0e0d0c;
  color: #fff;
  text-align: center;
}

.consult-banner h3 {
  max-width: 858px;
  margin: 0 auto 34px;
  font-size: 55px;
  line-height: 66px;
  font-weight: 500;
  letter-spacing: 0;
}

.consult-banner .button {
  width: auto;
  min-height: 55px;
  padding-inline: 32px;
}

.faq-intro h2 {
  font-size: 42px;
  line-height: 50.4px;
}

/* Who we help — icon-led version of the reference card section */
.who {
  padding: 60px 0 70px;
  background: #fff;
}

.who .container {
  width: min(1200px, calc(100% - 48px));
}

.who .section-heading {
  max-width: 940px;
  margin: 0 auto 28px;
}

.who .section-heading .eyebrow {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 21.6px;
}

.who .section-heading h2 {
  margin-bottom: 12px;
  font-size: 55px;
  line-height: 66px;
  letter-spacing: -1px;
}

.who .section-heading p:last-child {
  max-width: 900px;
  font-size: 18px;
  line-height: 24px;
  color: #404040;
}

.who .audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.who .icon-card {
  display: flex;
  min-height: 435px;
  padding: 50px 34px 38px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d2d7dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.who .audience-icon {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  flex: 0 0 98px;
  padding: 0;
  border-radius: 50%;
  background: #050505;
  color: #fff;
  font-size: 39px;
}

.who .audience-icon i {
  transition: transform .3s ease;
}

.who .icon-card:hover .audience-icon i {
  transform: translateY(-4px);
}

.who .audience-card-copy {
  padding: 0;
}

.who .icon-card h3 {
  margin: 16px 0 22px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
}

.who .icon-card p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #2c2c2c;
}

.who .image-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 1fr;
  min-height: 435px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d2d7dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  text-align: left;
}

.who .audience-image {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.who .audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.who .image-card:hover .audience-image img {
  transform: scale(1.035);
}

.who .image-card .audience-card-copy {
  padding: 30px 30px 34px;
}

.who .image-card h3 {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
}

.who .image-card p {
  margin: 0;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 28px;
}

.who .why-matters-card {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.65fr);
  min-height: 245px;
  padding: 50px 58px;
  align-items: center;
  gap: 58px;
  overflow: hidden;
  border: 1px solid rgba(214, 181, 50, .48);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 15%, rgba(7, 83, 133, .38), transparent 36%),
    radial-gradient(circle at 88% 82%, rgba(214, 181, 50, .1), transparent 30%),
    linear-gradient(135deg, #061337 0%, #08274a 100%);
  color: #fff;
  box-shadow: 0 24px 55px rgba(6, 19, 55, .18);
  text-align: left;
  transition: transform .28s ease, box-shadow .28s ease;
}

.who .why-matters-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #d6b532, #fff2a8, #d6b532);
  content: "";
}

.who .why-matters-card::after {
  position: absolute;
  z-index: -1;
  right: -35px;
  bottom: -45px;
  width: 420px;
  height: 300px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .2) 1px, transparent 1.5px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .72) 38%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .72) 38%, transparent 72%);
  opacity: .42;
  content: "";
}

.who .why-matters-card:hover {
  box-shadow: 0 30px 65px rgba(6, 19, 55, .24);
  transform: translateY(-4px);
}

.who .why-matters-heading {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.who .why-matters-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(214, 181, 50, .55);
  border-radius: 50%;
  background: rgba(214, 181, 50, .12);
  color: #f3d45e;
  font-size: 30px;
  box-shadow: 0 0 0 8px rgba(214, 181, 50, .055);
}

.who .why-matters-card h3 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 43px;
  font-weight: 600;
  text-wrap: balance;
}

.who .why-matters-card p {
  max-width: 760px;
  margin: 0;
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 31px;
}

/* Core services carousel */
.services {
  position: relative;
  isolation: isolate;
  padding: 78px 0 74px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 4%, rgba(7, 83, 133, .3), transparent 32%),
    radial-gradient(circle at 92% 92%, rgba(214, 181, 50, .09), transparent 34%),
    linear-gradient(145deg, #111315 0%, #08090c 58%, #0a1018 100%);
}

.services::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .16) 1px, transparent 1.5px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(115deg, #000 0%, transparent 34%, transparent 66%, rgba(0, 0, 0, .7) 100%);
  mask-image: linear-gradient(115deg, #000 0%, transparent 34%, transparent 66%, rgba(0, 0, 0, .7) 100%);
  opacity: .25;
  content: "";
  pointer-events: none;
}

.services::after {
  position: absolute;
  z-index: 0;
  top: 20%;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 83, 133, .18) 0%, rgba(7, 83, 133, .06) 42%, transparent 70%);
  content: "";
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
}

.services-intro {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 38px;
  padding: 42px 48px 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(7, 83, 133, .28), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 18px 45px rgba(0, 0, 0, .12);
  text-align: center;
}

.services-intro::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .22) 1px, transparent 1.5px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse at 88% 12%, #000 0%, rgba(0, 0, 0, .72) 34%, transparent 70%);
  mask-image: radial-gradient(ellipse at 88% 12%, #000 0%, rgba(0, 0, 0, .72) 34%, transparent 70%);
  opacity: .34;
  content: "";
  pointer-events: none;
}

.services-intro::after {
  position: absolute;
  z-index: 0;
  right: -70px;
  bottom: -105px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(214, 181, 50, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(214, 181, 50, .025);
  content: "";
  pointer-events: none;
}

.services-intro > * {
  position: relative;
  z-index: 1;
}

.services-intro .eyebrow {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.services-intro h2 {
  max-width: 1050px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 55px;
  line-height: 66px;
  letter-spacing: -1px;
}

.services-description {
  max-width: 1080px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 26px;
}

.services .service-slider {
  position: relative;
}

.services .service-window {
  overflow: hidden;
  border-radius: 34px;
  padding: 8px 0 22px;
}

.services .service-track {
  gap: 20px;
  align-items: stretch;
  transition: transform .48s cubic-bezier(.22,.61,.36,1);
}

.services .service-card {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  padding: 34px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  background: #080a0d;
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .3);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  cursor: pointer;
}

.services .service-card:focus-visible {
  outline: 3px solid #f3d45e;
  outline-offset: 5px;
}

.services .service-card::before,
.services .service-card::after {
  position: absolute;
  inset: 0;
  content: "";
}

.services .service-card::before {
  z-index: -2;
  background-image: var(--service-card-image);
  background-position: var(--service-card-position, center);
  background-size: cover;
  transform: scale(1.01);
  transition: transform .55s ease;
}

.services .service-card::after {
  z-index: -1;
  background:
    linear-gradient(180deg,
      rgba(3, 7, 12, .10) 0%,
      rgba(3, 7, 12, .18) 22%,
      rgba(3, 7, 12, .56) 43%,
      rgba(3, 7, 12, .72) 68%,
      rgba(3, 7, 12, .86) 100%),
    linear-gradient(90deg, rgba(6, 19, 55, .28) 0%, rgba(6, 19, 55, .10) 72%, transparent 100%);
}

.services .service-card:hover {
  border-color: rgba(214, 181, 50, .72);
  box-shadow: 0 26px 54px rgba(0, 0, 0, .42);
  transform: translateY(-5px);
}

.services .service-card:hover::before {
  transform: scale(1.075);
}

.services .service-card--review {
  --service-card-image: url("assets/service-credit-profile-review.jpg");
  --service-card-position: center;
}

.services .service-card--repair {
  --service-card-image: url("assets/service-credit-repair.jpg");
  --service-card-position: center;
}

.services .service-card--education {
  --service-card-image: url("assets/service-credit-education.jpg");
  --service-card-position: center;
}

.services .service-card--readiness {
  --service-card-image: url("assets/service-credit-dispute-guidance.jpg");
  --service-card-position: center;
}

.services .service-card--qualification {
  --service-card-image: url("assets/service-credit-action-plan.jpg");
  --service-card-position: center;
}

.services .service-card--funding {
  --service-card-image: url("assets/service-credit-progress.jpg");
  --service-card-position: center;
}

.services .service-card .service-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0;
  border: 1px solid rgba(214, 181, 50, .58);
  border-radius: 50%;
  background: rgba(0, 0, 0, .52);
  color: #f0d05d;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, .13);
  backdrop-filter: blur(5px);
}

.services .service-card h3 {
  margin: 42px 0 18px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.services .service-card p {
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 26px;
  text-shadow: 0 1px 9px rgba(0, 0, 0, .62);
}

.services .service-card-cta {
  display: inline-flex;
  width: 100%;
  margin-top: auto;
  padding-top: 17px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .7);
}

.services .slider-arrow {
  top: 50%;
  width: 52px;
  height: 52px;
  border-color: rgba(255,255,255,.25);
  background: #0d0d0c;
  transform: translateY(-50%);
}

.services .slider-arrow:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.services .slider-arrow.prev {
  left: -72px;
}

.services .slider-arrow.next {
  right: -72px;
}

.services .slider-dots {
  margin-top: 30px;
}

.services .slider-dots button {
  cursor: pointer;
}

/* How it works */
.process {
  position: relative;
  isolation: isolate;
  padding: 88px 0 0;
  overflow: hidden;
  background-color: #f6f8fb;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(214, 181, 50, .13), transparent 28%),
    radial-gradient(circle, rgba(7, 83, 133, .09) .7px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
  background-size: auto, 22px 22px, auto;
}

/* Sitewide light micro-dot texture for legacy grid utility sections. */
.grid-bg {
  background-image: radial-gradient(circle, rgba(7, 83, 133, .12) .75px, transparent 1px);
  background-size: 22px 22px;
}

.process::before {
  position: absolute;
  inset: 38px 0 auto;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 181, 50, .55), transparent);
  content: "";
}

.process .container {
  width: min(1200px, calc(100% - 48px));
}

.process .section-heading {
  max-width: 930px;
  margin: 0 auto 52px;
}

.process .section-heading .eyebrow {
  display: inline-flex;
  padding: 7px 14px;
  border: 1px solid rgba(214, 181, 50, .45);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: #075385;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
  box-shadow: 0 10px 24px rgba(6, 19, 55, .06);
}

.process .section-heading h2 {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 66px;
  letter-spacing: -1px;
}

.process .section-heading p:last-child {
  max-width: 900px;
  color: #4f555c;
  font-size: 18px;
  line-height: 26px;
}

.process-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(340px, .92fr) minmax(300px, 1fr);
  gap: 22px;
  align-items: stretch;
  counter-reset: process-step;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.process .process-step::before {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 181, 50, .1), rgba(214, 181, 50, .78));
  content: "";
}

.process-list--left .process-step::before {
  right: -22px;
}

.process-list--right .process-step::before {
  left: -22px;
  transform: scaleX(-1);
}

.process .process-step {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  min-height: 0;
  padding: 24px 22px;
  border: 1px solid rgba(7, 83, 133, .13);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 38px rgba(6, 19, 55, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.process .process-step::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(7, 83, 133, .07), transparent 42%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.process .process-step:hover {
  border-color: rgba(214, 181, 50, .55);
  box-shadow: 0 20px 46px rgba(6, 19, 55, .1);
  transform: translateY(-4px);
}

.process .process-step:hover::after {
  opacity: 1;
}

.process .process-step .icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0;
  border: 1px solid rgba(214, 181, 50, .58);
  border-radius: 999px;
  background: #061337;
  color: #f3d45e;
  font-size: 25px;
  box-shadow: 0 0 0 7px rgba(7, 83, 133, .06);
}

.process .process-step .icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #d6b532;
  color: #061337;
  content: counter(process-step);
  counter-increment: process-step;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.process .process-step h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 7px;
  color: #061337;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
}

.process .process-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #555b63;
  font-size: 15.5px;
  line-height: 22px;
}

.process-image {
  position: relative;
  height: 540px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 181, 50, .38);
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(6, 19, 55, .14);
}

.process-image::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.process-image::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 19, 55, .08), rgba(6, 19, 55, .44)),
    linear-gradient(90deg, rgba(6, 19, 55, .32), transparent 58%);
}

.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transition: transform .55s ease;
}

.process-image:hover img {
  transform: scale(1.045);
}

@media (max-width: 1020px) {
  .process-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-image {
    grid-column: 1 / -1;
    grid-row: 1;
    height: 460px;
  }

  .process .process-step::before {
    display: none;
  }
}

@media (max-width: 800px) {
  .process-showcase {
    grid-template-columns: 1fr;
  }

  .process-image {
    grid-column: auto;
    grid-row: auto;
  }
}

.process .consult-banner {
  position: relative;
  isolation: isolate;
  margin-top: 78px;
  overflow: hidden;
  border: 0;
  border-top: 3px solid rgba(214, 181, 50, .8);
  background:
    radial-gradient(ellipse at 50% 42%, rgba(7, 83, 133, .38), transparent 52%),
    linear-gradient(110deg, #050914 0%, #082b50 50%, #050914 100%);
  box-shadow: 0 22px 50px rgba(6, 19, 55, .16);
}

.process .consult-banner::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .32) 1.25px, transparent 1.75px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse at center, transparent 16%, rgba(0, 0, 0, .32) 56%, #000 100%);
  mask-image: radial-gradient(ellipse at center, transparent 16%, rgba(0, 0, 0, .32) 56%, #000 100%);
  opacity: .42;
  content: "";
  pointer-events: none;
}

.process .consult-banner::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 760px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(7, 83, 133, .22) 0%, transparent 70%);
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.process .consult-banner > * {
  position: relative;
  z-index: 1;
}

/* The Legacy Standard — editorial principles layout */
.why-us {
  position: relative;
  isolation: isolate;
  padding: 112px 0 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(214, 181, 50, .1), transparent 27%),
    linear-gradient(180deg, #f7f8fb 0%, #fff 100%);
}

.why-us::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent 4%, rgba(214, 181, 50, .8) 50%, transparent 96%);
  content: "";
}

.why-us::after {
  content: none;
}

.why-us .why-us-layout {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  grid-template-columns: minmax(430px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(34px, 4.5vw, 66px);
  align-items: stretch;
}

.why-us-feature {
  position: relative;
  min-height: 706px;
  overflow: hidden;
  border: 1px solid rgba(7, 83, 133, .13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 19, 55, .08);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.why-us-feature:hover {
  border-color: rgba(214, 181, 50, .55);
  box-shadow: 0 24px 54px rgba(6, 19, 55, .12);
  transform: translateY(-3px);
}

.why-us-image {
  position: relative;
  width: 100%;
  height: 335px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 83, 133, .1);
  background: #dfe3e5;
}

.why-us-image::after {
  content: none;
}

.why-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.why-us-feature:hover .why-us-image img {
  transform: scale(1.025);
}

.why-us-feature-content {
  position: relative;
  min-height: 370px;
  padding: 34px 38px 32px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  color: #061337;
}

.why-us-feature-content .eyebrow {
  display: inline-flex;
  margin: 0 0 15px;
  align-items: center;
  gap: 10px;
  color: #075385;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.why-us-feature-content .eyebrow::before {
  width: 34px;
  height: 1px;
  background: #d6b532;
  content: "";
}

.why-us-feature-content h2 {
  max-width: 500px;
  margin: 0 0 18px;
  color: #061337;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: -.8px;
  text-wrap: balance;
}

.why-us-feature-content h2 strong {
  color: #075385;
}

.why-us-summary {
  max-width: 485px;
  margin: 0;
  color: #555b63;
  font-size: 16.5px;
  line-height: 25px;
}

.why-us-card-note {
  display: flex;
  margin: 22px 0 0;
  padding-top: 17px;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(7, 83, 133, .12);
  color: #505860;
  font-size: 13.5px;
  line-height: 20px;
}

.why-us-card-note i {
  color: #aa8b20;
}

.why-us-principles {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-principle {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 50px;
  gap: 20px;
  align-items: center;
  min-height: 0;
  padding: 27px 26px;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 55, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(6, 19, 55, .06);
  transition: border-color .28s ease, background-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.why-principle::before {
  content: none;
}

.why-principle::after {
  content: none;
}

.why-principle:hover {
  border-color: rgba(214, 181, 50, .55);
  background: #fff;
  box-shadow: 0 20px 44px rgba(6, 19, 55, .1);
  transform: translateY(-3px);
}

.why-number {
  align-self: start;
  padding-top: 4px;
  color: #aa8b20;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.why-principle-copy h3 {
  margin: 0 0 9px;
  color: #061337;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
}

.why-principle-copy p {
  max-width: 520px;
  margin: 0;
  color: #53585d;
  font-size: 16.5px;
  line-height: 25px;
}

.why-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(7, 83, 133, .18);
  border-radius: 50%;
  background: rgba(7, 83, 133, .06);
  color: #075385;
  font-size: 18px;
  transition: border-color .28s ease, background-color .28s ease, color .28s ease, transform .28s ease;
}

.why-principle:hover .why-icon {
  border-color: #061337;
  background: #061337;
  color: #f3d45e;
  transform: scale(1.07);
}

@media (max-width: 800px) {
  .logo-brand,
  .logo-brand img {
    width: 72px;
    height: 72px;
  }

  .hero-logo {
    height: 360px;
  }

  .hero-consultation {
    height: 360px;
  }

  .hero-collage-wrap {
    min-height: auto;
    padding: 14px;
  }

  .hero-collage {
    height: 430px;
    gap: 10px;
  }

  .founder {
    padding: 72px 0 62px;
    background-position: 58% center;
  }

  .founder::after {
    inset: 18px;
  }

  .founder-section-title {
    margin-bottom: 36px;
    font-size: 42px;
    line-height: 50.4px;
  }

  .founder-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .founder-copy {
    max-width: 720px;
    padding: 0;
  }

  .founder-copy h3 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .founder-image {
    height: 560px;
    max-width: 620px;
    margin: 0 auto;
  }

  h1,
  h2,
  .services-top h2,
  .section-heading h2,
  .split-heading h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .trust-strip h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .trust-strip h2 span,
  .trust-strip h2 strong {
    display: block;
  }

  .trust-divider {
    margin-top: 16px;
    margin-bottom: 25px;
  }

  .intro {
    padding: 72px 0 76px;
  }

  .intro h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .intro .lead {
    max-width: 660px;
    line-height: 28px;
  }

  .intro .stats {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 560px;
    margin: 32px auto 38px;
  }

  .intro .stats div {
    min-height: 190px;
    padding: 30px 24px 26px;
  }

  .consult-banner {
    padding: 64px 24px;
    text-align: center;
  }

  .consult-banner h3 {
    max-width: 680px;
    font-size: 42px;
    line-height: 50.4px;
  }

  .consult-banner .button {
    width: auto;
  }

  .who {
    padding: 55px 0;
  }

  .who .section-heading h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .who .audience-grid {
    grid-template-columns: 1fr;
  }

  .who .icon-card {
    min-height: 340px;
    padding: 42px 34px 34px;
  }

  .who .image-card {
    grid-template-columns: 42% 58%;
    grid-template-rows: 1fr;
    min-height: 280px;
  }

  .who .image-card .audience-card-copy {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
  }

  .who .why-matters-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 44px 38px 42px;
    gap: 28px;
    text-align: center;
  }

  .who .why-matters-heading {
    justify-self: center;
  }

  .who .why-matters-card p {
    max-width: 650px;
    margin: 0 auto;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .services {
    padding: 65px 0 60px;
  }

  .services-intro h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .services-intro {
    padding: 38px 32px 34px;
  }

  .services .service-window {
    border-radius: 26px;
  }

  .services .service-card {
    min-height: 360px;
    border-radius: 26px;
  }

  .process {
    padding-top: 60px;
  }

  .process .section-heading h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .process-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-list {
    grid-template-rows: none;
  }

  .process-image {
    height: 470px;
    min-height: 0;
  }

  .process .consult-banner {
    margin-top: 65px;
  }

  .why-us {
    padding: 84px 0 90px;
  }

  .why-us .why-us-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .why-us-feature {
    max-width: 680px;
    min-height: 0;
  }

  .why-us-feature-content h2 {
    font-size: 42px;
    line-height: 45px;
  }

  .why-us-image {
    height: 320px;
  }

  .why-us-feature-content {
    min-height: 0;
  }

  .why-us-principles {
    grid-template-rows: none;
  }

  .why-principle {
    min-height: 158px;
  }
}

@media (max-width: 520px) {
  .hero-logo,
  .hero-consultation {
    height: 280px;
  }

  .hero-collage {
    height: 340px;
    grid-template-columns: 1.15fr .85fr;
    gap: 8px;
  }

  .hero-collage figure {
    border-radius: 5px;
  }

  .trust-strip h2 {
    font-size: 35px;
    line-height: 39px;
  }

  .intro h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .intro .eyebrow {
    max-width: 310px;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
  }

  .intro .lead {
    font-size: 17px;
    line-height: 26px;
  }

  .intro .stats div {
    min-height: 176px;
    border-radius: 15px;
  }

  .intro .stats strong {
    width: 72px;
    height: 72px;
    font-size: 30px;
    line-height: 1;
  }

  .intro .stats span {
    font-size: 18px;
    line-height: 22px;
  }

  .intro .button {
    width: 100%;
    min-width: 0;
    padding-right: 22px;
    padding-left: 22px;
  }

  .founder-section-title,
  .founder-copy h3 {
    font-size: 36px;
    line-height: 43.2px;
  }

  .founder-copy h5 {
    font-size: 18px;
    line-height: 23.4px;
  }

  .founder {
    padding: 62px 0 54px;
    background-position: 66% center;
  }

  .founder::after {
    inset: 12px;
  }

  .founder-copy p {
    font-size: 17px;
    line-height: 27px;
  }

  .founder-image {
    height: 430px;
  }

  h1,
  h2,
  .services-top h2,
  .section-heading h2,
  .split-heading h2,
  .faq-intro h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .consult-banner {
    padding: 55px 20px;
  }

  .consult-banner h3 {
    font-size: 36px;
    line-height: 43.2px;
  }

  .consult-banner .button {
    width: 100%;
  }

  .who .section-heading {
    margin-bottom: 34px;
  }

  .who .section-heading h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .who .icon-card {
    min-height: 320px;
    padding: 38px 24px 32px;
  }

  .who .image-card {
    grid-template-columns: 1fr;
    grid-template-rows: 210px 1fr;
    min-height: 0;
  }

  .who .image-card .audience-card-copy {
    padding: 28px 24px 30px;
  }

  .who .audience-icon {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
    font-size: 34px;
  }

  .who .audience-card-copy {
    padding: 0;
  }

  .who .icon-card h3,
  .who .image-card h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .who .icon-card p,
  .who .image-card p,
  .who .why-matters-card p {
    font-size: 17px;
    line-height: 25px;
  }

  .who .why-matters-card {
    padding: 38px 24px 36px;
    border-radius: 18px;
    gap: 24px;
  }

  .who .why-matters-heading {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .who .why-matters-icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
  }

  .who .why-matters-card h3 {
    font-size: 31px;
    line-height: 35px;
  }

  .who .why-matters-card p {
    padding-top: 24px;
  }

  .services .container {
    width: calc(100% - 28px);
  }

  .services-intro {
    margin-bottom: 30px;
    padding: 34px 20px 30px;
    border-radius: 18px;
  }

  .services-intro h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .services-description {
    font-size: 17px;
    line-height: 25px;
  }

  .services .service-card {
    min-height: 350px;
    padding: 28px 24px;
  }

  .services .service-card h3 {
    margin-top: 32px;
    font-size: 24px;
    line-height: 29px;
  }

  .process .container {
    width: calc(100% - 28px);
  }

  .process .section-heading {
    margin-bottom: 32px;
  }

  .process .section-heading h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .process .process-step {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 15px;
    min-height: 132px;
    padding: 18px 16px;
  }

  .process .process-step .icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }

  .process .process-step h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .process .process-step p {
    font-size: 16px;
    line-height: 22px;
  }

  .process-image {
    min-height: 340px;
  }

  .why-us {
    padding: 70px 0 74px;
  }

  .why-us .why-us-layout {
    width: calc(100% - 28px);
    gap: 45px;
  }

  .why-us-feature-content {
    padding: 30px 26px 28px;
  }

  .why-us-feature-content .eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
    letter-spacing: 1.6px;
  }

  .why-us-feature-content h2 {
    font-size: 37px;
    line-height: 40px;
    letter-spacing: -.7px;
  }

  .why-us-summary {
    font-size: 17px;
    line-height: 27px;
  }

  .why-us-image {
    height: 250px;
  }

  .why-us-card-note {
    margin-top: 19px;
    padding-top: 15px;
  }

  .why-principle {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    min-height: 0;
    padding: 27px 4px;
  }

  .why-principle:hover {
    transform: translateY(-3px);
  }

  .why-principle-copy h3 {
    font-size: 27px;
    line-height: 32px;
  }

  .why-principle-copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .why-icon {
    display: none;
  }
}

/* Shared active state for the unified site navigation. */
.main-nav .active {
  color: #000;
}

/* Navigation matched to the JJT Consulting Group reference header. */
.site-header {
  height: 138px;
}

.site-header .nav-wrap {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr) auto;
  width: min(1170px, calc(100% - 48px));
  gap: 0;
}

.site-header .logo-brand {
  width: 175px;
  height: 110px;
  margin-right: 0;
  margin-left: 20px;
}

.site-header .logo-brand img {
  width: 175px;
  height: 110px;
  object-fit: contain;
  object-position: left center;
}

.site-header .main-nav {
  justify-content: center;
  gap: 12px;
  color: #000;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
}

.site-header .main-nav a {
  display: inline-flex;
  min-height: 39px;
  padding: 8px 7px;
  align-items: center;
  color: #000;
}

.site-header .main-nav a:hover {
  color: #043d72;
}

.site-header .main-nav .active {
  color: #000;
}

.site-header .nav-cta {
  min-height: 55px;
  margin-left: 0;
  padding: 16px 32px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #043d72;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.site-header .nav-cta:hover {
  background: #032f59;
  color: #fff;
}

@media (max-width: 800px) {
  .site-header {
    height: 138px;
  }

  .site-header .nav-wrap {
    display: flex;
    width: calc(100% - 40px);
  }

  .site-header .logo-brand,
  .site-header .logo-brand img {
    width: 165px;
    height: 105px;
  }

  .site-header .logo-brand {
    margin-left: 0;
  }

  .site-header .menu-toggle {
    margin-left: auto;
  }

  .site-header .main-nav {
    top: 138px;
    gap: 4px;
    font-size: 18px;
    line-height: 23.4px;
  }

  .site-header .main-nav a {
    width: 100%;
    min-height: 39px;
    padding: 8px 7px;
  }

  .site-header .menu-toggle span {
    width: 18px;
    height: 2px;
    margin: 4px;
  }
}

/* Sticky site navigation: retains the Legacy links, logo, and consultation CTA. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 112px;
  border-bottom: 1px solid rgba(6, 19, 55, .08);
  background: #fff;
  box-shadow: 0 12px 32px rgba(6, 19, 55, .08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header .nav-wrap {
  height: 100%;
}

.site-header .logo-brand,
.site-header .logo-brand img {
  height: 96px;
}

/* Homepage hero inspired by the full-bleed CleanEva composition. */
.home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: calc(100svh - 112px);
  padding: clamp(92px, 12vh, 138px) 0 90px;
  align-items: center;
  overflow: hidden;
  background-color: #061337;
  background-image: url("assets/home-hero-fullwidth-ai.png");
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.home-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 9, 24, .96) 0%, rgba(3, 14, 31, .88) 38%, rgba(3, 14, 31, .5) 62%, rgba(3, 14, 31, .12) 100%);
  content: "";
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(2, 8, 20, .58), transparent);
  content: "";
  pointer-events: none;
}

.home-hero .hero-grid {
  display: block;
}

.home-hero .hero-copy {
  max-width: 790px;
}

.home-hero .eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.home-hero h1 {
  max-width: 790px;
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(58px, 5.7vw, 82px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .99;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .25);
}

.home-hero h1 strong {
  color: #e1c253;
  font-weight: 600;
}

.home-hero .lead {
  max-width: 690px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}

.home-hero .button {
  min-height: 58px;
  padding-inline: 30px;
  border-color: #0b6da5;
  border-radius: 8px;
  background: #0b6da5;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.home-hero .button:hover {
  border-color: #084f79;
  background: #084f79;
}

section[id] {
  scroll-margin-top: 124px;
}

@media (max-width: 800px) {
  .site-header {
    height: 92px;
  }

  .site-header .logo-brand,
  .site-header .logo-brand img {
    width: 140px;
    height: 82px;
  }

  .site-header .main-nav {
    top: 92px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .home-hero {
    min-height: calc(100svh - 92px);
    padding: 76px 0 72px;
    background-position: 66% center;
  }

  .home-hero::before {
    background: linear-gradient(90deg, rgba(2, 9, 24, .96) 0%, rgba(3, 14, 31, .9) 58%, rgba(3, 14, 31, .68) 100%);
  }

  .home-hero .hero-copy {
    max-width: 650px;
  }

  .home-hero h1 {
    max-width: 650px;
    font-size: clamp(44px, 10.8vw, 62px);
    line-height: 1.02;
  }

  .home-hero .lead {
    max-width: 600px;
    font-size: 17px;
  }

  section[id] {
    scroll-margin-top: 102px;
  }
}

@media (max-width: 520px) {
  .home-hero {
    min-height: auto;
    padding: 66px 0 72px;
    background-position: 64% center;
  }

  .home-hero::before {
    background: rgba(2, 9, 24, .84);
  }

  .home-hero .eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .home-hero h1 {
    font-size: clamp(39px, 11vw, 48px);
  }

  .home-hero .lead {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* Sitewide display typography matched to the trust-strip heading. */
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* Shared full-bleed inner-page banner treatment. */
.site-page-hero.about-hero,
.site-page-hero.cr-hero,
.site-page-hero.contact-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 590px;
  padding: 92px 0 86px;
  border: 0;
  align-items: center;
  overflow: hidden;
  background-color: #061337;
  background-position: center;
  background-size: cover;
  text-align: left;
}

.site-page-hero.about-page-hero {
  background-image: url("assets/home-hero-growth-ai.png");
}

.site-page-hero.credit-repair-page-hero {
  background-image: url("assets/home-hero-consultation-ai.png");
}

.site-page-hero.business-funding-page-hero {
  background-image: url("assets/home-hero-funding-ai.png");
}

.site-page-hero.contact-page-hero {
  min-height: 520px;
  background-image: url("assets/contact-hero-consultation-ai.png");
  background-position: center 46%;
}

.site-page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 9, 24, .96) 0%, rgba(3, 14, 31, .88) 42%, rgba(3, 14, 31, .48) 68%, rgba(3, 14, 31, .16) 100%);
  content: "";
}

.site-page-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, rgba(2, 8, 20, .5), transparent);
  content: "";
  pointer-events: none;
}

.site-page-hero .site-page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1150px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.site-page-hero .site-page-hero__inner .eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.site-page-hero .site-page-hero__inner h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(58px, 5.3vw, 78px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .24);
}

.site-page-hero .site-page-hero__inner h1 strong {
  color: #e1c253;
  font-weight: 600;
}

.site-page-hero .site-page-hero__inner > p:not(.eyebrow),
.site-page-hero .site-page-hero__inner .cr-hero-lead {
  max-width: 760px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}

.site-page-hero .site-page-hero__inner > p b,
.site-page-hero .site-page-hero__inner > p strong {
  color: #fff;
}

.site-page-hero .site-page-hero__inner .button {
  min-height: 58px;
  margin-top: 20px;
  padding-inline: 30px;
  border-color: #0b6da5;
  border-radius: 8px;
  background: #0b6da5;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.site-page-hero .site-page-hero__inner .button:hover {
  border-color: #084f79;
  background: #084f79;
}

@media (max-width: 800px) {
  .site-page-hero.about-hero,
  .site-page-hero.cr-hero,
  .site-page-hero.contact-hero {
    min-height: auto;
    padding: 76px 0 72px;
    background-position: 60% center;
  }

  .site-page-hero.contact-page-hero {
    min-height: 500px;
  }

  .site-page-hero::before {
    background: linear-gradient(90deg, rgba(2, 9, 24, .96) 0%, rgba(3, 14, 31, .9) 58%, rgba(3, 14, 31, .68) 100%);
  }

  .site-page-hero .site-page-hero__inner {
    width: min(100% - 34px, 1150px);
  }

  .site-page-hero .site-page-hero__inner h1 {
    max-width: 680px;
    font-size: clamp(45px, 10vw, 62px);
    line-height: 1.02;
  }

  .site-page-hero .site-page-hero__inner > p:not(.eyebrow),
  .site-page-hero .site-page-hero__inner .cr-hero-lead {
    max-width: 650px;
    font-size: 17px;
  }
}

@media (max-width: 520px) {
  .site-page-hero.about-hero,
  .site-page-hero.cr-hero,
  .site-page-hero.contact-hero {
    padding: 64px 0 68px;
    background-position: 62% center;
  }

  .site-page-hero::before {
    background: rgba(2, 9, 24, .84);
  }

  .site-page-hero .site-page-hero__inner {
    width: calc(100% - 28px);
  }

  .site-page-hero .site-page-hero__inner .eyebrow {
    margin-bottom: 19px;
    font-size: 12px;
  }

  .site-page-hero .site-page-hero__inner h1 {
    font-size: clamp(40px, 11vw, 49px);
  }

  .site-page-hero .site-page-hero__inner > p:not(.eyebrow),
  .site-page-hero .site-page-hero__inner .cr-hero-lead {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* Navigation brand: cropped crest with live heading-style business name. */
.site-header .nav-wrap {
  grid-template-columns: 270px minmax(0, 1fr) auto;
}

.site-header .logo-brand {
  display: flex;
  width: auto;
  height: 96px;
  margin-right: auto;
  margin-left: 0;
  align-items: center;
  gap: 13px;
  overflow: visible;
}

.site-header .nav-logo-mark {
  position: relative;
  display: block;
  width: 74px;
  height: 72px;
  flex: 0 0 74px;
  overflow: hidden;
}

.site-header .nav-logo-mark img {
  position: absolute;
  top: -2px;
  left: -17px;
  width: 108px;
  max-width: none;
  height: 108px;
  object-fit: contain;
}

.site-header .nav-brand-name {
  display: flex;
  flex-direction: column;
  color: #061337;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: .86;
  font-weight: 600;
  letter-spacing: -.2px;
  white-space: nowrap;
}

.site-header .nav-brand-name span:last-child {
  margin-top: 7px;
  color: #075385;
}

@media (max-width: 800px) {
  .site-header .logo-brand {
    width: auto;
    height: 76px;
    gap: 10px;
  }

  .site-header .nav-logo-mark {
    width: 60px;
    height: 59px;
    flex-basis: 60px;
  }

  .site-header .nav-logo-mark img {
    top: -1px;
    left: -14px;
    width: 88px;
    height: 88px;
  }

  .site-header .nav-brand-name {
    font-size: 22px;
  }

  .site-header .nav-brand-name span:last-child {
    margin-top: 6px;
  }
}

@media (max-width: 520px) {
  .site-header .nav-wrap {
    width: calc(100% - 28px);
  }

  .site-header .logo-brand {
    height: 70px;
    gap: 8px;
  }

  .site-header .nav-logo-mark {
    width: 53px;
    height: 53px;
    flex-basis: 53px;
  }

  .site-header .nav-logo-mark img {
    left: -12px;
    width: 78px;
    height: 78px;
  }

  .site-header .nav-brand-name {
    font-size: 19px;
  }

  .site-header .nav-brand-name span:last-child {
    margin-top: 5px;
  }
}

/* Consistent interaction feedback for sitewide buttons and controls. */
.button {
  box-shadow: 0 10px 24px rgba(7, 83, 133, .14);
  transition: transform .24s ease, background-color .24s ease, border-color .24s ease, color .24s ease, box-shadow .24s ease;
}

.button:active {
  transform: translateY(0) scale(.98);
  box-shadow: 0 5px 14px rgba(7, 83, 133, .16);
}

.button:focus-visible,
.menu-toggle:focus-visible,
.faq-item button:focus-visible,
.slider-arrow:focus-visible,
.slider-dots button:focus-visible,
.home-testimonial-dots button:focus-visible {
  outline: 3px solid #d6b532;
  outline-offset: 4px;
}

.menu-toggle,
.faq-item button,
.slider-arrow,
.slider-dots button,
.services .service-card-cta {
  transition: transform .24s ease, background-color .24s ease, border-color .24s ease, color .24s ease, box-shadow .24s ease;
}

.menu-toggle {
  border-radius: 9px;
}

.faq-item button {
  border-radius: 10px;
}

.faq-item button b {
  transition: transform .24s ease, background-color .24s ease, color .24s ease;
}

.services .service-card-cta {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color .24s ease, border-color .24s ease, text-decoration-color .24s ease;
}

@media (hover: hover) {
  .button:hover {
    border-color: #043d64;
    background: #043d64;
    color: #fff;
    box-shadow: 0 16px 32px rgba(7, 83, 133, .28);
    transform: translateY(-3px);
  }

  .button.button-light:hover {
    border-color: #d6b532;
    background: #d6b532;
    color: #061337;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
  }

  .site-header .nav-cta:hover {
    border-color: #d6b532;
    background: #d6b532;
    color: #061337;
    box-shadow: 0 14px 28px rgba(6, 19, 55, .2);
    transform: translateY(-3px);
  }

  .menu-toggle:hover {
    background: rgba(7, 83, 133, .08);
    transform: translateY(-2px);
  }

  .menu-toggle:hover span {
    background: #075385;
  }

  .faq-item button:hover {
    background: rgba(7, 83, 133, .055);
    color: #075385;
  }

  .faq-item button:hover b {
    background: #d6b532;
    color: #061337;
    transform: scale(1.08);
  }

  .services .slider-arrow:hover {
    border-color: #d6b532;
    background: #d6b532;
    color: #061337;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
    transform: translateY(-50%) scale(1.08);
  }

  .slider-dots button:hover {
    background: #d6b532;
    transform: scale(1.2);
  }

  .services .service-card:hover .service-card-cta,
  .services .service-card:focus-visible .service-card-cta {
    border-color: rgba(214, 181, 50, .55);
    color: #f3d45e;
    text-decoration-color: #f3d45e;
  }
}

.home-testimonials {
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
}

.home-testimonial-slider {
  position: relative;
}

.home-testimonial-window {
  width: calc(100% - 144px);
  margin: 0 auto;
  overflow: hidden;
  padding: 14px 2px;
}

.home-testimonial-arrow {
  position: absolute;
  top: calc(50% - 14px);
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(7, 83, 133, .28);
  border-radius: 50%;
  background: #061337;
  color: #fff;
  box-shadow: 0 12px 28px rgba(6, 19, 55, .18);
  cursor: pointer;
  font: 400 24px/1 Figtree, Arial, sans-serif;
  transform: translateY(-50%);
  transition: color .24s ease, border-color .24s ease, background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.home-testimonial-prev {
  left: 8px;
}

.home-testimonial-next {
  right: 8px;
}

.home-testimonial-arrow:hover {
  border-color: #d6b532;
  background: #08274a;
  color: #f3d45e;
  box-shadow: 0 16px 34px rgba(6, 19, 55, .26);
  transform: translateY(-50%) scale(1.06);
}

.home-testimonial-arrow:active {
  transform: translateY(-50%) scale(.96);
}

.home-testimonial-track {
  display: flex;
  gap: 22px;
  transition: transform .45s ease;
}

.home-testimonial-card {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 44px) / 3);
  min-height: 355px;
  padding: 38px 32px 34px;
  flex-direction: column;
  border: 1px solid #d7dbe0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 19, 55, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-testimonial-card::before {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(7, 83, 133, .08);
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

.home-testimonial-card:hover {
  border-color: #d6b532;
  box-shadow: 0 18px 48px rgba(6, 19, 55, .12);
  transform: translateY(-5px);
}

.home-testimonial-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
  color: #d6b532;
  font-size: 17px;
}

.home-testimonial-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  color: #444950;
  font-size: 19px;
  line-height: 1.6;
}

.home-testimonial-card h3 {
  margin: auto 0 7px;
  color: #0d0d0c;
  font-size: 25px;
}

.home-testimonial-card span {
  color: #767d85;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
}

.home-testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #aeb5bd;
  cursor: pointer;
  transition: width .25s ease, background .25s ease, transform .25s ease;
}

.home-testimonial-dots button:hover {
  background: #075385;
  transform: translateY(-2px);
}

.home-testimonial-dots button.active {
  width: 30px;
  background: #d6b532;
}

.home-testimonial-arrow:focus-visible {
  outline: 3px solid #d6b532;
  outline-offset: 4px;
}

/* Home contact form */
.home-contact-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(7, 83, 133, .07), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(214, 181, 50, .07), transparent 26%),
    linear-gradient(180deg, #f7f9fb 0%, #f0f3f7 100%);
}

.home-contact-section::before {
  display: none;
}

.home-contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1280px, calc(100% - 48px));
  min-height: 720px;
  padding: 68px;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 465px);
  align-items: center;
  gap: clamp(68px, 7.5vw, 110px);
  overflow: hidden;
  border: 1px solid rgba(214, 181, 50, .5);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(5, 9, 20, .96) 0%, rgba(6, 19, 55, .91) 48%, rgba(7, 63, 104, .78) 100%),
    url("assets/contact-credit-consultation-legacy-finance-group.png") center / cover no-repeat;
  box-shadow: 0 30px 80px rgba(6, 19, 55, .2);
}

.home-contact-layout::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .22) 1px, transparent 1.4px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(105deg, rgba(0, 0, 0, .82) 0%, transparent 42%, transparent 68%, rgba(0, 0, 0, .5) 100%);
  mask-image: linear-gradient(105deg, rgba(0, 0, 0, .82) 0%, transparent 42%, transparent 68%, rgba(0, 0, 0, .5) 100%);
  opacity: .18;
  content: "";
  pointer-events: none;
}

.home-contact-layout::after {
  position: absolute;
  z-index: 0;
  width: 440px;
  height: 440px;
  right: -190px;
  bottom: -270px;
  border: 1px solid rgba(243, 212, 94, .18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 83, 133, .28), transparent 68%);
  content: "";
  pointer-events: none;
}

.home-contact-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.home-contact-copy .eyebrow {
  margin-bottom: 16px;
  color: #f3d45e;
  font-weight: 600;
}

.home-contact-copy h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
}

.home-contact-copy h2 strong {
  display: block;
  color: #f3d45e;
}

.home-contact-lead {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.65;
}

.home-contact-points {
  display: grid;
  gap: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.home-contact-points li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.home-contact-points li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(243, 212, 94, .52);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #f3d45e;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
  backdrop-filter: blur(8px);
  font-size: 19px;
}

.home-contact-points strong,
.home-contact-points small {
  display: block;
}

.home-contact-points strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 17px;
}

.home-contact-points small {
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.45;
}

.home-contact-reassurance {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  font-weight: 600;
}

.home-contact-reassurance i {
  color: #f3d45e;
}

.home-contact-media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-contact-media::before {
  display: none;
}

.home-contact-form {
  position: relative;
  z-index: 1;
  width: min(100%, 465px);
  padding: 38px 36px 30px;
  border: 1px solid rgba(243, 212, 94, .55);
  border-radius: 20px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}

.home-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.home-contact-form-heading {
  margin-bottom: 28px;
}

.home-contact-form-heading > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(214, 181, 50, .16);
  color: #806b13;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-contact-form-heading h3 {
  margin-bottom: 10px;
  color: #061337;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}

.home-contact-form-heading p {
  margin: 0;
  color: #5d646c;
  font-size: 15px;
  line-height: 1.5;
}

.home-contact-field {
  margin-bottom: 17px;
}

.home-contact-field label {
  display: block;
  margin-bottom: 7px;
  color: #17223a;
  font-size: 14px;
  font-weight: 700;
}

.home-contact-field input,
.home-contact-field select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ccd3db;
  border-radius: 9px;
  background: #fff;
  color: #15191e;
  font: 500 16px Figtree, Arial, sans-serif;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.home-contact-field select {
  cursor: pointer;
}

.home-contact-field input::placeholder {
  color: #9299a1;
}

.home-contact-field input:focus,
.home-contact-field select:focus {
  border-color: #075385;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(7, 83, 133, .11);
}

.home-contact-disclosure {
  margin: 4px 0 15px;
  color: #697078;
  font-size: 12px;
  line-height: 1.5;
}

.home-contact-disclosure a {
  color: #075385;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-contact-consent {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: 19px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #515960;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.48;
}

.home-contact-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #075385;
}

.home-contact-consent input:focus-visible {
  outline: 3px solid rgba(214, 181, 50, .8);
  outline-offset: 3px;
}

.home-contact-submit {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #075385;
  border-radius: 9px;
  background: #075385;
  color: #fff;
  cursor: pointer;
  font: 700 15px Figtree, Arial, sans-serif;
  transition: background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-contact-submit:hover {
  background: #043d64;
  box-shadow: 0 14px 28px rgba(7, 83, 133, .25);
  transform: translateY(-2px);
}

.home-contact-submit:focus-visible {
  outline: 3px solid #d6b532;
  outline-offset: 4px;
}

.home-contact-secure {
  margin: 13px 0 0;
  color: #777e85;
  font-size: 11px;
  text-align: center;
}

.home-contact-secure i {
  margin-right: 5px;
  color: #075385;
}

@media (max-width: 1100px) {
  .home-contact-layout {
    min-height: 700px;
    padding: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
    gap: 42px;
  }

  .home-contact-copy h2 {
    font-size: 44px;
  }

  .home-testimonial-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 800px) {
  .home-contact-section {
    padding: 78px 0;
  }

  .home-contact-layout {
    width: calc(100% - 34px);
    min-height: 0;
    padding: 48px 38px;
    grid-template-columns: 1fr;
    gap: 40px;
    background:
      linear-gradient(180deg, rgba(5, 9, 20, .96) 0%, rgba(6, 19, 55, .91) 52%, rgba(7, 63, 104, .82) 100%),
      url("assets/contact-credit-consultation-legacy-finance-group.png") center / cover no-repeat;
  }

  .home-contact-copy {
    max-width: 650px;
  }

  .home-contact-copy h2 strong {
    display: inline;
  }

  .home-contact-media {
    justify-content: center;
  }

  .home-testimonial-window {
    width: calc(100% - 108px);
  }

  .home-testimonial-arrow {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }

  .home-testimonial-prev {
    left: 0;
  }

  .home-testimonial-next {
    right: 0;
  }

  .home-testimonial-card {
    flex-basis: 100%;
    min-height: 330px;
  }
}

@media (max-width: 520px) {
  .home-contact-section {
    padding: 64px 0;
  }

  .home-contact-copy h2 {
    font-size: 36px;
  }

  .home-contact-layout {
    width: calc(100% - 28px);
    padding: 38px 20px 20px;
    border-radius: 20px;
  }

  .home-contact-form {
    padding: 30px 22px 24px;
    border-radius: 16px;
  }

  .home-contact-form-heading h3 {
    font-size: 28px;
  }

  .home-testimonial-window {
    width: calc(100% - 92px);
  }

  .home-testimonial-arrow {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .home-testimonial-card {
    min-height: 315px;
    padding: 32px 26px 30px;
  }

  .home-testimonial-card p {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .process {
    padding-top: 72px;
  }

  .process .section-heading {
    margin-bottom: 38px;
  }

  .process-showcase {
    gap: 28px;
  }

  .process-list::before {
    left: 38px;
  }

  .process .process-step {
    min-height: 0;
    padding: 22px;
  }

  .process-image {
    height: 440px;
    min-height: 0;
  }

  .process .consult-banner {
    margin-top: 54px;
  }
}

@media (max-width: 520px) {
  .process {
    padding-top: 62px;
  }

  .process .container {
    width: calc(100% - 28px);
  }

  .process .section-heading .eyebrow {
    font-size: 16px;
  }

  .process .section-heading h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .process .section-heading p:last-child {
    font-size: 17px;
    line-height: 25px;
  }

  .process-list {
    gap: 12px;
  }

  .process-list::before {
    display: none;
  }

  .process .process-step {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 18px;
  }

  .process .process-step .icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .process .process-step .icon::after {
    width: 22px;
    height: 22px;
  }

  .process .process-step h3 {
    font-size: 21px;
    line-height: 26px;
  }

  .process .process-step p {
    font-size: 16px;
    line-height: 23px;
  }

  .process-image {
    height: 330px;
    min-height: 0;
  }
}

/* Sitewide FAQ polish for standard page sections. */
.faq.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(214, 181, 50, .12), transparent 28%),
    linear-gradient(180deg, #f7f8fb 0%, #fff 100%);
}

.faq.section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(7, 83, 133, .09) .65px, transparent .8px);
  background-size: 22px 22px;
  content: "";
  opacity: .42;
}

.faq .faq-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 46px;
  align-items: stretch;
}

.faq .faq-intro {
  display: flex;
  min-height: 100%;
  padding: 34px;
  flex-direction: column;
  border: 1px solid rgba(7, 83, 133, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(6, 19, 55, .08);
}

.faq .faq-intro .eyebrow {
  color: #075385;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.faq .faq-intro h2 {
  margin-bottom: 18px;
  color: #061337;
}

.faq .faq-intro > p {
  color: #555b63;
  font-size: 18px;
  line-height: 1.55;
}

.faq .faq-intro img {
  flex: 1;
  width: 100%;
  min-height: 360px;
  margin-top: 24px;
  border: 1px solid rgba(214, 181, 50, .36);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(6, 19, 55, .12);
  object-fit: cover;
}

.faq .accordion {
  align-self: stretch;
  padding: 18px 28px;
  border: 1px solid rgba(7, 83, 133, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 19, 55, .07);
}

.faq .faq-item {
  border-bottom: 1px solid rgba(7, 83, 133, .12);
}

.faq .faq-item:last-child {
  border-bottom: 0;
}

.faq .faq-item button {
  gap: 18px;
  padding: 27px 0;
  color: #061337;
}

.faq .faq-item button b {
  flex: 0 0 32px;
  background: #061337;
  color: #fff;
}

.faq .faq-item.active button b {
  background: #d6b532;
  color: #061337;
}

.faq .faq-answer p {
  color: #555b63;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .faq .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq .faq-intro img {
    min-height: 360px;
    height: 360px;
    flex: none;
  }
}

@media (max-width: 520px) {
  .faq .faq-intro,
  .faq .accordion {
    padding: 24px 20px;
  }

  .faq .faq-intro img {
    min-height: 290px;
    height: 290px;
  }

  .faq .faq-item button {
    font-size: 18px;
    line-height: 1.3;
  }
}
