html {
  scroll-behavior: smooth;
  background: #061b2d;
}

body {
  margin: 0;
  background: #061b2d;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gsa-page {
  --navy: #061b2d;
  --navy-2: #0a2a43;
  --blue: #007da4;
  --aqua: #70dce2;
  --signal: #dbff4d;
  --cream: #f6f2e9;
  --white: #fffefb;
  --ink: #0a2233;
  --muted: #607381;
  min-height: 100vh;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

.gsa-page *,
.gsa-page *::before,
.gsa-page *::after {
  box-sizing: border-box;
}
.gsa-page a {
  color: inherit;
  text-decoration: none;
}
.gsa-page svg {
  display: block;
  height: auto;
  aspect-ratio: 1;
}
.gsa-page button {
  font: inherit;
}
.gsa-page img {
  display: block;
  max-width: 100%;
}
.gsa-page h1,
.gsa-page h2,
.gsa-page h3,
.gsa-page p {
  margin: 0;
}
.gsa-page ::selection {
  background: var(--signal);
  color: var(--navy);
}
.gsa-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.gsa-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background: white;
  color: var(--navy);
  transform: translateY(-160%);
}
.gsa-skip:focus {
  transform: translateY(0);
}

.gsa-utility {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
}
.gsa-utility__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.gsa-utility p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.gsa-utility svg {
  width: 14px;
  height: 14px;
  color: var(--signal);
}

.gsa-header {
  position: absolute;
  z-index: 20;
  top: 36px;
  left: 0;
  right: 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.gsa-header__inner {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.gsa-logo img {
  width: 132px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}
.gsa-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: auto;
}
.gsa-nav a {
  font-size: 12px;
  font-weight: 700;
}
.gsa-nav a:hover {
  color: var(--signal);
}
.gsa-header-call {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.gsa-header-call > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  background: var(--signal);
  color: var(--navy);
  border-radius: 50%;
}
.gsa-header-call svg {
  width: 17px;
}
.gsa-header-call p {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.gsa-header-call small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gsa-header-call strong {
  margin-top: 4px;
  font-size: 15px;
}
.gsa-menu {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
}
.gsa-menu svg {
  width: 20px;
}
.gsa-mobile-nav {
  display: none;
}

.gsa-mobile-nav[hidden] {
  display: none !important;
}

.gsa-hero {
  position: relative;
  min-height: 845px;
  background: var(--navy);
  color: white;
  isolation: isolate;
}
.gsa-hero__image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}
.gsa-hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 19, 32, 0.98) 0%,
      rgba(4, 30, 49, 0.9) 45%,
      rgba(4, 30, 49, 0.22) 82%
    ),
    linear-gradient(0deg, rgba(3, 19, 32, 0.52), transparent 55%);
}
.gsa-hero__grid {
  min-height: 845px;
  display: grid;
  grid-template-columns: 1.15fr 0.5fr;
  gap: 70px;
  align-items: center;
  padding-top: 112px;
}
.gsa-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.gsa-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}
.gsa-hero .gsa-eyebrow {
  color: var(--signal);
}
.gsa-hero h1 {
  max-width: 790px;
  margin-top: 23px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(54px, 5.7vw, 81px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-transform: uppercase;
}
.gsa-hero h1 em {
  color: var(--aqua);
  font-style: normal;
}
.gsa-hero__lede {
  max-width: 650px;
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.75;
}
.gsa-hero__copy > div {
  margin-top: 34px;
}

.gsa-call-button {
  display: inline-flex;
  align-items: center;
  min-width: 345px;
  min-height: 72px;
  padding: 8px 15px 8px 10px;
  background: var(--signal);
  color: var(--navy) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.gsa-call-button:hover {
  transform: translateY(-3px);
  background: white;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}
.gsa-call-button__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-right: 14px;
  background: var(--navy);
  color: var(--signal);
  border-radius: 50%;
}
.gsa-call-button__icon svg {
  width: 20px;
}
.gsa-call-button__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.gsa-call-button__copy small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gsa-call-button__copy strong {
  margin-top: 5px;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.gsa-call-button__arrow {
  width: 21px;
  margin-left: auto;
  transition: transform 0.2s ease;
}
.gsa-call-button:hover .gsa-call-button__arrow {
  transform: translateX(4px);
}
.gsa-call-button--hero {
  min-width: 390px;
  min-height: 82px;
}
.gsa-call-button--hero .gsa-call-button__icon {
  width: 60px;
  height: 60px;
}
.gsa-call-button--hero .gsa-call-button__copy strong {
  font-size: 24px;
}
.gsa-call-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px !important;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
}
.gsa-call-note svg {
  width: 15px;
  color: var(--signal);
}

.gsa-hero__proof {
  align-self: end;
  margin-bottom: 94px;
  background: rgba(6, 27, 45, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}
.gsa-proof__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 19px 20px;
}
.gsa-proof__top > svg {
  width: 27px;
  color: var(--signal);
}
.gsa-proof__top span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gsa-proof__top strong {
  color: white;
  font-size: 11px;
}
.gsa-proof__photo {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.gsa-proof__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gsa-proof__photo span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 12px;
  background: var(--signal);
  color: var(--navy);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.gsa-proof__bottom {
  padding: 18px 20px 20px;
}
.gsa-proof__bottom p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}
.gsa-proof__bottom p strong {
  color: white;
}
.gsa-proof__bottom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--signal);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.gsa-proof__bottom svg {
  width: 15px;
}
.gsa-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.gsa-hero__scroll svg {
  width: 16px;
}

.gsa-rise {
  opacity: 0;
  animation: gsa-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.gsa-delay-1 {
  animation-delay: 0.08s;
}
.gsa-delay-2 {
  animation-delay: 0.17s;
}
.gsa-delay-3 {
  animation-delay: 0.27s;
}
.gsa-delay-4 {
  animation-delay: 0.38s;
}
@keyframes gsa-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gsa-call-strip {
  background: var(--signal);
  color: var(--navy);
}
.gsa-call-strip__inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.gsa-call-strip__inner > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.gsa-pulse {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: var(--signal);
  border-radius: 50%;
}
.gsa-pulse::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(6, 27, 45, 0.25);
  border-radius: 50%;
}
.gsa-pulse svg {
  width: 18px;
}
.gsa-call-strip p {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.gsa-call-strip small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gsa-call-strip strong {
  margin-top: 4px;
  font-size: 15px;
}
.gsa-call-strip__inner > a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -0.04em;
}
.gsa-call-strip__inner > a svg {
  width: 25px;
}

.gsa-services {
  padding: 125px 0 130px;
  background: var(--white);
}
.gsa-section-title {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 56px;
}
.gsa-section-title h2,
.gsa-why h2,
.gsa-reviews h2 {
  margin-top: 17px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-transform: uppercase;
}
.gsa-section-title > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.gsa-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gsa-service {
  border: 1px solid #dce5e8;
  background: white;
}
.gsa-service__image {
  position: relative;
  height: 265px;
  overflow: hidden;
}
.gsa-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.gsa-service:hover .gsa-service__image img {
  transform: scale(1.05);
}
.gsa-service__image > span {
  position: absolute;
  left: 22px;
  bottom: -25px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: var(--signal);
  color: var(--navy);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(6, 27, 45, 0.14);
}
.gsa-service__image svg {
  width: 21px;
}
.gsa-service__copy {
  padding: 42px 24px 25px;
}
.gsa-service__copy > p {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.gsa-service__copy h3 {
  min-height: 58px;
  margin-top: 8px;
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}
.gsa-service__copy > span {
  display: block;
  min-height: 72px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.gsa-service__copy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #e1e9eb;
  color: var(--navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gsa-service__copy a:hover {
  color: var(--blue);
}
.gsa-service__copy a svg {
  width: 15px;
}
.gsa-services__callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 35px;
  padding: 30px 34px;
  background: var(--cream);
}
.gsa-services__callout p {
  color: var(--muted);
  font-size: 13px;
}
.gsa-services__callout strong {
  color: var(--navy);
}
.gsa-services__callout .gsa-call-button {
  min-width: 310px;
  min-height: 65px;
}

.gsa-why {
  padding: 130px 0;
  background: var(--navy);
  color: white;
}
.gsa-why__grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 95px;
  align-items: center;
}
.gsa-why__image {
  position: relative;
  min-height: 650px;
}
.gsa-why__image > img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.gsa-why__stamp {
  position: absolute;
  right: -38px;
  bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 138px;
  background: var(--signal);
  color: var(--navy);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transform: rotate(-7deg);
}
.gsa-why__stamp svg {
  width: 25px;
}
.gsa-why__stamp strong {
  margin-top: 5px;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.gsa-why__stamp span {
  font-size: 9px;
  font-weight: 800;
}
.gsa-why .gsa-eyebrow {
  color: var(--signal);
}
.gsa-why__intro {
  max-width: 560px;
  margin-top: 25px !important;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.85;
}
.gsa-why ul {
  margin: 34px 0 38px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}
.gsa-why li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.gsa-why li > svg {
  width: 24px;
  color: var(--aqua);
}
.gsa-why li span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.53);
  font-size: 11px;
}
.gsa-why li strong {
  color: white;
  font-size: 13px;
}
.gsa-call-button--dark {
  min-width: 350px;
}

.gsa-reviews {
  padding: 125px 0;
  background: var(--cream);
}
.gsa-reviews__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
.gsa-stars {
  display: flex;
  gap: 4px;
  padding-bottom: 8px;
}
.gsa-stars svg {
  width: 20px;
  fill: #e3a927;
  color: #e3a927;
}
.gsa-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 52px;
}
.gsa-review-grid figure {
  margin: 0;
  padding: 33px 31px;
  background: white;
  border-top: 4px solid var(--blue);
}
.gsa-review-grid figure > svg {
  width: 24px;
  fill: var(--aqua);
  color: var(--aqua);
}
.gsa-review-grid blockquote {
  min-height: 116px;
  margin: 22px 0 25px;
  color: #345062;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}
.gsa-review-grid figcaption {
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  border-top: 1px solid #e0e7e9;
}
.gsa-review-grid figcaption strong {
  font-size: 11px;
}
.gsa-review-grid figcaption span {
  color: var(--muted);
  font-size: 9px;
}
.gsa-reviews__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 23px 29px;
  background: var(--navy);
  color: white;
}
.gsa-reviews__cta p {
  font-size: 12px;
  font-weight: 700;
}
.gsa-reviews__cta a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--signal);
  font-family: "Archivo Black", sans-serif;
  font-size: 19px;
  letter-spacing: -0.03em;
}
.gsa-reviews__cta svg {
  width: 18px;
}

.gsa-final-call {
  position: relative;
  min-height: 740px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  text-align: center;
  isolation: isolate;
}
.gsa-final-call > img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gsa-final-call__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(4, 24, 40, 0.88);
}
.gsa-final-call::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 125, 164, 0.2),
    transparent 58%
  );
}
.gsa-final-call__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0;
}
.gsa-final-call .gsa-eyebrow {
  color: var(--signal);
}
.gsa-final-call h2 {
  margin-top: 18px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(57px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-transform: uppercase;
}
.gsa-final-call__inner > p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}
.gsa-final-call__number {
  margin-top: 30px;
  color: var(--signal) !important;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(35px, 5vw, 61px);
  letter-spacing: -0.05em;
}
.gsa-final-call__number svg {
  display: inline;
  width: 0.75em;
  height: 0.75em;
}
.gsa-final-call__button {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  margin-top: 20px;
  padding: 0 24px;
  background: var(--signal);
  color: var(--navy) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gsa-final-call__button svg {
  width: 17px;
}
.gsa-final-call__inner > span {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gsa-footer {
  padding: 65px 0 24px;
  background: #03131f;
  color: white;
}
.gsa-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.15fr 0.85fr;
  gap: 50px;
}
.gsa-footer__grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.gsa-footer__grid img {
  width: 120px;
  height: 68px;
  object-fit: contain;
}
.gsa-footer__grid p,
.gsa-footer__grid a {
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
  line-height: 1.7;
}
.gsa-footer__grid > div:first-child p {
  max-width: 280px;
}
.gsa-footer__grid small {
  margin-bottom: 5px;
  color: var(--aqua);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.gsa-footer__grid a:hover {
  color: white;
}
.gsa-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.32);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.gsa-sticky-call {
  display: none;
}

@media (max-width: 980px) {
  .gsa-nav {
    display: none;
  }
  .gsa-header-call {
    margin-left: auto;
  }
  .gsa-menu {
    display: flex;
    margin-left: 0;
  }
  .gsa-mobile-nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 18px 24px 24px;
    background: rgba(6, 27, 45, 0.98);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  }
  .gsa-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
  }
  .gsa-mobile-nav svg {
    width: 16px;
  }
  .gsa-mobile-nav__call {
    margin-top: 12px;
    padding: 15px !important;
    background: var(--signal);
    color: var(--navy) !important;
  }
  .gsa-hero__grid {
    grid-template-columns: 1fr 0.42fr;
    gap: 35px;
  }
  .gsa-hero h1 {
    font-size: clamp(53px, 7vw, 70px);
  }
  .gsa-section-title {
    gap: 55px;
  }
  .gsa-why__grid {
    gap: 65px;
  }
}

@media (max-width: 760px) {
  .gsa-shell {
    width: min(100% - 30px, 620px);
  }
  .gsa-utility__inner {
    justify-content: center;
  }
  .gsa-utility p:first-child {
    display: none;
  }
  .gsa-utility p {
    text-align: center;
    font-size: 7px;
  }
  .gsa-header__inner {
    height: 76px;
  }
  .gsa-logo img {
    width: 105px;
    height: 62px;
  }
  .gsa-header-call {
    display: none;
  }
  .gsa-menu {
    margin-left: auto;
  }
  .gsa-mobile-nav {
    top: 76px;
  }
  .gsa-hero,
  .gsa-hero__grid {
    min-height: 760px;
  }
  .gsa-hero__image {
    object-position: 64% center;
  }
  .gsa-hero__shade {
    background: linear-gradient(
      0deg,
      rgba(3, 19, 32, 0.99) 4%,
      rgba(3, 24, 40, 0.9) 61%,
      rgba(3, 24, 40, 0.32) 100%
    );
  }
  .gsa-hero__grid {
    display: flex;
    align-items: flex-end;
    padding-top: 135px;
    padding-bottom: 76px;
  }
  .gsa-hero h1 {
    font-size: clamp(41px, 12vw, 57px);
    letter-spacing: -0.065em;
  }
  .gsa-hero__lede {
    margin-top: 20px !important;
    font-size: 13px;
    line-height: 1.7;
  }
  .gsa-hero__copy > div {
    margin-top: 26px;
  }
  .gsa-call-button,
  .gsa-call-button--hero {
    width: 100%;
    min-width: 0;
    min-height: 72px;
  }
  .gsa-call-button--hero .gsa-call-button__icon {
    width: 52px;
    height: 52px;
  }
  .gsa-call-button--hero .gsa-call-button__copy strong {
    font-size: 18px;
  }
  .gsa-call-note {
    font-size: 8px;
  }
  .gsa-hero__proof,
  .gsa-hero__scroll {
    display: none;
  }
  .gsa-call-strip {
    display: none;
  }
  .gsa-services,
  .gsa-why,
  .gsa-reviews {
    padding: 90px 0;
  }
  .gsa-section-title {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 40px;
  }
  .gsa-section-title h2,
  .gsa-why h2,
  .gsa-reviews h2 {
    font-size: 40px;
  }
  .gsa-service-grid {
    grid-template-columns: 1fr;
  }
  .gsa-service__image {
    height: 245px;
  }
  .gsa-service__copy h3,
  .gsa-service__copy > span {
    min-height: 0;
  }
  .gsa-service__copy > span {
    margin-top: 12px;
  }
  .gsa-services__callout {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding: 25px 22px;
  }
  .gsa-services__callout .gsa-call-button {
    min-width: 0;
  }
  .gsa-why__grid {
    grid-template-columns: 1fr;
    gap: 63px;
  }
  .gsa-why__image,
  .gsa-why__image > img {
    min-height: 480px;
    height: 480px;
  }
  .gsa-why__stamp {
    right: 16px;
    bottom: -35px;
    width: 115px;
    height: 115px;
  }
  .gsa-call-button--dark {
    min-width: 0;
  }
  .gsa-reviews__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .gsa-review-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .gsa-review-grid blockquote {
    min-height: 0;
  }
  .gsa-reviews__cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .gsa-reviews__cta a {
    font-size: 17px;
  }
  .gsa-final-call {
    min-height: 690px;
  }
  .gsa-final-call h2 {
    font-size: 54px;
  }
  .gsa-final-call__number {
    font-size: 35px;
  }
  .gsa-final-call__button {
    width: 100%;
    justify-content: center;
  }
  .gsa-footer {
    padding-bottom: 104px;
  }
  .gsa-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }
  .gsa-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
  .gsa-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .gsa-sticky-call {
    position: fixed;
    z-index: 60;
    left: 9px;
    right: 9px;
    bottom: 9px;
    display: grid;
    grid-template-columns: 45px 1fr 20px;
    align-items: center;
    gap: 11px;
    min-height: 68px;
    padding: 7px 16px 7px 8px;
    background: var(--signal);
    color: var(--navy) !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
  }
  .gsa-sticky-call > span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    background: var(--navy);
    color: var(--signal);
    border-radius: 50%;
  }
  .gsa-sticky-call > span svg {
    width: 18px;
  }
  .gsa-sticky-call p {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
  }
  .gsa-sticky-call small {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .gsa-sticky-call strong {
    margin-top: 5px;
    font-family: "Archivo Black", sans-serif;
    font-size: 18px;
  }
  .gsa-sticky-call > svg {
    width: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gsa-page *,
  .gsa-page *::before,
  .gsa-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .gsa-rise {
    opacity: 1;
  }
}
