/* =========================================================
   REKOMU - CSS NETTOYE / V2
   Genere depuis style_front_new.css
   Nettoyage conservateur : anciens ecrans remplaces supprimes,
   utilitaires encore partages conserves.
   ========================================================= */

/* ===== Font import + body base ===== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap');

body {
  font-family: 'Outfit', sans-serif;
  margin: 0;
  padding: 0;
  background: url('https://www.transparenttextures.com/patterns/sandpaper.png'), #f7f7f7;
  background-repeat: repeat;
  color: #333;
  background-color: #f9f9f9;
  line-height: 1.7;
  font-size: 17px;
}


/* =========================================================
   FIX GLOBAL FORMULAIRES
========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

input,
select,
textarea {
  max-width: 100%;
  box-sizing: border-box;
}
.form-control,
.form-container input,
.form-container select,
.form-container textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* ===== Shared sort dropdown used by V2 toolbars ===== */
.sort-dropdown {
  position: relative;
  margin: 0;
}

.sort-toggle {
  background: #f7f7f7;
  border: none;
  padding: 10px 16px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  gap: 6px;
}

.sort-toggle svg {
  width: 20px;
    height: 20px;
}

.sort-options {
  display: none;
  position: absolute;
  right: 0;
  top: 110%;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  z-index: 1000;
  min-width: 150px;
  flex-direction: column;
  margin-top: 4px;
  /* réduit la distance avec le bouton */
  padding: 4px 0;
}

.sort-options a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
  text-align: left;
}

.sort-options a:hover {
  background: #f2f2f2;
  background-color: #f0f0f0;
}

.sort-dropdown.open .sort-options {
  display: block;
}


/* ===== Global reset + legacy CSS variables still harmless/shared ===== */
/* Reset de base */
body, h1, h2, h3, p, ul {
  margin: 0;
    padding: 0;
}

/* Couleurs principales */
:root {
  --main-cta: #8f0f7f;
  --font-family: 'Outfit', sans-serif;
  --font-weight: 600;
  --gradient: linear-gradient(135deg, #a4defc 0%, #d7bdfc 50%, #e2207f 100%);
  --white: #fff;
  --text-dark: #222;
  --shadow: rgba(0, 0, 0, 0.1);
}

/* GLOBALS */

/* ===== Flash messages + animations ===== */
/* Message flash */
.flashes {
  margin: 20px auto;
  max-width: 500px;
  padding: 0;
  text-align: center;
  z-index: 10;
}

/* Types de messages */
.flash-success {
  background: linear-gradient(135deg, #d1fbe5, #b5f2d0);
  color: #087851;
  border-left: 5px solid #0f7f4f;
}

.flash-danger {
  background: linear-gradient(135deg, #fde5e5, #f7cccc);
  color: #b42525;
  border-left: 5px solid #d0312d;
}

.flash-warning {
  background: linear-gradient(135deg, #fff4d9, #ffefc3);
  color: #b86800;
  border-left: 5px solid #ffb700;
}

.flash-info {
  background: linear-gradient(135deg, #e6f0ff, #cddfff);
  color: #094f9f;
  border-left: 5px solid #0f7f8f;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
}

}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-10px);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

}



/* ===== Shared product video modal ===== */
/* Overlay plein écran */
#videoModal.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.6);
  z-index: 9999;
}

/* quand ouvert */
#videoModal.modal.show { display: flex; }

/* Contenu centré et borné */
#videoModal .modal-content {
  position: relative;
  width: 92vw;
  max-width: 420px;       /* Reel 9:16 → largeur raisonnable */
  background: #000;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

/* Zone vidéo en 9:16 */
#videoContainer {
  width: 100%;
  aspect-ratio: 9 / 16;   /* garde les proportions */
  background: #000;
}

/* L'iframe remplit le conteneur */
#videoContainer iframe, 
#videoContainer video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Bouton X par-dessus l'iframe */
#videoModal .close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 2;             /* au-dessus de l’iframe */
  background: rgba(0,0,0,.4);
  line-height: 1;
  padding: 4px 10px;
  border-radius: 8px;
}

/* Overlay de la modale : noir semi-transparent */
#videoModal.modal {
  background: rgba(0,0,0,0.75);
}

/* Pas de “carte” blanche derrière : on laisse voir l’overlay noir */
#videoModal .modal-content {
  background: transparent;
  box-shadow: none;
}

/* Le conteneur vidéo ne force pas de fond blanc */
#videoContainer,
#videoContainer iframe,
#videoContainer video {
  background: transparent;
}


/* ===== Shared buttons / follow button ===== */
/* === HARMONIZED BUTTONS === */
.btn,
.btn-purple,
.btn-pink,
.cta-btn,
.cta-header,
.cta-mini,
.onboarding-btn,
.preview-button,
.btn-apercu,
form button,
form input[type="submit"] {
  background: linear-gradient(90deg, #e14de7, #fe7285);
  color: white;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 12px;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(143, 15, 127, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn-purple:hover,
.btn-pink:hover,
.cta-btn:hover,
.cta-header:hover,
.cta-mini:hover,
.onboarding-btn:hover,
.preview-button:hover,
.btn-apercu:hover,
form button:hover,
form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(143, 15, 127, 0.3);
}

/* === OUTLINE BUTTON === */
.cta-btn-outline,
.logout-btn,
.unfollow-btn,
.follow-btn {
  background: white;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 2px solid #615bb7;
  color: #615bb7;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cta-btn-outline:hover,
.logout-btn:hover,
.unfollow-btn:hover,
.follow-btn:hover {
  background-color: #615bb7;
  color: white;
}

/* === FOLLOW BUTTON === */
.follow-btn {
  background: #615bb7;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 2px solid #615bb7;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.follow-btn:hover {
  background: #514ba3;
  border-color: #514ba3;
}

.follow-btn.is-following {
  background: white;
  color: #615bb7;
  border-color: #615bb7;
}

.follow-btn.is-following:hover {
  background: #f3f1ff;
}

.product-buttons .btn.secondary {
  background: #e0e0e0;
  color: #333;
}
.product-buttons .btn.secondary:hover {
  background: #d0d0d0;
}


/* ===== Still-used utility pages: search, billing/contact, legal, promo, cookie, FAQ, demo ===== */
/* === RESULTATS SEARCH HOME === */
.reko-page-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}

.reko-page-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 12px;
  gap: 14px;
}

.reko-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
}

.reko-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.reko-titre {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.reko-btn {
  font-size: 14px;
  color: #615bb7;
  text-decoration: none;
  margin-top: 6px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.reko-btn:hover {
  color: #8f0f7f;
}

.btn-retour-home {
  display: inline-block;
  margin-bottom: 1rem;
  color: #0f7f8f;
  font-weight: bold;
  text-decoration: none;
}

.categorie-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
  text-align: center;
}

.btn-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  background-color: #c4c4c4;
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.btn-scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.box-info {
  background-color: #f8f9fa;
  padding: 1.2em;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-bottom: 2em;
}

/* === facturation === */
.historique-factures ul.facture-liste {
  list-style: none;
  padding: 0;
}

.historique-factures ul.facture-liste li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.statut {
  font-weight: bold;
}

.statut.en_attente { color: #ff9900; }
.statut.payé { color: #28a745; }
.statut.echec { color: #dc3545; }

.form-check {
  margin-bottom: 15px;
}

/* === PAGE CONTACT=== */
.formulaire {
  max-width: 600px;
  margin: auto;
}

.formulaire .form-group {
  margin-bottom: 15px;
}

.formulaire label {
  font-weight: bold;
}

.formulaire .form-control {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.flash {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.flash-success {
  background-color: #dff0d8;
  color: #3c763d;
}

.flash-danger {
  background-color: #f2dede;
  color: #a94442;
}

/* CGU CGV */
.cgu-scrollable {
  max-height: 200px;
  overflow-y: auto;
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9em;
}

.reassurance-container {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid var(--couleur-primaire); /* par exemple #0f7f8f */
  border-radius: 8px;
  background-color: var(--couleur-fond-clair); /* couleur claire douce */
}

.reassurance-title {
  color: var(--couleur-primaire);
  margin-bottom: 10px;
}

.reassurance-list {
  list-style: none;
  padding-left: 0;
  color: var(--couleur-secondaire); /* par ex. #094f59 */
}

.reassurance-link a {
  color: var(--couleur-cta);
  text-decoration: underline;
}

/* ALERTE BANDEAU CB */
.alert-bandeau {
  background-color: #ffe0e0;
  color: #8f0f0f;
  border-left: 4px solid #8f0f0f;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}
.alert-bandeau .cta-small {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0.8rem;
  background-color: #8f0f7f;
  color: white;
  border-radius: 0.4rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85rem;
}

/* CONTENU SPONSO */
.badge-publicite {
  display: inline-block;
  background-color: #c4c4c4;
  color: white;
  padding: 0.3em 0.6em;
  border-radius: 1em;
  font-size: 0.8em;
  margin-top: 0.5em;
}

/* CODE PROMO PRODUIT */
.code-promo-encart {
  background-color: #f4f4f4;
  padding: 1.2rem;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.code-promo-titre {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.code-promo-bloc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.code-promo-bloc .code {
  background-color: white;
  border: 1px dashed #8f0f7f;
  padding: 0.4rem 0.8rem;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1.1rem;
}

.copier-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.copier-btn img {
  width: 24px;
  height: 24px;
}

/*CSS inscription*/
.input-password-container {
  position: relative;
  display: flex;
  align-items: center;
}

.input-password-container input {
  padding-right: 40px !important;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.password-match-message {
  font-size: 14px;
  margin-top: 5px;
  color: #8f0f7f;
}
.password-match-message.invalid {
  color: #cc0000;
}


.password-strength-message {
  font-size: 14px;
  margin-top: 5px;
  color: #8f0f7f;
}
.password-strength-message.invalid {
  color: #cc0000;
}

/*BANDEAU COOKIE*/

.cookie-banner {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 400px;
  margin: auto;
  z-index: 9999;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.7rem;

}

.cookie-banner.show {
  display: flex;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  margin-top: 1em;
}

.cookie-btn {
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.cookie-btn.accept {
  background: linear-gradient(90deg, #e14de7, #fe7285);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: bold;
  margin-right: 8px;
  cursor: pointer;
}

.cookie-btn.customize {
  background: #f0f0f0;
  color: #333;
}

.cookie-options {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.cookie-options li {
  margin-bottom: 0.5em;
  font-size: 0.7em;
}

/*FAQ PAIEMENT*/

.faq-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #595757;
  cursor: pointer;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  display: none;
  padding-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.faq-question .arrow {
  transition: transform 0.3s ease;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}

/*FOOTER*/
.footer {
  text-align: center;
}

.footer-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col h4 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #0f7f8f;
}

.footer-col a {
  text-decoration: none;
  color: #333;
  margin: 0.2rem 0;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* === PAGE DEMO === */
.demo-section {
  background: #f9f9f9;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}

.demo-container {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-family: 'Outfit', sans-serif;
}

/* === TITRE === */
.demo-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f7f8f;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

/* === VIDEO === */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px; /* avant c’était 480–500px */
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.video-wrapper::before {
  content: "";
  display: block;
  padding-top: 177.78%; /* garde le ratio 9:16 */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === TEXTE === */
.demo-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

/* === FORMULAIRE === */
.demo-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.demo-form label {
  text-align: left;
  font-weight: 500;
  color: #333;
  font-size: 17px;
}

.demo-form input,
.demo-form select {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

/* === BOUTON === */
.cta-btn {
  background: linear-gradient(45deg, #8f0f7f, #c01fa3);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  margin-top: 10px;
}

.cta-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* === MESSAGE DE SUCCÈS === */
.success-block {
  text-align: center;
  padding: 40px 20px;
}

.success-block .demo-title {
  color: #0f7f8f;
  font-size: 26px;
  margin-bottom: 12px;
}

.success-message {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}

/* === RESPONSIVE DESKTOP === */
@media (min-width: 768px) {
  .demo-container {
    max-width: 600px;
    padding: 40px;
  }

  .demo-title {
    font-size: 24px;
  }

  .demo-text {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 17px;
  }
}

.demo-intro {
  padding: 18px 20px;
  margin: 20px 0 28px;
  text-align: center;
  line-height: 1.5;
}

.demo-intro .accent {
  font-weight: 700;
  color: #0f7f8f;
  font-size: 20px;
  margin-bottom: 4px;
}

.demo-intro p {
  font-size: 19px;
  color: #444;
  margin: 0;
}

/* === FIX POUR MOBILE === */
.demo-container, 
.demo-container * {
  box-sizing: border-box; /* évite les débordements à cause des paddings */
}

.demo-form input,
.demo-form select {
  min-width: 0;            /* autorise le shrink dans les conteneurs flex */
}

html, body {
  width: 100%;
  overflow-x: hidden;      /* empêche le scroll horizontal sur mobile */
}

/* ajuste les paddings et tailles sur les petits écrans */
@media (max-width: 480px) {
  .demo-container {
    padding: 20px 16px;
  }

  .demo-form label {
    font-size: 15px;
  }

  .demo-form input,
  .demo-form select {
    font-size: 16px; /* évite le zoom iOS */
    padding: 10px;
  }
}

/* === FIX BOUTON SUCCESS === */
.success-block .cta-btn {
  display: inline-block;
  padding: 12px 24px;           /* espace autour du texte */
  border-radius: 12px;
  background: linear-gradient(45deg, #8f0f7f, #c01fa3);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.2;
  white-space: nowrap;          /* évite le retour à la ligne */
  box-shadow: 0 4px 10px rgba(143, 15, 127, 0.3);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.success-block .cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}


/* ===== Notification switches/scenarios shared by account V2 ===== */
/* --- Tabs --- */
.notif-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.tab-btn {
  background: #eaeaea;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.3s;
}
.tab-btn.active {
  background: #0f7f8f;
  color: #fff;
}
.tab-content { display: none; }
.tab-content.active { display: block; }

/* --- Notifications list --- */
.notif-list {
  list-style: none;
  padding: 0;
}
.notif-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin-bottom: 10px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notif-text strong { color: #0f7f8f; font-size: 1rem; }
.notif-text p { margin: 4px 0; font-size: 0.9rem; color: #444; }
.notif-link { color: #8f0f7f; font-weight: 600; text-decoration: none; }

/* --- Toggle style --- */
.pref-toggle {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  padding: 12px 16px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pref-info h4 { margin: 0; font-size: 1rem; color: #0f7f8f; }
.pref-info p { margin: 2px 0 0; font-size: 0.85rem; color: #555; }

/* --- Switch input --- */
.switch-input {
  appearance: none;
  width: 44px;
  height: 24px;
  background: #ccc;
  border-radius: 20px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
}
.switch-input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.switch-input:checked {
  background: #0f7f8f;
}
.switch-input:checked::before {
  transform: translateX(20px);
}

.scenario-block {
  background:#fff;
  padding:18px;
  margin-bottom:20px;
  border-radius:12px;
  box-shadow:0 2px 4px rgba(0,0,0,0.05);
}

.scenario-header {
  display:flex; 
  justify-content:space-between;
  align-items:center;
}

.scenario-header h4 {
  margin:0;
  font-size:18px;
  max-width: 100%;
}

.scenario-header p {
  margin:4px 0 0 0;
  margin-right: 0 !important;
  font-size:14px;
  color:#777;
  max-width: 100%;
}

.scenario-channels {
  margin-top:16px;
  border-top:1px solid #eee;
  padding-top:16px;
}

.pref-info h5 {
  margin:0;
  font-size:15px;
}

.hidden {
  display:none;
}

.alert-item-description {
    max-width: 85%;
    line-height: 1.4;
}
.scenario-toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;;
}

.alert-item-description {
    max-width: 100%;   /* <-- on arrête de brider le texte */
}


/* ===== All current V2 styles ===== */
/* =========================================================
   PAGE REKO V2
   ========================================================= */

.reko-profile {
  max-width: 1200px;
  margin: 0 auto 28px;
  margin: 0 auto 28px;
  padding: 28px 20px 0;
}

.reko-cover {
  height: 100px;
  border-radius: 26px;
  background: linear-gradient(135deg, #b7bfff 0%, #f4c8d8 55%, #f7e5bf 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.reko-profile-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0;
  margin: 0;
}

.reko-profile-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reko-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}

.reko-info {
  min-width: 0;
  padding-bottom: 4px;
}

.reko-info h1 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.1;
}

.reko-info > p {
  margin: 0;
  max-width: 620px;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

.reko-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.reko-socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.reko-socials img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.reko-website span {
  font-size: 14px;
  color: #444;
}

.reko-profile-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 4px;
  flex-shrink: 0;
}

.reko-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}

.reko-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reko-stats strong {
  font-size: 22px;
  line-height: 1;
}

.reko-stats span {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}

.follow-btn {
  min-width: 120px;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 600;
}


/* =========================================================
   TOOLBAR CATÉGORIES + TRI
   ========================================================= */

.reko-toolbar {
  max-width: 900px;
  margin: 0 auto 24px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reko-categories {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 2px 0;
}

.reko-categories::-webkit-scrollbar {
  display: none;
}

.reko-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: .2s ease;
}

.reko-chip:hover {
  border-color: #aaa;
}

.reko-chip.active {
  border-color: #7B72F2;
  background: #7B72F2;
  color: #fff;
}

.reko-toolbar .sort-dropdown {
  position: relative;
  flex-shrink: 0;
}

.reko-toolbar .sort-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.reko-toolbar .sort-options {
  right: 0;
  left: auto;
}
@media (min-width: 900px) {
  .reko-toolbar,
  .home-v2-product-grid {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================================
   RESPONSIVE TABLETTE
   ========================================================= */

@media (max-width: 900px) {
  .reko-cover {
    height: 100px;
  }

  .reko-profile-content {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0px;
    padding: 0 18px;
    gap: 18px;
  }

  .reko-profile-main {
    align-items: flex-end;
  }

  .reko-avatar {
    width: 100px;
    height: 100px;
  }

  .reko-info h1 {
    font-size: 28px;
  }

  .reko-profile-actions {
    width: 100%;
    justify-content: space-between;
  }
}


/* =========================================================
   RESPONSIVE MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .reko-profile {
    padding: 20px 14px 0;
  }

  .reko-cover {
    height: 100px;
    border-radius: 20px;
  }

  .reko-profile-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .reko-profile-main {
    align-items: flex-start;
  }

  .reko-avatar {
    width: 82px;
    height: 82px;
  }

  .reko-profile-actions {
    width: 100%;
    justify-content: space-between;
  }

  .reko-info h1 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .reko-info > p {
    font-size: 14px;
  }

  .reko-socials {
    margin-top: 12px;
  }

  .reko-socials img {
    width: 25px;
    height: 25px;
  }

  .reko-profile-actions {
    align-items: center;
    gap: 14px;
  }

  .reko-stats {
    gap: 18px;
  }

  .reko-stats strong {
    font-size: 19px;
  }

  .follow-btn {
    min-width: 104px;
    padding: 10px 16px;
  }

  .reko-toolbar {
    padding: 0 14px;
    margin-bottom: 18px;
    align-items: flex-start;
    gap: 12px;
  }

  .reko-categories {
    flex: 1;
  }

  .reko-chip {
    padding: 8px 14px;
    font-size: 13px;
  }

  .reko-toolbar .sort-toggle {
    padding: 8px 12px;
  }

  .reko-toolbar .sort-toggle span {
    display: none;
  }
}

/* =========================================================
   HEADER V2
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,0,0,.06);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.site-header-inner {
  max-width: 1200px;
  height: 68px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.header-search {
  flex: 1;
  display: flex;
  justify-content: center;
}

.site-header .search-form {
  width: min(460px, 100%);
  height: 42px;
  position: relative;
}

.site-header .search-form input {
  width: 100%;
  height: 100%;
  padding: 0 46px 0 18px;
  border: 1px solid #e6e4ea;
  border-radius: 999px;
  background: #f7f7f9;
  font-size: 14px;
  outline: none;
  transition: .2s ease;
}

.site-header .search-form input:focus {
  background: #fff;
  border-color: #8b7cf6;
  box-shadow: 0 0 0 3px rgba(123,114,242,.10);
}

.site-header .search-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #666;
  cursor: pointer;
}

.header-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-account,
.burger-icon {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease;
}

.header-account:hover,
.burger-icon:hover {
  background: #f3f1f7;
}

.header-account img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd9ff;
}

.site-header .burger-dropdown {
  position: absolute;
  top: 52px;
  right: 0;
  min-width: 210px;
  padding: 8px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

.site-header .burger-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .burger-dropdown a {
  display: block;
  padding: 11px 13px;
  border-radius: 10px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.site-header .burger-dropdown a:hover {
  background: #f6f4fa;
}


/* MOBILE */

@media (max-width: 700px) {
  .site-header-inner {
    height: 58px;
    padding: 0 14px;
    gap: 10px;
  }

  .site-logo img {
    width: 92px;
  }

  .header-search {
    flex: 1;
    justify-content: flex-end;
  }

  .site-header .search-form {
    width: 40px;
    height: 40px;
  }

  .site-header .search-form input {
    position: absolute;
    right: 0;
    width: 40px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }

.site-header .search-form.active {
  position: absolute;
  left: 110px;
  right: 92px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 5;
}

.site-header .search-form {
  margin: 0;
}

.site-header .search-form.active input {
  width: 100%;
  min-width: 0;
}

  .site-header .search-form.active input {
    width: 100%;
    padding: 0 42px 0 16px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
  }

  .site-header .search-form.active .search-icon {
    right: 4px;
  }

  .header-account,
  .burger-icon {
    width: 38px;
    height: 38px;
  }
}

/* =========================================================
   FOOTER V2
   ========================================================= */

.site-footer {
  margin-top: 64px;
  background: #faf9fc;
  border-top: 1px solid #eeeaf3;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 20px 24px;
}

.footer-brand {
  max-width: 420px;
}

.footer-brand img {
  width: 105px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-brand p {
  margin: 0;
  color: #68636f;
  font-size: 14px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 30px 0;
}

.footer-links a,
.footer-bottom a {
  color: #2d2931;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: #7B72F2;
}

.footer-bottom {
  padding-top: 18px;
  border-top: 1px solid #e9e5ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #8a8490;
  font-size: 13px;
}

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

@media (max-width: 600px) {
  .site-footer {
    margin-top: 42px;
  }

  .site-footer-inner {
    padding: 32px 18px 20px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    margin: 26px 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-bottom div {
    gap: 12px 16px;
  }
}

/* ---------- INSCRIPTION V2 ---------- */

.signup-v2 {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 20px 64px;
}

.signup-v2__intro {
  margin-bottom: 24px;
  text-align: center;
}

.signup-v2__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #615bb7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.signup-v2__intro h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
}

.signup-v2__intro p {
  max-width: 540px;
  margin: 12px auto 0;
  color: #6d6870;
  font-size: 14px;
  line-height: 1.5;
}

.signup-v2__card {
  padding: 28px;
  border: 1px solid #ebe7ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(35,26,37,.06);
}

.signup-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.signup-v2 .form-group {
  margin-bottom: 18px;
}

.signup-v2 .form-group label {
  display: block;
  margin-bottom: 7px;
  color: #2f2b31;
  font-size: 13px;
  font-weight: 600;
}

.signup-v2 .form-control {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd8e2;
  border-radius: 12px;
  background: #faf9fb;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: .2s ease;
}

.signup-v2 .form-control:focus {
  background: #fff;
  border-color: #7B72F2;
  box-shadow: 0 0 0 3px rgba(123,114,242,.10);
}

.input-password-container {
  position: relative;
}

.input-password-container .form-control {
  padding-right: 44px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: .65;
}

.password-strength-message,
.password-match-message {
  min-height: 17px;
  margin: 6px 0 0;
  color: #4f946f;
  font-size: 11px;
}

.password-strength-message.invalid,
.password-match-message.invalid {
  color: #c65364;
}

.signup-v2__cgu {
  margin-top: 4px;
  padding: 16px;
  border-radius: 16px;
  background: #faf8fd;
  border: 1px solid #eee9f3;
}

.signup-v2__cgu-head {
  margin-bottom: 10px;
}

.signup-v2__cgu-head strong {
  display: block;
  color: #312d34;
  font-size: 14px;
}

.signup-v2__cgu-head span {
  display: block;
  margin-top: 3px;
  color: #8a8490;
  font-size: 11px;
}

.signup-v2 .cgu-scrollable {
  max-height: 180px;
  padding: 12px;
  overflow-y: auto;
  border: 1px solid #e2dde7;
  border-radius: 12px;
  background: #fff;
  font-size: 12px;
}

.signup-v2 .form-check {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}

.signup-v2__submit {
  width: 100%;
  margin-top: 20px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.signup-v2__submit:hover:not(:disabled) {
  background: #514ba3;
}

.signup-v2__submit:disabled {
  background: #d9d5df;
  color: #96909b;
  cursor: not-allowed;
}

.signup-v2__login {
  margin-top: 18px;
  text-align: center;
  color: #746f78;
  font-size: 13px;
}

.signup-v2__login a {
  color: #615bb7;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 640px) {
  .signup-v2 {
    padding: 28px 14px 48px;
  }

  .signup-v2__intro {
    margin-bottom: 18px;
  }

  .signup-v2__intro h1 {
    font-size: 30px;
  }

  .signup-v2__card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .signup-v2__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .signup-v2 .cgu-scrollable {
    max-height: 150px;
  }
}

/* ---------- LOGIN V2 ---------- */

.login-v2 {
  max-width: 520px;
  margin: 0 auto;
  padding: 52px 20px 70px;
}

.login-v2__intro {
  margin-bottom: 24px;
  text-align: center;
}

.login-v2__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #615bb7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.login-v2__intro h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
}

.login-v2__intro p {
  margin: 12px auto 0;
  color: #6d6870;
  font-size: 14px;
  line-height: 1.5;
}

.login-v2__card {
  padding: 28px;
  border: 1px solid #ebe7ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(35,26,37,.06);
}

.login-v2 .form-group {
  margin-bottom: 18px;
}

.login-v2 .form-group label {
  display: block;
  margin-bottom: 7px;
  color: #2f2b31;
  font-size: 13px;
  font-weight: 600;
}

.login-v2 .form-control {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd8e2;
  border-radius: 12px;
  background: #faf9fb;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: .2s ease;
}

.login-v2 .form-control:focus {
  background: #fff;
  border-color: #7B72F2;
  box-shadow: 0 0 0 3px rgba(123,114,242,.10);
}

.login-v2 .input-password-container {
  position: relative;
}

.login-v2 .input-password-container .form-control {
  padding-right: 44px;
}

.login-v2 .toggle-password {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: .65;
}

.login-v2__forgot {
  margin-top: -6px;
  text-align: right;
}

.login-v2__forgot a {
  color: #615bb7;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.login-v2__submit {
  width: 100%;
  margin-top: 22px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.login-v2__submit:hover {
  background: #514ba3;
}

.login-v2__signup {
  margin-top: 20px;
  text-align: center;
  color: #746f78;
  font-size: 13px;
}

.login-v2__signup a {
  color: #615bb7;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 600px) {
  .login-v2 {
    padding: 32px 14px 50px;
  }

  .login-v2__intro h1 {
    font-size: 30px;
  }

  .login-v2__card {
    padding: 20px 16px;
    border-radius: 20px;
  }
}
/* ---------- RESET PASSWORD V2 ---------- */

.reset-v2 {
  max-width: 520px;
  margin: 0 auto;
  padding: 52px 20px 70px;
}

.reset-v2__intro {
  margin-bottom: 24px;
  text-align: center;
}

.reset-v2__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #615bb7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.reset-v2__intro h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.05;
}

.reset-v2__intro p {
  margin: 12px auto 0;
  color: #6d6870;
  font-size: 14px;
  line-height: 1.5;
}

.reset-v2__card {
  padding: 28px;
  border: 1px solid #ebe7ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(35,26,37,.06);
}

.reset-v2 .form-group {
  margin-bottom: 18px;
}

.reset-v2 .form-group label {
  display: block;
  margin-bottom: 7px;
  color: #2f2b31;
  font-size: 13px;
  font-weight: 600;
}

.reset-v2 .form-control {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd8e2;
  border-radius: 12px;
  background: #faf9fb;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: .2s ease;
}

.reset-v2 .form-control:focus {
  background: #fff;
  border-color: #7B72F2;
  box-shadow: 0 0 0 3px rgba(123,114,242,.10);
}

.reset-v2__submit {
  width: 100%;
  margin-top: 4px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.reset-v2__submit:hover {
  background: #514ba3;
}

.reset-v2__back {
  margin-top: 18px;
  text-align: center;
}

.reset-v2__back a {
  color: #615bb7;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 600px) {
  .reset-v2 {
    padding: 32px 14px 50px;
  }

  .reset-v2__intro h1 {
    font-size: 30px;
  }

  .reset-v2__card {
    padding: 20px 16px;
    border-radius: 20px;
  }
}

.reset-v2 .input-password-container {
  position: relative;
}

.reset-v2 .input-password-container .form-control {
  padding-right: 44px;
}

.reset-v2 .toggle-password {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: .65;
}

.reset-v2 .password-strength-message,
.reset-v2 .password-match-message {
  min-height: 17px;
  margin: 6px 0 0;
  color: #4f946f;
  font-size: 11px;
}

.reset-v2 .password-strength-message.invalid,
.reset-v2 .password-match-message.invalid {
  color: #c65364;
}

/* =========================================================
   PAGE PRODUIT REKOMU V2
========================================================= */

.reko-product-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 22px 80px;
  color: #28222c;
}


/* RETOUR */

.reko-product-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: #615bb7;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.reko-product-back span {
  font-size: 18px;
}



/* =========================================================
   LAYOUT
========================================================= */

.reko-product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 52px;
  align-items: start;
}



/* =========================================================
   GALERIE
========================================================= */

.reko-product-gallery {
  min-width: 0;
}

.reko-product-main-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 26px;
  background: #f5f1ed;
}

.reko-product-main-image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity .15s ease;
}


.reko-sponsored {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .93);
  color: #69626d;
  font-size: 10px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}


/* Miniatures */

.reko-product-thumbs {
  display: flex;
  gap: 11px;
  margin-top: 14px;
  padding-bottom: 3px;
  overflow-x: auto;
  scrollbar-width: none;
}

.reko-product-thumbs::-webkit-scrollbar {
  display: none;
}


.reko-product-thumb {
  position: relative;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #f6f3f0;
  cursor: pointer;
}

.reko-product-thumb.is-active {
  border-color: #615bb7;
}

.reko-product-thumb img,
.reko-product-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.reko-product-thumb--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .14);
}

.reko-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
}



/* =========================================================
   INFOS
========================================================= */

.reko-product-info {
  position: sticky;
  top: 96px;
  min-width: 0;
}


.reko-product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}


.reko-product-brand {
  margin-bottom: 10px;
  color: #615bb7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}


.reko-product-heading h1 {
  margin: 0;
  max-width: 520px;
  color: #1f1825;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 4vw, 49px);
  font-weight: 400;
  line-height: 1.04;
}


.reko-product-price {
  margin-top: 18px;
  color: #1f1825;
  font-size: 25px;
  font-weight: 800;
}



/* =========================================================
   HEART
========================================================= */

.reko-heart-button {
  display: grid !important;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(38, 28, 50, .10);
  font-size: 25px;
  cursor: pointer;
}

.reko-heart-full {
  color: #615bb7;
}

.reko-heart-empty {
  color: #2d2830;
}

.reko-mobile-heart {
  display: none;
}

.reko-desktop-heart .like-form {
  position: static !important;
}



/* =========================================================
   CTA
========================================================= */

.reko-product-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-top: 25px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(97, 91, 183, .18);
  transition:
    transform .2s ease,
    background .2s ease;
}

.reko-product-buy span {
  font-size: 22px;
  font-weight: 400;
}

.reko-product-buy:hover {
  background: #514ba3;
  transform: translateY(-1px);
}


.reko-product-from {
  margin-top: 16px;
  color: #807982;
  font-size: 12px;
  text-align: center;
}

.reko-product-from a {
  color: #615bb7;
  font-weight: 700;
  text-decoration: none;
}



/* =========================================================
   BLOCS INFO
========================================================= */

.reko-info-block {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 16px;
  margin-top: 26px;
  padding: 24px 0;
  border-top: 1px solid #ede8ef;
}


.reko-info-block--promo {
  margin-top: 26px;
  padding: 22px;
  border: 0;
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      #f6f0ff 0%,
      #f3ecff 100%
    );
}


.reko-info-icon {
  padding-top: 1px;
  color: #615bb7;
}


.reko-info-icon svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.reko-info-content {
  min-width: 0;
}


.reko-info-title {
  margin-bottom: 10px;
  color: #615bb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}


.reko-info-content p {
  margin: 0;
  color: #514b54;
  font-size: 14px;
  line-height: 1.65;
}



/* PROMO */

.reko-promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 10px 10px 10px 16px;
  border: 1px dashed #a997f2;
  border-radius: 13px;
  background: #fff;
}


.reko-promo-code strong {
  overflow: hidden;
  color: #28212d;
  font-size: 14px;
  letter-spacing: .03em;
  text-overflow: ellipsis;
}


.reko-promo-code button {
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}



/* =========================================================
   REKO LINK
========================================================= */

.reko-product-reko-link {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 5px;
  padding: 20px 0;
  border-top: 1px solid #ede8ef;
  color: #514b54;
  font-size: 13px;
  text-decoration: none;
}

.reko-product-reko-link strong {
  color: #615bb7;
}

.reko-product-reko-link > span:nth-child(2) {
  flex: 1;
}

.reko-product-reko-link > span:last-child {
  color: #615bb7;
  font-size: 20px;
}

.reko-product-reko-icon {
  color: #615bb7;
  font-size: 22px;
}



/* =========================================================
   AUTRES PÉPITES
========================================================= */

.reko-product-related {
  margin-top: 78px;
}


.reko-product-related-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}


.reko-related-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #615bb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}


.reko-product-related-heading h2 {
  margin: 0;
  max-width: 700px;
  color: #1f1825;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}


.reko-product-related-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: #615bb7;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}



/* =========================================================
   STICKY CTA MOBILE
========================================================= */

.reko-product-sticky {
  display: none;
}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 780px) {

  .reko-product-page {
    padding: 20px 14px 105px;
  }


  .reko-product-back {
    margin-bottom: 16px;
    font-size: 12px;
  }


  .reko-product-main {
    grid-template-columns: 1fr;
    gap: 26px;
  }


  /* IMAGE */

  .reko-product-main-image {
    border-radius: 19px;
  }


  .reko-product-main-image > img {
    object-fit: cover;
  }


  .reko-product-thumb {
    flex-basis: 66px;
    width: 66px;
    height: 66px;
    border-radius: 11px;
  }



  /* COEUR */

  .reko-desktop-heart {
    display: none;
  }

  .reko-mobile-heart {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: block;
  }

  .reko-mobile-heart .like-form {
    position: static !important;
  }

  .reko-heart-button {
    width: 44px;
    height: 44px;
    font-size: 23px;
  }



  /* INFO */

  .reko-product-info {
    position: static;
  }


  .reko-product-brand {
    margin-bottom: 7px;
    font-size: 14px;
  }


  .reko-product-heading h1 {
    font-size: 31px;
    line-height: 1.03;
  }


  .reko-product-price {
    margin-top: 14px;
    font-size: 20px;
  }


  .reko-product-from {
    margin-top: 20px;
    text-align: left;
  }

@media (max-width: 780px) {
  .reko-product-buy {
    width: auto;
    min-width: 180px;
    max-width: 220px;
    margin: 18px auto 0;
    padding: 12px 20px;
    font-size: 16px;
    justify-content: center;
  }
}

  /* BLOCS INFO */

  .reko-info-block {
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 13px;
    margin-top: 20px;
    padding: 20px 0;
  }


  .reko-info-block--promo {
    padding: 18px 16px;
    border-radius: 18px;
  }


  .reko-info-icon svg {
    width: 20px;
    height: 20px;
  }


  .reko-info-title {
    margin-bottom: 9px;
    font-size: 9px;
  }


  .reko-info-content p {
    font-size: 13px;
    line-height: 1.6;
  }


  .reko-promo-code {
    margin-top: 14px;
  }



  /* Lien Reko */

  .reko-product-reko-link {
    margin-top: 2px;
    padding: 18px 0;
  }



  /* Related */

  .reko-product-related {
    margin-top: 47px;
  }


  .reko-product-related-heading {
    display: block;
    margin-bottom: 20px;
  }


  .reko-product-related-heading h2 {
    font-size: 27px;
  }


  .reko-product-related-heading > a {
    display: none;
  }



  /* STICKY */

  .reko-product-sticky {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 10px 10px 14px;
    border: 1px solid #ece7ef;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 35px rgba(35, 27, 41, .18);
    backdrop-filter: blur(14px);
  }


  .reko-product-sticky-info {
    min-width: 0;
  }


  .reko-product-sticky-info small {
    display: block;
    max-width: 130px;
    overflow: hidden;
    color: #615bb7;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  .reko-product-sticky-info strong {
    display: block;
    margin-top: 3px;
    color: #211a26;
    font-size: 18px;
  }


  .reko-product-sticky > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 160px;
    padding: 13px 20px;
    border-radius: 999px;
    background: #615bb7;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }


  .reko-product-sticky > a span {
    font-size: 18px;
  }

}

/* ---------- KOMU FEED V2 ---------- */

.komu-feed-v2 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 20px 70px;
}

.komu-feed-v2__hero {
  max-width: 650px;
  margin-bottom: 30px;
}

.komu-feed-v2__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #615bb7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.komu-feed-v2__hero h1 {
  margin: 0;
  color: #201a24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}

.komu-feed-v2__hero p {
  margin: 12px 0 0;
  color: #716b74;
  font-size: 14px;
  line-height: 1.55;
}


/* EMPTY STATE */

.komu-feed-v2__empty {
  max-width: 520px;
  margin: 70px auto 0;
  padding: 42px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f7f1ff 0%, #f2ebff 100%);
  text-align: center;
}

.komu-feed-v2__empty-icon {
  margin-bottom: 14px;
  color: #615bb7;
  font-size: 34px;
}

.komu-feed-v2__empty h2 {
  margin: 0;
  color: #241d28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.komu-feed-v2__empty p {
  max-width: 360px;
  margin: 12px auto 0;
  color: #6f6973;
  font-size: 14px;
  line-height: 1.55;
}

.komu-feed-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.komu-feed-v2__cta:hover {
  background: #514ba3;
}


@media (max-width: 720px) {
  .komu-feed-v2 {
    padding: 24px 14px 50px;
  }

  .komu-feed-v2__hero {
    margin-bottom: 22px;
  }

  .komu-feed-v2__hero h1 {
    font-size: 30px;
  }

  .komu-feed-v2__hero p {
    font-size: 13px;
  }

  .komu-feed-v2__empty {
    margin-top: 42px;
    padding: 32px 20px;
    border-radius: 20px;
  }

  .komu-feed-v2__empty h2 {
    font-size: 24px;
  }
}

.komu-feed-v2__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.komu-feed-v2__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.komu-filter-chip {
  padding: 8px 14px;
  border: 1px solid #e6e0e9;
  border-radius: 999px;
  background: #fff;
  color: #625c66;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: .2s ease;
}

.komu-filter-chip:hover {
  border-color: #cfc6f2;
  color: #615bb7;
}

.komu-filter-chip.is-active {
  border-color: #615bb7;
  background: #615bb7;
  color: #fff;
}

.komu-feed-v2__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.komu-feed-v2__sort label {
  color: #8a8490;
  font-size: 11px;
}

.komu-feed-v2__sort select {
  padding: 8px 32px 8px 12px;
  border: 1px solid #e6e0e9;
  border-radius: 999px;
  background: #fff;
  color: #3c3640;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 720px) {
  .komu-feed-v2__tools {
    display: block;
  }

  .komu-feed-v2__categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .komu-feed-v2__categories::-webkit-scrollbar {
    display: none;
  }

  .komu-filter-chip {
    flex: 0 0 auto;
  }

  .komu-feed-v2__sort {
    margin-top: 10px;
    justify-content: flex-end;
  }
}

/* ---------- ACCOUNT V2 ---------- */

.account-v2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 20px 70px;
}

.account-v2__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.account-v2__profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.account-v2__avatar {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  object-fit: cover;
  border-radius: 50%;
  background: #f3eff7;
  box-shadow: 0 8px 24px rgba(35, 26, 37, .08);
}

.account-v2__eyebrow,
.account-v2__section-kicker {
  display: block;
  margin-bottom: 6px;
  color: #615bb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.account-v2__header h1 {
  margin: 0;
  color: #211a26;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
}

.account-v2__header p {
  margin: 7px 0 0;
  color: #77717b;
  font-size: 13px;
}

.account-v2__logout {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid #ded9e2;
  border-radius: 999px;
  color: #5e5862;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: .2s ease;
}

.account-v2__logout:hover {
  border-color: #c7bff0;
  color: #615bb7;
}

.account-v2__flashes {
  margin-bottom: 28px;
}


/* SECTIONS */

.account-v2__section {
  margin-top: 44px;
}

.account-v2__section-head {
  margin-bottom: 18px;
}

.account-v2__section-head h2 {
  margin: 0;
  color: #221c27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}


/* GRID */

.account-v2__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-v2__grid--single {
  grid-template-columns: 1fr;
}


/* CARDS */

.account-v2__card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  min-height: 106px;
  padding: 18px;
  border: 1px solid #ebe7ee;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(35, 26, 37, .035);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.account-v2__card:hover {
  transform: translateY(-2px);
  border-color: #d8cff6;
  box-shadow: 0 10px 26px rgba(35, 26, 37, .07);
}

.account-v2__card--accent {
  background: linear-gradient(135deg, #f7f1ff 0%, #f2ebff 100%);
  border-color: #e7dcff;
}

.account-v2__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #f5f1fb;
  color: #615bb7;
  font-size: 20px;
  line-height: 1;
}

.account-v2__card--accent .account-v2__icon {
  background: #fff;
}

.account-v2__card strong {
  display: block;
  color: #2c2630;
  font-size: 14px;
  font-weight: 700;
}

.account-v2__card div span {
  display: block;
  margin-top: 5px;
  color: #837d86;
  font-size: 11px;
  line-height: 1.45;
}

.account-v2__arrow {
  color: #aaa3ad;
  font-size: 18px;
  transition: .2s ease;
}

.account-v2__card:hover .account-v2__arrow {
  color: #615bb7;
  transform: translateX(2px);
}


/* DANGER */

.account-v2__danger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 26px;
  border-top: 1px solid #ece7ee;
}

.account-v2__danger strong {
  color: #4f474f;
  font-size: 13px;
}

.account-v2__danger p {
  margin: 5px 0 0;
  color: #918a93;
  font-size: 11px;
}

.account-v2__danger button {
  padding: 9px 14px;
  border: 1px solid #e5c8ce;
  border-radius: 999px;
  background: transparent;
  color: #ad4d5c;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}


/* MOBILE */

@media (max-width: 720px) {

  .account-v2 {
    padding: 24px 14px 50px;
  }

  .account-v2__header {
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .account-v2__profile {
    align-items: flex-start;
    gap: 13px;
  }

  .account-v2__avatar {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .account-v2__header h1 {
    font-size: 27px;
  }

  .account-v2__header p {
    max-width: 220px;
    font-size: 11px;
  }

  .account-v2__logout {
    padding: 8px 11px;
    font-size: 10px;
  }

  .account-v2__section {
    margin-top: 34px;
  }

  .account-v2__section-head h2 {
    font-size: 23px;
  }

  .account-v2__grid,
  .account-v2__grid--single {
    grid-template-columns: 1fr;
  }

  .account-v2__card {
    min-height: 92px;
    padding: 15px;
    border-radius: 18px;
  }

  .account-v2__danger {
    align-items: flex-start;
    margin-top: 44px;
  }
}
.account-v2__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f5f1fb;
  flex-shrink: 0;
}

.account-v2__icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

/* =========================================================
   REKOMU — ACCOUNT PAGES V2
   Shared UI for account forms, lists and preferences
========================================================= */

.account-page-v2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 20px 72px;
}

.account-page-v2--narrow {
  max-width: 780px;
}

.account-page-v2__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.account-page-v2__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.account-page-v2__heading-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
}

.account-page-v2__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #615bb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.account-page-v2 h1 {
  margin: 0;
  color: #211a26;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.account-page-v2__intro {
  margin: 7px 0 0;
  max-width: 610px;
  color: #7a747d;
  font-size: 13px;
  line-height: 1.55;
}

.account-page-v2__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: #6f6873;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.account-page-v2__back:hover {
  color: #615bb7;
}

.account-card-v2 {
  padding: 26px;
  border: 1px solid #ebe7ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(35, 26, 37, .045);
}

.account-card-v2 + .account-card-v2 {
  margin-top: 18px;
}

.account-card-v2--soft {
  background: linear-gradient(135deg, #f8f4ff 0%, #f3edff 100%);
  border-color: #e7defb;
}

.account-card-v2__title {
  margin: 0 0 5px;
  color: #2d2631;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.account-card-v2__text {
  margin: 0 0 20px;
  color: #817a84;
  font-size: 12px;
  line-height: 1.5;
}

.account-form-v2 {
  display: grid;
  gap: 18px;
}

.account-form-v2 .form-group {
  margin: 0;
}

.account-form-v2 label,
.account-field-label {
  display: block;
  margin-bottom: 7px;
  color: #3c3540;
  font-size: 12px;
  font-weight: 700;
}

.account-form-v2 br {
  display: none;
}

.account-form-v2 .form-control,
.account-form-v2 input[type="text"],
.account-form-v2 input[type="email"],
.account-form-v2 input[type="url"],
.account-form-v2 input[type="number"],
.account-form-v2 input[type="password"],
.account-form-v2 select,
.account-form-v2 textarea,
.account-media-v2 input[type="text"],
.account-media-v2 select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #dfd9e3;
  border-radius: 13px;
  background: #fff;
  color: #2d2730;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.account-form-v2 textarea {
  min-height: 110px;
  resize: vertical;
}

.account-form-v2 .form-control:focus,
.account-form-v2 input:focus,
.account-form-v2 select:focus,
.account-form-v2 textarea:focus,
.account-media-v2 input:focus,
.account-media-v2 select:focus {
  border-color: #aaa0de;
  box-shadow: 0 0 0 3px rgba(97, 91, 183, .10);
}

.account-form-v2 small,
.account-help-v2 {
  display: block;
  margin-top: 6px;
  color: #968f99;
  font-size: 10px;
  line-height: 1.4;
}

.account-actions-v2 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.account-primary-v2,
.account-secondary-v2,
.account-danger-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.account-primary-v2 {
  border: 0;
  background: #615bb7;
  color: #fff;
}

.account-primary-v2:hover {
  background: #514ba3;
}

.account-secondary-v2 {
  border: 1px solid #ddd7e2;
  background: #fff;
  color: #514a55;
}

.account-secondary-v2:hover {
  border-color: #c8bff0;
  color: #615bb7;
}

.account-danger-v2 {
  border: 1px solid #ead1d6;
  background: #fff;
  color: #ad4f5f;
}

.account-section-v2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee9f0;
}

.account-section-v2__head {
  margin-bottom: 16px;
}

.account-section-v2__kicker {
  display: block;
  margin-bottom: 5px;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.account-section-v2__head h2,
.account-section-v2__head h3 {
  margin: 0;
  color: #2a232e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

/* Avatar */
.account-avatar-v2 {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-radius: 18px;
  background: #f8f5fb;
}

.account-avatar-v2 img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
}

/* Generic empty state */
.account-empty-v2 {
  max-width: 560px;
  margin: 42px auto 0;
  padding: 36px 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8f4ff 0%, #f2ebff 100%);
  text-align: center;
}

.account-empty-v2 img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 12px;
}

.account-empty-v2 h2 {
  margin: 0;
  color: #2a232e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.account-empty-v2 p {
  margin: 10px auto 0;
  max-width: 400px;
  color: #7d7680;
  font-size: 12px;
  line-height: 1.55;
}

/* Product manager */
.manage-products-v2 {
  display: grid;
  gap: 11px;
}

.manage-product-v2 {
  display: grid;
  grid-template-columns: 30px 74px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid #ebe7ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(35,26,37,.03);
}

.manage-product-v2__drag {
  color: #aaa3ad;
  font-size: 19px;
  cursor: grab;
  user-select: none;
}

.manage-product-v2__image {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 13px;
  background: #f5f2f6;
}

.manage-product-v2__body {
  min-width: 0;
}

.manage-product-v2__brand {
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.manage-product-v2__name {
  margin: 4px 0 5px;
  overflow: hidden;
  color: #2e2732;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.manage-product-v2__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #89828c;
  font-size: 10px;
}

.manage-product-v2__fav {
  border: 0;
  background: transparent;
  font-size: 19px;
  cursor: pointer;
}

.manage-product-v2__actions {
  display: flex;
  gap: 6px;
}

.manage-product-v2__actions a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e8e3ea;
  border-radius: 10px;
  background: #fff;
  color: #615bb7;
  text-decoration: none;
  font-size: 14px;
}

/* Media editor */
.account-media-v2 {
  display: grid;
  gap: 14px;
}

.account-media-v2__upload,
.account-media-v2__external {
  padding: 18px;
  border: 1px solid #ebe5ef;
  border-radius: 17px;
  background: #faf8fc;
}

.account-media-v2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-media-v2__list .media-item {
  position: relative !important;
  width: 104px;
  min-height: 104px;
  overflow: hidden;
  border: 1px solid #e8e2eb;
  border-radius: 13px;
  background: #fff;
}

.account-media-v2__list .media-item img,
.account-media-v2__list .media-item video,
.account-media-v2__list .media-embed-preview {
  width: 100% !important;
  height: 104px !important;
  max-height: 104px !important;
  object-fit: cover;
}

.account-media-v2__list .delete_media {
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #b14d5e !important;
  cursor: pointer;
}

/* Notifications */
.notif-page-v2 {
  max-width: 860px;
  margin: 0 auto;
}

.notif-tabs {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 999px;
  background: #f1edf5;
}

.notif-tabs .tab-btn {
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #756e79;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.notif-tabs .tab-btn.active {
  background: #fff;
  color: #615bb7;
  box-shadow: 0 3px 12px rgba(35,26,37,.07);
}

.notif-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notif-list li {
  padding: 16px 18px;
  border: 1px solid #ebe6ed;
  border-radius: 17px;
  background: #fff;
}

.notif-list li.non-lu {
  border-color: #d8cdf7;
  background: #faf7ff;
}

.notif-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.notif-text strong {
  color: #302934;
  font-size: 13px;
}

.notif-text p {
  margin: 5px 0;
  color: #77717a;
  font-size: 11px;
}

.notif-text small {
  color: #aaa2ac;
  font-size: 9px;
}

.notif-link {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f3effb;
  color: #615bb7;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.scenario-block {
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid #ebe6ed;
  border-radius: 18px;
  background: #fff;
}

.scenario-header,
.pref-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.scenario-header h4,
.pref-info h5 {
  margin: 0;
  color: #332c36;
  font-size: 12px;
}

.alert-item-description {
  margin: 5px 0 0;
  color: #817a84;
  font-size: 10px;
  line-height: 1.45;
}

.scenario-channels {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eeeaf0;
}

.pref-toggle + .pref-toggle {
  margin-top: 12px;
}

.hidden {
  display: none !important;
}

/* Followed Rekos */
.followed-list-v2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.followed-card-v2 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #ebe6ed;
  border-radius: 19px;
  background: #fff;
}

.followed-card-v2__main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.followed-card-v2__avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: cover;
  border-radius: 50%;
}

.followed-card-v2__info {
  min-width: 0;
}

.followed-card-v2__info h3 {
  margin: 0;
  color: #2e2731;
  font-size: 13px;
}

.followed-card-v2__info p {
  margin: 4px 0 0;
  overflow: hidden;
  color: #88818a;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unfollow-btn-v2 {
  padding: 7px 10px;
  border: 1px solid #e7d4d8;
  border-radius: 999px;
  background: #fff;
  color: #a95362;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

/* Product grids inside account pages */
.account-product-grid-v2 {
  margin-top: 6px;
}

/* Password */
.account-form-v2 .input-password-container {
  position: relative;
}

.account-form-v2 .toggle-password {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Mobile */
@media (max-width: 720px) {
  .account-page-v2 {
    padding: 22px 14px 50px;
  }

  .account-page-v2__heading {
    gap: 12px;
  }

  .account-page-v2__heading-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .account-page-v2 h1 {
    font-size: 29px;
  }

  .account-card-v2 {
    padding: 19px 16px;
    border-radius: 20px;
  }

  .manage-product-v2 {
    grid-template-columns: 24px 62px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
  }

  .manage-product-v2__image {
    width: 62px;
    height: 62px;
  }

  .manage-product-v2__actions {
    grid-column: 3 / -1;
    justify-content: flex-end;
  }

  .manage-product-v2__fav {
    align-self: start;
  }

  .followed-list-v2 {
    grid-template-columns: 1fr;
  }

  .notif-item {
    align-items: flex-start;
  }

  .account-avatar-v2 {
    align-items: flex-start;
  }
}

/* =========================================================
   COMMENT ÇA MARCHE - REKOMU V2
========================================================= */

.how-page {
  width: 100%;
  overflow: hidden;
  color: #27212b;
}


/* =========================================================
   BASE
========================================================= */

.how-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #615bb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.how-section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.how-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.how-section-heading h2 {
  margin: 0;
  color: #221d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.how-section-heading p {
  max-width: 580px;
  margin: 16px 0 0;
  color: #756f78;
  font-size: 14px;
  line-height: 1.65;
}

.how-section-heading--center p {
  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   BUTTONS
========================================================= */

.how-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.how-btn--primary {
  background: #615bb7;
  color: #fff;
  box-shadow: 0 10px 24px rgba(97, 91, 183, .16);
}

.how-btn--primary:hover {
  background: #514ba5;
  color: #fff;
  transform: translateY(-2px);
}


/* =========================================================
   HERO
========================================================= */

.how-hero {
  padding: 88px 20px 84px;
  background:
    radial-gradient(circle at 15% 20%, rgba(223, 211, 255, .65), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(244, 232, 255, .8), transparent 28%),
    linear-gradient(180deg, #fbf9ff 0%, #ffffff 100%);
}

.how-hero__content {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.how-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6.2vw, 78px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.how-hero__lead {
  margin: 24px auto 0;
  color: #625a66;
  font-size: 18px;
  line-height: 1.55;
}

.how-hero__lead strong {
  color: #2b2430;
}

.how-hero__statement {
  margin: 12px 0 0;
  color: #615bb7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
}

.how-hero__description {
  max-width: 610px;
  margin: 18px auto 0;
  color: #7b747e;
  font-size: 14px;
  line-height: 1.7;
}

.how-hero__actions {
  margin-top: 28px;
}

.how-signature {
  display: block;
  margin-top: 22px;
  color: #615bb7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  transform: rotate(-3deg);
}


/* =========================================================
   CONCEPT
========================================================= */

.how-concept {
  max-width: 1080px;
  margin: 0 auto;
  padding: 90px 20px 80px;
}

.how-concept__grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 20px;
}

.how-concept__main,
.how-concept__side {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 38px;
}

.how-concept__main {
  background:
    linear-gradient(
      135deg,
      #615bb7 0%,
      #7169c8 100%
    );
  color: #fff;
}

.how-concept__side {
  background: #f5efff;
}

.how-concept__main::after {
  content: "♡";
  position: absolute;
  right: 28px;
  bottom: -26px;
  color: rgba(255, 255, 255, .10);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 150px;
  line-height: 1;
}

.how-concept__label {
  display: inline-flex;
  margin-bottom: 38px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.how-concept__main .how-concept__label {
  background: rgba(255,255,255,.15);
  color: #fff;
}

.how-concept__side .how-concept__label {
  background: #fff;
  color: #615bb7;
}

.how-concept h3 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}

.how-concept__main h3 {
  color: #fff;
}

.how-concept__side h3 {
  color: #28212d;
}

.how-concept p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.how-concept__main p {
  color: rgba(255, 255, 255, .78);
}

.how-concept__side p {
  color: #756e78;
}


/* =========================================================
   STEPS
========================================================= */

.how-steps {
  padding: 88px 20px 96px;
  background: #f8f6fa;
}

.how-steps > * {
  max-width: 1080px;
}

.how-steps .how-section-heading {
  margin-left: auto;
  margin-right: auto;
}

.how-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.how-step {
  position: relative;
  min-height: 310px;
  padding: 24px;
  border: 1px solid #ebe7ee;
  border-radius: 24px;
  background: #fff;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.how-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(45, 35, 55, .06);
}

.how-step__number {
  display: block;
  margin-bottom: 24px;
  color: #c8c0d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.how-step__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: #f5f1fb;
}

.how-step__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.how-step h3 {
  margin: 0;
  color: #2a242e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
}

.how-step p {
  margin: 12px 0 0;
  color: #7b747e;
  font-size: 12px;
  line-height: 1.65;
}


/* =========================================================
   BENEFITS
========================================================= */

.how-benefits {
  max-width: 1080px;
  margin: 0 auto;
  padding: 94px 20px;
}

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

.how-benefit {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 25px;
  border: 1px solid #eee9f1;
  border-radius: 22px;
  background: #fff;
}

.how-benefit__symbol {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #f4effb;
  color: #615bb7;
  font-size: 23px;
}

.how-benefit h3 {
  margin: 2px 0 0;
  color: #29232d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.how-benefit p {
  margin: 8px 0 0;
  color: #7a737d;
  font-size: 12px;
  line-height: 1.6;
}


/* =========================================================
   EVERYONE
========================================================= */

.how-everyone {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 94px;
}

.how-everyone__content {
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 30px;
  background: #211c25;
  text-align: center;
}

.how-everyone__content::before {
  content: "♡";
  position: absolute;
  top: -90px;
  left: -30px;
  color: rgba(255,255,255,.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 260px;
}

.how-everyone h2 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.05;
}

.how-everyone p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.65;
}

.how-everyone strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: #cfc9ff;
  font-size: 15px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.how-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto 90px;
  padding: 42px;
  border-radius: 30px;
  background:
    linear-gradient(
      135deg,
      #f6f0ff 0%,
      #eee7ff 100%
    );
}

.how-final__content {
  max-width: 620px;
}

.how-final h2 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.06;
}

.how-final p {
  margin: 14px 0 0;
  color: #746d77;
  font-size: 14px;
  line-height: 1.55;
}

.how-final__action {
  flex-shrink: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .how-concept__grid {
    grid-template-columns: 1fr 1fr;
  }

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

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .how-hero {
    padding: 54px 16px 45px;
  }

  .how-hero h1 {
    font-size: 44px;
  }

  .how-hero__lead {
    font-size: 15px;
  }

  .how-hero__statement {
    font-size: 20px;
  }

  .how-hero__description {
    font-size: 13px;
  }


  /* CONCEPT */

  .how-concept {
    padding: 40px 14px;
  }

  .how-concept__grid {
    grid-template-columns: 1fr;
  }

  .how-concept__main,
  .how-concept__side {
    padding: 28px;
    border-radius: 24px;
  }

  .how-concept__label {
    margin-bottom: 28px;
  }

  .how-concept h3 {
    font-size: 28px;
  }


  /* ÉTAPES */

 .how-step {
  position: relative;
  min-height: auto;
  padding: 20px 18px;
  border-radius: 20px;
}

.how-step__number {
  display: block;
  margin: 0 0 42px;
  font-size: 18px;
}

.how-step__icon {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 58px;
  height: 58px;
  margin: 0;

  border-radius: 16px;
}

.how-step__icon img {
  width: 40px;
  height: 40px;
}

.how-step h3 {
  font-size: 21px;
}

.how-step p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}


  /* BENEFICES */

  .how-benefits {
    padding: 28px 14px;
  }

  .how-benefits__grid {
    grid-template-columns: 1fr;
  }


  /* EVERYONE */

  .how-everyone {
    padding: 0 14px 28px;
  }

  .how-everyone__content {
    padding: 28px 22px;
    border-radius: 24px;
  }


  /* CTA FINAL */

  .how-final {
    display: block;
    margin: 0 14px 64px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .how-final__action {
    margin-top: 24px;
  }

}

/* =========================================================
   BLOG HOME V2
========================================================= */

.blog-v2 {
  width: 100%;
  color: #29232d;
}


/* =========================================================
   HERO
========================================================= */

.blog-v2__hero {
  padding: 72px 20px 54px;
  background:
    radial-gradient(circle at 15% 20%, rgba(223, 211, 255, .5), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(244, 232, 255, .7), transparent 26%),
    linear-gradient(180deg, #fbf9ff 0%, #fff 100%);
}

.blog-v2__hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.blog-v2__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-v2__hero h1 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.blog-v2__hero p {
  max-width: 620px;
  margin: 18px auto 0;
  color: #746d77;
  font-size: 14px;
  line-height: 1.65;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.blog-v2__section-head {
  max-width: 680px;
  margin-bottom: 26px;
}

.blog-v2__section-head h2 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
}


/* =========================================================
   FEATURED / CAROUSEL
========================================================= */

.blog-v2__featured {
  max-width: 1080px;
  margin: 0 auto;
  padding: 54px 20px 34px;
}

.blog-carousel-container {
  overflow: hidden;
  border-radius: 28px;
}

.blog-carousel-track {
  display: flex;
  transition: transform .4s ease;
}

.blog-carousel-slide {
  min-width: 100%;
}

.blog-featured-card {
  position: relative;
  display: block;
  height: 500px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
}

.blog-featured-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.blog-featured-card:hover .blog-featured-card__image {
  transform: scale(1.025);
}

.blog-featured-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(20, 15, 25, .04) 20%,
      rgba(20, 15, 25, .72) 100%
    );
}

.blog-featured-card__content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  z-index: 2;
  max-width: 680px;
}

.blog-featured-card__content h2 {
  margin: 14px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.04;
}

.blog-featured-card__link {
  display: inline-block;
  margin-top: 16px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 700;
}


/* =========================================================
   BADGES
========================================================= */

.blog-v2__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f2edfb;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-featured-card .blog-v2__badge {
  background: rgba(255,255,255,.16);
  color: #fff;
  backdrop-filter: blur(8px);
}

.blog-v2__badge--image {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}


/* =========================================================
   DOTS
========================================================= */

.blog-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.blog-carousel-dots .dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d5cfda;
  cursor: pointer;
  transition:
    width .2s ease,
    background .2s ease;
}

.blog-carousel-dots .dot.active {
  width: 24px;
  background: #615bb7;
}


/* =========================================================
   FILTERS
========================================================= */

.blog-v2__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px 24px;
}

.filter-btn {
  padding: 9px 14px;
  border: 1px solid #e7e2ea;
  border-radius: 999px;
  background: #fff;
  color: #68616b;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.filter-btn:hover {
  border-color: #cfc7e5;
  color: #615bb7;
}

.filter-btn.active {
  border-color: #615bb7;
  background: #615bb7;
  color: #fff;
}


/* =========================================================
   ARTICLES
========================================================= */

.blog-v2__articles {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px 70px;
}

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

.blog-v2__card {
  overflow: hidden;
  border: 1px solid #ece8ef;
  border-radius: 22px;
  background: #fff;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.blog-v2__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(45, 35, 55, .06);
}

.blog-v2__card-image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.blog-v2__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-v2__card:hover .blog-v2__card-image {
  transform: scale(1.025);
}

.blog-v2__card-content {
  padding: 18px;
}

.blog-v2__card-content h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}

.blog-v2__card-content h3 a {
  color: #29232d;
  text-decoration: none;
}

.blog-v2__read-more {
  display: inline-block;
  margin-top: 14px;
  color: #615bb7;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

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

  .blog-featured-card {
    height: 430px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .blog-v2__hero {
    padding: 48px 14px 38px;
  }

  .blog-v2__hero h1 {
    font-size: 40px;
  }

  .blog-v2__hero p {
    font-size: 13px;
  }


  .blog-v2__featured {
    padding: 34px 14px 22px;
  }

  .blog-v2__section-head {
    margin-bottom: 18px;
  }

  .blog-v2__section-head h2 {
    font-size: 29px;
  }


  .blog-featured-card {
    height: 360px;
    border-radius: 22px;
  }

  .blog-carousel-container {
    border-radius: 22px;
  }

  .blog-featured-card__content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .blog-featured-card__content h2 {
    font-size: 31px;
  }


  .blog-v2__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px 14px 20px;
    scrollbar-width: none;
  }

  .blog-v2__filters::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex: 0 0 auto;
  }


  .blog-v2__articles {
    padding: 18px 14px 52px;
  }

  .blog-v2__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  .blog-v2__card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    border-radius: 18px;
  }

  .blog-v2__card-image-wrap {
    aspect-ratio: auto;
    min-height: 130px;
  }

  .blog-v2__card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
  }

  .blog-v2__card-content h3 {
    font-size: 18px;
  }

  .blog-v2__read-more {
    margin-top: 10px;
  }


  .blog-v2__badge--image {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    font-size: 7px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

  .blog-v2__hero h1 {
    font-size: 36px;
  }

  .blog-featured-card {
    height: 330px;
  }

  .blog-featured-card__content h2 {
    font-size: 28px;
  }

  .blog-v2__card {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .blog-v2__card-content h3 {
    font-size: 17px;
  }

}

/* =========================================================
   BLOG ARTICLE V2
========================================================= */

.blog-article-v2 {
  width: 100%;
  color: #29232d;
}


/* =========================================================
   TOPBAR
========================================================= */

.blog-article-v2__topbar {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 20px 0;
}

.blog-article-v2__back {
  color: #615bb7;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.blog-article-v2__back:hover {
  text-decoration: underline;
}


/* =========================================================
   HEADER
========================================================= */

.blog-article-v2__header {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 20px 36px;
  text-align: center;
}

.blog-article-v2__header h1 {
  margin: 16px 0 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}

.blog-article-v2__resume {
  max-width: 680px;
  margin: 20px auto 0;
  color: #706973;
  font-size: 16px;
  line-height: 1.65;
}

.blog-article-v2__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: #9a929d;
  font-size: 11px;
}

.blog-article-v2__meta-dot {
  color: #c7c0ca;
}


/* =========================================================
   BADGE
========================================================= */

.blog-v2__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f2edfb;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}


/* =========================================================
   HERO IMAGE
========================================================= */

.blog-article-v2__hero-image {
  max-width: 1080px;
  margin: 0 auto 46px;
  padding: 0 20px;
}

.blog-article-v2__hero-image img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 28px;
}

.blog-article-v2__hero-image figcaption {
  margin-top: 9px;
  color: #9c959f;
  font-size: 10px;
  line-height: 1.5;
}


/* =========================================================
   CONTENT LAYOUT
========================================================= */

.blog-article-v2__layout {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-article-v2__content {
  max-width: 720px;
  margin: 0 auto;
}


/* =========================================================
   CHAPO
========================================================= */

.blog-article-v2__chapo {
  margin-bottom: 34px;
  padding: 24px 26px;
  border-left: 3px solid #615bb7;
  border-radius: 0 18px 18px 0;
  background: #f7f3fc;
  color: #554d58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.55;
}

.blog-article-v2__chapo p:first-child {
  margin-top: 0;
}

.blog-article-v2__chapo p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   ARTICLE BODY
========================================================= */

.blog-article-v2__body {
  color: #403a43;
  font-size: 16px;
  line-height: 1.8;
}

.blog-article-v2__body p {
  margin: 0 0 22px;
}

.blog-article-v2__body h2 {
  margin: 52px 0 18px;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.blog-article-v2__body h3 {
  margin: 36px 0 14px;
  color: #29232d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.blog-article-v2__body strong {
  color: #252028;
}

.blog-article-v2__body a {
  color: #615bb7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-article-v2__body ul,
.blog-article-v2__body ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.blog-article-v2__body li {
  margin-bottom: 8px;
}

.blog-article-v2__body blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-radius: 20px;
  background: #f5efff;
  color: #51495a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.5;
}

.blog-article-v2__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  border-radius: 20px;
}


/* =========================================================
   SHARE
========================================================= */

.blog-article-v2__share {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid #ece8ef;
}

.blog-article-v2__share-label {
  display: block;
  margin-bottom: 12px;
  color: #8d8690;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-article-v2__share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-article-v2__share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid #e5e0e8;
  border-radius: 999px;
  background: #fff;
  color: #615bb7;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.blog-article-v2__share-links a:hover {
  background: #f6f1fb;
}


/* =========================================================
   SECTION HEAD
========================================================= */

.blog-v2__section-head {
  max-width: 680px;
  margin-bottom: 28px;
}

.blog-v2__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-v2__section-head h2 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}


/* =========================================================
   RECOMMENDED
========================================================= */

.blog-article-v2__recommended {
  max-width: 1080px;
  margin: 78px auto 0;
  padding: 0 20px;
}

.blog-article-v2__recommended-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-article-v2__recommended-card {
  overflow: hidden;
  border: 1px solid #ece8ef;
  border-radius: 22px;
  background: #fff;
}

.blog-article-v2__recommended-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.blog-article-v2__recommended-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.blog-article-v2__recommended-card:hover img {
  transform: scale(1.03);
}

.blog-article-v2__recommended-content {
  padding: 18px;
}

.blog-article-v2__recommended-content h3 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.15;
}

.blog-article-v2__recommended-content h3 a {
  color: #2a242e;
  text-decoration: none;
}

.blog-v2__read-more {
  display: inline-block;
  margin-top: 14px;
  color: #615bb7;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}


/* =========================================================
   CTA FINAL
========================================================= */

.blog-article-v2__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1080px;
  margin: 72px auto 80px;
  padding: 36px;
  border-radius: 28px;
  background:
    linear-gradient(
      135deg,
      #f6f0ff 0%,
      #eee7ff 100%
    );
}

.blog-article-v2__cta h2 {
  max-width: 650px;
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.blog-article-v2__cta p {
  margin: 12px 0 0;
  color: #736c76;
  font-size: 13px;
  line-height: 1.6;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .blog-article-v2__topbar {
    padding: 18px 14px 0;
  }

  .blog-article-v2__header {
    padding: 34px 14px 26px;
  }

  .blog-article-v2__header h1 {
    font-size: 40px;
  }

  .blog-article-v2__resume {
    margin-top: 16px;
    font-size: 14px;
  }

  .blog-article-v2__hero-image {
    margin-bottom: 30px;
    padding: 0 14px;
  }

  .blog-article-v2__hero-image img {
    max-height: 440px;
    border-radius: 20px;
  }

  .blog-article-v2__layout {
    padding: 0 16px;
  }

  .blog-article-v2__chapo {
    margin-bottom: 28px;
    padding: 20px;
    font-size: 17px;
  }

  .blog-article-v2__body {
    font-size: 15px;
    line-height: 1.75;
  }

  .blog-article-v2__body h2 {
    margin-top: 38px;
    font-size: 28px;
  }

  .blog-article-v2__body h3 {
    margin-top: 30px;
    font-size: 22px;
  }

  .blog-article-v2__body blockquote {
    padding: 20px;
    font-size: 18px;
  }

  .blog-article-v2__recommended {
    margin-top: 52px;
    padding: 0 14px;
  }

  .blog-article-v2__recommended-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .blog-article-v2__recommended-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .blog-article-v2__recommended-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .blog-article-v2__recommended-content {
    padding: 14px;
  }

  .blog-article-v2__recommended-content h3 {
    font-size: 18px;
  }

  .blog-article-v2__cta {
    display: block;
    margin: 48px 14px 58px;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .blog-article-v2__cta h2 {
    font-size: 28px;
  }

  .blog-article-v2__cta .how-btn {
    margin-top: 22px;
  }

}

/* =========================================================
   GUIDES & OUTILS V2
========================================================= */

.guides-v2,
.guide-category-v2,
.guide-detail-v2 {
  width: 100%;
  color: #29232d;
}

.guides-v2__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.guides-v2__section-head {
  max-width: 680px;
  margin-bottom: 26px;
}

.guides-v2__section-head h2 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
}


/* HERO */

.guides-v2__hero {
  padding: 68px 20px 54px;
  background:
    radial-gradient(circle at 15% 20%, rgba(223,211,255,.55), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(244,232,255,.75), transparent 26%),
    linear-gradient(180deg, #fbf9ff 0%, #fff 100%);
}

.guides-v2__hero-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.guides-v2__hero h1 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.guides-v2__hero p {
  max-width: 620px;
  margin: 18px auto 0;
  color: #746d77;
  font-size: 14px;
  line-height: 1.65;
}

.guides-v2__signature {
  display: block;
  margin-top: 18px;
  color: #615bb7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  transform: rotate(-2deg);
}


/* FEATURED */

.guides-v2__featured,
.guides-v2__all {
  max-width: 1080px;
  margin: 0 auto;
  padding: 54px 20px 28px;
}

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

.guides-v2__card {
  overflow: hidden;
  border: 1px solid #ece8ef;
  border-radius: 24px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.guides-v2__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(45,35,55,.06);
}

.guides-v2__card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.guides-v2__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.guides-v2__card:hover img {
  transform: scale(1.025);
}

.guides-v2__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f2edfb;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guides-v2__card-image .guides-v2__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255,255,255,.92);
}

.guides-v2__card-content {
  padding: 20px;
}

.guides-v2__card-content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.12;
}

.guides-v2__card-content h2 a,
.guide-detail-v2__recommended-card h3 a {
  color: #29232d;
  text-decoration: none;
}

.guides-v2__card-content p {
  margin: 11px 0 0;
  color: #777079;
  font-size: 12px;
  line-height: 1.6;
}

.guides-v2__read {
  display: inline-block;
  margin-top: 14px;
  color: #615bb7;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}


/* LIST */

.guides-v2__all {
  padding-top: 42px;
}

.guides-v2__list {
  border-top: 1px solid #ece8ef;
}

.guides-v2__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 4px;
  border-bottom: 1px solid #ece8ef;
  color: inherit;
  text-decoration: none;
}

.guides-v2__list-category {
  color: #615bb7;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.guides-v2__list-item h3 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.guides-v2__list-item p {
  max-width: 720px;
  margin: 7px 0 0;
  color: #7a737d;
  font-size: 11px;
  line-height: 1.55;
}

.guides-v2__arrow {
  flex-shrink: 0;
  color: #615bb7;
  font-size: 20px;
  transition: transform .2s ease;
}

.guides-v2__list-item:hover .guides-v2__arrow {
  transform: translateX(4px);
}


/* CTA */

.guides-v2__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1040px;
  margin: 42px auto 68px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f6f0ff 0%, #eee7ff 100%);
}

.guides-v2__cta h2 {
  max-width: 650px;
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}

.guides-v2__cta p {
  margin: 10px 0 0;
  color: #746d77;
  font-size: 12px;
}

.guides-v2__cta-button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border-radius: 999px;
  background: #615bb7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.guides-v2__cta-button:hover {
  background: #514ba5;
}


/* =========================================================
   CATEGORY
========================================================= */

.guide-category-v2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 20px 70px;
}

.guide-category-v2__header {
  max-width: 720px;
  margin-bottom: 38px;
}

.guide-category-v2__back,
.guide-detail-v2__back {
  display: block;
  margin-bottom: 30px;
  color: #615bb7;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.guide-category-v2__header h1 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 400;
  line-height: 1;
}

.guide-category-v2__header p {
  max-width: 570px;
  margin: 15px 0 0;
  color: #777079;
  font-size: 13px;
  line-height: 1.65;
}

.guide-category-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-category-v2__empty {
  padding: 55px 20px;
  border-radius: 24px;
  background: #f8f5fb;
  text-align: center;
}

.guide-category-v2__empty > span {
  color: #615bb7;
  font-size: 28px;
}

.guide-category-v2__empty h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.guide-category-v2__empty p {
  color: #7a737d;
}


/* =========================================================
   GUIDE DETAIL
========================================================= */

.guide-detail-v2__topbar {
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 20px 0;
}

.guide-detail-v2__header {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 20px 30px;
  text-align: center;
}

.guide-detail-v2__header h1 {
  margin: 15px 0 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.guide-detail-v2__resume {
  max-width: 650px;
  margin: 18px auto 0;
  color: #706973;
  font-size: 15px;
  line-height: 1.65;
}

.guide-detail-v2__meta {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: #99919c;
  font-size: 10px;
}

.guide-detail-v2__hero-image {
  max-width: 1080px;
  margin: 0 auto 38px;
  padding: 0 20px;
}

.guide-detail-v2__hero-image img {
  display: block;
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  border-radius: 28px;
}

.guide-detail-v2__hero-image figcaption {
  margin-top: 8px;
  color: #99929b;
  font-size: 10px;
}

.guide-detail-v2__layout {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.guide-detail-v2__content {
  max-width: 720px;
  margin: 0 auto;
}

.guide-detail-v2__chapo {
  margin-bottom: 30px;
  padding: 22px 24px;
  border-left: 3px solid #615bb7;
  border-radius: 0 18px 18px 0;
  background: #f7f3fc;
  color: #554d58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.55;
}

.guide-detail-v2__chapo p:first-child {
  margin-top: 0;
}

.guide-detail-v2__chapo p:last-child {
  margin-bottom: 0;
}

.guide-detail-v2__body {
  color: #403a43;
  font-size: 16px;
  line-height: 1.8;
}

.guide-detail-v2__body p {
  margin: 0 0 21px;
}

.guide-detail-v2__body h2 {
  margin: 44px 0 16px;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.guide-detail-v2__body h3 {
  margin: 32px 0 12px;
  color: #29232d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.guide-detail-v2__body a {
  color: #615bb7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guide-detail-v2__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  border-radius: 18px;
}

.guide-detail-v2__body ul,
.guide-detail-v2__body ol {
  padding-left: 22px;
  margin-bottom: 24px;
}

.guide-detail-v2__body li {
  margin-bottom: 7px;
}


/* SHARE */

.guide-detail-v2__share {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid #ece8ef;
}

.guide-detail-v2__share > span {
  display: block;
  margin-bottom: 11px;
  color: #8d8690;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.guide-detail-v2__share > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-detail-v2__share a {
  padding: 8px 13px;
  border: 1px solid #e5e0e8;
  border-radius: 999px;
  color: #615bb7;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}


/* RECOMMENDED */

.guide-detail-v2__recommended {
  max-width: 1080px;
  margin: 64px auto 0;
  padding: 0 20px 70px;
}

.guide-detail-v2__recommended-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-detail-v2__recommended-card {
  overflow: hidden;
  border: 1px solid #ece8ef;
  border-radius: 22px;
  background: #fff;
}

.guide-detail-v2__recommended-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.guide-detail-v2__recommended-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-detail-v2__recommended-card > div {
  padding: 17px;
}

.guide-detail-v2__recommended-card h3 {
  margin: 11px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}


/* =========================================================
   TABLET
========================================================= */

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

  .guide-detail-v2__recommended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .guides-v2__hero {
    padding: 46px 14px 38px;
  }

  .guides-v2__hero h1 {
    font-size: 39px;
  }

  .guides-v2__hero p {
    font-size: 13px;
  }

  .guides-v2__featured,
  .guides-v2__all {
    padding: 32px 14px 22px;
  }

  .guides-v2__featured-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .guides-v2__section-head {
    margin-bottom: 18px;
  }

  .guides-v2__section-head h2 {
    font-size: 29px;
  }

  .guides-v2__card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    border-radius: 18px;
  }

  .guides-v2__card-image {
    aspect-ratio: auto;
    min-height: 145px;
  }

  .guides-v2__card-content {
    padding: 14px;
  }

  .guides-v2__card-content h2 {
    font-size: 19px;
  }

  .guides-v2__card-content p {
    display: none;
  }

  .guides-v2__badge {
    font-size: 7px;
    padding: 5px 7px;
  }

  .guides-v2__card-image .guides-v2__badge {
    top: 8px;
    left: 8px;
  }

  .guides-v2__list-item {
    gap: 15px;
    padding: 18px 2px;
  }

  .guides-v2__list-item h3 {
    font-size: 19px;
  }

  .guides-v2__list-item p {
    font-size: 10px;
  }

  .guides-v2__cta {
    display: block;
    margin: 32px 14px 50px;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .guides-v2__cta h2 {
    font-size: 27px;
  }

  .guides-v2__cta-button {
    margin-top: 20px;
  }


  /* CATEGORY */

  .guide-category-v2 {
    padding: 30px 14px 52px;
  }

  .guide-category-v2__header {
    margin-bottom: 28px;
  }

  .guide-category-v2__back {
    margin-bottom: 22px;
  }

  .guide-category-v2__header h1 {
    font-size: 40px;
  }

  .guide-category-v2__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  /* DETAIL */

  .guide-detail-v2__topbar {
    padding: 18px 14px 0;
  }

  .guide-detail-v2__back {
    margin-bottom: 0;
  }

  .guide-detail-v2__header {
    padding: 30px 14px 24px;
  }

  .guide-detail-v2__header h1 {
    font-size: 39px;
  }

  .guide-detail-v2__resume {
    font-size: 13px;
  }

  .guide-detail-v2__hero-image {
    margin-bottom: 28px;
    padding: 0 14px;
  }

  .guide-detail-v2__hero-image img {
    border-radius: 20px;
  }

  .guide-detail-v2__layout {
    padding: 0 16px;
  }

  .guide-detail-v2__chapo {
    padding: 19px;
    font-size: 17px;
  }

  .guide-detail-v2__body {
    font-size: 15px;
    line-height: 1.75;
  }

  .guide-detail-v2__body h2 {
    margin-top: 36px;
    font-size: 28px;
  }

  .guide-detail-v2__body h3 {
    font-size: 22px;
  }

  .guide-detail-v2__recommended {
    margin-top: 48px;
    padding: 0 14px 52px;
  }

  .guide-detail-v2__recommended-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .guide-detail-v2__recommended-card {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
  }

  .guide-detail-v2__recommended-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .guide-detail-v2__recommended-card > div {
    padding: 13px;
  }

  .guide-detail-v2__recommended-card h3 {
    font-size: 17px;
  }
}

/* =========================================================
   CONTACT + PAGES LÉGALES V2
========================================================= */

.static-v2 {
  width: 100%;
  color: #29232d;
}

.static-v2__header {
  max-width: 820px;
  margin: 0 auto;
  padding: 62px 20px 42px;
  text-align: center;
}

.static-v2__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #615bb7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.static-v2__header h1 {
  margin: 0;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 66px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.static-v2__header p {
  max-width: 590px;
  margin: 17px auto 0;
  color: #746d77;
  font-size: 14px;
  line-height: 1.65;
}

.static-v2__updated {
  display: inline-block;
  margin-top: 17px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f5efff;
  color: #615bb7;
  font-size: 10px;
  font-weight: 600;
}


/* =========================================================
   CONTACT
========================================================= */

.contact-v2 {
  padding-bottom: 70px;
}

.contact-v2__card {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ebe7ee;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(35,26,37,.06);
}

.contact-v2__form {
  width: 100%;
}

.contact-v2__field {
  margin-bottom: 19px;
}

.contact-v2__field label {
  display: block;
  margin-bottom: 7px;
  color: #332d35;
  font-size: 12px;
  font-weight: 700;
}

.contact-v2__field .form-control {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #ddd8e2;
  border-radius: 13px;
  background: #faf9fb;
  color: #29232d;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  outline: none;
  transition: .2s ease;
}

.contact-v2__field textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-v2__field .form-control:focus {
  border-color: #7b72f2;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(123,114,242,.09);
}

.contact-v2__field .form-control::placeholder {
  color: #aaa3ad;
}

.contact-v2__captcha {
  margin: 4px 0 22px;
  overflow-x: auto;
}

.contact-v2__submit {
  width: 100%;
  padding: 14px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #615bb7 !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer;
  box-shadow: none !important;
}

.contact-v2__submit:hover {
  background: #514ba3 !important;
  transform: none !important;
}


/* =========================================================
   LEGAL
========================================================= */

.legal-v2 {
  padding-bottom: 70px;
}

.legal-v2__intro {
  max-width: 760px;
  margin: -8px auto 28px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #f7f3fc;
  color: #554e58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
}

.legal-v2__intro p {
  margin: 0;
}

.legal-v2__content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

.legal-v2__content section {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid #ece8ef;
}

.legal-v2__content section:last-child {
  border-bottom: 1px solid #ece8ef;
}

.legal-v2__number {
  padding-top: 4px;
  color: #a59eaa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.legal-v2__content h2 {
  margin: 0 0 13px;
  color: #211b24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
}

.legal-v2__content p {
  margin: 0 0 13px;
  color: #57505a;
  font-size: 14px;
  line-height: 1.75;
}

.legal-v2__content p:last-child {
  margin-bottom: 0;
}

.legal-v2__content ul,
.legal-v2__content ol {
  margin: 12px 0 16px;
  padding-left: 20px;
  color: #57505a;
  font-size: 14px;
  line-height: 1.7;
}

.legal-v2__content li {
  margin-bottom: 7px;
}

.legal-v2__content a {
  color: #615bb7;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-v2__content strong {
  color: #332d35;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

  .static-v2__header {
    padding: 42px 16px 30px;
  }

  .static-v2__header h1 {
    font-size: 40px;
  }

  .static-v2__header p {
    font-size: 13px;
  }

  .contact-v2 {
    padding: 0 14px 50px;
  }

  .contact-v2__card {
    padding: 22px 17px;
    border-radius: 21px;
  }

  .contact-v2__captcha {
    transform-origin: left top;
  }

  .legal-v2 {
    padding-bottom: 50px;
  }

  .legal-v2__intro {
    margin: 0 14px 20px;
    padding: 19px;
    border-radius: 18px;
    font-size: 16px;
  }

  .legal-v2__content {
    padding: 0 16px;
  }

  .legal-v2__content section {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 24px 0;
  }

  .legal-v2__content h2 {
    font-size: 23px;
  }

  .legal-v2__content p,
  .legal-v2__content ul,
  .legal-v2__content ol {
    font-size: 13px;
  }
}