:root{
  --bg:#0b1020;
  --card:rgba(255,255,255,.08);
  --text:#e8eefc;
  --muted:rgba(232,238,252,.72);
  --line:rgba(255,255,255,.14);
  --accent:#E39FF6;
  --accent2:#2E6BFF;
  --ok:#36d399;
  --warn:#fbbf24;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:radial-gradient(900px 600px at 12% 10%, rgba(227,159,246,.35), transparent 55%),
radial-gradient(900px 600px at 92% 20%, rgba(46,107,255,.35), transparent 55%),
linear-gradient(180deg, #070a14, var(--bg));}
a{color:inherit}
.wrap{max-width:1100px;margin:0 auto;padding:24px}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo{
  width:38px;height:38px;border-radius:12px;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow:0 10px 30px rgba(227,159,246,.18);
  display:grid;place-items:center;font-weight:900;
}
.brand span{font-weight:900;letter-spacing:.2px}
.pill{display:flex;gap:10px;flex-wrap:wrap}
.btn{
  appearance:none;border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:var(--text);
  padding:10px 14px;border-radius:999px;
  text-decoration:none;font-weight:800;
  display:inline-flex;align-items:center;gap:10px;
}
.btn.primary{
  border:none;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow:0 18px 45px rgba(46,107,255,.20);
}
.btn:hover{transform:translateY(-1px)}
.hero{padding:56px 0 24px;display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}
@media (max-width: 900px){.hero{grid-template-columns:1fr}}
.h-title{font-size:52px;line-height:1.03;margin:0}
@media (max-width: 520px){.h-title{font-size:40px}}
.h-sub{margin:14px 0 24px;color:var(--muted);font-size:16px;line-height:1.6;max-width:54ch}
.card{
  border:1px solid var(--line);
  background:var(--card);
  border-radius:22px;
  padding:18px;
  backdrop-filter: blur(8px);
}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width: 900px){.grid{grid-template-columns:1fr}}
.item{padding:14px;border-radius:16px;border:1px solid var(--line);background:rgba(0,0,0,.15)}
.item b{display:block;margin-bottom:6px}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
@media (max-width: 900px){.kpis{grid-template-columns:1fr}}
.kpi{border:1px solid var(--line);border-radius:16px;padding:12px;background:rgba(0,0,0,.15)}
.kpi .n{font-size:20px;font-weight:900}
.kpi .t{color:var(--muted);font-size:13px;margin-top:4px}
.section{padding:28px 0}
.section h2{margin:0 0 10px}
.section p{margin:0;color:var(--muted);line-height:1.7}
.screens{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px
}
@media (max-width: 900px){.screens{grid-template-columns:1fr}}
.shot{
  border:1px dashed rgba(255,255,255,.22);
  border-radius:16px;height:260px;
  background:rgba(0,0,0,.18);
  display:grid;place-items:center;color:rgba(255,255,255,.55);font-weight:700
}
.faq{display:grid;gap:10px;margin-top:12px}
details{
  border:1px solid var(--line);border-radius:16px;
  background:rgba(0,0,0,.15);
  padding:12px 14px
}
summary{cursor:pointer;font-weight:900}
footer{padding:26px 0;color:var(--muted);display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:space-between}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.small{font-size:13px;color:var(--muted);line-height:1.7}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 10px;border-radius:999px;
  border:1px solid var(--line);background:rgba(0,0,0,.15);
  color:var(--muted);font-weight:800;font-size:12px
}
hr{border:none;border-top:1px solid var(--line);margin:22px 0}
.page h1{margin:16px 0 6px}
.page .meta{color:var(--muted);font-size:13px;margin-bottom:16px}
.list{margin:10px 0 0;padding-left:18px;color:var(--muted);line-height:1.7}
.code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:12.5px;
  background:rgba(0,0,0,.25);
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px;
  overflow:auto;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.brandLogo{
  width:56px;
  height:56px;
  border-radius:16px;
  object-fit:contain;
  flex:0 0 auto;

  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 5px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}
/* Aperçu: images + footer clean */
.screens .shot {
  overflow: hidden;
}

.screens .shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.preview-footer{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.preview-footer .help{
  font-size: 13px;
  opacity: 0.85;
}

.preview-footer .mini-links{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  opacity: 0.85;
}

.preview-footer .dot{
  opacity: 0.5;
}

@media (max-width: 820px){
  .preview-footer{
    flex-direction: column;
    align-items: flex-start;
  }
}
.screens{
  display:flex;
  gap:16px;
  align-items:flex-end;
  margin-top:12px;
}

.shot{
  flex:1;
  border: 2px dashed rgba(255,255,255,0.18);
  border-radius: 26px;
  overflow:hidden;
  background: rgba(255,255,255,0.03);
}

.shot img{
  width:100%;
  height:auto;      /* ✅ important: pas de coupe */
  display:block;    /* ✅ enlève les petits espaces bizarres */
}

/* Mobile: empile proprement */
@media (max-width: 900px){
  .screens{ flex-direction:column; }
  .shot{ max-width:340px; }
}
/* Screenshots */
.screens{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin-top:12px;
}

.shot{
  border:1px dashed rgba(255,255,255,0.22);
  border-radius:28px;
  overflow:hidden;
  aspect-ratio: 9 / 19.5; /* format iPhone */
}

.shot img{
  width:100%;
  height:100%;
  display:block;
  object-fit: cover;
}

/* ✅ Mobile: 1 screenshot par ligne => plus grand, plus haut */
@media (max-width: 768px){
  .screens{
    grid-template-columns:1fr;
  }
}
/* ✅ Screenshots: mobile = plein largeur, pas de crop */
@media (max-width: 768px) {
  .screens {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .shot {
    /* IMPORTANT: on enlève ce qui coupe */
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .shot img {
    /* IMPORTANT: image normale (pas absolute), pas de cover */
    position: static !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
}

/* --- Support form --- */
.form { margin-top: 12px; display: grid; gap: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }

.field { display: grid; gap: 6px; }
.field span { font-size: 13px; color: var(--muted); font-weight: 800; }

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.20);
  color: var(--text);
  outline: none;
}

.field textarea { min-height: 140px; resize: vertical; }

.field input::placeholder,
.field textarea::placeholder { color: rgba(232,238,252,.55); }
