.sector-detail-hero{
  position:relative;
  min-height:86vh;
  display:flex;
  align-items:center;
  padding:185px 0 90px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(7,17,31,.98),rgba(7,17,31,.76),rgba(7,17,31,.38)),
    var(--sector-hero) center/cover no-repeat;
}
.sector-detail-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(to top,#07111f,transparent);
  pointer-events:none;
}
.sector-detail-hero .container{position:relative;z-index:2}
.sector-detail-hero h1{
  max-width:980px;
  margin:1rem 0;
  color:#fff;
  font-size:clamp(2.55rem,6vw,5.6rem);
  line-height:.98;
  font-weight:900;
}
.sector-detail-hero p{
  max-width:850px;
  color:#e4ebf5;
  font-size:1.08rem;
  line-height:1.75;
}
.sector-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
  max-width:920px;
  margin-top:1.5rem;
}
.sector-meta div{
  padding:1rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
}
.sector-meta strong{display:block;color:#1167d8;font-size:1.35rem;font-weight:900}
.sector-meta span{color:#d6e1ec;font-size:.88rem}
.sector-page-section{padding:88px 0}
.sector-page-section.soft{background:#f3f7fb;color:#102033}
.sector-page-section.dark{background:#07111f;color:#fff}
.sector-page-head{max-width:920px;margin-bottom:2rem}
.sector-page-head h2{font-size:clamp(2rem,4.2vw,3.7rem);font-weight:900;line-height:1;margin-bottom:1rem}
.sector-page-head p{color:#536274;line-height:1.78;margin:0}
.sector-page-section.dark .sector-page-head h2{color:#fff}
.dark .sector-page-head p{color:#cbd8e6}
.sector-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.sector-detail-card{
  min-height:100%;
  padding:1.35rem;
  border-radius:24px;
  border:1px solid #dce6ef;
  background:#fff;
  box-shadow:0 18px 55px rgba(7,17,31,.08);
}
.dark .sector-detail-card{
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.sector-detail-card h3{
  display:flex;
  align-items:center;
  gap:.55rem;
  margin:0 0 .85rem;
  color:#07111f;
  font-size:1.05rem;
  font-weight:900;
}
.dark .sector-detail-card h3{color:#fff}
.sector-detail-card h3 i{color:#1167d8}
.sector-detail-card ul{
  display:grid;
  gap:.55rem;
  padding:0;
  margin:0;
  list-style:none;
}
.sector-detail-card li{
  position:relative;
  padding-left:1.1rem;
  color:#536274;
  line-height:1.52;
  font-size:.92rem;
}
.dark .sector-detail-card li{color:#d7e2ef}
.sector-detail-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
}
.sector-split{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  gap:1.25rem;
  align-items:stretch;
}
.sector-media-panel{
  min-height:440px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:#0b1728;
}
.sector-media-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.sector-media-panel.is-turnike{
  padding:.7rem;
  background:#eef3f9;
}
.sector-media-panel.is-turnike img{
  object-fit:contain;
  object-position:center center;
  padding:.15rem;
}
.sector-copy-panel{
  padding:1.6rem;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.sector-copy-panel p{color:#d7e2ef;line-height:1.8}
.process-list{
  display:grid;
  gap:.85rem;
  margin-top:1rem;
}
.process-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:.9rem;
  align-items:start;
  padding:1rem;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
}
.process-item strong{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:16px;
  color:#07111f;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
  font-weight:900;
}
.process-item h4{margin:0 0 .25rem;color:#fff;font-size:1rem;font-weight:900}
.process-item p{margin:0;color:#cbd8e6;font-size:.9rem;line-height:1.55}
.sector-cta{
  border-radius:28px;
  padding:2rem;
  border:1px solid rgba(17,103,216,.28);
  background:linear-gradient(135deg,rgba(17,103,216,.18),rgba(255,255,255,.045),rgba(17,103,216,.16));
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.sector-image-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
  align-items:stretch;
}
.sector-image-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:100%;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.sector-image-card__media{
  aspect-ratio:4/3;
  background:#0b1728;
  overflow:hidden;
}
.sector-image-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s ease;
}
.sector-image-card:hover .sector-image-card__media img{
  transform:scale(1.03);
}
.sector-image-card__body{
  display:flex;
  flex-direction:column;
  gap:.45rem;
  padding:1rem 1rem 1.1rem;
}
.sector-card-kicker{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:.35rem .6rem;
  border-radius:999px;
  background:rgba(17,103,216,.14);
  color:#1167d8;
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.sector-image-card__body h3{
  margin:0;
  color:#fff;
  font-size:1rem;
  line-height:1.2;
  font-weight:900;
}
.sector-card-copy{
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.sector-card-preview,
.sector-card-more{
  color:#d7e2ef;
  font-size:.9rem;
  line-height:1.55;
}
.sector-card-toggle{
  align-self:flex-start;
  border:0;
  border-radius:999px;
  padding:.45rem .75rem;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
  color:#fff;
  font-size:.78rem;
  font-weight:900;
}
.sector-card-toggle:hover{
  background:linear-gradient(135deg,#12b76a,#0d5ea8);
  color:#fff;
}
.sector-card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
}
.sector-card-devis{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:.45rem .85rem;
  background:#2dd487;
  color:#07111f;
  font-size:.78rem;
  font-weight:900;
  text-decoration:none;
}
.sector-card-devis:hover{
  background:#49e39b;
  color:#07111f;
}
.sector-card-copy:not(.is-open) .sector-card-more{
  display:none;
}
.sector-card-copy.is-open .sector-card-preview{
  display:none;
}
.biometrie-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
  align-items:stretch;
}
.biometrie-product-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:100%;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.biometrie-product-card__media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#0b1728;
}
.biometrie-product-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s ease;
}
.biometrie-product-card:hover .biometrie-product-card__media img{
  transform:scale(1.03);
}
.biometrie-product-card__body{
  display:flex;
  flex-direction:column;
  gap:.55rem;
  flex:1;
  padding:1rem;
}
.biometrie-product-card__body h3{
  margin:0;
  color:#fff;
  font-size:1rem;
  line-height:1.2;
  font-weight:900;
}
.biometrie-product-card__body p{
  margin:0;
  color:#d7e2ef;
  font-size:.9rem;
  line-height:1.6;
}
.biometrie-info-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:auto;
  padding:.68rem .95rem;
  border-radius:999px;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
  color:#fff;
  font-size:.82rem;
  font-weight:900;
  text-transform:uppercase;
}
.biometrie-info-btn:hover{
  background:linear-gradient(135deg,#12b76a,#0d5ea8);
  color:#fff;
}
.biometrie-sites-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.biometrie-site-card{
  min-height:100%;
  padding:1rem;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  box-shadow:0 14px 40px rgba(0,0,0,.22);
}
.biometrie-site-card i{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:.8rem;
  border-radius:12px;
  border:1px solid rgba(17,103,216,.24);
  background:rgba(17,103,216,.08);
  color:#4db8ff;
  font-size:1rem;
}
.biometrie-site-card h3{
  margin:0 0 .35rem;
  color:#fff;
  font-size:.98rem;
  line-height:1.2;
  font-weight:900;
}
.biometrie-site-card p{
  margin:0;
  color:#cfd9e6;
  font-size:.86rem;
  line-height:1.5;
}
.sector-page-section.soft .biometrie-site-card{
  border-color:#dce6ef;
  background:#fff;
  box-shadow:0 18px 55px rgba(7,17,31,.08);
}
.sector-page-section.soft .biometrie-site-card i{
  border-color:rgba(17,103,216,.18);
  background:rgba(17,103,216,.08);
  color:#1167d8;
}
.sector-page-section.soft .biometrie-site-card h3{
  color:#07111f;
}
.sector-page-section.soft .biometrie-site-card p{
  color:#536274;
}
.education-products{
  padding-top:0;
  background:#f3f7fb;
  color:#102033;
}
.education-products-head{
  max-width:920px;
  margin-bottom:1.5rem;
}
.education-products-head h2{
  margin:.55rem 0 .8rem;
  color:#07111f;
  font-size:clamp(1.95rem,4vw,3.35rem);
  line-height:1.02;
  font-weight:900;
}
.education-products-head p{
  margin:0;
  color:#536274;
  line-height:1.75;
  max-width:760px;
}
.education-products-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}
.education-product-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  min-height:100%;
  border:1px solid #dce6ef;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 55px rgba(7,17,31,.08);
}
.education-product-media{
  aspect-ratio:4/3;
  background:#eef3f9;
  overflow:hidden;
}
.education-product-media button{
  all:unset;
  display:block;
  width:100%;
  height:100%;
  cursor:zoom-in;
}
.education-product-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s ease;
}
.education-product-card:hover .education-product-media img{
  transform:scale(1.03);
}
.education-product-body{
  display:flex;
  flex-direction:column;
  gap:.55rem;
  flex:1;
  padding:1rem;
}
.education-product-body h3{
  margin:0;
  color:#07111f;
  font-size:1rem;
  line-height:1.2;
  font-weight:900;
}
.education-product-body p{
  margin:0;
  color:#536274;
  font-size:.9rem;
  line-height:1.55;
}
.education-product-cta{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-top:auto;
  align-self:flex-start;
  padding:.72rem .95rem;
  border-radius:999px;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
  color:#fff;
  font-size:.82rem;
  font-weight:900;
  text-transform:uppercase;
}
.education-product-cta:hover{
  background:linear-gradient(135deg,#12b76a,#0d5ea8);
  color:#fff;
}
.img-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:24px;
  background:rgba(4,10,18,.82);
  backdrop-filter:blur(12px);
}
.img-lightbox.is-open{display:grid}
.img-lightbox-card{
  position:relative;
  width:min(100%,1080px);
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:#0b0f15;
  box-shadow:0 32px 100px rgba(0,0,0,.55);
}
.img-lightbox-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:520px;
  background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);
}
.img-lightbox-media img{
  display:block;
  width:100%;
  height:100%;
  max-height:min(78vh,760px);
  object-fit:contain;
  padding:28px;
}
.img-lightbox-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:1rem;
  padding:2.15rem 2rem;
  background:linear-gradient(180deg,#101520 0%,#0a0f17 100%);
}
.img-lightbox-badge{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  padding:.42rem .78rem;
  border-radius:999px;
  border:1px solid rgba(17,103,216,.32);
  background:rgba(17,103,216,.08);
  color:#1167d8;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.img-lightbox-copy h3{
  margin:0;
  color:#fff;
  font-size:clamp(1.9rem,3.8vw,3.1rem);
  line-height:.96;
  font-weight:900;
  letter-spacing:-.02em;
}
.img-lightbox-copy p{
  margin:0;
  color:#c8d1dd;
  font-size:1rem;
  line-height:1.65;
}
.img-lightbox-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-width:170px;
  padding:.92rem 1.18rem;
  border-radius:999px;
  background:#20bf75;
  color:#08121a;
  font-size:.92rem;
  font-weight:900;
}
.img-lightbox-action:hover{background:#35d287;color:#08121a}
.img-lightbox-close{
  position:absolute;
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:1.2rem;
  line-height:1;
  z-index:2;
}
.img-lightbox-backdrop{position:absolute;inset:0}
@media(max-width:991.98px){
  .education-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .img-lightbox-card{grid-template-columns:1fr}
  .img-lightbox-media{min-height:340px}
  .img-lightbox-copy{padding:1.5rem 1.35rem}
  .sector-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .biometrie-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .biometrie-sites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:575.98px){
  .education-products-grid{grid-template-columns:1fr}
  .education-product-card{border-radius:20px}
  .img-lightbox{padding:14px}
  .img-lightbox-card{border-radius:22px}
  .img-lightbox-media img{padding:16px}
  .img-lightbox-copy h3{font-size:1.65rem}
  .img-lightbox-action{width:100%}
}
@media(max-width:991.98px){
  .sector-detail-hero{min-height:auto;padding:160px 0 78px}
  .sector-meta,.sector-detail-grid,.sector-split{grid-template-columns:1fr}
  .sector-media-panel{min-height:330px}
}
@media(max-width:575.98px){
  .sector-page-section{padding:64px 0}
  .sector-cta{padding:1.25rem}
  .sector-image-grid{grid-template-columns:1fr}
  .biometrie-product-grid{grid-template-columns:1fr}
  .biometrie-sites-grid{grid-template-columns:1fr}
}
