.cm40 {
  --cm-yellow: #FFC72C;
  --cm-yellow-dark: #F0B400;
  --cm-navy: #0A2A63;
  --cm-navy-deep: #071C46;
  --cm-blue: #0057B8;
  --cm-blue-dark: #003D8A;
  --cm-blue-tint: #EAF2FC;
  --cm-ink: #0B1F3A;
  --cm-gray-text: #5B6B82;
  --cm-border: #E3E8F0;
  --cm-white: #FFFFFF;
  --cm-radius: 14px;
  --cm-radius-sm: 8px;
  --cm-shadow: 0 6px 24px rgba(10, 42, 99, 0.08);
  --cm-font-display: 'Poppins', 'Segoe UI', Arial, sans-serif;
  --cm-font-body: 'Inter', 'Segoe UI', Arial, sans-serif;

  font-family: var(--cm-font-body);
  color: var(--cm-ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.cm40 *, .cm40 *::before, .cm40 *::after { box-sizing: border-box; }
.cm40 img { max-width: 100%; }
.cm40 a { text-decoration: none; }
.cm40 ul { margin: 0; padding: 0; list-style: none; }
.cm40 h1, .cm40 h2, .cm40 h3, .cm40 h4 {
  font-family: var(--cm-font-display);
  margin: 0 0 .5rem;
  line-height: 1.15;
}

/* ---------- Ribbon ---------- */
.cm40-ribbon {
  background: var(--cm-yellow);
  color: var(--cm-navy-deep);
  text-align: center;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .02em;
  padding: 8px 16px;
}

/* ---------- Shared bits ---------- */
.cm40-eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4B5563;
  margin-bottom: 10px;
}
.cm40-eyebrow--pill {
  background: rgba(255,255,255,.12);
  color: var(--cm-white);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: 6px 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1rem;
}
.cm40-eyebrow__dot { margin-right: 6px; }
.deal-button.add-to-cart {width: 100%; background-color: #0071bb; border-radius: 6px;
    outline: 0; color: #fff; border: 0; padding-top: 5px; padding-bottom: 5px; cursor: pointer;}

.cm40-h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); color: #0071BB !important; font-weight: 700 !important; }
#wrapper .cm40-h2.black-txt {color: #0F172A !important;}
.cm40-lead { color: #9CA3AF; font-size: .98rem; }
.cm40-center-text { text-align: center; }
.cm40-center { text-align: center; margin-top: 28px; }
.cm40-center-head { text-align: center; margin: 0 auto 32px; }

.cm40-section { padding: 56px 0; }
.cm40-section--tinted { background: var(--cm-blue-tint); }
.cm40-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

/* ---------- Buttons ---------- */
.cm40-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: .92rem;
  padding: 7px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.cm40-btn:hover { transform: translateY(-1px); }
.cm40-btn--yellow { background: #ffe600; color: var(--cm-navy-deep); }
.cm40-btn--yellow:hover { background: var(--cm-yellow-dark); }
.cm40-btn--blue { background: var(--cm-blue); color: var(--cm-white); border-radius: var(--cm-radius-sm); }
.cm40-btn--blue:hover { background: var(--cm-blue-dark); }
.cm40-btn--ghost { background: #fff; color: #000; }
.cm40-btn--ghost:hover { background: rgba(255,255,255,.1); }
.cm40-btn--small { padding: 10px 18px; font-size: .85rem; }
.cm40-btn--full { width: 100%; }

/* ---------- Placeholders (swap for real media) ---------- */
.cm40-placeholder__icon { font-size: 1.6rem; }
.cm40-placeholder__label { max-width: 220px; }
.cm40-placeholder--card { min-height: 150px; border-radius: var(--cm-radius) var(--cm-radius) 0 0; text-align: center;}
.cm40-placeholder--video { min-height: 150px; position: relative; }
/*.cm40-placeholder--video video {width: 100%; height: auto;}*/
.cm40-placeholder--small { min-height: 90px; }
.cm40-placeholder--wide { min-height: 240px; }
.cm40-placeholder--photo { min-height: 320px; }
.cm40-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Hero ---------- */
.cm40-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%, #123a86 0%, var(--cm-navy) 45%, var(--cm-navy-deep) 100%);
  color: var(--cm-white);
  padding: 56px 0 64px;
}
.cm40-hero__bg {
  position: absolute;
  inset: 0;
  background: url('../img/Hero_BG4.png');
  pointer-events: none;
}
.cm40-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}
.cm40-hero__title { font-size: 60px; font-weight: 800 !important; color: #fff !important;}
.cm40-hero__subtitle { color: #C7D4EC; margin: 14px 0 24px;  font-size: 24px;}
.cm40-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.cm40-hero__media { min-height: 320px; background: #D9DEE8; color: #7C899E; }

.cm40-countdown__label {
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.cm40-countdown__grid { display: flex; gap: 12px; }
.cm40-countdown__item {
  background: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--cm-radius-sm);
  padding: 10px 14px;
  min-width: 70px;
  text-align: center;
}
.cm40-countdown__item span { display: block; font-family: var(--cm-font-display); font-size: 1.3rem; font-weight: 700; color: #000;}
.cm40-countdown__item small { font-size: .65rem; color: #B9C6E4; letter-spacing: .05em; text-transform: uppercase; }

/* ---------- Deals ---------- */
.cm40-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cm40-card {
  background: var(--cm-white);
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  overflow: hidden;
  box-shadow: var(--cm-shadow);
  position: relative;
  display: flex;
  flex-direction: column;
}
.cm40-card__badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--cm-blue);
  color: var(--cm-white);
  font-size: .68rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cm40-card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.cm40-card__category { font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--cm-gray-text); }
.cm40-card__title { font-size: 1rem; font-weight: 700; margin: 0; max-height: 1.2rem;}
.cm40-card__price { font-family: var(--cm-font-display); font-weight: 700; color: var(--cm-blue-dark); font-size: 1.05rem; margin: 4px 0 12px; }
.cm40-card__old-price { color: #A6AFBE; text-decoration: line-through; font-weight: 500; font-size: .8rem; margin-left: 8px; }

/* ---------- Video carousel ---------- */
.cm40-carousel { position: relative; }
.cm40-carousel__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.cm40-carousel__track::-webkit-scrollbar { display: none; }
.cm40-video__title { font-size: .95rem; margin: 12px 0 2px !important; font-weight: 700 !important; color: #0071BB !important;}
.cm40-video__meta { font-size: .8rem; color: var(--cm-gray-text); }
.cm40-play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cm-white);
  color: var(--cm-blue);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.cm40-carousel__nav {
  position: absolute;
  top: 75px;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--cm-border);
  background: var(--cm-white);
  font-size: 1.3rem;
  cursor: pointer;
  z-index: 3;
  box-shadow: var(--cm-shadow);
}
.cm40-carousel__nav--prev { left: -20px; }
.cm40-carousel__nav--next { right: -20px; }

/* ---------- Social hub ---------- */
.cm40-social-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.cm40-social-card {
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  padding: 24px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: box-shadow .15s ease, transform .15s ease;
}
.cm40-social-card:hover { box-shadow: var(--cm-shadow); transform: translateY(-2px); }
.cm40-social-card__icon {
  width: 44px; height: 44px;
  display: block;
}
.cm40-social-card__name { font-weight: 700; font-size: .9rem; }
.cm40-social-card__handle { font-size: .78rem; color: var(--cm-gray-text); }
.cm40-hashtags { text-align: center; margin-top: 24px; font-size: .82rem; color: #002952; }

/* ---------- Contest ---------- */
.cm40-contest {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: start;
}
.cm40-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.cm40-highlight { background: var(--cm-white); border-radius: var(--cm-radius); padding: 14px; border: 1px solid var(--cm-border); }
.cm40-highlight h4 { font-size: .9rem; margin: 10px 0 4px; }
.cm40-highlight p { font-size: .8rem; color: var(--cm-gray-text); margin: 0; }

.cm40-contest__form-wrap {
  background: var(--cm-white);
  border-radius: var(--cm-radius);
  padding: 28px;
  box-shadow: var(--cm-shadow);
}
.cm40-contest__form-title { font-size: 1.2rem; margin-bottom: 4px !important; color: #000 !important; font-weight: 700 !important;}
.cm40-contest__form-sub { color: #475569; font-size: .85rem; margin-bottom: 20px; }
.cm40-form__row { margin-bottom: 16px; position: relative; }
.cm40-form__row label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; text-align: left;}
.cm40-form__row input,
.cm40-form__row textarea {
  width: 100%;
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius-sm);
  padding: 11px 14px;
  font-size: .9rem;
  font-family: var(--cm-font-body);
  color: var(--cm-ink);
  resize: vertical;
}
.cm40-form__row input:focus,
.cm40-form__row textarea:focus {
  outline: 2px solid var(--cm-blue);
  outline-offset: 1px;
  border-color: var(--cm-blue);
}
.cm40-form__counter { position: absolute; right: 10px; bottom: -18px; font-size: .72rem; color: var(--cm-gray-text); }
.cm40-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1px dashed var(--cm-border);
  border-radius: var(--cm-radius-sm);
  padding: 22px;
  cursor: pointer;
  color: var(--cm-gray-text);
  font-size: .85rem;
  text-align: center;
}
.cm40-upload:hover { background: var(--cm-blue-tint); }
.cm40-upload__icon { font-size: 1.2rem; color: var(--cm-blue); text-align: center; }
.label-upload {text-align: center; color: #003DA5; font-size: 0.8rem;}
.cm40-form__legal { font-size: .72rem; color: var(--cm-gray-text); margin-top: 12px; text-align: center; }
.cm40-alert { border-radius: var(--cm-radius-sm); padding: 12px 14px; font-size: .85rem; margin-bottom: 16px; }
.cm40-alert--success { background: #E6F6EC; color: #1C7A3D; border: 1px solid #BFE8CD; }
.cm40-alert--error { background: #FDECEC; color: #B23A3A; border: 1px solid #F5C6C6; }

/* ---------- Stats bar ---------- */
.cm40-stats { background: #0053A1; padding: 40px 0; }
.cm40-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.cm40-stat {
  background: var(--cm-white);
  border-radius: var(--cm-radius-sm);
  padding: 20px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cm40-stat strong { font-family: var(--cm-font-display); font-size: 1.35rem; color: #0071BB; }
.cm40-stat span { font-size: .76rem; color: var(--cm-gray-text); }
.stats-label1 {color: #0F172A !important; font-weight: 700; font-size: 0.95rem !important;}

/* ---------- Our story ---------- */
.cm40-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.cm40-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.cm40-story__grid strong { display: block; margin-bottom: 4px; font-size: .95rem; }
.cm40-story__grid p { font-size: .82rem; color: var(--cm-gray-text); margin: 0; }

/* ---------- Timeline ---------- */
.cm40-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 32px;
  position: relative;
}
.cm40-timeline::before {
  content: '';
  position: absolute;
  top: 20px; left: 0; right: 0;
  height: 2px;
  background: #0071BB;
  z-index: 0;
}
.cm40-timeline__item { text-align: center; position: relative; z-index: 1; }
.cm40-timeline__year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--cm-blue);
  color: var(--cm-white);
  font-weight: 700;
  font-size: .72rem;
  margin-bottom: 10px;
}
.cm40-timeline__item strong { display: block; font-size: .85rem; margin-bottom: 4px; }
.cm40-timeline__item p { font-size: .74rem; color: var(--cm-gray-text); margin: 0; }

/* ---------- Loyalty ---------- */
.cm40-loyalty {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 40px;
  align-items: center;
}
.cm40-loyalty__perks {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.cm40-loyalty__perks li {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #E2E8F0;
  padding: 10px 60px;
  font-size: .9rem;
  font-weight: 500;
  color: #000 !important;
  text-align: center;
}
.cm40-loyalty__card {text-align: center;}
.cm40-loyalty__card img {width: 510px; height: auto;}
.cm40-loyalty__card-label { font-family: var(--cm-font-display); font-size: 1.3rem; font-weight: 700; }
.cm40-loyalty__card-sub { font-size: .68rem; letter-spacing: .08em; color: #B9C6E4; }

.cm40-btn--blue.member-btn {margin-top: 3rem; padding: 14px 50px; font-size: 1.2rem;}

/* ---------- Innovation ---------- */
.cm40-innovation-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.cm40-innovation {
  background: #F8FAFC;
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius);
  padding: 18px 14px;
  text-align: left;
}
.cm40-innovation__icon { font-size: 1.3rem; display: block; margin-bottom: 10px; }
.cm40-innovation strong { display: block; font-size: .85rem; margin-bottom: 4px; color: #0071BB;}
.cm40-innovation p { font-size: .76rem; color: var(--cm-gray-text); margin: 0; }

/* ---------- Services strip / footer note ---------- */
.cm40-services { padding: 40px 0 56px; }
.cm40-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.cm40-service {
  border: 1px solid var(--cm-border);
  border-radius: var(--cm-radius-sm);
  padding: 16px;
  text-align: center;
  font-size: .85rem;
}
.cm40-welcome-text { color: var(--cm-gray-text); font-size: .85rem; line-height: 1.7; }
.cm40-welcome-text strong { color: var(--cm-ink); display: block; margin-bottom: 6px; }

/* =========================================================
   Responsive breakpoints
   ========================================================= */
@media (max-width: 992px) {
  .cm40-hero__inner { grid-template-columns: 1fr; }
  .cm40-hero__media { order: -1; min-height: 220px; }
  .cm40-deals-grid { grid-template-columns: repeat(2, 1fr); }
  .cm40-social-grid { grid-template-columns: repeat(3, 1fr); }
  .cm40-contest { grid-template-columns: 1fr; }
  .cm40-story { grid-template-columns: 1fr; }
  .cm40-story__grid { grid-template-columns: 1fr 1fr; }
  .cm40-loyalty { grid-template-columns: 1fr; }
  .cm40-loyalty__card { order: -1; max-width: 420px; }
  .cm40-innovation-grid { grid-template-columns: repeat(3, 1fr); }
  .cm40-timeline { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .cm40-timeline::before { display: none; }
  .cm40-carousel__track { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .cm40-section { padding: 40px 0; }
  .cm40-hero { padding: 40px 0 48px; }
  .cm40-hero__ctas { flex-direction: column; align-items: stretch; }
  .cm40-countdown__grid { justify-content: space-between; }
  .cm40-deals-grid { grid-template-columns: 1fr; }
  .cm40-social-grid { grid-template-columns: repeat(2, 1fr); }
  .cm40-highlights { grid-template-columns: 1fr; }
  .cm40-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cm40-story__grid { grid-template-columns: 1fr; }
  .cm40-loyalty__perks { grid-template-columns: 1fr; }
  .cm40-innovation-grid { grid-template-columns: 1fr 1fr; }
  .cm40-timeline { grid-template-columns: 1fr 1fr; }
  .cm40-services__grid { grid-template-columns: 1fr 1fr; }
  .cm40-carousel__track { grid-template-columns: 1fr; }
  .cm40-carousel__nav { display: none; }
  .cm40-section__head { flex-direction: column; align-items: flex-start; }
}

.timeline-wrapper {
    margin: 0 auto;
  }

  .timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    padding: 0 8px;
  }

  /* connecting line */
  .timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
    height: 2px;
    background: #0071BB;
    z-index: 0;
  }

  .year-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0071BB;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(26, 115, 193, 0.35);
    flex-shrink: 0;
  }

  .item-title {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
  }

  .item-desc {
    margin-top: 6px;
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.4;
    max-width: 140px;
  }

  /* Tablet */
  @media (max-width: 900px) {
    .timeline {
      flex-wrap: wrap;
      row-gap: 48px;
    }
    .timeline-item {
      flex: 0 0 33.333%;
      max-width: 33.333%;
    }
    .timeline-item:not(:last-child)::after {
      display: none;
    }
    .timeline-item:not(:nth-child(3n))::after {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      left: calc(50% + 30px);
      width: calc(100% - 60px);
      height: 2px;
      background: var(--line-color);
      z-index: 0;
    }
  }

  /* Mobile: vertical timeline */
  @media (max-width: 560px) {
    .timeline {
      flex-direction: column;
      align-items: flex-start;
      row-gap: 0;
    }
    .timeline-item {
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      max-width: 100%;
      width: 100%;
      padding: 0 0 40px 0;
    }
    .timeline-item:not(:last-child)::after {
      display: none;
    }
    .timeline-item:not(:last-child)::before {
      content: "";
      position: absolute;
      top: 60px;
      left: 30px;
      width: 2px;
      height: calc(100% - 20px);
      background: #0071BB;
      z-index: 0;
    }
    .year-circle {
      margin-right: 20px;
    }
    .item-content {
      display: flex;
      flex-direction: column;
      padding-top: 6px;
    }
    .item-title {
      margin-top: 0;
    }
    .item-desc {
      max-width: 100%;
    }
  }

 .blaze-slider.deals {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
 } 

 .cm40-placeholder--card img {
    width: 200px !important;
    height:200px !important;
 }

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-slider-container {
  position: relative;
}

.swiper-button-next,
.swiper2-button-next {
  background-image: url('../img/right-pg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px !important; 
  height: 30px !important;
  right: -15px !important;
}

.swiper-button-prev,
.swiper2-button-prev {
  background-image: url('../img/left-pg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  left: -15px !important;
}

.story-block {
  width: 270px;
  height: auto;
}

@media (max-width: 767px) {
  .cm40-eyebrow--pill { 
    font-size: 0.75rem;
  }
  .cm40-hero__title {
    font-size: 28px;
  }
  .cm40-hero__subtitle {
    font-size: 18px;
  }
}

.participate-header {
    margin-bottom: 35px;
}

.participate-header h2 {
    margin: 0 0 12px;
    color: #000 !important;
    font-size: 26px;
    font-weight: 700 !important;
    line-height: 1.2;
}

.participate-header p {
    margin: 0;
    max-width: 850px;
    color: #9CA3AF;
    font-size: 0.98rem;
    line-height: 1.5;
}

.participate-steps {
    margin-bottom: 35px;
}

.participate-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 25px 0;
    border-bottom: 1px solid #e9edf1;
}

.participate-step:last-child {
    border-bottom: 0;
}

.step-number {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0787ca;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
}

.step-content {
    flex: 1;
}

.step-content h3 {
    margin: 2px 0 7px;
    color: #003b65 !important;
    font-size: 19px;
    font-weight: 700 !important;
    line-height: 1.3;
}

.step-content p {
    margin: 0;
    color: #9CA3AF !important;
    font-size: 0.98rem;
    line-height: 1.5;
}

.step-content strong {
    color: #111b27;
    font-weight: 700;
}

.facebook-btn {
    width: 100%;
    min-height: 63px;
    padding: 14px 30px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    background: #1087c9;
    color: #fff;
    border-radius: 11px;

    text-decoration: none;
    font-size: 18px;
    font-weight: 700;

    transition: background 0.2s ease, transform 0.2s ease;
}

.facebook-btn:hover {
    background: #0874b1;
    color: #fff;
    text-decoration: none;
}

.facebook-btn:active {
    transform: scale(0.99);
}

.facebook-icon {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #1087c9;
    border-radius: 50%;

    display: inline-flex;
    justify-content: center;
    align-items: flex-end;

    font-size: 0.98rem;
    font-weight: 700;
    line-height: 20px;
}

.participate-footer {
    margin: 22px 0 0;
    text-align: center;
    color: #707b89;
    font-size: 0.98rem;
    line-height: 1.4;
}

.participate-footer strong {
    color: #003b65;
}


/* Tablet */
@media (max-width: 768px) {

    .participate-card {
        padding: 40px 30px 30px;
        border-radius: 20px;
    }

    .participate-header h2 {
        font-size: 29px;
    }

    .participate-header p {
        font-size: 18px;
    }

    .step-number {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .participate-step {
        gap: 18px;
    }

    .step-content h3 {
        font-size: 19px;
    }

    .step-content p {
        font-size: 16px;
    }

    .facebook-btn {
        min-height: 65px;
        font-size: 18px;
    }

    .participate-footer {
        font-size: 15px;
    }
}


@media (max-width: 480px) {

    .participate-section {
        padding: 15px 10px;
    }

    .participate-card {
        padding: 30px 20px 25px;
        border-radius: 16px;
    }

    .participate-header {
        margin-bottom: 20px;
    }

    .participate-header h2 {
        font-size: 25px;
    }

    .participate-header p {
        font-size: 16px;
    }

    .participate-step {
        gap: 14px;
        padding: 20px 0;
    }

    .step-number {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .step-content h3 {
        margin-top: 0;
        font-size: 17px;
    }

    .step-content p {
        font-size: 15px;
    }

    .facebook-btn {
        min-height: 58px;
        padding: 12px 15px;
        font-size: 16px;
        gap: 10px;
    }

    .participate-footer {
        margin-top: 18px;
        font-size: 14px;
    }
}

.cm40-placeholder--wide img {width: 93%; border-radius: var(--cm-radius);}

.cm-terms {
    margin-top: 56px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 70, 120, 0.08);
}

.cm-terms .cm-terms__header:focus {
  outline: 0;
}

.cm-terms__header {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 25px 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    cursor: pointer;

    color: #003b5c;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.cm-terms__arrow {
    font-size: 12px;
    transition: transform 0.25s ease;
    color: #0076b8;
}

.cm-terms__content {
    border-top: 1px solid #e7edf2;
    padding: 24px 32px 28px;
}

.cm-term {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.cm-term:last-child {
    margin-bottom: 0;
}

.cm-term__number {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #eef8fd;
    color: #0076b8;

    font-size: 13px;
    font-weight: 700;
}

.cm-term p {
    margin: 2px 0 0;
    color: #9CA3AF;
    font-size: 15px;
    line-height: 1.55;
}

.cm-term strong {
    color: #111b27;
}


.cm-terms.is-closed .cm-terms__content {
    display: none;
}

.cm-terms.is-closed .cm-terms__arrow {
    transform: rotate(180deg);
}

@media (max-width: 768px) {

    .cm-terms {
        margin: 20px 15px;
        border-radius: 12px;
    }

    .cm-terms__header {
        padding: 18px 20px;
        font-size: 15px;
        line-height: 1.4;
    }

    .cm-terms__content {
        padding: 20px;
    }

    .cm-term {
        gap: 12px;
        margin-bottom: 20px;
    }

    .cm-term__number {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .cm-term p {
        font-size: 14px;
        line-height: 1.5;
    }
}