/* =========================================================
   FULL WIDTH — PAGE Devenez lecteur d'ame certifié
========================================================= */

body.page-id-19023 .hdr,
body.page-id-19023 .hero,
body.page-id-19023 .sec,
body.page-id-19023 .ftr,
body.page-id-19023 section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* évite les effets de conteneur interne */
body.page-id-19023 .hero-bg,
body.page-id-19023 .fcta-bg,
body.page-id-19023 .fcta-bgi {
  width: 100% !important;
  max-width: 100% !important;
}

/* recentrage du contenu */
body.page-id-19023 .hero-c,
body.page-id-19023 .qb,
body.page-id-19023 .ss,
body.page-id-19023 .hdr .in,
body.page-id-19023 .csm,
body.page-id-19023 .cmd {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

/* responsive */
@media (max-width: 768px) {
  body.page-id-19023 .hero-c,
  body.page-id-19023 .qb,
  body.page-id-19023 .ss,
  body.page-id-19023 .hdr .in,
  body.page-id-19023 .csm,
  body.page-id-19023 .cmd {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
/* ===== Espace sous la navbar ===== */
body.page-id-19023 .hero {
  padding-top: 30px !important;
}

/* =========================================================
   Page 19023 — Visual Portfolio en cartes type accomp-card
========================================================= */

body.page-id-19023 .accomp-portfolio .vp-portfolio__item {
  padding: 32px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(76, 156, 244, 0.2) !important;
  background: rgba(76, 156, 244, 0.05) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

body.page-id-19023 .accomp-portfolio .vp-portfolio__item:hover {
  background: rgba(76, 156, 244, 0.08) !important;
  border-color: rgba(76, 156, 244, 0.35) !important;
  transform: translateY(-3px) !important;
}

/* bloc image */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img-wrap,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img {
  background: transparent !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* vignette */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img img {
  display: block !important;
  margin: 0 auto !important;
}

/* texte sous la vignette */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-meta,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-caption {
  background: transparent !important;
  padding-top: 16px !important;
  text-align: center !important;
}

/* catégorie */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-categories,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-categories a {
  color: #4C9CF4 !important;
}

/* titre */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-title,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-title a {
  color: #FFFFFF !important;
}

/* =========================================================
   Page 19023 — Filtres Visual Portfolio visibles
========================================================= */

/* conteneur des filtres */
body.page-id-19023 .accomp-portfolio .vp-filter,
body.page-id-19023 .accomp-portfolio .vp-portfolio__filter {
  text-align: center;
  margin-bottom: 30px;
}

/* boutons filtres */
body.page-id-19023 .accomp-portfolio .vp-filter__item,
body.page-id-19023 .accomp-portfolio .vp-portfolio__filter a {
  color: rgba(215, 232, 251, 0.6) !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  transition: all 0.3s ease;
}

/* hover */
body.page-id-19023 .accomp-portfolio .vp-filter__item:hover,
body.page-id-19023 .accomp-portfolio .vp-portfolio__filter a:hover {
  color: #30B4F7 !important;
  background: rgba(48, 180, 247, 0.1);
}

/* filtre actif */
body.page-id-19023 .accomp-portfolio .vp-filter__item--active,
body.page-id-19023 .accomp-portfolio .vp-portfolio__filter .vp-active,
body.page-id-19023 .accomp-portfolio .vp-portfolio__filter a.active {
  color: #FFFFFF !important;
  background: rgba(48, 180, 247, 0.2);
  border: 1px solid rgba(48, 180, 247, 0.3);
}

body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img a {
  pointer-events: none !important;
}

/* =========================================================
   Page 19023 — Forcer clic sur titre (ouvrir URL)
========================================================= */
/* Désactive uniquement le clic sur la catégorie */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-meta-categories a {
  pointer-events: none !important;
  cursor: default !important;
}

/* Réactive uniquement le lien du titre */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-title a {
  pointer-events: auto !important;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

/* Optionnel : curseur main visible */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-title {
  cursor: pointer;
}

/* =========================================================
   Page 19023 — Carte annonce 6 vidéos YouTube
========================================================= */

body.page-id-19023 .videos-card {
  padding: 32px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(76, 156, 244, 0.2) !important;
  background: rgba(76, 156, 244, 0.05) !important;
}

/* Titre éventuel dans la carte */
body.page-id-19023 .videos-card h3,
body.page-id-19023 .videos-card h4,
body.page-id-19023 .videos-card strong {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-transform: none !important;
}

/* Texte */
body.page-id-19023 .videos-card p,
body.page-id-19023 .videos-card li,
body.page-id-19023 .videos-card span {
  color: rgba(215, 232, 251, 0.7) !important;
  line-height: 1.6 !important;
}

/* Liens éventuels */
body.page-id-19023 .videos-card a {
  color: #4C9CF4 !important;
}

/* Si tu veux une petite respiration sous le titre */
body.page-id-19023 .videos-card p:last-child {
  margin-bottom: 0 !important;
}


/* =========================================================
   Page 19023 — Fix image + suppression hover overlay
========================================================= */

/* Affiche bien l’image */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img-wrap {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  overflow: hidden !important;
}

body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Désactive totalement l’overlay du plugin */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-overlay,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-overlay-wrap,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item:hover .vp-portfolio__item-overlay,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item:hover .vp-portfolio__item-overlay-wrap {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Désactive aussi les pseudo-éléments éventuels */
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img::before,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img::after,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img-wrap::before,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img-wrap::after {
  display: none !important;
  content: none !important;
}

body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img a,
body.page-id-19023 .accomp-portfolio .vp-portfolio__item-img div {
  opacity: 1 !important;
  visibility: visible !important;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #111F37;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  overflow-x: hidden;
}

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

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111F37;
}

::-webkit-scrollbar-thumb {
  background: #30B4F7;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7E72EB;
}

/* ===== UTILITIES ===== */
.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center {
  text-align: center;
}

.gradient-text {
  background: linear-gradient(to right, #30B4F7, #7E72EB, #0BD4FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-blue {
  background: linear-gradient(to right, #30B4F7, #0BD4FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== TYPOGRAPHY / THEME OVERRIDES ===== */
body.page-id-19023 .hero h1,
body.page-id-19023 .hero h1 span:not(.gradient-text),
body.page-id-19023 .section-title,
body.page-id-19023 .section-title span:not(.gradient-text):not(.gradient-text-blue),
body.page-id-19023 .ba-card h3,
body.page-id-19023 .benefits-box h3,
body.page-id-19023 .timeline-content h3,
body.page-id-19023 .competences-title,
body.page-id-19023 .comp-card h4,
body.page-id-19023 .bonus h3,
body.page-id-19023 .accomp-card h3,
body.page-id-19023 .faq-question,
body.page-id-19023 .cta-section h2,
body.page-id-19023 .cta-section h2 span:not(.gradient-text):not(.gradient-text-blue) {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  opacity: 1 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

body.page-id-19023 .gradient-text,
body.page-id-19023 .gradient-text-blue {
  -webkit-text-fill-color: transparent !important;
  text-transform: none !important;
  opacity: 1 !important;
}

body.page-id-19023 .hero-subtitle,
body.page-id-19023 .hero-subtitle strong,
body.page-id-19023 .section-desc,
body.page-id-19023 .problem-callout,
body.page-id-19023 .problem-callout p,
body.page-id-19023 .benefits-box > p,
body.page-id-19023 .protocole-quote,
body.page-id-19023 .bonus-desc,
body.page-id-19023 .testimonial-card blockquote,
body.page-id-19023 .author-name,
body.page-id-19023 .author-role,
body.page-id-19023 .invest-card p,
body.page-id-19023 .invest-features li,
body.page-id-19023 .faq-answer p,
body.page-id-19023 .cta-desc,
body.page-id-19023 .cta-footer,
body.page-id-19023 .hero-badge-text,
body.page-id-19023 .timeline-phase,
body.page-id-19023 .bonus-badge,
body.page-id-19023 .section-badge {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Nom de l’auteur en blanc */
body.page-id-19023 .author-name {
  color: #ffffff !important;
}

/* ============================= */
/* STYLE COMMUN (filtres + load more) */
/* ============================= */

body.page-id-19023 .accomp-portfolio .vp-filter__item,
body.page-id-19023 .accomp-portfolio .vp-pagination__load-more {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;

  color: #ffffff;
  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.15);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition: all 0.3s ease;
  cursor: pointer;
}


/* ============================= */
/* HOVER */
/* ============================= */

body.page-id-19023 .accomp-portfolio .vp-filter__item:hover,
body.page-id-19023 .accomp-portfolio .vp-pagination__load-more:hover {
  background: linear-gradient(135deg, #30b4f7, #7e72eb);
  border-color: transparent;
  color: #ffffff;
}

/* ============================= */
/* FILTRE ACTIF */
/* ============================= */

body.page-id-19023 .accomp-portfolio .vp-filter__item.vp-filter__item-active {
  background: linear-gradient(135deg, #30b4f7, #7e72eb);
  border-color: transparent;
  color: #ffffff;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0) translateX(-50%); }
  50% { transform: translateY(-8px) translateX(-50%); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }
.delay-5 { transition-delay: 0.75s; }

/* ===== NAVIGATION ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.nav.scrolled {
  background: rgba(17, 31, 55, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(48, 180, 247, 0.1);
  padding: 12px 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  color: #fff;
}

.nav-logo span {
  font-weight: 700;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(215, 232, 251, 0.7);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #30B4F7;
}

.nav-cta {
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(to right, #30B4F7, #7E72EB);
  color: #fff;
  transition: transform 0.3s;
}

.nav-cta:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111F37;
  padding-top: 120px;
  padding-bottom: 160px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-header-lecture-ame-niv1.webp');
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 31, 55, 0.82);
}

.hero canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 960px;
  padding: 0 24px;
  text-align: center;
  animation: fadeInUp 1s ease-out;
  transform: translateY(-20px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  border: 1px solid rgba(48, 180, 247, 0.3);
  background: rgba(48, 180, 247, 0.1);
  backdrop-filter: blur(8px);
  margin-bottom: 32px;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0BD4FC;
  animation: pulse 2s infinite;
}

.hero-badge-text {
  font-size: 14px;
  font-weight: 500;
  color: #D7E8FB;
}

.hero h1 {
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 300;
  max-width: 720px;
  margin: 0 auto 16px;
  color: rgba(215, 232, 251, 0.9);
  line-height: 1.5;
}

.hero-subtitle strong {
  font-weight: 600;
}

.hero-desc {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 40px;
  color: rgba(215, 232, 251, 0.65);
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.bonus-hero-badge {
  display: inline-block;
  margin: 18px 0 14px 0;
  padding: 10px 18px;
  background: linear-gradient(135deg, #f6efe3 0%, #efe3cf 100%);
  color: #6f4e37;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid #e3d2b8;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(111, 78, 55, 0.08);
  letter-spacing: 0.2px;
}

.hero-cta-subtext {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
}

.hero-mini-testimonial {
  margin: 26px auto 0 auto;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 760px;
  text-align: left;
}

.hero-mini-testimonial-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #7dd3fc;
  margin-bottom: 8px;
}

.hero-mini-testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #30B4F7;
  font-size: 15px;
  line-height: 1;
}

.hero-mini-testimonial-text {
  margin: 0 0 14px 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: rgba(255,255,255,0.94);
}

blockquote.hero-mini-testimonial-text {
  margin: 0 0 10px 0;
  padding 0 0 0 14px;
  border-left: 3px solid white;
}

.hero-mini-testimonial-author-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-mini-testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #30B4F7, #7E72EB);
  color: #04131f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 8px 22px rgba(11, 212, 252, 0.22);
}

.hero-mini-testimonial-author {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.hero-mini-testimonial-role {
  margin-top: 2px;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  line-height: 1.35;
}

@media (max-width: 767px) {
  .hero-mini-testimonial {
    margin-top: 20px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .hero-mini-testimonial-text {
    font-size: 14px;
  }

  .hero-mini-testimonial-author {
    font-size: 14px;
  }

  .hero-mini-testimonial-role {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .bonus-hero-badge {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 10px 14px;
    margin: 16px 0 12px 0;
  }

  .hero-cta-subtext {
    font-size: 12px;
  }

  .hero-mini-testimonial {
    margin-top: 20px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .hero-mini-testimonial-text {
    font-size: 14px;
  }
}

.btn-primary {
  padding: 16px 32px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(to right, #30B4F7, #7E72EB);
  color: #fff;
  box-shadow: 0 8px 32px rgba(48, 180, 247, 0.3);
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(48, 180, 247, 0.45);
}

.btn-secondary {
  padding: 16px 32px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid rgba(215, 232, 251, 0.25);
  color: #D7E8FB;
  background: transparent;
  transition: background 0.3s;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.hero-stats {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stat-value {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
}

.hero-stat-label {
  font-size: 14px;
  margin-top: 4px;
  color: rgba(215, 232, 251, 0.5);
}

.scroll-indicator {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
  pointer-events: none;
}

.scroll-indicator-pill {
  width: 24px;
  height: 40px;
  border-radius: 9999px;
  border: 2px solid rgba(48, 180, 247, 0.4);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
}

.scroll-indicator-dot {
  width: 6px;
  height: 12px;
  border-radius: 9999px;
  background: #30B4F7;
  animation: pulse 2s infinite;
}

/* ===== SECTION COMMON ===== */
.section {
  position: relative;
  padding: 96px 0;
}

.section-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 18px;
  color: rgba(215, 232, 251, 0.6);
  max-width: 640px;
  margin: 0 auto;
}

/* ===== PROBLEM SECTION ===== */
.problem {
  background: linear-gradient(to bottom, #111F37, #0D1A2E);
}

.problem .section-badge {
  background: rgba(126, 114, 235, 0.15);
  color: #7E72EB;
}

.problem-grid {
  display: grid;
  gap: 32px;
  margin-top: 64px;
}

@media (min-width: 768px) {
  .problem-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.problem-card {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4px);
  transition: all 0.5s;
}

.problem-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(48, 180, 247, 0.2);
}

.problem-card-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.problem-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.problem-card p {
  color: rgba(215, 232, 251, 0.6);
  line-height: 1.7;
}

.problem-callout {
  margin-top: 64px;
  display: inline-block;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(48, 180, 247, 0.2);
  background: rgba(48, 180, 247, 0.05);
  backdrop-filter: blur(4px);
  max-width: 720px;
}

.problem-callout p {
  font-size: 18px;
  color: #D7E8FB;
  line-height: 1.7;
}

.problem-callout p + p {
  margin-top: 12px;
  color: rgba(215, 232, 251, 0.7);
}

/* ===== TRANSFORMATION SECTION ===== */
.transformation {
  background: #111F37;
  overflow: hidden;
}

.transformation-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  background-image: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-meditation-lecture-ame.webp');
}

.transformation-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #111F37, #111F37, transparent);
}

.transformation .section-badge {
  background: rgba(11, 212, 252, 0.15);
  color: #0BD4FC;
}

.ba-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .ba-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ba-card {
  padding: 32px;
  border-radius: 16px;
}

.ba-card.before {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.ba-card.after {
  border: 1px solid rgba(48, 180, 247, 0.2);
  background: rgba(48, 180, 247, 0.05);
}

.ba-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.ba-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ba-icon.red {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
}

.ba-icon.blue {
  background: rgba(48, 180, 247, 0.2);
  color: #30B4F7;
}

.ba-header h3 {
  font-size: 20px;
  font-weight: 700;
}

.ba-header h3.red {
  color: #f87171 !important;
  -webkit-text-fill-color: #f87171 !important;
}

.ba-header h3.blue {
  color: #30B4F7 !important;
  -webkit-text-fill-color: #30B4F7 !important;
}

.ba-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ba-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ba-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

.ba-dot.red {
  background: rgba(248, 113, 113, 0.5);
}

.ba-dot.blue {
  background: #30B4F7;
}

.ba-list span {
  color: rgba(215, 232, 251, 0.6);
  line-height: 1.6;
}

.ba-card.after .ba-list span {
  color: rgba(215, 232, 251, 0.9);
}

/* Client Benefits */
.benefits-box {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(126, 114, 235, 0.2);
  background: rgba(126, 114, 235, 0.05);
  backdrop-filter: blur(4px);
}

.benefits-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefits-box > p {
  color: rgba(215, 232, 251, 0.6);
  margin-bottom: 32px;
}

.benefits-grid {
  display: grid;
  gap: 16px;
}

.invest-iphm-note {
  margin: 18px 0 20px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.invest-iphm-note p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(231,242,255,0.88);
}

.invest-iphm-note p:last-child {
  margin-bottom: 0;
}

.cta-offer-block {
  margin-top: 40px;
}

.cta-risk-list {
  margin-top: 28px;
}

@media (min-width: 640px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.benefit-item .diamond {
  color: #7E72EB;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.benefit-item span {
  color: rgba(215, 232, 251, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.benefits-footer {
  margin-top: 32px;
  color: rgba(215, 232, 251, 0.5);
  font-size: 14px;
}

/* ===== PROTOCOLE SECTION ===== */
.protocole {
  overflow: hidden;
}

.protocole-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  background-image: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-archives-akashiques.webp');
}

.protocole-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 26, 46, 0.95);
}

.protocole .section-badge {
  background: rgba(98, 137, 237, 0.15);
  color: #6289ED;
}

.pillars-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pillar-card {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  transition: all 0.5s;
  overflow: hidden;
}

.pillar-card:hover {
  transform: scale(1.02);
}

.pillar-number-bg {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 48px;
  font-weight: 800;
  opacity: 0.1;
}

.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.pillar-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.pillar-card p {
  color: rgba(215, 232, 251, 0.6);
  line-height: 1.7;
}

.pillar-accent {
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  opacity: 0;
  transition: opacity 0.5s;
}

.pillar-card:hover .pillar-accent {
  opacity: 1;
}

.protocole-quote {
  margin-top: 48px;
  color: rgba(215, 232, 251, 0.5);
  font-size: 18px;
  font-style: italic;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== PROGRAMME SECTION ===== */
.programme {
  background: #111F37;
}

.programme .section-badge {
  background: rgba(48, 180, 247, 0.15);
  color: #30B4F7;
}

.timeline {
  position: relative;
  margin-bottom: 80px;
}

.timeline-line {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #30B4F7, #7E72EB, #0BD4FC);
}

@media (min-width: 768px) {
  .timeline-line {
    display: block;
  }
}

.timeline-items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media (min-width: 768px) {
  .timeline-item {
    flex-direction: row;
  }
}

.timeline-dot {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
  background: #111F37;
  z-index: 5;
}

.timeline-dot-inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .timeline-dot {
    display: block;
  }
}

.timeline-content {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .timeline-content {
    width: 42%;
  }

  .timeline-item.left .timeline-content {
    margin-right: auto;
    padding-right: 48px;
    text-align: right;
  }

  .timeline-item.right .timeline-content {
    margin-left: auto;
    padding-left: 48px;
  }
}

.timeline-phase {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
}

.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.timeline-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(215, 232, 251, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .timeline-item.left .timeline-list li {
    justify-content: flex-end;
  }
}

.timeline-list-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}

/* Competences */
.competences-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

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

@media (min-width: 1024px) {
  .competences-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.comp-card {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  transition: all 0.3s;
}

.comp-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(83, 148, 243, 0.2);
}

.comp-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #30B4F7, #7E72EB);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-weight: 700;
  font-size: 14px;
}

.comp-card h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.comp-card p {
  color: rgba(215, 232, 251, 0.5);
  font-size: 12px;
  line-height: 1.5;
}

/* Bonus Egregores */
.bonus {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  border: 2px solid rgba(126, 114, 235, 0.4);
  overflow: hidden;
  margin-top: 64px;
}

.bonus-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(126, 114, 235, 0.1), rgba(98, 137, 237, 0.05), rgba(48, 180, 247, 0.1));
}

.bonus-orb-1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(126, 114, 235, 0.1);
  filter: blur(60px);
}

.bonus-orb-2 {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(48, 180, 247, 0.1);
  filter: blur(60px);
}

.bonus-inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media (min-width: 768px) {
  .bonus-inner {
    flex-direction: row;
  }
}

.bonus-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  background: linear-gradient(to right, #7E72EB, #6289ED);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(126, 114, 235, 0.25);
  margin-bottom: 16px;
}

.bonus h3 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  margin-bottom: 16px;
}

.bonus-desc {
  color: rgba(215, 232, 251, 0.7);
  line-height: 1.7;
  margin-bottom: 16px;
}

.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bonus-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(215, 232, 251, 0.8);
  font-size: 14px;
}

.bonus-list li .star {
  color: #7E72EB;
}

.bonus-orb-visual {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(126, 114, 235, 0.2), rgba(11, 212, 252, 0.2));
  border: 1px solid rgba(126, 114, 235, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonus-orb-inner {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(126, 114, 235, 0.3), rgba(11, 212, 252, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

/* ===== SOCIAL PROOF / INVESTMENT ===== */
.social-proof {
  background: linear-gradient(to bottom, #111F37, #0D1A2E);
}

.social-proof .section-badge.testi {
  background: rgba(83, 148, 243, 0.15);
  color: #5394F3;
}

.social-proof .section-badge.faq {
  background: rgba(19, 203, 252, 0.15);
  color: #13CBFC;
}

.testimonials-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonial-card {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4px);
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.stars span {
  color: #30B4F7;
  font-size: 18px;
}

.testimonial-card blockquote {
  color: rgba(215, 232, 251, 0.8);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonials-grid--three {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.testimonials-grid--three .testimonial-card:last-child {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .testimonials-grid--three {
    grid-template-columns: 1fr;
  }

  .testimonials-grid--three .testimonial-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #30B4F7, #7E72EB);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.author-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}

.author-role {
  color: rgba(215, 232, 251, 0.5);
  font-size: 12px;
}

/* Accompagnement + Investment Grid */
.invest-grid {
  display: grid;
  gap: 32px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .invest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.accomp-card {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(76, 156, 244, 0.2);
  background: rgba(76, 156, 244, 0.05);
}

.accomp-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.accomp-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accomp-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(215, 232, 251, 0.7);
  line-height: 1.6;
}

.accomp-list .check {
  color: #4C9CF4;
  flex-shrink: 0;
  margin-top: 2px;
}

.accomp-stats {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: center;
}

.accomp-stat-val {
  color: #30B4F7;
  font-size: 48px;
  font-weight: 800;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: 1.1 !important;
}

.accomp-stat-label {
  color: rgba(215, 232, 251, 0.5);
  font-size: 12px;
}

/* Investment Card */
.invest-card {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  border: 2px solid rgba(48, 180, 247, 0.3);
  overflow: hidden;
}

.invest-card-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(48, 180, 247, 0.1), rgba(126, 114, 235, 0.1));
}

.invest-card-orb {
  position: absolute;
  top: -64px;
  right: -64px;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: rgba(48, 180, 247, 0.1);
  filter: blur(60px);
}

.invest-card-inner {
  position: relative;
  z-index: 5;
}

.invest-cert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.invest-cert img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
}

.invest-cert p {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.invest-cert small {
  color: rgba(215, 232, 251, 0.5);
  font-size: 12px;
}

.invest-price {
  font-size: 48px;
  font-weight: 800;
  margin-top: 28px !important;
  margin-bottom: 28px !important;
  line-height: 1.1 !important;
}

.invest-price-sub {
  color: rgba(215, 232, 251, 0.5);
  font-size: 14px;
  margin-bottom: 24px;
}

.invest-roi {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 24px;
  font-size: 14px;
  color: rgba(215, 232, 251, 0.7);
}

.invest-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.invest-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(215, 232, 251, 0.7);
}

.invest-features .check {
  color: #30B4F7;
}

.invest-btn {
  width: 100%;
  padding: 16px;
  border-radius: 9999px;
  background: linear-gradient(to right, #30B4F7, #7E72EB);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(48, 180, 247, 0.25);
  transition: all 0.3s;
}

.invest-btn:hover {
  box-shadow: 0 12px 32px rgba(48, 180, 247, 0.5);
  transform: scale(1.02);
}

/* FAQ */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition: all 0.3s;
}

.faq-item.open {
  border-color: rgba(48, 180, 247, 0.2);
  background: rgba(48, 180, 247, 0.05);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
}

.faq-chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 340px;
  padding: 0 24px 20px;
}

.faq-item.active .faq-answer {
  padding-top: 14px;
}

.faq-answer p {
  color: rgba(215, 232, 251, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: #111F37;
  overflow: hidden;
}

.cta-orb-1 {
  position: absolute;
  top: 0;
  left: 25%;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  background: rgba(48, 180, 247, 0.05);
  filter: blur(120px);
}

.cta-orb-2 {
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  background: rgba(126, 114, 235, 0.05);
  filter: blur(120px);
}

.cta-inner {
  position: relative;
  z-index: 10;
  max-width: 720px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.cta-desc {
  color: rgba(215, 232, 251, 0.7);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.cta-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.cta-main-btn {
  position: relative;
  padding: 20px 40px;
  border-radius: 9999px;
  background: linear-gradient(to right, #30B4F7, #7E72EB);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 12px 40px rgba(48, 180, 247, 0.3);
  transition: all 0.3s;
  overflow: hidden;
}

.cta-main-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 48px rgba(48, 180, 247, 0.5);
}

.cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  color: rgba(215, 232, 251, 0.5);
  font-size: 14px;
}

.cta-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cta-trust .check {
  color: #30B4F7;
}

.cta-trust .cross {
  color: rgba(248, 113, 113, 0.5);
}

.cta-footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(215, 232, 251, 0.3);
  font-size: 14px;
}
