
:root{
  --bg:#06111f;
  --bg2:#081a2d;
  --panel:#0d1d31;
  --panel2:#101f35;
  --line:rgba(120,178,255,.18);
  --line2:rgba(32,201,255,.28);
  --txt:#f7fbff;
  --muted:#9db2d0;
  --blue:#178bff;
  --cyan:#18c8ff;
  --green:#22d284;
  --orange:#ff9f1a;
  --red:#ff4d5f;
  --purple:#9b5cff;
  --shadow:0 24px 80px rgba(0,0,0,.42);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(24,200,255,.16), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(255,159,26,.10), transparent 28%),
    linear-gradient(180deg,#06111f 0%,#071527 48%,#050c17 100%);
  color:var(--txt);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 80%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.nav{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(5,13,25,.78);
  border-bottom:1px solid rgba(120,178,255,.14);
}
.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:13px;font-weight:950;letter-spacing:.02em}
.logo-mark{
  width:42px;height:42px;border-radius:14px;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  display:grid;place-items:center;box-shadow:0 0 28px rgba(24,200,255,.35);
}
.logo span b{color:var(--cyan)}
.logo small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.14em;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:18px;color:#c6d8ef;font-weight:750;font-size:14px}
.nav-links a:hover{color:white}
.nav-actions{display:flex;align-items:center;gap:12px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid var(--line);
  background:rgba(14,31,53,.76);
  color:white;
  font-weight:850;
  border-radius:15px;
  padding:12px 17px;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
  cursor:pointer;
}
.btn.primary{
  border-color:rgba(24,200,255,.55);
  background:linear-gradient(135deg,#1f6dff,#18c8ff);
  box-shadow:0 18px 40px rgba(24,128,255,.24);
}
.btn.ghost{background:transparent}
.btn.orange{background:linear-gradient(135deg,#ff8a00,#ffb133);color:#07101e;border-color:rgba(255,159,26,.45)}
.mobile-toggle{display:none}
.hero{
  padding:78px 0 56px;
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:36px;align-items:center}
.eyebrow{
  color:var(--cyan);font-weight:950;text-transform:uppercase;letter-spacing:.16em;font-size:13px;margin-bottom:16px
}
h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:0 0 22px;letter-spacing:-.055em}
h1 .grad{background:linear-gradient(90deg,#fff,var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:clamp(18px,2vw,22px);line-height:1.55;color:#c6d8ef;margin:0 0 28px;max-width:710px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}
.trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.pill{
  border:1px solid var(--line);
  background:rgba(13,29,49,.72);
  color:#bfd4ee;
  border-radius:999px;
  padding:9px 13px;
  font-size:13px;
  font-weight:760;
}
.hero-card{
  border:1px solid var(--line2);
  background:linear-gradient(180deg,rgba(13,29,49,.86),rgba(6,17,31,.86));
  border-radius:30px;
  padding:14px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.hero-card::before{
  content:"";position:absolute;inset:-1px;
  background:radial-gradient(circle at 15% 10%,rgba(24,200,255,.24),transparent 30%),
             radial-gradient(circle at 90% 10%,rgba(255,159,26,.16),transparent 24%);
  pointer-events:none;
}
.hero-card img{border-radius:20px;position:relative;border:1px solid rgba(255,255,255,.07)}
.floating-badge{
  position:absolute;right:28px;top:28px;z-index:2;
  border:1px solid rgba(24,200,255,.38);
  background:rgba(7,20,36,.86);
  border-radius:20px;
  padding:14px 16px;
  box-shadow:0 16px 40px rgba(0,0,0,.34);
}
.floating-badge strong{display:block;color:white}
.floating-badge span{display:block;color:var(--cyan);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.12em;margin-top:3px}
.section{padding:70px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.04em;margin:0 0 12px}
.section p.sub{color:#b5c7df;font-size:18px;line-height:1.55;max-width:760px;margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{
  background:linear-gradient(180deg,rgba(15,32,54,.86),rgba(8,19,34,.92));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}
.card.highlight{border-color:rgba(24,200,255,.42);box-shadow:0 18px 60px rgba(24,128,255,.13)}
.icon{
  width:48px;height:48px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg,rgba(23,139,255,.32),rgba(24,200,255,.14));
  border:1px solid rgba(24,200,255,.24);
  font-size:22px;margin-bottom:18px;
}
.card h3{font-size:24px;margin:0 0 10px;letter-spacing:-.025em}
.card p{color:#b9cae2;line-height:1.55;margin:0}
.card ul{padding-left:18px;color:#c7d8ee;line-height:1.7;margin:14px 0 0}
.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.module{
  background:rgba(13,29,49,.68);
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
}
.module b{display:block;margin-bottom:8px}
.module span{color:#a8bad3;font-size:14px;line-height:1.45}
.showcase{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;
  border:1px solid var(--line);
  border-radius:30px;
  padding:22px;
  background:linear-gradient(135deg,rgba(14,31,53,.86),rgba(6,17,31,.88));
  box-shadow:var(--shadow);
  margin-bottom:26px;
}
.showcase.reverse{grid-template-columns:1fr 1fr}
.showcase-img{
  border:1px solid rgba(120,178,255,.18);
  border-radius:22px;
  overflow:hidden;
  background:#07111f;
}
.showcase-img img{width:100%;height:100%;object-fit:cover}
.tags{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.tag{padding:7px 10px;border-radius:999px;background:rgba(23,139,255,.13);border:1px solid rgba(24,200,255,.20);color:#bfe8ff;font-size:13px;font-weight:760}
.tag.green{background:rgba(34,210,132,.12);border-color:rgba(34,210,132,.23);color:#b7ffd9}
.tag.orange{background:rgba(255,159,26,.12);border-color:rgba(255,159,26,.25);color:#ffe0a8}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat{border:1px solid var(--line);border-radius:20px;background:rgba(13,29,49,.72);padding:18px}
.stat strong{display:block;font-size:30px}
.stat span{color:#9eb2ce;font-size:14px}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{position:relative}
.price{font-size:44px;font-weight:950;letter-spacing:-.04em;margin:15px 0}
.price small{font-size:15px;color:var(--muted);font-weight:700}
.badge{
  position:absolute;right:18px;top:18px;
  background:linear-gradient(135deg,var(--orange),#ffd36b);
  color:#07101e;border-radius:999px;padding:7px 10px;font-weight:950;font-size:12px
}
.security-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.check{
  display:flex;gap:12px;align-items:flex-start;
  background:rgba(13,29,49,.65);border:1px solid var(--line);border-radius:18px;padding:16px
}
.check i{color:var(--green);font-style:normal;font-weight:950}
.form-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
form{display:grid;gap:14px}
input, select, textarea{
  width:100%;
  background:#071324;
  color:white;
  border:1px solid rgba(120,178,255,.22);
  border-radius:15px;
  padding:14px 14px;
  outline:none;
  font:inherit;
}
textarea{min-height:138px;resize:vertical}
input:focus, select:focus, textarea:focus{border-color:rgba(24,200,255,.72);box-shadow:0 0 0 4px rgba(24,200,255,.08)}
.honeypot{display:none!important}
.notice{font-size:13px;color:#93a9c7;line-height:1.5}
.footer{
  border-top:1px solid var(--line);
  background:rgba(5,13,25,.8);
  padding:38px 0;color:#a9bdd7
}
.footer-grid{display:flex;justify-content:space-between;gap:28px;align-items:flex-start}
.footer a{color:#d8e6f6}
.page-hero{padding:58px 0 28px}
.page-hero h1{font-size:clamp(40px,5vw,64px)}
.breadcrumb{color:var(--cyan);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px;margin-bottom:14px}
.table{
  width:100%;border-collapse:collapse;overflow:hidden;border-radius:20px;border:1px solid var(--line)
}
.table th,.table td{padding:15px 14px;border-bottom:1px solid rgba(120,178,255,.12);text-align:left;color:#c9daf0}
.table th{background:rgba(13,29,49,.9);color:#8fcaff;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.table tr:last-child td{border-bottom:none}
@media (max-width: 980px){
  .hero-grid,.showcase,.showcase.reverse,.grid-2,.form-wrap{grid-template-columns:1fr}
  .grid-3,.pricing{grid-template-columns:1fr}
  .module-grid{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
  .nav-links{display:none}
  .mobile-toggle{display:inline-flex}
}
@media (max-width: 560px){
  .container{width:min(100% - 24px,1180px)}
  .hero{padding-top:46px}
  .nav-actions .btn.ghost{display:none}
  .module-grid,.stats,.security-list{grid-template-columns:1fr}
  h1{font-size:42px}
}


/* =========================================================
   TRACELIA — MODE ULTRA COMPACT V1.1
   Réduction globale des hauteurs, marges, typographies,
   cartes, boutons, sections et visuels pour un rendu plus dense.
   ========================================================= */

:root{
  --radius:18px;
}

body{
  font-size:14px;
}

.container{
  width:min(1280px,calc(100% - 28px));
}

.nav-inner{
  height:60px;
  gap:14px;
}

.logo{
  gap:10px;
  font-size:15px;
}

.logo-mark{
  width:34px;
  height:34px;
  border-radius:11px;
}

.logo small{
  font-size:9px;
  letter-spacing:.12em;
}

.nav-links{
  gap:13px;
  font-size:13px;
}

.btn{
  padding:9px 12px;
  border-radius:12px;
  font-size:13px;
  gap:7px;
}

.hero{
  padding:46px 0 32px;
}

.hero-grid{
  gap:24px;
  grid-template-columns:1fr 1fr;
}

.eyebrow{
  font-size:11px;
  margin-bottom:10px;
  letter-spacing:.14em;
}

h1{
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.02;
  margin-bottom:14px;
}

.lead{
  font-size:16px;
  line-height:1.45;
  margin-bottom:18px;
  max-width:650px;
}

.hero-actions{
  margin:18px 0;
  gap:10px;
}

.trust{
  margin-top:14px;
  gap:8px;
}

.pill{
  padding:7px 10px;
  font-size:12px;
}

.hero-card{
  padding:9px;
  border-radius:22px;
}

.hero-card img{
  border-radius:16px;
}

.floating-badge{
  right:18px;
  top:18px;
  border-radius:15px;
  padding:10px 12px;
  font-size:13px;
}

.floating-badge span{
  font-size:10px;
}

.section{
  padding:44px 0;
}

.section-head{
  margin-bottom:18px;
  gap:18px;
}

.section h2{
  font-size:clamp(27px,3.1vw,42px);
  margin-bottom:8px;
}

.section p.sub{
  font-size:15px;
  line-height:1.45;
}

.grid-3{
  gap:13px;
}

.grid-2{
  gap:16px;
}

.card{
  padding:17px;
  border-radius:18px;
}

.icon{
  width:38px;
  height:38px;
  border-radius:12px;
  font-size:18px;
  margin-bottom:12px;
}

.card h3{
  font-size:20px;
  margin-bottom:7px;
}

.card p{
  line-height:1.45;
}

.card ul{
  line-height:1.55;
  margin-top:10px;
}

.module-grid{
  gap:12px;
}

.module{
  border-radius:15px;
  padding:13px;
}

.module b{
  margin-bottom:5px;
  font-size:14px;
}

.module span{
  font-size:12.5px;
  line-height:1.35;
}

.showcase{
  gap:16px;
  border-radius:22px;
  padding:15px;
  margin-bottom:18px;
}

.showcase-img{
  border-radius:16px;
}

.tags{
  margin:12px 0;
  gap:6px;
}

.tag{
  padding:6px 8px;
  font-size:12px;
}

.stats{
  gap:10px;
}

.stat{
  border-radius:15px;
  padding:13px;
}

.stat strong{
  font-size:24px;
}

.stat span{
  font-size:12px;
}

.pricing{
  gap:13px;
}

.price{
  font-size:32px;
  margin:10px 0;
}

.price small{
  font-size:12px;
}

.badge{
  top:12px;
  right:12px;
  padding:5px 8px;
  font-size:10px;
}

.security-list{
  gap:10px;
}

.check{
  border-radius:14px;
  padding:12px;
}

.form-wrap{
  gap:16px;
}

form{
  gap:10px;
}

input, select, textarea{
  border-radius:12px;
  padding:11px 12px;
  font-size:13px;
}

textarea{
  min-height:108px;
}

.notice{
  font-size:12px;
}

.footer{
  padding:28px 0;
}

.page-hero{
  padding:38px 0 18px;
}

.page-hero h1{
  font-size:clamp(32px,4vw,50px);
}

.breadcrumb{
  font-size:10px;
  margin-bottom:10px;
}

.table th,.table td{
  padding:11px 10px;
}

.table th{
  font-size:10px;
}

@media (min-width: 981px){
  .hero-card img{
    max-height:520px;
    object-fit:cover;
  }

  .showcase-img img{
    max-height:440px;
    object-fit:cover;
  }

  .showcase.reverse .showcase-img img{
    max-height:420px;
  }
}

@media (max-width: 980px){
  .hero-grid,.showcase,.showcase.reverse,.grid-2,.form-wrap{
    grid-template-columns:1fr;
  }

  .hero{
    padding-top:34px;
  }

  .module-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .nav-links{
    top:60px!important;
  }
}

@media (max-width: 560px){
  .container{
    width:min(100% - 20px,1280px);
  }

  h1{
    font-size:34px;
  }

  .section{
    padding:34px 0;
  }

  .module-grid,.stats,.security-list{
    grid-template-columns:1fr;
  }
}
