:root{
  --bg: #0B1220;
  --bg2:#0E1A2E;
  --card:#0F2038;
  --text:#EAF2FF;
  --muted:#A9B7D0;

  --brand:#12A0D2;   /* bleu logo */
  --brand2:#72C4E0;  /* bleu clair */
  --green:#95CC0D;   /* accent */
  --violet:#962185;  /* accent */
  --black:#000101;

  --border: rgba(255,255,255,.10);
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background: radial-gradient(1100px 600px at 10% 10%, rgba(18,160,210,.30), transparent 55%),
              radial-gradient(900px 500px at 90% 10%, rgba(149,204,13,.18), transparent 50%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

/* Topbar */
.topbar{
  border-bottom: 1px solid var(--border);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
}
.topbar__left{
  display:flex; gap:14px; flex-wrap:wrap;
}
.topbar__item{
  color:var(--muted);
  font-size:14px;
}
.badge{
  font-size:12px;
  padding:6px 10px;
  border:1px solid var(--border);
  border-radius:999px;
  color: var(--muted);
}

/* Header */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(11,18,32,.55);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--border);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand__logo{
  width:44px;
  height:44px;
  border-radius:12px;
  object-fit:cover;
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
  background:#fff;
}
.brand__text{ display:flex; flex-direction:column; line-height:1.1; }
.brand__name{ font-weight:800; letter-spacing:.2px; }
.brand__tagline{ color:var(--muted); font-size:12px; }

.nav{
  display:flex;
  align-items:center;
  gap:14px;
}
.nav a{
  color:var(--muted);
  font-weight:600;
  font-size:14px;
  padding:10px 10px;
  border-radius:12px;
}
.nav a:hover{ color:var(--text); background: rgba(255,255,255,.06); }

.nav__toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  cursor:pointer;
}
.nav__toggle span{
  display:block;
  height:2px;
  width:20px;
  margin:5px auto;
  background: var(--text);
  border-radius:2px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:800;
  font-size:14px;
  border:1px solid transparent;
  transition: transform .12s ease, background .12s ease, border-color .12s ease, opacity .12s ease;
}
.btn:active{ transform: translateY(1px); }
.btn--primary{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #031019;
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 12px 28px rgba(18,160,210,.20);
}
.btn--primary:hover{ opacity:.95; }
.btn--ghost{
  background: rgba(255,255,255,.04);
  border-color: var(--border);
  color: var(--text);
}
.btn--ghost:hover{ background: rgba(255,255,255,.07); }
.btn--full{ width:100%; }

/* Hero */
.hero{
  padding:64px 0 26px;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:26px;
  align-items:center;
}
.kicker{
  margin:0 0 10px;
  color: var(--muted);
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  font-size:12px;
}
.hero h1{
  margin:0 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height:1.04;
  letter-spacing:-.02em;
}
.grad{
  background: linear-gradient(90deg, var(--brand), var(--green));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  margin:0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height:1.6;
  max-width: 62ch;
}
.hero__cta{ display:flex; gap:12px; flex-wrap:wrap; margin-bottom: 18px; }

.hero__stats{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.stat{
  padding:12px 14px;
  border:1px solid var(--border);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.stat__num{
  display:block;
  font-weight:900;
  letter-spacing:-.02em;
}
.stat__label{
  display:block;
  color: var(--muted);
  font-size:12px;
  margin-top:3px;
}

/* Hero visual card */
.hero__card{
  position:relative;
  min-height: 360px;
}
.hero__halo{
  position:absolute;
  inset:-40px;
  background: radial-gradient(circle at 50% 30%, rgba(18,160,210,.35), transparent 55%),
              radial-gradient(circle at 80% 60%, rgba(150,33,133,.25), transparent 55%),
              radial-gradient(circle at 30% 75%, rgba(149,204,13,.22), transparent 55%);
  filter: blur(24px);
  z-index:0;
}
.glass{
  position:relative;
  z-index:1;
  border-radius: var(--radius2);
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.glass__top{
  display:flex;
  gap:8px;
  padding:12px 14px;
  border-bottom:1px solid var(--border);
  background: rgba(0,0,0,.15);
}
.dot{ width:10px; height:10px; border-radius:999px; display:inline-block; }
.dot--violet{ background: var(--violet); }
.dot--green{ background: var(--green); }
.dot--blue{ background: var(--brand); }
.glass__body{ padding:18px; }
.mini-title{ font-weight:900; letter-spacing:-.01em; margin-bottom:14px; }
.mini-line{
  height:10px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  margin:10px 0;
}
.mini-line--short{ width:70%; }
.pill-row{ display:flex; flex-wrap:wrap; gap:10px; margin: 16px 0; }
.pill{
  padding:8px 12px;
  border-radius: 999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight:800;
  font-size:12px;
}
.mini-box{
  display:flex;
  gap:12px;
  padding:14px;
  margin-top:12px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.mini-box__icon{
  width:38px; height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background: rgba(18,160,210,.18);
}
.mini-box__t{ font-weight:900; }
.mini-box__s{ color: var(--muted); font-size:12px; margin-top:2px; }

/* Trusted */
.trusted{ padding: 10px 0 30px; }
.center{ text-align:center; }
.muted{ color: var(--muted); }
.logos{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top: 12px;
}
.logoCard{
  border:1px dashed rgba(255,255,255,.18);
  border-radius: 16px;
  padding:18px;
  text-align:center;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.03);
}

/* Sections */
.section{ padding: 64px 0; }
.section--alt{
  background: rgba(255,255,255,.02);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 18px;
}
.section__head h2{
  margin:0 0 8px;
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing:-.02em;
}
.section__head p{ margin:0; }

/* Grid & cards */
.grid{ display:grid; gap:14px; }
.grid--3{ grid-template-columns: repeat(3, 1fr); }

.card{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  box-shadow: 0 14px 38px rgba(0,0,0,.18);
}
.card__icon{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(114,196,224,.14);
  margin-bottom: 10px;
}
.card h3{ margin:0 0 8px; }
.card p{ margin:0 0 12px; color: var(--muted); line-height:1.6; }
.link{ color: rgba(234,242,255,.92); font-weight:900; }
.link:hover{ text-decoration: underline; }

/* Split layout */
.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:start;
}
.checks{
  list-style:none;
  padding:0;
  margin:16px 0 0;
  display:grid;
  gap:10px;
}
.checks li{
  padding-left:28px;
  position:relative;
  color: var(--muted);
}
.checks li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color: var(--green);
  font-weight:900;
}
.actions{ display:flex; flex-wrap:wrap; gap:12px; margin-top: 18px; }

/* Panel */
.panel{
  border-radius: var(--radius2);
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  padding:18px;
  box-shadow: var(--shadow);
}
.panel__title{
  font-weight:900;
  margin-bottom: 12px;
}
.panel__row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.panel__row:first-of-type{ border-top: none; }
.panel__k{ color: var(--muted); }
.panel__v{ color: var(--text); text-align:right; max-width: 60%; }
.panel__note{
  margin-top: 12px;
  padding:12px 14px;
  border-radius: 16px;
  border:1px solid rgba(18,160,210,.25);
  background: rgba(18,160,210,.10);
  color: rgba(234,242,255,.90);
}
.panel__note span{ font-weight:900; }

/* FAQ */
.faq{ display:grid; gap:12px; margin-top: 10px; }
.faq__item{
  text-align:left;
  border-radius: var(--radius);
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  padding:16px 16px;
  cursor:pointer;
}
.faq__q{
  display:block;
  font-weight:900;
}
.faq__icon{
  float:right;
  font-weight:900;
  opacity:.8;
}
.faq__a{
  margin-top: 10px;
  color: var(--muted);
  line-height:1.6;
  display:none;
}
.faq__item[aria-expanded="true"] .faq__a{ display:block; }
.faq__item[aria-expanded="true"] .faq__icon{ content:"-"; }

/* Contact */
.contactCards{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
  margin-top: 16px;
}
.contactCard{
  display:flex;
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius: var(--radius);
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
}
.contactCard__icon{
  width:42px; height:42px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(149,204,13,.12);
}
.contactCard__t{ font-weight:900; }
.contactCard__s{ color: var(--muted); font-size:13px; margin-top:2px; }

.form{
  border-radius: var(--radius2);
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  padding:18px;
  box-shadow: var(--shadow);
}
.form label{
  display:block;
  font-weight:800;
  font-size:13px;
  color: rgba(234,242,255,.92);
  margin: 0 0 12px;
}
input, textarea{
  width:100%;
  margin-top:8px;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(18,160,210,.55);
  box-shadow: 0 0 0 4px rgba(18,160,210,.15);
}
.form__row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.form__hint{
  margin: 12px 0 0;
  color: rgba(169,183,208,.9);
  font-size:12px;
  line-height:1.5;
}

/* Footer */
.footer{
  border-top:1px solid var(--border);
  background: rgba(0,0,0,.22);
  padding: 26px 0;
}
.footer__inner{
  display:grid;
  grid-template-columns: 1fr 1.6fr;
  gap:18px;
  align-items:start;
}
.footer__brand{
  display:flex;
  gap:12px;
  align-items:center;
}
.footer__logo{
  width:46px;
  height:46px;
  border-radius: 14px;
  background:#fff;
}
.footer__name{ font-weight:900; }
.footer__muted{ color: var(--muted); font-size:13px; margin-top:3px; }

.footer__cols{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
.footer__title{
  font-weight:900;
  margin-bottom: 8px;
}
.footer__col a{
  display:block;
  color: var(--muted);
  padding:6px 0;
}
.footer__col a:hover{ color: var(--text); }

/* Back to top */
.toTop{
  position:fixed;
  right:18px;
  bottom:18px;
  width:44px;
  height:44px;
  border-radius: 16px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  opacity:.88;
}
.toTop:hover{ opacity:1; }

/* Responsive */
@media (max-width: 980px){
  .hero__inner, .split{ grid-template-columns: 1fr; }
  .hero__card{ min-height: 320px; }
  .grid--3{ grid-template-columns: repeat(2, 1fr); }
  .logos{ grid-template-columns: repeat(2, 1fr); }
  .footer__inner{ grid-template-columns: 1fr; }
  .footer__cols{ grid-template-columns: 1fr; }
}

@media (max-width: 720px){
  .nav__toggle{ display:block; }
  .nav{
    position:absolute;
    right:20px;
    top:72px;
    width: min(320px, calc(100% - 40px));
    padding:12px;
    border-radius: 18px;
    border:1px solid var(--border);
    background: rgba(11,18,32,.85);
    backdrop-filter: blur(14px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }
  .nav.is-open{ display:flex; }
  .nav a{ padding:12px 12px; }
  .form__row{ grid-template-columns: 1fr; }
  .grid--3{ grid-template-columns: 1fr; }
}

/* ===== HERO PREMIUM EXACT ===== */

.hero {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(18,160,210,.35), transparent 60%),
    radial-gradient(700px 400px at 85% 30%, rgba(149,204,13,.25), transparent 60%),
    radial-gradient(600px 600px at 80% 70%, rgba(150,33,133,.25), transparent 65%),
    linear-gradient(180deg, #0b1220 0%, #060b14 100%);
  z-index: 0;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.hero__tag {
  font-size: 12px;
  letter-spacing: .15em;
  color: #9fb3c8;
  font-weight: 700;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.05;
  margin: 12px 0;
}

.hero__desc {
  max-width: 520px;
  color: #b6c7dd;
  margin-bottom: 28px;
}

.hero__stats {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stat {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 700;
}

.stat span {
  display: block;
  font-size: 12px;
  color: #9fb3c8;
}

/* GLASS CARD */

.hero__visual {
  position: relative;
}

.glass-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(20px);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.glass-top span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.glass-top span:nth-child(1){ background:#962185; }
.glass-top span:nth-child(2){ background:#95CC0D; }
.glass-top span:nth-child(3){ background:#12A0D2; }

.glass-tags span {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 10px;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  font-size: 12px;
}

.glass-item {
  margin-top: 14px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
}

.glass-item small {
  display: block;
  color: #9fb3c8;
}

/* ===== TRUSTED / PARTENAIRES ===== */
.trusted{
  padding: 10px 0 30px;
}
.center{ text-align:center; }

.logos{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
  margin-top: 12px;
}
.logoCard{
  border:1px dashed rgba(255,255,255,.18);
  border-radius: 16px;
  padding:18px;
  text-align:center;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.03);
}

/* ===== SERVICES SECTION HEAD ===== */
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 18px;
}
.section__head h2{
  margin:0 0 8px;
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing:-.02em;
}
.section__head p{ margin:0; }

/* ===== GRID & CARDS PREMIUM ===== */
.grid{ display:grid; gap:14px; }
.grid--3{ grid-template-columns: repeat(3, 1fr); }

.card{
  padding:18px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 14px 38px rgba(0,0,0,.18);
}
.card__icon{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(114,196,224,.14);
  margin-bottom: 10px;
}
.card h3{ margin:0 0 8px; }
.card p{ margin:0 0 12px; color: rgba(169,183,208,.95); line-height:1.6; }

.link{ color: rgba(234,242,255,.92); font-weight:900; }
.link:hover{ text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px){
  .logos{ grid-template-columns: repeat(2, 1fr); }
  .grid--3{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px){
  .grid--3{ grid-template-columns: 1fr; }
}

.card{
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.card:hover{
  transform: translateY(-3px);
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.16);
}

/* ===== GLASS CARD – VERSION PREMIUM ORIGINALE ===== */

.glass-card{
  position: relative;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(22px);
  border-radius: 22px;
  padding: 22px;
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.02);
}

/* Halo coloré derrière la carte */
.glass-card::before{
  content:"";
  position:absolute;
  inset:-60px;
  background:
    radial-gradient(circle at 20% 30%, rgba(149,204,13,.25), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(150,33,133,.25), transparent 55%);
  filter: blur(40px);
  z-index:-1;
}

/* Header macOS */
.glass-header{
  display:flex;
  gap:8px;
  margin-bottom: 14px;
}
.glass-header .dot{
  width:10px;
  height:10px;
  border-radius:50%;
}
.dot.violet{ background:#962185; }
.dot.green{ background:#95CC0D; }
.dot.blue{ background:#12A0D2; }

/* Title */
.glass-card h4{
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

/* Fake lines */
.glass-lines span{
  display:block;
  height:10px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  margin-bottom: 10px;
}
.glass-lines span:last-child{
  width: 70%;
}

/* Pills */
.glass-pills{
  display:flex;
  gap:10px;
  margin: 16px 0;
}
.glass-pills span{
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #cfe6ff;
}

/* Feature blocks */
.glass-feature{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.glass-feature .icon{
  width:38px;
  height:38px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  font-size: 16px;
}

.icon.lightning{
  background: rgba(149,204,13,.18);
}
.icon.shield{
  background: rgba(18,160,210,.18);
}

.glass-feature strong{
  display:block;
  font-size: 14px;
}
.glass-feature small{
  display:block;
  font-size: 12px;
  color: #9fb3c8;
  margin-top:2px;
}
/* ===== FOOTER PREMIUM (IDENTIQUE SCREENSHOT) ===== */

/* ===== FOOTER PREMIUM – TEXTE AGRANDI ===== */

.footer{
  background:
    radial-gradient(800px 400px at 10% 20%, rgba(18,160,210,.12), transparent 60%),
    linear-gradient(180deg, #0b1220, #050a14);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 56px 0; /* un peu plus d’air */
  margin-top: 0 !important;
}

.footer__grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
}

/* Brand */
.footer__brand{
  display:flex;
  align-items:center;
  gap:16px;
}
.footer__brand img{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#fff;
}
.footer__brand strong{
  display:block;
  font-size:17px; /* +1px */
  font-weight:700;
}
.footer__brand span{
  font-size:14px; /* +1px */
  color:#9fb3c8;
}

/* Colonnes */
.footer__col h4{
  font-size:15px; /* +1px */
  margin-bottom:16px;
  font-weight:700;
}

.footer__col p,
.footer__col a{
  font-size:14px; /* +1px */
  color:#9fb3c8;
  margin-bottom:12px;
  line-height:1.6;
  display:block;
}

.footer__col a:hover{
  color:#eaf2ff;
}

/* Responsive */
@media(max-width: 980px){
  .footer__grid{
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 640px){
  .footer__grid{
    grid-template-columns: 1fr;
  }
}

/* ===== FOOTER : AGRANDIR TEXTE (SAUF BRAND) ===== */

/* Titres des colonnes */
.footer__col h4{
  font-size:17px;        /* encore plus gros */
  font-weight:700;
  margin-bottom:18px;
  letter-spacing:0.02em;
}

/* Textes & liens des colonnes */
.footer__col p,
.footer__col a{
  font-size:15.5px;      /* +++ lisibilité */
  line-height:1.7;
  margin-bottom:14px;
  color:#b6c7dd;
}

/* Hover plus visible */
.footer__col a:hover{
  color:#ffffff;
}
/* ===== FOOTER : REMONTER LA PARTIE BRAND ===== */

.footer__brand{
  align-self: flex-start; /* l’ancre en haut de la grille */
  margin-top: -6px;       /* ajuste ici si besoin (-4 / -6 / -8) */
}
/* ===== FOOTER : REMONTÉE FINALE ===== */

.footer__grid{
  align-items: flex-start;
}

.footer__col{
  margin-top: -10px; /* dernier cran vers le haut */
}
/* ===== ABOUT / COORDONNÉES CARD ===== */

.about-card{
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 22px;
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

/* Titre */
.about-card h3{
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

/* Lignes */
.about-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.about-row:first-of-type{
  border-top: none;
}

.about-row span{
  color:#9fb3c8;
  font-size: 14px;
}

.about-row strong{
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  max-width: 60%;
}

/* Bloc conseil */
.about-hint{
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(18,160,210,.12);
  border: 1px solid rgba(18,160,210,.28);
  color: #d9efff;
  font-size: 13px;
}

.about-hint span{
  font-weight: 700;
}
/* ===== POURQUOI WEB SECURE – VERSION EXACTE ===== */

.section--why{
  background:
    radial-gradient(900px 500px at 20% 20%, rgba(18,160,210,.18), transparent 60%),
    linear-gradient(180deg, #0b1220, #050a14);
}

.why-grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:60px;
  align-items:start;
}

/* ===== GAUCHE ===== */

.why{
  max-width:520px;
}

.why__tag{
  display:inline-block;
  font-size:12px;
  letter-spacing:.18em;
  color:#9fb3c8;
  font-weight:700;
  margin-bottom: 10px;
}

.why h2{
  font-size:32px;
  line-height:1.2;
  margin:10px 0 14px;
}

.why__desc{
  color:#b6c7dd;
  margin-bottom:18px;
}

/* Liste check verts */
.why__list{
  list-style:none;
  padding:0;
  margin:0 0 22px;
}

.why__list li{
  position:relative;
  padding-left:26px;
  margin-bottom:10px;
  color:#cfe6ff;
  font-size:14px;
}

.why__list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#95CC0D;
  font-weight:700;
}

.why__actions{
  display:flex;
  gap:12px;
}

/* ===== DROITE : COORDONNÉES ===== */

.about-card{
  align-self:start;
  background: rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  padding:22px;
  backdrop-filter: blur(20px);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  max-width:420px;
  margin-left:auto;
}

.about-card h3{
  margin:0 0 14px;
  font-size:16px;
  font-weight:700;
}

.about-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.10);
}

.about-row:first-of-type{
  border-top:none;
}

.about-row span{
  color:#9fb3c8;
  font-size:14px;
}

.about-row strong{
  font-size:14px;
  font-weight:600;
  text-align:right;
  max-width:60%;
}

.about-hint{
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  background: rgba(18,160,210,.12);
  border:1px solid rgba(18,160,210,.28);
  color:#d9efff;
  font-size:13px;
}

.about-hint span{
  font-weight:700;
}

/* ===== RESPONSIVE ===== */

@media(max-width: 980px){
  .why-grid{
    grid-template-columns:1fr;
  }
  .about-card{
    margin-left:0;
    max-width:100%;
  }
}
/* ===== POURQUOI WEB SECURE – SCALE UP ===== */

/* Colonne gauche */
.why{
  max-width: 580px; /* + large */
}

.why__tag{
  font-size: 13px;
}

.why h2{
  font-size: 38px;   /* avant 32px */
  line-height: 1.15;
}

.why__desc{
  font-size: 16px;
  margin-bottom: 22px;
}

/* Liste */
.why__list li{
  font-size: 15.5px;
  margin-bottom: 12px;
}

.why__list li::before{
  font-size: 15px;
}

/* Boutons */
.why__actions .btn{
  padding: 12px 18px;
  font-size: 14.5px;
}

/* ===== CARTE COORDONNÉES ===== */

.about-card{
  max-width: 460px;     /* plus imposante */
  padding: 26px;
  border-radius: 28px;
}

.about-card h3{
  font-size: 17px;
  margin-bottom: 18px;
}

.about-row{
  padding: 16px 0;
}

.about-row span{
  font-size: 15px;
}

.about-row strong{
  font-size: 15px;
}

/* Bloc conseil */
.about-hint{
  font-size: 14px;
  padding: 16px 18px;
}
/* ===== SUPPRESSION TOTALE DE LA BANDE SOUS POURQUOI WEB SECURE ===== */

/* 1. Supprime tout pseudo-élément décoratif */
.section--why::before,
.section--why::after{
  content: none !important;
  display: none !important;
}

/* 2. Neutralise toute section décorative juste après */
.section--why + .section,
.section--why + .section--alt{
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 3. Sécurité : empêche tout débordement graphique */
.section--why{
  overflow: hidden;
}

/* ===== LAYOUT GLOBAL : FOOTER TOUJOURS EN BAS ===== */

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

/* Le contenu principal prend toute la hauteur restante */
main {
  flex: 1;
}

/* Sécurité : le footer ne remonte jamais */
.footer {
  margin-top: 0;
}
/* ===== BACKGROUND GLOBAL UNIQUE ===== */

body {
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(18,160,210,.25), transparent 60%),
    radial-gradient(700px 400px at 85% 30%, rgba(149,204,13,.20), transparent 60%),
    radial-gradient(600px 600px at 80% 70%, rgba(150,33,133,.22), transparent 65%),
    linear-gradient(180deg, #0b1220 0%, #050a14 100%);
  background-attachment: fixed;
}
/* ===== SECTIONS TRANSPARENTES ===== */

.section,
.section--alt,
.section--why,
.trusted {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* ===== UN SEUL FOND SUR TOUTE LA PAGE (inclut le HERO) ===== */

/* 1) On coupe le calque de fond du hero */
.hero__bg{
  display: none !important;
}

/* 2) On s'assure que le hero est transparent */
.hero{
  background: transparent !important;
}


/* ===== FAQ – TEXTE LISIBLE ===== */

/* Question */
.faq-question{
  color: #ffffff !important;
}

/* Réponse */
.faq-answer{
  color: #dbe7ff !important; /* blanc doux */
}

/* Icône + */
.faq-icon{
  color: #ffffff !important;
}

/* Titres */
.faq-section h2,
.faq-section h3{
  color: #ffffff;
}
/* ===== FAQ – UNIFORMISATION TOTALE ===== */

.faq-item,
.faq-question,
.faq-answer {
  background: rgba(255,255,255,0.06) !important;
  color: #ffffff !important;
}

.faq-answer {
  background: transparent !important;
  color: #dbe7ff !important;
}

.faq-question {
  font-weight: 500;
}

.faq-icon {
  color: #ffffff !important;
}
/* ===== FAQ – TEXTE BLANC FORCÉ ===== */

/* Bouton FAQ */
.faq_item {
  color: #ffffff !important;
}

/* Texte de la question */
.faq_q {
  color: #ffffff !important;
  font-weight: 500;
}

/* Icône + */
.faq_icon {
  color: #ffffff !important;
}

/* Texte de la réponse */
.faq_a {
  color: #dbe7ff !important; /* blanc légèrement adouci */
}

/* Sécurité : tout ce qu’il y a dans la FAQ */
.faq * {
  color: #ffffff;
  }

  /* Rendre le bloc "Conseil" invisible sans casser la mise en page */
.about-hint{
  visibility: hidden;
}
