/* ==========================
   THERMALYZE EXPERT
   CSS dédié /expert/
========================== */

.expert-hero-new{
  padding:86px 0 84px;
  background:
    radial-gradient(circle at 78% 18%,rgba(249,115,22,.12),transparent 32%),
    radial-gradient(circle at 12% 25%,rgba(34,197,94,.08),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fff7ed 55%,#f8fbf9 100%);
  overflow:hidden;
}

.expert-hero-new-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.expert-copy h1{
  margin:0 0 24px;
  font-size:clamp(44px,5vw,68px);
  line-height:1.04;
  letter-spacing:-.055em;
  color:#0f172a;
}

.expert-copy h1 span{
  display:block;
  color:#f97316;
}

.expert-copy>p{
  max-width:620px;
  color:#334155;
  font-size:20px;
  line-height:1.75;
  margin:0 0 28px;
}

/* VISUEL HERO */

.expert-visual{
  position:relative;
  min-height:650px;
}

.house-panel{
  width:430px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(15,23,42,.12);
}

.house-panel img{
  width:100%;
  height:250px;
  object-fit:cover;
  display:block;
}

.house-panel-content{
  padding:24px;
  display:grid;
  gap:12px;
  font-weight:850;
  color:#0f172a;
}

.house-panel-content h3{
  margin:0 0 4px;
  font-size:22px;
}

.pdf-stack{
  position:absolute;
  right:0;
  bottom:20px;
  width:430px;
  height:440px;
}

.pdf-sheet-back{
  position:absolute;
  inset:34px 0 0 34px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:30px;
  transform:rotate(6deg);
  box-shadow:0 24px 60px rgba(15,23,42,.12);
}

.mini-title{
  color:#64748b;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:20px;
}

.rank-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:14px;
  margin-bottom:12px;
  font-weight:850;
}

.rank-row strong{
  color:#f97316;
}

.pdf-preview{
  position:absolute;
  inset:0;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:32px;
  transform:rotate(-5deg);
  box-shadow:0 34px 90px rgba(15,23,42,.18);
}

.pdf-header{
  color:#f97316;
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
  margin-bottom:8px;
}

.pdf-subtitle{
  color:#64748b;
  font-size:14px;
  font-weight:800;
  margin-bottom:26px;
}

.pdf-score-zone{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:24px;
}

.score-circle{
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#16a34a,#0f8a3a);
  color:#fff;
  font-size:38px;
  font-weight:950;
  box-shadow:0 18px 38px rgba(22,163,74,.25);
}

.pdf-score-zone small{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:6px;
}

.pdf-score-zone strong{
  display:block;
  color:#0f172a;
  font-size:20px;
  line-height:1.2;
}

.pdf-score-zone span{
  color:#16a34a;
  font-weight:900;
}

.pdf-kpis{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.pdf-kpis div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:14px;
  text-align:center;
}

.pdf-kpis small{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:6px;
}

.pdf-kpis strong{
  color:#0f172a;
  font-size:18px;
  font-weight:950;
}

.pdf-lines{
  display:grid;
  gap:10px;
  margin:26px 0;
}

.pdf-lines span{
  height:10px;
  border-radius:999px;
  background:#e2e8f0;
}

.pdf-lines span:nth-child(2){width:82%}
.pdf-lines span:nth-child(3){width:62%}

.pdf-footer-badge{
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#c2410c;
  border-radius:999px;
  padding:10px 14px;
  text-align:center;
  font-size:12px;
  font-weight:950;
}

/* BLOCS EXISTANTS */

.product-grid-6{
  grid-template-columns:repeat(3,1fr);
}

.answer-grid article{
  min-height:230px;
  padding:30px 24px;
}

.expert-compare{
  padding:80px 0;
  background:#f8fbf9;
}

.compare-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:30px;
  padding:42px;
  box-shadow:var(--shadow);
}

.compare-box h2{
  text-align:center;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 36px;
}

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

.compare-grid>div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:30px;
}

.compare-grid h3{
  margin:0 0 16px;
  font-size:26px;
}

.compare-grid strong{
  display:block;
  font-size:38px;
  font-weight:950;
  color:#0f172a;
  margin-bottom:20px;
}

.compare-grid li{
  margin-bottom:10px;
  color:#475569;
}

.saving-box{
  margin:32px auto 0;
  max-width:620px;
  background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(249,115,22,.10)),#fff;
  border:1px solid #fed7aa;
  border-radius:22px;
  padding:24px;
  text-align:center;
  color:#0f172a;
  font-size:22px;
  font-weight:900;
}

.saving-box strong{
  color:#f97316;
}

.seo-block{
  padding:80px 0;
  background:#fff;
}

.seo-layout{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:36px;
  align-items:start;
}

.seo-layout article,
.seo-layout aside{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:34px;
  box-shadow:var(--shadow);
}

.seo-layout h2{
  font-size:34px;
  line-height:1.15;
  margin-top:0;
}

.seo-layout p{
  color:#64748b;
  line-height:1.8;
}

.seo-layout aside{
  position:sticky;
  top:110px;
}

.faq-section{
  padding:80px 0;
  background:#f8fbf9;
}

.faq-list{
  max-width:950px;
  margin:auto;
}

.faq-list details{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  margin-bottom:16px;
  padding:22px 24px;
  box-shadow:0 12px 35px rgba(15,23,42,.04);
}

.faq-list summary{
  cursor:pointer;
  font-size:18px;
  font-weight:900;
  color:#0f172a;
  list-style:none;
}

.faq-list summary::-webkit-details-marker{
  display:none;
}

.faq-list summary::after{
  content:"+";
  float:right;
  font-size:24px;
  color:#f97316;
}

.faq-list details[open] summary::after{
  content:"−";
}

.faq-list p{
  margin-top:16px;
  color:#64748b;
  line-height:1.8;
  font-size:15px;
}

/* ==========================
   LECTURE RAPPORT EXPERT
========================== */

.report-reading{
  padding:90px 0;
  background:
    radial-gradient(circle at top right, rgba(249,115,22,.10), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#fff7ed 100%);
}

.report-reading .section-title{
  max-width:850px;
  margin:0 auto 52px;
  text-align:center;
}

.report-reading .section-title span{
  display:inline-flex;
  background:#fff7ed;
  color:#f97316;
  border:1px solid #fed7aa;
  border-radius:999px;
  padding:9px 15px;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:16px;
}

.report-reading .section-title h2{
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 18px;
}

.report-reading .section-title p{
  color:#475569;
  font-size:18px;
  line-height:1.7;
}

.report-reading-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.reading-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:30px;
  box-shadow:0 22px 55px rgba(15,23,42,.07);
}

.reading-number{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f97316,#ea580c);
  color:#fff;
  font-weight:950;
  margin-bottom:20px;
}

.reading-card h3{
  margin:0 0 14px;
  font-size:21px;
}

.reading-card p{
  margin:0;
  color:#64748b;
  line-height:1.7;
}

.report-preview-box{
  margin-top:32px;
  background:#fff;
  border:1px solid #fed7aa;
  border-radius:28px;
  padding:32px;
  box-shadow:0 25px 70px rgba(249,115,22,.10);
}

.preview-badge{
  display:inline-flex;
  background:#ecfdf5;
  color:#16a34a;
  border:1px solid #bbf7d0;
  border-radius:999px;
  padding:10px 16px;
  font-weight:900;
  margin-bottom:24px;
}

.preview-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.preview-stats div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:24px;
  text-align:center;
}

.preview-stats strong{
  display:block;
  color:#0f172a;
  font-size:34px;
  font-weight:950;
  margin-bottom:8px;
}

.preview-stats span{
  color:#64748b;
  font-weight:800;
}

@media(max-width:1000px){
  .report-reading-grid,
  .preview-stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:720px){
  .report-reading-grid,
  .preview-stats{
    grid-template-columns:1fr;
  }
}

/* RESPONSIVE */

@media(max-width:1120px){
  .expert-hero-new-grid,
  .seo-layout{
    grid-template-columns:1fr;
  }

  .expert-visual{
    max-width:780px;
    min-height:620px;
  }

  .product-grid-6{
    grid-template-columns:repeat(2,1fr);
  }

  .seo-layout aside{
    position:static;
  }
}

@media(max-width:760px){
  .expert-hero-new{
    padding:54px 0 60px;
  }

  .expert-copy h1{
    font-size:40px;
  }

  .expert-copy>p{
    font-size:17px;
  }

  .product-grid-6,
  .compare-grid{
    grid-template-columns:1fr;
  }

  .expert-visual{
    min-height:auto;
    display:grid;
    gap:18px;
  }

  .house-panel,
  .pdf-stack{
    position:relative;
    width:100%;
    inset:auto;
    height:auto;
  }

  .pdf-stack{
    min-height:430px;
  }

  .pdf-preview,
  .pdf-sheet-back{
    transform:none;
  }

  .pdf-sheet-back{
    display:none;
  }

  .compare-box{
    padding:28px 20px;
  }
}

/* ==========================
   PDF REEL HERO EXPERT
========================== */

.house-panel{
  position:absolute;
  left:0;
  top:60px;

  width:330px;

  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  overflow:hidden;

  z-index:5;

  box-shadow:0 25px 60px rgba(15,23,42,.10);
}

.real-pdf-stack{
  position:absolute;

  right:0;
  top:0;

  width:520px;
  height:620px;

  z-index:2;
}

.real-pdf-page{
  position:absolute;

  width:430px;

  border-radius:12px;

  background:#fff;

  box-shadow:
  0 35px 90px rgba(15,23,42,.18);
}

.pdf-page-back{
  right:0;
  top:40px;

  transform:rotate(8deg);

  opacity:.95;
}

.pdf-page-front{
  left:40px;
  top:100px;

  transform:rotate(-5deg);
}

.real-pdf-badge{
  position:absolute;

  left:100px;
  bottom:30px;

  background:#fff7ed;
  color:#c2410c;

  border:1px solid #fed7aa;

  border-radius:999px;

  padding:12px 18px;

  font-size:13px;
  font-weight:900;

  z-index:10;
}


}
