:root{
  --brand: #ff7a00;
  --brand2: #ff9b3a;
  --bg: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --card: #ffffff;
  --line: rgba(17,24,39,.10);
  --shadow: 0 18px 50px rgba(17,24,39,.10);
  --radius: 18px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--text);
  background: var(--bg);
}

.container{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.nav{
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.2px;
}
.brand-dot{
  width: 12px; height:12px;
  background: var(--brand);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(255,122,0,.18);
}
.brand-name{ font-size: 16px; }

.nav-links{
  display:flex;
  align-items:center;
  gap: 16px;
  flex-wrap: wrap;
}
.nav-links a{
  text-decoration:none;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}
.nav-links a:hover{ color: var(--text); }

.hero{
  position: relative;
  padding: 62px 0 34px;
  overflow: hidden;
}
.hero-bg{
  position:absolute;
  inset: -200px -200px auto -200px;
  height: 520px;
  background: radial-gradient(closest-side, rgba(255,122,0,.22), transparent 68%),
              radial-gradient(closest-side, rgba(255,155,58,.22), transparent 62%);
  pointer-events:none;
  filter: blur(2px);
}

.hero-inner{
  display:grid;
  grid-template-columns: 1.3fr .9fr;
  align-items: center;
  gap: 34px;
}

.hero h1{
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.6px;
}
.lead{
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.cta{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  text-decoration:none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(17,24,39,.06);
}
.btn:hover{ transform: translateY(-1px); }
.btn.primary{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border-color: transparent;
  color: #fff;
}

.mini-proof{
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.hero-card{
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.app-badge{
  width: 110px; height: 110px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(17,24,39,.14);
  border: 1px solid rgba(17,24,39,.10);
}
.app-badge img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-text{ margin-top: 14px; }
.hero-card-title{
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 18px;
}
.hero-card-sub{
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.section{
  padding: 62px 0;
}
.section.alt{
  background: rgba(17,24,39,.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head{
  margin-bottom: 22px;
}
.section-head h2{
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -0.4px;
}
.section-head p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 12px 28px rgba(17,24,39,.06);
}
.card .icon{
  font-size: 24px;
  margin-bottom: 8px;
}
.card h3{
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.two-cols{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.preview-box{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
}
.preview-placeholder{
  border-radius: 16px;
  border: 1px dashed rgba(17,24,39,.20);
  padding: 28px;
  text-align: center;
  color: var(--muted);
}
.preview-placeholder span{
  font-size: 40px;
  display:block;
  margin-bottom: 10px;
}
.preview-placeholder p{
  margin: 0;
  font-weight: 900;
  color: var(--text);
}
.preview-placeholder small{
  display:block;
  margin-top: 6px;
}

.muted{ color: var(--muted); }

.trust{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.trust-item{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(17,24,39,.06);
}
.trust-item h3{ margin:0 0 6px; }
.trust-item p{ margin:0; color: var(--muted); line-height: 1.55; }

.faq{
  display:grid;
  gap: 10px;
}
.faq-item{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:#fff;
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(17,24,39,.05);
}
.faq-item summary{
  cursor:pointer;
  font-weight: 900;
}
.faq-item p{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.final-cta{
  padding: 56px 0;
  background: linear-gradient(135deg, rgba(255,122,0,.16), rgba(255,155,58,.10));
  border-top: 1px solid rgba(255,122,0,.18);
}
.final-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.final-cta h2{ margin:0 0 8px; letter-spacing: -0.4px; }
.final-cta p{ margin:0; color: var(--muted); }

.footer{
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-links{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}
.footer a{
  color: var(--muted);
  text-decoration:none;
  font-weight: 700;
  font-size: 14px;
}
.footer a:hover{ color: var(--text); }

@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .grid{ grid-template-columns: repeat(2, 1fr); }
  .trust{ grid-template-columns: 1fr; }
  .two-cols{ grid-template-columns: 1fr; }
}

/* Base: mobile -> scroll, aligné à gauche (naturel) */
.screens{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px 0 14px;     /* <-- enlève le padding gauche/droite */
  scroll-snap-type: x mandatory;
}

/* Desktop: si ça ne déborde pas, on centre */
@media (min-width: 900px){
  .screens{
    justify-content: center;  /* ✅ centre les 2 captures */
    overflow-x: visible;      /* ✅ évite l’effet “contenu collé à gauche” */
  }
}


.screens img{
  width: 180px;              /* ✅ taille maîtrisée */
  max-width: 60vw;           /* mobile safe */
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(17,24,39,.12);
  box-shadow: 0 12px 28px rgba(17,24,39,.14);
  background: #000;
  scroll-snap-align: start;
  transition: transform .2s ease, box-shadow .2s ease;
}

.screens img:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(17,24,39,.18);
}

.seo-text{
  font-size: 15px;
  line-height: 1.7;
}

.seo-text p{
  color: #4b5563;
  max-width: 820px;
}
