/* Final conversion hero: confident, useful, and grounded in the page's calm palette. */
.gb-final {
  position: relative;
  isolation: isolate;
  min-height: clamp(39rem, 48vw, 43rem);
  padding: clamp(6rem, 8vw, 8rem) max(2rem, calc((100vw - 1360px) / 2));
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: center;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 18% 46%, rgb(255 255 255 / 0.92), transparent 24rem),
    #edf3f7;
  color: #21364a;
  font-family: "Aptos", "Segoe UI", ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  text-align: left;
}

.gb-final-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  max-width: 50rem;
}

.gb-final h2 {
  max-width: none;
  margin: 0;
  color: #21364a;
  font-size: clamp(3.9rem, 6.4vw, 6.6rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.gb-final h2 span,
.gb-final h2 em {
  display: block;
}

.gb-final h2 span {
  white-space: nowrap;
}

.gb-final h2 em {
  color: var(--page-blue);
  font-style: normal;
}

.gb-final-subtitle {
  max-width: 31rem;
  margin: 1.9rem 0 0;
  color: #566d80;
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  font-weight: 400;
  line-height: 1.55;
}

.gb-final-cta {
  min-width: min(100%, 15rem);
  min-height: 4.25rem;
  margin-top: 2.6rem;
  padding: 1rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1746b6;
  border-radius: 0.6rem;
  background: #1746b6;
  box-shadow: 0 12px 26px rgb(23 70 182 / 0.18);
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.gb-final-cta:hover {
  border-color: #10368e;
  background: #10368e;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgb(23 70 182 / 0.23);
}

.gb-final-logo {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  min-height: 28rem;
  display: grid;
  align-items: center;
  justify-items: end;
}

.gb-final-logo img {
  width: min(27vw, 24rem);
  height: auto;
  display: block;
  opacity: 1;
  transform: rotate(-1deg);
}

@media (max-width: 900px) {
  .gb-final {
    min-height: 39rem;
    padding: 6rem 2rem;
    grid-template-columns: minmax(13rem, 0.45fr) minmax(0, 1fr);
    gap: 1.75rem;
  }

  .gb-final h2 {
    font-size: clamp(3.5rem, 8.2vw, 5rem);
  }

  .gb-final-logo {
    min-height: 22rem;
  }

  .gb-final-logo img {
    width: min(28vw, 15.5rem);
    transform: rotate(-1deg);
  }
}

@media (max-width: 640px) {
  .gb-final {
    min-height: auto;
    padding: 5rem 1.1rem 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .gb-final-copy {
    width: 100%;
  }

  .gb-final h2 {
    font-size: clamp(2.65rem, 12vw, 3.25rem);
  }

  .gb-final-subtitle {
    max-width: 18rem;
    font-size: 1.02rem;
  }

  .gb-final-cta {
    width: 100%;
    min-width: 0;
  }

  .gb-final-logo {
    position: static;
    order: -1;
    min-height: 0;
    margin-bottom: 2rem;
    align-self: flex-start;
  }

  .gb-final-logo img {
    width: 8.25rem;
    transform: rotate(-1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gb-final-cta {
    transition: none;
  }
}

/* Minimal legal footer continuing the CTA field. */
.gb-footer {
  min-height: auto;
  padding: 1.75rem max(2rem, calc((100vw - 1360px) / 2));
  display: block;
  border-top: 1px solid #d4dfe7;
  background: #ffffff;
}

.gb-footer nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: auto;
  gap: 0.65rem;
}

.gb-footer nav a {
  padding: 0;
  color: #4e6680;
  font-size: 0.86rem;
  font-weight: 500;
  text-decoration: none;
}

.gb-footer nav a:hover {
  color: #1746b6;
}

.gb-footer nav span {
  color: #8999a8;
  font-size: 1.15rem;
  line-height: 1;
}

@media (max-width: 640px) {
  .gb-footer {
    padding: 1.55rem 1.1rem;
  }

  .gb-footer nav {
    gap: 0.5rem;
  }

  .gb-footer nav a {
    font-size: 0.78rem;
  }
}
