/* =========================================================
   FootValue — Charte de transparence V1
   ========================================================= */

.tr-charter-page{
  --tr-bg:#0b120f;
  --tr-bg-alt:#101814;
  --tr-panel:#151e19;
  --tr-panel-2:#19231e;
  --tr-line:rgba(247,242,232,.11);
  --tr-line-strong:rgba(51,240,155,.24);
  --tr-text:#f7f2e8;
  --tr-muted:#b7c0b9;
  --tr-soft:#8f9d94;
  --tr-green:#33f09b;
  --tr-gold:#ead69a;
  --tr-red:#ff7973;
  background:var(--tr-bg);
  color:var(--tr-text);
}

.tr-charter-page main{
  background:transparent;
}

.tr-page{
  overflow:hidden;
  background:var(--tr-bg);
}

.tr-wrap{
  width:min(1180px,calc(100% - 48px));
  margin:auto;
}

.tr-kicker,
.tr-section-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--tr-green);
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tr-kicker{
  padding:10px 14px;
  border:1px solid rgba(51,240,155,.27);
  border-radius:999px;
  background:rgba(51,240,155,.075);
}

.tr-kicker span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--tr-green);
  box-shadow:0 0 0 6px rgba(51,240,155,.09),0 0 18px rgba(51,240,155,.38);
}

.tr-hero{
  position:relative;
  padding:94px 0 86px;
  overflow:hidden;
  border-bottom:1px solid rgba(247,242,232,.07);
  background:
    radial-gradient(circle at 13% 20%,rgba(51,240,155,.15),transparent 31%),
    radial-gradient(circle at 88% 10%,rgba(234,214,154,.07),transparent 28%),
    linear-gradient(180deg,#101915,#0b120f);
}

.tr-hero-grid{
  position:absolute;
  inset:0;
  opacity:.22;
  background-image:
    linear-gradient(rgba(247,242,232,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(247,242,232,.045) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,black,transparent 84%);
}

.tr-hero-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.72fr);
  gap:72px;
  align-items:center;
}

.tr-hero h1{
  max-width:750px;
  margin:28px 0 22px;
  color:var(--tr-text);
  font-size:clamp(48px,5.7vw,76px);
  line-height:.96;
  letter-spacing:-.065em;
}

.tr-hero h1 em{
  display:block;
  margin-top:7px;
  color:var(--tr-gold);
  font-family:"Instrument Serif",Georgia,serif;
  font-style:italic;
  font-weight:400;
  letter-spacing:-.04em;
}

.tr-lead{
  max-width:670px;
  margin:0;
  color:#d4d0c7;
  font-size:18px;
  line-height:1.72;
}

.tr-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.tr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  padding:0 22px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  transition:.18s ease;
}

.tr-btn:hover{
  transform:translateY(-2px);
}

.tr-btn-primary{
  color:#06110b;
  background:linear-gradient(180deg,#49f2a3,#28bd74);
  box-shadow:0 17px 42px rgba(40,189,116,.28),0 0 28px rgba(51,240,155,.11);
}

.tr-btn-secondary{
  color:var(--tr-text);
  border-color:rgba(247,242,232,.16);
  background:rgba(247,242,232,.05);
}

.tr-charter-summary{
  padding:29px;
  border:1px solid var(--tr-line-strong);
  border-radius:27px;
  background:
    radial-gradient(circle at 90% 0%,rgba(51,240,155,.12),transparent 32%),
    linear-gradient(155deg,rgba(247,242,232,.07),rgba(247,242,232,.022));
  box-shadow:0 34px 100px rgba(0,0,0,.37),0 0 50px rgba(51,240,155,.055);
}

.tr-summary-status{
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--tr-green);
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.tr-summary-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--tr-green);
  box-shadow:0 0 0 6px rgba(51,240,155,.08);
}

.tr-charter-summary blockquote{
  margin:28px 0;
  color:var(--tr-text);
  font-size:25px;
  font-weight:800;
  line-height:1.32;
  letter-spacing:-.035em;
}

.tr-summary-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.tr-summary-points span{
  position:relative;
  padding:12px 12px 12px 32px;
  border:1px solid var(--tr-line);
  border-radius:13px;
  color:var(--tr-muted);
  background:rgba(0,0,0,.12);
  font-size:11px;
  font-weight:750;
}

.tr-summary-points span::before{
  content:"✓";
  position:absolute;
  left:12px;
  color:var(--tr-green);
  font-weight:950;
}

.tr-section{
  padding:96px 0;
}

.tr-section-head{
  max-width:790px;
  margin-bottom:38px;
}

.tr-section-head h2{
  margin:18px 0 15px;
  color:var(--tr-text);
  font-size:clamp(38px,4.4vw,57px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.tr-section-head p{
  max-width:700px;
  margin:0;
  color:var(--tr-muted);
  font-size:16px;
  line-height:1.68;
}

.tr-section-head-centered{
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}

.tr-section-head-centered p{
  margin-right:auto;
  margin-left:auto;
}

.tr-refusal{
  background:#0d1511;
}

.tr-refusal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}

.tr-refusal-grid article{
  min-height:230px;
  padding:25px;
  border:1px solid rgba(255,121,115,.13);
  border-radius:21px;
  background:
    radial-gradient(circle at 100% 100%,rgba(255,121,115,.055),transparent 38%),
    rgba(247,242,232,.022);
}

.tr-refusal-grid article>span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:36px;
  border-radius:11px;
  color:var(--tr-red);
  background:rgba(255,121,115,.09);
  font-weight:950;
}

.tr-refusal-grid strong{
  display:block;
  color:var(--tr-text);
  font-size:16px;
}

.tr-refusal-grid p{
  margin:10px 0 0;
  color:var(--tr-muted);
  font-size:13px;
  line-height:1.65;
}

.tr-limits{
  background:linear-gradient(180deg,#0b120f,#101814);
}

.tr-limits-layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:78px;
  align-items:start;
}

.tr-limits-layout .tr-section-head{
  position:sticky;
  top:110px;
  margin-bottom:0;
}

.tr-limits-list{
  border-top:1px solid var(--tr-line);
}

.tr-limits-list article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:17px;
  padding:25px 0;
  border-bottom:1px solid var(--tr-line);
}

.tr-limits-list article>span{
  color:var(--tr-green);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
}

.tr-limits-list h3{
  margin:0;
  color:var(--tr-text);
  font-size:17px;
}

.tr-limits-list p{
  margin:8px 0 0;
  color:var(--tr-muted);
  font-size:13px;
  line-height:1.65;
}

.tr-verification{
  background:#0c1411;
}

.tr-verification-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}

.tr-verification-grid a{
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:17px;
  align-items:center;
  min-height:165px;
  padding:23px;
  border:1px solid var(--tr-line);
  border-radius:21px;
  color:inherit;
  background:
    radial-gradient(circle at 100% 0%,rgba(51,240,155,.06),transparent 35%),
    rgba(247,242,232,.023);
  text-decoration:none;
  transition:.18s ease;
}

.tr-verification-grid a:hover{
  transform:translateY(-3px);
  border-color:rgba(51,240,155,.28);
  background:
    radial-gradient(circle at 100% 0%,rgba(51,240,155,.10),transparent 38%),
    rgba(247,242,232,.034);
}

.tr-link-index{
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  border:1px solid rgba(51,240,155,.22);
  border-radius:14px;
  color:var(--tr-green);
  background:rgba(51,240,155,.07);
  font-size:11px;
  font-weight:950;
}

.tr-verification-grid small{
  color:var(--tr-green);
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.tr-verification-grid strong{
  display:block;
  margin-top:6px;
  color:var(--tr-text);
  font-size:20px;
}

.tr-verification-grid p{
  margin:7px 0 0;
  color:var(--tr-muted);
  font-size:12px;
  line-height:1.5;
}

.tr-verification-grid a>b{
  color:var(--tr-green);
  font-size:19px;
}

.tr-responsible{
  padding-top:32px;
  padding-bottom:100px;
  background:#0b120f;
}

.tr-responsible-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  overflow:hidden;
  border:1px solid rgba(51,240,155,.21);
  border-radius:29px;
  background:
    radial-gradient(circle at 12% 20%,rgba(51,240,155,.11),transparent 34%),
    linear-gradient(135deg,rgba(247,242,232,.055),rgba(247,242,232,.017));
}

.tr-responsible-card>div{
  padding:48px;
}

.tr-responsible-card h2{
  max-width:650px;
  margin:19px 0 15px;
  font-size:clamp(36px,4.2vw,54px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.tr-responsible-card p{
  margin:0;
  color:var(--tr-muted);
  font-size:15px;
  line-height:1.65;
}

.tr-responsible-card ul{
  display:grid;
  gap:9px;
  margin:25px 0 0;
  padding-left:19px;
  color:#bec6c0;
  font-size:13px;
}

.tr-responsible-card blockquote{
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin:0;
  padding:48px;
  border-left:1px solid var(--tr-line);
  color:var(--tr-text);
  background:rgba(0,0,0,.13);
  font-size:24px;
  font-weight:750;
  line-height:1.45;
  letter-spacing:-.025em;
}

.tr-responsible-card blockquote span{
  display:block;
  margin-bottom:22px;
  color:var(--tr-green);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media(max-width:980px){
  .tr-hero-layout,
  .tr-limits-layout,
  .tr-responsible-card{
    grid-template-columns:1fr;
  }

  .tr-charter-summary{
    max-width:760px;
  }

  .tr-limits-layout .tr-section-head{
    position:static;
  }

  .tr-responsible-card blockquote{
    border-top:1px solid var(--tr-line);
    border-left:0;
  }
}

@media(max-width:760px){
  .tr-wrap{
    width:min(100% - 28px,680px);
  }

  .tr-hero{
    padding:66px 0;
  }

  .tr-hero h1{
    font-size:45px;
  }

  .tr-lead{
    font-size:17px;
  }

  .tr-btn{
    width:100%;
  }

  .tr-summary-points,
  .tr-refusal-grid,
  .tr-verification-grid{
    grid-template-columns:1fr;
  }

  .tr-section{
    padding:72px 0;
  }

  .tr-section-head h2{
    font-size:38px;
  }

  .tr-refusal-grid article{
    min-height:0;
  }

  .tr-responsible-card>div,
  .tr-responsible-card blockquote{
    padding:28px;
  }

  .tr-responsible-card blockquote{
    font-size:20px;
  }
}

/* =========================================================
   FootValue — Transparence V1.1 FINAL
   Resserrement desktop + sécurisation responsive
   ========================================================= */

/* Hero : hiérarchie alignée sur les autres pages publiques */
@media (min-width:981px){
  .tr-hero{
    padding:82px 0 76px;
  }

  .tr-hero-layout{
    gap:60px;
  }

  .tr-hero h1{
    max-width:660px;
    font-size:clamp(48px,4.45vw,60px);
    line-height:1.01;
    letter-spacing:-.052em;
  }

  .tr-lead{
    max-width:540px;
    font-size:16px;
    line-height:1.68;
  }

  .tr-charter-summary{
    padding:26px;
  }

  .tr-charter-summary blockquote{
    margin:24px 0;
    font-size:23px;
    line-height:1.34;
  }

  .tr-summary-points span{
    padding-top:10px;
    padding-bottom:10px;
  }

  .tr-section{
    padding:82px 0;
  }

  .tr-section-head{
    margin-bottom:32px;
  }

  .tr-refusal-grid article{
    min-height:194px;
    padding:22px;
  }

  .tr-refusal-grid article>span{
    margin-bottom:27px;
  }

  .tr-verification-grid a{
    min-height:146px;
    padding:21px;
  }

  .tr-responsible{
    padding-top:28px;
    padding-bottom:84px;
  }
}

/* Tablette : densité conservée sans casser la lecture */
@media (min-width:761px) and (max-width:980px){
  .tr-hero{
    padding:72px 0 68px;
  }

  .tr-hero-layout{
    gap:42px;
  }

  .tr-hero h1{
    max-width:680px;
    font-size:clamp(46px,7vw,58px);
    line-height:1.02;
  }

  .tr-lead{
    max-width:600px;
    font-size:16px;
  }

  .tr-charter-summary{
    padding:25px;
  }

  .tr-section{
    padding:76px 0;
  }

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

  .tr-refusal-grid article{
    min-height:190px;
    padding:22px;
  }

  .tr-refusal-grid article>span{
    margin-bottom:25px;
  }

  .tr-verification-grid a{
    min-height:148px;
    padding:21px;
  }

  .tr-responsible-card>div,
  .tr-responsible-card blockquote{
    padding:38px;
  }
}

/* Mobile : aucune largeur intrinsèque ne doit sortir du cadre */
@media (max-width:760px){
  .tr-page,
  .tr-hero,
  .tr-charter-summary,
  .tr-refusal-grid,
  .tr-limits-layout,
  .tr-verification-grid,
  .tr-responsible-card,
  .tr-responsible-card>div,
  .tr-responsible-card blockquote{
    min-width:0;
    max-width:100%;
  }

  .tr-page{
    overflow-x:hidden;
  }

  .tr-hero{
    padding:58px 0 60px;
  }

  .tr-hero-layout{
    gap:34px;
  }

  .tr-kicker{
    padding:8px 11px;
    font-size:10px;
    letter-spacing:.11em;
  }

  .tr-hero h1{
    max-width:100%;
    margin:22px 0 18px;
    font-size:clamp(34px,9.4vw,42px);
    line-height:1.06;
    letter-spacing:-.043em;
    overflow-wrap:break-word;
  }

  .tr-hero h1 em{
    max-width:100%;
    font-size:.98em;
    line-height:1.04;
    overflow-wrap:break-word;
  }

  .tr-lead{
    max-width:100%;
    font-size:15.5px;
    line-height:1.65;
  }

  .tr-hero-actions{
    gap:10px;
    margin-top:27px;
  }

  .tr-btn{
    min-height:48px;
    font-size:13px;
  }

  .tr-charter-summary{
    padding:21px;
    border-radius:22px;
  }

  .tr-charter-summary blockquote{
    margin:21px 0;
    font-size:20px;
    line-height:1.38;
  }

  .tr-summary-points span{
    min-width:0;
    padding:10px 10px 10px 30px;
    font-size:10px;
    overflow-wrap:break-word;
  }

  .tr-section{
    padding:62px 0;
  }

  .tr-section-head{
    margin-bottom:28px;
  }

  .tr-section-head h2{
    max-width:100%;
    font-size:clamp(30px,8vw,36px);
    line-height:1.08;
    letter-spacing:-.04em;
    overflow-wrap:break-word;
  }

  .tr-section-head p{
    font-size:15px;
    line-height:1.65;
  }

  .tr-refusal-grid{
    gap:12px;
  }

  .tr-refusal-grid article{
    min-height:0;
    padding:20px;
  }

  .tr-refusal-grid article>span{
    width:36px;
    height:36px;
    margin-bottom:22px;
  }

  .tr-refusal-grid strong{
    font-size:15px;
  }

  .tr-refusal-grid p{
    font-size:13px;
  }

  .tr-limits-list article{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
    padding:21px 0;
  }

  .tr-limits-list article>div,
  .tr-verification-grid a>div{
    min-width:0;
  }

  .tr-limits-list h3{
    font-size:16px;
    overflow-wrap:break-word;
  }

  .tr-verification-grid{
    gap:12px;
  }

  .tr-verification-grid a{
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:13px;
    min-height:0;
    padding:18px;
  }

  .tr-link-index{
    width:40px;
    height:40px;
  }

  .tr-verification-grid strong{
    font-size:18px;
    overflow-wrap:break-word;
  }

  .tr-verification-grid p{
    font-size:12px;
  }

  .tr-responsible{
    padding-top:22px;
    padding-bottom:66px;
  }

  .tr-responsible-card{
    width:100%;
    overflow:hidden;
    border-radius:23px;
  }

  .tr-responsible-card>div,
  .tr-responsible-card blockquote{
    width:100%;
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
    padding:24px;
  }

  .tr-responsible-card h2{
    max-width:100%;
    font-size:clamp(29px,8vw,36px);
    line-height:1.08;
    letter-spacing:-.04em;
    overflow-wrap:break-word;
  }

  .tr-responsible-card p,
  .tr-responsible-card li,
  .tr-responsible-card blockquote{
    overflow-wrap:break-word;
    word-break:normal;
  }

  .tr-responsible-card p{
    font-size:14px;
  }

  .tr-responsible-card ul{
    padding-left:18px;
    font-size:12.5px;
  }

  .tr-responsible-card blockquote{
    font-size:18px;
    line-height:1.45;
  }
}

@media (max-width:480px){
  .tr-wrap{
    width:min(100% - 24px,680px);
  }

  .tr-hero h1{
    font-size:clamp(31px,9vw,37px);
  }

  .tr-summary-points{
    grid-template-columns:1fr;
  }

  .tr-section{
    padding:56px 0;
  }

  .tr-section-head h2{
    font-size:clamp(28px,8vw,33px);
  }

  .tr-verification-grid a{
    grid-template-columns:38px minmax(0,1fr) auto;
    padding:16px;
  }

  .tr-link-index{
    width:36px;
    height:36px;
  }

  .tr-responsible-card>div,
  .tr-responsible-card blockquote{
    padding:20px;
  }

  .tr-responsible-card h2{
    font-size:clamp(27px,7.8vw,32px);
  }

  .tr-responsible-card blockquote{
    font-size:17px;
  }
}
