/* ================================
   HOME — GLOBAL
================================ */

.fl-container {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}

.fl-hero *,
.fl-home-paths *,
.fl-home-activities *,
.fl-home-news *,
.fl-home-join * {
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  .fl-container {
    width: min(100% - 64px, 1180px);
  }
}

@media (max-width: 767px) {
  .fl-container {
    width: 100%;
    padding-inline: 18px;
  }
}

/* ================================
   HOME — HERO
================================ */

.fl-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 68px 0 34px;
  background:
    radial-gradient(circle at 8% 22%, rgba(248, 201, 0, 0.16), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(0, 140, 163, 0.12), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(229, 0, 42, 0.06), transparent 22%),
    var(--fl-bg);
}

.fl-hero::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(248, 201, 0, 0.12);
  pointer-events: none;
}

.fl-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  grid-template-areas:
    "intro visual"
    "body visual";
  gap: 0 56px;
  align-items: center;
}

.fl-hero__intro {
  grid-area: intro;
  max-width: 680px;
}

.fl-hero__body {
  grid-area: body;
  max-width: 680px;
}

.fl-hero__title {
  margin: 0;
  color: var(--fl-text);
  font-size: clamp(2.7rem, 4.2vw, 4.35rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.fl-hero__text {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--fl-muted);
  font-size: 1.14rem;
  line-height: 1.72;
}

.fl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

/* ================================
   HERO — VISUAL DESKTOP
================================ */

.fl-hero__visual {
  grid-area: visual;
  position: relative;
  min-height: 510px;
}

.fl-hero__photos {
  position: relative;
  height: 510px;
}

.fl-hero__photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 8px solid #ffffff;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--fl-shadow-soft);
}

.fl-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fl-hero__photo--main {
  left: 4%;
  top: 86px;
  z-index: 4;
  width: 58%;
  height: 320px;
}

.fl-hero__photo--main img {
  object-position: center center;
}

.fl-hero__photo--top {
  right: 3%;
  top: 22px;
  z-index: 6;
  width: 42%;
  height: 180px;
  border-radius: 26px;
}

.fl-hero__photo--top img {
  object-position: center center;
}

.fl-hero__photo--middle {
  right: 4%;
  top: 270px;
  z-index: 2;
  width: 43%;
  height: 185px;
  border-radius: 26px;
}

.fl-hero__photo--middle img {
  object-position: center center;
}

.fl-hero__photo--bottom {
  left: 24%;
  bottom: 0;
  z-index: 1;
  width: 56%;
  height: 155px;
  border-radius: 26px;
}

.fl-hero__photo--bottom img {
  object-position: center 42%;
}

.fl-hero__shape {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 999px;
  pointer-events: none;
}

.fl-hero__shape--yellow {
  width: 220px;
  height: 220px;
  right: 10%;
  top: 54px;
  background: rgba(248, 201, 0, 0.20);
}

.fl-hero__shape--blue {
  width: 160px;
  height: 160px;
  left: 0;
  bottom: 62px;
  background: rgba(0, 140, 163, 0.12);
}

.fl-hero__shape--red {
  width: 28px;
  height: 28px;
  right: 5%;
  bottom: 86px;
  background: var(--fl-accent-red);
  opacity: 0.9;
}

/* ================================
   HERO — TABLETTE / MOBILE
   Ordre : titre → photos → paragraphe → boutons
================================ */

@media (max-width: 1180px) {
  .fl-hero {
    padding: 54px 0 56px;
  }

  .fl-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "visual"
      "body";
    gap: 34px;
  }

  .fl-hero__intro,
  .fl-hero__body {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
  }

  .fl-hero__title {
    max-width: 780px;
    margin-inline: auto;
  }

  .fl-hero__text {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .fl-hero__actions {
    justify-content: center;
  }

  .fl-hero__visual {
    width: 100%;
    max-width: 860px;
    min-height: 530px;
    margin-inline: auto;
  }

  .fl-hero__photos {
    height: 530px;
  }

  .fl-hero__photo--main {
    left: 5%;
    top: 90px;
    width: 58%;
    height: 330px;
  }

  .fl-hero__photo--top {
    right: 4%;
    top: 26px;
    width: 40%;
    height: 185px;
  }

  .fl-hero__photo--middle {
    right: 5%;
    top: 286px;
    width: 42%;
    height: 190px;
  }

  .fl-hero__photo--bottom {
    left: 24%;
    bottom: 0;
    width: 56%;
    height: 160px;
  }
}

@media (max-width: 920px) and (min-width: 768px) {
  .fl-hero {
    padding: 48px 0 56px;
  }

  .fl-hero__grid {
    gap: 32px;
  }

  .fl-hero__visual {
    max-width: 720px;
    min-height: 430px;
  }

  .fl-hero__photos {
    height: 430px;
  }

  .fl-hero__photo {
    border-width: 7px;
    box-shadow: 0 18px 44px rgba(37, 37, 42, 0.12);
  }

  .fl-hero__photo--main {
    left: 2%;
    top: 28px;
    z-index: 3;
    width: 72%;
    height: 300px;
    border-radius: 30px;
  }

  .fl-hero__photo--top,
  .fl-hero__photo--bottom {
    display: none;
  }

  .fl-hero__photo--middle {
    right: 0;
    left: auto;
    top: 228px;
    z-index: 5;
    width: 44%;
    height: 150px;
    border-radius: 24px;
  }

  .fl-hero__shape--yellow {
    width: 210px;
    height: 210px;
    right: -40px;
    top: -8px;
    background: rgba(248, 201, 0, 0.18);
  }

  .fl-hero__shape--blue {
    width: 150px;
    height: 150px;
    left: -34px;
    bottom: 54px;
    background: rgba(0, 140, 163, 0.11);
  }

  .fl-hero__shape--red {
    width: 24px;
    height: 24px;
    right: 18%;
    bottom: 32px;
  }

  .fl-hero__title {
    max-width: 680px;
    font-size: clamp(2.5rem, 6vw, 3.35rem);
  }

  .fl-hero__text {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .fl-hero {
    padding: 28px 0 42px;
  }

  .fl-hero::before {
    display: none;
  }

  .fl-hero__grid {
    gap: 28px;
  }

  .fl-hero__visual {
    width: 100%;
    max-width: 520px;
    min-height: 292px;
    margin: 0 auto;
  }

  .fl-hero__photos {
    position: relative;
    height: 292px;
  }

  .fl-hero__photo--top,
  .fl-hero__photo--bottom {
    display: none;
  }

  .fl-hero__photo {
    border-width: 6px;
    box-shadow: 0 16px 38px rgba(37, 37, 42, 0.13);
  }

  .fl-hero__photo--main {
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    width: 88%;
    height: 248px;
    border-radius: 28px;
  }

  .fl-hero__photo--middle {
    display: block;
    right: 0;
    left: auto;
    top: 152px;
    z-index: 4;
    width: 46%;
    height: 126px;
    border-radius: 22px;
  }

  .fl-hero__shape--yellow {
    width: 168px;
    height: 168px;
    right: -34px;
    top: -18px;
    background: rgba(248, 201, 0, 0.18);
  }

  .fl-hero__shape--blue {
    width: 126px;
    height: 126px;
    left: -28px;
    bottom: 18px;
    background: rgba(0, 140, 163, 0.11);
  }

  .fl-hero__shape--red {
    width: 22px;
    height: 22px;
    right: 18%;
    bottom: 16px;
  }

  .fl-hero__title {
    max-width: 430px;
    margin-inline: auto;
    font-size: clamp(1.98rem, 9.4vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
  }

  .fl-hero__text {
    max-width: 430px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.62;
  }

  .fl-hero__actions {
    flex-direction: column;
    gap: 12px;
    max-width: 360px;
    margin: 24px auto 0;
  }

  .fl-hero__actions .fl-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fl-hero {
    padding: 24px 0 38px;
  }

  .fl-hero__visual {
    min-height: 264px;
  }

  .fl-hero__photos {
    height: 264px;
  }

  .fl-hero__photo--main {
    width: 90%;
    height: 224px;
    border-radius: 24px;
  }

  .fl-hero__photo--middle {
    top: 140px;
    width: 48%;
    height: 112px;
    border-radius: 20px;
  }

  .fl-hero__title {
    font-size: clamp(1.9rem, 10vw, 2.45rem);
  }

  .fl-hero__text {
    font-size: 0.97rem;
  }
}

/* ================================
   TITRES DE SECTION GÉNÉRIQUES
================================ */

.fl-section-heading {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.fl-section-title {
  margin: 0;
  color: var(--fl-text);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.fl-section-intro {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--fl-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

/* ================================
   HOME — PATHS / ORIENTATION
================================ */

.fl-home-paths {
  position: relative;
  overflow: hidden;
  padding: 74px 0 78px;
  background: #FCFBF7;
}

.fl-home-paths::before {
  content: "";
  position: absolute;
  left: -180px;
  top: -190px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: rgba(0, 140, 163, 0.045);
  pointer-events: none;
}

.fl-home-paths::after {
  content: "";
  position: absolute;
  right: -210px;
  bottom: -230px;
  width: 430px;
  height: 430px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.055);
  pointer-events: none;
}

.fl-home-paths .fl-container {
  position: relative;
  z-index: 1;
}

.fl-home-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fl-home-path-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 28px;
  border: 1px solid rgba(233, 226, 211, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(37, 37, 42, 0.045);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.fl-home-path-card::before {
  content: "";
  position: absolute;
  right: -78px;
  top: -82px;
  width: 165px;
  height: 165px;
  border-radius: 999px;
  background: rgba(0, 140, 163, 0.075);
  transition: transform 0.22s ease;
}

.fl-home-path-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 140, 163, 0.22);
  box-shadow: 0 22px 48px rgba(37, 37, 42, 0.075);
}

.fl-home-path-card:hover::before {
  transform: scale(1.06);
}

.fl-home-path-card--activities::before {
  background: rgba(0, 140, 163, 0.08);
}

.fl-home-path-card--events::before {
  background: rgba(248, 201, 0, 0.14);
}

.fl-home-path-card--signup::before {
  background: rgba(229, 0, 42, 0.065);
}

.fl-home-path-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--fl-primary);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 140, 163, 0.18);
}

.fl-home-path-card--events .fl-home-path-card__icon {
  background: var(--fl-secondary);
  color: #2e2600;
  box-shadow: 0 12px 26px rgba(248, 201, 0, 0.22);
}

.fl-home-path-card--signup .fl-home-path-card__icon {
  background: var(--fl-accent-red);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(229, 0, 42, 0.16);
}

.fl-home-path-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.fl-home-path-card__title {
  margin: 0;
  color: var(--fl-text);
  font-size: 1.38rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.fl-home-path-card__text {
  margin: 16px 0 0;
  color: var(--fl-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.fl-home-path-card__text--mobile {
  display: none;
}

.fl-home-path-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: var(--fl-primary);
  font-weight: 900;
  text-decoration: none;
  transition:
    gap 0.2s ease,
    color 0.2s ease;
}

.fl-home-path-card__link:hover {
  gap: 12px;
  color: var(--fl-primary-hover);
}

.fl-home-path-card--events .fl-home-path-card__link {
  color: #7a6400;
}

.fl-home-path-card--events .fl-home-path-card__link:hover {
  color: #5f4e00;
}

.fl-home-path-card--signup .fl-home-path-card__link {
  color: var(--fl-accent-red);
}

.fl-home-path-card--signup .fl-home-path-card__link:hover {
  color: #ba001f;
}

/* ================================
   PATHS — RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .fl-home-paths {
    padding: 66px 0 70px;
  }

  .fl-home-paths__grid {
    gap: 18px;
  }

  .fl-home-path-card {
    min-height: 280px;
    padding: 24px;
    border-radius: 26px;
  }

  .fl-home-path-card__title {
    font-size: 1.26rem;
  }

  .fl-home-path-card__text {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .fl-home-paths {
    padding: 42px 0 48px;
    background: #FCFBF7;
  }

  .fl-home-paths::before,
  .fl-home-paths::after {
    display: none;
  }

  .fl-section-heading {
    max-width: 100%;
    margin: 0 0 24px;
    text-align: center;
  }

  .fl-section-title {
    font-size: clamp(1.72rem, 7.4vw, 2.12rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
  }

  .fl-section-intro {
    max-width: 100%;
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.58;
    text-align: left;
  }

  .fl-home-paths__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fl-home-path-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: flex-start;
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(37, 37, 42, 0.045);
  }

  .fl-home-path-card:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(37, 37, 42, 0.045);
  }

  .fl-home-path-card::before {
    right: -64px;
    top: -78px;
    width: 150px;
    height: 150px;
    opacity: 0.68;
  }

  .fl-home-path-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    border-radius: 16px;
    font-size: 1.05rem;
    box-shadow: none;
  }

  .fl-home-path-card__content {
    display: block;
    text-align: left;
  }

  .fl-home-path-card__title {
    font-size: 1.12rem;
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .fl-home-path-card__text {
    margin-top: 7px;
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .fl-home-path-card__text--desktop {
    display: none;
  }

  .fl-home-path-card__text--mobile {
    display: block;
  }

  .fl-home-path-card__link {
    margin-top: 10px;
    padding-top: 0;
    font-size: 0.93rem;
  }
}

@media (max-width: 480px) {
  .fl-home-paths {
    padding: 38px 0 44px;
  }

  .fl-section-title {
    font-size: clamp(1.62rem, 7.7vw, 2rem);
  }

  .fl-section-intro {
    font-size: 0.92rem;
  }

  .fl-home-path-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border-radius: 20px;
  }

  .fl-home-path-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    font-size: 1rem;
  }

  .fl-home-path-card__title {
    font-size: 1.06rem;
  }

  .fl-home-path-card__text,
  .fl-home-path-card__link {
    font-size: 0.9rem;
  }
}

/* ================================
   HOME — ACTIVITIES PREVIEW PHOTO
================================ */

.fl-home-activities {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    linear-gradient(180deg, rgba(238, 244, 238, 0.96), rgba(246, 248, 241, 0.96)),
    #EEF4EE;
}

.fl-home-activities::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -210px;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  background: rgba(0, 140, 163, 0.045);
  pointer-events: none;
}

.fl-home-activities::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -220px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.055);
  pointer-events: none;
}

.fl-home-activities .fl-container {
  position: relative;
  z-index: 1;
}

.fl-home-activities__heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.fl-home-activities__heading .fl-section-intro {
  margin-left: auto;
  margin-right: auto;
}

.fl-home-activities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fl-home-activities__action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.fl-activity-feature-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(218, 224, 211, 0.95);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(37, 37, 42, 0.055);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.fl-activity-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 140, 163, 0.20);
  box-shadow: 0 24px 54px rgba(37, 37, 42, 0.09);
}

.fl-activity-feature-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--fl-bg-soft);
  text-decoration: none;
}

.fl-activity-feature-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(37, 37, 42, 0.02),
      rgba(37, 37, 42, 0.12)
    );
  pointer-events: none;
}

.fl-activity-feature-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.fl-activity-feature-card:hover .fl-activity-feature-card__media img {
  transform: scale(1.045);
}

.fl-activity-feature-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.fl-activity-feature-card__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 13px;
  border-radius: var(--fl-radius-pill);
  background: rgba(0, 140, 163, 0.09);
  color: var(--fl-primary);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fl-activity-feature-card:nth-child(2) .fl-activity-feature-card__label {
  background: rgba(248, 201, 0, 0.16);
  color: #7a6400;
}

.fl-activity-feature-card:nth-child(3) .fl-activity-feature-card__label {
  background: rgba(229, 0, 42, 0.08);
  color: var(--fl-accent-red);
}

.fl-activity-feature-card__title {
  margin: 0;
  color: var(--fl-text);
  font-size: 1.45rem;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.fl-activity-feature-card__text {
  margin: 16px 0 0;
  color: var(--fl-muted);
  font-size: 1rem;
  line-height: 1.66;
}

/* ================================
   ACTIVITIES — RESPONSIVE
================================ */

@media (max-width: 1100px) {
  .fl-home-activities {
    padding: 78px 0 82px;
  }

  .fl-home-activities__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 680px;
    margin-inline: auto;
  }

  .fl-activity-feature-card {
    display: flex;
  }

  .fl-activity-feature-card__media {
    aspect-ratio: 16 / 8.8;
  }

  .fl-activity-feature-card__content {
    padding: 22px;
  }

  .fl-activity-feature-card__title {
    font-size: 1.26rem;
  }

  .fl-activity-feature-card__text {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .fl-home-activities {
    padding: 54px 0 58px;
    background: #EEF4EE;
  }

  .fl-home-activities::before,
  .fl-home-activities::after {
    display: none;
  }

  .fl-home-activities__heading {
    max-width: 100%;
    margin-bottom: 26px;
    text-align: center;
  }

  .fl-home-activities__heading .fl-section-intro {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .fl-home-activities__grid {
    gap: 16px;
    max-width: 100%;
  }

  .fl-activity-feature-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 26px rgba(37, 37, 42, 0.055);
  }

  .fl-activity-feature-card:hover {
    transform: none;
    box-shadow: 0 10px 26px rgba(37, 37, 42, 0.055);
  }

  .fl-activity-feature-card:hover .fl-activity-feature-card__media img {
    transform: none;
  }

  .fl-activity-feature-card__content {
    padding: 18px 20px 20px;
    text-align: left;
  }

  .fl-activity-feature-card__label {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  .fl-activity-feature-card__title {
    font-size: 1.18rem;
    line-height: 1.18;
    letter-spacing: -0.035em;
  }

  .fl-activity-feature-card__text {
    margin-top: 10px;
    font-size: 0.93rem;
    line-height: 1.52;
  }

  .fl-home-activities__action {
    margin-top: 24px;
  }

  .fl-home-activities__action .fl-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fl-home-activities {
    padding: 50px 0 54px;
  }

  .fl-activity-feature-card {
    border-radius: 22px;
  }

  .fl-activity-feature-card__content {
    padding: 18px;
  }

  .fl-activity-feature-card__title {
    font-size: 1.12rem;
  }

  .fl-activity-feature-card__text {
    font-size: 0.9rem;
  }
}

/* ================================
   HOME — NEWS / TEMPS FORTS
================================ */

.fl-home-news {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background: #FFFFFF;
}

.fl-home-news::before {
  content: "";
  position: absolute;
  right: -210px;
  top: -220px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(0, 140, 163, 0.04);
  pointer-events: none;
}

.fl-home-news::after {
  content: "";
  position: absolute;
  left: -190px;
  bottom: -230px;
  width: 400px;
  height: 400px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.045);
  pointer-events: none;
}

.fl-home-news .fl-container {
  position: relative;
  z-index: 1;
}

.fl-home-news__heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.fl-home-news__heading .fl-section-intro {
  margin-left: auto;
  margin-right: auto;
}

.fl-home-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.fl-news-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  border: 1px solid rgba(233, 226, 211, 0.95);
  border-radius: 30px;
  background: rgba(255, 253, 247, 0.76);
  box-shadow: 0 14px 34px rgba(37, 37, 42, 0.048);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.fl-news-card__media {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--fl-bg-soft);
	text-decoration: none;
}

.fl-news-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.32s ease;
}


.fl-news-card--featured .fl-news-card__media {
	aspect-ratio: 16 / 9;
}

.fl-news-card--has-image:hover
.fl-news-card__media img {
	transform: scale(1.035);
}

.fl-news-card--has-image.fl-news-card--featured
.fl-news-card__body {
	justify-content: flex-start;
	padding: 30px 34px 34px;
}

.fl-news-card--has-image.fl-news-card--featured
.fl-news-card__title {
	font-size: clamp(1.65rem, 2.5vw, 2.25rem);
	line-height: 1.1;
}

.fl-news-card::before {
  content: "";
  position: absolute;
  right: -74px;
  top: -84px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.11);
  pointer-events: none;
  transition: transform 0.22s ease;
}

.fl-news-card:nth-child(3)::before {
  background: rgba(229, 0, 42, 0.055);
}

.fl-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 140, 163, 0.20);
  box-shadow: 0 22px 48px rgba(37, 37, 42, 0.075);
}

.fl-news-card:hover::before {
  transform: scale(1.08);
}

.fl-news-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px;
}

.fl-news-card--featured {
  min-height: 360px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 140, 163, 0.06), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 247, 0.94));
}

.fl-news-card--featured::before {
  right: -92px;
  top: -96px;
  width: 230px;
  height: 230px;
  background: rgba(0, 140, 163, 0.075);
}

.fl-news-card--featured::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -140px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.085);
  pointer-events: none;
}

.fl-news-card--featured .fl-news-card__body {
  justify-content: center;
  padding: 38px;
}

.fl-news-card--featured .fl-news-card__title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.04;
}

.fl-news-card__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border-radius: var(--fl-radius-pill);
  background: rgba(0, 140, 163, 0.09);
  color: var(--fl-primary);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fl-news-card:nth-child(2) .fl-news-card__label {
  background: rgba(248, 201, 0, 0.16);
  color: #7a6400;
}

.fl-news-card:nth-child(3) .fl-news-card__label {
  background: rgba(229, 0, 42, 0.08);
  color: var(--fl-accent-red);
}

.fl-news-card__title {
  margin: 0;
  color: var(--fl-text);
  font-size: 1.45rem;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.fl-news-card__text {
  margin: 16px 0 0;
  color: var(--fl-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.fl-news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 26px;
  color: var(--fl-primary);
  font-weight: 900;
  text-decoration: none;
  transition:
    gap 0.2s ease,
    color 0.2s ease;
}

.fl-news-card__link:hover {
  gap: 12px;
  color: var(--fl-primary-hover);
}

.fl-news-card:nth-child(2) .fl-news-card__link {
  color: #7a6400;
}

.fl-news-card:nth-child(2) .fl-news-card__link:hover {
  color: #5f4e00;
}

.fl-news-card:nth-child(3) .fl-news-card__link {
  color: var(--fl-accent-red);
}

.fl-news-card:nth-child(3) .fl-news-card__link:hover {
  color: #ba001f;
}

.fl-home-news__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 38px;
}

/* ================================
   NEWS — RESPONSIVE
================================ */

@media (max-width: 1100px) {
  .fl-home-news {
    padding: 78px 0 82px;
  }

  .fl-home-news__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 640px;
    margin-inline: auto;
  }

  .fl-news-card,
  .fl-news-card--featured {
    min-height: auto;
  }

  .fl-news-card__body,
  .fl-news-card--featured .fl-news-card__body {
    padding: 30px;
  }

  .fl-news-card--featured .fl-news-card__title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
}

@media (max-width: 767px) {
  .fl-home-news {
    padding: 56px 0 60px;
    background: #FFFFFF;
  }

  .fl-home-news::before,
  .fl-home-news::after {
    display: none;
  }

  .fl-home-news__heading {
    max-width: 100%;
    margin-bottom: 28px;
    text-align: center;
  }

  .fl-home-news__heading .fl-section-intro {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .fl-home-news__grid {
    gap: 16px;
    max-width: 100%;
  }

  .fl-news-card {
    min-height: auto;
    border-radius: 24px;
    background: rgba(255, 253, 247, 0.88);
    box-shadow: 0 10px 24px rgba(37, 37, 42, 0.045);
  }
  .fl-news-card__media,
  .fl-news-card--featured .fl-news-card__media {
    aspect-ratio: 16 / 9;
  }

  .fl-news-card--has-image:hover
  .fl-news-card__media img {
    transform: none;
  }

  .fl-news-card:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(37, 37, 42, 0.045);
  }

  .fl-news-card::before {
    right: -74px;
    top: -88px;
    width: 165px;
    height: 165px;
    opacity: 0.72;
  }

  .fl-news-card--featured::after {
    display: none;
  }

  .fl-news-card__body,
  .fl-news-card--featured .fl-news-card__body {
    padding: 22px;
  }

  .fl-news-card__label {
    margin-bottom: 13px;
    padding: 7px 12px;
    font-size: 0.72rem;
  }

  .fl-news-card__title,
  .fl-news-card--featured .fl-news-card__title {
    font-size: 1.24rem;
    line-height: 1.16;
    letter-spacing: -0.035em;
  }

  .fl-news-card__text {
    margin-top: 11px;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .fl-news-card__link {
    margin-top: 16px;
    padding-top: 0;
    font-size: 0.94rem;
  }

  .fl-home-news__action {
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  margin: 24px auto 0;
}

  .fl-home-news__action .fl-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fl-home-news {
    padding: 50px 0 54px;
  }

  .fl-news-card__body,
  .fl-news-card--featured .fl-news-card__body {
    padding: 20px;
  }

  .fl-news-card__title,
  .fl-news-card--featured .fl-news-card__title {
    font-size: 1.14rem;
  }

  .fl-news-card__text,
  .fl-news-card__link {
    font-size: 0.9rem;
  }
}

/* ================================
   HOME — JOIN / INSCRIPTIONS
================================ */

.fl-home-join {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  background:
    radial-gradient(circle at 8% 20%, rgba(248, 201, 0, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #008CA3, #006F82);
}

.fl-home-join::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -180px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.fl-home-join::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.16);
  pointer-events: none;
}

.fl-home-join .fl-container {
  position: relative;
  z-index: 1;
}

.fl-home-join__card {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin-inline: auto;
  padding: 72px 46px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 64px rgba(0, 53, 63, 0.18);
  backdrop-filter: blur(8px);
  text-align: center;
}

.fl-home-join__card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.fl-home-join__card::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.14);
  pointer-events: none;
}

.fl-home-join__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fl-home-join__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 9px 15px;
  border-radius: var(--fl-radius-pill);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fl-home-join__title {
  max-width: 750px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.fl-home-join__text {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
}

.fl-home-join__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.fl-home-join .fl-button--primary {
  background: #ffffff;
  color: var(--fl-primary);
  box-shadow: 0 16px 34px rgba(0, 53, 63, 0.18);
}

.fl-home-join .fl-button--primary:hover {
  background: var(--fl-secondary);
  color: #2e2600;
}

.fl-home-join .fl-button--outline {
  border-color: rgba(255, 255, 255, 0.82);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.fl-home-join .fl-button--outline:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

/* ================================
   JOIN — RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .fl-home-join {
    padding: 78px 0 82px;
  }

  .fl-home-join__card {
    padding: 62px 38px;
    border-radius: 32px;
  }
}

@media (max-width: 767px) {
  .fl-home-join {
    padding: 56px 0 60px;
    background:
      radial-gradient(circle at 110% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
      radial-gradient(circle at -10% 100%, rgba(248, 201, 0, 0.14), transparent 30%),
      linear-gradient(135deg, #008CA3, #006F82);
  }

  .fl-home-join::before,
  .fl-home-join::after {
    display: none;
  }

  .fl-home-join__card {
    padding: 42px 24px;
    border-radius: 28px;
    backdrop-filter: none;
  }

  .fl-home-join__card::before {
    right: -140px;
    top: -150px;
    opacity: 0.8;
  }

  .fl-home-join__card::after {
    display: none;
  }

  .fl-home-join__label {
    margin-bottom: 8px;
    padding: 8px 13px;
    font-size: 0.72rem;
  }

  .fl-home-join__title {
    max-width: 750px;
    font-size: clamp(2rem, 8.5vw, 2.75rem);
    line-height: 1.07;
  }

  .fl-home-join__text {
    max-width: 100%;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .fl-home-join__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 26px;
  }

  .fl-home-join__actions .fl-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fl-home-join {
    padding: 50px 0 54px;
  }

  .fl-home-join__card {
    padding: 38px 22px;
    border-radius: 24px;
  }

  .fl-home-join__title {
    font-size: clamp(1.82rem, 8.8vw, 2.35rem);
  }

  .fl-home-join__text {
    font-size: 0.92rem;
  }
}

/* ==========================================================
   SECTION — ASSOCIATION / BÉNÉVOLES
========================================================== */

.fl-home-association {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(180deg, #f9f5ed 0%, #f6f2e9 100%);
  overflow: hidden;
}

.fl-home-association::before,
.fl-home-association::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.fl-home-association::before {
  width: 220px;
  height: 220px;
  top: -70px;
  left: -80px;
  background: rgba(248, 201, 0, 0.16);
}

.fl-home-association::after {
  width: 220px;
  height: 220px;
  right: -90px;
  bottom: -60px;
  background: rgba(0, 140, 163, 0.10);
}

.fl-home-association .fl-container {
  position: relative;
  z-index: 1;
}

.fl-home-association__card {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(200, 157, 102, 0.20);
  border-radius: 38px;
  box-shadow: 0 24px 60px rgba(34, 58, 82, 0.08);
  padding: 42px;
  overflow: hidden;
}

.fl-home-association__card::before,
.fl-home-association__card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.fl-home-association__card::before {
  width: 180px;
  height: 180px;
  top: -55px;
  right: -45px;
  background: rgba(19, 133, 224, 0.10);
}

.fl-home-association__card::after {
  width: 170px;
  height: 170px;
  bottom: -70px;
  left: -30px;
  background: rgba(248, 201, 0, 0.12);
}

.fl-home-association__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(19, 133, 224, 0.10);
  color: #008ca3;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fl-home-association__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: center;
}

.fl-home-association__content {
  max-width: 620px;
}

.fl-home-association__title {
  margin: 0 0 28px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #1f2a44;
}

.fl-home-association__text-wrap {
  max-width: 620px;
}

.fl-home-association__text {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.75;
  color: #5a6478;
}

.fl-home-association__action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.fl-home-association__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl-home-association__photo {
  margin: 0;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 4 / 5;
  border-radius: 30px;
  overflow: hidden;
  background: #f3eee5;
  border: 1px solid rgba(200, 157, 102, 0.18);
  box-shadow: 0 22px 55px rgba(34, 58, 82, 0.12);
}

.fl-home-association__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

/* =========================
   TABLETTE VERTICALE
   Ordre : badge → titre → photo large → paragraphe → bouton
========================= */

@media (max-width: 1024px) {
  .fl-home-association {
    padding: 72px 0;
  }

  .fl-home-association__card {
    padding: 38px 34px;
    border-radius: 30px;
  }

  .fl-home-association__badge {
    display: flex;
    width: fit-content;
    margin: 0 auto 20px;
  }

  .fl-home-association__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fl-home-association__content {
    display: contents;
  }

  .fl-home-association__title {
    order: 1;
    max-width: 620px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: clamp(2.35rem, 5.8vw, 3.35rem);
  }

  .fl-home-association__media {
    order: 2;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 30px;
  }

  .fl-home-association__photo {
    width: 100%;
    max-width: 620px;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
  }

  .fl-home-association__photo img {
    object-position: center 35%;
  }

  .fl-home-association__text-wrap {
    order: 3;
    max-width: 620px;
    margin: 0 auto;
  }

  .fl-home-association__text {
    text-align: left;
    font-size: 1.08rem;
    line-height: 1.68;
  }

  .fl-home-association__action {
    justify-content: center;
    margin-top: 28px;
  }
}

/* =========================
   MOBILE
   Ordre : badge → titre → photo → paragraphe → bouton
========================= */

@media (max-width: 767px) {
  .fl-home-association {
    padding: 54px 0;
  }

  .fl-home-association__card {
    padding: 24px 20px 26px;
    border-radius: 24px;
  }

  .fl-home-association__badge {
    margin-bottom: 16px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .fl-home-association__title {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(1.95rem, 8.2vw, 2.42rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .fl-home-association__media {
    max-width: 100%;
    margin-bottom: 26px;
  }

  .fl-home-association__photo {
    max-width: 100%;
    aspect-ratio: 1 / 1.08;
    border-radius: 22px;
  }

  .fl-home-association__photo img {
    object-position: center 30%;
  }

  .fl-home-association__text-wrap {
    max-width: 100%;
  }

  .fl-home-association__text {
    font-size: 1.02rem;
    line-height: 1.72;
    text-align: left;
  }

  .fl-home-association__action {
    margin-top: 24px;
  }

  .fl-home-association__action .fl-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fl-home-association {
    padding: 50px 0;
  }

  .fl-home-association__card {
    padding: 22px 18px 24px;
    border-radius: 22px;
  }

  .fl-home-association__title {
    font-size: clamp(1.78rem, 8.4vw, 2.22rem);
  }

  .fl-home-association__text {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .fl-home-association__photo {
    aspect-ratio: 1 / 1.06;
  }
}

/* ==========================================================
   HOME — CTA FINAL AVANT FOOTER
   Variante cohérente avec “Envie de rejoindre Féy-Loisirs”
========================================================== */

.fl-home-final-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  background:
    radial-gradient(circle at 8% 20%, rgba(248, 201, 0, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #008CA3, #006F82);
}

.fl-home-final-cta::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -180px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.fl-home-final-cta::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.16);
  pointer-events: none;
}

.fl-home-final-cta .fl-container {
  position: relative;
  z-index: 1;
}

.fl-home-final-cta__card {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin-inline: auto;
  padding: 72px 46px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 64px rgba(0, 53, 63, 0.18);
  backdrop-filter: blur(8px);
  text-align: center;
}

.fl-home-final-cta__card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.fl-home-final-cta__card::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: rgba(248, 201, 0, 0.14);
  pointer-events: none;
}

.fl-home-final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fl-home-final-cta__label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 9px 15px;
  border-radius: var(--fl-radius-pill);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fl-home-final-cta__title {
  max-width: 750px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.fl-home-final-cta__text {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
}

.fl-home-final-cta__actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.fl-home-final-cta .fl-button--primary {
  background: #ffffff;
  color: var(--fl-primary);
  box-shadow: 0 16px 34px rgba(0, 53, 63, 0.18);
}

.fl-home-final-cta .fl-button--primary:hover {
  background: var(--fl-secondary);
  color: #2e2600;
}

/* =========================
   CTA FINAL — RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .fl-home-final-cta {
    padding: 78px 0 82px;
  }

  .fl-home-final-cta__card {
    padding: 62px 38px;
    border-radius: 32px;
  }
}

@media (max-width: 767px) {
  .fl-home-final-cta {
    padding: 56px 0 60px;
    background:
      radial-gradient(circle at 110% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
      radial-gradient(circle at -10% 100%, rgba(248, 201, 0, 0.14), transparent 30%),
      linear-gradient(135deg, #008CA3, #006F82);
  }

  .fl-home-final-cta::before,
  .fl-home-final-cta::after {
    display: none;
  }

  .fl-home-final-cta__card {
    padding: 42px 24px;
    border-radius: 28px;
    backdrop-filter: none;
  }

  .fl-home-final-cta__card::before {
    right: -140px;
    top: -150px;
    opacity: 0.8;
  }

  .fl-home-final-cta__card::after {
    display: none;
  }

  .fl-home-final-cta__label {
    margin-bottom: 8px;
    padding: 8px 13px;
    font-size: 0.72rem;
  }

  .fl-home-final-cta__title {
    max-width: 100%;
    font-size: clamp(2rem, 8.5vw, 2.75rem);
    line-height: 1.07;
  }

  .fl-home-final-cta__text {
    max-width: 100%;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .fl-home-final-cta__actions {
    width: 100%;
    margin-top: 26px;
  }

  .fl-home-final-cta__actions .fl-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fl-home-final-cta {
    padding: 50px 0 54px;
  }

  .fl-home-final-cta__card {
    padding: 38px 22px;
    border-radius: 24px;
  }

  .fl-home-final-cta__title {
    font-size: clamp(1.82rem, 8.8vw, 2.35rem);
  }

  .fl-home-final-cta__text {
    font-size: 0.92rem;
  }
}