﻿/* ============================================================
   Proview — vitrine. Design system v2.
   Palette 3 couleurs : encre #101318 · vert #27B768 · gris #F6F7F9
   Typo : Inter (fallback système) · Espaces généreux · Ombres douces
   ============================================================ */
* { box-sizing: border-box; margin: 0; }
:root {
  --ink:      #101318;                /* encre — héros, footer, titres */
  --ink-soft: #171B22;
  --primary:  #27B768;                /* vert Proview */
  --primary-d:#1E9A57;
  --primary-glow: rgba(39,183,104,.32);
  --bg:       #ffffff;
  --bg-soft:  #F6F7F9;                /* gris très clair — respiration */
  --border:   #E7EAEE;
  --text:     #1C2128;
  --muted:    #667085;
  --radius:   18px;
  --shadow-s: 0 1px 2px rgba(16,19,24,.05), 0 4px 12px rgba(16,19,24,.05);
  --shadow-m: 0 2px 4px rgba(16,19,24,.04), 0 12px 32px rgba(16,19,24,.08);
  --shadow-l: 0 24px 64px rgba(16,19,24,.16);
  --ease: cubic-bezier(.22,.68,.36,1);
}
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }   /* garde-fou anti-débordement horizontal */
body {
  font-family: 'Inter', -apple-system, 'Segoe UI Variable', 'Segoe UI', Roboto, sans-serif;
  color: var(--text); background: var(--bg);
  font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.muted { color: var(--muted); }
.center { text-align: center; }
::selection { background: var(--primary); color: #fff; }
:focus-visible { outline: 3px solid var(--primary-glow); outline-offset: 2px; border-radius: 6px; }

h1, h2, h3, .price, .plan-price { letter-spacing: -0.022em; }

/* ── Marque ─────────────────────────────────────────────── */
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17.5px; font-weight: 650; letter-spacing: -0.01em; }
.brand b { color: var(--primary); }
.mark-img { width: 34px; height: 34px; display: inline-block; flex: none; }
.mark-img.sm { width: 24px; height: 24px; }

/* ── Navigation ─────────────────────────────────────────── */
.nav {
  display: flex; align-items: center; gap: 28px;
  padding: 15px max(5vw, calc((100% - 1180px) / 2));
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.85); backdrop-filter: blur(14px) saturate(1.6);
  border-bottom: 1px solid rgba(231,234,238,.8);
}
.nav-links { display: flex; gap: 26px; flex: 1; font-size: 14.5px; font-weight: 550; color: var(--muted); }
.nav-links a { position: relative; padding: 4px 0; transition: color .18s; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
  background: var(--primary); border-radius: 2px; transition: right .22s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }

/* Drapeaux + devises */
.nav-selects { display: flex; align-items: center; gap: 7px; }
.flag {
  display: inline-flex; width: 27px; height: 19px; border-radius: 4.5px; overflow: hidden;
  border: 2px solid transparent; opacity: .45; box-shadow: var(--shadow-s);
  transition: opacity .18s, border-color .18s, transform .18s var(--ease);
}
.flag svg { width: 100%; height: 100%; display: block; }
.flag:hover { opacity: 1; transform: translateY(-1px); }
.flag.on { opacity: 1; border-color: var(--primary); }
.cur-pills {
  display: inline-flex; border: 1px solid var(--border); border-radius: 9px;
  overflow: hidden; margin-left: 4px; background: #fff; box-shadow: var(--shadow-s);
}
.cur-pills a { padding: 6px 10px; font-size: 12px; font-weight: 700; color: var(--muted); transition: background .15s, color .15s; }
.cur-pills a:hover { background: var(--bg-soft); color: var(--text); }
.cur-pills a.on { background: var(--primary); color: #fff; }

/* ── Boutons ────────────────────────────────────────────── */
.btn {
  display: inline-block; border: 1px solid var(--border); background: #fff; color: var(--text);
  border-radius: 12px; padding: 11px 22px; font-size: 14.5px; font-weight: 650; cursor: pointer;
  font-family: inherit; box-shadow: var(--shadow-s);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, border-color .18s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-m); border-color: #D5DAE1; }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: linear-gradient(180deg, #2CC673, var(--primary));
  border-color: transparent; color: #fff;
  box-shadow: 0 1px 2px rgba(16,19,24,.08), 0 6px 18px var(--primary-glow);
}
.btn-primary:hover {
  background: linear-gradient(180deg, #2CC673, var(--primary-d));
  box-shadow: 0 4px 10px rgba(16,19,24,.08), 0 10px 28px var(--primary-glow);
}
.btn-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.32); color: #fff; box-shadow: none; backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.55); }
.btn-lg { padding: 15px 30px; font-size: 15.5px; border-radius: 14px; }
.btn-full { width: 100%; text-align: center; }

/* ── Héros ──────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 420px at 50% -8%, rgba(39,183,104,.16), transparent 62%),
    radial-gradient(700px 380px at 82% 22%, rgba(39,183,104,.07), transparent 60%),
    var(--ink);
  color: #fff; text-align: center; padding: 108px 5vw 44px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(720px 480px at 50% 0%, #000 40%, transparent 100%);
}
.hero > * { position: relative; }
.hero h1 { font-size: clamp(34px, 5.4vw, 60px); line-height: 1.08; font-weight: 800; }
.hero h1 span { color: var(--primary); }
.hero p { margin: 26px auto 0; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.6vw, 18.5px); max-width: 640px; }
.hero-cta { margin-top: 38px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-shot { max-width: 1000px; margin: 64px auto -160px; padding: 0; position: relative; z-index: 2; }
.hero-shot .shot { box-shadow: var(--shadow-l), 0 0 0 1px rgba(255,255,255,.08); }
.hero + .section { padding-top: 224px; }

/* ── Sections ───────────────────────────────────────────── */
.section { padding: 104px 5vw; max-width: 1180px; margin: 0 auto; }
.section.narrow { max-width: 660px; }
.section h2 { font-size: clamp(26px, 3.6vw, 40px); font-weight: 800; text-align: center; line-height: 1.16; }
.section-sub { text-align: center; color: var(--muted); margin: 16px auto 56px; font-size: 16.5px; max-width: 620px; }
.section.dark {
  max-width: none;
  background: radial-gradient(800px 400px at 50% 0%, rgba(39,183,104,.1), transparent 60%), var(--ink-soft);
  color: #fff;
}
.section.dark .section-sub { color: rgba(255,255,255,.58); }

/* ── Offres ─────────────────────────────────────────────── */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 28px; }
.offer-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 36px 34px; display: flex; flex-direction: column; gap: 16px;
  box-shadow: var(--shadow-s);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); border-color: #D9DEE5; }
.offer-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.offer-mark { width: 50px; height: 50px; filter: drop-shadow(0 4px 10px rgba(16,19,24,.16)); }
.offer-badge {
  align-self: flex-start; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  background: #E6F8EE; color: #147A46; border-radius: 999px; padding: 5px 13px;
}
.offer-badge.alt { background: #E4EEFE; color: #1D4ED8; }
.offer-card h3 { font-size: 23px; font-weight: 750; } .offer-card h3 b { color: var(--primary); }
.offer-card p { color: var(--muted); font-size: 14.5px; }
.offer-card ul { list-style: none; padding: 0; display: grid; gap: 10px; font-size: 14.5px; }
.offer-card li { padding-left: 26px; position: relative; }
.offer-card li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--primary); font-weight: 800;
}
.offer-card .btn { margin-top: auto; align-self: flex-start; }
.doli-tag {
  margin-left: 10px; vertical-align: 3px;
  background: #1D4ED8; color: #fff; font-size: 10px; font-weight: 700;
  border-radius: 999px; padding: 3px 10px; text-transform: uppercase; letter-spacing: .05em;
}
/* Wordmark « Proview » soudé (pas de gap flex entre Pro et view) */
.wm { display: inline-flex; align-items: baseline; }
.wm b { color: var(--primary); }

/* ── Captures d'écran ───────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.split.reverse > .shot { order: -1; }
.split-t { font-size: 24px; font-weight: 750; margin-bottom: 12px; line-height: 1.25; }
.split .muted { font-size: 15.5px; }
.shot {
  border-radius: 16px; overflow: hidden; background: #fff;
  border: 1px solid var(--border); box-shadow: var(--shadow-m);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.section .split .shot:hover { transform: translateY(-4px) scale(1.008); box-shadow: var(--shadow-l); }
.shot-bar { display: flex; gap: 6px; padding: 11px 15px; background: #F1F3F6; border-bottom: 1px solid var(--border); }
.shot-bar i { width: 10px; height: 10px; border-radius: 50%; background: #D5DAE1; }
.shot-bar i:first-child { background: #FCA5A5; } .shot-bar i:nth-child(2) { background: #FCD34D; } .shot-bar i:nth-child(3) { background: #86EFAC; }
.shot-img { display: block; width: 100%; height: auto; }

/* ── Apps (bande sombre) ────────────────────────────────── */
.apps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); gap: 14px; max-width: 1180px; margin: 0 auto; }
.app-item {
  display: flex; align-items: center; gap: 13px; font-size: 13.5px; font-weight: 600;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px; padding: 14px 16px;
  transition: background .2s, border-color .2s, transform .2s var(--ease);
}
.app-item:hover { background: rgba(255,255,255,.09); border-color: rgba(39,183,104,.45); transform: translateY(-2px); }
.tile {
  width: 40px; height: 40px; border-radius: 11px; flex: none; position: relative;
  background: #262A33; color: rgba(255,255,255,.92);
  display: inline-flex; align-items: center; justify-content: center;
}
.tile svg { width: 19px; height: 19px; }
.tile::after { content: ""; position: absolute; right: 5px; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }

/* ── Mobile + stores ────────────────────────────────────── */
.phone-mock { display: flex; justify-content: center; }
.phone {
  width: 240px; border-radius: 30px; background: var(--ink); padding: 24px 19px; color: #fff;
  box-shadow: var(--shadow-l);
  border: 1px solid rgba(255,255,255,.08);
  transform: rotate(2.5deg); transition: transform .3s var(--ease);
}
.phone:hover { transform: rotate(0deg) translateY(-4px); }
.phone-head { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; margin-bottom: 18px; }
.phone-line { height: 9px; border-radius: 5px; background: rgba(255,255,255,.13); margin: 10px 0; }
.w60 { width: 60%; } .w70 { width: 70%; } .w80 { width: 80%; } .w90 { width: 90%; }
.phone-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 16px 0; }
.phone-tiles i { display: block; aspect-ratio: 1; border-radius: 10px; background: #262A33; position: relative; }
.phone-tiles i::after { content: ""; position: absolute; right: 4px; bottom: 4px; width: 3px; height: 3px; border-radius: 50%; background: var(--primary); }
.store-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px; position: relative;
  background: var(--ink); color: #fff; border-radius: 13px; padding: 10px 20px 10px 15px;
  box-shadow: var(--shadow-s);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.store-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow-m); }
.store-badge.soon { opacity: .78; cursor: default; }
.store-ico svg { width: 24px; height: 24px; display: block; }
.store-txt { display: flex; flex-direction: column; line-height: 1.16; text-align: left; }
.store-txt small { font-size: 10px; opacity: .65; }
.store-txt b { font-size: 14.5px; font-weight: 650; }
.soon-tag {
  position: absolute; top: -8px; right: -6px; font-style: normal;
  background: var(--primary); color: #fff; font-size: 9.5px; font-weight: 700;
  border-radius: 999px; padding: 2.5px 9px; box-shadow: var(--shadow-s);
}

/* ── Pourquoi Proview ───────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; max-width: 1180px; margin: 40px auto 0; }
.why-item {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; padding: 26px 24px;
  transition: background .2s, transform .2s var(--ease);
}
.why-item:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.why-item b { display: block; font-size: 15.5px; margin-bottom: 9px; color: var(--primary); font-weight: 700; }
.why-item p { font-size: 14px; color: rgba(255,255,255,.62); }

/* ── FAQ ────────────────────────────────────────────────── */
.faq { display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--border); border-radius: 14px; padding: 0 22px;
  background: #fff; box-shadow: var(--shadow-s);
  transition: box-shadow .2s, border-color .2s;
}
.faq-item:hover { border-color: #D5DAE1; }
.faq-item[open] { box-shadow: var(--shadow-m); border-color: rgba(39,183,104,.4); }
.faq-item summary { cursor: pointer; font-weight: 650; font-size: 15px; padding: 18px 26px 18px 0; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; inset-inline-end: 0; top: 50%; transform: translateY(-50%);
  color: var(--primary); font-size: 21px; font-weight: 700; transition: transform .2s var(--ease);
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 0 18px; font-size: 14.5px; color: var(--muted); }

/* ── Tarifs ─────────────────────────────────────────────── */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 26px; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px 28px; position: relative; display: flex; flex-direction: column; gap: 16px;
  box-shadow: var(--shadow-s);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); }
.price-card.featured {
  border-color: rgba(39,183,104,.55);
  box-shadow: 0 2px 4px rgba(16,19,24,.04), 0 18px 48px rgba(39,183,104,.16);
}
.price-card.featured:hover { box-shadow: 0 4px 8px rgba(16,19,24,.05), 0 26px 60px rgba(39,183,104,.2); }
.pop {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(180deg, #2CC673, var(--primary)); color: #fff;
  font-size: 11px; font-weight: 700; border-radius: 999px; padding: 5px 16px; white-space: nowrap;
  box-shadow: 0 4px 12px var(--primary-glow); letter-spacing: .03em;
}
.price-card h3 { font-size: 17px; text-align: center; font-weight: 700; }
.price { text-align: center; font-size: 42px; font-weight: 800; color: var(--primary); font-variant-numeric: tabular-nums; }
.price small { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0; }
.price-card ul { list-style: none; padding: 0; display: grid; gap: 9px; font-size: 14px; }
.price-card li { padding-left: 24px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.price-card li.muted::before { color: #CBD2DA; }
.price-card .btn { margin-top: auto; }
.sup-box {
  margin-top: 56px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 32px; box-shadow: var(--shadow-s);
}
.sup-box h3 { margin-bottom: 16px; font-size: 17px; font-weight: 700; }
.sup-table { width: 100%; border-collapse: collapse; }
.sup-table td { padding: 13px 6px; border-top: 1px solid #F0F2F5; font-size: 14.5px; }
.sup-price { text-align: right; font-weight: 700; color: var(--primary); white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ── Formulaires ────────────────────────────────────────── */
.order-form { display: grid; gap: 20px; }
.field label { display: block; font-size: 13px; font-weight: 650; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--border); border-radius: 12px;
  font-size: 15px; font-family: inherit; background: #fff;
  transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(39,183,104,.14);
}
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice {
  position: relative; border: 1px solid var(--border); border-radius: 14px;
  padding: 16px 18px 16px 60px; cursor: pointer; display: grid; gap: 3px; background: #fff;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.choice:hover { border-color: #D5DAE1; box-shadow: var(--shadow-s); }
.choice input { display: none; }
.choice b { font-size: 15px; display: block; }
.choice span { font-size: 12.5px; color: var(--muted); display: block; }
.choice.sel {
  border-color: var(--primary); background: #F4FCF7;
  box-shadow: 0 0 0 4px rgba(39,183,104,.1);
}
.choice-mark { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 33px; height: 33px; }
.check { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14.5px; cursor: pointer; }
.check input { accent-color: var(--primary); width: 17px; height: 17px; }
.subdomain { display: flex; align-items: center; }
.subdomain input { border-radius: 12px 0 0 12px; }
.subdomain span {
  border: 1px solid var(--border); border-left: none; border-radius: 0 12px 12px 0;
  padding: 13px 15px; background: var(--bg-soft); color: var(--muted); font-size: 14.5px; white-space: nowrap;
}
.alert { background: #FDECEC; color: #B42318; border-radius: 12px; padding: 13px 17px; font-size: 14px; margin-bottom: 18px; font-weight: 550; }
.total-box {
  background: #F4FCF7; border: 1px solid rgba(39,183,104,.35); border-radius: 14px;
  padding: 16px 20px; font-size: 15px; text-align: center;
}
.total-box b { color: var(--primary); font-size: 21px; font-variant-numeric: tabular-nums; }
.chips-sm { display: flex; flex-wrap: wrap; gap: 7px; }
.chips-sm .chip { background: #E6F8EE; color: #147A46; border: 1px solid rgba(39,183,104,.25); border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 600; }
.extra-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 2px 16px; }

/* ── Merci / 404 ────────────────────────────────────────── */
.thanks-tile {
  width: 74px; height: 74px; border-radius: 19px; background: var(--ink); color: var(--primary);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 26px;
  box-shadow: var(--shadow-m);
}
.thanks-tile svg { width: 34px; height: 34px; }

/* ── Footer ─────────────────────────────────────────────── */
.footer { background: var(--ink); color: #fff; margin-top: 64px; }
.footer-in {
  max-width: 1180px; margin: 0 auto; padding: 64px 5vw;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; font-size: 14.5px;
}
.footer .muted { color: rgba(255,255,255,.5); margin-top: 8px; }
.footer a { transition: color .15s; }
.footer a:hover { color: var(--primary); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.07); text-align: center; padding: 18px; font-size: 12.5px; color: rgba(255,255,255,.4); }

/* ── Espace client ──────────────────────────────────────── */
.portal-login { max-width: 430px; margin: 0 auto; }
.portal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.portal-head h2 { text-align: start; }
.flash-ok { background: #E6F8EE; color: #147A46; border-radius: 12px; padding: 13px 17px; font-size: 14px; margin-bottom: 18px; font-weight: 600; }
.portal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pcard {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 30px; box-shadow: var(--shadow-s);
  transition: box-shadow .2s;
}
.pcard:hover { box-shadow: var(--shadow-m); }
.pcard.wide { grid-column: 1 / -1; }
.pcard h3 { font-size: 16px; margin-bottom: 16px; font-weight: 700; }
.pline { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #F0F2F5; font-size: 14.5px; }
.pline span { color: var(--muted); }
.pstatus.active { color: #147A46; } .pstatus.grace { color: #B45309; } .pstatus.suspended { color: #B42318; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background: var(--bg-soft); border-radius: 999px; padding: 6px 13px; font-size: 12.5px; font-weight: 600; }
.ptable { width: 100%; border-collapse: collapse; font-size: 14px; }
.ptable th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: 8px 6px; border-bottom: 1px solid var(--border); }
.ptable td { padding: 11px 6px; border-bottom: 1px solid #F0F2F5; }

/* ── Burger ─────────────────────────────────────────────── */
.burger { display: none; background: none; border: none; cursor: pointer; color: var(--text); padding: 6px; }
.burger svg { width: 25px; height: 25px; }

/* ── Fond alterné pour rythmer la page ──────────────────── */
.section:nth-of-type(even):not(.dark) { max-width: none; background: var(--bg-soft); }
.section:nth-of-type(even):not(.dark) > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section:nth-of-type(even):not(.dark) > .section-sub { margin-bottom: 56px; }

/* ── RTL (arabe) ────────────────────────────────────────── */
[dir="rtl"] .choice { padding-left: 18px; padding-right: 60px; }
[dir="rtl"] .choice-mark { left: auto; right: 15px; }
[dir="rtl"] .subdomain input { border-radius: 0 12px 12px 0; border-left: none; border-right: 1px solid var(--border); }
[dir="rtl"] .subdomain span { border-radius: 12px 0 0 12px; border-right: none; border-left: 1px solid var(--border); }
[dir="rtl"] .soon-tag { right: auto; left: -6px; }
[dir="rtl"] .store-txt { text-align: right; }
[dir="rtl"] .offer-card li, [dir="rtl"] .price-card li { padding-left: 0; padding-right: 26px; }
[dir="rtl"] .offer-card li::before, [dir="rtl"] .price-card li::before { left: auto; right: 0; }
[dir="rtl"] .sup-price { text-align: left; }
[dir="rtl"] .ptable th { text-align: right; }

/* ── Mouvement réduit ───────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split.reverse > .shot { order: 0; }
  .section { padding: 84px 5vw; }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  .nav { gap: 9px; padding-top: 12px; padding-bottom: 12px; }
  .brand { font-size: 15px; gap: 7px; }
  .mark-img { width: 28px; height: 28px; }
  .nav-selects { gap: 4px; margin-left: auto; }
  [dir="rtl"] .nav-selects { margin-left: 0; margin-right: auto; }
  .flag { width: 23px; height: 16px; border-width: 1.5px; }
  .cur-pills { margin-left: 2px; }
  .cur-pills a { padding: 4px 7px; font-size: 11px; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--border); box-shadow: var(--shadow-m);
    flex-direction: column; gap: 0; padding: 8px 6vw 14px;
  }
  .nav-links a { padding: 13px 0; border-top: 1px solid #F0F2F5; }
  .nav-links a::after { display: none; }
  body.nav-open .nav-links { display: flex; }
  .burger { display: block; }
  .nav-cta { display: none; }
  .hero { padding: 72px 6vw 36px; }
  .hero-shot { margin: 44px auto -70px; }
  .hero + .section { padding-top: 128px; }
  .section { padding: 64px 6vw; }
  .section-sub { margin-bottom: 40px; }
  .grid2, .field-row, .portal-grid, .footer-in { grid-template-columns: 1fr; }
  .offer-card, .price-card { padding: 28px 24px; }
  .phone { transform: none; }
  .cur-pills a { padding: 5px 8px; }
}
@media (max-width: 400px) {
  .brand { font-size: 0; gap: 0; }        /* logo seul, le mot est masqué */
  .flag { width: 22px; height: 16px; }
  .hero-cta .btn-lg { width: 100%; }
}

/* Bloc RIB (règlement par virement) */
.rib-box {
  text-align: start; background: #fff; border: 1px solid rgba(39,183,104,.35);
  border-radius: var(--radius); padding: 26px 28px; margin: 30px 0;
  box-shadow: var(--shadow-s);
}
.rib-box h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.rib-lines { display: grid; gap: 0; margin-top: 14px; }
.rib-lines > div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid #F0F2F5; font-size: 14.5px; flex-wrap: wrap; }
.rib-lines span { color: var(--muted); }
.rib-num { font-variant-numeric: tabular-nums; letter-spacing: .4px; cursor: pointer; }
.rib-num:hover { color: var(--primary); }
.choice.pay { padding-left: 18px; }
[dir="rtl"] .choice.pay { padding-right: 18px; }
