
/*
Theme Name: OSIRIS Training
Theme URI: https://osiristraining.com
Author: DIGICORE
Description: Thème WordPress personnalisé pour OSIRIS TRAINING.
Version: 2.8.0
Text Domain: osiris-training
*/

:root{
  --blue:#0b3a82;
  --blue2:#1559c6;
  --purple:#6c39d8;
  --orange:#ff8b32;
  --dark:#0b1626;
  --text:#5f6c80;
  --light:#f6f8fc;
  --white:#fff;
  --border:#e4eaf2;
  --shadow:0 18px 55px rgba(11,58,130,.12);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff}
body.admin-bar .os-header{top:32px}
@media(max-width:782px){body.admin-bar .os-header{top:46px}}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.os-container{width:min(1180px,92%);margin:auto}

/* topbar */
.os-topbar{background:var(--dark);color:#fff;font-size:13px}
.os-topbar .os-container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.os-topbar a{color:#fff;opacity:.92}

/* header */
.os-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.os-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.os-brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.os-logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--purple));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:22px;box-shadow:0 8px 24px rgba(11,58,130,.25)}
.custom-logo{max-height:54px;width:auto}
.os-brand-text strong{display:block;color:var(--blue);font-size:19px}
.os-brand-text span{display:block;color:#7a8495;font-size:11px;margin-top:2px}
.os-menu{display:flex;align-items:center;gap:22px}
.os-menu a{font-size:14px;font-weight:700;color:#26324a;transition:.2s}
.os-menu a:hover{color:var(--blue2)}
.os-menu .cta{background:linear-gradient(135deg,var(--blue2),var(--purple));color:#fff;padding:13px 18px;border-radius:12px;box-shadow:0 8px 20px rgba(21,89,198,.22)}
.os-toggle{display:none;border:0;background:var(--light);width:44px;height:44px;border-radius:10px;font-size:22px;cursor:pointer}

/* hero */
.os-hero{position:relative;padding:88px 0 76px;overflow:hidden;background:
radial-gradient(circle at 85% 15%,rgba(108,57,216,.21),transparent 28%),
radial-gradient(circle at 15% 85%,rgba(21,89,198,.14),transparent 28%),
linear-gradient(135deg,#f9fbff,#f4f1ff)}
.os-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.os-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--blue);padding:9px 14px;border-radius:999px;box-shadow:0 8px 25px rgba(11,58,130,.08);font-size:13px;font-weight:800;margin-bottom:22px}
.os-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange)}
.os-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-2px;margin:0 0 22px}
.os-hero h1 span{background:linear-gradient(90deg,var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.os-lead{font-size:18px;line-height:1.75;color:#5d697c;max-width:680px}
.os-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}
.os-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 21px;border-radius:13px;font-weight:800;font-size:14px;transition:.2s;border:0;cursor:pointer}
.os-btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue2),var(--purple));box-shadow:0 12px 30px rgba(21,89,198,.24)}
.os-btn-outline{background:#fff;color:var(--blue);border:1px solid #ced7e5}
.os-btn:hover{transform:translateY(-2px)}
.os-points{display:flex;flex-wrap:wrap;gap:18px;color:#526076;font-size:13px}
.os-points span:before{content:"✓";color:#16a36a;font-weight:800;margin-right:7px}
.os-hero-card{min-height:500px;background:linear-gradient(145deg,#0b3a82,#5e34c8);border-radius:34px;padding:30px;box-shadow:0 30px 70px rgba(20,42,105,.28);position:relative;overflow:hidden}
.os-hero-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-80px;top:-80px;background:rgba(255,255,255,.10)}
.os-hero-inner{min-height:440px;border:1px solid rgba(255,255,255,.18);border-radius:25px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;position:relative;z-index:2;background:rgba(255,255,255,.05)}
.os-tag{align-self:flex-start;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.17);padding:8px 12px;border-radius:999px;font-size:12px}
.os-hero-card h3{font-size:34px;line-height:1.12;margin:0 0 14px}
.os-hero-card p{color:rgba(255,255,255,.84);line-height:1.7}
.os-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.os-level{background:#fff;color:var(--blue);border-radius:14px;text-align:center;padding:15px 8px;font-weight:800}
.os-level small{display:block;color:#6d7890;font-size:10px;margin-top:5px}

/* stats */
.os-stats-wrap{position:relative;margin-top:-28px;z-index:5}
.os-stats{background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:24px;display:grid;grid-template-columns:repeat(4,1fr)}
.os-stat{text-align:center;padding:15px 20px;border-right:1px solid var(--border)}
.os-stat:last-child{border-right:0}
.os-stat strong{display:block;color:var(--blue);font-size:25px;margin-bottom:5px}
.os-stat span{font-size:12px;color:#687488}

/* sections */
.os-section{padding:92px 0}
.os-soft{background:var(--light)}
.os-heading{text-align:center;margin-bottom:45px}
.os-eyebrow{font-size:12px;text-transform:uppercase;color:var(--purple);letter-spacing:2px;font-weight:800;margin-bottom:10px}
.os-title{font-size:clamp(31px,4vw,46px);line-height:1.15;margin:0 0 15px;letter-spacing:-1px}
.os-subtitle{max-width:760px;margin:0 auto;color:#677286;line-height:1.75;font-size:16px}

/* about */
.os-about{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.os-about-visual{min-height:450px;border-radius:30px;background:linear-gradient(135deg,#dbe8ff,#ece5ff);position:relative;padding:35px;display:flex;align-items:flex-end;overflow:hidden}
.os-about-icon{position:absolute;top:48px;left:50%;transform:translateX(-50%);width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--purple));display:flex;align-items:center;justify-content:center;color:#fff;font-size:72px;box-shadow:0 25px 55px rgba(11,58,130,.24)}
.os-about-box{position:relative;z-index:2;width:100%;background:#fff;padding:22px;border-radius:20px;box-shadow:var(--shadow)}
.os-about-copy p{color:#606c7e;line-height:1.8}
.os-values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}
.os-value{padding:15px;border-radius:14px;background:#f7f9fc;font-size:13px;font-weight:700;color:#33405a}

/* cards */
.os-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.os-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;transition:.25s}
.os-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}
.os-icon{width:55px;height:55px;border-radius:15px;background:linear-gradient(135deg,#e9f1ff,#eee8ff);display:flex;align-items:center;justify-content:center;font-size:25px;margin-bottom:20px}
.os-card h3{margin:0 0 12px;font-size:20px}
.os-card p{color:#687488;line-height:1.7;font-size:14px}
.os-card .os-link{color:var(--blue2);font-weight:800;font-size:13px}

/* audience */
.os-audience{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.os-audience-item{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;text-align:center;font-weight:700;color:#33405a}

/* telc */
.os-telc{background:linear-gradient(135deg,#082e68,#633bd0);color:#fff;border-radius:32px;padding:55px;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;position:relative;overflow:hidden}
.os-telc h2{font-size:clamp(32px,4vw,48px);margin:0 0 18px}
.os-telc p{color:rgba(255,255,255,.82);line-height:1.8}
.os-telc-list{display:grid;gap:12px;margin-top:24px}
.os-telc-item{padding:13px 16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);border-radius:13px}
.os-telc-panel{background:#fff;color:var(--dark);border-radius:23px;padding:30px}
.os-telc-panel h3{color:var(--blue);margin-top:0}
.os-telc-panel p{color:#667286}

/* certification */
.os-cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.os-cert{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px}
.os-cert strong{color:var(--blue);font-size:20px}
.os-cert p{color:#687488;line-height:1.75}

/* duration */
.os-duration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.os-duration{border-radius:20px;padding:26px;color:#fff;min-height:170px;background:linear-gradient(145deg,var(--blue),var(--blue2))}
.os-duration:nth-child(2){background:linear-gradient(145deg,#5c37c5,#7d4ae5)}
.os-duration:nth-child(3){background:linear-gradient(145deg,#e56c22,#ff9447)}
.os-duration:nth-child(4){background:linear-gradient(145deg,#11305e,#26579d)}
.os-duration strong{display:block;font-size:28px;margin-bottom:8px}
.os-duration small{display:block;margin-top:14px;opacity:.85}

/* FAQ */
.os-faq{max-width:900px;margin:auto;display:grid;gap:14px}
.os-faq-item{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden}
.os-faq-question{width:100%;background:#fff;border:0;padding:20px 22px;text-align:left;font-weight:800;color:#24304a;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.os-faq-answer{display:none;padding:0 22px 20px;color:#677286;line-height:1.75}
.os-faq-item.open .os-faq-answer{display:block}

/* CTA */
.os-cta{padding:70px 0}
.os-cta-box{background:linear-gradient(135deg,#eff5ff,#f3edff);border-radius:30px;padding:50px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.os-cta-box h2{margin:0 0 10px;font-size:35px}
.os-cta-box p{margin:0;color:#657085}

/* contact */
.os-contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}
.os-contact-card{background:linear-gradient(145deg,#0b3a82,#5a38c9);color:#fff;padding:38px;border-radius:25px}
.os-contact-line{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.os-contact-line:last-child{border:0}
.os-contact-line small{display:block;opacity:.7;margin-bottom:5px}
.os-form{background:#fff;padding:35px;border-radius:25px;box-shadow:var(--shadow)}
.os-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.os-field{width:100%;border:1px solid #dfe5ee;border-radius:12px;padding:14px;font-size:14px;outline:none}
.os-field:focus{border-color:var(--blue2)}
.os-full{grid-column:1/-1}
textarea.os-field{min-height:125px;resize:vertical}

/* footer */
.os-footer{background:#081423;color:#fff;padding:60px 0 25px}
.os-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}
.os-footer p,.os-footer a{color:#adb8c8;font-size:13px;line-height:1.8}
.os-footer a{display:block;margin:6px 0}
.os-footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:40px;padding-top:20px;color:#778394;font-size:12px;display:flex;justify-content:space-between;gap:20px}
.os-whatsapp{position:fixed;right:20px;bottom:20px;z-index:9999;width:57px;height:57px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 8px 30px rgba(0,0,0,.22)}

@media(max-width:1000px){
  .os-menu{position:absolute;top:82px;left:4%;right:4%;padding:20px;border-radius:16px;flex-direction:column;align-items:flex-start;background:#fff;box-shadow:var(--shadow);display:none}
  .os-menu.active{display:flex}
  .os-toggle{display:block}
  .os-hero-grid,.os-about,.os-telc,.os-contact{grid-template-columns:1fr}
  .os-cards,.os-audience{grid-template-columns:repeat(2,1fr)}
  .os-duration-grid{grid-template-columns:repeat(2,1fr)}
  .os-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){

  .os-hero{padding:34px 0 42px}
  .os-hero-grid{gap:24px}
  .os-badge{font-size:10px;padding:7px 10px;margin-bottom:14px;line-height:1.3}
  .os-hero h1{font-size:34px;line-height:1.03;letter-spacing:-1px;margin-bottom:14px}
  .os-lead{font-size:14px;line-height:1.55;margin:0}
  .os-actions{gap:9px;margin:18px 0}
  .os-btn{padding:11px 13px;font-size:12px;border-radius:10px}
  .os-points{gap:8px 12px;font-size:10px}
  .os-hero-card{padding:12px;border-radius:22px}
  .os-hero-inner{min-height:245px;padding:18px;border-radius:17px}
  .os-tag{font-size:10px;padding:6px 9px}
  .os-hero-card h3{font-size:22px;line-height:1.12;margin:10px 0}
  .os-hero-card p{font-size:12px;line-height:1.5;margin:0 0 12px}
  .os-levels{gap:6px}
  .os-level{padding:9px 5px;border-radius:9px;font-size:13px}
  .os-level small{font-size:8px;margin-top:3px}
  .os-stats-wrap{margin-top:-14px}
  .os-stats{padding:12px;border-radius:16px}
  .os-stat{padding:10px 6px}
  .os-stat strong{font-size:17px}
  .os-stat span{font-size:9px}

  .os-topbar .os-container{flex-direction:column;justify-content:center;padding:8px 0}
  .os-brand-text span{display:none}
  .os-stats{grid-template-columns:1fr 1fr}
  .os-stat{border-right:0}
  .os-cards,.os-audience,.os-duration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .os-card{padding:17px 12px;border-radius:15px}
  .os-card .os-icon{width:44px;height:44px;margin-bottom:13px}
  .os-card h3{font-size:16px;line-height:1.25}
  .os-card p{font-size:12px;line-height:1.55}

  .os-cards{align-items:stretch}
  .os-card{display:flex;flex-direction:column;min-height:310px}
  .os-card .os-link{margin-top:auto;padding-top:10px}
  .os-card h3{min-height:40px}
  .os-card p{margin-bottom:8px}
  .os-audience-item{padding:16px 9px;font-size:12px}
  .os-duration{padding:18px 12px;min-height:145px}
  .os-duration strong{font-size:22px}
  .os-form-grid,.os-values,.os-cert-grid{grid-template-columns:1fr}
  .os-section{padding:68px 0}
  .os-telc,.os-cta-box{padding:30px 22px}
  .os-cta-box{flex-direction:column;align-items:flex-start}
  .os-footer-grid{grid-template-columns:1fr}
  .os-footer-bottom{flex-direction:column}
  .os-full{grid-column:auto}
}


/* V1.5 — HERO MOBILE ULTRA COMPACT */
@media (max-width:700px){
  .os-topbar{display:none!important}
  .os-header{padding:10px 0!important}
  .os-brand-mark{width:48px!important;height:48px!important;border-radius:14px!important;font-size:25px!important}
  .os-brand-name{font-size:19px!important}
  .os-menu-toggle{width:48px!important;height:48px!important}

  .os-hero{padding:20px 0 24px!important}
  .os-hero-grid{grid-template-columns:1fr!important;gap:14px!important}
  .os-badge{display:inline-flex!important;width:auto!important;max-width:100%!important;
    font-size:9px!important;padding:6px 9px!important;margin-bottom:10px!important}
  .os-hero h1{font-size:30px!important;line-height:1.02!important;letter-spacing:-1.1px!important;
    margin:0 0 10px!important}
  .os-lead{font-size:12px!important;line-height:1.45!important;margin:0!important}
  .os-actions{margin:13px 0!important;gap:7px!important}
  .os-btn{padding:9px 10px!important;font-size:10px!important;border-radius:9px!important}
  .os-points{font-size:9px!important;gap:5px 9px!important}

  .os-hero-card{padding:9px!important;border-radius:17px!important}
  .os-hero-inner{min-height:0!important;padding:14px!important;border-radius:13px!important}
  .os-tag{font-size:8px!important;padding:5px 7px!important}
  .os-hero-card h3{font-size:18px!important;line-height:1.08!important;margin:8px 0!important}
  .os-hero-card p{font-size:10px!important;line-height:1.4!important;margin-bottom:9px!important}
  .os-level{padding:7px 3px!important;font-size:11px!important}
  .os-level small{font-size:7px!important}

  .os-stats-wrap{margin-top:-8px!important}
  .os-stats{padding:8px!important;border-radius:13px!important}
  .os-stat{padding:7px 3px!important}
  .os-stat strong{font-size:14px!important}
  .os-stat span{font-size:8px!important}
}

@media (max-width:420px){
  .os-hero h1{font-size:27px!important}
  .os-lead{font-size:11px!important}
}


/* =========================
   V1.6 — PAGES INTERNES
========================= */
.os-page-hero{
  padding:72px 0 58px;
  background:
    radial-gradient(circle at 82% 18%,rgba(108,57,216,.17),transparent 28%),
    linear-gradient(135deg,#f8fbff,#f4f1ff);
}
.os-page-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:center;
}
.os-page-hero h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.03;
  margin:0 0 18px;
  letter-spacing:-1.7px;
}
.os-page-hero p{
  color:var(--text);
  font-size:17px;
  line-height:1.75;
  margin:0;
  max-width:720px;
}
.os-page-panel{
  background:linear-gradient(145deg,var(--blue),var(--purple));
  color:#fff;
  border-radius:26px;
  padding:30px;
  box-shadow:var(--shadow);
}
.os-page-panel strong{
  display:block;
  font-size:22px;
  margin-bottom:9px;
}
.os-page-panel p{
  color:rgba(255,255,255,.85);
  font-size:14px;
}
.os-filterbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin:0 0 35px;
}
.os-filter{
  border:1px solid var(--border);
  background:#fff;
  color:#33405a;
  border-radius:999px;
  padding:10px 15px;
  font-weight:700;
  font-size:13px;
  cursor:pointer;
}
.os-filter.active{
  background:linear-gradient(135deg,var(--blue2),var(--purple));
  color:#fff;
  border-color:transparent;
}
.os-training-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.os-training-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:26px;
  display:flex;
  flex-direction:column;
  min-height:390px;
  transition:.25s;
}
.os-training-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}
.os-training-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.os-training-badge{
  display:inline-flex;
  font-size:11px;
  font-weight:800;
  color:var(--blue);
  background:#eef4ff;
  padding:7px 10px;
  border-radius:999px;
}
.os-training-icon{
  width:50px;
  height:50px;
  border-radius:14px;
  background:linear-gradient(135deg,#e9f1ff,#eee8ff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:23px;
}
.os-training-card h3{
  font-size:21px;
  line-height:1.25;
  margin:20px 0 10px;
}
.os-training-card p{
  color:#667286;
  line-height:1.7;
  font-size:14px;
}
.os-training-meta{
  display:grid;
  gap:9px;
  margin:12px 0 18px;
  padding-top:14px;
  border-top:1px solid var(--border);
}
.os-training-meta span{
  font-size:12px;
  color:#536076;
}
.os-training-meta b{
  color:var(--dark);
}
.os-training-actions{
  margin-top:auto;
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.os-note{
  margin-top:32px;
  background:#fff7ee;
  border:1px solid #ffe0bd;
  border-radius:16px;
  padding:18px 20px;
  color:#6f4b21;
  font-size:13px;
  line-height:1.65;
}
.os-process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.os-process-step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:22px;
}
.os-process-step strong{
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(135deg,var(--blue2),var(--purple));
  margin-bottom:14px;
}
.os-process-step h4{
  margin:0 0 8px;
  font-size:16px;
}
.os-process-step p{
  margin:0;
  color:#687488;
  font-size:13px;
  line-height:1.6;
}

@media(max-width:1000px){
  .os-page-hero-grid{grid-template-columns:1fr}
  .os-training-grid{grid-template-columns:repeat(2,1fr)}
  .os-process{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .os-page-hero{padding:34px 0 30px}
  .os-page-hero h1{font-size:31px}
  .os-page-hero p{font-size:13px;line-height:1.55}
  .os-page-panel{padding:20px}
  .os-filterbar{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
  .os-filter{white-space:nowrap;font-size:11px;padding:8px 11px}
  .os-training-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .os-training-card{padding:15px 11px;min-height:350px;border-radius:15px}
  .os-training-icon{width:42px;height:42px;font-size:19px}
  .os-training-badge{font-size:9px;padding:5px 7px}
  .os-training-card h3{font-size:15px;margin:13px 0 8px;line-height:1.25}
  .os-training-card p{font-size:11px;line-height:1.5}
  .os-training-meta span{font-size:10px}
  .os-training-actions{gap:6px}
  .os-training-actions .os-btn{width:100%;font-size:9px!important;padding:8px 6px!important}
  .os-process{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .os-process-step{padding:14px 10px}
  .os-process-step h4{font-size:13px}
  .os-process-step p{font-size:10px}
}


/* =========================
   V1.7 — PAGE LANGUES
========================= */
.os-language-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.os-language-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:26px;
  display:flex;
  flex-direction:column;
  min-height:340px;
}
.os-language-card.featured{
  background:linear-gradient(145deg,#0b3a82,#5e34c8);
  color:#fff;
  border-color:transparent;
}
.os-language-card.featured p,
.os-language-card.featured .os-language-meta span{
  color:rgba(255,255,255,.84);
}
.os-language-card h3{
  font-size:22px;
  margin:18px 0 10px;
}
.os-language-card p{
  color:#667286;
  line-height:1.7;
  font-size:14px;
}
.os-language-meta{
  display:grid;
  gap:8px;
  margin:15px 0 20px;
}
.os-language-meta span{
  font-size:12px;
  color:#536076;
}
.os-level-roadmap{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:25px;
}
.os-road-step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:20px;
  text-align:center;
}
.os-road-step strong{
  display:block;
  font-size:25px;
  color:var(--blue);
  margin-bottom:5px;
}
.os-road-step span{
  font-size:12px;
  color:#657085;
}
.os-mobility-note{
  background:#fff7ee;
  border:1px solid #ffe0bd;
  color:#6f4b21;
  border-radius:18px;
  padding:22px;
  line-height:1.7;
  margin-top:26px;
  font-size:13px;
}
@media(max-width:1000px){
  .os-language-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .os-language-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .os-language-card{padding:15px 11px;min-height:300px;border-radius:15px}
  .os-language-card h3{font-size:15px;margin:12px 0 8px}
  .os-language-card p{font-size:11px;line-height:1.5}
  .os-language-meta span{font-size:10px}
  .os-language-card .os-btn{font-size:9px!important;padding:8px 6px!important;width:100%}
  .os-level-roadmap{grid-template-columns:repeat(3,1fr);gap:7px}
  .os-road-step{padding:13px 6px}
  .os-road-step strong{font-size:19px}
  .os-road-step span{font-size:9px}
}


/* =========================
   V1.8 — HERO ANIMÉ GLOBAL
========================= */

@keyframes osFadeUp {
  from { opacity:0; transform:translateY(24px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes osFadeRight {
  from { opacity:0; transform:translateX(28px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes osFloat {
  0%,100% { transform:translateY(0); }
  50%     { transform:translateY(-10px); }
}
@keyframes osGlow {
  0%,100% { box-shadow:0 20px 60px rgba(21,89,198,.18); }
  50%     { box-shadow:0 26px 75px rgba(108,57,216,.30); }
}
@keyframes osGradientMove {
  0%   { background-position:0% 50%; }
  50%  { background-position:100% 50%; }
  100% { background-position:0% 50%; }
}

.os-hero,
.os-page-hero{
  background-size:180% 180%;
  animation:osGradientMove 12s ease infinite;
}

.os-hero-grid > div:first-child,
.os-page-hero-grid > div:first-child{
  opacity:0;
  animation:osFadeUp .75s ease forwards;
}

.os-hero-card,
.os-page-panel{
  opacity:0;
  animation:
    osFadeRight .8s ease .12s forwards,
    osGlow 5s ease-in-out 1s infinite;
}

.os-badge,
.os-eyebrow{
  animation:osFadeUp .65s ease .1s both;
}

.os-hero h1,
.os-page-hero h1{
  animation:osFadeUp .75s ease .18s both;
}

.os-lead,
.os-page-hero p{
  animation:osFadeUp .75s ease .28s both;
}

.os-actions,
.os-page-panel .os-btn{
  animation:osFadeUp .75s ease .38s both;
}

.os-hero-card .os-tag{
  animation:osFloat 4s ease-in-out infinite;
}

.os-level{
  transition:transform .25s ease, box-shadow .25s ease;
}
.os-level:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

/* Respecte les préférences d’accessibilité */
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
  }
}

/* HERO MOBILE — compact + animé */
@media(max-width:700px){
  .os-topbar{display:none!important}

  .os-hero{
    padding:20px 0 24px!important;
  }
  .os-hero-grid{
    gap:13px!important;
  }
  .os-badge{
    font-size:9px!important;
    padding:6px 9px!important;
    margin-bottom:9px!important;
    line-height:1.25!important;
  }
  .os-hero h1{
    font-size:28px!important;
    line-height:1.01!important;
    letter-spacing:-1px!important;
    margin:0 0 9px!important;
  }
  .os-lead{
    font-size:11px!important;
    line-height:1.42!important;
    margin:0!important;
  }
  .os-actions{
    margin:12px 0!important;
    gap:7px!important;
  }
  .os-points{
    font-size:8.5px!important;
    gap:5px 8px!important;
  }
  .os-hero-card{
    padding:8px!important;
    border-radius:16px!important;
  }
  .os-hero-inner{
    min-height:0!important;
    padding:13px!important;
    border-radius:12px!important;
  }
  .os-tag{
    font-size:8px!important;
    padding:5px 7px!important;
  }
  .os-hero-card h3{
    font-size:17px!important;
    line-height:1.08!important;
    margin:7px 0!important;
  }
  .os-hero-card p{
    font-size:9.5px!important;
    line-height:1.35!important;
    margin-bottom:8px!important;
  }
  .os-level{
    padding:7px 3px!important;
    font-size:10px!important;
  }
  .os-level small{
    font-size:7px!important;
  }

  .os-page-hero{
    padding:27px 0 25px!important;
  }
  .os-page-hero-grid{
    gap:14px!important;
  }
  .os-page-hero h1{
    font-size:28px!important;
    line-height:1.03!important;
    margin-bottom:10px!important;
  }
  .os-page-hero p{
    font-size:11px!important;
    line-height:1.45!important;
  }
  .os-page-panel{
    padding:17px!important;
    border-radius:16px!important;
  }
  .os-page-panel strong{
    font-size:17px!important;
  }
  .os-page-panel p{
    font-size:10px!important;
    line-height:1.45!important;
  }
}


/* =========================
   V1.9 — LOGO OFFICIEL + FILIÈRES
========================= */
.os-official-logo{
  width:58px;
  height:58px;
  object-fit:cover;
  border-radius:50%;
  display:block;
  box-shadow:0 8px 24px rgba(11,58,130,.16);
}
.os-footer .os-official-logo{
  width:62px;
  height:62px;
  background:#fff;
}
.os-training-card .os-training-icon{
  flex-shrink:0;
}
.os-category-title{
  grid-column:1/-1;
  margin:12px 0 2px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-weight:800;
  color:var(--purple);
}
@media(max-width:700px){
  .os-official-logo{
    width:50px;
    height:50px;
  }
  .os-brand-text strong{
    font-size:18px;
  }
  .os-category-title{
    font-size:10px;
    margin-top:8px;
  }
}


/* =========================
   V2.0 — CORRECTIONS HERO + POLISH
========================= */

/* Empêche le header sticky de masquer les ancres/hero */
html{
  scroll-padding-top:120px;
}
.os-header{
  position:sticky;
  top:0;
}
body.admin-bar .os-header{
  top:32px;
}
@media(max-width:782px){
  body.admin-bar .os-header{
    top:46px;
  }
}

/* Hero pages internes : espace correct sous le header */
.os-page-hero{
  position:relative;
  z-index:1;
  padding-top:88px!important;
  overflow:hidden;
}
.os-page-hero-grid{
  position:relative;
  z-index:2;
}
.os-page-hero h1{
  margin-top:0!important;
}

/* Accueil : cohérence visuelle */
.os-hero{
  padding-top:84px!important;
}

/* Logo officiel plus net et mieux proportionné */
.os-official-logo{
  width:52px;
  height:52px;
  object-fit:cover;
  border-radius:50%;
  background:#fff;
}
.os-brand-text strong{
  line-height:1.05;
}
.os-brand-text span{
  line-height:1.2;
}

/* Cartes formations : rendu plus homogène */
.os-training-grid{
  align-items:stretch;
}
.os-training-card{
  height:100%;
}
.os-training-card h3{
  min-height:52px;
}
.os-training-actions{
  margin-top:auto;
}

/* Micro-animation cartes */
.os-training-card{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.os-training-card:hover{
  transform:translateY(-5px);
  border-color:transparent;
  box-shadow:0 20px 55px rgba(11,58,130,.13);
}

/* Filtres */
.os-filter{
  transition:transform .2s ease, background .2s ease, color .2s ease;
}
.os-filter:hover{
  transform:translateY(-1px);
}

/* Mobile */
@media(max-width:700px){
  html{
    scroll-padding-top:88px;
  }

  .os-header{
    position:sticky!important;
    top:0!important;
  }

  .os-page-hero{
    padding:24px 0 22px!important;
  }

  .os-hero{
    padding:18px 0 22px!important;
  }

  .os-page-hero h1{
    font-size:27px!important;
    line-height:1.02!important;
    margin-bottom:9px!important;
  }

  .os-page-hero p{
    font-size:10.5px!important;
    line-height:1.4!important;
  }

  .os-page-panel{
    padding:15px!important;
  }

  .os-official-logo{
    width:46px;
    height:46px;
  }

  .os-brand-text strong{
    font-size:17px!important;
  }

  .os-training-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .os-training-card{
    padding:14px 10px!important;
    min-height:335px!important;
  }

  .os-training-card h3{
    min-height:38px!important;
    font-size:14px!important;
  }

  .os-training-card p{
    font-size:10.5px!important;
  }

  .os-training-meta span{
    font-size:9.5px!important;
  }

  .os-training-actions .os-btn{
    font-size:9px!important;
    padding:8px 6px!important;
  }
}

@media(max-width:420px){
  .os-brand-text span{
    display:none!important;
  }
  .os-training-card{
    min-height:320px!important;
  }
}


/* =========================
   V2.1 — HERO IMMERSIF + MISSION / VISION / VALEURS
========================= */

.os-hero-v21{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.15),transparent 25%),
    radial-gradient(circle at 82% 28%,rgba(255,139,50,.13),transparent 20%),
    linear-gradient(125deg,#092f70 0%,#154da5 45%,#6336d1 100%);
  background-size:180% 180%;
  animation:osGradientMove 12s ease infinite;
}
.os-hero-v21:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(4,20,47,.72),rgba(4,20,47,.24) 62%,rgba(4,20,47,.12)),
    repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 18px);
}
.os-hero-v21:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  right:-120px;
  top:-140px;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.025),
    0 0 0 140px rgba(255,255,255,.018);
  animation:osFloat 7s ease-in-out infinite;
}
.os-hero-v21 .os-container{
  position:relative;
  z-index:2;
}
.os-hero-v21-content{
  max-width:820px;
  padding:74px 0;
}
.os-hero-v21-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(8px);
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  margin-bottom:22px;
  animation:osFadeUp .6s ease both;
}
.os-hero-v21-badge:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
}
.os-hero-v21 h1{
  margin:0 0 18px;
  font-size:clamp(48px,6vw,82px);
  line-height:.98;
  letter-spacing:-2.5px;
  max-width:760px;
  animation:osFadeUp .75s ease .12s both;
}
.os-hero-v21 h1 span{
  color:#ffd2a9;
}
.os-hero-v21 p{
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.7;
  animation:osFadeUp .75s ease .22s both;
}
.os-hero-v21-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
  animation:osFadeUp .75s ease .32s both;
}
.os-btn-light{
  background:#fff;
  color:var(--blue);
}
.os-btn-ghost{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.os-hero-v21-bottom{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:720px;
  animation:osFadeUp .75s ease .42s both;
}
.os-hero-v21-chip{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:700;
  color:rgba(255,255,255,.88);
  backdrop-filter:blur(8px);
}

.os-identity-section{
  padding:92px 0;
  background:#fff;
}
.os-identity-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:38px;
}
.os-identity-card{
  border-radius:24px;
  padding:30px;
  min-height:300px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 12px 35px rgba(11,58,130,.07);
}
.os-identity-card:nth-child(1){
  background:linear-gradient(145deg,#f8fbff,#edf4ff);
}
.os-identity-card:nth-child(2){
  background:linear-gradient(145deg,#fbf8ff,#f0eaff);
}
.os-identity-card:nth-child(3){
  background:linear-gradient(145deg,#fffaf4,#fff3e6);
}
.os-identity-number{
  position:absolute;
  right:20px;
  top:12px;
  font-size:72px;
  line-height:1;
  font-weight:900;
  color:rgba(11,58,130,.05);
}
.os-identity-icon{
  width:52px;
  height:52px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:18px;
  background:linear-gradient(135deg,#dfeaff,#ece4ff);
}
.os-identity-card h3{
  margin:0 0 12px;
  font-size:23px;
}
.os-identity-card p{
  color:#617086;
  line-height:1.75;
  font-size:14px;
}
.os-values-strip{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.os-value-pill{
  padding:16px 10px;
  text-align:center;
  border-radius:15px;
  background:#f7f9fc;
  border:1px solid var(--border);
  font-size:12px;
  font-weight:800;
  color:#35425a;
}

.os-history-band{
  padding:54px 0;
  background:linear-gradient(135deg,#0b1f3a,#123c79);
  color:#fff;
}
.os-history-band .os-container{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:38px;
  align-items:center;
}
.os-history-year{
  font-size:72px;
  font-weight:900;
  line-height:1;
  color:#8ab6ff;
}
.os-history-band p{
  margin:0;
  color:rgba(255,255,255,.82);
  line-height:1.8;
  font-size:15px;
}

@media(max-width:1000px){
  .os-identity-grid{grid-template-columns:1fr}
  .os-values-strip{grid-template-columns:repeat(3,1fr)}
  .os-history-band .os-container{grid-template-columns:1fr}
}

@media(max-width:700px){
  .os-hero-v21{
    min-height:auto;
  }
  .os-hero-v21-content{
    padding:38px 0 34px;
  }
  .os-hero-v21-badge{
    font-size:9px;
    padding:6px 9px;
    margin-bottom:12px;
  }
  .os-hero-v21 h1{
    font-size:34px!important;
    line-height:1.01!important;
    letter-spacing:-1px!important;
    margin-bottom:10px!important;
  }
  .os-hero-v21 p{
    font-size:11px!important;
    line-height:1.45!important;
  }
  .os-hero-v21-actions{
    margin-top:16px;
    gap:7px;
  }
  .os-hero-v21-actions .os-btn{
    padding:9px 11px!important;
    font-size:10px!important;
  }
  .os-hero-v21-bottom{
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    margin-top:16px;
  }
  .os-hero-v21-chip{
    padding:8px 5px;
    font-size:8px;
    border-radius:9px;
  }
  .os-identity-section{
    padding:60px 0;
  }
  .os-identity-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-identity-card{
    min-height:250px;
    padding:17px 12px;
    border-radius:16px;
  }
  .os-identity-card:nth-child(3){
    grid-column:1/-1;
  }
  .os-identity-card h3{
    font-size:16px;
  }
  .os-identity-card p{
    font-size:10.5px;
    line-height:1.55;
  }
  .os-identity-icon{
    width:42px;
    height:42px;
    font-size:19px;
  }
  .os-values-strip{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
  }
  .os-value-pill{
    padding:12px 8px;
    font-size:10px;
  }
  .os-history-band{
    padding:38px 0;
  }
  .os-history-year{
    font-size:50px;
  }
  .os-history-band p{
    font-size:11px;
    line-height:1.6;
  }
}


/* V2.2 — PAGE À PROPOS */
.os-about-story{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:44px;
  align-items:center;
}
.os-about-story-visual{
  min-height:430px;
  border-radius:28px;
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.18),transparent 22%),
    linear-gradient(145deg,#0b3a82,#6036cc);
  color:#fff;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.os-about-story-visual:before{
  content:"2025";
  position:absolute;
  top:20px;
  right:20px;
  font-size:82px;
  font-weight:900;
  color:rgba(255,255,255,.08);
}
.os-about-story-visual strong{font-size:28px;line-height:1.15}
.os-about-story-visual span{color:rgba(255,255,255,.76);margin-top:10px;line-height:1.6}
.os-about-story-copy p{color:#627086;line-height:1.85;font-size:15px}
.os-philosophy{
  margin-top:24px;
  padding:20px;
  border-left:4px solid var(--orange);
  background:#fff8f0;
  border-radius:0 16px 16px 0;
  font-weight:800;
  color:#33405a;
}
.os-about-pillars{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.os-about-pillar{
  padding:28px;
  border:1px solid var(--border);
  border-radius:22px;
  background:#fff;
}
.os-about-pillar .os-identity-icon{margin-bottom:15px}
.os-about-pillar h3{margin:0 0 10px;font-size:21px}
.os-about-pillar p{margin:0;color:#667286;line-height:1.7;font-size:14px}
.os-value-detail-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.os-value-detail{
  border-radius:17px;
  padding:20px 14px;
  background:#fff;
  border:1px solid var(--border);
  text-align:center;
}
.os-value-detail strong{display:block;font-size:14px;margin-bottom:7px}
.os-value-detail span{font-size:11px;color:#697589;line-height:1.5}
.os-practice-banner{
  border-radius:26px;
  padding:38px;
  background:linear-gradient(135deg,#0c274b,#123f81);
  color:#fff;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:34px;
  align-items:center;
}
.os-practice-big{font-size:60px;font-weight:900;line-height:1}
.os-practice-big small{display:block;font-size:13px;font-weight:700;color:#a9c8ff;margin-top:8px}
.os-practice-banner p{margin:0;color:rgba(255,255,255,.82);line-height:1.75}
@media(max-width:900px){
  .os-about-story,.os-practice-banner{grid-template-columns:1fr}
  .os-about-pillars{grid-template-columns:1fr}
  .os-value-detail-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .os-about-story{gap:18px}
  .os-about-story-visual{min-height:260px;padding:20px;border-radius:18px}
  .os-about-story-visual strong{font-size:21px}
  .os-about-story-copy p{font-size:11px;line-height:1.6}
  .os-about-pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .os-about-pillar{padding:16px 11px;border-radius:15px}
  .os-about-pillar:nth-child(3){grid-column:1/-1}
  .os-about-pillar h3{font-size:15px}
  .os-about-pillar p{font-size:10px;line-height:1.5}
  .os-value-detail-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .os-value-detail{padding:13px 8px}
  .os-value-detail strong{font-size:11px}
  .os-value-detail span{font-size:9px}
  .os-practice-banner{padding:22px;border-radius:18px;gap:14px}
  .os-practice-big{font-size:42px}
  .os-practice-banner p{font-size:11px;line-height:1.55}
}


/* =========================
   V2.3 — CONTACT + FAQ
========================= */
.os-contact-page-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:stretch;
}
.os-contact-info-card,
.os-contact-action-card{
  border-radius:24px;
  padding:30px;
}
.os-contact-info-card{
  background:linear-gradient(145deg,#0b3a82,#5f36ca);
  color:#fff;
  box-shadow:var(--shadow);
}
.os-contact-info-card h2{
  margin:0 0 14px;
  font-size:30px;
}
.os-contact-info-card p{
  color:rgba(255,255,255,.82);
  line-height:1.7;
}
.os-contact-list{
  display:grid;
  gap:12px;
  margin-top:24px;
}
.os-contact-item{
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.08);
  border-radius:14px;
  padding:15px;
}
.os-contact-item small{
  display:block;
  color:rgba(255,255,255,.65);
  margin-bottom:4px;
}
.os-contact-item strong{
  font-size:15px;
}
.os-contact-action-card{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 14px 40px rgba(11,58,130,.08);
}
.os-contact-action-card h3{
  margin-top:0;
  font-size:24px;
}
.os-contact-action-card p{
  color:#667286;
  line-height:1.7;
}
.os-contact-actions{
  display:grid;
  gap:12px;
  margin-top:22px;
}
.os-contact-actions .os-btn{
  width:100%;
}
.os-contact-warning{
  margin-top:18px;
  background:#fff7ee;
  border:1px solid #ffe0bd;
  color:#6f4b21;
  border-radius:14px;
  padding:14px;
  font-size:12px;
  line-height:1.55;
}

.os-faq-page{
  max-width:950px;
  margin:auto;
}
.os-faq-page .os-faq-item{
  box-shadow:0 8px 24px rgba(11,58,130,.05);
}
.os-faq-page .os-faq-question{
  font-size:15px;
}
.os-faq-page .os-faq-answer{
  font-size:14px;
}
.os-faq-help{
  margin-top:34px;
  border-radius:22px;
  padding:30px;
  background:linear-gradient(135deg,#eff5ff,#f4eeff);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.os-faq-help h3{
  margin:0 0 8px;
}
.os-faq-help p{
  margin:0;
  color:#657085;
}

@media(max-width:900px){
  .os-contact-page-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .os-contact-page-grid{gap:14px}
  .os-contact-info-card,
  .os-contact-action-card{padding:19px;border-radius:17px}
  .os-contact-info-card h2{font-size:22px}
  .os-contact-info-card p,
  .os-contact-action-card p{font-size:11px;line-height:1.55}
  .os-contact-item{padding:12px}
  .os-contact-item strong{font-size:12px}
  .os-faq-page .os-faq-question{font-size:12px;padding:16px}
  .os-faq-page .os-faq-answer{font-size:10.5px;line-height:1.55;padding:0 16px 16px}
  .os-faq-help{padding:18px;flex-direction:column;align-items:flex-start}
}


/* =========================
   V2.4 — GALERIE / TÉMOIGNAGES / ACTUALITÉS
========================= */
.os-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.os-gallery-placeholder{
  min-height:250px;
  border-radius:20px;
  background:linear-gradient(145deg,#edf4ff,#f3edff);
  border:1px dashed #b9c8e3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
}
.os-gallery-placeholder span{font-size:38px;margin-bottom:10px}
.os-gallery-placeholder strong{font-size:15px}
.os-gallery-placeholder small{color:#6b778b;margin-top:7px;line-height:1.5}

.os-testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.os-testimonial-placeholder{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:25px;
}
.os-testimonial-placeholder .quote{
  font-size:38px;
  color:#d8e2f5;
  line-height:1;
}
.os-testimonial-placeholder p{
  color:#667286;
  line-height:1.7;
  font-size:14px;
}
.os-testimonial-placeholder strong{
  display:block;
  margin-top:18px;
  font-size:13px;
}
.os-testimonial-placeholder small{color:#8993a4}

.os-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.os-news-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:330px;
}
.os-news-cover{
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:38px;
  background:linear-gradient(135deg,#e9f2ff,#eee8ff);
}
.os-news-body{padding:20px;display:flex;flex-direction:column;flex:1}
.os-news-body small{color:var(--purple);font-weight:800;text-transform:uppercase;letter-spacing:.7px}
.os-news-body h3{font-size:18px;line-height:1.3;margin:10px 0}
.os-news-body p{color:#687488;font-size:13px;line-height:1.65}
.os-empty-notice{
  margin-top:28px;
  padding:18px 20px;
  border-radius:16px;
  background:#f8faff;
  border:1px solid var(--border);
  color:#657085;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:900px){
  .os-gallery-grid,.os-testimonials-grid,.os-news-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .os-gallery-grid,.os-testimonials-grid,.os-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-gallery-placeholder{min-height:170px;padding:13px;border-radius:14px}
  .os-gallery-placeholder span{font-size:27px}
  .os-gallery-placeholder strong{font-size:11px}
  .os-gallery-placeholder small{font-size:9px}
  .os-testimonial-placeholder{padding:15px 11px;border-radius:14px}
  .os-testimonial-placeholder p{font-size:10px;line-height:1.5}
  .os-news-card{min-height:280px;border-radius:14px}
  .os-news-cover{min-height:105px;font-size:28px}
  .os-news-body{padding:13px 10px}
  .os-news-body small{font-size:8px}
  .os-news-body h3{font-size:13px}
  .os-news-body p{font-size:9.5px;line-height:1.5}
}


/* V2.4.1 — menu enrichi */
@media(min-width:1001px){
  .os-menu{gap:14px}
  .os-menu a{font-size:12px}
  .os-menu .cta{padding:12px 15px}
}
@media(max-width:1000px){
  .os-menu{
    max-height:calc(100vh - 110px);
    overflow-y:auto;
  }
}


/* =========================
   V2.5 — GALERIE / TÉMOIGNAGES / ACTUALITÉS PREMIUM
========================= */

.os-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:25px;
  margin-bottom:34px;
}
.os-section-head .os-subtitle{margin:0;max-width:720px}
.os-section-head .os-btn{flex-shrink:0}

/* Galerie */
.os-gallery-premium{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:16px;
}
.os-gallery-tile{
  min-height:220px;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(145deg,#edf4ff,#f2ebff);
  border:1px solid var(--border);
}
.os-gallery-tile:nth-child(1){grid-column:span 7;min-height:360px}
.os-gallery-tile:nth-child(2){grid-column:span 5;min-height:360px}
.os-gallery-tile:nth-child(3),
.os-gallery-tile:nth-child(4),
.os-gallery-tile:nth-child(5){grid-column:span 4}
.os-gallery-inner{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
}
.os-gallery-symbol{
  position:absolute;
  top:24px;
  right:24px;
  font-size:45px;
  opacity:.9;
}
.os-gallery-inner strong{
  font-size:21px;
  margin-bottom:6px;
}
.os-gallery-inner span{
  font-size:12px;
  color:#677286;
  max-width:85%;
  line-height:1.5;
}
.os-gallery-tile:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  right:-55px;
  top:-55px;
  background:rgba(108,57,216,.08);
}

/* Témoignages */
.os-testimonial-grid-v25{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.os-testimonial-card-v25{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:25px;
  min-height:285px;
  display:flex;
  flex-direction:column;
  box-shadow:0 10px 30px rgba(11,58,130,.05);
}
.os-testimonial-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}
.os-testimonial-card-v25 .quote{
  font-size:38px;
  color:#d7e0f0;
  line-height:1;
}
.os-testimonial-card-v25 p{
  color:#667286;
  line-height:1.7;
  font-size:14px;
}
.os-testimonial-meta{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--border);
}
.os-testimonial-meta strong{font-size:13px}
.os-testimonial-meta small{display:block;color:#8b95a6;margin-top:3px}

/* Actualités */
.os-news-grid-v25{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.os-news-card-v25{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:390px;
  transition:.25s;
}
.os-news-card-v25:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}
.os-news-media-v25{
  height:180px;
  background:linear-gradient(135deg,#e9f2ff,#eee8ff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  overflow:hidden;
}
.os-news-media-v25 img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.os-news-body-v25{
  padding:22px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.os-news-body-v25 .date{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.9px;
  color:var(--purple);
  font-weight:800;
}
.os-news-body-v25 h3{
  font-size:19px;
  line-height:1.3;
  margin:10px 0;
}
.os-news-body-v25 p{
  color:#687488;
  font-size:13px;
  line-height:1.65;
}
.os-news-body-v25 .os-link{
  margin-top:auto;
  color:var(--blue2);
  font-weight:800;
  font-size:12px;
}

/* Home teasers */
.os-home-teaser{
  padding:86px 0;
}
.os-home-teaser.alt{background:var(--light)}
.os-home-teaser .os-gallery-premium{margin-top:30px}

/* Trust banner */
.os-trust-band{
  background:linear-gradient(135deg,#071a32,#123b78);
  color:#fff;
  padding:42px 0;
}
.os-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.os-trust-item{
  text-align:center;
  padding:14px;
}
.os-trust-item strong{
  display:block;
  font-size:22px;
  margin-bottom:5px;
}
.os-trust-item span{
  font-size:11px;
  color:rgba(255,255,255,.72);
}

@media(max-width:900px){
  .os-news-grid-v25,
  .os-testimonial-grid-v25{grid-template-columns:repeat(2,1fr)}
  .os-gallery-tile:nth-child(n){grid-column:span 6;min-height:240px}
  .os-trust-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:700px){
  .os-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }

  .os-gallery-premium{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-gallery-tile:nth-child(n){
    grid-column:auto;
    min-height:170px;
    border-radius:14px;
  }
  .os-gallery-inner{padding:13px}
  .os-gallery-symbol{font-size:26px;top:12px;right:12px}
  .os-gallery-inner strong{font-size:12px}
  .os-gallery-inner span{font-size:9px;max-width:100%}

  .os-testimonial-grid-v25,
  .os-news-grid-v25{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-testimonial-card-v25{
    padding:14px 10px;
    min-height:245px;
    border-radius:14px;
  }
  .os-testimonial-avatar{width:38px;height:38px;font-size:11px}
  .os-testimonial-card-v25 p{font-size:9.5px;line-height:1.5}
  .os-testimonial-meta strong{font-size:10px}
  .os-testimonial-meta small{font-size:8px}

  .os-news-card-v25{
    min-height:280px;
    border-radius:14px;
  }
  .os-news-media-v25{height:105px;font-size:28px}
  .os-news-body-v25{padding:13px 10px}
  .os-news-body-v25 .date{font-size:7px}
  .os-news-body-v25 h3{font-size:12px;margin:7px 0}
  .os-news-body-v25 p{font-size:9px;line-height:1.45}
  .os-news-body-v25 .os-link{font-size:9px}

  .os-home-teaser{padding:58px 0}

  .os-trust-grid{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
  }
  .os-trust-item strong{font-size:16px}
  .os-trust-item span{font-size:8px}
}


/* =========================
   V2.6 — ANIMATIONS + HOME PLUS VIVANTE
========================= */

/* Reveal au scroll */
.os-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.os-reveal.os-visible{
  opacity:1;
  transform:none;
}
.os-reveal-left{
  opacity:0;
  transform:translateX(-28px);
  transition:opacity .7s ease, transform .7s ease;
}
.os-reveal-left.os-visible{
  opacity:1;
  transform:none;
}
.os-reveal-right{
  opacity:0;
  transform:translateX(28px);
  transition:opacity .7s ease, transform .7s ease;
}
.os-reveal-right.os-visible{
  opacity:1;
  transform:none;
}

/* Hero plus vivant */
.os-hero-v21{
  isolation:isolate;
}
.os-hero-v21 .os-hero-v21-content:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  left:62%;
  top:18%;
  background:radial-gradient(circle,rgba(255,255,255,.14),rgba(255,255,255,0) 68%);
  filter:blur(1px);
  animation:osFloat 6s ease-in-out infinite;
  pointer-events:none;
}
.os-hero-v21 .os-btn{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.os-hero-v21 .os-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

/* Pourquoi OSIRIS */
.os-why{
  padding:88px 0;
  background:#fff;
}
.os-why-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}
.os-why-panel{
  border-radius:28px;
  padding:34px;
  background:linear-gradient(145deg,#0b3a82,#5e38c9);
  color:#fff;
  min-height:430px;
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.os-why-panel:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  right:-75px;
  bottom:-80px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.02);
}
.os-why-panel h2{
  margin:0 0 15px;
  font-size:38px;
  line-height:1.1;
}
.os-why-panel p{
  color:rgba(255,255,255,.82);
  line-height:1.75;
}
.os-why-badges{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:24px;
}
.os-why-badge{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:15px;
  font-size:12px;
  font-weight:800;
}
.os-why-list{
  display:grid;
  gap:14px;
}
.os-why-item{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:14px;
  align-items:start;
  padding:18px;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  transition:.22s;
}
.os-why-item:hover{
  transform:translateX(4px);
  box-shadow:0 12px 30px rgba(11,58,130,.08);
}
.os-why-icon{
  width:50px;
  height:50px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e8f1ff,#eee8ff);
  font-size:23px;
}
.os-why-item h3{
  margin:0 0 7px;
  font-size:17px;
}
.os-why-item p{
  margin:0;
  color:#687488;
  font-size:13px;
  line-height:1.6;
}

/* Formations phares */
.os-featured-training{
  padding:88px 0;
  background:var(--light);
}
.os-featured-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.os-featured-card{
  border-radius:22px;
  padding:24px;
  color:#fff;
  min-height:260px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:.25s;
}
.os-featured-card:nth-child(1){background:linear-gradient(145deg,#0b3a82,#1759c3)}
.os-featured-card:nth-child(2){background:linear-gradient(145deg,#5d35c6,#7a48df)}
.os-featured-card:nth-child(3){background:linear-gradient(145deg,#e66d23,#ff9347)}
.os-featured-card:nth-child(4){background:linear-gradient(145deg,#0d5d65,#16969d)}
.os-featured-card:nth-child(5){background:linear-gradient(145deg,#263d6c,#3e5d99)}
.os-featured-card:nth-child(6){background:linear-gradient(145deg,#7d2e72,#a44d96)}
.os-featured-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(11,58,130,.18);
}
.os-featured-card .icon{
  font-size:30px;
  margin-bottom:18px;
}
.os-featured-card h3{
  margin:0 0 10px;
  font-size:20px;
}
.os-featured-card p{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1.6;
}
.os-featured-card a{
  margin-top:auto;
  font-size:12px;
  font-weight:800;
  color:#fff;
}
.os-featured-card:after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:50%;
  right:-45px;
  top:-45px;
  background:rgba(255,255,255,.08);
}

/* CTA fort */
.os-mega-cta{
  padding:76px 0;
}
.os-mega-cta-box{
  border-radius:30px;
  background:
    radial-gradient(circle at 82% 20%,rgba(255,255,255,.13),transparent 25%),
    linear-gradient(135deg,#092b63,#5d36c9);
  color:#fff;
  padding:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  overflow:hidden;
}
.os-mega-cta-box h2{
  margin:0 0 10px;
  font-size:36px;
}
.os-mega-cta-box p{
  margin:0;
  color:rgba(255,255,255,.8);
  max-width:700px;
  line-height:1.7;
}

/* News home cards small */
.os-home-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.os-home-news-card{
  border:1px solid var(--border);
  border-radius:18px;
  padding:20px;
  background:#fff;
}
.os-home-news-card small{
  color:var(--purple);
  font-weight:800;
}
.os-home-news-card h3{
  font-size:17px;
  margin:9px 0;
}
.os-home-news-card p{
  color:#687488;
  font-size:12px;
  line-height:1.6;
}

/* Mobile */
@media(max-width:900px){
  .os-why-grid{grid-template-columns:1fr}
  .os-featured-grid{grid-template-columns:repeat(2,1fr)}
  .os-home-news-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .os-why{padding:58px 0}
  .os-why-grid{gap:16px}
  .os-why-panel{min-height:auto;padding:20px;border-radius:18px}
  .os-why-panel h2{font-size:24px}
  .os-why-panel p{font-size:10.5px;line-height:1.55}
  .os-why-badges{gap:8px}
  .os-why-badge{padding:10px;font-size:9px}
  .os-why-item{
    grid-template-columns:38px 1fr;
    padding:12px;
    gap:10px;
    border-radius:14px;
  }
  .os-why-icon{width:38px;height:38px;font-size:18px}
  .os-why-item h3{font-size:12px}
  .os-why-item p{font-size:9.5px}

  .os-featured-training{padding:58px 0}
  .os-featured-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-featured-card{
    min-height:205px;
    padding:15px 11px;
    border-radius:15px;
  }
  .os-featured-card .icon{font-size:22px;margin-bottom:10px}
  .os-featured-card h3{font-size:13px}
  .os-featured-card p{font-size:9px;line-height:1.45}
  .os-featured-card a{font-size:9px}

  .os-mega-cta{padding:52px 0}
  .os-mega-cta-box{
    padding:24px 18px;
    border-radius:18px;
    flex-direction:column;
    align-items:flex-start;
  }
  .os-mega-cta-box h2{font-size:24px}
  .os-mega-cta-box p{font-size:10.5px}

  .os-home-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-home-news-card{padding:13px 10px}
  .os-home-news-card small{font-size:8px}
  .os-home-news-card h3{font-size:12px}
  .os-home-news-card p{font-size:9px}
}

@media (prefers-reduced-motion: reduce){
  .os-reveal,
  .os-reveal-left,
  .os-reveal-right{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* V2.6.1 - FORCE MOBILE */
@media (max-width:700px){
  .os-topbar{display:none!important}
  .os-nav{min-height:68px!important}
  .os-official-logo{width:44px!important;height:44px!important}
  .os-brand-text strong{font-size:16px!important}

  .os-hero-v21{min-height:auto!important;padding:0!important}
  .os-hero-v21-content{padding:30px 0 28px!important}
  .os-hero-v21-badge{font-size:8px!important;padding:5px 8px!important;margin-bottom:10px!important}
  .os-hero-v21 h1{font-size:31px!important;line-height:1!important;margin-bottom:9px!important}
  .os-hero-v21 p{font-size:10px!important;line-height:1.42!important}
  .os-hero-v21-actions{margin-top:14px!important;gap:6px!important}
  .os-hero-v21-actions .os-btn{font-size:9px!important;padding:8px 9px!important}
  .os-hero-v21-bottom{margin-top:14px!important;gap:5px!important}
  .os-hero-v21-chip{font-size:7.5px!important;padding:7px 4px!important}

  .os-page-hero{padding:22px 0 20px!important}
  .os-page-hero-grid{gap:12px!important}
  .os-page-hero h1{font-size:25px!important;line-height:1.02!important;margin-bottom:8px!important}
  .os-page-hero p{font-size:10px!important;line-height:1.42!important}
  .os-page-panel{padding:14px!important;border-radius:15px!important}
  .os-page-panel strong{font-size:15px!important}
  .os-page-panel p{font-size:9.5px!important}

  .os-cards,
  .os-training-grid,
  .os-featured-grid,
  .os-gallery-premium,
  .os-testimonial-grid-v25,
  .os-news-grid-v25,
  .os-audience,
  .os-duration-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .os-gallery-tile:nth-child(n){grid-column:auto!important}
}


/* =========================
   V2.7 — RENTRÉE ALLEMAND 31 AOÛT 2026
========================= */
.os-rentree{
  padding:88px 0;
  background:linear-gradient(135deg,#fbfcff,#f3efff);
}
.os-rentree-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
}
.os-rentree-copy .os-title{
  margin-bottom:14px;
}
.os-rentree-copy p{
  color:#667286;
  line-height:1.75;
}
.os-rentree-date{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  color:var(--purple);
  margin-bottom:18px;
}
.os-rentree-price-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:22px 0;
}
.os-rentree-price{
  background:#fff;
  border:1px solid var(--border);
  border-radius:15px;
  padding:15px 10px;
  text-align:center;
}
.os-rentree-price strong{
  display:block;
  font-size:20px;
  color:var(--blue);
}
.os-rentree-price span{
  display:block;
  margin-top:5px;
  font-size:11px;
  color:#6d7890;
}
.os-rentree-points{
  display:grid;
  gap:9px;
  margin:18px 0 24px;
}
.os-rentree-point{
  display:flex;
  gap:9px;
  align-items:flex-start;
  font-size:13px;
  color:#4f5d72;
}
.os-rentree-point:before{
  content:"✓";
  color:#15a46a;
  font-weight:900;
}
.os-rentree-visual{
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
}
.os-rentree-visual img{
  display:block;
  width:100%;
  height:auto;
}
.os-rentree-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:28px;
}
.os-rentree-gallery figure{
  margin:0;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 30px rgba(11,58,130,.08);
}
.os-rentree-gallery img{
  width:100%;
  display:block;
  height:auto;
}
.os-rentree-note{
  margin-top:20px;
  padding:14px 16px;
  border-radius:14px;
  background:#fff7ee;
  border:1px solid #ffe0bd;
  color:#6f4b21;
  font-size:12px;
  line-height:1.55;
}
@media(max-width:900px){
  .os-rentree-grid{grid-template-columns:1fr}
  .os-rentree-price-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .os-rentree{padding:52px 0}
  .os-rentree-grid{gap:16px}
  .os-rentree-date{font-size:10px;padding:7px 10px}
  .os-rentree-copy p{font-size:10.5px;line-height:1.55}
  .os-rentree-price-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .os-rentree-price{padding:11px 7px}
  .os-rentree-price strong{font-size:16px}
  .os-rentree-price span{font-size:9px}
  .os-rentree-point{font-size:9.5px}
  .os-rentree-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .os-rentree-gallery figure{border-radius:14px}
}

/* V2.8 — signature DIGICORE */
.os-digicore-signature{
  width:100%;
  text-align:center;
  margin-top:16px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.06);
  font-size:10px;
  color:rgba(255,255,255,.34);
  letter-spacing:.15px;
}
.os-digicore-signature a{
  color:rgba(255,255,255,.52);
  font-weight:700;
  text-decoration:none;
  transition:color .2s ease;
}
.os-digicore-signature a:hover{color:#fff}
@media(max-width:700px){
  .os-digicore-signature{
    font-size:8.5px;
    margin-top:12px;
    padding-top:10px;
  }
}
