/* ==========================================================================
   Moustapha Diaby Livraison — landing
   Palette : crème / encre / orange coursier. Arrondis généreux partout.
   ========================================================================== */

:root {
  --bg: #F6F2EB;
  --bg-tint: #EFE9DF;
  --surface: #FFFFFF;
  --ink: #16140F;
  --ink-2: #4A463E;
  --muted: #7A756B;
  --line: rgba(22, 20, 15, 0.10);
  --line-strong: rgba(22, 20, 15, 0.18);
  --accent: #E8532A;
  --accent-ink: #C43F1B;
  --accent-soft: #FBE3D9;
  --dark: #16140F;
  --dark-2: #23201A;

  --r-xs: 10px;
  --r-sm: 16px;
  --r-md: 24px;
  --r-lg: 32px;
  --r-xl: 44px;
  --r-pill: 999px;

  --font-display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, -apple-system, sans-serif;

  --container: 1200px;
  --gutter: clamp(20px, 4vw, 48px);

  --shadow-sm: 0 1px 2px rgba(22, 20, 15, .04), 0 4px 12px rgba(22, 20, 15, .05);
  --shadow-md: 0 2px 6px rgba(22, 20, 15, .05), 0 18px 40px -12px rgba(22, 20, 15, .18);
  --shadow-lg: 0 8px 20px -6px rgba(22, 20, 15, .12), 0 40px 80px -30px rgba(22, 20, 15, .30);

  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.container {
  width: min(var(--container), 100% - 2 * var(--gutter));
  margin-inline: auto;
}

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 4.6vw, 4.1rem);
  font-variation-settings: "opsz" 96;
  letter-spacing: -0.035em;
}
h1 em {
  font-style: normal;
  color: var(--accent);
  position: relative;
  white-space: nowrap;
}
h1 em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.02em;
  height: 0.08em;
  background: var(--accent);
  border-radius: 99px;
  opacity: .25;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-variation-settings: "opsz" 72;
  letter-spacing: -0.03em;
}
h3 {
  font-size: 1.35rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.eyebrow--light { color: rgba(255,255,255,.6); }
.eyebrow .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 34rem;
}

.section__sub {
  color: var(--ink-2);
  max-width: 36rem;
  font-size: 1.08rem;
}

/* --------------------------------------------------------------------------
   Buttons & links
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 26px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1;
  white-space: nowrap;
  transition: transform .35s var(--ease), background .25s, color .25s, box-shadow .35s var(--ease);
}
.btn:active { transform: scale(.98); }
.btn--sm { padding: 11px 18px; font-size: 0.9rem; }
.btn--full { width: 100%; }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--accent); box-shadow: 0 10px 24px -10px rgba(232, 83, 42, .6); }

.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--accent); color: #fff; }

.btn--outline { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.btn--outline:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--ink);
  padding: 4px 0;
}
.link-arrow::after {
  content: "";
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--ink);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10h11m-4-4 4 4-4 4' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 10h11m-4-4 4 4-4 4' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .35s var(--ease), background .25s;
}
.link-arrow:hover { color: var(--accent); }
.link-arrow:hover::after { transform: translateX(4px); background: var(--accent); }

.link-quiet { font-weight: 500; color: var(--ink-2); }
.link-quiet:hover { color: var(--ink); }

/* --------------------------------------------------------------------------
   Nav
   -------------------------------------------------------------------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.is-scrolled { border-bottom-color: var(--line); }

.nav__inner {
  width: min(var(--container), 100% - 2 * var(--gutter));
  margin-inline: auto;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; letter-spacing: -0.02em; white-space: nowrap; }
.brand__mark { width: 30px; height: 30px; color: var(--accent); display: inline-block; }
.brand__mark svg { width: 100%; height: 100%; }

.nav__links { display: flex; gap: 28px; margin-left: 20px; font-weight: 500; font-size: 0.95rem; color: var(--ink-2); }
.nav__links a { position: relative; padding: 6px 0; transition: color .2s; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--accent); border-radius: 2px; transition: right .35s var(--ease); }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { right: 0; }

.nav__cta { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: 0.95rem; }

.nav__burger { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 50%; background: var(--surface); box-shadow: var(--shadow-sm); position: relative; }
.nav__burger span { position: absolute; left: 13px; right: 13px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), top .3s var(--ease); }
.nav__burger span:first-child { top: 17px; }
.nav__burger span:last-child { top: 25px; }
.nav__burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px var(--gutter) 24px;
  border-top: 1px solid var(--line);
}
.mobile-menu a { padding: 14px 4px; font-weight: 500; font-size: 1.1rem; border-bottom: 1px solid var(--line); }
.mobile-menu a.btn { margin-top: 14px; border: 0; }
.mobile-menu[hidden] { display: none; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero { padding: clamp(36px, 6vw, 80px) 0 clamp(40px, 6vw, 72px); position: relative; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero__copy h1 { margin-bottom: 26px; }
.hero__copy .lead { margin-bottom: 34px; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-bottom: 44px; }

.hero__proof {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  max-width: 34rem;
}
.hero__proof li { flex: 1; display: flex; flex-direction: column; gap: 2px; padding-right: 20px; }
.hero__proof li + li { border-left: 1px solid var(--line); padding-left: 20px; }
.hero__proof strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.hero__proof span { font-size: 0.82rem; color: var(--muted); }

.hero__visual { position: relative; }
.hero__photo {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
  box-shadow: var(--shadow-lg);
  background: var(--bg-tint);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.2s var(--ease); }
.hero__visual:hover .hero__photo img { transform: scale(1.06); }

.chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 14px;
  background: var(--surface);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  font-size: 0.85rem;
  line-height: 1.25;
  animation: float 7s ease-in-out infinite;
}
.chip small { display: block; color: var(--muted); font-size: 0.72rem; margin-bottom: 2px; }
.chip strong { font-weight: 600; white-space: nowrap; }
.chip svg { width: 28px; height: 28px; color: #1E9E5A; flex: none; }

.chip--track { left: -28px; bottom: 74px; }
.chip--done { right: -22px; top: 56px; animation-delay: -3.5s; }

.chip__pulse { position: relative; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); flex: none; margin: 0 4px; }
.chip__pulse::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid var(--accent); opacity: 0; animation: pulse 2s ease-out infinite; }
.chip__eta { margin-left: 6px; padding: 5px 10px; border-radius: var(--r-pill); background: var(--accent-soft); color: var(--accent-ink); font-weight: 600; font-size: 0.78rem; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(1.4); opacity: 0; } }

/* --------------------------------------------------------------------------
   Ticker
   -------------------------------------------------------------------------- */

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: 16px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.ticker__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: ticker 38s linear infinite;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--ink-2);
  white-space: nowrap;
}
.ticker__track i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker:hover .ticker__track { animation-play-state: paused; }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tint { background: var(--bg-tint); }

.section__head { max-width: 46rem; margin-bottom: clamp(36px, 5vw, 60px); }
.section__head h2 { margin-bottom: 18px; }
.section__head--split { max-width: none; display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: end; }
.section__head--split h2 { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   Service cards
   -------------------------------------------------------------------------- */

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.card {
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-tint); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__tag {
  position: absolute; top: 16px; left: 16px;
  padding: 7px 12px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  font-size: 0.78rem; font-weight: 600;
}

.card__body { padding: 26px 26px 28px; }
.card__body h3 { margin-bottom: 10px; }
.card__body p { color: var(--ink-2); font-size: 0.98rem; margin-bottom: 18px; }

.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills li { padding: 6px 11px; border-radius: var(--r-pill); background: var(--bg); font-size: 0.78rem; font-weight: 500; color: var(--ink-2); }

/* --------------------------------------------------------------------------
   Steps
   -------------------------------------------------------------------------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 30px 28px 32px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--ink); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.step:nth-child(2) .step__num { background: var(--accent); }
.step h3 { margin-bottom: 10px; }
.step p { color: var(--ink-2); font-size: 0.98rem; }

/* --------------------------------------------------------------------------
   Network / collage
   -------------------------------------------------------------------------- */

.network { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }

.network__collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  aspect-ratio: 1 / 1.05;
}
.collage__item { overflow: hidden; background: var(--bg-tint); box-shadow: var(--shadow-md); }
.collage__item img { width: 100%; height: 100%; object-fit: cover; }
.collage__item--a { grid-column: 1 / 8; grid-row: 1 / 9; border-radius: var(--r-xl); z-index: 1; }
.collage__item--b { grid-column: 6 / 13; grid-row: 4 / 12; border-radius: var(--r-xl); z-index: 2; }
.collage__item--c { grid-column: 2 / 7; grid-row: 8 / 13; border-radius: var(--r-lg); z-index: 3; }

.collage__badge {
  position: absolute;
  right: 4%; top: 6%;
  z-index: 4;
  background: var(--surface);
  border-radius: 24px;
  padding: 16px 20px;
  box-shadow: var(--shadow-md);
  text-align: left;
  min-width: 150px;
}
.collage__badge strong { display: block; font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.collage__badge strong span { font-size: 1rem; color: var(--muted); letter-spacing: 0; margin-left: 2px; }
.collage__badge small { display: block; color: var(--muted); font-size: 0.75rem; margin-top: 6px; max-width: 9rem; line-height: 1.3; }

.network__copy h2 { margin-bottom: 20px; }
.network__copy > p { color: var(--ink-2); margin-bottom: 30px; }

.checklist { margin-bottom: 30px; border-top: 1px solid var(--line); }
.checklist li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 4px 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.checklist li::before {
  content: "";
  grid-row: 1 / 3;
  width: 24px; height: 24px; margin-top: 1px;
  border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 10.5l2.6 2.5L14 7.5' stroke='%23C43F1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.checklist strong { font-weight: 600; }
.checklist span { color: var(--ink-2); font-size: 0.95rem; }

/* --------------------------------------------------------------------------
   Dark panel (livreurs)
   -------------------------------------------------------------------------- */

.dark-panel {
  background: var(--dark);
  color: #fff;
  border-radius: var(--r-xl);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  overflow: hidden;
  position: relative;
}
.dark-panel::before {
  content: "";
  position: absolute;
  width: 60%; aspect-ratio: 1;
  left: -20%; bottom: -40%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(232,83,42,.28), transparent 70%);
  pointer-events: none;
}
.dark-panel__copy { padding: clamp(36px, 5vw, 72px); position: relative; }
.dark-panel__copy h2 { margin-bottom: 18px; color: #fff; }
.dark-panel__copy > p { color: rgba(255,255,255,.72); max-width: 32rem; margin-bottom: 34px; }

.benefits { border-top: 1px solid rgba(255,255,255,.14); margin-bottom: 36px; }
.benefits li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-size: 0.97rem;
}
.benefits__k { color: var(--accent); font-weight: 600; font-family: var(--font-display); }
.benefits__v { color: rgba(255,255,255,.85); }

.dark-panel__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.dark-panel__note { color: rgba(255,255,255,.55); font-size: 0.88rem; }

.dark-panel__media { position: relative; min-height: 320px; }
.dark-panel__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dark-panel__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--dark) 0%, transparent 28%);
}

/* --------------------------------------------------------------------------
   Quotes
   -------------------------------------------------------------------------- */

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 30px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  box-shadow: var(--shadow-sm);
}
.quote p { font-family: var(--font-display); font-size: 1.18rem; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em; flex: 1; }
.quote footer { display: flex; align-items: center; gap: 12px; }
.quote footer strong { display: block; font-weight: 600; font-size: 0.95rem; }
.quote footer small { color: var(--muted); font-size: 0.8rem; }

.avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 0.85rem;
  background: hsl(var(--hue) 70% 92%);
  color: hsl(var(--hue) 55% 30%);
  flex: none;
}

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.price--featured { background: var(--ink); color: #fff; box-shadow: var(--shadow-lg); }
.price--featured .price__desc, .price--featured .price__list li { color: rgba(255,255,255,.78); }
.price--featured .price__list li::before { background-color: var(--accent); }
.price--featured .price__amount span { color: rgba(255,255,255,.55); }

.price__badge {
  position: absolute; top: -13px; left: 30px;
  padding: 7px 12px;
  border-radius: var(--r-pill);
  background: var(--accent); color: #fff;
  font-size: 0.75rem; font-weight: 600; letter-spacing: .02em;
}
.price h3 { font-size: 1.1rem; margin-bottom: 14px; }
.price__amount { font-family: var(--font-display); font-size: 2.8rem; font-weight: 600; letter-spacing: -0.04em; line-height: 1; margin-bottom: 14px; }
.price__amount span { font-size: 1rem; font-weight: 500; letter-spacing: 0; color: var(--muted); margin: 0 4px; }
.price__desc { color: var(--ink-2); font-size: 0.95rem; margin-bottom: 24px; }
.price__list { flex: 1; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.price__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.95rem; color: var(--ink-2); }
.price__list li::before {
  content: "";
  flex: none;
  width: 18px; height: 18px; margin-top: 3px;
  border-radius: 50%;
  background-color: var(--accent-soft);
  -webkit-mask: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 10.5l2.6 2.5L14 7.5' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px; background-position: center; background-repeat: no-repeat;
}
.price:not(.price--featured) .price__list li::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 10.5l2.6 2.5L14 7.5' stroke='%23C43F1B' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.price .btn { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; pointer-events: none; }

.pay-toast {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  margin-bottom: 26px;
  border-radius: var(--r-md);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  border-left: 4px solid var(--accent);
  font-size: 0.95rem;
  animation: fadeIn .5s var(--ease);
}
.pay-toast--ok { border-left-color: #1E9E5A; }
.pay-toast--wait { border-left-color: #D89B1B; }
.pay-toast__icon { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); flex: none; }
.pay-toast--ok .pay-toast__icon { background: #1E9E5A; }
.pay-toast--wait .pay-toast__icon { background: #D89B1B; }
.pay-toast__title { display: block; font-weight: 600; }
.pay-toast__text { color: var(--ink-2); }
.pay-toast__close { margin-left: auto; width: 32px; height: 32px; border-radius: 50%; font-size: 1.2rem; line-height: 1; color: var(--muted); flex: none; }
.pay-toast__close:hover { background: var(--bg); color: var(--ink); }
.price--featured .btn--dark { background: #fff; color: var(--ink); }
.price--featured .btn--dark:hover { background: var(--accent); color: #fff; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.faq__head { position: sticky; top: 100px; }
.faq__head h2 { margin-bottom: 18px; }
.faq__head p { color: var(--ink-2); }

.faq__list { display: flex; flex-direction: column; gap: 10px; }
.faq__list details {
  background: var(--surface);
  border-radius: var(--r-md);
  padding: 0 26px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s;
}
.faq__list details[open] { box-shadow: var(--shadow-md); }
.faq__list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  position: relative;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "";
  position: absolute; right: 0; top: 50%;
  width: 30px; height: 30px; margin-top: -15px;
  border-radius: 50%;
  background: var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 5v10M5 10h10' stroke='%2316140F' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform .4s var(--ease), background-color .3s;
}
.faq__list details[open] summary::after { transform: rotate(45deg); background-color: var(--accent-soft); }
.faq__list details p { padding: 0 0 22px; color: var(--ink-2); font-size: 0.98rem; max-width: 40rem; }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */

.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.contact__copy h2 { margin-bottom: 18px; }
.contact__copy > p { color: var(--ink-2); margin-bottom: 30px; }

.contact__channels { border-top: 1px solid var(--line); margin-bottom: 34px; }
.contact__channels li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 0.97rem; }
.contact__k { color: var(--muted); font-weight: 500; }
.contact__channels a { font-weight: 600; }
.contact__channels a:hover { color: var(--accent); }

.contact__photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-md); }
.contact__photo img { width: 100%; height: 100%; object-fit: cover; }

.form {
  background: var(--surface);
  border-radius: var(--r-xl);
  padding: clamp(24px, 3vw, 40px);
  box-shadow: var(--shadow-md);
  position: relative;
}

.form__tabs {
  display: flex;
  background: var(--bg);
  border-radius: var(--r-pill);
  padding: 5px;
  margin-bottom: 26px;
}
.form__tabs button {
  flex: 1;
  padding: 12px 14px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--muted);
  transition: background .3s, color .3s, box-shadow .3s;
}
.form__tabs button.is-active { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }

.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field > span { font-size: 0.82rem; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--bg);
  border: 1.5px solid transparent;
  border-radius: var(--r-sm);
  padding: 13px 16px;
  transition: border-color .25s, background .25s, box-shadow .25s;
  outline: none;
}
.field textarea { resize: vertical; min-height: 88px; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%2316140F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px;
  padding-right: 40px;
}
.field input::placeholder, .field textarea::placeholder { color: #A8A399; }
.field input:focus, .field select:focus, .field textarea:focus {
  background: var(--surface);
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(22,20,15,.06);
}
.field.is-invalid input { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }

.form__legal { margin-top: 14px; font-size: 0.78rem; color: var(--muted); text-align: center; }

.form__success {
  position: absolute; inset: 0;
  background: var(--surface);
  border-radius: inherit;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  gap: 10px;
  padding: 40px;
  color: var(--ink);
  animation: fadeIn .5s var(--ease);
}
.form__success svg { width: 64px; height: 64px; color: #1E9E5A; margin-bottom: 8px; }
.form__success h3 { font-size: 1.8rem; }
.form__success p { color: var(--ink-2); }
@keyframes fadeIn { from { opacity: 0; transform: scale(.98); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer { border-top: 1px solid var(--line); padding: 56px 0 28px; background: var(--bg-tint); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 44px; }
.footer__brand p { color: var(--ink-2); font-size: 0.95rem; max-width: 22rem; margin-top: 16px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 0.95rem; }
.footer__col h4 { font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.footer__col a { color: var(--ink-2); transition: color .2s; }
.footer__col a:hover { color: var(--accent); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.82rem; color: var(--muted); }
.footer__bottom a:hover { color: var(--ink); }

/* --------------------------------------------------------------------------
   Reveal animations
   -------------------------------------------------------------------------- */

.reveal-load {
  opacity: 0;
  transform: translateY(18px);
  animation: rise .9s var(--ease) forwards;
  animation-delay: calc(var(--d, 0) * 110ms + 80ms);
}
.hero__visual.reveal-load { transform: translateY(24px) scale(.985); }
@keyframes rise { to { opacity: 1; transform: none; } }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: calc(var(--d, 0) * 110ms);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-load { opacity: 1; transform: none; animation: none; transition: none; }
  .chip, .ticker__track, .chip__pulse::after { animation: none; }
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1080px) {
  .cards, .steps, .quotes, .pricing { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .pricing .price--featured { order: -1; grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: block; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 560px; margin-inline: auto; width: 100%; }
  .hero__photo { aspect-ratio: 4 / 3.6; }
  .chip--track { left: 8px; bottom: 20px; }
  .chip--done { right: 8px; top: 20px; }

  .section__head--split { grid-template-columns: 1fr; }
  .network { grid-template-columns: 1fr; }
  .network__collage { max-width: 520px; margin-inline: auto; width: 100%; }
  .dark-panel { grid-template-columns: 1fr; }
  .dark-panel__media { min-height: 280px; order: -1; }
  .dark-panel__media::after { background: linear-gradient(180deg, transparent 60%, var(--dark) 100%); }
  .faq { grid-template-columns: 1fr; }
  .faq__head { position: static; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .cards, .steps, .quotes, .pricing, .footer__grid { grid-template-columns: 1fr; }
  .form__grid { grid-template-columns: 1fr; }
  .hero__proof { flex-direction: column; gap: 14px; }
  .hero__proof li + li { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 14px; }
  .hero__proof li { padding-right: 0; }
  .hero__actions { gap: 16px; }
  .hero__actions .btn { width: 100%; }
  .chip { font-size: 0.78rem; padding: 10px 12px; }
  .chip__eta { display: none; }
  .benefits li, .contact__channels li { grid-template-columns: 1fr; gap: 4px; }
  .collage__badge { padding: 12px 14px; min-width: 0; }
  .collage__badge strong { font-size: 1.7rem; }
  :root { --r-xl: 32px; --r-lg: 24px; }
  .brand { font-size: 0.98rem; gap: 8px; }
  .brand__mark { width: 26px; height: 26px; }
}
