/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
      'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
      'Courier New', monospace;
    --color-gray-200: #ededed;
    --color-black: #191919;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-normal: 1.5;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #2a502b;
    --color-secondary: #feea00;
    --color-black-1: #1b1b1b;
    --color-gray-hr: #eaeaea;
    --color-bgborder: #b9b9b9;
    --color-hover-primary: #b08604;
    --font-roboto: 'Roboto', 'sans-serif';
    --font-inter: 'Inter', sans-serif;
    --font-alumni: 'Alumni Sans', sans-serif;
    --font-inter-tight: 'Inter Tight', sans-serif;
    --text-10: 0.625rem;
    --spacing-100: 6.25rem;
    --spacing-50: 3.125rem;
    --spacing-30: 1.875rem;
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      'Apple Color Emoji',
      'Segoe UI Emoji',
      'Segoe UI Symbol',
      'Noto Color Emoji'
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::placeholder {
    opacity: 1;
  }
  textarea {
    resize: vertical;
  }

  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .visible {
    visibility: visible;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-auto {
    height: auto;
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[834px\] {
    max-width: 834px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[18px\] {
    gap: 18px;
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-\[\#B9B9B9\] {
    border-color: #b9b9b9;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-4\.5 {
    padding-inline: calc(var(--spacing) * 4.5);
  }
  .px-30 {
    padding-inline: var(--spacing-30);
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-10 {
    font-size: var(--text-10);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#878787\] {
    color: #878787;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black-1 {
    color: var(--color-black-1);
  }
  .text-gray-hr {
    color: var(--color-gray-hr);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-100 {
    opacity: 1;
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .md\:mb-0 {
      margin-bottom: 0;
    }
    .md\:w-1\/2 {
      width: 50%;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .md\:items-start {
      align-items: flex-start;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
    .md\:gap-\[40px\] {
      gap: 40px;
    }
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .md\:px-50 {
      padding-inline: var(--spacing-50);
    }
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:sticky {
      position: sticky;
    }
    .lg\:top-\[60px\] {
      top: 60px;
    }
    .lg\:m-auto {
      margin: auto;
    }
    .lg\:mb-0 {
      margin-bottom: 0;
    }
    .lg\:max-w-\[269px\] {
      max-width: 269px;
    }
    .lg\:p-\[40px\] {
      padding: 40px;
    }
    .lg\:px-0 {
      padding-inline: 0;
    }
    .lg\:px-100 {
      padding-inline: var(--spacing-100);
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-\[180px\] {
      padding-inline: 180px;
    }
    .xl\:px-\[199px\] {
      padding-inline: 199px;
    }
  }
}

/* ---- Custom MO styles ---- */

.bloc-animate {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
  transform: translateY(10px);
}

.bloc-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.mdp {
  --color-primary: #2a502b;
  --color-secondary: #feea00;
  --color-black: #191919;
}

body {
  margin: 0;
  --tw-leading: var(--leading-normal);
  min-height: 100vh;
  line-height: var(--leading-normal);
  font-family: var(--font-inter);
}

span {
  line-height: normal;
}

header {
  top: 0;
  z-index: 1000;
  width: 100%;
  position: fixed;
}

.button {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  font-weight: var(--font-weight-extrabold);
  color: var(--color-black-1);
  cursor: pointer;
  border-radius: 100px;
  padding-block: 12px;
  transition: border-color 0.25s;
}

@media (min-width: 48rem) {
  .button {
    padding-inline: 24px;
  }
}

.button.ct-faq {
  background-color: var(--color-gray-200);
  text-align: center;
  font-weight: var(--font-weight-bold);
  max-width: 244px;
  border-width: 1px;
  border-style: solid;
  border-color: #a1a1a1;
  border-radius: 73px;
  justify-content: center;
  margin: auto;
  display: flex;
}

@media (hover: hover) {
  .button.ct-faq:hover {
    border-color: var(--color-black-1);
  }
}

@media (min-width: 48rem) {
  .button.ct-faq {
    font-weight: var(--font-weight-bold);
    max-width: max-content;
  }
}

@media (min-width: 64rem) {
  section:not(.blogs-section) {
    max-width: 1440px;
    margin-inline: auto;
  }
}

.primary-button {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 2);
  background-color: var(--color-secondary);
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  color: #695106;
  transition: 0.3s;
  font-weight: 600 !important;
  line-height: 20px !important;
}

.primary-button:hover {
  background-color: #ffd450;
}

.bloc-shadow {
  --tw-shadow: 0px 10px 20px 0px #0000000d;
  box-shadow: var(--tw-shadow);
}

.faq-accordion {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-bgborder);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 10px;
}

@media (min-width: 64rem) {
  .faq-accordion {
    border-radius: 20px;
    padding: 24px 30px;
  }
}

.accordion-item:last-child.faq-accordion {
  margin-bottom: 0;
}

.faq-accordion h3 {
  font-weight: var(--font-weight-semibold);
}

.accordion .accordion-header {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.accordion .accordion-header .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-content.is-open {
  display: block;
}

.accordion-item.is-open .accordion-header .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.slider-item {
  aspect-ratio: 3 / 2;
  height: auto;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
}

@media (min-width: 64rem) {
  .slider-item {
    aspect-ratio: 4 / 3;
  }
}

#swiper-bloc {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.items-offers {
  width: 100%;
  height: 100%;
  padding-inline: calc(var(--spacing) * 4.5);
  padding-top: calc(var(--spacing) * 4);
  align-self: center;
  align-items: stretch;
}

@media (min-width: 48rem) {
  .items-offers {
    justify-content: space-around;
    width: 50%;
    max-width: 100%;
    padding-inline: 0;
    padding-top: 0;
    flex-direction: column;
    display: flex;
  }
}

@media (min-width: 64rem) {
  .items-offers {
    width: 50%;
    max-width: 100%;
    padding-inline: 0;
    padding-top: 0;
    flex-direction: column;
  }
}

@media (min-width: 80rem) {
  .items-offers {
    padding-inline: 0;
  }
}

.sticky-section {
  position: relative;
  top: 52px !important;
}

/* Hero section top spacing */
#bloc-offers {
  padding-top: 100px;
}

.card-price {
  font-family: 'Alumni Sans SC', sans-serif;
  font-size: 138px;
  font-weight: 800;
  color: #d5a542;
  font-style: italic;
  line-height: 1;
}

.card-price-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.card-price-slash {
  font-family: 'Alumni Sans SC', sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  color: #d5a542;
  line-height: 1;
}

.card-price-duration {
  font-family: var(--font-inter-tight);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  color: #1b1b1b;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}

.offer-intro-title {
  font-family: var(--font-alumni);
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1.1;
  margin-bottom: 14px;
}

@media (min-width: 64rem) {
  .offer-intro-title {
    font-size: 32px;
  }
}

/* Mobile offer card image */
.offer-mobile-image {
  margin: -20px -20px 0 -20px;
}

.offer-mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.offer-mobile-tagline {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #2a502b;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}

/* Video section */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

/* Slide caption bar */
.slide-caption-bar {
  margin-top: 14px;
  background-color: #2a502b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 20px;
  gap: 16px;
  min-height: 106px;
}

.slide-caption-text {
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  flex: 1;
  transition: opacity 0.2s ease;
}

.slide-nav-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.slide-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 0;
}

.slide-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Sticky premium bar — mobile only */
@media (min-width: 768px) {
  .premium-sticky-bar {
    display: none !important;
  }
}

.premium-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-hr);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

.premium-sticky-bar .sticky-info {
  display: flex;
  flex-direction: column;
}

.premium-sticky-bar .sticky-price {
  font-family: 'Alumni Sans SC', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #d5a542;
}

.premium-sticky-bar .sticky-label {
  font-family: var(--font-inter);
  font-size: 11px;
  color: var(--color-black-1);
}

.premium-sticky-bar .sticky-btn {
  font-size: 13px;
  font-weight: 700;
  background-color: var(--color-secondary);
  color: #695106;
  border-radius: 6px;
  padding: 10px 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.premium-sticky-bar .sticky-btn:hover {
  background-color: var(--color-hover-primary);
  color: var(--color-white);
}

@media (min-width: 64rem) {
  .premium-sticky-bar {
    padding: 14px 100px;
    justify-content: center;
    gap: 40px;
  }
  .premium-sticky-bar .sticky-price {
    font-size: 28px;
  }
  .premium-sticky-bar .sticky-label {
    font-size: 13px;
  }
  .premium-sticky-bar .sticky-btn {
    font-size: 14px;
    padding: 12px 28px;
  }
}

@media only screen and (max-width: 767px) {
  #bloc-offers {
    padding-top: 12px;
  }

  .item-offer {
    margin-bottom: 0px !important;
  }

  .offer-intro-title {
    display: none;
  }

  .offer-mobile-tagline {
    margin-bottom: 0px;
  }

  .sticky-section {
    padding-bottom: 0px !important;
  }

  .footer-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .card-price {
    font-size: 108px;
  }

  .card-price-slash {
    font-size: 49px;
  }

  .card-price-duration {
    font-size: 19px;
  }
}

@property --tw-border-style {
  syntax: '*';
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-leading {
  syntax: '*';
  inherits: false;
}
@property --tw-font-weight {
  syntax: '*';
  inherits: false;
}
