.geo-loader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.geo-loader-box {
  background: #fff;
  padding: 130px 140px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  animation: geoFadeIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.geo-loader-box.flash {
  box-shadow: 0 0 0 15px rgba(0, 150, 255, 0.35);
  transition: box-shadow 0.6s ease-out;
}

.geo-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top-color: #6a00ff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 15px;
}
.geo-card {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  font-family: Inter, sans-serif;
}

.geo-card h3 {
  margin: 30px 0 20px !important;
  font-size: 22px;
}

.geo-card p,
.geo-card li {
  margin-bottom: 8px;
  line-height: 2;
  font-size: 15px;
  color: #585858;
 text-align:left;
}

.geo-card ul {
  margin: 0;
  padding-left: 20px;
}
.geo-score-section {
  text-align: center;
  margin: 30px 0;
  justify-content: center;
}



.geo-score-badge {
  font-size: 48px;
  font-weight: 700;
  height: 120px;
	max-width: 250px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
	 display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
	padding: 20px;

}

.geo-score-label {
  margin-top: 10px;
  font-size: 18px;
  opacity: 0.8;
}

.geo-global-score-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 30px;
  background: #f7f7f7;
  border-radius: 14px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;

}

.geo-score-global,
.geo-score-color {
  white-space: nowrap;
}

.geo-score-color {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #ccc;
}

.geo-score-legend {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
}

.legend-box {
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.legend-box.red { background: #e74c3c; }
.legend-box.orange { background: #f39c12; }
.legend-box.green { background: #2ecc71; }

.geo-url-section {
  text-align: left;
  margin-bottom: 25px;
}

.geo-url {
 font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    opacity: 0.8;
 text-align: center;
}

.geo-subscore-section {
  margin-top: 30px;
}

.geo-subscore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.geo-subscore-item {
  background: #f7f9fc;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.geo-subscore-item span {
  font-size: 14px;
  opacity: 0.7;
}

.geo-subscore-item strong {
  font-size: 20px;
  margin-top: 5px;
  display: block;
}
.geo-breakdown-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.geo-breakdown {
  display: inline-block;
  width: 320px;
  padding: 20px 25px;
  background: #f8faff;
  border: 1px solid #e6e9f0;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: left;
}

.geo-breakdown h3 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.geo-breakdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.geo-breakdown li {
  padding: 6px 0;
  font-size: 20px;
  border-bottom: 1px solid #eef1f6;
}

.geo-breakdown li:last-child {
  border-bottom: none;
}
.geo-summary {
  margin-top: 30px;
  padding: 20px;
  background: #f7f9fc;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.geo-weaknesses {
  margin-top: 30px;
}

.geo-weaknesses ul {
  margin-top: 10px;
  padding-left: 20px;
}

.geo-weaknesses li {
  margin-bottom: 8px;
	font-size: 16px;
    text-align: left;
	    color: #000;
}
.blurred {
  filter: blur(5px);
  opacity: 0.5;
  user-select: none;
}

.blurred:hover {
  filter: blur(6px);
  opacity: 0.4;
}
.blurred {
  filter: blur(5px);
  opacity: 0.5;
  user-select: none;
}

.blurred:hover {
  filter: blur(6px);
  opacity: 0.4;
}
/* --- 3 VIGNETTES IA / LOCAL / SEO --- */

.geo-breakdown-cards {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.geo-card-item {
    flex: 1;
    background: #f7f9fc;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: 0.2s ease;
	    margin-bottom: 30px;
}

.geo-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.geo-card-item h4 {
    margin-bottom: 30px !important;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.geo-score-value {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.geo-score-max {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #777;
}

.geo-score-legend:hover::after {
  content: "Faible • Moyen • Bon";
  position: relative;
  margin-top: 22px;
  font-size: 11px;
  color: #cbd5f5;
  background: #020617;
  padding: 6px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.geo-score-helper {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
}

.geo-details {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #4b5563;
  display: none;
}

.geo-details.open {
  display: block;
}
/* Texte court sous le score */
.geo-score-helper {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #6b7280; /* gris discret */
}

 
.geo-toggle {
  margin-top: 6px;
  background: none;
  border: none;
  padding: 5px;          /* ✅ zone cliquable plus large, visuellement neutre */
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
  cursor: pointer;
}


.geo-toggle:hover {
  text-decoration: underline;
}

/* Bloc déplié */
.geo-details {
  margin-top: 10px;
  font-size: 11px;        /* ✅ PLUS PETIT */
  line-height: 1.4;       /* ✅ COMPACT */
  color: #343434;         /* ✅ GRIS LECTURE */
  display: none;
}

/* Texte interne */
.geo-details p {
  margin: 0;
}

/* État ouvert */
.geo-details.open {
  display: block;
}

.geo-details-text {
  font-size: 11px !important;      /* plus petit que le reste */

}



