:root {
  --navy: #1b2044;
  --navy-soft: #2f3462;
  --gold: #c9a96e;
  --gold-light: #e3c789;
  --cream: #fdfaf4;
  --white: #ffffff;
  --text-soft: rgba(61, 61, 61, 0.6);
  --divider: rgba(27, 32, 68, 0.1);
  --footer-divider: rgba(255, 255, 255, 0.12);
  --shadow: 0 10px 28px rgba(18, 21, 46, 0.22);
  --font-heading: "Bricolage Grotesque", serif;
  --font-body: "Poppins", sans-serif;
  --max-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 85px;
}

body {
  font-family: var(--font-body);
  color: var(--navy);
  background: var(--white);
  line-height: 1.45;
}

body.menu-open {
  overflow: hidden;
}

main {
  padding-top: 85px;
}

.hero,
.services,
.process,
.case-studies,
.cta-footer-wrap {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

.section-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.navbar-inner,
.footer-inner {
  width: 100%;
  margin: 0 auto;
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--gold);
}

.section-heading {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  color: var(--navy);
}

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 85px;
  background: var(--navy);
  border-bottom: 0.5px solid #e3c789;
}

.navbar-inner {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 100%;
  padding: 0 39px;
}

.nav-logo {
  flex: 0 0 auto;
}

.nav-logo-img {
  width: auto;
  height: 40px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-left: auto;
  margin-right: 32px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.7);
}

.nav-links a:hover,
.footer-col a:hover,
.footer-bottom-right a:hover {
  color: var(--white);
}

.nav-cta,
.hero-cta,
.trust-btn,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--gold);
  color: var(--navy);
  transition: background 0.22s ease, transform 0.22s ease;
}

.nav-cta:hover,
.hero-cta:hover,
.trust-btn:hover,
.mobile-cta:hover {
  background: var(--gold-light);
}

.nav-cta {
  flex: 0 0 auto;
  width: 205px;
  height: 48px;
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: 2px;
  white-space: nowrap;
}

.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.85);
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 86px 0 0;
  z-index: 99;
  padding: 0 24px 24px;
  background: rgba(27, 32, 68, 0.74);
  overflow-y: auto;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu-panel {
  width: min(100%, 720px);
  margin: 0 auto;
  background: #e0c481;
  border: 1px solid rgba(17, 22, 48, 0.12);
  border-top: 1px solid rgba(17, 22, 48, 0.12);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 18px 30px rgba(18, 21, 46, 0.18);
  overflow: hidden;
}

.mobile-menu-header,
.mobile-menu-logo,
.mobile-menu-close {
  display: none;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
}

.mobile-nav a {
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 400;
  color: #111630;
  border-bottom: 1px solid rgba(17, 22, 48, 0.18);
}

.mobile-cta-wrap,
.mobile-cta {
  margin: 0 auto;
}

.mobile-cta {
  display: flex;
  width: 219px;
  height: 57px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: var(--navy);
  border-radius: 2px;
}

.mobile-cta img {
  width: 31px;
  height: 31px;
}

.fab {
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #e3c789;
  box-shadow: 0 12px 24px rgba(18, 21, 46, 0.28);
  border: 1px solid rgba(144, 115, 50, 0.14);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.fab-icon {
  width: 55px;
  height: 55px;
}

.fab:hover {
  transform: scale(1.04);
}

.fab-hidden {
  opacity: 0;
  transform: scale(0.82);
  pointer-events: none;
}

.hero {
  position: relative;
  height: 694px;
  padding: 108px 32px 0;
  background: var(--navy);
  text-align: center;
}

.hero-inner {
  width: min(100%, 781px);
  margin: 0 auto;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 400;
  line-height: 68px;
  color: var(--gold-light);
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line-bottom {
  color: var(--gold-light);
}

.hero-ellipsis {
  display: inline-block;
  margin-right: 0.08em;
}

.hero-highlight {
  color: var(--white);
  font-weight: 700;
}

.hero-sub {
  width: 464px;
  max-width: 100%;
  margin-top: 71px;
  font-size: 18px;
  font-weight: 400;
  line-height: 55px;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.hero-exclusive {
  margin-top: -21px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
  color: var(--gold-light);
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.hero-cta {
  width: 380px;
  max-width: 100%;
  height: 60px;
  margin-top: 36px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3.43px;
}

.hero-cta img {
  width: 37px;
  height: 37px;
}

.hero-cta-arrow {
  font-size: 34px;
  line-height: 51px;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  transform: translateX(-50%);
}

.scroll-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3.57px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.scroll-line {
  width: 2px;
  height: 45px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
  animation: scroll-line-pulse 1.8s ease-in-out infinite;
}

@keyframes scroll-line-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(0.85);
    transform-origin: top center;
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top center;
  }
}

.services {
  padding: 94px 32px 112px;
  background: var(--cream);
}

.services .section-inner,
.process .section-inner,
.case-studies .section-inner,
.final-cta .cta-inner {
  text-align: center;
}

.services .eyebrow {
  margin-bottom: 12px;
  letter-spacing: 1.2px;
  line-height: 16px;
}

.services .section-heading {
  margin: 0 auto;
  white-space: nowrap;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 408px));
  justify-content: center;
  gap: 72px clamp(56px, 8vw, 128px);
  margin-top: 72px;
}

.service-card {
  position: relative;
  min-height: 355px;
  padding: 0 34px 36px;
  background: var(--white);
  border: 2px solid var(--gold);
  border-radius: 15px;
  text-align: center;
  margin-top: 76px;
}

.service-img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 248px;
  height: 176px;
  margin: -82px auto 0;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 28px;
}

.service-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: var(--navy);
}

.service-body {
  max-width: 305px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(61, 61, 61, 0.6);
}

.service-link {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #96773b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.process {
  padding: 96px 32px 102px;
  background: var(--white);
}

.process .eyebrow {
  margin-bottom: 6px;
  letter-spacing: 1px;
  line-height: 24px;
}

.process .section-heading {
  margin: 0 auto 44px;
  line-height: 43px;
  white-space: nowrap;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  text-align: left;
}

.process-step {
  min-height: 294px;
  padding: 0 30px 30px 0;
  border-bottom: 1px solid var(--divider);
}

.process-step:not(.process-step-last) {
  border-right: 1px solid var(--divider);
}

.process-step:not(:first-child) {
  padding-left: 30px;
}

.process-num {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
  color: rgba(201, 169, 110, 0.18);
}

.process-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--navy);
}

.process-body {
  margin-top: 24px;
  max-width: 320px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(61, 61, 61, 0.6);
}

.thats-all {
  margin-top: 44px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: var(--navy);
}

.case-studies {
  padding: 84px 32px 92px;
  background: var(--navy);
}

.case-heading {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  color: var(--white);
  text-align: center;
}

.case-card {
  display: grid;
  grid-template-columns: 539px 461px;
  column-gap: 34px;
  width: min(100%, 1072px);
  margin: 54px auto 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  overflow: hidden;
  justify-content: start;
}

.case-image-wrap {
  position: relative;
  min-height: 438px;
}

.case-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 18%;
}

.case-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 146px;
  height: 32px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gold);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--navy);
}

.case-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 461px;
  min-height: 409px;
  padding: 31px 31px 30px 31px;
  text-align: left;
}

.case-name {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: var(--gold);
}

.case-sections {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 28px;
}

.case-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.case-label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.27px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.7);
}

.case-text {
  max-width: 400px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.case-block:first-child .case-text {
  max-width: 414px;
  line-height: 27px;
}

.case-block:last-child .case-text {
  max-width: 417px;
  line-height: 27px;
}

.case-stars {
  display: flex;
  gap: 18px;
  margin-top: 38px;
}

.case-stars img,
.case-star-half {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.case-star-half {
  position: relative;
  display: inline-flex;
}

.case-star-half img {
  position: absolute;
  inset: 0;
  width: 32px;
  height: 32px;
}

.case-star-fill {
  width: 16px !important;
  left: 0;
  right: auto;
}

.cta-footer-wrap {
  background: var(--cream);
}

.final-cta {
  padding: 133px 32px 138px;
}

.cta-inner {
  width: min(100%, 739px);
  margin: 0 auto;
}

.cta-heading {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: var(--navy);
  white-space: nowrap;
}

.trust-btn {
  width: 219px;
  height: 56px;
  margin-top: 77px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 2px;
}

.trust-btn img {
  width: 31px;
  height: 31px;
}

.footer {
  padding: 50px 39px 0;
  background: var(--navy);
}

.footer-inner {
  max-width: 1362px;
  padding: 0;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 44px;
}

.footer-logo {
  flex: 0 0 auto;
}

.footer-logo img {
  width: 228px;
  height: auto;
}

.footer-columns {
  display: flex;
  gap: 132px;
  margin-left: auto;
}

.footer-col-title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--gold);
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-col li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.footer-col li a,
.footer-col a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex: 0 0 auto;
}

.footer-icon svg {
  width: 21px;
  height: 21px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 22px;
  padding-bottom: 24px;
  border-top: 1.3px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright,
.footer-bottom-right a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.28);
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-bottom-logo,
.footer-terms {
  display: none;
}

.desktop-only {
  display: flex;
}

@media (max-width: 1180px) {
  .service-grid {
    gap: 64px 72px;
  }

  .process-step {
    padding-right: 24px;
  }

  .process-step:not(:first-child) {
    padding-left: 24px;
  }

  .case-content {
    padding: 40px 38px;
  }

  .footer-top {
    gap: 28px;
  }
}

@media (max-width: 980px) {
  .nav-links {
    gap: 28px;
    margin-right: 20px;
  }

  .nav-cta {
    min-width: 232px;
  }

  .service-grid,
  .process-grid,
  .case-card {
    grid-template-columns: 1fr;
  }

  .service-grid {
    width: min(100%, 460px);
    margin-left: auto;
    margin-right: auto;
  }

  .process-step,
  .process-step:not(.process-step-last) {
    border-right: 0;
  }

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

  .process-step:not(:first-child) {
    padding-left: 0;
  }

  .process-step:not(:last-child) {
    margin-bottom: 32px;
  }

  .case-image-wrap {
    min-height: 360px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-columns {
    margin-left: 0;
    gap: 72px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    scroll-padding-top: 68px;
  }

  main {
    padding-top: 68px;
  }

  .navbar {
    height: 68px;
    border-bottom-width: 0.5px;
  }

  .navbar-inner {
    max-width: none;
    width: 100%;
    padding: 0 24px;
  }

  .nav-logo-img {
    height: 28px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hamburger {
    display: inline-flex;
  }

  .mobile-menu {
    inset: 0;
    padding: 0;
    background: rgba(17, 22, 48, 0.72);
    z-index: 120;
  }

  .mobile-menu-panel {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(17, 22, 48, 0.18);
  }

  .mobile-menu-logo {
    display: block;
    width: 206px;
    max-width: 62%;
    height: auto;
  }

  .mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #111630;
  }

  .mobile-menu-close svg {
    width: 22px;
    height: 22px;
  }

  .mobile-nav a {
    padding: 31px 40px;
    font-size: 16px;
    line-height: 1.15;
  }

  .mobile-cta {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .fab {
    right: 16px;
    bottom: 16px;
    width: 82px;
    height: 82px;
  }

  .fab-icon {
    width: 46px;
    height: 46px;
  }

  .hero {
    min-height: calc(100svh - 68px);
    height: 793px;
    padding: 123px 24px 0;
  }

  .hero-inner {
    width: min(314px, calc(100vw - 48px));
  }

  .hero-heading {
    gap: 4px;
    font-size: 27.74px;
    line-height: 33px;
  }

  .hero-line {
    white-space: normal;
  }

  .hero-sub {
    width: 246px;
    max-width: 100%;
    margin-top: 112px;
    font-size: 16px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-exclusive {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }

  .hero-cta {
    width: 322.61px;
    max-width: 100%;
    height: 56px;
    margin-top: 54px;
    gap: 9px;
    font-size: 15px;
    border-radius: 2px;
  }

  .hero-cta img {
    width: 31px;
    height: 31px;
  }

  .hero-cta-arrow {
    font-size: 20px;
    line-height: 30px;
  }

  .scroll-indicator {
    bottom: 21px;
    gap: 14px;
  }

  .scroll-text {
    font-size: 9.6px;
    letter-spacing: 1.92px;
  }

  .scroll-line {
    width: 1px;
    height: 24px;
  }

  .services {
    min-height: 791px;
    padding: 47px 24px 85px;
  }

  .services .section-inner {
    width: min(342px, calc(100vw - 48px));
    max-width: none;
  }

  .services .eyebrow {
    margin-bottom: 11px;
    line-height: 16px;
  }

  .services .section-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .section-heading {
    font-size: 31px;
    line-height: 1.08;
  }

  .service-grid {
    width: min(260px, calc(100vw - 48px));
    gap: 26px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card {
    width: min(260px, calc(100vw - 48px));
    min-height: 215px;
    padding: 0 18px 23px;
    border-width: 1px;
    border-radius: 13px;
    margin: 62px auto 0;
  }

  .service-img-wrap {
    margin-top: -62px;
  }

  .service-card:first-child .service-img-wrap {
    width: 159px;
    height: 112px;
  }

  .service-card:last-child .service-img-wrap {
    width: 170px;
    height: 98px;
    margin-top: -57px;
  }

  .service-text {
    gap: 10px;
    padding-top: 18px;
  }

  .service-title {
    font-size: 18px;
    line-height: 22px;
  }

  .service-body {
    max-width: 197px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .service-link {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }

  .process {
    min-height: 791px;
    padding: 42px 24px 41px;
  }

  .process .section-inner {
    width: min(311px, calc(100vw - 80px));
    max-width: none;
  }

  .process .eyebrow {
    margin-bottom: 11px;
    line-height: 15px;
    letter-spacing: 1px;
  }

  .process .section-heading {
    max-width: 240px;
    margin-bottom: 33px;
    font-size: 24px;
    line-height: 25px;
    white-space: normal;
  }

  .process-step {
    padding: 0 0 17px;
  }

  .process-step:not(:last-child) {
    margin-bottom: 32px;
  }

  .process-num {
    margin-bottom: 4px;
    font-size: 48px;
    line-height: 48px;
  }

  .process-title {
    font-size: 18px;
    line-height: 28px;
  }

  .process-body {
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .thats-all {
    margin-top: 19px;
    font-size: 18px;
    line-height: 28px;
  }

  .case-studies {
    padding: 34px 12px;
    min-height: 744px;
  }

  .case-studies .section-inner {
    width: min(342px, calc(100vw - 24px));
    max-width: none;
  }

  .case-heading {
    max-width: 294px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
  }

  .case-card {
    width: 100%;
    margin-top: 32px;
    border-radius: 16px;
  }

  .case-image-wrap {
    min-height: 192px;
  }

  .case-image {
    object-position: center top;
  }

  .case-tag {
    top: 12px;
    left: 8px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .case-content {
    padding: 24px 20px 28px;
  }

  .case-name {
    font-size: 30px;
    line-height: 36px;
  }

  .case-sections {
    margin-top: 18px;
    gap: 18px;
  }

  .case-block {
    gap: 8px;
  }

  .case-label {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }

  .case-text {
    max-width: 278px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .case-stars {
    margin-top: 20px;
    gap: 10px;
  }

  .case-stars img,
  .case-star-half {
    width: 28px;
    height: 28px;
  }

  .case-star-half img {
    width: 28px;
    height: 28px;
  }

  .case-star-fill {
    width: 14px !important;
  }

  .final-cta {
    width: 100%;
    min-height: 598px;
    padding: 174px 24px 150px;
  }

  .cta-inner {
    width: min(320px, calc(100vw - 48px));
  }

  .cta-heading {
    max-width: 320px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 39px;
    white-space: normal;
  }

  .cta-heading br {
    display: none;
  }

  .trust-btn {
    width: 219px;
    max-width: 100%;
    height: 56px;
    margin-top: 38px;
  }

  .footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 178px;
    padding: 29px 0 21px;
  }

  .footer-inner {
    width: 100%;
    max-width: none;
  }

  .footer-top {
    gap: 0;
    padding: 0 24px;
  }

  .footer-col li.desktop-only {
    display: none;
  }

  .footer-logo {
    display: none;
  }

  .footer-columns {
    width: 100%;
    display: grid;
    grid-template-columns: 146px 145px;
    justify-content: space-between;
    gap: 0;
    margin-left: 0;
  }

  .footer-col-title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
  }

  .footer-col ul {
    gap: 12px;
  }

  .footer-col li,
  .footer-col li a,
  .footer-col a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-icon svg {
    width: 21px;
    height: 21px;
  }

  .desktop-only {
    display: none;
  }

  .footer-bottom {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1.18px solid rgba(255, 255, 255, 0.1);
  }

  .footer-copyright {
    display: none;
  }

  .footer-bottom-right {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .footer-bottom-logo {
    display: block;
    width: 77px;
    opacity: 1;
  }

  .footer-bottom-right a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }

  .footer-bottom-right a:first-of-type {
    justify-self: end;
  }

  .footer-terms {
    display: inline;
  }

  .cta-footer-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
  }
}
