/*
Theme Name: Hello-Elementor Child
Description: This is a child theme for Hello-Elementor Theme
Author: Elementor Teams
Template: hello-elementor
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* 23/03/2026 */
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter18pt-ExtraBold.eot");
  src:
    url("./assets/fonts/Inter18pt-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Inter18pt-ExtraBold.woff2") format("woff2"),
    url("./assets/fonts/Inter18pt-ExtraBold.woff") format("woff"),
    url("./assets/fonts/Inter18pt-ExtraBold.ttf") format("truetype"),
    url("./assets/fonts/Inter18pt-ExtraBold.svg#Inter18pt-ExtraBold")
      format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter18pt-Bold.eot");
  src:
    url("./assets/fonts/Inter18pt-Bold.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/Inter18pt-Bold.woff2") format("woff2"),
    url("./assets/fonts/Inter18pt-Bold.woff") format("woff"),
    url("./assets/fonts/Inter18pt-Bold.ttf") format("truetype"),
    url("./assets/fonts/Inter18pt-Bold.svg#Inter18pt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter18pt-Light.eot");
  src:
    url("./assets/fonts/Inter18pt-Light.eot?#iefix") format("embedded-opentype"),
    url("./assets/fonts/Inter18pt-Light.woff2") format("woff2"),
    url("./assets/fonts/Inter18pt-Light.woff") format("woff"),
    url("./assets/fonts/Inter18pt-Light.ttf") format("truetype"),
    url("./assets/fonts/Inter18pt-Light.svg#Inter18pt-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter18pt-Medium.eot");
  src:
    url("./assets/fonts/Inter18pt-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Inter18pt-Medium.woff2") format("woff2"),
    url("./assets/fonts/Inter18pt-Medium.woff") format("woff"),
    url("./assets/fonts/Inter18pt-Medium.ttf") format("truetype"),
    url("./assets/fonts/Inter18pt-Medium.svg#Inter18pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter18pt-SemiBold.eot");
  src:
    url("./assets/fonts/Inter18pt-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Inter18pt-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/Inter18pt-SemiBold.woff") format("woff"),
    url("./assets/fonts/Inter18pt-SemiBold.ttf") format("truetype"),
    url("./assets/fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter18pt-Regular.eot");
  src:
    url("./assets/fonts/Inter18pt-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./assets/fonts/Inter18pt-Regular.woff2") format("woff2"),
    url("./assets/fonts/Inter18pt-Regular.woff") format("woff"),
    url("./assets/fonts/Inter18pt-Regular.ttf") format("truetype"),
    url("./assets/fonts/Inter18pt-Regular.svg#Inter18pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand colours */
  --cyan: #07a9d6;
  --cyan-dark: #0096b7;
  --cyan-light: #e0f7fc;
  --cyan-soft: rgba(0, 180, 216, 0.08);

  /* Pill / badge tints */
  --pill-bg: rgba(7, 169, 214, 0.2);
  --pill-border: rgba(7, 169, 214, 0.3);
  --badge-finance: #e8f4f8;
  --badge-mgmt: #e8f4f8;
  --badge-new: #ff6b35;

  /* Status */
  --green: #22c55e;

  /* Dark palette */
  --navy: #0a1f3c;
  --white: #ffffff;

  /* Text */
  --text-dark: #1a2428;
  --text-body: #4a5568;
  --text-muted: #6b7280;
  --text-label: #58585e;
  --border-white: rgba(255, 255, 255, 0.55);
  --text-on-dark: rgba(255, 255, 255, 0.75);

  /* Backgrounds */
  --bg-page: #f4f7f9;
  --bg-white: #ffffff;
  --bg-white-btn: rgba(255, 255, 255, 0.1);
  --overlay-dark: rgba(10, 20, 35, 0.62);
  --cyan-bg: rgba(7, 169, 214, 0.05);

  /* Borders */
  --border: #e2e8f0;
  --border-light: #f3f4f6;
  --card-border: #e5e7eb;
  --cyan-border-10: rgba(7, 169, 214, 0.05);

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 6px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.14);
  --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.07);
  --shadow-hover: 0 8px 28px rgba(0, 0, 0, 0.11);
  --price-card-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --price-card-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

  /* Radii */
  --radius-checkbox: 4px;
  --radius-btn: 6px;
  --radius-sm: 8px;
  --radius-card: 10px;
  --radius: 12px;
  --radius-card-icon: 16px;
  --radius-lg: 23px;

  /* FAQ section */
  --faq-bg: #1a2428;
  --faq-border: #1f2937;
  --faq-item-hover-bg: rgba(255, 255, 255, 0.04);
  --faq-answer-text: rgba(255, 255, 255, 0.62);
  --faq-icon-bg: rgba(0, 180, 216, 0.15);
  --border-checkbox: #d1d5db;

  --price-card-bg: #07a9d6;
  /* solid cyan card background  */
  --price-card-inner-bg: #ffffff;
  /* white inner info area       */
  --price-card-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --price-card-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  --date-box-bg: #ffffff;
  --meta-row-border: rgba(255, 255, 255, 0.2);
  --select-border: #e2e8f0;
  --obj-bg: rgba(7, 169, 214, 0.05);
  --obj-border: rgba(7, 169, 214, 0.12);
}

/* =============================================================
   BASE
   ============================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  /* background: var(--bg-page); */
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1280px;
  padding-inline: 24px;
  margin: 0 auto;
}
.site-main {
  display: contents;
}
/* =============================================================
   TRAINING BANNER (Hero Section)
   ============================================================= */
.training-banner {
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0a1422;
}

.training-banner__bg {
  position: absolute;
  inset: 0;
  background-image: url("./assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

@keyframes slowZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.12);
  }
}

.training-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 36, 40, 0.7) 0%,
    rgba(26, 36, 40, 0.5) 50%,
    rgba(26, 36, 40, 0.9) 100%
  );
}

.training-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  padding: 60px 24px;
  text-align: center;
  animation: fadeUp 0.9s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.training-banner__badge {
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-bottom: 28px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--cyan);
  backdrop-filter: blur(6px);
  animation: fadeUp 0.9s 0.1s ease both;
}

.training-banner__heading {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  color: var(--white);
  letter-spacing: -1.5px;
  margin-bottom: 36px;
  animation: fadeUp 0.9s 0.2s ease both;
}

.training-banner__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 44px;
  animation: fadeUp 0.9s 0.35s ease both;
}

.page-template-product-listing .training-banner__features {
  display: none;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 254px;
  text-align: left;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-item__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--cyan);
  margin-top: 2px;
}

.feature-item__text {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.45;
}

.training-banner__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  animation: fadeUp 0.9s 0.48s ease both;
}

/* Shared button base */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--cyan);
  color: var(--white);
  border: 2px solid var(--cyan);
  box-shadow: 0 4px 20px rgba(0, 180, 216, 0.35);
}

.btn--secondary {
  background: var(--bg-white-btn);
  color: var(--white);
  border: 2px solid var(--white);
  backdrop-filter: blur(12px);
}

.btn svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

/* =============================================================
   COURSE LISTING SECTION
   ============================================================= */
.course_listing_section {
  padding: 48px 0;
}

.course-layout {
  display: flex;
  gap: 30px;
}

/* Sidebar */
.course_listing_section .course-sidebar {
  width: 233px;
  height: fit-content;
}

.filter-group {
  margin-bottom: 21px;
}

.filter-group h4 {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-label);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.filter-group label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  cursor: pointer;
  color: var(--text-dark);
}

/* ── Custom checkbox ── */
.filter-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 0;
  border: 1.5px solid var(--border-checkbox);
  border-radius: var(--radius-checkbox);
  background: var(--bg-white);
  cursor: pointer;
  position: relative;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

/* Hover – cyan ring */
.filter-group input[type="checkbox"]:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px var(--cyan-soft);
}

/* Focus ring for accessibility */
.filter-group input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--cyan-soft);
  border-color: var(--cyan);
}

/* Checked – cyan fill */
.filter-group input[type="checkbox"]:checked {
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 2px 8px rgba(0, 180, 216, 0.35);
}

/* White checkmark SVG */
.filter-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 9px;
}

.sidebar-info {
  font-size: 13px;
  padding: 25px;
  background: var(--cyan-bg);
  border-radius: var(--radius-sm);
  color: var(--text-dark);
  border: 1px solid var(--cyan-border-10);
}

.sidebar-info h5 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--text-dark);
}
.sidebar-info p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 20px;
}
/* Course list */
.course-right {
  flex: 1;
}

.custom-shop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.custom-shop-header__left {
  max-width: 70%;
}

.custom-shop-header__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--text-dark);
}

.custom-shop-header__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}

.custom-shop-header__right {
  display: flex;
  align-items: center;
}

/* Style Woo dropdown */
.woocommerce-ordering select {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  border: 0px solid #ccc;
  cursor: pointer;
  max-width: 180px;
}
.woocommerce-ordering select:focus {
  outline: none;
}
.woocommerce-result-count {
  display: none !important;
}

.course-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.course-card {
  display: flex;
  align-items: center;
  background: var(--bg-white);
  border-radius: var(--radius);
  padding: 20px;
  border: 1px solid var(--card-border);
  transition: box-shadow 0.3s;
}

.course-card:hover {
  box-shadow: var(--shadow-sm);
}

/* Date box */
.course-date {
  width: 80px;
  height: 80px;
  text-align: center;
  /* background: var(--bg-page); */
  border-radius: var(--radius);
  padding: 13px 0;
  margin-right: 15px;
  border: 2px solid var(--card-border);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%);
}

.course-date .month {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--white);
  background: var(--cyan);
  padding: 2.3px 0;
  text-transform: uppercase;
}

.course-date .day {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
}

/* Image */
.course-image {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  padding: 4px;
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.course-content {
  padding: 0 20px;
  max-width: 520px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.tag {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  border-radius: var(--radius);
  color: #4b5563;
  text-transform: uppercase;
  background: var(--border-light);
  border: 1px solid var(--card-border);
}
.tag:hover {
  background: var(--cyan);
  color: var(--white);
  border-color: var(--cyan);
}

.tag.pink {
  background: #ffe4e6;
  color: #db2777;
  border-color: #ffe4e6;
}
.tag.purple {
  background: #f3e8ff;
  color: #9333ea;
  border-color: #f3e8ff;
}

.tag.green {
  background: #d1fae5;
  color: #059669;
  border-color: #d1fae5;
}
.tag.red {
  background: #fee2e2;
  color: #dc2626;
  border-color: #fee2e2;
}
.tag.blue {
  background: #dbeafe;
  color: #2563eb;
  border-color: #dbeafe;
}

.tags.taxonomy-page {
}
.single-product .related-courses .tags .tag,
.tags.taxonomy-page .tag {
  border-radius: var(--radius-checkbox);
}
.course-content h3 {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 700;
}

.course-content h3 a {
  text-decoration: none;
  color: var(--text-label);
}

.course-desc p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 8px;
}

.meta-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.meta-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 600;
}

.meta-tag span {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-label);
  text-transform: uppercase;
}

.meta-tag img {
  width: 12px;
  height: 12px;
}

/* Course action (right) */
.course-action {
  flex: 1;
  text-align: right;
  min-width: 120px;
  border-left: 1px solid var(--border-light);
  max-width: 138px;
  margin-left: auto;
}

.course-action .price {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-label);
  margin-bottom: 8px;
  text-align: center;
}

.course-action .btn {
  background: var(--cyan);
  color: var(--white);
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
  border: none;
  width: auto;
}

.course-action .btn:hover {
  background: var(--cyan-dark);
}

/* Load more */
.load-more-wrap #load-more-btn {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--cyan);
  padding: 12px 32px;
  border-radius: 9999px;
  border: 2px solid var(--cyan);
  line-height: 1.5;
  margin-inline: auto;
  display: block;
  margin-top: 45px;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.load-more-wrap #load-more-btn:hover {
  background: var(--cyan);
  color: var(--white);
}

/* =============================================================
   PACKS PROMOTIONNELS
   ============================================================= */
.promo-packs {
  padding: 64px 0;
}

.promo-packs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.promo-packs__title {
  font-size: 30px;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 5px;
}

.promo-packs__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.5;
}

.promo-packs__accent-line {
  width: 48px;
  height: 3px;
  background: var(--cyan);
  border-radius: 2px;
  flex-shrink: 0;
}

.promo-packs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Card */
.promo-pack-card {
  background: var(--bg-white);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  position: relative;
  padding: 24px;
  gap: 24px;
}

.promo-pack-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.promo-pack-card__image-wrap {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.promo-pack-card__image {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.promo-pack-card:hover .promo-pack-card__image {
  transform: scale(1.05);
}

.promo-pack-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.promo-pack-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}

/* Badges */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
}

.badge--category {
  background: var(--cyan);
  color: var(--white);
  text-transform: uppercase;
}
.badge--category a {
  color: inherit;
  text-transform: uppercase;
}

.badge--subcategory {
  color: var(--text-label);
  font-size: 12px;
  font-weight: 500;
}

.promo-pack-card__name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 28px;
  margin-bottom: 7px;
}

.promo-pack-card__desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 20px;
  flex: 1;
  margin-bottom: 24px;
}

.promo-pack-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.promo-pack-card__price {
  font-size: 24px;
  font-weight: 800;
  color: var(--cyan);
}

.btn-pack {
  background: var(--cyan);
  color: var(--white);
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  transition:
    background 0.18s ease,
    transform 0.15s ease,
    box-shadow 0.18s ease;
}

.btn-pack:hover {
  background: var(--cyan-dark);
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(0, 180, 216, 0.4);
}

/* =============================================================
   PACKS DE CRÉDITS (Pricing)
   ============================================================= */
.credits-section {
  padding: 64px 0 80px;
  background: var(--bg-page);
}

.credits-section__header {
  text-align: center;
  margin-bottom: 48px;
}

.credits-section__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 12px;
}

.credits-section__title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.credits-section__desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  background: var(--bg-white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--price-card-shadow);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--price-card-shadow-hover);
}

.pricing-card--featured {
  border-color: var(--cyan);
  box-shadow:
    0 30px 0px 0px #fff,
    0 25px 50px -12px rgb(0 0 0 / 25%);
  transform: translateY(-6px);
  z-index: 1;
  border-width: 4px;
}

.pricing-card--featured:hover {
  transform: translateY(-10px);
  box-shadow:
    0 30px 0px 0px #fff,
    0 25px 50px -12px rgb(0 0 0 / 25%);
}

.pricing-card__popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cyan);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.35);
}

.pricing-card__icon {
  width: 56px;
  height: 56px;
  background: var(--cyan-soft);
  border-radius: var(--radius-card-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--cyan);
}

.pricing-card__icon svg {
  width: 25px;
  height: 25px;
}

.pricing-card__name h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-dark);
  margin: 0;
  margin-bottom: 8px;
}

.pricing-card__credits {
  font-size: 20px;
  color: var(--cyan);
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

.pricing-card__price-block {
  margin-bottom: 22px;
}

.pricing-card__price {
  font-size: 36px;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: 0;
  line-height: 1;
}

.pricing-card__price--large {
  font-size: 2.2rem;
}

.pricing-card__price span {
  font-size: 14px;
  font-weight: 500;
  vertical-align: sub;
  color: var(--text-label);
  text-transform: uppercase;
  margin-left: 4px;
}

.pricing-card__price-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.pricing-card__contact-price {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--text-dark);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.pricing-card__divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 0 20px;
}

.pricing-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  margin-bottom: 28px;
}

.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.8rem;
  color: var(--text-body);
  line-height: 1.45;
}

.pricing-card__features li .check-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--green);
  margin-top: 1px;
}

.btn-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 13px 20px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid var(--cyan);
  transition:
    background 0.18s ease,
    transform 0.15s ease,
    box-shadow 0.18s ease;
}

.btn-pricing--primary {
  background: var(--cyan);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(0, 180, 216, 0.35);
}

.btn-pricing--primary:hover {
  background: var(--cyan-dark);
  color: var(--cyan);
  transform: translateY(-2px);
  background: var(--cyan-soft);
  box-shadow: 0 8px 22px rgba(0, 180, 216, 0.45);
}

.btn-pricing--outline {
  background: transparent;
  color: var(--cyan);
  border: 1px solid var(--cyan);
}

.btn-pricing--outline:hover {
  background: var(--cyan-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 180, 216, 0.45);
}

.btn-pricing svg {
  width: 14px;
  height: 14px;
}

/* =============================================================
   FAQ SECTION
   ============================================================= */
.faq-section {
  background: var(--faq-bg);
  padding: 56px 0;
  font-family: "Inter", sans-serif;
}

.faq-section__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.faq-section__heading {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}

.faq-section__heading--accent {
  color: var(--cyan);
  display: block;
}

.faq-section__desc {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-label);
  line-height: 1.7;
  max-width: 400px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid var(--faq-border);
  overflow: hidden;
  transition: background 0.2s ease;
  border-radius: 4px;
}

.faq-item:hover {
  background: var(--cyan-bg);
}
.faq-item button,
.faq-item button:hover,
.faq-item button:focus {
  background: none;
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Inter", sans-serif;
}

.faq-item__question {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  flex: 1;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  /* background: var(--faq-icon-bg); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    transform 0.3s ease;
}

.faq-item__icon svg {
  width: 20px;
  height: 20px;
  color: var(--cyan);
  transition: transform 0.3s ease;
}

.faq-item--open .faq-item__icon {
  background: var(--cyan);
}
.faq-item--open .faq-item__icon svg {
  color: var(--white);
  transform: rotate(45deg);
}
.faq-item--open .faq-item__question {
  color: var(--cyan);
}

.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.25s ease;
}

.faq-item--open .faq-item__body {
  max-height: 400px;
}

.faq-item__answer {
  padding: 0 4px 20px;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--faq-answer-text);
  line-height: 1.75;
}
.related.products {
  display: none;
}

.bundle-section {
  margin-top: 54px;
}
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  padding: 20px 0;
}

.bundle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bundle-header .course-block__title:before {
  content: unset;
}
.bundle-header a {
  color: #07a8d5;
}
.bundle-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.bundle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.card-image {
  position: relative;
  height: 180px; /* Adjust based on your image */
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag-list {
  position: absolute;
  top: 12px;
  padding: 6px 14px;
  z-index: 2;
}

.card-tag-list.tags .tag {
  color: #0d191c;
  text-decoration: none;
}

.card-tag-list.tags .tag:hover {
  color: var(--white);
}
.tag.pays {
}

.tag.secteur {
}

.card-content {
  padding: 20px;
}

.category {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 12px;
}

.category a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #07a8d5;
  text-decoration: none;
  text-transform: uppercase;
}

.category a:hover {
}

.card-content h3 {
  font-family: "Inter", sans-serif;
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.card-content h3 a {
  color: #0d191c;
  text-decoration: none;
}

.card-content h3 a:hover {
  color: #07a8d5;
}

.meta {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #488b9d;
  margin-bottom: 20px;
}

.emoji {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.woocommerce .card-footer .price .woocommerce-Price-amount {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0d191c;
}

.add-btn {
  width: 42px;
  height: 42px;
  background: #0066cc;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s;
  display: none;
}

.add-btn:hover {
  background: #0052a3;
}

/* ═══════════════════════════════════════════════════
   COURSE SINGLE – SCOPED STYLES
═══════════════════════════════════════════════════ */
.single-product {
  background-color: #f5f8f8;
}

/* ── Full-width page header (breadcrumb + title + meta) ── */
.course-page-header {
  margin-bottom: 48px;
  padding: 32px 0px;
}

.course-breadcrumb {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #488b9d;
  margin-bottom: 24px;
}

.course-breadcrumb a {
  color: #488b9d;
  text-decoration: none;
  transition: color 0.15s;
}

.course-breadcrumb a:hover {
  color: var(--cyan);
}

.course-breadcrumb__sep {
  color: #488b9d;
}

.course-breadcrumb__current {
  color: #0d191c;
  font-weight: 500;
}
.single-product .course-page-header {
  margin-bottom: 48px;
  background-color: var(--bg-white);
  border: 1px solid #e5e7eb;
}
.single-product .course-page-header .course-breadcrumb__sep,
.single-product .course-page-header .course-breadcrumb a,
.single-product .course-page-header .course-breadcrumb__current {
  font-size: 12px;
  color: var(--text-label);
  font-weight: 600;
  text-transform: uppercase;
}
.single-product .course-page-header .course-breadcrumb__current {
  color: #4b5563;
}
/* ── Layout wrapper (two-col — content blocks only) ── */
.course-page-layout {
  margin-bottom: 48px;
}
.course-page-layout-wrapper {
  display: grid;
  grid-template-columns: 1fr 366px;
  gap: 33px;
  align-items: flex-start;
}

.single-product .related-courses .course-image {
  width: 100%;
  max-width: 192px;
  height: 100%;
  border-radius: var(--radius);
  padding: 0;
  border: 0px solid var(--border-light);
  overflow: hidden;
}
.single-product .related-courses .course-card {
  padding: 16px;
  border-color: #f3f4f6;
}
.single-product .related-courses .meta-list {
  gap: 16px;
}
.single-product .related-courses .meta-tag {
  font-weight: 500;
  color: #6b7280;
}
.single-product .related-courses .meta-tag > span {
  display: none;
}
.single-product .related-courses .meta-tag img {
  filter: contrast(0);
}
.single-product .related-courses .course-action {
  border-left: 0px;
}
.single-product .related-courses {
  padding: 96px 0;
  background: var(--bg-white);
}
.single-product .related-courses h2 {
  font-weight: 800;
  margin-bottom: 40px;
  color: #1a2428;
}
.single-product .related-courses h2:before {
  content: unset;
}

/* ════════════════════════════════════════
   LEFT COLUMN
════════════════════════════════════════ */
.course-main {
  min-width: 0;
}

/* Page title */
.course-main__title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #0d191c;
  letter-spacing: 0;
  line-height: 45px;
  margin-bottom: 16px;
  margin-top: 0px;
}

/* Meta pills row */
.course-main__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.meta-pill {
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.meta-pill--cyan {
  background: var(--cyan);
  color: var(--white);
}

.meta-pill--outline {
  background: #e7f1f4;
  color: #0d191c;
  border: 1px solid #d1e4e9;
}

.meta-pill svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.single-product .course-main__meta .meta-pill img {
  display: none;
}
.single-product .course-main__meta .meta-pill {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  border-radius: var(--radius-sm);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.single-product .course-main__meta .meta-pill--outline {
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #f3f4f6;
}
.single-product .course-main__meta .meta-pill--cyan {
  background: rgba(7, 169, 214, 0.1);
  color: var(--cyan);
}
/* ── Shared card block ── */
.course-block {
  margin-bottom: 18px;
}

.course-block__title {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0d191c;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.course-block__title::before {
  content: "";
  width: 6px;
  height: 32px;
  border-radius: 9999px;
  background-color: var(--cyan);
}

/* ── Objectives grid ── */
.objectives-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.objective-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--white);
  border: 1px solid #e7f1f4;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 0;
}

.objective-item .icon {
  color: var(--cyan);
  margin-top: 2px;
}

.objective-item .icon svg {
  width: 20px;
  height: 20px;
}

.objective-item p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #488b9d;
  line-height: 22.5px;
}

/* ── Description ── */
.course-description-body {
  font-size: 0.83rem;
  color: var(--text-body);
  line-height: 1.7;
  font-family: "Inter", sans-serif;
}

.course-description-body p {
  margin-bottom: 10px;
}

.course-description-body p:last-child {
  margin-bottom: 0;
}

.course-description-body ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.course-description-body li {
  margin-bottom: 4px;
  font-size: 0.8rem;
}

.course-description-body strong {
  color: var(--cyan);
  font-weight: 700;
}

/* ── Public Cible ── */
.course-block.public_cible {
  padding: 24px;
  border-radius: var(--radius);
  background-color: #f0f9fb;
  border: 1px solid rgba(7, 168, 210, 10%);
}

.public_cible .course-block__title {
  margin-bottom: 16px;
}

.public_cible .course-block__title img {
  width: 20px;
  height: 20px;
}

.public_cible .course-block__title::before {
  content: unset;
}

.public-cible__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.public-cible__list li {
  font-size: 14px;
  line-height: 20px;
  color: #488b9d;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Inter", sans-serif;
}

/* ── Programme accordion ── */
.programme-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.programme-item {
  border: 1px solid #e7f1f4;
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  background: var(--white);
}

.programme-item:hover {
  box-shadow: var(--shadow-sm);
}

.programme-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  background: #f8fbfc;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Inter", sans-serif;
  transition: background 0.18s ease;
}

.programme-item__trigger:hover {
  background: var(--bg-page);
}

.programme-item__label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0d191c;
  line-height: 24px;
  flex: 1;
  font-family: "Inter", sans-serif;
}

.programme-item__chevron {
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.programme-item__chevron img {
  width: 12px;
  height: 7px;
  color: #0d191c;
  transition:
    transform 0.3s ease,
    color 0.2s ease;
}

.programme-item--open .programme-item__trigger {
  background: #f8fbfc;
}

.programme-item--open .programme-item__label {
  color: #0d191c;
}

.programme-item--open .programme-item__chevron img {
  color: var(--white);
  transform: rotate(180deg);
}

.programme-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.programme-item--open .programme-item__body {
  max-height: 600px;
}

.programme-item__content {
  padding: 0 16px 14px;
  border-top: 1px solid var(--border-light);
}

.programme-item__content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.programme-item__content li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #488b9d;
  line-height: 20px;
}

.programme-item__content li::marker {
  flex-shrink: 0;
  color: var(--cyan);
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.9rem;
}

/* ════════════════════════════════════════
   RIGHT COLUMN — PRICE CARD
════════════════════════════════════════ */
.course-sidebar {
  position: sticky;
  top: 24px;
}
.course-sidebar > div:not(:last-child) {
  margin-bottom: 24px;
}
.price-card {
  background: var(--bg-white);
  border-radius: var(--radius-card-icon);
  border: 1px solid #e7f1f4;
  box-shadow: var(--price-card-shadow);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.price-card:hover {
  box-shadow: var(--price-card-shadow-hover);
}

.price-card .variation_form_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 24px;
  margin-bottom: 0;
  gap: 8px;
  color: #0d191c;
}

/* ── Date header strip ── */
.price-card__date {
  background: var(--cyan);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.date-box {
  background: var(--white);
  border-radius: var(--radius-sm);
  min-width: 48px;
  text-align: center;
  padding: 8px;
  line-height: 1;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.date-box .month {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cyan);
  letter-spacing: 0;
  margin-bottom: 0px;
}

.date-box .day {
  font-size: 30px;
  font-weight: 800;
  color: var(--cyan);
  line-height: 36px;
}

.date-info {
  color: var(--white);
}

.date-info .label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
}

.date-info .value {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/* ── Meta info rows ── */
.price-card__meta {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #e7f1f4;
}

.price-card__meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Inter", sans-serif;
}

.price-card__meta-row:last-child {
  border-bottom: none;
}

.price-card__meta-row img {
  width: 20px;
  height: 20px;
  color: var(--cyan);
  flex-shrink: 0;
  margin-top: px;
}

.price-card__meta-label {
  font-size: 12px;
  font-weight: 600;
  color: #488b9d;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  margin-bottom: 2px;
  line-height: 16px;
}

.price-card__meta-value {
  font-size: 16px;
  font-weight: 500;
  color: #0d191c;
  line-height: 24px;
}

/* Language select */
.price-card__lang-select {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0d191c;
  width: 100%;
  appearance: none;
  cursor: pointer;
  padding: 6px 12px;
  border: 1px solid #f8fbfc;
  border-radius: var(--radius-sm);
  background: #f8fbfc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  margin-top: 4px;
}

.price-card__lang-select:is(:hover, :focus, :focus-within, :focus-visible) {
  outline: none;
}

/* Duree / Niveau grid */
.price-card__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.price-card__two-col .price-card__meta-row {
  padding: 12px;
  background-color: #f8fbfc;
  border: 1px solid #e7f1f4;
  border-radius: var(--radius);
}

.price-card__two-col .price-card__meta-row .price-card__meta-label {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin: 0;
}

.price-card__two-col .price-card__meta-row .price-card__meta-value {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: bold;
}

/* ── Price block — label left, amount right on same row ── */
.price-card__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 24px 12px;
  border-top: 1px solid var(--border-light);
}

.price-card__price .tax,
.price-card__price-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #488b9d;
  white-space: nowrap;
}

.price-card__price-right {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-shrink: 0;
}

/* .price-card__price .amount {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #0d191c;
  letter-spacing: 0px;
  line-height: 36px;
} */
.price-card__price .amount {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #0d191c;
  letter-spacing: 0px;
  line-height: 36px;
}

.price-card__price .tax {
  font-weight: 400;
  text-transform: uppercase;
}

/* ── CTA button ── */
.price-card .price-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 24px 0;
  padding: 13px 20px;
  background: var(--cyan);
  color: var(--white);
  border-radius: var(--radius-btn);
  font-size: 0.85rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition:
    background 0.18s ease,
    transform 0.15s ease,
    box-shadow 0.18s ease;
  box-shadow: 0 4px 14px rgba(7, 169, 214, 0.35);
  border: 1px solid var(--cyan);
  width: -webkit-fill-available;
}

.price-card .price-card__btn:hover {
  background: var(--cyan-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(7, 169, 214, 0.45);
  border: 1px solid var(--cyan-dark);
}

.price-card .price-card__btn svg {
  width: 15px;
  height: 15px;
}

/* ── Note below CTA ── */
.price-card__note {
  font-size: 11px;
  color: #488b9d;
  text-align: center;
  padding: 16px 18px 24px;
  font-family: "Inter", sans-serif;
  line-height: 17px;
  margin: 0;
}

.formation_enterprice {
  padding: 24px;
  background: #1a2428;
  border-radius: var(--radius-card-icon);
  font-family: "Inter", sans-serif;
}

.formation_enterprice h2 {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.formation_enterprice a,
.formation_enterprice p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #9ca3af;
}
.formation_enterprice a {
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
}

/* ════════════════════════════════════════
   PROGRAMME DÉTAILLÉ – numbered list block
════════════════════════════════════════ */
.programme-detaille {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border: 1px solid #f3f4f6;
  border-radius: var(--radius-card-icon);
  padding: 32px;
}

.program_details_section .course-block__title::before {
  content: unset;
}

.program_details_section .course-block__title img {
  width: 18px;
  height: 10px;
}

.programme-detaille__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #f9fafb;
}

.programme-detaille__item:first-child {
  padding-top: 0;
}

.programme-detaille__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Number badge */
.programme-detaille__number {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #07a9d666;
  font-family: "Inter", sans-serif;
  min-width: 22px;
  padding-top: 2px;
}

/* Right content */
.programme-detaille__body {
  flex: 1;
  min-width: 0;
}

.programme-detaille__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}

/* Tags row — inline, separated by spacing */
.programme-detaille__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 25px;
  align-items: center;
}

.programme-detaille__tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #6b7280;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

/* Variation radios */
.variation-radios {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variation-radios .radio-card {
  display: block;
  cursor: pointer;
}
.variation-radios .radio-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.variation-radios .radio-card .card-content {
  background: #fff;
  border: 1.5px solid #e7f1f4;
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.18s;
  position: relative;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.variation-radios .radio-card .card-content::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e7f1f4;
  background: transparent;
  transition: border-color 0.18s;
  flex-shrink: 0;
}
.variation-radios .radio-card .card-content::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0px solid #e7f1f4;
  background: transparent;
  transition: border-color 0.18s;
  flex-shrink: 0;
}
.variation-radios .radio-card .card-content {
  padding-left: 50px;
}

.radio-card:hover .card-content {
  border-color: #e7f1f4;
}
.radio-card input:checked ~ .card-content {
  border-color: #07a9d6;
  border-width: 1px;
}
.radio-card input:checked ~ .card-content::before {
  border-color: #07a9d6;
}
.radio-card input:checked ~ .card-content::after {
  background: #07a9d6;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.card-header .date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  color: #0d191c;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.card-header .badge {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.card-body .time,
.card-body .location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #488b9d;
}
.card-body .time img,
.card-body .location img {
  width: 14px;
  height: 14px;
  display: none;
}
.card-body .time::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M7.75833 8.575L8.575 7.75833L6.41667 5.6V2.91667H5.25V6.06667L7.75833 8.575ZM5.83333 11.6667C5.02639 11.6667 4.26806 11.5135 3.55833 11.2073C2.84861 10.901 2.23125 10.4854 1.70625 9.96042C1.18125 9.43542 0.765625 8.81806 0.459375 8.10833C0.153125 7.39861 0 6.64028 0 5.83333C0 5.02639 0.153125 4.26806 0.459375 3.55833C0.765625 2.84861 1.18125 2.23125 1.70625 1.70625C2.23125 1.18125 2.84861 0.765625 3.55833 0.459375C4.26806 0.153125 5.02639 0 5.83333 0C6.64028 0 7.39861 0.153125 8.10833 0.459375C8.81806 0.765625 9.43542 1.18125 9.96042 1.70625C10.4854 2.23125 10.901 2.84861 11.2073 3.55833C11.5135 4.26806 11.6667 5.02639 11.6667 5.83333C11.6667 6.64028 11.5135 7.39861 11.2073 8.10833C10.901 8.81806 10.4854 9.43542 9.96042 9.96042C9.43542 10.4854 8.81806 10.901 8.10833 11.2073C7.39861 11.5135 6.64028 11.6667 5.83333 11.6667ZM5.83333 10.5C7.12639 10.5 8.22743 10.0455 9.13646 9.13646C10.0455 8.22743 10.5 7.12639 10.5 5.83333C10.5 4.54028 10.0455 3.43924 9.13646 2.53021C8.22743 1.62118 7.12639 1.16667 5.83333 1.16667C4.54028 1.16667 3.43924 1.62118 2.53021 2.53021C1.62118 3.43924 1.16667 4.54028 1.16667 5.83333C1.16667 7.12639 1.62118 8.22743 2.53021 9.13646C3.43924 10.0455 4.54028 10.5 5.83333 10.5Z' fill='%23488B9D'/%3E%3C/svg%3E") no-repeat center/contain;

  flex-shrink: 0;
}
.card-body .location::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath d='M4.66667 5.83333C4.9875 5.83333 5.26215 5.7191 5.49062 5.49062C5.7191 5.26215 5.83333 4.9875 5.83333 4.66667C5.83333 4.34583 5.7191 4.07118 5.49062 3.84271C5.26215 3.61424 4.9875 3.5 4.66667 3.5C4.34583 3.5 4.07118 3.61424 3.84271 3.84271C3.61424 4.07118 3.5 4.34583 3.5 4.66667C3.5 4.9875 3.61424 5.26215 3.84271 5.49062C4.07118 5.7191 4.34583 5.83333 4.66667 5.83333ZM4.66667 10.1208C5.85278 9.03194 6.73264 8.04271 7.30625 7.15312C7.87986 6.26354 8.16667 5.47361 8.16667 4.78333C8.16667 3.72361 7.82882 2.8559 7.15312 2.18021C6.47743 1.50451 5.64861 1.16667 4.66667 1.16667C3.68472 1.16667 2.8559 1.50451 2.18021 2.18021C1.50451 2.8559 1.16667 3.72361 1.16667 4.78333C1.16667 5.47361 1.45347 6.26354 2.02708 7.15312C2.60069 8.04271 3.48056 9.03194 4.66667 10.1208ZM4.66667 11.6667C3.10139 10.3347 1.93229 9.09757 1.15937 7.95521C0.386458 6.81285 0 5.75556 0 4.78333C0 3.325 0.469097 2.16319 1.40729 1.29792C2.34549 0.432639 3.43194 0 4.66667 0C5.90139 0 6.98785 0.432639 7.92604 1.29792C8.86424 2.16319 9.33333 3.325 9.33333 4.78333C9.33333 5.75556 8.94688 6.81285 8.17396 7.95521C7.40104 9.09757 6.23194 10.3347 4.66667 11.6667Z' fill='%23488B9D'/%3E%3C/svg%3E") no-repeat center/contain;
    
  flex-shrink: 0;
}

.badge[class*="dernieres"],
[class*="dernieres-places"] .badge,
.badge:contains("Dernières") {
  background: #faeeda;
  color: #854f0b;
}
.badge.default {
  background: #faeeda;
  color: #854f0b;
}

.radio-card .badge.orange,
.radio-card .badge.orange,
.radio-card .badge.orange {
  background: #ffedd5;
  color: #c2410c;
}
.radio-card .badge.green,
.radio-card .badge.green,
.radio-card .badge.green {
  background: #dcfce7;
  color: #15803d;
}
/* =============================================================
   RESPONSIVE
   ============================================================= */

/* Large tablet */
@media (max-width: 1023px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }

  .pricing-card--featured {
    transform: none;
    margin-bottom: 30px;
  }
  .pricing-card--featured:hover {
    transform: translateY(-4px);
  }
  /* Training banner */
  .training-banner__heading {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .training-banner__features {
    gap: 14px 20px;
  }
  .feature-item {
    max-width: 160px;
  }

  /* Course listing */
  /* Course listing */
  .course-layout {
    flex-direction: column;
  }
  .course-sidebar {
    width: 100%;
  }

  /* Card stays as a row but allows content to wrap onto next line */
  .course-card {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }

  /* Date box + image stay inline (natural row order, no change needed) */
  .course-date {
    flex-shrink: 0;
  }
  .course-image {
    flex-shrink: 0;
  }

  /* Content takes full width on its own line below date + image */
  .course-content {
    flex: 1 1 100%;
    padding: 0;
    max-width: 100%;
  }

  /* Action (price + button) also full width, left-aligned */
  .course-action {
    flex: 1 1 100%;
    text-align: left;
    border-left: none;
    border-top: 1px solid var(--border-light);
    max-width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  /* Packs promotionnels */
  .promo-packs__grid {
  }
  .promo-pack-card {
    flex-direction: column;
  }
  .promo-pack-card__image-wrap {
    width: 110px;
    height: 110px;
  }
  .promo-pack-card__name {
    font-size: 16px;
  }
  .promo-packs__title {
    font-size: 1.3rem;
  }

  /* Credits */
  .credits-section__title {
    font-size: 1.5rem;
  }

  /* FAQ */
  .faq-section {
    padding: 44px 0;
  }
  .faq-section__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .faq-section__desc {
    max-width: 100%;
  }
  .faq-section__heading {
    font-size: 1.6rem;
  }
  .faq-item__trigger {
    padding: 16px 4px;
  }
  .faq-item__question {
    font-size: 0.85rem;
  }
  .course-page-layout-wrapper {
    grid-template-columns: 1fr;
  }

  .course-sidebar {
    position: static;
    order: -1;
  }

  .price-card {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  /* Training banner */
  .training-banner {
  }
  .training-banner__content {
    padding: 48px 20px;
  }
  .training-banner__badge {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
  }
  .training-banner__heading {
    font-size: 2rem;
    margin-bottom: 28px;
    line-height: 1.1;
  }
  .training-banner__features {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
  }
  .feature-item {
    max-width: 260px;
  }
  .training-banner__ctas {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    padding: 14px 20px;
  }
  .meta-list {
    flex-wrap: wrap;
    gap: 12px;
  }

  .course-action .price {
    font-size: 18px;
    margin-bottom: 0px;
  }
  /* Packs promotionnels */
  .promo-packs__grid {
    grid-template-columns: 1fr;
  }
  .promo-packs__accent-line {
    display: none;
  }
  .promo-pack-card {
    flex-direction: column;
  }
  .promo-pack-card__image-wrap {
    width: 100%;
    height: 170px;
  }
  .promo-pack-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .btn-pack {
    width: 100%;
    text-align: center;
    font-size: 0.78rem;
    padding: 10px 16px;
  }
  .objectives-grid {
    grid-template-columns: 1fr;
  }

  .course-main__title {
    font-size: 1.3rem;
  }

  .price-card__two-col {
    grid-template-columns: 1fr;
  }

  .price-card__two-col .price-card__meta-row:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border-light);
  }

  .programme-detaille__tags {
    gap: 4px 12px;
  }

  .programme-detaille__tag {
    font-size: 0.72rem;
  }

  .programme-detaille__item {
    gap: 14px;
    padding: 18px 0;
  }
}
