.psycho-home-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.psycho-home-card{
  min-height:116px;
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:17px;
  border:1px solid var(--border);
  border-radius:22px;
  background:#fff;
  color:var(--plum);
  text-decoration:none;
  box-shadow:0 8px 24px rgba(125,26,80,.06);
}

.psycho-home-icon{
  font-size:30px;
  line-height:1;
}

.psycho-home-card b{
  display:block;
  line-height:1.25;
}

.psycho-home-card small{
  display:block;
  color:var(--muted);
  margin-top:6px;
  line-height:1.35;
}

.psycho-random-link{
  display:block;
  margin-top:12px;
  padding:14px 18px;
  text-align:center;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--pink);
  font-weight:900;
  text-decoration:none;
}

.psycho-coming-soon{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px dashed var(--border);
}

.psycho-coming-soon span{
  color:var(--muted);
}

.psycho-page{
  width:min(760px,100%);
  margin:auto;
  padding:18px 18px 44px;
}

.psycho-page-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.psycho-logo{
  width:150px;
  max-width:45%;
  height:auto;
}

.psycho-back{
  color:var(--pink);
  text-decoration:none;
  font-weight:900;
}

.psycho-panel{
  background:#fff;
  border:1px solid var(--border);
  border-radius:32px;
  box-shadow:var(--shadow);
  padding:30px 24px;
  text-align:center;
}

.psycho-intro h1,
.psycho-result h1,
.psycho-empty h1{
  margin:10px auto 14px;
  font-size:clamp(30px,8vw,48px);
  line-height:1.08;
  letter-spacing:-1.2px;
  color:var(--plum);
}

.psycho-big-icon{
  display:block;
  font-size:58px;
  margin-bottom:10px;
}

.psycho-eyebrow{
  display:inline-block;
  color:var(--pink);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}

.psycho-subtitle{
  font-size:18px;
  font-weight:750;
  color:#6f5364;
  line-height:1.45;
}

.psycho-disclaimer{
  color:var(--muted);
  font-size:13px;
  font-style:italic;
}

.psycho-main-button{
  width:100%;
  min-height:58px;
  margin-top:12px;
}

.psycho-link-button{
  display:inline-block;
  text-decoration:none;
  margin-top:12px;
}

.psycho-not-ready{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-top:18px;
  padding:16px;
  border-radius:16px;
  background:#fff5fa;
  border:1px dashed #efbfd7;
}

.psycho-not-ready span{
  color:var(--muted);
}

.psycho-quiz-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:28px;
}

.psycho-progress-wrap{
  flex:1;
  min-width:0;
}

.psycho-progress-text{
  text-align:left;
  color:var(--muted);
  font-weight:800;
  font-size:13px;
  margin-bottom:7px;
}

.psycho-progress-track{
  height:9px;
  background:#f8dfeb;
  border-radius:999px;
  overflow:hidden;
}

.psycho-progress-bar{
  width:0;
  height:100%;
  background:linear-gradient(90deg,var(--pink),var(--pink2));
  border-radius:999px;
  transition:width .25s ease;
}

.psycho-question-emoji{
  display:block;
  font-size:42px;
  margin-bottom:4px;
}

#psychoQuestionText{
  font-size:clamp(26px,6vw,39px);
  line-height:1.15;
  margin:14px auto 26px;
}

.psycho-answer-list{
  display:grid;
  gap:10px;
}

.psycho-answer-btn{
  width:100%;
  min-height:58px;
  border:1px solid var(--border);
  background:#fff8fc;
  border-radius:17px;
  padding:14px 16px;
  color:var(--plum);
  font-weight:750;
  text-align:left;
  cursor:pointer;
}

.psycho-answer-btn:active{
  transform:scale(.99);
}

.psycho-no-answer{
  color:var(--muted);
}

.psycho-result-emoji{
  font-size:70px;
  margin:10px 0;
}

.psycho-score-box{
  display:inline-flex;
  flex-direction:column;
  gap:3px;
  margin:10px auto 18px;
  padding:14px 24px;
  border-radius:20px;
  background:#fff2f8;
  border:1px solid #f3c4da;
}

.psycho-score-box span{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.psycho-score-box strong{
  color:var(--pink);
  font-size:42px;
  line-height:1;
}

.psycho-result-description{
  max-width:600px;
  margin:8px auto 16px;
  font-size:18px;
  line-height:1.55;
  color:#664b5c;
}

.psycho-share-area{
  margin:22px 0;
  padding:18px;
  border-radius:22px;
  background:#fff9fc;
  border:1px solid #f4d0e1;
}

.psycho-share-secondary,
.psycho-result-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}

.psycho-anchor-button{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.psycho-share-status{
  min-height:20px;
  margin:10px 0 0;
  color:var(--pink);
  font-weight:800;
  font-size:13px;
}

.psycho-share-hint{
  margin:7px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

.psycho-empty p{
  color:var(--muted);
}

@media(hover:hover) and (pointer:fine){
  .psycho-home-card:hover,
  .psycho-random-link:hover,
  .psycho-answer-btn:hover{
    border-color:#eca7c9;
    background:#fff4fa;
  }
}

@media(max-width:520px){
  .psycho-home-grid{
    grid-template-columns:1fr;
  }

  .psycho-home-card{
    min-height:auto;
  }

  .psycho-page{
    padding:12px 14px 36px;
  }

  .psycho-panel{
    padding:24px 17px;
    border-radius:26px;
  }

  .psycho-share-secondary,
  .psycho-result-actions{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   PARTAGE DIRECT RÉSEAUX SOCIAUX
   ========================================================= */

.psycho-share-networks{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.psycho-facebook-btn{
  background:#1877f2;
  border-color:#1877f2;
  color:#fff !important;
  font-weight:900;
}

.psycho-facebook-btn::before{
  content:"f";
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  margin-right:7px;
  border-radius:50%;
  background:#fff;
  color:#1877f2;
  font-family:Arial,sans-serif;
  font-weight:900;
  line-height:1;
}

@media(max-width:620px){
  .psycho-share-networks{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   PAGE DE RÉSULTAT PARTAGÉE
   ========================================================= */

.shared-test-name{
  margin:-4px 0 14px;
  color:var(--muted);
  font-size:16px;
}

.social-result-cta{
  margin:24px 0 16px;
  padding:20px;
  border-radius:22px;
  background:#fff4fa;
  border:1px solid #f2c4da;
}

.social-result-cta strong{
  display:block;
  margin-bottom:12px;
  color:var(--plum);
  font-size:22px;
}
