/* =========================
   Palette 2025/2026
========================= */
:root {
  --fond-sombre: #1c1c1c;
  --fond-plus-sombre: #111;
  --texte-clair: #e0e0e0;
  --accent-turquoise: #00cfff;
  --accent-ambre: #ffbf00;
  --accent-vert: #3a9d5d;
}

/* =========================
   Fiche compagnon
========================= */
.is-compagnon-fiche .gj-fiche {
  max-width:960px;
  margin:2rem auto;
  font-family:"Inter","Segoe UI",sans-serif;
}

/* Hero */
.is-compagnon-fiche .gj-fiche-hero {
  position: relative;
  background: linear-gradient(135deg,#0f2027,#203a43,#2c5364);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 16px;
  margin-bottom: 2rem;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-compagnon-fiche .gj-fiche-hero .gj-fiche-overlay {
  background: rgba(0,0,0,0.55);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  color: var(--texte-clair);
}
.is-compagnon-fiche .gj-fiche-hero h1 {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: var(--accent-vert);
}
.is-compagnon-fiche .gj-astuce {
  font-style: italic;
  color: #ccc;
}

/* Intro auto */
.gj-intro-auto {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  background: #2a2a2a;
  border-left: 4px solid var(--accent-vert);
  border-radius: 8px;
  font-size: 1.05rem;
  color: var(--texte-clair);
  line-height: 1.5;
}

/* Astuce Go Jardin — responsive + effet magique */
.gj-astuce-box {
  margin: 1.5rem auto;
  padding: 1.2rem 1.4rem;
  background: linear-gradient(135deg, #1e2a1e, #2f4f2f);
  border-left: 6px solid var(--accent-vert);
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(58,157,93,0.4);
  color: #e6ffe6;
  max-width: 900px;
  position: relative;
  animation: astuceGlow 3s ease-in-out infinite;
  overflow: hidden;
}

.gj-astuce-box::before {
  content: "✨";
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 2rem;
  opacity: 0.3;
  animation: floatSparkle 4s ease-in-out infinite;
}

.gj-astuce-box h2 {
  margin-top: 0;
  font-size: 1.3rem;
  color: var(--accent-vert);
  text-shadow: 0 0 6px rgba(58,157,93,0.6);
}

.gj-astuce-box p {
  margin: .5rem 0 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #e0ffe0;
}

@keyframes astuceGlow {
  0%   { box-shadow: 0 0 8px rgba(58,157,93,0.3); }
  50%  { box-shadow: 0 0 16px rgba(58,157,93,0.6); }
  100% { box-shadow: 0 0 8px rgba(58,157,93,0.3); }
}

@keyframes floatSparkle {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0.3; }
  50%  { transform: translateY(-6px) rotate(10deg); opacity: 0.5; }
  100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
}

/* Responsive */
@media (max-width: 560px) {
  .gj-astuce-box {
    padding: 1rem 1.1rem;
    font-size: .95rem;
  }
  .gj-astuce-box h2 {
    font-size: 1.1rem;
  }
  .gj-astuce-box::before {
    font-size: 1.5rem;
    top: -6px;
    right: -6px;
  }
}


/* =========================
   Tableau infos principales
========================= */
.gj-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5rem auto;
  border-radius: 12px;
  overflow: hidden;
  background: var(--fond-sombre);
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
  color: var(--texte-clair);
}
.gj-info-table th,
.gj-info-table td {
  padding: 1rem 1.2rem;
  font-size: 1rem;
  text-align: left;
}
.gj-info-table th {
  width: 240px;
  background: var(--fond-plus-sombre);
  color: var(--accent-turquoise);
  font-weight: 700;
}
.gj-info-table td {
  background: #222;
  color: var(--texte-clair);
}
.gj-info-table tr:nth-child(even) td {
  background: #2a2a2a;
}
.gj-info-table tr:hover td {
  background: #333;
  transition: background .25s ease;
}

.gj-fiche-details {
  margin: 2rem auto;
  max-width: 900px;
  background: #1c1c1c;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  padding: 1rem 1.2rem;
  color: var(--texte-clair);
  overflow: hidden;
  transition: max-height .4s ease, opacity .4s ease;
}

.gj-fiche-details summary {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--accent-turquoise);
  margin-bottom: 1rem;
  transition: color .3s ease;
}

.gj-fiche-details[open] summary {
  color: var(--accent-vert);
}

.gj-fiche-details[open] {
  animation: fadeInDetails .4s ease forwards;
}

@keyframes fadeInDetails {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 1000px; /* valeur large pour couvrir le contenu */
  }
}

/* Transition douce à l’ouverture/fermeture */
.gj-fiche-details > div {
  overflow: hidden;
  transition: max-height .4s ease, opacity .4s ease;
}

/* Icône animée + / - pour le summary */
.gj-fiche-details summary {
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--accent-turquoise);
  margin-bottom: 1rem;
  transition: color .3s ease;
  list-style: none; /* supprime le triangle natif */
  position: relative;
  padding-left: 1.6rem; /* espace pour l’icône */
}

.gj-fiche-details summary::before {
  content: "➕";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  color: var(--accent-vert);
  transition: transform .3s ease, color .3s ease;
}

.gj-fiche-details[open] summary::before {
  content: "➖";
  color: var(--accent-turquoise);
  transform: rotate(180deg);
}

.gj-fiche-details[open] summary {
  color: var(--accent-vert);
}


/* Variante dark-neon */
.gj-info-table.dark-neon {
  background: var(--fond-sombre);
  box-shadow: 0 0 20px rgba(0,229,255,0.25);
}
.gj-info-table.dark-neon th {
  background: var(--fond-plus-sombre);
  color: var(--accent-vert);
}
.gj-info-table.dark-neon td {
  background: #222;
  color: var(--texte-clair);
  border-bottom: 1px solid rgba(0,229,255,0.2);
}
.gj-info-table.dark-neon tr:hover td {
  background: #2a2a2a;
  color: #fff;
}

/* =========================
   Navigation rapide
========================= */
.gj-cta-title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--accent-turquoise);
}
.is-compagnon-fiche .gj-fiche-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.is-compagnon-fiche .gj-fiche-footer .gj-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 1.8rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  color: var(--texte-clair);
  background: #2a2a2a;
  border: 1px solid var(--accent-turquoise);
  box-shadow: 0 0 12px rgba(0,229,255,0.25);
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}
.gj-fiche-footer .gj-btn:hover {
  background: #333;
  color: #fff;
  border-color: var(--accent-vert);
  box-shadow: 0 0 14px rgba(0,229,255,0.6), 0 0 20px rgba(255,191,0,0.4);
  transform: translateY(-2px) scale(1.05);
}

/* =========================
   Overlay comparatif
========================= */
.gj-compare-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15,32,39,0.75);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity .35s ease;
}
.gj-compare-overlay.is-open { display: flex; opacity: 1; }
.gj-compare-card {
  width: min(560px, 92vw);
  background: var(--fond-sombre);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
  color: var(--texte-clair);
  padding: 1.2rem 1.4rem;
  transform: scale(0.9);
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease;
  position: relative;
}
.gj-compare-overlay.is-open .gj-compare-card {
  opacity: 1;
  transform: scale(1);
}
.gj-compare-card h3 { margin: 0 0 .6rem; color: var(--accent-vert); font-size: 1.4rem; }
.gj-compare-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--texte-clair);
  border-radius: 8px;
  padding: .3rem .5rem;
  cursor: pointer;
  transition: all .3s ease;
}
.gj-compare-close:hover {
  background: rgba(255,255,255,0.25);
  transform: scale(1.1);
}

/* =========================
   Formulaire comparatif
========================= */
.gj-compare-form { display: grid; gap: .8rem; position: relative; }
.gj-compare-form input {
  width: 100%;
  padding: .7rem .8rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: var(--texte-clair);
}
.gj-compare-form .gj-btn-go {
  padding: .7rem 1.4rem;
  border-radius: 50px;
  background: var(--accent-vert);
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}
.gj-compare-form .gj-btn-go:hover {
  background: var(--accent-turquoise);
  box-shadow: 0 0 12px var(--accent-turquoise);
  transform: translateY(-2px) scale(1.03);
}

/* =========================
   Suggestions overlay
========================= */
#gj-compare-suggestions {
  list-style: none;
  margin: 0;
  padding: .4rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  position: absolute;
  z-index: 1001;
  width: calc(100% - 1rem);
  max-height: 180px;
  overflow-y: auto;
  color: #333;
  top: 100%;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity .2s ease;
}
#gj-compare-suggestions li { padding: .3rem .6rem; cursor: pointer; }
#gj-compare-suggestions li:hover { background: var(--accent-vert); color: #fff; }
#gj-compare-suggestions:not(:empty) { display: block; opacity: 1; }

/* =========================
   Bloc comparatif
========================= */
.gj-compare-result {
  margin: 2rem auto;
  padding: 1.5rem;
  max-width: 1000px;
  background: linear-gradient(135deg, #1a1a1a, #222);
  border: 2px solid var(--accent-turquoise);
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(0,229,255,0.25);
  color: var(--texte-clair);
  animation: fadeInCompare .6s ease-out both;
}

.gj-compare-result h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--accent-turquoise);
  text-shadow: 0 0 6px rgba(0,229,255,0.6);
}

/* =========================
   Score compatibilité
========================= */
.gj-compat-score {
  margin: 1.5rem auto 2rem;
  max-width: 600px;
  text-align: center;
}

.gj-compat-bar {
  --score: 50%;
  height: 16px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--accent-vert), var(--accent-turquoise));
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,229,255,0.4);
}

.gj-compat-bar::after {
  content: "";
  display: block;
  height: 100%;
  width: var(--score);
  background: rgba(255,255,255,0.25);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  animation: fillBar 1.2s ease-out forwards;
}

.gj-compat-label {
  margin-top: .6rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
}

.gj-compat-badge {
  display: inline-block;
  margin-top: .5rem;
  padding: .4rem .8rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
}

.gj-compat-badge.ideal {
  background: #2e7d32;
  color: #e6ffe6;
  box-shadow: 0 0 10px rgba(46,125,50,0.6);
}

.gj-compat-badge.neutral {
  background: #555;
  color: #eee;
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.gj-compat-badge.avoid {
  background: #b71c1c;
  color: #ffe6e6;
  box-shadow: 0 0 10px rgba(183,28,28,0.6);
}

/* Explications bonus/pénalité */
.gj-compat-explain {
  margin-top: .6rem;
  padding: .6rem .8rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  font-size: .95rem;
  color: #ddd;
}

.gj-compat-explain.gj-positive {
  background: rgba(46,125,50,0.2);
  color: #b2ffb2;
}

/* =========================
   Tableau comparatif
========================= */
.gj-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}

.gj-compare-table th,
.gj-compare-table td {
  border: 1px solid rgba(255,255,255,0.1);
  padding: .9rem 1rem;
  text-align: center;
}

.gj-compare-table th {
  background: rgba(0,229,255,0.1);
  color: var(--accent-turquoise);
  font-weight: 700;
  font-size: 1rem;
}

.gj-compare-table td {
  background: rgba(255,255,255,0.03);
  color: #eee;
  font-size: .95rem;
}

.gj-compare-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.05);
}

.gj-compare-table tr:hover td {
  background: rgba(0,229,255,0.08);
  transition: background .25s ease;
}

/* =========================
   Animations
========================= */
@keyframes fillBar {
  from { width: 0; }
  to   { width: var(--score); }
}

@keyframes fadeInCompare {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================
   FAQ auto
========================= */
.gj-faq-auto {
  margin: 2.5rem auto;
  padding: 2rem;
  max-width: 900px;
  background: var(--fond-sombre);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,.35);
  color: var(--texte-clair);
}
.gj-faq-auto h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--accent-vert);
}
.gj-faq-auto ul { list-style: none; padding: 0; margin: 0; }
.gj-faq-auto li {
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  background: #2a2a2a;
  border-radius: 10px;
  transition: background .3s ease, transform .3s ease;
}
.gj-faq-auto li:hover {
  background: #333;
  transform: translateY(-3px);
}
.gj-faq-auto strong {
  display: block;
  margin-bottom: .5rem;
  color: var(--accent-turquoise);
  font-size: 1.05rem;
}

/* =========================
   Bouton retour haut de page
========================= */
.gj-btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--accent-vert);
  color: #111;
  font-size: 1.4rem;
  padding: .6rem .9rem;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  transition: all .3s ease;
  z-index: 999;
  animation: pulse 2s infinite;
}
.gj-btn-top:hover {
  background: var(--accent-turquoise);
  transform: translateY(-2px);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,229,255,0.6); }
  70% { box-shadow: 0 0 0 12px rgba(0,229,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,229,255,0); }
}

/* =========================
   Barre sticky
========================= */
.gj-nav-sticky {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(28,28,28,0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-around;
  padding: .6rem .4rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 -4px 12px rgba(0,229,255,0.25);
  z-index: 9999;
}
.gj-nav-sticky a,
.gj-nav-sticky button,
.gj-fiche-footer .gj-btn {
  flex: 1;
  margin: 0 .3rem;
  border-radius: 12px;
  padding: .7rem .5rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--texte-clair);
  text-align: center;
  background: #2a2a2a;
  border: 1px solid var(--accent-turquoise);
  box-shadow: 0 0 8px rgba(0,229,255,0.3);
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/* =========================
   Recherche inline dans la sticky nav
========================= */
.gj-nav-sticky .gj-inline-search {
  flex: 2; /* occupe plus d’espace que les boutons */
  margin: 0 .5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.gj-nav-sticky #gj-search-inline {
  width: 100%;
  padding: .6rem 1rem .6rem 2.5rem;
  font-size: .9rem;
  border: 2px solid var(--accent-turquoise);
  border-radius: 30px;
  background: var(--fond-plus-sombre);
  color: var(--texte-clair);
  box-shadow: 0 0 8px rgba(0,229,255,.4);
  transition: all .3s ease;
}

.gj-nav-sticky #gj-search-inline:focus {
  border-color: var(--accent-vert);
  box-shadow: 0 0 20px rgba(0,229,255,.8);
  background: #000;
}

/* Glow animé sur focus */
#gj-search-inline.is-glowing {
  animation: glowPulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(0,229,255,0.6), 0 0 24px rgba(0,229,255,0.3);
}

@keyframes glowPulse {
  0%   { box-shadow: 0 0 8px rgba(0,229,255,0.4); }
  50%  { box-shadow: 0 0 16px rgba(0,229,255,0.8); }
  100% { box-shadow: 0 0 8px rgba(0,229,255,0.4); }
}


/* Apparition animée des suggestions */
.gj-nav-sticky #gj-suggestions-inline li {
  padding: .5rem .8rem;
  cursor: pointer;
  color: #fff !important; /* Forcer texte blanc */
  opacity: 0;
  transform: translateY(6px);
  animation: fadeInUp .3s ease forwards;
  animation-delay: calc(var(--i, 0) * 60ms);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Suggestions : ouverture AU-DESSUS de la nav sticky */
.gj-nav-sticky #gj-suggestions-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #1e1e1e;
  border-radius: 12px;
  position: absolute;
  bottom: 110%;   /* au lieu de top: 110% */
  top: auto;      /* on annule le top */
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  box-shadow: 0 6px 16px rgba(0,0,0,.5);
}
.gj-nav-sticky #gj-suggestions-inline li {
  padding: .5rem .8rem;
  cursor: pointer;
}
.gj-nav-sticky #gj-suggestions-inline li:hover {
  background: #333;
}

/* Hover boutons nav */
.gj-nav-sticky a:hover,
.gj-nav-sticky button:hover,
.gj-fiche-footer .gj-btn:hover {
  background: #333;
  color: #fff;
  border-color: var(--accent-vert);
  box-shadow: 0 0 14px rgba(0,229,255,0.6);
  transform: translateY(-2px) scale(1.05);
}

/* Bouton favoris dans la sticky nav */
.gj-nav-sticky .gj-btn-favorites {
  background: linear-gradient(135deg, #e91e63, #d32f2f);
  border: 1px solid rgba(255,0,0,0.5);
  box-shadow: 0 0 8px rgba(233, 30, 99, 0.4);
  color: #fff;
  flex: 1;
  margin: 0 .3rem;
  border-radius: 12px;
  padding: .7rem .5rem;
  font-size: .9rem;
  font-weight: 600;
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.gj-nav-sticky .gj-btn-favorites:hover {
  background: linear-gradient(135deg, #d32f2f, #b71c1c);
  border-color: #e91e63;
  box-shadow: 0 0 16px rgba(233, 30, 99, 0.7);
  transform: translateY(-2px) scale(1.05);
}

.gj-nav-sticky .gj-btn-favorites.is-favorited {
  background: linear-gradient(135deg, #e91e63, #c2185b);
  box-shadow: 0 0 12px rgba(233, 30, 99, 0.8), inset 0 0 8px rgba(255,255,255,0.2);
}

/* Ripple lumineux */
.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: rippleAnim 0.6s linear;
  background: rgba(255,255,255,0.7);
  pointer-events: none;
}
@keyframes rippleAnim {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* =========================
   Responsif
========================= */
@media (max-width: 560px) {
  .is-compagnon-fiche .gj-fiche-hero h1 { font-size: 1.6rem; }
  .is-compagnon-fiche .gj-fiche-footer .gj-btn { padding: .8rem 1.2rem; }
  .gj-compare-card { width: 94vw; }
  .gj-compare-table th,
  .gj-compare-table td { font-size: .85rem; padding: .6rem; }
  .gj-compat-label { font-size: .9rem; }
  .gj-compat-badge { font-size: .8rem; padding: .3rem .6rem; }
  .gj-nav-sticky a,
  .gj-nav-sticky button { font-size: .8rem; padding: .6rem .4rem; }
}

/* =========================
   Magazine jardin moderne (gj-2026)
========================= */
.gj-2026-root {
  --gj-color-primary: #2F4F3E;
  --gj-color-accent: #D96E4C;
  --gj-color-highlight: #F2C94C;
  --gj-color-bg: #F7F4EE;
  --gj-color-muted: #E8E5DF;
  color: var(--gj-color-primary);
}

.gj-2026-root h1,
.gj-2026-root h2,
.gj-2026-root h3 {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0.02em;
}

.gj-2026-root p {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  line-height: 1.7;
}

.gj-2026-hero {
  background: linear-gradient(135deg, var(--gj-color-bg) 0%, rgba(217,110,76,0.16) 55%, #fff 100%);
  box-shadow: 0 18px 38px rgba(47,79,62,0.18);
}

.gj-2026-title {
  font-size: 1.8rem;
  color: var(--gj-color-primary);
}

.gj-2026-mini {
  color: var(--gj-color-accent);
  font-weight: 600;
  margin-top: 0.6rem;
}

.gj-2026-card {
  border-radius: 10px;
  background: var(--gj-color-bg);
  box-shadow: 0 6px 16px rgba(47,79,62,0.12);
  padding: 1rem 1.2rem;
}

.gj-2026-section h2 {
  position: relative;
  padding-bottom: 0.4rem;
}

.gj-2026-section h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: var(--gj-color-accent);
  margin-top: 0.4rem;
}

.gj-2026-section h3 {
  color: var(--gj-color-primary);
}

.gj-2026-section ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.4rem;
}

.gj-2026-section ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--gj-color-accent);
}

.gj-2026-details {
  border: 1px solid #e6e1d9;
  background: #fffaf4;
  border-radius: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gj-2026-details summary {
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}

.gj-2026-details summary::after {
  content: '▾';
  font-size: 1.1rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease;
}

.gj-2026-details[open] {
  box-shadow: 0 14px 28px rgba(47,79,62,0.14);
  transform: translateY(-2px);
}

.gj-2026-details[open] summary::after {
  transform: rotate(-180deg);
}

.gj-2026-compat .gj-2026-card {
  border: 1px solid #ece5dc;
}

@media (max-width: 700px) {
  .gj-2026-section { margin: 1.6rem 0; }
  .gj-2026-card { padding: 1.1rem 1.3rem; }
  .gj-2026-title { font-size: 1.6rem; }
}
