/* FINAL CTA */
.fcwrap {
  background: var(--k2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}
.fcbg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 70% 60% at 50% 50%,
      rgba(245, 160, 32, 0.12) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 40% at 10% 80%,
      rgba(27, 125, 184, 0.12) 0%,
      transparent 55%
    );
}
.fcin {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 24px 80px;
}
.fey {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--g);
  margin-bottom: 20px;
  padding: 6px 16px;
  background: rgba(255, 204, 0, 0.1);
  border: 1px solid rgba(255, 204, 0, 0.2);
  border-radius: 100px;
}
.ft {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.ft .fg {
  font-style: italic;
  background: linear-gradient(135deg, var(--o) 0%, var(--g) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fs {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--w3);
  max-width: 460px;
  margin: 0 auto 48px;
  line-height: 1.8;
}
.wabtn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #25d366;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 22px 56px;
  border-radius: 100px;
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  box-shadow:
    0 0 60px rgba(37, 211, 102, 0.3),
    0 4px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.wabtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.wabtn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 0 80px rgba(37, 211, 102, 0.45),
    0 10px 50px rgba(0, 0, 0, 0.4);
}
.wabtn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  flex-shrink: 0;
}
.ftrust {
  margin-top: 20px;
  font-size: 12px;
  color: var(--w3);
  letter-spacing: 0.04em;
}
