:root {
  --pe-navy: #0d1b3e;
  --pe-navy-2: #162a55;
  --pe-blue: #1d5fd1;
  --pe-blue-light: #e9f1ff;
  --pe-orange: #e8671f;
  --pe-gold: #f1b53b;
  --pe-green: #167d62;
  --pe-ink: #172033;
  --pe-muted: #5c667a;
  --pe-line: #dce3ee;
  --pe-soft: #f4f7fb;
  --pe-white: #fff;
  --pe-shadow: 0 22px 60px rgba(13, 27, 62, 0.12);
  --pe-radius: 22px;
  --pe-container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.pe-v72-managed {
  margin: 0;
  color: var(--pe-ink);
  background: var(--pe-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.pe-v72-global-shell {
  color: var(--pe-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* V72 provides one controlled shell on legacy pages. The old theme and
   Elementor headers remain stored in WordPress but are no longer displayed. */
.pe-v72-global-shell .elementor-location-header,
.pe-v72-global-shell header.site-header,
.pe-v72-global-shell .site-header,
.pe-v72-global-shell #masthead,
.pe-v72-global-shell .jet-theme-core-location-header,
.pe-v72-global-shell .elementor-location-footer,
.pe-v72-global-shell footer.site-footer,
.pe-v72-global-shell .site-footer,
.pe-v72-global-shell #colophon,
.pe-v72-global-shell .jet-theme-core-location-footer {
  display: none !important;
}

.pe-v72-global-shell > .pe-header,
.pe-v72-global-shell > .pe-topline,
.pe-v72-global-shell > .pe-footer {
  display: block !important;
}

.pe-v72-managed h1,
.pe-v72-managed h2,
.pe-v72-managed h3,
.pe-v72-managed p,
.pe-v72-managed ul,
.pe-v72-managed ol,
.pe-v72-managed dl {
  margin-top: 0;
}

.pe-v72-managed h1,
.pe-v72-managed h2,
.pe-v72-managed h3 {
  color: var(--pe-navy);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.pe-v72-managed h1 {
  max-width: 980px;
  font-size: clamp(2.55rem, 6vw, 5.2rem);
}

.pe-v72-managed h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.pe-v72-managed h3 {
  font-size: 1.35rem;
}

.pe-v72-managed a {
  color: inherit;
}

.pe-v72-managed :focus-visible {
  outline: 3px solid var(--pe-gold);
  outline-offset: 4px;
}

.pe-container {
  width: min(calc(100% - 32px), var(--pe-container));
  margin-inline: auto;
}

.pe-main {
  min-height: 60vh;
}

.pe-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99999;
  padding: 10px 16px;
  color: var(--pe-white);
  background: var(--pe-navy);
  transform: translateY(-160%);
}

.pe-skip-link:focus {
  transform: translateY(0);
}

.pe-topline {
  color: #dbe7ff;
  background: var(--pe-navy);
  font-size: 0.78rem;
}

.pe-topline-inner,
.pe-topline-inner div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pe-topline-inner {
  min-height: 34px;
}

.pe-topline a {
  color: var(--pe-white);
  text-decoration: none;
}

.pe-topline .pe-certificate-link {
  padding: 4px 9px;
  border: 1px solid rgba(255, 210, 134, 0.55);
  border-radius: 999px;
  color: #ffd286;
  font-weight: 800;
}

.pe-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  border-bottom: 1px solid rgba(220, 227, 238, 0.8);
  background: rgba(255, 255, 255, 0.95);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.admin-bar .pe-header {
  top: 32px;
}

.pe-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 35px rgba(13, 27, 62, 0.1);
}

.pe-trust-strip {
  position: sticky;
  top: 78px;
  z-index: 9985;
  border-bottom: 1px solid rgba(220, 227, 238, 0.9);
  background: linear-gradient(90deg, rgba(13, 27, 62, 0.98), rgba(29, 95, 209, 0.96));
  color: var(--pe-white);
  box-shadow: 0 12px 26px rgba(13, 27, 62, 0.12);
}

.admin-bar .pe-trust-strip {
  top: 110px;
}

.pe-trust-strip-inner {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow-x: auto;
  font-size: 0.83rem;
  scrollbar-width: none;
}

.pe-trust-strip-inner::-webkit-scrollbar {
  display: none;
}

.pe-trust-strip span,
.pe-trust-strip a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.pe-trust-strip strong {
  color: #ffd286;
}

.pe-trust-strip a {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--pe-white);
  font-weight: 850;
  text-decoration: none;
}

.pe-header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pe-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--pe-navy);
  text-decoration: none;
  white-space: nowrap;
}

.pe-brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px 4px 15px 4px;
  color: var(--pe-white);
  background: linear-gradient(135deg, var(--pe-blue), var(--pe-navy));
  box-shadow: 0 10px 25px rgba(29, 95, 209, 0.24);
  font-weight: 800;
}

.pe-brand strong,
.pe-brand small {
  display: block;
}

.pe-brand strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.pe-brand small {
  color: var(--pe-muted);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pe-desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pe-nav-dropdown {
  position: relative;
}

.pe-nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pe-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 20;
  display: grid;
  width: 280px;
  padding: 12px;
  border: 1px solid var(--pe-line);
  border-radius: 16px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pe-nav-dropdown:hover .pe-nav-dropdown-menu,
.pe-nav-dropdown:focus-within .pe-nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.pe-nav-dropdown-menu a {
  padding: 10px 12px;
  border-radius: 10px;
}

.pe-nav-dropdown-menu a:hover {
  background: var(--pe-soft);
}

.pe-desktop-nav a {
  position: relative;
  padding-block: 8px;
  color: var(--pe-navy);
  font-size: 0.89rem;
  font-weight: 650;
  text-decoration: none;
}

.pe-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--pe-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.pe-desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pe-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pe-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--pe-line);
  border-radius: 12px;
  background: var(--pe-white);
}

.pe-menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--pe-navy);
}

.pe-mobile-nav {
  border-top: 1px solid var(--pe-line);
  background: var(--pe-white);
}

.pe-mobile-nav .pe-container {
  display: grid;
  gap: 4px;
  padding-block: 12px 22px;
}

.pe-mobile-nav a:not(.pe-button) {
  padding: 10px 4px;
  color: var(--pe-navy);
  font-weight: 650;
  text-decoration: none;
}

.pe-mobile-heading {
  margin-top: 10px;
  padding: 10px 4px 4px;
  color: var(--pe-orange);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pe-mobile-nav .pe-mobile-sublink {
  padding-left: 18px;
  color: var(--pe-muted);
}

.pe-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.pe-button-small {
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 12px;
}

.pe-button-primary {
  color: var(--pe-white) !important;
  background: linear-gradient(135deg, var(--pe-orange), #f08a33);
  box-shadow: 0 12px 25px rgba(232, 103, 31, 0.25);
}

.pe-button-secondary {
  color: var(--pe-navy) !important;
  border-color: #cbd7eb;
  background: var(--pe-white);
}

.pe-button-light {
  color: var(--pe-navy) !important;
  background: var(--pe-white);
}

.pe-button-outline-light,
.pe-button-dark-outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--pe-white) !important;
  background: transparent;
}

.pe-button-whatsapp {
  color: var(--pe-white) !important;
  background: #168a5e;
}

.pe-hero {
  position: relative;
  overflow: hidden;
  color: var(--pe-white);
  background:
    radial-gradient(circle at 84% 16%, rgba(241, 181, 59, 0.2), transparent 22%),
    radial-gradient(circle at 16% 80%, rgba(54, 141, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #08142f 0%, #102c63 58%, #175dc0 100%);
}

.pe-hero::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent);
  pointer-events: none;
}

.pe-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  align-items: center;
  gap: 70px;
  padding-block: 90px;
}

.pe-hero h1,
.pe-hero h2,
.pe-hero p {
  color: var(--pe-white);
}

.pe-eyebrow,
.pe-card-category,
.pe-panel-kicker {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--pe-orange);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pe-hero .pe-eyebrow,
.pe-elearning-hero .pe-eyebrow,
.pe-formation-hero .pe-eyebrow,
.pe-quality-band .pe-eyebrow {
  color: #ffd286;
}

.pe-lead {
  max-width: 790px;
  color: #dae6fb !important;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.pe-actions,
.pe-card-actions,
.pe-course-actions,
.pe-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pe-text-link {
  padding: 10px;
  color: var(--pe-white) !important;
  font-weight: 750;
}

.pe-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.pe-trust-row span,
.pe-badges span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #e8f0ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
}

.pe-hero-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.pe-hero-panel h2 {
  font-size: 2rem;
}

.pe-hero-panel ol {
  padding-left: 1.25rem;
  color: #e7efff;
}

.pe-hero-panel a {
  color: #ffd286;
  font-weight: 750;
}

.pe-section {
  padding-block: clamp(72px, 9vw, 120px);
}

.pe-section-soft {
  background: var(--pe-soft);
}

.pe-section-heading {
  max-width: 780px;
  margin-bottom: 44px;
}

.pe-section-heading p {
  color: var(--pe-muted);
}

.pe-formation-grid,
.pe-domain-grid,
.pe-title-grid,
.pe-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pe-formation-card,
.pe-domain-card,
.pe-title-card,
.pe-content-card,
.pe-course-card {
  border: 1px solid var(--pe-line);
  border-radius: var(--pe-radius);
  background: var(--pe-white);
  box-shadow: 0 10px 30px rgba(13, 27, 62, 0.05);
}

.pe-qualiopi-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 42px;
}

.pe-qualiopi-nav a {
  display: block;
  padding: 20px;
  border: 1px solid var(--pe-line);
  border-radius: 16px;
  color: var(--pe-navy);
  background: var(--pe-white);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pe-qualiopi-nav a:hover {
  border-color: #a9c5f4;
  box-shadow: 0 14px 35px rgba(13, 27, 62, 0.1);
  transform: translateY(-3px);
}

.pe-qualiopi-nav strong,
.pe-qualiopi-nav span {
  display: block;
}

.pe-qualiopi-nav span {
  margin-top: 5px;
  color: var(--pe-muted);
  font-size: 0.78rem;
}

.pe-update-log {
  margin-top: 42px;
  padding: clamp(24px, 5vw, 44px);
  border-radius: var(--pe-radius);
  color: #dce8fb;
  background: linear-gradient(135deg, var(--pe-navy), #174fa3);
}

.pe-update-log h2 {
  color: var(--pe-white);
}

.pe-update-log li {
  margin-bottom: 8px;
}

.pe-formation-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pe-formation-card:hover {
  border-color: #a9c5f4;
  box-shadow: var(--pe-shadow);
  transform: translateY(-7px);
}

.pe-formation-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 15px;
  color: var(--pe-white);
  background: linear-gradient(135deg, var(--pe-blue), var(--pe-navy));
  font-weight: 850;
}

.pe-formation-card p {
  color: var(--pe-muted);
}

.pe-formation-card dl {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--pe-line);
}

.pe-formation-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 3px;
  font-size: 0.82rem;
}

.pe-formation-card dt {
  color: var(--pe-muted);
}

.pe-formation-card dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.pe-card-actions {
  margin-top: 18px;
}

.pe-card-actions a,
.pe-title-card .pe-actions a,
.pe-course-actions a {
  color: var(--pe-blue);
  font-weight: 750;
  text-decoration: none;
}

.pe-two-columns,
.pe-contact-split,
.pe-quality-grid,
.pe-content-grid,
.pe-formation-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.pe-check-list {
  padding: 0;
  list-style: none;
}

.pe-check-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 32px;
}

.pe-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--pe-white);
  background: var(--pe-green);
  content: "✓";
  font-size: 0.72rem;
}

.pe-info-stack {
  display: grid;
  gap: 14px;
}

.pe-info-stack article {
  display: flex;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--pe-line);
  border-radius: 20px;
  background: var(--pe-white);
}

.pe-info-stack article > span {
  color: var(--pe-orange);
  font-weight: 850;
}

.pe-info-stack h3,
.pe-info-stack p {
  margin-bottom: 6px;
}

.pe-domain-card,
.pe-content-card,
.pe-title-card {
  padding: 28px;
}

.pe-domain-card p,
.pe-content-card p {
  color: var(--pe-muted);
}

.pe-quality-band {
  color: #dae6fb;
  background: linear-gradient(135deg, var(--pe-navy), #153f82);
}

.pe-quality-band h2,
.pe-quality-band p {
  color: var(--pe-white);
}

.pe-quality-grid {
  align-items: center;
}

.pe-quality-actions {
  justify-content: flex-end;
}

.pe-quality-actions .pe-button:first-child {
  box-shadow: 0 12px 30px rgba(3, 15, 38, 0.24);
}

.pe-filter-bar {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  margin-bottom: 34px;
  padding-bottom: 8px;
}

.pe-filter-bar button {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid var(--pe-line);
  border-radius: 999px;
  color: var(--pe-navy);
  background: var(--pe-white);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
}

.pe-filter-bar button.is-active {
  border-color: var(--pe-navy);
  color: var(--pe-white);
  background: var(--pe-navy);
}

.pe-notice,
.pe-warning,
.pe-method {
  margin-top: 32px;
  padding: 24px;
  border-left: 4px solid var(--pe-blue);
  border-radius: 0 16px 16px 0;
  background: var(--pe-blue-light);
}

.pe-warning {
  border-left-color: var(--pe-orange);
  background: #fff2e8;
}

.pe-simple-hero,
.pe-formation-hero {
  padding-block: clamp(70px, 10vw, 130px);
  color: var(--pe-white);
  background:
    radial-gradient(circle at 82% 12%, rgba(241, 181, 59, 0.18), transparent 24%),
    linear-gradient(135deg, var(--pe-navy), #174fa3);
}

.pe-simple-hero h1,
.pe-simple-hero p,
.pe-formation-hero h1,
.pe-formation-hero p {
  color: var(--pe-white);
}

.pe-simple-hero h1,
.pe-formation-hero h1 {
  color: var(--pe-white) !important;
}

.pe-simple-hero p {
  max-width: 760px;
  color: #dce8fb;
  font-size: 1.18rem;
}

.pe-elearning-hero {
  padding-block: clamp(90px, 13vw, 170px);
  color: var(--pe-white);
  background:
    radial-gradient(circle at 78% 16%, rgba(229, 9, 20, 0.24), transparent 24%),
    linear-gradient(135deg, #090a0d, #191b23 60%, #2b1114);
}

.pe-elearning-hero h1,
.pe-elearning-hero p {
  color: var(--pe-white);
}

.pe-elearning-hero p {
  max-width: 760px;
  color: #d3d4d8;
}

.pe-elearning-section {
  color: #f5f5f5;
  background: #101114;
}

.pe-elearning-section h2,
.pe-elearning-section h3 {
  color: var(--pe-white);
}

.pe-elearning-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.pe-elearning-toolbar label {
  color: #d4d5da;
  font-size: 0.78rem;
  font-weight: 700;
}

.pe-elearning-toolbar input {
  display: block;
  width: min(380px, 80vw);
  margin-top: 8px;
  padding: 13px 15px;
  border: 1px solid #3a3c45;
  border-radius: 12px;
  color: var(--pe-white);
  background: #1b1d23;
  font: inherit;
}

.pe-course-card {
  overflow: hidden;
  border-color: #2b2d34;
  background: #191b20;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pe-course-card:hover {
  z-index: 2;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
  transform: translateY(-8px) scale(1.015);
}

.pe-course-cover {
  display: flex;
  aspect-ratio: 16 / 8;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent),
    linear-gradient(135deg, #123e7e, #9d141d);
}

.pe-course-cover span,
.pe-course-cover strong {
  font-size: 0.76rem;
}

.pe-course-content {
  padding: 22px;
}

.pe-course-content p {
  color: #b9bbc3;
}

.pe-course-lessons {
  margin: 16px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.pe-course-lessons summary {
  cursor: pointer;
  padding: 12px 14px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.pe-course-lessons ol {
  margin: 0;
  padding: 0 16px 14px 34px;
  color: #c9ccd5;
  font-size: 0.84rem;
}

.pe-course-lessons li + li {
  margin-top: 6px;
}

.pe-course-meta {
  color: #ef6269 !important;
  font-size: 0.75rem;
  font-weight: 750;
  text-transform: uppercase;
}

.pe-course-actions {
  align-items: flex-start;
  justify-content: space-between;
}

.pe-course-actions a {
  color: #fff;
}

.pe-course-actions span {
  color: #8d909a;
  font-size: 0.7rem;
}

.pe-content-grid {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.pe-content-main {
  display: grid;
  gap: 18px;
}

.pe-content-card h2 {
  font-size: 1.65rem;
}

.pe-sticky-card {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 12px;
  padding: 28px;
  border-radius: var(--pe-radius);
  color: var(--pe-white);
  background: linear-gradient(145deg, var(--pe-navy), #174c9b);
  box-shadow: var(--pe-shadow);
}

.pe-sticky-card h2,
.pe-sticky-card p,
.pe-sticky-card a:not(.pe-button),
.pe-sticky-card small {
  color: var(--pe-white);
}

.pe-certification-panel {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: var(--pe-radius);
  color: var(--pe-white);
  background: linear-gradient(135deg, var(--pe-navy), #1f5db7);
}

.pe-certification-panel span,
.pe-certification-panel strong {
  display: block;
}

.pe-certification-panel span {
  color: #ffd286;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.pe-certification-panel strong {
  font-size: 1.5rem;
}

.pe-certification-panel p {
  margin: 0;
  color: var(--pe-white);
  font-size: 1.2rem;
}

.pe-certification-panel .pe-button-certificate {
  margin-left: auto;
  border-color: #ffd286;
  color: var(--pe-navy);
  background: #ffd286;
  white-space: nowrap;
}

.pe-indicator-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.pe-indicator-grid article {
  padding: 20px;
  border: 1px solid var(--pe-line);
  border-radius: 16px;
  background: var(--pe-white);
}

.pe-indicator-grid span,
.pe-indicator-grid strong,
.pe-indicator-grid small {
  display: block;
}

.pe-indicator-grid span,
.pe-indicator-grid small {
  color: var(--pe-muted);
  font-size: 0.75rem;
}

.pe-indicator-grid strong {
  margin-block: 8px;
  color: var(--pe-navy);
  font-size: 0.88rem;
}

.pe-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--pe-line);
  border-radius: 18px;
}

.pe-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pe-table-wrap th,
.pe-table-wrap td {
  padding: 15px;
  border-bottom: 1px solid var(--pe-line);
  text-align: left;
}

.pe-table-wrap thead {
  color: var(--pe-white);
  background: var(--pe-navy);
}

.pe-update-date {
  margin-top: 15px;
  color: var(--pe-muted);
  font-size: 0.82rem;
}

.pe-title-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.pe-title-card > span {
  color: var(--pe-orange);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pe-title-card dl div {
  padding-block: 8px;
  border-bottom: 1px solid var(--pe-line);
}

.pe-title-card dt {
  color: var(--pe-muted);
  font-size: 0.74rem;
  font-weight: 750;
  text-transform: uppercase;
}

.pe-title-card dd {
  margin: 2px 0 0;
}

.pe-title-card .pe-actions {
  margin-top: auto;
  padding-top: 20px;
}

.pe-contact-details {
  padding: 30px;
  border-radius: var(--pe-radius);
  background: var(--pe-soft);
}

.pe-contact-details address {
  font-style: normal;
  font-weight: 700;
}

.pe-lead-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--pe-line);
  border-radius: var(--pe-radius);
  background: var(--pe-white);
  box-shadow: var(--pe-shadow);
}

.pe-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pe-lead-form label {
  display: block;
  margin-bottom: 15px;
  color: var(--pe-navy);
  font-size: 0.8rem;
  font-weight: 750;
}

.pe-lead-form input,
.pe-lead-form select,
.pe-lead-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #cbd4e2;
  border-radius: 11px;
  color: var(--pe-ink);
  background: var(--pe-white);
  font: inherit;
  font-size: 0.94rem;
}

.pe-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
}

.pe-checkbox input {
  width: auto;
  margin-top: 4px;
}

.pe-honeypot {
  position: absolute;
  left: -9999px;
}

.pe-form-success,
.pe-form-error {
  margin-bottom: 18px;
  padding: 13px;
  border-radius: 10px;
}

.pe-form-success {
  color: #0c5d45;
  background: #e4f7ef;
}

.pe-form-error {
  color: #8d2727;
  background: #fdeaea;
}

.pe-form-page {
  max-width: 900px;
}

.pe-formation-hero-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
}

.pe-formation-hero aside {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.pe-formation-hero aside a {
  color: #ffd286;
  font-weight: 800;
}

.pe-programme {
  counter-reset: programme;
  padding: 0;
  list-style: none;
}

.pe-programme li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 38px;
  counter-increment: programme;
}

.pe-programme li::before {
  position: absolute;
  left: 0;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  color: var(--pe-white);
  background: var(--pe-blue);
  content: counter(programme);
  font-size: 0.7rem;
  font-weight: 800;
}

.pe-legal {
  max-width: 880px;
}

.pe-legal h2 {
  margin-top: 38px;
  font-size: 1.75rem;
}

.pe-footer {
  padding-top: 74px;
  color: #cbd7eb;
  background: #081329;
}

.pe-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr 0.9fr 0.8fr;
  gap: 44px;
}

.pe-brand-footer {
  color: var(--pe-white);
}

.pe-footer h2 {
  color: var(--pe-white);
  font-family: inherit;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pe-footer a,
.pe-footer address {
  display: block;
  margin-bottom: 8px;
  color: #cbd7eb;
  font-style: normal;
  text-decoration: none;
}

.pe-certification {
  color: #ffd286;
}

.pe-footer .pe-footer-certificate {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 210, 134, 0.55);
  border-radius: 10px;
  color: #ffd286;
  font-weight: 800;
}

.pe-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

.pe-footer-bottom div {
  display: flex;
  gap: 18px;
}

.pe-analysis-fields {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(23, 71, 140, 0.24);
  border-radius: var(--pe-radius-small);
  background: rgba(245, 248, 253, 0.92);
}

.pe-section-dark .pe-analysis-fields {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.pe-analysis-fields legend {
  padding-inline: 8px;
  color: var(--pe-navy);
  font-weight: 850;
}

.pe-finder-section {
  padding-block: 72px;
  background:
    radial-gradient(circle at 10% 20%, rgba(241, 181, 59, 0.18), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #edf4ff 48%, #ffffff 100%);
}

.pe-finder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 34px;
  align-items: center;
}

.pe-finder-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(29, 95, 209, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(13, 27, 62, 0.12);
  backdrop-filter: blur(14px);
}

.pe-finder-card label {
  display: block;
  margin-bottom: 10px;
  color: var(--pe-navy);
  font-weight: 900;
}

.pe-finder-card input[type="search"] {
  width: 100%;
  min-height: 56px;
  margin-bottom: 18px;
  padding: 0 18px;
  border: 2px solid #c8d8ef;
  border-radius: 16px;
  color: var(--pe-ink);
  background: var(--pe-white);
  font-size: 1rem;
}

.pe-search-results {
  display: grid;
  max-height: 410px;
  gap: 10px;
  overflow-y: auto;
  padding-right: 6px;
}

.pe-site-search-result {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #d7e3f4;
  border-radius: 16px;
  color: inherit;
  background: var(--pe-white);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pe-site-search-result:hover,
.pe-site-search-result:focus-visible {
  border-color: rgba(29, 95, 209, 0.55);
  box-shadow: 0 14px 28px rgba(29, 95, 209, 0.12);
  transform: translateY(-2px);
}

.pe-site-search-result span {
  color: var(--pe-blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pe-site-search-result strong {
  color: var(--pe-navy);
  line-height: 1.2;
}

.pe-site-search-result small {
  color: var(--pe-muted);
  font-weight: 750;
  text-align: right;
}

.pe-conversion-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pe-conversion-note span {
  padding: 6px 10px;
  border: 1px solid rgba(22, 125, 98, 0.2);
  border-radius: 999px;
  color: #0f6d54;
  background: rgba(22, 125, 98, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.pe-section-dark .pe-analysis-fields legend,
.pe-section-dark .pe-analysis-fields .pe-form-help {
  color: var(--pe-white);
}

.pe-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 102px;
  z-index: 9980;
  display: flex;
  min-width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--pe-white) !important;
  background: #168a5e;
  box-shadow: 0 15px 40px rgba(22, 138, 94, 0.35);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.pe-action-dock {
  position: fixed;
  right: 50%;
  bottom: 18px;
  z-index: 9975;
  display: grid;
  grid-template-columns: repeat(4, minmax(84px, 1fr));
  width: min(560px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(13, 27, 62, 0.92);
  box-shadow: 0 18px 55px rgba(13, 27, 62, 0.28);
  backdrop-filter: blur(18px);
  transform: translateX(50%);
}

.pe-action-dock a {
  display: grid;
  min-height: 58px;
  place-items: center;
  gap: 1px;
  padding: 8px 10px;
  color: var(--pe-white);
  font-size: 0.72rem;
  text-align: center;
  text-decoration: none;
}

.pe-action-dock a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.pe-action-dock span {
  color: #ffd286;
  font-size: 1.05rem;
  font-weight: 900;
}

.pe-action-dock strong {
  font-size: 0.73rem;
  letter-spacing: 0.01em;
}

.pe-action-dock a:hover,
.pe-action-dock a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.pe-whatsapp > span:first-child {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--pe-white);
  border-radius: 50%;
}

.pe-cookie {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 9990;
  width: min(430px, calc(100vw - 40px));
  padding: 20px;
  border: 1px solid var(--pe-line);
  border-radius: 16px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow);
}

.pe-cookie p {
  margin-bottom: 12px;
  font-size: 0.84rem;
}

.pe-cookie div {
  display: flex;
  gap: 8px;
}

.pe-cookie button {
  padding: 9px 12px;
  border: 1px solid var(--pe-line);
  border-radius: 9px;
  color: var(--pe-navy);
  background: var(--pe-soft);
  font-weight: 700;
}

.pe-cookie button:last-child {
  color: var(--pe-white);
  background: var(--pe-navy);
}

.pe-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pe-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

@media (max-width: 1120px) {
  .pe-desktop-nav {
    display: none;
  }

  .pe-menu-toggle {
    display: block;
  }

  .pe-formation-grid,
  .pe-domain-grid,
  .pe-title-grid,
  .pe-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-indicator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-qualiopi-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-finder-grid {
    grid-template-columns: 1fr;
  }

  .pe-site-search-result {
    grid-template-columns: 1fr;
  }

  .pe-site-search-result small {
    text-align: left;
  }
}

@media (max-width: 782px) {
  .admin-bar .pe-header {
    top: 46px;
  }

  .pe-topline {
    display: none;
  }

  .pe-trust-strip {
    top: 78px;
  }

  .admin-bar .pe-trust-strip {
    top: 124px;
  }

  .pe-header-actions > .pe-button {
    display: none;
  }

  .pe-hero-grid,
  .pe-two-columns,
  .pe-contact-split,
  .pe-quality-grid,
  .pe-content-grid,
  .pe-formation-hero-grid {
    grid-template-columns: 1fr;
  }

  .pe-hero-grid {
    min-height: auto;
    gap: 35px;
    padding-block: 68px;
  }

  .pe-sticky-card {
    position: static;
  }

  .pe-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.pe-v72-managed {
    font-size: 16px;
  }

  .pe-container {
    width: min(calc(100% - 24px), var(--pe-container));
  }

  .pe-brand small {
    display: none;
  }

  .pe-brand-mark {
    width: 42px;
    height: 42px;
  }

  .pe-formation-grid,
  .pe-domain-grid,
  .pe-title-grid,
  .pe-course-grid,
  .pe-indicator-grid,
  .pe-form-grid,
  .pe-footer-grid {
    grid-template-columns: 1fr;
  }

  .pe-qualiopi-nav {
    grid-template-columns: 1fr;
  }

  .pe-section {
    padding-block: 64px;
  }

  .pe-hero-panel {
    padding: 24px;
  }

  .pe-elearning-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .pe-elearning-toolbar input {
    width: 100%;
  }

  .pe-certification-panel,
  .pe-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pe-footer-bottom div {
    flex-direction: column;
    gap: 4px;
  }

  .pe-whatsapp {
    width: 58px;
    min-width: 58px;
    bottom: 88px;
    padding: 0;
  }

  .pe-whatsapp-label {
    display: none;
  }

  .pe-trust-strip-inner {
    min-height: 42px;
    font-size: 0.76rem;
  }

  .pe-finder-section {
    padding-block: 52px;
  }

  .pe-finder-card {
    padding: 18px;
  }

  .pe-action-dock {
    bottom: 10px;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 24px;
  }

  .pe-action-dock a {
    min-height: 64px;
    padding: 8px 4px;
  }
}

@media (max-width: 760px) {
  .pe-topline-inner,
  .pe-topline-inner div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pe-topline-inner {
    padding-block: 9px;
  }

  .pe-certification-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .pe-certification-panel .pe-button-certificate {
    width: 100%;
    margin-left: 0;
    white-space: normal;
  }

  .pe-analysis-fields {
    padding: 16px;
  }

  .pe-quality-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pe-quality-actions .pe-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .pe-reveal {
    opacity: 1;
    transform: none;
  }
}

/* V72.10 - Qualiopi, certification, blocs, parcours et modalités d'accès */
.pe-v72-managed :is(a, button, input, select, textarea, summary):focus-visible,
.pe-v72-global-shell :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f7b731;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #0f1e3c;
}

.pe-formation-detail section[id] {
  scroll-margin-top: 150px;
}

.pe-footer-link-button {
  appearance: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.pe-formation-quick-links {
  position: sticky;
  top: 80px;
  z-index: 30;
  border-bottom: 1px solid var(--pe-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(15, 30, 60, 0.08);
}

.admin-bar .pe-formation-quick-links {
  top: 112px;
}

.pe-formation-quick-links .pe-container {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.pe-formation-quick-links a:not(.pe-button) {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--pe-navy);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.pe-formation-quick-links a:not(.pe-button):hover {
  background: var(--pe-soft);
}

.pe-results-section {
  padding-block: 72px;
  background: var(--pe-navy);
  color: var(--pe-white);
}

.pe-results-section h2,
.pe-results-section p {
  color: inherit;
}

.pe-results-section .pe-indicator-grid article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.pe-results-section .pe-indicator-grid span,
.pe-results-section .pe-indicator-grid small {
  color: #dce8ff;
}

.pe-results-section .pe-indicator-grid strong {
  color: var(--pe-white);
}

.pe-accessibility-card {
  border-left: 5px solid var(--pe-teal);
  background: #f1fbf9;
}

.pe-delay-card {
  margin-top: 22px;
}

.pe-price {
  color: var(--pe-blue);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
}

.pe-session-placeholder {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(260px, 1.4fr) auto;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--pe-line);
  border-radius: 16px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow-soft);
}

.pe-session-placeholder strong {
  color: var(--pe-navy);
  font-size: 1.1rem;
}

.pe-section-dark {
  color: var(--pe-white);
  background: linear-gradient(135deg, #0f1e3c, #183c74);
}

.pe-section-dark h2,
.pe-section-dark p,
.pe-section-dark label,
.pe-section-dark .pe-form-help,
.pe-section-dark .pe-form-help a {
  color: var(--pe-white);
}

.pe-section-dark .pe-lead-form {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.pe-section-dark input,
.pe-section-dark textarea,
.pe-section-dark select {
  color: var(--pe-ink);
  background: var(--pe-white);
}

.pe-faq-list {
  display: grid;
  gap: 10px;
}

.pe-faq-list details {
  border: 1px solid var(--pe-line);
  border-radius: 12px;
  background: var(--pe-white);
}

.pe-faq-list summary {
  padding: 16px 18px;
  color: var(--pe-navy);
  font-weight: 800;
  cursor: pointer;
}

.pe-faq-list details p {
  padding: 0 18px 18px;
}

.pe-accessibility-lead,
.pe-download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  align-items: center;
  gap: 28px;
  padding: clamp(24px, 5vw, 44px);
  border-radius: 20px;
  background: linear-gradient(135deg, #eef5ff, #f1fbf9);
}

.pe-contact-panel {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 14px;
  background: var(--pe-white);
}

.pe-contact-panel a {
  color: var(--pe-blue);
  font-weight: 800;
}

.pe-accessibility-grid {
  margin-top: 28px;
}

.pe-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 44px;
  padding: 0;
  list-style: none;
}

.pe-process-list li {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border-top: 5px solid var(--pe-blue);
  border-radius: 14px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow-soft);
}

.pe-process-list strong {
  color: var(--pe-navy);
  font-size: 1.05rem;
}

.pe-handicap-resources {
  margin-bottom: 28px;
}

.pe-download-panel {
  background: var(--pe-navy);
  color: var(--pe-white);
}

.pe-download-panel h2,
.pe-download-panel p {
  color: inherit;
}

.pe-accommodation-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--pe-line);
  border-radius: 18px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow-soft);
}

.pe-accommodation-form label,
.pe-lead-form label {
  color: var(--pe-ink);
  font-weight: 750;
}

.pe-accommodation-form input:not([type="checkbox"]),
.pe-accommodation-form textarea,
.pe-lead-form input:not([type="checkbox"]),
.pe-lead-form textarea,
.pe-lead-form select {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  border: 2px solid #aeb9c9;
}

.pe-accommodation-form textarea,
.pe-lead-form textarea {
  min-height: 130px;
}

.pe-accommodation-form [aria-invalid="true"],
.pe-lead-form [aria-invalid="true"] {
  border-color: #b42318;
  background: #fff5f4;
}

.pe-form-help {
  margin: -8px 0 0;
  color: #4a586d;
  font-size: 0.88rem;
}

.pe-form-feedback:empty {
  display: none;
}

.pe-form-feedback:not(:empty) {
  padding: 14px 16px;
  border-radius: 10px;
}

.pe-form-feedback.pe-form-success {
  color: #064e3b;
  background: #d1fae5;
}

.pe-form-feedback.pe-form-error {
  color: #7f1d1d;
  background: #fee2e2;
}

.pe-status-panel {
  margin-bottom: 28px;
  padding: 24px;
  border: 2px solid var(--pe-teal);
  border-radius: 16px;
  background: #f1fbf9;
}

.pe-google-reviews {
  color: var(--pe-ink);
  background-color: #edf3fb;
  background:
    radial-gradient(circle at 90% 10%, rgba(240, 165, 0, 0.15), transparent 30%),
    linear-gradient(135deg, #f7f9fd, #e6eef9);
}

.pe-google-reviews h2 {
  color: var(--pe-navy) !important;
}

.pe-google-reviews .pe-eyebrow {
  color: #8a4e00;
}

.pe-review-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 38px;
}

.pe-review-heading p,
.pe-review-footer p {
  color: #455571;
}

.pe-review-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pe-review-metrics article {
  display: grid;
  align-content: start;
  min-height: 160px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(5, 14, 36, 0.22);
}

.pe-review-metrics strong {
  color: #a75e00;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.pe-review-metrics span {
  margin-top: 12px;
  color: var(--pe-navy);
  font-weight: 800;
}

.pe-review-metrics small {
  margin-top: 6px;
  color: #455571;
  line-height: 1.45;
}

.pe-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pe-review-card {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: var(--pe-white);
  box-shadow: 0 20px 45px rgba(5, 14, 36, 0.25);
}

.pe-review-stars {
  color: #b66d00;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.pe-review-card blockquote {
  margin: 20px 0 26px;
}

.pe-review-card blockquote p {
  color: var(--pe-ink);
  font-size: 1.02rem;
  font-weight: 650;
}

.pe-review-card figcaption {
  display: grid;
  gap: 3px;
}

.pe-review-card figcaption strong {
  color: var(--pe-navy);
}

.pe-review-card figcaption span {
  color: var(--pe-muted);
  font-size: 0.8rem;
}

.pe-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
}

.pe-review-footer p {
  max-width: 720px;
  margin: 0;
  font-size: 0.85rem;
}

.pe-result-highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  padding: clamp(24px, 5vw, 42px);
  border-radius: 20px;
  color: var(--pe-white);
  background: linear-gradient(135deg, var(--pe-navy), #174fa3);
}

.pe-result-highlight > strong {
  color: #ffc844;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
}

.pe-result-highlight h2,
.pe-result-highlight p {
  color: var(--pe-white) !important;
}

.pe-result-highlight p {
  margin-bottom: 0;
  color: #dce8fb !important;
}

.pe-certification-reference {
  background:
    radial-gradient(circle at 90% 10%, rgba(26, 86, 219, 0.09), transparent 28%),
    #f5f8fc;
}

.pe-certification-summary {
  background:
    linear-gradient(180deg, rgba(15, 30, 60, 0.03), transparent 70%),
    #fff;
}

.pe-results-section .pe-indicator-highlight {
  border-color: #9dd6bb;
  background: linear-gradient(150deg, #effbf5, #fff);
}

.pe-results-section .pe-indicator-highlight strong {
  color: #08784f;
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.pe-indicator-source {
  max-width: 960px;
  margin: 22px auto 0;
  color: #53627b;
  font-size: 0.9rem;
  text-align: center;
}

.pe-pathways-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(245, 158, 11, 0.1), transparent 25%),
    linear-gradient(180deg, #fffaf1, #f5f8fc);
}

.pe-pathways-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pe-pathway-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid #ccd7e6;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--pe-shadow-soft);
}

.pe-pathway-card h3 {
  margin: 14px 0 12px;
  color: var(--pe-navy);
}

.pe-pathway-card p:last-child,
.pe-pathway-card ul:last-child {
  margin-bottom: 0;
}

.pe-pathway-card li {
  margin-bottom: 8px;
}

.pe-pathway-rate {
  color: #fff;
  background: linear-gradient(145deg, var(--pe-navy), #174fa3);
}

.pe-pathway-rate h3,
.pe-pathway-rate p,
.pe-pathway-rate small {
  color: #fff;
}

.pe-pathway-number {
  display: block;
  color: #ffd17d;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 950;
  line-height: 1;
}

.pe-pathway-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #17406f;
  background: #e5edf8;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pe-pathway-tag-no {
  color: #8c2416;
  background: #ffe6e1;
}

.pe-pathway-tag-yes {
  color: #075c3c;
  background: #dff6ea;
}

.pe-pathways-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px solid #d4deeb;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.pe-pathways-source p {
  margin: 0;
}

.pe-pathways-source .pe-button {
  flex: 0 0 auto;
}

.pe-certification-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.pe-certification-facts article {
  display: grid;
  align-content: start;
  min-height: 176px;
  padding: 22px;
  border: 1px solid #cbd8e9;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--pe-shadow-soft);
}

.pe-certification-facts span {
  color: #53627b;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pe-certification-facts strong {
  margin-top: 12px;
  color: var(--pe-navy);
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  line-height: 1.28;
}

.pe-certification-facts small {
  margin-top: 9px;
  color: #53627b;
}

.pe-certification-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 26px;
  border: 2px solid #bad9cc;
  border-radius: 20px;
  background: #edf9f3;
}

.pe-certification-status h3 {
  margin: 5px 0 8px;
  color: #0d563c;
}

.pe-certification-status p {
  margin-bottom: 0;
}

.pe-certification-status .pe-button-secondary {
  white-space: nowrap;
  background: #fff;
}

.pe-certification-status-inactive {
  border-color: #e7b1a8;
  background: #fff3f1;
}

.pe-certification-status-inactive h3 {
  color: #8c2416;
}

.pe-certification-status-regulated {
  border-color: #efd08c;
  background: #fff8e7;
}

.pe-certification-status-regulated h3 {
  color: #704c00;
}

.pe-certification-status-neutral {
  border-color: #cad4e2;
  background: #f5f7fa;
}

.pe-access-process {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 22px;
  margin-top: 22px;
}

.pe-access-methods dl {
  display: grid;
  gap: 0;
  margin: 18px 0 24px;
}

.pe-access-methods dl > div {
  display: grid;
  grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #dbe3ed;
}

.pe-access-methods dl > div:first-child {
  border-top: 1px solid #dbe3ed;
}

.pe-access-methods dt {
  color: var(--pe-navy);
  font-weight: 850;
}

.pe-access-methods dd {
  margin: 0;
}

.pe-access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pe-delay-card li {
  margin-bottom: 10px;
}

.pe-rncp-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.pe-rncp-facts article {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 22px;
  border: 1px solid #cbd8e9;
  border-radius: 18px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow-soft);
}

.pe-rncp-facts span,
.pe-rncp-facts small {
  color: #455571;
}

.pe-rncp-facts span {
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pe-rncp-facts strong {
  margin-top: 12px;
  color: var(--pe-navy);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
}

.pe-rncp-facts small {
  margin-top: 8px;
}

.pe-certificateur-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-bottom: 28px;
  padding: clamp(26px, 5vw, 42px);
  border-radius: 22px;
  color: var(--pe-white);
  background: linear-gradient(135deg, var(--pe-navy), #174fa3);
  box-shadow: var(--pe-shadow);
}

.pe-certificateur-card h3,
.pe-certificateur-card p {
  color: var(--pe-white);
}

.pe-certificateur-card h3 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.pe-certificateur-card .pe-eyebrow {
  color: #ffd286;
}

.pe-certificateur-actions {
  display: grid;
  min-width: 270px;
  gap: 10px;
}

.pe-certificateur-actions .pe-button-secondary {
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--pe-white) !important;
  background: transparent;
}

.pe-certificateur-actions .pe-button-secondary:hover {
  border-color: var(--pe-white);
  background: rgba(255, 255, 255, 0.12);
}

.pe-rncp-details {
  gap: 22px;
  margin-bottom: 22px;
}

.pe-rncp-details .pe-content-card,
.pe-rncp-access {
  box-shadow: var(--pe-shadow-soft);
}

.pe-rncp-details ul,
.pe-rncp-access ul {
  padding-left: 1.25rem;
}

.pe-rncp-details li,
.pe-rncp-access li {
  margin-bottom: 9px;
}

.pe-rncp-statistics {
  margin-top: 22px;
}

.pe-rncp-statistics summary {
  color: var(--pe-navy);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 850;
}

.pe-rncp-statistics[open] summary {
  margin-bottom: 18px;
}

.pe-enrollment-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(240, 165, 0, 0.1), transparent 24%),
    linear-gradient(180deg, #f7f9fd, #edf3fb);
}

.pe-enrollment-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.pe-enrollment-steps li {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 245px;
  padding: 22px;
  border: 1px solid #cbd8e9;
  border-radius: 18px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow-soft);
}

.pe-enrollment-steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--pe-white);
  background: linear-gradient(135deg, var(--pe-blue), var(--pe-navy));
  font-weight: 900;
}

.pe-enrollment-steps strong {
  color: var(--pe-navy);
  font-size: 1.02rem;
}

.pe-enrollment-steps p {
  margin: 8px 0 0;
  color: #455571;
  font-size: 0.9rem;
}

.pe-enrollment-details {
  gap: 22px;
}

.pe-enrollment-details .pe-content-card {
  box-shadow: var(--pe-shadow-soft);
}

.pe-enrollment-details ul {
  padding-left: 1.25rem;
}

.pe-enrollment-details li {
  margin-bottom: 10px;
}

.pe-enrollment-details .pe-notice {
  margin-top: 20px;
}

.pe-contact-heading {
  margin-top: 58px;
}

.pe-contact-channels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pe-contact-channels article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #cbd8e9;
  border-radius: 18px;
  background: var(--pe-white);
  box-shadow: var(--pe-shadow-soft);
}

.pe-contact-channels article > span {
  color: #8a4e00;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.pe-contact-channels h3 {
  margin-top: 12px;
  font-size: 1.15rem;
}

.pe-contact-channels p {
  color: #455571;
  font-size: 0.9rem;
}

.pe-contact-channels .pe-button {
  width: 100%;
  margin-top: auto;
  padding-inline: 12px;
  font-size: 0.82rem;
  text-align: center;
}

.pe-enrollment-warning {
  margin-top: 30px;
}

.pe-cookie {
  width: min(650px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 24px;
}

.pe-cookie .pe-cookie-summary,
.pe-cookie .pe-cookie-preferences,
.pe-cookie .pe-cookie-actions {
  display: block;
}

.pe-cookie h2 {
  margin: 0 0 8px;
  color: var(--pe-navy);
  font-size: 1.25rem;
}

.pe-cookie .pe-cookie-preferences {
  margin: 18px 0;
  padding: 14px;
  border-radius: 10px;
  background: var(--pe-soft);
}

.pe-cookie .pe-cookie-preferences label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  color: var(--pe-ink);
}

.pe-cookie .pe-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.pe-cookie .pe-cookie-actions button,
.pe-cookie .pe-cookie-actions a {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 9px;
  font-weight: 800;
}

.pe-cookie .pe-cookie-actions button {
  border: 2px solid #8fa0b8 !important;
  color: var(--pe-navy) !important;
  background: #f4f7fb !important;
}

.pe-cookie .pe-cookie-actions button:hover {
  border-color: var(--pe-navy) !important;
  background: #e5edf8 !important;
}

.pe-cookie .pe-cookie-actions button[data-pe-cookie-accept],
.pe-cookie .pe-cookie-actions button[data-pe-cookie-save] {
  border-color: var(--pe-navy) !important;
  color: var(--pe-white) !important;
  background: var(--pe-navy) !important;
}

.pe-cookie .pe-cookie-actions button[data-pe-cookie-accept]:hover,
.pe-cookie .pe-cookie-actions button[data-pe-cookie-save]:hover {
  background: #244a7c !important;
}

.pe-cookie .pe-cookie-actions a {
  display: inline-flex;
  align-items: center;
  color: var(--pe-navy) !important;
}

@media (max-width: 900px) {
  .pe-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-review-heading {
    grid-template-columns: 1fr;
  }

  .pe-rncp-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-certification-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-certification-status,
  .pe-access-process {
    grid-template-columns: 1fr;
  }

  .pe-pathways-source {
    align-items: flex-start;
    flex-direction: column;
  }

  .pe-enrollment-steps,
  .pe-contact-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-certificateur-card {
    grid-template-columns: 1fr;
  }

  .pe-certificateur-actions {
    min-width: 0;
  }

  .pe-review-grid {
    grid-template-columns: 1fr;
  }

  .pe-session-placeholder,
  .pe-accessibility-lead,
  .pe-download-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pe-pathways-grid {
    grid-template-columns: 1fr;
  }

  .pe-pathway-card {
    padding: 22px;
  }

  .pe-certification-facts {
    grid-template-columns: 1fr;
  }

  .pe-certification-facts article {
    min-height: 0;
  }

  .pe-access-methods dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .pe-access-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pe-formation-quick-links {
    top: 68px;
  }

  .admin-bar .pe-formation-quick-links {
    top: 114px;
  }

  .pe-formation-quick-links .pe-container {
    min-height: 60px;
  }

  .pe-process-list {
    grid-template-columns: 1fr;
  }

  .pe-process-list li {
    min-height: 0;
  }

  .pe-review-metrics {
    grid-template-columns: 1fr;
  }

  .pe-rncp-facts {
    grid-template-columns: 1fr;
  }

  .pe-enrollment-steps,
  .pe-contact-channels {
    grid-template-columns: 1fr;
  }

  .pe-enrollment-steps li,
  .pe-contact-channels article {
    min-height: 0;
  }

  .pe-review-footer,
  .pe-result-highlight {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .pe-review-footer {
    flex-direction: column;
  }

  .pe-cookie {
    inset: auto 12px 12px;
    width: auto;
  }

  .pe-cookie .pe-cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* ========================================================================== 
   PRO ETUDES V73 — Premium Experience / Design handoff alignment
   Keeps the V72 compatibility shell while modernising the public experience.
   ========================================================================== */
:root {
  --pe-navy: #0f172a;
  --pe-navy-2: #1e293b;
  --pe-blue: #2563eb;
  --pe-blue-light: #eff6ff;
  --pe-orange: #f97316;
  --pe-gold: #fbbf24;
  --pe-green: #047857;
  --pe-ink: #0f172a;
  --pe-muted: #64748b;
  --pe-line: #e2e8f0;
  --pe-soft: #f8fafc;
  --pe-shadow: 0 18px 46px rgba(15, 23, 42, 0.09);
  --pe-radius: 18px;
  --pe-container: 1180px;
}

body.pe-v72-managed,
body.pe-v72-global-shell {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.pe-v72-managed h1,
.pe-v72-managed h2,
.pe-v72-managed h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
}

.pe-brand {
  gap: 10px;
}

.pe-brand-logo {
  width: 118px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.pe-brand-copy {
  border-left: 1px solid #e2e8f0;
  padding-left: 10px;
}

.pe-brand-copy strong {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.pe-brand-copy small {
  margin-top: 2px;
  color: #64748b;
  font-size: 0.65rem;
}

.pe-header {
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.pe-header-inner {
  min-height: 72px;
}

.pe-desktop-nav {
  gap: 17px;
}

.pe-desktop-nav > a,
.pe-nav-dropdown-trigger {
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
}

.pe-desktop-nav > a:hover,
.pe-nav-dropdown-trigger:hover,
.pe-header-login:hover {
  color: #2563eb;
}

.pe-header-actions {
  gap: 12px;
}

.pe-header-login {
  color: #334155;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pe-button {
  border-radius: 11px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.pe-button-primary {
  background: #2563eb;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
}

.pe-button-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.pe-topline {
  background: #0b1220;
}

.pe-topline-inner {
  min-height: 31px;
  font-size: 0.72rem;
}

.pe-trust-strip {
  position: static;
  box-shadow: none;
  background: #f8fafc;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}

.pe-trust-strip-inner {
  min-height: 39px;
  font-size: 0.75rem;
}

.pe-trust-strip strong {
  color: #0f172a;
}

.pe-trust-strip a {
  border-color: #cbd5e1;
  color: #2563eb;
}

.pe-v73-home-hero,
.pe-v73-elearning-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0f172a;
}

.pe-v73-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(#3b82f6 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}

.pe-v73-blob {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(12px);
}

.pe-v73-blob-a {
  top: -100px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(59,130,246,0.28), transparent 68%);
  animation: pe-v73-drift-a 11s ease-in-out infinite;
}

.pe-v73-blob-b {
  left: -100px;
  bottom: -140px;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(37,99,235,0.2), transparent 68%);
  animation: pe-v73-drift-b 9s ease-in-out infinite;
}

.pe-v73-home-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 70px;
  align-items: center;
  min-height: 610px;
  padding-block: 78px 64px;
}

.pe-v73-hero-copy {
  max-width: 680px;
}

.pe-v73-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.09);
  color: #93c5fd;
  font-size: 0.76rem;
  font-weight: 800;
}

.pe-v73-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 0 5px rgba(96,165,250,.12);
  animation: pe-v73-pulse 2s ease-in-out infinite;
}

.pe-v73-home-hero h1,
.pe-v73-elearning-hero h1 {
  margin: 23px 0 0;
  color: #fff;
  max-width: 13ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.pe-v73-home-hero .pe-v73-hero-copy > p,
.pe-v73-elearning-hero p {
  max-width: 58ch;
  margin: 24px 0 0;
  color: #94a3b8;
  font-size: 1.05rem;
  line-height: 1.65;
}

.pe-v73-persona-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}

.pe-v73-cta-primary,
.pe-v73-cta-secondary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 1px 16px;
  align-items: center;
  min-height: 82px;
  padding: 16px 18px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pe-v73-cta-primary {
  color: #fff;
  background: #2563eb;
  box-shadow: 0 16px 30px rgba(37,99,235,.28);
}

.pe-v73-cta-secondary {
  color: #e2e8f0;
  background: #1e293b;
  border: 1px solid #334155;
}

.pe-v73-cta-primary:hover,
.pe-v73-cta-secondary:hover {
  transform: translateY(-2px);
}

.pe-v73-cta-primary span,
.pe-v73-cta-secondary span {
  font-size: .92rem;
  font-weight: 800;
}

.pe-v73-cta-primary small,
.pe-v73-cta-secondary small {
  color: rgba(255,255,255,.68);
  font-size: .73rem;
}

.pe-v73-cta-primary b,
.pe-v73-cta-secondary b {
  grid-row: 1 / 3;
  grid-column: 2;
  font-size: 1.25rem;
}

.pe-v73-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 21px;
}

.pe-v73-hero-links a {
  color: #94a3b8;
  font-size: .78rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.pe-v73-hero-links a:hover {
  color: #fff;
}

.pe-v73-hero-visual {
  position: relative;
  min-height: 440px;
}

.pe-v73-photo-main {
  position: absolute;
  inset: 0 30px 30px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(2,6,23,.4);
}

.pe-v73-photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(15,23,42,.68));
}

.pe-v73-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pe-v73-floating-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(15,23,42,.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 38px rgba(2,6,23,.28);
}

.pe-v73-floating-course {
  left: -26px;
  bottom: 8px;
  width: 240px;
  padding: 16px 17px;
}

.pe-v73-floating-course span {
  display: block;
  color: #93c5fd;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pe-v73-floating-course strong,
.pe-v73-floating-course small,
.pe-v73-floating-trust strong,
.pe-v73-floating-trust small {
  display: block;
}

.pe-v73-floating-course strong {
  margin-top: 4px;
  color: #fff;
  font-size: .96rem;
}

.pe-v73-floating-course small,
.pe-v73-floating-trust small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: .7rem;
}

.pe-v73-floating-trust {
  top: 22px;
  right: 0;
  padding: 13px 16px;
}

.pe-v73-floating-trust strong {
  color: #fff;
}

.pe-v73-statbar {
  position: relative;
  border-top: 1px solid #1e293b;
  background: rgba(2, 6, 23, .32);
}

.pe-v73-statgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 25px;
}

.pe-v73-statgrid > div {
  padding-inline: 22px;
  text-align: center;
  border-right: 1px solid #1e293b;
}

.pe-v73-statgrid > div:last-child {
  border-right: 0;
}

.pe-v73-statgrid strong {
  display: block;
  color: #60a5fa;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.pe-v73-statgrid span {
  display: block;
  margin-top: 2px;
  color: #94a3b8;
  font-size: .72rem;
}

.pe-v73-media-strip {
  padding: 48px 0 12px;
  background: #fff;
}

.pe-v73-media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.pe-v73-media-grid figure {
  position: relative;
  aspect-ratio: 1 / .78;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #e2e8f0;
}

.pe-v73-media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.pe-v73-media-grid figure:hover img {
  transform: scale(1.04);
}

.pe-v73-media-grid figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 9px 11px;
  border-radius: 10px;
  color: #fff;
  background: rgba(15,23,42,.78);
  backdrop-filter: blur(8px);
  font-size: .72rem;
  font-weight: 800;
}

.pe-v73-formations-section {
  padding-top: 72px;
}

.pe-v73-section-head,
.pe-v73-course-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 38px;
  margin-bottom: 32px;
}

.pe-v73-section-head > p,
.pe-v73-course-toolbar > div > p {
  max-width: 38ch;
  color: #64748b;
}

.pe-v73-section-head h2,
.pe-v73-course-toolbar h2 {
  margin: 7px 0 0;
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.pe-v73-mono {
  display: inline-block;
  color: #94a3b8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.pe-v73-formations-section .pe-formation-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.pe-v73-formations-section .pe-formation-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pe-v73-formations-section .pe-formation-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 20px 44px rgba(15,23,42,.09);
}

.pe-v73-formations-section .pe-formation-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #eff6ff;
  color: #2563eb;
}

.pe-v73-formations-section .pe-card-category {
  margin-top: 15px;
  color: #047857;
  font-size: .68rem;
  background: #ecfdf5;
  border-radius: 6px;
  padding: 4px 8px;
  width: fit-content;
}

.pe-v73-formations-section .pe-formation-card h3 {
  margin-top: 12px;
  font-size: 1.05rem;
}

.pe-v73-formations-section .pe-formation-card > p {
  color: #64748b;
  font-size: .8rem;
}

.pe-v73-formations-section .pe-formation-card dl {
  font-size: .72rem;
}

.pe-v73-center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.pe-v73-elearning-band {
  margin-top: 30px;
  padding: 82px 0;
  color: #fff;
  background: #0f172a;
}

.pe-v73-elearning-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  align-items: center;
}

.pe-v73-elearning-split h2,
.pe-v73-company-band h2,
.pe-v73-closing-cta h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.pe-v73-elearning-split p,
.pe-v73-company-band p,
.pe-v73-closing-cta p {
  color: #94a3b8;
}

.pe-v73-elearning-visual {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  box-shadow: 0 26px 60px rgba(2,6,23,.34);
}

.pe-v73-elearning-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
}

.pe-v73-elearning-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(15,23,42,.34));
}

.pe-v73-play {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 12px 28px rgba(37,99,235,.35);
}

.pe-v73-feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.pe-v73-feature-list li {
  position: relative;
  padding-left: 27px;
  color: #cbd5e1;
  font-size: .9rem;
}

.pe-v73-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #60a5fa;
  font-weight: 900;
}

.pe-v73-feature-list strong {
  color: #fff;
}

.pe-v73-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.pe-v73-steps article {
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
}

.pe-v73-steps article > span {
  display: inline-block;
  color: #2563eb;
  font-family: ui-monospace, monospace;
  font-size: .72rem;
  font-weight: 800;
}

.pe-v73-steps h3 {
  margin: 20px 0 7px;
  font-size: 1rem;
}

.pe-v73-steps p {
  margin: 0;
  color: #64748b;
  font-size: .82rem;
}

.pe-v73-company-band {
  padding: 74px 0;
  color: #fff;
  background: linear-gradient(135deg, #111c34, #0f172a 56%, #172554);
}

.pe-v73-company-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
}

.pe-v73-company-actions {
  display: grid;
  gap: 16px;
}

.pe-v73-company-actions > a:last-child {
  color: #93c5fd;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.pe-v73-faq-wrap {
  max-width: 860px;
}

.pe-v73-faq-list {
  border-top: 1px solid #e2e8f0;
}

.pe-v73-faq-list details {
  border-bottom: 1px solid #e2e8f0;
}

.pe-v73-faq-list summary {
  position: relative;
  padding: 21px 46px 21px 0;
  cursor: pointer;
  color: #0f172a;
  font-size: .94rem;
  font-weight: 800;
  list-style: none;
}

.pe-v73-faq-list summary::-webkit-details-marker { display: none; }

.pe-v73-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 6px;
  color: #2563eb;
  font-size: 1.35rem;
  transition: transform .2s ease;
}

.pe-v73-faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.pe-v73-faq-list p {
  max-width: 74ch;
  margin: -6px 0 22px;
  color: #64748b;
}

.pe-v73-closing-cta {
  padding: 62px 0;
  background: #2563eb;
}

.pe-v73-closing-cta > .pe-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.pe-v73-closing-cta p,
.pe-v73-closing-cta .pe-v73-mono {
  color: #dbeafe;
}

/* E-learning V73 */
.pe-v73-elearning-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
  min-height: 500px;
  padding-block: 74px;
}

.pe-v73-elearning-hero .pe-actions {
  margin-top: 30px;
}

.pe-v73-elearning-dashboard {
  padding: 28px;
  border: 1px solid #334155;
  border-radius: 20px;
  background: rgba(30,41,59,.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 64px rgba(2,6,23,.28);
}

.pe-v73-dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: #cbd5e1;
  font-size: .76rem;
  font-weight: 700;
}

.pe-v73-dashboard-top b {
  padding: 5px 8px;
  border: 1px solid #475569;
  border-radius: 999px;
  color: #cbd5e1;
  font-size: .63rem;
}

.pe-v73-dashboard-top b.is-live {
  border-color: rgba(52,211,153,.3);
  color: #6ee7b7;
  background: rgba(4,120,87,.13);
}

.pe-v73-elearning-dashboard > strong {
  display: block;
  margin-top: 28px;
  color: #60a5fa;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: -.08em;
}

.pe-v73-elearning-dashboard > p {
  margin-top: 8px;
}

.pe-v73-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.pe-v73-mini-stats div {
  padding: 13px;
  border: 1px solid #334155;
  border-radius: 12px;
  background: rgba(15,23,42,.48);
}

.pe-v73-mini-stats b,
.pe-v73-mini-stats span {
  display: block;
}

.pe-v73-mini-stats b { color: #fff; font-size: 1rem; }
.pe-v73-mini-stats span { margin-top: 2px; color: #94a3b8; font-size: .62rem; }

.pe-v73-learning-benefits {
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.pe-v73-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.pe-v73-benefit-grid article {
  padding: 26px 24px;
  border-right: 1px solid #e2e8f0;
}

.pe-v73-benefit-grid article:last-child { border-right: 0; }
.pe-v73-benefit-grid article > span { color: #2563eb; font: 800 .65rem ui-monospace, monospace; }
.pe-v73-benefit-grid strong { display: block; margin-top: 8px; font-size: .88rem; }
.pe-v73-benefit-grid p { margin: 3px 0 0; color: #64748b; font-size: .72rem; }

.pe-v73-course-section { background: #f8fafc; }

.pe-v73-course-search {
  display: grid;
  gap: 7px;
  width: min(340px, 100%);
  color: #475569;
  font-size: .72rem;
  font-weight: 800;
}

.pe-v73-course-search input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: .82rem;
  outline: none;
}

.pe-v73-course-search input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}

.pe-v73-course-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -8px 0 24px;
}

.pe-v73-course-filters button {
  padding: 8px 11px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  background: #fff;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 800;
}

.pe-v73-course-filters button:hover,
.pe-v73-course-filters button.is-active {
  border-color: #2563eb;
  color: #fff;
  background: #2563eb;
}

.pe-v73-course-filters button span {
  margin-left: 4px;
  opacity: .7;
}

.pe-v73-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pe-v73-course-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(15,23,42,.02);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pe-v73-course-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 20px 44px rgba(15,23,42,.09);
}

.pe-v73-course-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  text-decoration: none;
}

.pe-v73-course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.pe-v73-course-card:hover .pe-v73-course-image img { transform: scale(1.035); }

.pe-v73-course-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #2563eb;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -.08em;
}

.pe-v73-course-image em {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 5px 8px;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background: rgba(15,23,42,.82);
  font-size: .62rem;
  font-style: normal;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.pe-v73-course-body { padding: 18px; }

.pe-v73-course-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: #64748b;
  font-size: .64rem;
  font-weight: 800;
}

.pe-v73-course-body h3 {
  margin: 10px 0 7px;
  font-size: 1rem;
  line-height: 1.25;
}

.pe-v73-course-body h3 a { color: #0f172a; text-decoration: none; }
.pe-v73-course-body h3 a:hover { color: #2563eb; }

.pe-v73-course-body > p {
  min-height: 3.7em;
  margin: 0;
  color: #64748b;
  font-size: .76rem;
  line-height: 1.55;
}

.pe-v73-progress {
  height: 6px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.pe-v73-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
}

.pe-v73-course-body > small {
  color: #64748b;
  font-size: .63rem;
}

.pe-v73-course-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #eef2f7;
}

.pe-v73-course-actions a {
  color: #2563eb;
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
}

.pe-v73-course-actions span {
  color: #94a3b8;
  font-size: .62rem;
}

.pe-v73-course-note {
  margin-top: 24px;
  padding: 15px 17px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  color: #475569;
  background: #eff6ff;
  font-size: .76rem;
}

.pe-v73-course-card[hidden] { display: none !important; }

@keyframes pe-v73-pulse {
  0%, 100% { opacity: .75; transform: scale(.92); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes pe-v73-drift-a {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(-28px,26px,0); }
}

@keyframes pe-v73-drift-b {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(30px,-18px,0); }
}

@media (max-width: 1160px) {
  .pe-desktop-nav { gap: 12px; }
  .pe-desktop-nav > a,
  .pe-nav-dropdown-trigger { font-size: .76rem; }
  .pe-brand-copy { display: none; }
  .pe-header-login { display: none; }
  .pe-v73-formations-section .pe-formation-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .pe-v73-home-hero-inner,
  .pe-v73-elearning-hero-grid,
  .pe-v73-elearning-split,
  .pe-v73-company-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .pe-v73-home-hero-inner { padding-block: 64px 52px; }
  .pe-v73-home-hero h1,
  .pe-v73-elearning-hero h1 { max-width: 16ch; }
  .pe-v73-hero-visual { min-height: 390px; max-width: 680px; width: 100%; }
  .pe-v73-floating-course { left: 10px; }
  .pe-v73-media-grid { grid-template-columns: repeat(2, 1fr); }
  .pe-v73-statgrid,
  .pe-v73-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .pe-v73-statgrid > div:nth-child(2),
  .pe-v73-benefit-grid article:nth-child(2) { border-right: 0; }
  .pe-v73-statgrid > div:nth-child(-n+2),
  .pe-v73-benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid #1e293b; }
  .pe-v73-benefit-grid article:nth-child(-n+2) { border-bottom-color: #e2e8f0; }
  .pe-v73-steps { grid-template-columns: repeat(2, 1fr); }
  .pe-v73-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pe-v73-closing-cta > .pe-container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .pe-topline { display: none; }
  .pe-brand-logo { width: 104px; height: 40px; }
  .pe-v73-home-hero-inner,
  .pe-v73-elearning-hero-grid { min-height: auto; padding-block: 52px 44px; }
  .pe-v73-home-hero h1,
  .pe-v73-elearning-hero h1 { font-size: clamp(2.8rem, 15vw, 4.1rem); }
  .pe-v73-persona-actions { grid-template-columns: 1fr; }
  .pe-v73-hero-visual { min-height: 300px; }
  .pe-v73-photo-main { inset: 0; }
  .pe-v73-floating-trust { top: 12px; right: 12px; }
  .pe-v73-floating-course { bottom: 12px; left: 12px; width: min(230px, calc(100% - 24px)); }
  .pe-v73-statgrid,
  .pe-v73-media-grid,
  .pe-v73-steps,
  .pe-v73-benefit-grid,
  .pe-v73-course-grid,
  .pe-v73-formations-section .pe-formation-grid { grid-template-columns: 1fr; }
  .pe-v73-statgrid > div,
  .pe-v73-benefit-grid article { border-right: 0; border-bottom: 1px solid #1e293b; }
  .pe-v73-benefit-grid article { border-bottom-color: #e2e8f0; }
  .pe-v73-statgrid > div:last-child,
  .pe-v73-benefit-grid article:last-child { border-bottom: 0; }
  .pe-v73-section-head,
  .pe-v73-course-toolbar { align-items: flex-start; flex-direction: column; gap: 14px; }
  .pe-v73-course-search { width: 100%; }
  .pe-v73-elearning-band,
  .pe-v73-company-band { padding-block: 58px; }
  .pe-v73-elearning-visual { aspect-ratio: 16 / 10; }
  .pe-v73-course-body > p { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .pe-v73-blob,
  .pe-v73-pill i { animation: none !important; }
  .pe-v73-course-card,
  .pe-v73-media-grid img,
  .pe-v73-cta-primary,
  .pe-v73-cta-secondary { transition: none !important; }
}
