/* ─────────────────────────────────────────────────────────────
   nadegekaci.fr — feuille de style
   Palette, typographies et rythme repris du design Canva v6.
   ───────────────────────────────────────────────────────────── */

:root {
  --plum: #46242A;          /* texte principal, fonds sombres        */
  --red: #B02205;           /* CTA, surlignages                       */
  --red-label: #C2452F;     /* libellés mono                          */
  --dot: #E4310B;           /* pastilles                              */
  --salmon: #F4A38C;        /* accents sur fond sombre                */
  --cream: #FAF3EF;         /* fonds de sections / cartes             */
  --ivory: #FDF8F4;         /* texte sur fond sombre                  */
  --muted: #8A6A62;         /* texte secondaire                       */
  --white: #FFFFFF;

  --anton: 'Anton', 'Impact', 'Arial Narrow', sans-serif;
  --sans: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'IBM Plex Mono', 'SFMono-Regular', Menlo, Consolas, monospace;
  --script: 'Caveat', 'Segoe Script', 'Bradley Hand', cursive;

  /* gouttières : 10 % de la largeur à droite et à gauche, plancher sur mobile */
  --gutter: max(20px, 10vw);
  --gutter-hero: max(22px, 10vw);
}

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

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

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: normal;
  color: var(--plum);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: inherit; font-size: inherit; }

/* ── Briques typographiques ─────────────────────────────────── */

.eyebrow {
  font-family: var(--mono);
  font-size: 1rem;
  letter-spacing: 4px;
  color: var(--red-label);
  text-transform: uppercase;
}

.title {
  font-family: var(--anton);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--plum);
  line-height: normal;
}

/* Surlignage rouge inséré dans les titres : DM Sans 16px, comme sur la page source */
.hl {
  display: inline-block;
  vertical-align: baseline;
  background: var(--red);
  color: var(--white);
  padding: 0 14px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.script { font-family: var(--script); font-weight: 400; line-height: normal; }

/* Boutons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  font-size: 1.3125rem;
  padding: 17px 36px;
  border-radius: 999px;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn .arrow { font-weight: 400; font-size: 1rem; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(70, 36, 42, .18); background: #9E1E04; }
.btn:focus-visible { outline: 3px solid var(--salmon); outline-offset: 3px; }

/* Cartes */
.card {
  border-radius: 20px;
  padding: 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card .num  { font-family: var(--mono); font-size: 0.9375rem; color: var(--red-label); }
.card .head { font-size: 1.25rem; font-weight: 700; }
.card .body { font-size: 1rem; color: rgba(70, 36, 42, .8); }

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

/* ── Sections ───────────────────────────────────────────────── */

.section {
  padding: 80px var(--gutter);
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.section--cream { background: var(--cream); }

/* ── HERO ───────────────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: hidden;
  padding: 108px var(--gutter-hero) 124px;
  /* même proportion qu'à 1440px (1440×771) : le cadrage du portrait reste identique en plein écran */
  min-height: max(771px, 53.5vw);
  background-color: var(--white);
  background-image: url('img/hero.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.webp .hero { background-image: url('img/hero.webp'); }

.hero__glow {
  position: absolute;
  top: -60px; bottom: -60px;
  transform: skewX(-6deg);
  pointer-events: none;
}
.hero__glow--left  { left: 8%;  width: 110px; background: linear-gradient(180deg, rgba(228,49,11,.35), rgba(244,163,140,.12)); filter: blur(34px); }
.hero__glow--right { left: 80%; width: 140px; background: linear-gradient(180deg, rgba(244,163,140,.4),  rgba(228,49,11,.15));  filter: blur(38px); }

.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 980px;
}
.hero__content { display: flex; flex-direction: column; gap: 34px; }

/* Affichage conditionnel desktop / mobile (CTA final) */
.only-mobile { display: none !important; }

.hero__hook {
  font-family: var(--script);
  font-size: 2.1875rem;
  font-weight: 700;
  color: var(--red);
  max-width: 900px;
  white-space: pre-line;
}

.hero__tagline {
  font-family: var(--anton);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.044rem;
  color: var(--white);
  max-width: 760px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .12);
  margin-top: 62px; /* respiration entre l'accroche et la promesse, comme sur la source */
}

.hero__meta {
  font-family: var(--mono);
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--red-label);
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.hero__note { font-family: var(--script); font-size: 1.5rem; color: var(--white); margin-left: 98px; }

.hero__pills { display: flex; gap: 16px; flex-wrap: wrap; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--cream);
  border: 1px solid rgba(70, 36, 42, .16);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--plum);
}
.pill::before { content: ''; width: 11px; height: 11px; border-radius: 50%; background: var(--dot); }

/* ── TENDANCES ──────────────────────────────────────────────── */

.trends .title { font-size: 2.75rem; line-height: 1.2; max-width: 1100px; }
.trends .cards { gap: 24px; }
.trends .card { background: var(--white); padding: 28px 30px; }
.trends .card .num { font-size: 0.875rem; }

/* ── FULL-FUNNEL ────────────────────────────────────────────── */

.funnel .title { font-size: 2.875rem; }
.funnel .card { background: var(--cream); }

.leadmagnet {
  background: var(--plum);
  border-radius: 24px;
  padding: 36px 44px;
  display: flex;
  gap: 44px;
  align-items: center;
}
.leadmagnet__text { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.leadmagnet__eyebrow { font-family: var(--mono); font-size: 0.875rem; letter-spacing: 3px; color: var(--salmon); }
.leadmagnet__title { font-family: var(--anton); font-size: 2.125rem; color: var(--ivory); text-transform: uppercase; line-height: 1.2; }
.leadmagnet__title .hl { padding: 0 12px; }
.leadmagnet__body { font-size: 1.125rem; color: rgba(253, 248, 244, .85); }
.leadmagnet__action { display: flex; flex-direction: column; gap: 14px; flex-shrink: 0; align-items: center; }
.leadmagnet__action .btn { font-size: 1.25rem; padding: 16px 36px; }

/* ── CAS D'USAGE ────────────────────────────────────────────── */

.usecases .title { font-size: 2.75rem; }
.usecases__intro { display: flex; flex-direction: column; gap: 14px; }
.usecases__lede { font-size: 1.1875rem; color: rgba(70, 36, 42, .85); max-width: 900px; }
.usecases .cards { gap: 24px; align-items: stretch; }
.usecases .card { background: var(--white); border-radius: 24px; padding: 30px 28px; gap: 14px; }
.usecases .card .num { font-size: 0.875rem; letter-spacing: 2px; }

.trust {
  margin-top: 84px;
  background: var(--white);
  border-radius: 24px;
  padding: 28px 34px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.trust__label { font-family: var(--script); font-size: 1.875rem; color: var(--red); flex-shrink: 0; }
.trust__body { font-size: 1rem; color: rgba(70, 36, 42, .85); }

/* ── TARIFS ─────────────────────────────────────────────────── */

.pricing { gap: 40px; }
.pricing__intro { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.pricing__intro .title { font-size: 2.875rem; }
.pricing__intro .script { font-size: 1.75rem; color: var(--muted); }

.plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}
.plan {
  background: var(--cream);
  border-radius: 24px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.plan__name { font-size: 1.375rem; font-weight: 700; }
.plan__price { font-family: var(--anton); font-size: 2.5rem; line-height: normal; }
.plan__price small { font-family: var(--sans); font-size: 1.125rem; color: var(--muted); }
.plan__body { font-size: 1.0625rem; color: rgba(70, 36, 42, .85); }
.plan__foot { margin-top: auto; font-size: 0.9375rem; color: var(--muted); }

.plan--featured {
  background: var(--plum);
  color: var(--ivory);
  padding: 42px 36px;
  gap: 20px;
}
.plan--featured .plan__price { color: var(--salmon); }
.plan--featured .plan__price small { color: rgba(253, 248, 244, .7); }
.plan--featured .plan__body { color: rgba(253, 248, 244, .9); }
.plan--featured .btn { margin-top: auto; align-self: flex-start; font-size: 1.0625rem; padding: 12px 28px; gap: 10px; }
.plan__badge {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 7px 20px;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing__note { text-align: center; font-size: 1rem; color: var(--muted); }

/* ── SECTEURS ───────────────────────────────────────────────── */

.sectors {
  flex-direction: row;
  gap: 60px;
  align-items: flex-start;
}
.sectors__text { flex: 0.9; display: flex; flex-direction: column; gap: 18px; }
.sectors__text .title { font-size: 2.75rem; line-height: 1.2; }
.sectors__lede { font-size: 1.1875rem; color: rgba(70, 36, 42, .85); max-width: 480px; }
.sectors__text .script { font-size: 1.625rem; color: var(--muted); }
.sectors__list { flex: 1.1; display: flex; flex-direction: column; gap: 14px; }
.sector {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--cream);
  border-radius: 16px;
  padding: 20px 26px;
}
.sector__name { font-size: 1.375rem; font-weight: 700; }
.sector__desc { margin-left: auto; font-size: 1rem; color: rgba(70, 36, 42, .75); }
.sector--primary { background: var(--red); }
.sector--primary .sector__name { color: var(--white); }
.sector--primary .sector__desc { color: rgba(255, 255, 255, .85); }

/* ── FAQ ────────────────────────────────────────────────────── */

.faq__intro { display: flex; flex-direction: column; gap: 14px; }
.faq__intro .title { font-size: 2.75rem; }
.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.faq__item { background: var(--white); border-radius: 20px; padding: 26px 30px; display: flex; flex-direction: column; gap: 10px; }
.faq__q { font-size: 1.1875rem; font-weight: 700; }
.faq__a { font-size: 1rem; color: rgba(70, 36, 42, .8); }
.faq__more { text-align: center; font-size: 1.0625rem; color: var(--muted); }
.faq__more a { font-weight: 700; color: var(--red); font-size: 1rem; }
.faq__more a:hover { text-decoration: underline; }

/* ── PREUVES ────────────────────────────────────────────────── */

.proof {
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.proof__item { display: flex; flex-direction: column; gap: 6px; }
.proof__num { font-family: var(--anton); font-size: 3.625rem; color: var(--red); }
.proof__label { font-size: 1.125rem; color: var(--muted); }

/* ── CTA FINAL ──────────────────────────────────────────────── */

.final {
  background: var(--plum);
  padding: 90px var(--gutter);
  gap: 22px;
  align-items: center;
  text-align: center;
}
.final .title { font-size: 3.125rem; color: var(--ivory); max-width: 900px; line-height: 1.2; }
.final .hl { font-weight: 700; }
.final__body { font-size: 1.25rem; color: rgba(253, 248, 244, .85); max-width: 720px; }
.final .btn { font-size: 1.375rem; padding: 18px 42px; }
.final__sign { font-family: var(--script); font-size: 1.625rem; color: var(--salmon); }
.final__legal { font-size: 0.9375rem; color: rgba(253, 248, 244, .6); margin-top: 20px; }
.final__legal a:hover { text-decoration: underline; }

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 1100px) {
  .cards, .plans { grid-template-columns: 1fr; }
  .plans { gap: 34px; }
  .leadmagnet { flex-direction: column; align-items: flex-start; }
  .leadmagnet__action { align-items: flex-start; }
  .sectors { flex-direction: column; gap: 36px; }
  .sectors__lede { max-width: none; }
  .sector { flex-direction: column; align-items: flex-start; gap: 6px; }
  .sector__desc { margin-left: 0; }
  .faq__grid { grid-template-columns: 1fr; }
  .trust { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero { min-height: 0; padding: 72px var(--gutter-hero) 84px; }
}

@media (max-width: 640px) {
  html { font-size: 15px; }
  .section { padding: 56px var(--gutter); gap: 28px; }
  /* Hero mobile : la photo occupe la moitié haute de l'écran avec la seule accroche,
     le reste du contenu passe en dessous, sur fond crème, en couleurs sombres. */
  .hero { display: block; padding: 0; min-height: 0; background-image: none; background-color: var(--cream); }
  .webp .hero { background-image: none; }
  .hero::before, .hero__glow { display: none; }
  .hero__inner { gap: 0; max-width: none; }
  .hero__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 50vh;
    min-height: 50svh;
    padding: 40px var(--gutter-hero) 28px;
    background-image: url('img/hero.jpg');
    background-size: cover;
    background-position: center 30%;
  }
  .webp .hero__top { background-image: url('img/hero.webp'); }
  .hero__top::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(70,36,42,0) 35%, rgba(70,36,42,.55) 100%); }
  .hero__hook { position: relative; z-index: 1; font-size: 1.85rem; color: var(--white); text-shadow: 0 1px 10px rgba(0, 0, 0, .25); }
  .hero__content { gap: 22px; padding: 32px var(--gutter-hero) 44px; }
  .hero__tagline { margin-top: 0; font-size: 1.25rem; color: var(--plum); text-shadow: none; }
  .hero__meta { font-size: 0.8rem; letter-spacing: 1.2px; }
  .hero__cta { align-items: stretch; gap: 14px; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__note { text-align: center; margin-left: 0; color: var(--muted); }
  .pill { background: var(--white); }
  .trust { margin-top: 24px; }
  .only-desktop { display: none !important; }
  .only-mobile { display: inline-flex !important; }
  .hero__pills { gap: 10px; }
  .pill { flex: 1 1 100%; justify-content: center; }
  .btn { font-size: 1.125rem; padding: 15px 28px; white-space: normal; text-align: center; }
  .title { font-size: 2.1rem !important; line-height: 1.12 !important; }
  .hl { white-space: normal; }
  .leadmagnet { padding: 28px 24px; gap: 24px; }
  .leadmagnet__title { font-size: 1.7rem; }
  .plan, .plan--featured { padding: 30px 24px; }
  .plan__price { font-size: 2.2rem; }
  .final { padding: 64px var(--gutter); }
  .final .title { font-size: 2rem; }
  .proof { gap: 28px; }
  .proof__num { font-size: 2.8rem; }
  .eyebrow { letter-spacing: 2.5px; font-size: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
