:root{
  --auth-bg:#f5f1eb;--auth-surface:#fffdf9;--auth-line:#e4dbd0;--auth-ink:#21170f;--auth-muted:#716155;
  --auth-brand:#9b5b34;--auth-brand-dark:#6e3a20;--auth-soft:#f1e3d8;--auth-danger:#b93d30;--auth-success:#28734a;
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--auth-bg)}body{font-family:'Plus Jakarta Sans',system-ui,sans-serif;color:var(--auth-ink);-webkit-font-smoothing:antialiased}button,input{font:inherit}:focus-visible{outline:3px solid rgba(155,91,52,.25);outline-offset:2px}
.pro-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(390px,.9fr) minmax(540px,1.1fr)}
.auth-showcase{position:relative;overflow:hidden;background:linear-gradient(145deg,#21170f 0%,#332218 55%,#4c2d1c 100%);color:#fff;padding:42px clamp(34px,5vw,74px);display:flex;flex-direction:column}.auth-showcase:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;right:-280px;top:-180px;background:radial-gradient(circle,rgba(208,145,101,.28),transparent 68%)}.auth-showcase:after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;left:-260px;bottom:-230px;background:radial-gradient(circle,rgba(161,96,58,.26),transparent 68%)}
.auth-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.auth-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#bd8059,#75401f);box-shadow:0 12px 30px rgba(0,0,0,.25);overflow:hidden}.auth-brand-mark img{width:100%;height:100%;object-fit:cover}.auth-brand strong{font-family:'Instrument Serif',serif;font-size:29px;font-weight:400;letter-spacing:.2px}.auth-brand span{display:block;color:#af9d8f;font-size:9px;text-transform:uppercase;letter-spacing:1.7px;font-weight:800;margin-top:2px}
.auth-showcase-content{position:relative;z-index:1;margin:auto 0;max-width:570px}.auth-showcase-kicker{font-size:10px;text-transform:uppercase;letter-spacing:1.8px;color:#d3a17f;font-weight:800;margin-bottom:16px}.auth-showcase h1{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(42px,4.5vw,68px);font-weight:400;line-height:.99;margin:0;letter-spacing:-.6px}.auth-showcase h1 em{font-weight:400;color:#ddb08e}.auth-showcase-lead{color:#cbbdb1;font-size:14px;line-height:1.75;max-width:500px;margin:22px 0 28px}.auth-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-benefit{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055);backdrop-filter:blur(8px);padding:15px;border-radius:16px}.auth-benefit-icon{width:31px;height:31px;border-radius:10px;background:rgba(206,141,98,.14);color:#dfa77e;display:grid;place-items:center;margin-bottom:11px}.auth-benefit-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.auth-benefit strong{font-size:11px}.auth-benefit p{font-size:10px;line-height:1.5;color:#a99a8f;margin:5px 0 0}
.auth-proof{position:relative;z-index:1;display:flex;align-items:center;gap:12px;color:#aa998c;font-size:10px;line-height:1.45;max-width:430px}.auth-proof strong{color:#f2e9e2;font-size:10px}.auth-proof-photo{width:42px;height:42px;border-radius:14px;object-fit:cover;object-position:center 44%;border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 22px rgba(0,0,0,.22);flex:0 0 auto}
.auth-main{display:flex;flex-direction:column;min-width:0;padding:28px clamp(28px,5vw,80px)}.auth-main-top{display:flex;justify-content:flex-end;align-items:center;gap:12px;font-size:11px;color:var(--auth-muted)}.auth-main-top a{padding:9px 12px;border:1px solid var(--auth-line);background:var(--auth-surface);border-radius:10px;text-decoration:none;color:var(--auth-ink);font-weight:800}.auth-form-wrap{width:100%;max-width:520px;margin:auto}.auth-form-kicker{font-size:10px;color:var(--auth-brand);font-weight:800;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:10px}.auth-form-title{font-family:'Instrument Serif',serif;font-size:42px;line-height:1.05;font-weight:400;margin:0}.auth-form-sub{font-size:12px;line-height:1.65;color:var(--auth-muted);margin:12px 0 25px;max-width:450px}.auth-card{background:var(--auth-surface);border:1px solid var(--auth-line);border-radius:22px;padding:25px;box-shadow:0 20px 60px rgba(47,29,17,.07)}
.auth-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-field{margin-bottom:15px}.auth-label{display:flex;justify-content:space-between;gap:10px;font-size:10px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:#6b5a4e;margin-bottom:7px}.auth-label a{text-transform:none;letter-spacing:0;color:var(--auth-brand);text-decoration:none}.auth-input-wrap{position:relative}.auth-input{width:100%;height:48px;border:1px solid #d9cfc3;background:#fff;border-radius:13px;padding:0 14px;color:var(--auth-ink);font-size:13px;outline:none;transition:.16s}.auth-input:focus{border-color:var(--auth-brand);box-shadow:0 0 0 4px rgba(155,91,52,.085)}.auth-input::placeholder{color:#b1a296}.auth-input-wrap .auth-input{padding-right:47px}.auth-pw-toggle{position:absolute;right:6px;top:6px;width:36px;height:36px;border:0;background:transparent;color:#948579;border-radius:10px;cursor:pointer;display:grid;place-items:center}.auth-pw-toggle:hover{background:#f5efe9;color:var(--auth-brand)}.auth-pw-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.auth-password-meter{height:5px;background:#eee7df;border-radius:999px;overflow:hidden;margin-top:8px}.auth-password-meter span{display:block;width:0;height:100%;background:#c9bcb0;transition:width .18s,background .18s}.auth-password-hint{font-size:9px;color:#9b8c80;margin-top:5px}.auth-submit{width:100%;height:49px;border:0;border-radius:13px;background:linear-gradient(145deg,var(--auth-brand),var(--auth-brand-dark));color:#fff;font-weight:800;font-size:12px;cursor:pointer;box-shadow:0 12px 28px rgba(122,65,32,.2);transition:transform .15s,box-shadow .15s}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 15px 32px rgba(122,65,32,.27)}.auth-submit:active{transform:translateY(0)}.auth-trust{display:flex;justify-content:center;align-items:center;gap:7px;font-size:9px;color:#918277;margin-top:11px}.auth-trust svg{width:13px;height:13px;fill:none;stroke:var(--auth-success);stroke-width:2}.auth-legal{font-size:9px;color:#9d8f83;line-height:1.55;text-align:center;margin:14px 0 0}.auth-legal a{color:#705749}.auth-alt{text-align:center;font-size:11px;color:var(--auth-muted);margin-top:18px}.auth-alt a{color:var(--auth-brand);font-weight:800;text-decoration:none}.auth-divider{display:flex;align-items:center;gap:10px;color:#a89a8e;font-size:9px;text-transform:uppercase;letter-spacing:1px;margin:17px 0}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:var(--auth-line);flex:1}
.auth-notice{border-radius:13px;padding:11px 13px;font-size:10px;line-height:1.55;margin-bottom:15px;border:1px solid}.auth-notice ul{margin:0;padding-left:16px}.auth-notice-error{background:#fff0ed;border-color:#f0d0ca;color:var(--auth-danger)}.auth-notice-ok{background:#eaf5ee;border-color:#cfe5d7;color:var(--auth-success)}
.auth-mobile-brand{display:none}.auth-footer{font-size:9px;color:#9c8f84;text-align:center;margin-top:auto;padding-top:24px}
@media(max-width:960px){.pro-auth-shell{grid-template-columns:1fr}.auth-showcase{display:none}.auth-main{min-height:100vh;padding:22px 18px 30px}.auth-mobile-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--auth-ink);margin-bottom:34px}.auth-mobile-brand img{width:36px;height:36px;border-radius:12px}.auth-mobile-brand strong{font-family:'Instrument Serif',serif;font-size:25px;font-weight:400}.auth-main-top{position:absolute;right:18px;top:21px}.auth-main-top span{display:none}.auth-form-wrap{margin:auto}.auth-form-title{font-size:36px}.auth-card{padding:21px}.auth-footer{padding-top:28px}}
@media(max-width:520px){.auth-row{grid-template-columns:1fr;gap:0}.auth-main-top a{font-size:9px;padding:8px 9px}.auth-form-sub{margin-bottom:19px}.auth-card{border-radius:18px;padding:18px}.auth-form-title{font-size:33px}}

/* V3.8 - accès démonstration depuis les parcours commerciaux */
.auth-main-top .auth-demo-link{background:#2b1d16;color:#fff;border-color:#2b1d16}.auth-demo-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;border:1px solid var(--auth-line);background:#f7f1eb;border-radius:16px;padding:14px}.auth-demo-card strong{display:block;font-size:10px}.auth-demo-card span{display:block;color:var(--auth-muted);font-size:9px;line-height:1.45;margin-top:4px}.auth-demo-card a{flex:0 0 auto;text-decoration:none;color:var(--auth-brand);font-size:10px;font-weight:800}.auth-demo-card a:hover{text-decoration:underline}@media(max-width:520px){.auth-main-top .auth-demo-link{display:none}.auth-demo-card{align-items:flex-start;flex-direction:column}.auth-demo-card a{width:100%;background:#fff;border:1px solid var(--auth-line);border-radius:10px;padding:9px;text-align:center}}

/* BELLEO_AUTH_BRAND_TRANSPARENT_V1 */
.auth-brand-mark {
  border-radius: 50% !important;
  background: transparent !important;
  overflow: visible !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.auth-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain !important;
  background: transparent !important;
}

.auth-mobile-brand img {
  display: block;
  border-radius: 50% !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* ==========================================================
   BELLEO AUTH POLISH V2 — 2026-08-07
   Ajustement visuel uniquement : inscription + connexion pro
   ========================================================== */

:root{
  --auth-polish-bg:#f8f3ee;
  --auth-polish-card:#fffdfb;
  --auth-polish-line:#e6d9cd;
  --auth-polish-line-strong:#cfb7a3;
  --auth-polish-soft:#f7efe8;
  --auth-polish-brand:#9a5b35;
  --auth-polish-brand-dark:#6f3d21;
  --auth-polish-ink:#251811;
  --auth-polish-muted:#756459;
}

/* Fond plus SaaS, sans toucher à l'identité BELLEO. */
.auth-main{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 8%,rgba(154,91,53,.09),transparent 28%),
    radial-gradient(circle at 10% 94%,rgba(111,61,33,.055),transparent 26%),
    linear-gradient(180deg,#fbf8f5 0%,var(--auth-polish-bg) 100%);
  padding-top:30px;
  padding-bottom:30px;
}
.auth-main::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:260px;
  height:260px;
  border-radius:50%;
  top:12%;
  right:-150px;
  border:1px solid rgba(154,91,53,.08);
  box-shadow:0 0 0 42px rgba(154,91,53,.025),0 0 0 86px rgba(154,91,53,.018);
  pointer-events:none;
}

.auth-main-top{
  position:relative;
  z-index:2;
  min-height:40px;
}
.auth-main-top a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-color:#e1d5ca;
  background:rgba(255,253,251,.82);
  box-shadow:0 6px 18px rgba(47,29,17,.035);
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.auth-main-top a:hover{
  border-color:#ccb7a6;
  transform:translateY(-1px);
  box-shadow:0 9px 22px rgba(47,29,17,.06);
}

.auth-form-wrap{
  max-width:560px;
  padding:26px 0;
}
.auth-form-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  margin-bottom:13px;
  border:1px solid #e7d7ca;
  border-radius:999px;
  background:#fbf4ee;
  color:var(--auth-polish-brand);
  font-size:9.5px;
  letter-spacing:1.2px;
}
.auth-form-title{
  max-width:520px;
  color:var(--auth-polish-ink);
  font-size:46px;
  line-height:1;
  letter-spacing:-.35px;
}
.auth-form-sub{
  max-width:500px;
  margin:14px 0 26px;
  color:var(--auth-polish-muted);
  font-size:13px;
  line-height:1.68;
}

/* Carte formulaire : plus nette, plus premium, moins "formulaire brut". */
.auth-card{
  position:relative;
  overflow:hidden;
  padding:30px;
  border:1px solid var(--auth-polish-line);
  border-radius:24px;
  background:rgba(255,253,251,.96);
  box-shadow:
    0 24px 70px rgba(47,29,17,.085),
    0 2px 8px rgba(47,29,17,.025);
}
.auth-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,var(--auth-polish-brand-dark),#bb7c54 52%,transparent);
  opacity:.82;
}
.auth-card form{
  position:relative;
  z-index:1;
}

.auth-field{
  margin-bottom:18px;
}
.auth-label{
  margin-bottom:8px;
  color:#5e4b40;
  font-size:10.5px;
  letter-spacing:.72px;
}
.auth-label a{
  color:var(--auth-polish-brand);
  font-weight:800;
}
.auth-input{
  height:54px;
  padding:0 16px;
  border:1px solid #d9cdc2;
  border-radius:14px;
  background:#fff;
  color:var(--auth-polish-ink);
  font-size:13.5px;
  box-shadow:inset 0 1px 0 rgba(47,29,17,.015);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease;
}
.auth-input:hover{
  border-color:#cdbbaa;
}
.auth-input:focus{
  border-color:var(--auth-polish-brand);
  background:#fffefd;
  box-shadow:0 0 0 4px rgba(154,91,53,.10);
}
.auth-input::placeholder{
  color:#ab9d92;
}
.auth-input-wrap .auth-input{
  padding-right:50px;
}
.auth-pw-toggle{
  right:7px;
  top:8px;
  width:38px;
  height:38px;
  border-radius:11px;
}
.auth-pw-toggle:hover{
  background:#f7efe8;
}

/* Mot de passe : indication plus lisible sans prendre de place. */
.auth-password-meter{
  height:6px;
  margin-top:9px;
  background:#eee5dd;
}
.auth-password-hint{
  margin-top:6px;
  color:#948377;
  font-size:9.5px;
  line-height:1.45;
}

/* CTA principal. */
.auth-submit{
  height:54px;
  margin-top:2px;
  border-radius:14px;
  background:linear-gradient(135deg,#a5643d 0%,var(--auth-polish-brand-dark) 100%);
  font-size:13px;
  letter-spacing:.05px;
  box-shadow:0 14px 30px rgba(111,61,33,.22);
}
.auth-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 17px 35px rgba(111,61,33,.27);
}
.auth-submit:focus-visible{
  outline:3px solid rgba(154,91,53,.22);
  outline-offset:3px;
}

.auth-trust{
  margin-top:13px;
  color:#847469;
  font-size:9.5px;
}
.auth-alt{
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid #eee4dc;
  font-size:11.5px;
}
.auth-alt a{
  color:var(--auth-polish-brand-dark);
}

/* La case légale devient enfin un vrai contrôle visible et confortable. */
.auth-terms-check{
  display:grid !important;
  grid-template-columns:22px minmax(0,1fr);
  align-items:start !important;
  gap:11px !important;
  margin:14px 0 16px !important;
  padding:13px 14px;
  border:1px solid #e2d4c8;
  border-radius:14px;
  background:#faf5f0;
  color:#6d5b50;
  text-align:left !important;
  font-size:10.5px !important;
  line-height:1.55 !important;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.auth-terms-check:hover{
  border-color:#ccb29d;
  background:#fbf6f1;
}
.auth-terms-check:focus-within{
  border-color:var(--auth-polish-brand);
  box-shadow:0 0 0 4px rgba(154,91,53,.08);
}
.auth-terms-check a{
  color:var(--auth-polish-brand-dark);
  font-weight:750;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}
.auth-terms-checkbox{
  appearance:none;
  -webkit-appearance:none;
  width:22px;
  height:22px;
  margin:0;
  border:1.6px solid #b99f8a;
  border-radius:7px;
  background:#fff;
  display:grid;
  place-content:center;
  cursor:pointer;
  box-shadow:0 1px 3px rgba(47,29,17,.04);
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .12s ease;
}
.auth-terms-checkbox::before{
  content:"";
  width:9px;
  height:5px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg) scale(0);
  transform-origin:center;
  transition:transform .12s ease;
  margin-top:-2px;
}
.auth-terms-checkbox:hover{
  border-color:var(--auth-polish-brand);
}
.auth-terms-checkbox:checked{
  border-color:var(--auth-polish-brand);
  background:linear-gradient(145deg,#aa6941,var(--auth-polish-brand-dark));
  box-shadow:0 5px 12px rgba(111,61,33,.18);
}
.auth-terms-checkbox:checked::before{
  transform:rotate(-45deg) scale(1);
}
.auth-terms-checkbox:focus-visible{
  outline:3px solid rgba(154,91,53,.20);
  outline-offset:2px;
}

/* Notices et bloc démo plus propres. */
.auth-notice{
  padding:12px 14px;
  border-radius:14px;
  font-size:10.5px;
}
.auth-demo-card{
  margin-top:16px;
  padding:15px 16px;
  border-color:#e3d7cc;
  border-radius:16px;
  background:linear-gradient(135deg,#faf5f0,#f5ece4);
}
.auth-demo-card strong{
  color:#3b2a20;
  font-size:10.5px;
}
.auth-demo-card span{
  font-size:9.5px;
}
.auth-demo-card a{
  padding:8px 10px;
  border:1px solid rgba(154,91,53,.18);
  border-radius:10px;
  background:rgba(255,255,255,.66);
  text-decoration:none;
}
.auth-demo-card a:hover{
  background:#fff;
  text-decoration:none;
}

/* Partie gauche : même identité, finition plus SaaS/premium. */
.auth-showcase{
  border-right:1px solid rgba(255,255,255,.035);
  box-shadow:inset -1px 0 rgba(0,0,0,.10);
}
.auth-showcase-content{
  max-width:590px;
}
.auth-showcase-lead{
  max-width:520px;
  font-size:14.5px;
}
.auth-benefit{
  padding:16px;
  border-radius:17px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.auth-benefit:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
}
.auth-proof{
  padding-top:4px;
}

/* Turnstile : respiration régulière sans modifier son fonctionnement. */
.auth-card .cf-turnstile,
.auth-card [data-sitekey]{
  margin-top:4px;
  margin-bottom:14px;
}

/* Responsive : priorité au formulaire et à la lisibilité. */
@media (max-width:960px){
  .auth-main{
    padding:22px 18px 28px;
  }
  .auth-form-wrap{
    max-width:600px;
    padding:72px 0 28px;
  }
  .auth-form-title{
    font-size:41px;
  }
  .auth-card{
    padding:26px;
  }
  .auth-mobile-brand{
    position:absolute;
    left:18px;
    top:22px;
    margin:0;
  }
}

@media (max-width:620px){
  .auth-main{
    background:linear-gradient(180deg,#fbf8f5 0%,#f6efe9 100%);
  }
  .auth-form-wrap{
    padding-top:74px;
  }
  .auth-form-kicker{
    margin-bottom:11px;
  }
  .auth-form-title{
    font-size:36px;
  }
  .auth-form-sub{
    margin-bottom:21px;
    font-size:12.5px;
  }
  .auth-card{
    padding:21px 18px;
    border-radius:20px;
    box-shadow:0 16px 45px rgba(47,29,17,.075);
  }
  .auth-input{
    height:52px;
    font-size:14px;
  }
  .auth-submit{
    height:53px;
  }
  .auth-terms-check{
    grid-template-columns:23px minmax(0,1fr);
    padding:13px;
    font-size:10.5px !important;
  }
  .auth-terms-checkbox{
    width:23px;
    height:23px;
  }
  .auth-demo-card{
    padding:14px;
  }
}

@media (max-width:390px){
  .auth-main{
    padding-left:13px;
    padding-right:13px;
  }
  .auth-mobile-brand{
    left:13px;
  }
  .auth-main-top{
    right:13px;
  }
  .auth-form-title{
    font-size:33px;
  }
  .auth-card{
    padding:18px 15px;
  }
}

/* BELLEO AUTH CGU ORDER V1 */
.auth-card .cf-turnstile,
.auth-card [data-sitekey]{
  margin-bottom:12px;
}
.auth-terms-check{
  margin-top:0 !important;
  margin-bottom:16px !important;
}

/* BELLEO_R74E5_SIGNUP_PHONE_LOGIN */

.auth-optional {
    font-size:8px;
    font-weight:700;
    letter-spacing:0;
    text-transform:none;
    color:#a49487;
}

.auth-phone-help {
    margin-top:7px;
    font-size:9px;
    line-height:1.55;
    color:#938477;
}

.auth-alt-login {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:16px;
    padding:14px 15px;
    border:1px solid #ded4ca;
    border-radius:14px;
    background:#fbf8f4;
    text-align:left;
}

.auth-alt-login span {
    font-size:11px;
    color:#78695d;
}

.auth-alt-login a {
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 15px;
    border-radius:10px;
    background:#fff;
    border:1px solid #cfae99;
    color:var(--auth-brand);
    font-size:10px;
    font-weight:800;
    text-decoration:none;
    transition:.15s;
}

.auth-alt-login a:hover {
    border-color:var(--auth-brand);
    background:#f7eee8;
}

@media(max-width:540px) {
    .auth-alt-login {
        align-items:stretch;
        flex-direction:column;
        gap:10px;
    }

    .auth-alt-login a {
        width:100%;
    }
}

/* BELLEO_R74E9_AUTH_CARDS_BALANCE */

.auth-benefit {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.auth-benefit strong {
    min-height: 54px;
    display: flex;
    align-items: flex-end;
    line-height: 1.45;
}

.auth-benefit p {
    margin-top: 10px;
    line-height: 1.58;
}

@media (max-width: 1180px) {
    .auth-benefit {
        min-height: 260px;
    }
}

@media (max-width: 960px) {
    .auth-benefit {
        min-height: 0;
    }

    .auth-benefit strong {
        min-height: 0;
    }
}

/* BELLEO_R74E10_AUTH_CARDS_COMPACT */

/*
 * Les cartes restent homogènes mais sans grands vides verticaux.
 */
.auth-benefit {
    min-height: 205px !important;
    justify-content: flex-start !important;
    padding: 18px !important;
}

.auth-benefit-icon {
    margin-bottom: 22px !important;
}

.auth-benefit strong {
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

.auth-benefit p {
    margin: 11px 0 0 !important;
    line-height: 1.55 !important;
}

/* Évite également des cartes inutilement hautes sur écrans intermédiaires */
@media (max-width: 1180px) {
    .auth-benefit {
        min-height: 215px !important;
    }
}

@media (max-width: 960px) {
    .auth-benefit {
        min-height: 0 !important;
        padding: 17px !important;
    }

    .auth-benefit-icon {
        margin-bottom: 18px !important;
    }
}

