/* Marge de respiration - CSS cloisonne sous #brs
   A coller dans « Custom CSS » de l'onglet Parametres > CSS / JS.
   Le cloisonnement empeche le reset global et les classes communes
   (.btn, .card, .wrap) de deborder sur le theme Gavias. */

/* ============================================================
   THE BREATHING ROOM SCORECARD
   Kabera Consulting & Coaching / built by Narrative Yield
   Palette extracted from kaberaconsulting.com 2026-07-29
   ============================================================ */
:root{
  --teal:#15A0BF;        /* Kabera primary. Also the STRONG band */
  --teal-dark:#118099;
  --teal-tint:#E7F5F9;
  --amber:#E8A33D;       /* MODERATE band */
  --red:#C1443E;         /* WEAK band */
  --brown:#453022;       /* Kabera logo wordmark brown, sampled from logo.jpg */
  --ink:#262729;         /* Kabera charcoal */
  --ink-soft:#55585C;
  --line:#D5D7D8;
  --grey:#F2F2F2;
  --grey-2:#F5F5F5;
  --white:#FFFFFF;
  --radius:14px;
  --shadow:0 2px 18px rgba(38,39,41,.07);
  --shadow-lg:0 10px 40px rgba(38,39,41,.13);
}
#brs *{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
#brs{
  font-family:'Open Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  color:var(--ink);background:var(--grey-2);line-height:1.65;
  font-size:17px;-webkit-font-smoothing:antialiased;
}
#brs h1, #brs h2, #brs h3, #brs .num{font-family:'Poppins',sans-serif;line-height:1.2;font-weight:600}
#brs .wrap{max-width:720px;margin:0 auto;padding:0 20px}
#brs .screen{display:none;animation:fade .35s ease}
#brs .screen.on{display:block}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
/* ---------- header ---------- */
.topbar{background:var(--white);border-bottom:1px solid var(--line);padding:14px 0}
#brs .topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:12px}
#brs .brand{font-family:'Cinzel',Georgia,serif;color:var(--brown);line-height:1.15;text-align:left}
#brs .brand b{display:block;font-weight:600;font-size:17px;letter-spacing:.12em}
#brs .brand span{display:block;font-weight:500;font-size:10.5px;letter-spacing:.16em}
#brs .topbar .tag{font-size:13px;color:var(--ink-soft)}
/* ---------- intro ---------- */
.hero{background:var(--white);padding:56px 0 44px;border-bottom:1px solid var(--line)}
#brs .hero h1{font-size:40px;letter-spacing:-.02em;margin-bottom:16px}
#brs .hero .sub{font-size:19px;color:var(--ink-soft);margin-bottom:8px}
#brs .body-block{background:var(--white);padding:40px 0 8px}
#brs .body-block p{margin-bottom:18px}
#brs .em{font-style:italic}
#brs .dims{list-style:none;margin:24px 0 26px;border-left:3px solid var(--teal);padding-left:20px}
#brs .dims li{margin-bottom:11px;font-size:16.5px}
#brs .dims b{font-family:'Poppins';font-weight:600}
#brs .pull{
  background:var(--teal-tint);border-radius:var(--radius);padding:22px 24px;margin:28px 0;
  font-family:'Poppins';font-weight:500;font-size:19px;line-height:1.45;
}
#brs .attrib{border-top:1px solid var(--line);margin-top:34px;padding-top:22px;font-size:14.5px;color:var(--ink-soft)}
#brs .attrib strong{color:var(--ink)}
#brs .cta-zone{background:var(--white);padding:8px 0 56px;text-align:center}
/* ---------- buttons ---------- */
.btn{
  display:inline-block;background:var(--teal);color:var(--white);border:none;cursor:pointer;
  font-family:'Poppins';font-weight:600;font-size:17px;padding:16px 40px;border-radius:8px;
  text-decoration:none;transition:background .18s,transform .18s;
}
#brs .btn:hover{background:var(--teal-dark);transform:translateY(-1px)}
#brs .btn:disabled{background:var(--line);color:#8b8f93;cursor:not-allowed;transform:none}
#brs .btn-ghost{
  background:none;color:var(--teal);border:1.5px solid var(--teal);
  font-size:15px;padding:11px 24px;
}
#brs .btn-ghost:hover{background:var(--teal-tint);color:var(--teal-dark)}
#brs .btn-text{background:none;border:none;color:var(--ink-soft);font-size:14px;cursor:pointer;text-decoration:underline;font-family:'Open Sans'}
#brs .btn-text:hover{color:var(--teal)}
/* ---------- questions ---------- */
.qwrap{padding:34px 0 70px}
#brs .progress{height:5px;background:var(--line);border-radius:99px;overflow:hidden;margin-bottom:10px}
#brs .progress .fill{display:block;height:100%;background:var(--teal);width:0;transition:width .3s ease}
#brs .pmeta{display:flex;justify-content:space-between;font-size:13px;color:var(--ink-soft);margin-bottom:26px;letter-spacing:.03em;text-transform:uppercase}
#brs .card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px 32px}
#brs .cat{
  display:inline-block;font-family:'Poppins';font-weight:600;font-size:12px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--teal);background:var(--teal-tint);
  padding:5px 12px;border-radius:99px;margin-bottom:18px;
}
#brs .qtext{font-family:'Poppins';font-weight:500;font-size:22px;line-height:1.4;margin-bottom:28px}
#brs .scale{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
#brs .opt{
  border:1.5px solid var(--line);background:var(--white);border-radius:10px;padding:16px 0;
  font-family:'Poppins';font-weight:600;font-size:20px;color:var(--ink);cursor:pointer;
  transition:all .15s;
}
#brs .opt:hover{border-color:var(--teal);color:var(--teal)}
#brs .opt.sel{background:var(--teal);border-color:var(--teal);color:var(--white)}
#brs .anchors{display:flex;justify-content:space-between;margin-top:12px;font-size:12.5px;color:var(--ink-soft)}
#brs .anchors span{max-width:33%}
#brs .anchors span:nth-child(2){text-align:center}
#brs .anchors span:last-child{text-align:right}
#brs .qnav{display:flex;justify-content:space-between;align-items:center;margin-top:24px}
#brs .honesty{
  background:var(--grey);border-radius:10px;padding:16px 18px;font-size:14.5px;
  color:var(--ink-soft);margin-bottom:24px;
}
/* ---------- form ---------- */
.field{margin-bottom:20px}
#brs label{display:block;font-family:'Poppins';font-weight:500;font-size:14.5px;margin-bottom:7px}
#brs .opt-tag{font-weight:400;color:var(--ink-soft);font-family:'Open Sans';font-size:13px}
#brs input[type=text], #brs input[type=email], #brs select{
  width:100%;padding:13px 14px;border:1.5px solid var(--line);border-radius:8px;
  font-family:'Open Sans';font-size:16px;color:var(--ink);background:var(--white);
}
#brs input:focus, #brs select:focus{outline:none;border-color:var(--teal)}
#brs .consent{display:flex;gap:11px;align-items:flex-start;margin:24px 0 8px;font-size:14px;color:var(--ink-soft)}
#brs .consent input{margin-top:4px;width:17px;height:17px;flex-shrink:0;accent-color:var(--teal)}
#brs .err{color:var(--red);font-size:13.5px;margin-top:8px;display:none}
#brs .err.on{display:block}
/* ---------- result ---------- */
.rhead{background:var(--white);padding:48px 0 40px;text-align:center;border-bottom:1px solid var(--line)}
#brs .ring{position:relative;width:210px;height:210px;margin:0 auto 20px}
#brs .ring svg{transform:rotate(-90deg)}
#brs .ring .inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
#brs .ring .num{font-size:58px;font-weight:700;line-height:1}
#brs .ring .of{font-size:14px;color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;margin-top:4px}
#brs .eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:22px}
#brs .tiername{font-family:'Poppins';font-weight:700;font-size:30px;margin-top:6px}
#brs .rsec{background:var(--white);padding:38px 0;border-bottom:1px solid var(--line)}
#brs .rsec h2{font-size:22px;margin-bottom:22px}
#brs .bar-row{margin-bottom:20px}
#brs .bar-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:7px}
#brs .bar-name{font-family:'Poppins';font-weight:600;font-size:16px}
#brs .bar-val{font-family:'Poppins';font-weight:600;font-size:15px}
#brs .bar-band{font-size:12px;letter-spacing:.07em;text-transform:uppercase;margin-left:9px;font-family:'Open Sans';font-weight:600}
#brs .track{height:11px;background:var(--grey);border-radius:99px;overflow:hidden}
#brs .track i{display:block;height:100%;border-radius:99px;width:0;transition:width .8s cubic-bezier(.2,.8,.2,1)}
#brs .verdict p{margin-bottom:16px}
#brs .reframe{background:var(--ink);color:var(--white);border-radius:var(--radius);padding:34px 32px;margin:0}
#brs .reframe h3{font-size:21px;margin-bottom:16px;color:var(--white)}
#brs .reframe p{margin-bottom:15px;color:#DDE0E2}
#brs .reframe .aph{
  font-family:'Poppins';font-weight:500;font-size:19px;line-height:1.45;color:var(--white);
  border-left:3px solid var(--teal);padding-left:18px;margin:20px 0;
}
#brs .reframe p:last-child{margin-bottom:0}
#brs .note{background:var(--teal-tint);border-radius:var(--radius);padding:26px 28px}
#brs .note h3{font-size:18px;margin-bottom:12px}
#brs .note p{margin-bottom:12px;font-size:16px}
#brs .note p:last-child{margin-bottom:0}
#brs .final{background:var(--white);padding:44px 0 60px;text-align:center}
#brs .final h2{font-size:26px;margin-bottom:14px}
#brs .final #ctabody{max-width:560px;margin:0 auto 26px}
#brs .final #ctabody p{color:var(--ink-soft);margin-bottom:14px}
#brs .final #ctabody p:last-child{margin-bottom:0}
#brs .share{margin-top:18px}
#brs footer{background:var(--ink);color:#9CA1A5;padding:30px 0;font-size:13.5px;text-align:center}
#brs footer a{color:var(--teal)}
@media(max-width:620px){#brs{font-size:16px}
#brs .hero{padding:38px 0 32px}
#brs .hero h1{font-size:29px}
#brs .hero .sub{font-size:17px}
#brs .card{padding:26px 20px}
#brs .qtext{font-size:19px}
#brs .scale{grid-template-columns:repeat(3,1fr);gap:9px}
#brs .anchors{font-size:11.5px}
#brs .ring{width:172px;height:172px}
#brs .ring .num{font-size:48px}
#brs .tiername{font-size:24px}
#brs .reframe{padding:26px 22px}
#brs .btn{width:100%;padding:16px 20px}
#brs .qnav .btn{width:auto}}