/* 05 — CITRON BAND + CTA (V3). Section Y 3105.1..4072.4 (h 967.3). */
.s-cta { height: 970px; }

.s-cta__band {
  position: absolute;
  left: 3px; top: 0;
  width: 1912px; height: 88.68px;
  border-radius: 200px;
  background: var(--c-citron);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-cta__bandtext {
  margin: 0;
  max-width: 1613px;
  font-family: "Marund3222";
  font-size: 36px;
  line-height: 0.983;
  text-transform: uppercase;
  text-align: center;
  color: #3f4618;
}

.s-cta__card {
  position: absolute;
  left: 3px; top: 91.7px;   /* y3196.8 */
  width: 1911.95px; height: 875.58px;
  border-radius: 40px;
  overflow: hidden;
  background: var(--c-pink);
}

/* the rotating flower (designed: continuous rotation, 6.345s cohort) */
.s-cta__flower {
  position: absolute;
  left: 50%; top: 50%;
  width: 1560px; height: 1609px;  /* natural aspect */
  margin: -804.5px 0 0 -780px;
  pointer-events: none;
  will-change: transform;
}
.s-cta__flower img {
  width: 100%; height: 100%;
  display: block;
  opacity: 0.9;
}

.s-cta__headline {
  position: absolute;
  left: 50%; top: 322px;    /* center y3518.5 - 3196.8 ≈ 321.7 */
  transform: translate(-50%, -50%);
  margin: 0;
  width: 500px;
  font-family: "Marund3222";
  font-weight: 400;
  font-size: 64px;
  line-height: 0.983;
  text-align: center;
  text-transform: uppercase;
  color: #424b0f;
}

.s-cta__buttons {
  position: absolute;
  left: 50%; top: 461px;    /* y3658 - 3196.8 */
  transform: translateX(-50%);
  width: 451.72px; height: 148px;
}
.s-cta__btn-art {
  position: absolute;
  left: -9px; top: 0;
  width: 472px; height: 148px;
  pointer-events: none;
}
.s-cta__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Marund3222";
  font-size: 32.17px;
  text-transform: uppercase;
  color: #3f4618;
  border-radius: 999px;
  overflow: hidden;
}
.s-cta__btn span { position: relative; z-index: 1; transition: color 0.3s var(--ease-gp); }
.s-cta__btn-fill {
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: #3f4618;
  transform: scaleY(0);
  pointer-events: none;
}
.s-cta__btn.is-filled span { color: var(--c-pink); }
.s-cta__btn--contact { left: 76px; top: 8px; width: 300px; height: 52px; }
.s-cta__btn--pdf { left: -9px; top: 96px; width: 472px; height: 52px; }


