/* ============================================================
 |  Valyro - Welcome / Landing page styles
 |  Extracted from inline blade — version 2026-05
 |
 |  Convention :
 |   --accent  : vert principal (#059669)
 |   --bg, --text, --border : variables globales (cf. valyro-ui.css)
 |
 |  Aucune dépendance Tailwind directe : tout est en CSS natif pour
 |  un first paint rapide + cache long terme.
 ============================================================ */

/* Container patterns */
.wp-stretch { margin: 0 -1.25rem; padding-left: 1.25rem; padding-right: 1.25rem; }
@media (min-width: 640px)  { .wp-stretch { margin: 0 -1.5rem; padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .wp-stretch { margin: 0 -2rem; padding-left: 2rem; padding-right: 2rem; } }
.wp-inner  { max-width: 1200px; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 640px)  { .wp-inner  { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .wp-inner  { padding-left: 2rem;   padding-right: 2rem; } }
.wp-section { padding: 5rem 0; }

.wp-label  { display: inline-block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: #059669; margin-bottom: .55rem; }
.wp-h2     { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 900; color: #0d1f17; letter-spacing: -.03em; line-height: 1.15; }
.wp-sub    { font-size: 1rem; color: #4a6057; font-weight:500; line-height: 1.7; margin-top: .6rem; }

.how-wrap .wp-h2, .why-wrap .wp-h2, .faq-wrap .wp-h2 { color:#f1f5f9; }
.how-wrap .wp-sub, .why-wrap .wp-sub, .faq-wrap .wp-sub { color:#94a3b8; }
.how-wrap .wp-label, .why-wrap .wp-label, .faq-wrap .wp-label { color:#34d399; }

/* HERO */
.hero-wrap {
  background:var(--bg);
  border-bottom:1px solid var(--border);
  overflow:hidden;
  position:relative;
  margin:-2rem -1.25rem 0;
  padding:0 1.25rem;
}
@media (min-width:640px)  { .hero-wrap { margin:-2rem -1.5rem 0; padding:0 1.5rem; } }
@media (min-width:1024px) { .hero-wrap { margin:-2.5rem -2rem 0; padding:0 2rem; } }

.hero-wrap::after  {
  content:''; position:absolute; top:-100px; right:-80px;
  width:450px; height:450px; border-radius:50%;
  background:radial-gradient(circle,rgba(5,150,105,.1) 0%,transparent 65%);
  pointer-events:none;
}
.hero-grid {
  display:grid; grid-template-columns:1fr; gap:3rem;
  align-items:center; padding:5rem 0 4rem; position:relative; z-index:1;
}
@media (min-width:1024px) { .hero-grid { grid-template-columns:1fr 1fr; gap:4rem; } }

.hero-eyebrow {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.3rem .8rem; border-radius:9999px;
  background:#ecfdf5; border:1px solid #a7f3d0;
  font-size:.75rem; font-weight:700; color:#065f46; margin-bottom:1.25rem;
}
.hero-eyebrow .dot {
  width:.4rem; height:.4rem; border-radius:50%; background:#10b981;
  animation:pulse-dot 2s ease-in-out infinite;
}
.hero-new-badge {
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.2rem .55rem; border-radius:6px;
  background:#fef3c7; border:1px solid #fcd34d;
  font-size:.65rem; font-weight:800; color:#92400e;
  text-transform:uppercase; letter-spacing:.08em;
  margin-left:.5rem;
}
@keyframes pulse-dot { 0%,100%{transform:scale(1);opacity:1;} 50%{transform:scale(1.4);opacity:.5;} }

.hero-title { font-size:clamp(2.4rem,5.5vw,3.8rem); font-weight:900; letter-spacing:-.04em; line-height:1.08; color:#0d1f17; margin:0; }
.hero-title em { font-style:normal; background:linear-gradient(120deg,#059669 0%,#10b981 60%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hero-desc  { font-size:1.1rem; color:#4a6057; line-height:1.7; margin-top:1.1rem; max-width:480px; font-weight:500; }

.hero-cta-main {
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.85rem 1.75rem; border-radius:.7rem;
  font-size:1rem; font-weight:800;
  background:#059669; color:#fff; text-decoration:none;
  box-shadow:0 6px 24px rgba(5,150,105,.3);
  transition:background .15s,transform .12s,box-shadow .12s;
}
.hero-cta-main:hover { background:#047857; transform:translateY(-2px); box-shadow:0 10px 30px rgba(5,150,105,.4); }
.hero-cta-sec { font-size:.875rem; font-weight:500; color:#6b7280; text-decoration:none; transition:color .15s; }
.hero-cta-sec:hover { color:#111827; }
.hero-trust { display:flex; flex-wrap:wrap; align-items:center; gap:.5rem 1.25rem; margin-top:1.5rem; }
.hero-trust-item { display:flex; align-items:center; gap:.4rem; font-size:.8rem; font-weight:500; color:#6b7280; }

.hero-illustration { width:100%; max-width:560px; height:auto; margin:0 auto; display:block; }

/* Stats bar */
.stats-bar { background:#111827; padding:1.75rem 0; }
.stats-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:#1f2937; }
@media (min-width:768px) { .stats-grid { grid-template-columns:repeat(4,1fr); } }
.stat-cell { background:#111827; padding:1.25rem 1.5rem; text-align:center; }
.stat-cell .sv { font-size:1.6rem; font-weight:800; color:#fff; letter-spacing:-.03em; line-height:1; }
/* ✅ BATCH 5 — .acc en BLANC au lieu de vert (toute la stats bar uniforme) */
.stat-cell .sv .acc { color:#ffffff; }
.stat-cell .sl { font-size:.75rem; color:#9ca3af; margin-top:.35rem; font-weight:500; }

/* Steps */
.how-wrap { background:#161e2e; }
.steps-grid { display:grid; grid-template-columns:1fr; gap:1.5rem; margin-top:3rem; }
@media (min-width:768px) { .steps-grid { grid-template-columns:repeat(3,1fr); } }
.step-card { background:#f8fafc; border:2px solid #d1d5db; border-radius:1.1rem; padding:1.75rem 1.5rem; transition:background .2s,border-color .2s,transform .2s,box-shadow .2s; }
.step-card:hover { background:#d1fae5; border-color:#059669; transform:translateY(-3px); box-shadow:0 12px 32px rgba(5,150,105,.18); }
.step-num { width:2.25rem; height:2.25rem; border-radius:50%; background:#ecfdf5; border:2px solid #a7f3d0; color:#059669; font-size:.8rem; font-weight:800; display:flex; align-items:center; justify-content:center; margin-bottom:1rem; }
.step-icon { display:flex; align-items:center; justify-content:flex-start; margin-bottom:.75rem; color:#059669; }
.step-card h3 { font-size:.95rem; font-weight:700; color:#111827; margin-bottom:.5rem; transition:color .2s; }
.step-card p  { font-size:.85rem; color:#374151; line-height:1.65; margin:0; transition:color .2s; }
.step-card:hover h3, .step-card:hover p { color:#111827; }

/* Offer cards */
.offers-grid { display:grid; grid-template-columns:1fr; gap:1.1rem; margin-top:2.5rem; }
@media (min-width:640px)  { .offers-grid { grid-template-columns:repeat(2,1fr); } }
@media (min-width:1024px) { .offers-grid { grid-template-columns:repeat(3,1fr); } }
.offer-card { border-radius:1.1rem; padding:1.75rem 1.5rem; position:relative; overflow:hidden; min-height:180px; display:flex; flex-direction:column; justify-content:flex-end; transition:transform .2s,box-shadow .2s; }
.offer-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(0,0,0,.12); }
.offer-card.oc-1 { background:linear-gradient(135deg,#064e3b,#065f46); }
.offer-card.oc-2 { background:linear-gradient(135deg,#1e3a5f,#1e40af); }
.offer-card.oc-3 { background:linear-gradient(135deg,#4a1d96,#6d28d9); }
.offer-card .oc-icon { position:absolute; top:1.1rem; right:1.1rem; color:rgba(255,255,255,.25); }
.oc-earn  { display:inline-flex; align-items:center; padding:.2rem .55rem; border-radius:9999px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.25); font-size:.68rem; font-weight:600; color:rgba(255,255,255,.9); margin-bottom:.65rem; width:fit-content; }
.oc-title { font-size:1.15rem; font-weight:800; color:#fff; line-height:1.2; margin-bottom:.4rem; }
.oc-desc  { font-size:.78rem; color:rgba(255,255,255,.7); line-height:1.55; margin:0; }

/* Why */
.why-wrap { background:#161e2e; }
.why-grid { display:grid; grid-template-columns:1fr; gap:1.1rem; margin-top:2.5rem; }
@media (min-width:768px) { .why-grid { grid-template-columns:repeat(3,1fr); } }
.why-card { background:#f8fafc; border:2px solid #d1d5db; border-radius:1.1rem; padding:1.75rem 1.5rem; transition:background .2s,border-color .2s,transform .2s,box-shadow .2s; }
.why-card:hover { background:#d1fae5; border-color:#059669; transform:translateY(-3px); box-shadow:0 12px 32px rgba(5,150,105,.18); }
.why-card .why-icon { display:flex; align-items:center; margin-bottom:.65rem; color:#059669; }
.why-card h3 { font-size:.95rem; font-weight:800; color:#0d1f17; margin-bottom:.4rem; transition:color .2s; }
.why-card p  { font-size:.85rem; color:#374151; line-height:1.65; margin:0; transition:color .2s; }
.why-card:hover h3, .why-card:hover p { color:#111827; }

/* Cashout */
.cashout-grid { display:grid; grid-template-columns:1fr; gap:2.5rem; align-items:start; }
@media (min-width:1024px) { .cashout-grid { grid-template-columns:1fr 1fr; gap:4rem; } }
.cashout-badges { display:grid; grid-template-columns:repeat(2,1fr); gap:.65rem; margin-top:1.25rem; }
.cashout-badge { display:flex; align-items:center; gap:.65rem; padding:.75rem .85rem; border-radius:.75rem; background:#f9fafb; border:1.5px solid #e5e7eb; font-size:.78rem; font-weight:600; color:#374151; transition:border-color .15s,box-shadow .15s; }
.cashout-badge:hover { border-color:#a7f3d0; box-shadow:0 4px 12px rgba(5,150,105,.08); }
.cb-icon { font-size:1.35rem; flex-shrink:0; display:flex; align-items:center; }
.cashout-key { background:linear-gradient(135deg,#ecfdf5,#d1fae5); border:1.5px solid #a7f3d0; border-radius:1rem; padding:1.75rem; }
.ck-val   { font-size:2.5rem; font-weight:800; color:#059669; letter-spacing:-.04em; }
.ck-label { font-size:.875rem; color:#065f46; margin-top:.2rem; }
.ck-sub   { font-size:.775rem; color:#6b7280; margin-top:.5rem; line-height:1.55; }

/* FAQ */
.faq-wrap { background:#161e2e; }
.faq-grid { border:1.5px solid #e5e7eb; border-radius:1rem; overflow:hidden; background:#fff; margin-top:2.5rem; }
.faq-item { border-bottom:1px solid #f3f4f6; }
.faq-item:last-child { border-bottom:0; }
.faq-item summary { list-style:none; cursor:pointer; padding:1.1rem 1.4rem; font-size:.9rem; font-weight:600; color:#111827; display:flex; justify-content:space-between; align-items:center; gap:1rem; user-select:none; transition:background .15s; }
.faq-item summary:hover { background:#f9fafb; }
.faq-item summary::after { content:''; display:block; flex-shrink:0; width:1.1rem; height:1.1rem; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4v16m8-8H4'/%3E%3C/svg%3E"); background-size:contain; background-repeat:no-repeat; }
.faq-item[open] summary { color:#059669; }
.faq-item[open] summary::after { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23059669' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20 12H4'/%3E%3C/svg%3E"); }
.faq-body { padding:0 1.4rem 1.1rem; font-size:.85rem; color:#6b7280; line-height:1.75; }
.faq-body strong { color:#374151; font-weight:600; }

/* CTA Banner */
.cta-banner { background:linear-gradient(135deg,#059669 0%,#047857 50%,#065f46 100%); position:relative; overflow:hidden; }
.cta-banner::before { content:''; position:absolute; top:-80px; right:-80px; width:350px; height:350px; border-radius:50%; background:rgba(255,255,255,.06); pointer-events:none; }
.cta-banner::after  { content:''; position:absolute; bottom:-60px; left:5%; width:250px; height:250px; border-radius:50%; background:rgba(0,0,0,.06); pointer-events:none; }
.cta-inner { position:relative; z-index:1; padding:5rem 0; text-align:center; }
.cta-banner h2 { font-size:clamp(1.75rem,4vw,3rem); font-weight:800; color:#fff; letter-spacing:-.03em; line-height:1.15; margin:0; }
.cta-banner p  { font-size:1.05rem; color:rgba(255,255,255,.8); margin:1rem auto 0; max-width:500px; line-height:1.65; }
.cta-btn { display:inline-flex; align-items:center; gap:.5rem; margin-top:2rem; padding:.9rem 2rem; border-radius:.75rem; font-size:1rem; font-weight:800; background:#fff; color:#059669; text-decoration:none; box-shadow:0 8px 30px rgba(0,0,0,.15); transition:transform .12s,box-shadow .12s; }
.cta-btn:hover { transform:translateY(-2px); box-shadow:0 12px 40px rgba(0,0,0,.2); }

/* Why-cards (Ce qui nous différencie) */
.diff-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:1.25rem; }
.diff-card { background:#fff; border:2px solid var(--border); border-radius:1rem; padding:1.5rem; }
.diff-card .diff-icon { display:flex; align-items:center; color:#059669; margin-bottom:.75rem; }
.diff-card .diff-title { font-weight:800; font-size:1rem; color:#0d1f17; margin-bottom:.4rem; }
.diff-card .diff-desc  { font-size:.875rem; color:#4a6057; line-height:1.6; margin:0; }
/* ✅ BATCH 5 — .accent neutralisé : la carte "Plateforme française" est identique aux autres (fond blanc) */
.diff-card.accent { background:#fff; border-color:var(--border); }
.diff-card.accent .diff-title { color:#0d1f17; }
.diff-card.accent .diff-desc { color:#4a6057; }