.final-cta {
  background: linear-gradient(180deg, #0a1628 0%, #0c2d6b 50%, #0a1628 100%);
  padding: 56px 0 0;
  overflow: hidden;
}

.final-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.final-cta__logo {
  width: 100px;
  height: 100px;
}

.final-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-inline-size: 1000px;
}

.final-cta__heading {
  font-family: 'Kanit', sans-serif;
  font-size: clamp(1.5rem, 1rem + 3vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-white);
}

.final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 48px;
  background: #f5a623;
  color: var(--color-text);
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.final-cta__button:hover {
  opacity: 0.9;
}

.final-cta__screenshot {
  width: 100%;
  max-width: 1200px;
  margin-top: -32px;
}

.final-cta__screenshot img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .final-cta__button {
    padding: 20px 32px;
    font-size: 1rem;
  }
}
