/* ==========================================================================
   Service — CTA, all 5 variants, one file.
   Each variant was built from its own reference screenshot and is visually
   distinct enough that (unlike Hero) they don't share a base class
   language — each gets its own `.svc-ctaN-*` namespace. `.magnetic-button`
   (sitewide, main.js) supplies the cursor-follow hover on every button
   here; `.scroll-reveal` (sitewide) supplies the entrance — neither needs
   any CTA-specific JS.
   ========================================================================== */

/* ==========================================================================
   Variant 1 — orange gradient card, two dark pill buttons, concentric-ring
   decoration bleeding off the right edge.
   ========================================================================== */

/* .svc-cta1 {
  padding: 48px 0;
} */

.svc-cta1-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 32px;
  padding: 56px 64px;
  background: linear-gradient(120deg, #fb6d2c 0%, #f68a34 45%, #fdbb7d 100%);
  box-shadow: 0 40px 90px -30px rgba(251, 109, 44, 0.45);
}

.svc-cta1-rings {
  position: absolute;
  top: 50%;
  right: -160px;
  z-index: 0;
  width: 560px;
  height: 560px;
  transform: translateY(-50%);
  pointer-events: none;
}

.svc-cta1-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.svc-cta1-ring:nth-child(1) { inset: 22%; }
.svc-cta1-ring:nth-child(2) { inset: 11%; border-color: rgba(255, 255, 255, 0.26); }
.svc-cta1-ring:nth-child(3) { inset: 0%; border-color: rgba(255, 255, 255, 0.18); }
.svc-cta1-ring:nth-child(4) { inset: -14%; border-color: rgba(255, 255, 255, 0.1); }

.svc-cta1-content {
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.svc-cta1-title {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.svc-cta1-desc {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 360px;
}

.svc-cta1-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.svc-cta1-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 10px 13px 22px;
  border-radius: 999px;
  background: #0d0d10;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.svc-cta1-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.svc-cta1-btn-icon svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 900px) {
  .svc-cta1-card {
    padding: 44px 36px;
  }

  .svc-cta1-title {
    font-size: 28px;
  }

  .svc-cta1-rings {
    right: -220px;
  }
}

@media (max-width: 560px) {
  .svc-cta1-card {
    padding: 36px 24px;
    border-radius: 24px;
  }

  .svc-cta1-title {
    font-size: 24px;
  }

  .svc-cta1-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .svc-cta1-btn {
    justify-content: space-between;
  }

  .svc-cta1-rings {
    display: none;
  }
}

/* ==========================================================================
   Variant 2 — full-bleed blue gradient banner, content left / team photo
   right, white pill button with a phone icon.
   ========================================================================== */

/* .svc-cta2 {
  padding: 48px 0;
} */

.svc-cta2-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-radius: 28px;
  background: linear-gradient(120deg, #1c3fac 0%, #3568f2 60%, #6fa8f5 100%);
  box-shadow: 0 40px 90px -30px rgba(28, 63, 172, 0.45);
}

.svc-cta2-card.has-image {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.svc-cta2-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 64px 56px;
}

.svc-cta2-title {
  margin: 0;
  max-width: 460px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
}

.svc-cta2-title .bold-text,
.svc-cta2-title strong {
  font-weight: 700;
}

.svc-cta2-desc {
  margin: 0;
  max-width: 460px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.svc-cta2-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 15px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #163a9e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.svc-cta2-btn-icon {
  display: flex;
}

.svc-cta2-btn-icon svg {
  width: 16px;
  height: 16px;
}

.svc-cta2-media {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.svc-cta2-media-shape {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(111, 168, 245, 0.4) 0%, transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.25), transparent 60%);
}

.svc-cta2-media-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 900px) {
  .svc-cta2-card.has-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .svc-cta2-content {
    padding: 48px 32px;
  }

  .svc-cta2-media {
    min-height: 280px;
  }

  .svc-cta2-title {
    font-size: 26px;
  }
}

@media (max-width: 560px) {
  .svc-cta2-card {
    border-radius: 22px;
  }

  .svc-cta2-content {
    padding: 40px 24px;
  }

  .svc-cta2-title {
    font-size: 22px;
  }
}

/* ==========================================================================
   Variant 3 — white outer card holding a smaller centered purple gradient
   "card in card" panel; content left, buttons right, a thin curved arrow
   pointing from copy to the primary button.
   ========================================================================== */

.svc-cta3 {
  padding: 80px 0;
  background: #ffffff;
}

.svc-cta3-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 980px;
  margin: 0 auto;
  padding: 44px 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, #7c5cf0 0%, #6a4ce8 100%);
  box-shadow: 0 30px 70px -24px rgba(106, 76, 232, 0.5);
}

.svc-cta3-content {
  flex: 1 1 320px;
  max-width: 460px;
}

.svc-cta3-title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
}

.svc-cta3-desc {
  margin: 12px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.svc-cta3-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 0 0 auto;
}

.svc-cta3-arrow {
  position: absolute;
  right: 100%;
  bottom: 46px;
  width: 130px;
  height: auto;
  margin-right: 10px;
  pointer-events: none;
}

.svc-cta3-btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #4a35c9;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.svc-cta3-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 4px;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}

.svc-cta3-link svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 900px) {

  .svc-cta3-inner {
    padding: 36px 32px;
  }

  .svc-cta3-arrow {
    display: none;
  }
}

@media (max-width: 640px) {

  .svc-cta3-inner {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    padding: 32px 24px;
  }

  .svc-cta3-title {
    font-size: 24px;
  }

  .svc-cta3-actions {
    width: 100%;
    align-items: stretch;
  }

  .svc-cta3-btn {
    justify-content: center;
  }
}

/* ==========================================================================
   Variant 4 — full-bleed bright yellow banner, dark heading with an accent
   phrase, blue pill button, photo over a circular blob on the right.
   ========================================================================== */

/* .svc-cta4 {
  padding: 48px 0;
} */

.svc-cta4-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  border-radius: 28px;
  background: #fbe20a;
}

.svc-cta4-card.has-image {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.svc-cta4-content {
  position: relative;
  z-index: 1;
  padding: 56px;
}

.svc-cta4-title {
  margin: 0;
  max-width: 460px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #0d0d10;
}

.svc-cta4-title .svc-cta-accent {
  color: #2f5fe6;
  font-weight: 700;
}

.svc-cta4-desc {
  margin: 16px 0 0;
  max-width: 440px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(13, 13, 16, 0.72);
}

.svc-cta4-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #2f5fe6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.svc-cta4-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
}

.svc-cta4-media-blob {
  position: absolute;
  top: 50%;
  right: -10%;
  width: 70%;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f5951f;
}

.svc-cta4-media-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .svc-cta4-card.has-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .svc-cta4-content {
    padding: 44px 32px 0;
  }

  .svc-cta4-media {
    min-height: 260px;
  }

  .svc-cta4-title {
    font-size: 26px;
  }
}

@media (max-width: 560px) {
  .svc-cta4-card {
    border-radius: 22px;
  }

  .svc-cta4-content {
    padding: 36px 24px 0;
  }

  .svc-cta4-title {
    font-size: 22px;
  }
}

/* ==========================================================================
   Variant 5 — compact white card, accent-highlighted heading, solid +
   outline pill buttons, small checkmarked guarantee list, organically
   clipped photo with floating stat chips.
   ========================================================================== */

/* .svc-cta5 {
  padding: 48px 0;
} */

.svc-cta5-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(4, 7, 13, 0.08);
  box-shadow: 0 30px 70px -28px rgba(4, 7, 13, 0.16);
  padding: 48px;
}

.svc-cta5-card.has-image {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.svc-cta5-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #04070d;
}

.svc-cta5-title .svc-cta-accent {
  color: #6d4aff;
}

.svc-cta5-desc {
  margin: 12px 0 0;
  max-width: 420px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(4, 7, 13, 0.6);
}

.svc-cta5-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.svc-cta5-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
}

.svc-cta5-btn svg {
  width: 15px;
  height: 15px;
}

.svc-cta5-btn--primary {
  background: #6d4aff;
  color: #ffffff;
}

.svc-cta5-btn--secondary {
  background: #ffffff;
  color: #04070d;
  border: 1px solid rgba(4, 7, 13, 0.16);
}

.svc-cta5-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.svc-cta5-checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(4, 7, 13, 0.68);
}

.svc-cta5-checklist li svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #16a34a;
}

.svc-cta5-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.svc-cta5-media-blob {
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
  border-radius: 62% 38% 55% 45% / 55% 45% 62% 38%;
}

.svc-cta5-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-cta5-chip {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(4, 7, 13, 0.08);
  box-shadow: 0 16px 36px -14px rgba(4, 7, 13, 0.28);
  font-size: 11.5px;
  font-weight: 700;
  color: #04070d;
  animation: svcCta5Float 5.5s ease-in-out infinite;
}

.svc-cta5-chip--1 {
  top: 10%;
  left: -6%;
  animation-delay: -1.2s;
}

.svc-cta5-chip--2 {
  bottom: 12%;
  right: -8%;
  animation-delay: -2.8s;
}

@keyframes svcCta5Float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.svc-cta5-chip-avatars {
  display: flex;
}

.svc-cta5-chip-avatar {
  width: 20px;
  height: 20px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: linear-gradient(135deg, #9a5ce8, #6d4aff);
}

.svc-cta5-chip-avatar:first-child {
  margin-left: 0;
}

.svc-cta5-chip-icon {
  display: flex;
  color: #6d4aff;
}

.svc-cta5-chip-icon svg {
  width: 16px;
  height: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .svc-cta5-chip {
    animation: none;
  }
}

@media (max-width: 900px) {
  .svc-cta5-card {
    padding: 36px;
  }

  .svc-cta5-card.has-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .svc-cta5-media {
    min-height: 260px;
  }

  .svc-cta5-chip--1 { left: 4%; }
  .svc-cta5-chip--2 { right: 4%; }
}

@media (max-width: 560px) {
  .svc-cta5-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .svc-cta5-title {
    font-size: 23px;
  }

  .svc-cta5-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .svc-cta5-btn {
    justify-content: center;
  }

  .svc-cta5-chip {
    font-size: 10.5px;
    padding: 8px 10px;
  }
}
