/* ============================================================
   KOMKOMBOX — SITE · sections
   ============================================================ */

/* ---------- HERO ---------- */
.hero { position: relative; padding-top: 28px; }
.hero__inner { display: flex; flex-direction: column; gap: 30px; }
.hero__copy { display: flex; flex-direction: column; gap: 22px; }
.hero__tag { align-self: flex-start; background: rgba(255,255,255,.7); color: var(--orange-deep);
  font-weight: 800; font-size: 13px; letter-spacing: .04em; padding: 9px 16px; border-radius: var(--r-pill);
  border: 1.5px solid var(--peach-line); box-shadow: var(--sh-1); }
.hero h1 { font-size: 38px; }
.hero__sub { font-size: 18px; color: var(--ink-soft); font-weight: 500; max-width: 540px; }
.hero__cta { display: flex; flex-direction: column; gap: 12px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.hero__visual { position: relative; }
.hero__photo { width: 100%; height: 380px; border-radius: var(--r-xl); box-shadow: var(--sh-3); }
.hero__badge { position: absolute; background: #fff; border-radius: var(--r-card); box-shadow: var(--sh-2);
  padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.hero__badge b { font-family: var(--display); font-size: 20px; color: var(--anthracite); }
.hero__badge span { font-size: 12.5px; color: var(--ink-soft); line-height: 1.3; font-weight: 600; }
.hero__badge--tl { top: 16px; left: -10px; }
.hero__badge--br { bottom: 18px; right: -10px; }
.hero__medal { width: 38px; height: 38px; border-radius: 11px; background: var(--orange-soft); color: var(--orange);
  display: flex; align-items: center; justify-content: center; flex: none; }
.hero__medal--green { background: var(--vert-bg); color: var(--vert); }

@media (min-width: 760px) {
  .hero h1 { font-size: 64px; }
  .hero__sub { font-size: 22px; }
  .hero__cta { flex-direction: row; }
  .hero__photo { height: 560px; }
}
@media (min-width: 980px) {
  .hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; padding-top: 24px; }
}

/* ---------- LOGO STRIP ---------- */
.partners { padding: 30px 0 6px; }
.partners__label { text-align: center; font-size: 13px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); font-weight: 800; margin-bottom: 18px; }
.partners__row { display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center; align-items: center; opacity: .8; }
.partners__row span { font-family: var(--display); font-weight: 700; color: var(--ink-faint); font-size: 17px; }

/* ---------- APP STORE BADGES ---------- */
.stores { display: flex; flex-wrap: wrap; gap: 12px; }
.store { display: inline-flex; align-items: center; gap: 11px; background: var(--anthracite); color: #fff;
  border-radius: 14px; padding: 10px 18px 10px 15px; text-decoration: none; transition: transform .14s, background .15s; }
.store:hover { background: #1d2224; transform: translateY(-1px); }
.store svg { width: 24px; height: 24px; flex: none; }
.store small { display: block; font-size: 10.5px; opacity: .8; font-weight: 600; letter-spacing: .02em; }
.store b { display: block; font-family: var(--display); font-size: 16px; font-weight: 700; line-height: 1.1; }
.store--light { background: #fff; color: var(--anthracite); border: 1.5px solid var(--line); }
.store--light:hover { background: var(--cream); }

/* ---------- DOWNLOAD BAND ---------- */
.dl { background: var(--orange-soft, #FDEFD6); }
.dl__inner { display: grid; gap: 30px; align-items: center; }
@media (min-width: 860px){ .dl__inner { grid-template-columns: 1.15fr .85fr; } }
.dl h2 { font-size: 30px; }
@media (min-width: 760px){ .dl h2 { font-size: 40px; } }
.dl p { color: var(--ink-soft); font-size: 18px; margin: 14px 0 24px; max-width: 460px; }
.dl__phone { display: flex; justify-content: center; }
.dl__phone .shot { width: 230px; height: 460px; background: #000; border-radius: 34px; padding: 8px; box-shadow: var(--sh-3); }
.dl__phone .scr { width: 100%; height: 100%; border-radius: 27px; overflow: hidden; background: linear-gradient(180deg,#E9F0DA,#F1EBE2 60%,#DEE4EA); display: flex; flex-direction: column; }

/* ---------- CLIENTS / PARTNERS RICH ---------- */
.clients__grid { display: grid; gap: 14px; grid-template-columns: repeat(2,1fr); margin-top: 40px; }
@media (min-width: 760px){ .clients__grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 1040px){ .clients__grid { grid-template-columns: repeat(5,1fr); } }
.client { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 18px; text-align: center; box-shadow: var(--sh-1); }
.client__logo { width: 54px; height: 54px; border-radius: 14px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: 19px; color: #fff; }
.client__name { font-family: var(--display); font-weight: 800; font-size: 14.5px; color: var(--anthracite); line-height: 1.2; }
.client__role { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }
.clients__metrics { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; margin-top: 40px; }
.clients__metric { text-align: center; }
.clients__metric b { display: block; font-family: var(--display); font-weight: 800; font-size: 38px; color: var(--orange); line-height: 1; }
.clients__metric span { font-size: 14px; color: var(--ink-soft); font-weight: 700; }

/* ---------- PROBLEME (clair, conteneur blanc, chiffres or) ---------- */
.declic { background: transparent; color: var(--ink-2); }
.declic h2 { color: var(--anthracite); }
.declic .eyebrow { display: block; text-align: center; margin-bottom: 14px; }
.declic__lead { font-size: 24px; line-height: 1.3; font-weight: 800; color: var(--anthracite);
  font-family: var(--display); letter-spacing: -.01em; max-width: 760px; margin: 0 auto; text-align: center; }
.declic__lead .accent { color: var(--orange); }
.declic__grid { display: grid; gap: 0; margin-top: 44px; background: #fff; border-radius: var(--r-xl);
  box-shadow: 0 14px 40px rgba(45,52,54,.08); overflow: hidden; }
.declic__stat { padding: 40px 26px; text-align: center; position: relative; }
.declic__stat b { font-family: var(--display); font-size: 56px; color: var(--gold); display: block; line-height: 1; letter-spacing: -.03em; }
.declic__stat span { display: block; margin-top: 14px; color: var(--ink-soft); font-size: 15px; line-height: 1.5; font-weight: 600; }
@media (min-width: 760px) {
  .declic__grid { grid-template-columns: repeat(3,1fr); }
  .declic__stat + .declic__stat::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 1px; background: var(--line); }
  .declic__lead { font-size: 32px; }
  .declic__stat b { font-size: 64px; }
}

/* ---------- SOLUTION 3 PILIERS (section sombre, cartes pêche) ---------- */
.solution-dark { background: var(--anthracite); border-radius: 40px; margin: 0 14px; color: #fff; }
.solution-dark h2 { color: #fff; }
.solution-dark .lead { color: rgba(255,255,255,.72); }
@media (min-width: 760px){ .solution-dark { margin: 0 24px; } }
.pillars { display: grid; gap: 20px; margin-top: 44px; }
.pillar { background: var(--peach-card); border-radius: var(--r-lg); box-shadow: 0 10px 30px rgba(0,0,0,.18); padding: 26px; position: relative; overflow: hidden; }
.pillar__ic { width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  background: rgba(255,255,255,.7); color: var(--anthracite); box-shadow: inset 0 0 0 1px var(--peach-line); }
.pillar__ic svg { width: 28px; height: 28px; }
.pillar h3 { margin-bottom: 9px; color: var(--anthracite); }
.pillar p { color: #6a6357; font-size: 16px; }
.pillar__n { position: absolute; top: 18px; right: 22px; font-family: var(--display); font-weight: 800; font-size: 15px; color: rgba(45,52,54,.16); }
.pillar ul { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.pillar li { display: flex; gap: 9px; align-items: flex-start; font-size: 15px; color: var(--anthracite); font-weight: 700; }
.pillar li svg { width: 17px; height: 17px; color: var(--vert); flex: none; margin-top: 3px; }
.pillar__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.pillar__tag { font-size: 12.5px; font-weight: 700; color: #7a7163; padding: 6px 13px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.55); border: 1px solid var(--peach-line); }
@media (min-width: 880px) { .pillars { grid-template-columns: repeat(3,1fr); } }

/* ---------- SARA (numéros fantômes) ---------- */
.sara__steps { display: grid; gap: 16px; margin-top: 44px; }
.sara__step { background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-1); padding: 26px; display: flex; gap: 18px; align-items: flex-start;
  border-left: 0; position: relative; overflow: hidden; }
.sara__step::after { content: attr(data-n); position: absolute; right: 6px; top: -22px; font-family: var(--display);
  font-weight: 800; font-size: 120px; color: var(--anthracite); opacity: .05; line-height: 1; pointer-events: none; }
.sara__letter { width: 58px; height: 58px; border-radius: 16px; flex: none; display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 800; font-size: 28px; color: #fff; position: relative; z-index: 1; }
.sara__body { position: relative; z-index: 1; }
.sara__body h3 { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.sara__pct { font-family: var(--body); font-weight: 800; font-size: 13px; color: var(--ink-faint); }
.sara__body p { color: var(--ink-soft); font-size: 16px; margin-top: 6px; }
.sara__track { display: none; }
@media (min-width: 900px) {
  .sara__steps { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .sara__step { flex-direction: column; }
}

/* ---------- 8 FAMILLES ---------- */
.fam__grid { display: grid; gap: 14px; margin-top: 40px; grid-template-columns: 1fr 1fr; }
.fam { border-radius: var(--r-card); padding: 20px; color: #fff; position: relative; min-height: 150px;
  display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; cursor: default; box-shadow: var(--sh-1); }
.fam__num { font-family: var(--display); font-weight: 800; font-size: 13px; opacity: .8; letter-spacing: .04em; }
.fam h3 { color: #fff; font-size: 19px; line-height: 1.15; margin-top: 12px; }
.fam__cards { font-size: 13px; font-weight: 700; opacity: .85; margin-top: 8px; }
.fam__big { position: absolute; right: -8px; bottom: -18px; font-family: var(--display); font-weight: 800;
  font-size: 96px; opacity: .14; line-height: 1; }
@media (min-width: 760px) { .fam__grid { grid-template-columns: repeat(4, 1fr); } .fam h3 { font-size: 20px; } }
.fam__legend { margin-top: 24px; text-align: center; color: var(--ink-soft); font-size: 16px; font-weight: 600; }
.fam__legend b { color: var(--anthracite); }

/* famille cliquable + affordance */
.fam { transition: transform .16s ease, box-shadow .16s ease; }
.fam[data-fam]:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.fam__see { font-size: 12.5px; font-weight: 800; opacity: 0; margin-top: 8px; transition: opacity .16s; }
.fam[data-fam]:hover .fam__see, .fam[data-fam]:focus-visible .fam__see { opacity: .95; }
.fam[data-fam]:focus-visible { outline: 3px solid rgba(255,255,255,.7); outline-offset: 2px; }
@media (hover: none) { .fam__see { opacity: .9; } }

/* ---------- MODAL FAMILLES ---------- */
.fammodal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  padding: 22px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.fammodal.is-open { opacity: 1; pointer-events: auto; }
.fammodal__scrim { position: absolute; inset: 0; background: rgba(29,37,43,.55); backdrop-filter: blur(3px); }
.fammodal__box { position: relative; width: 100%; max-width: 540px; max-height: 88vh; overflow-y: auto;
  background: #fff; border-radius: var(--r-xl); box-shadow: var(--sh-3);
  padding: 30px; transform: translateY(14px) scale(.98); transition: transform .24s cubic-bezier(.2,.7,.2,1); }
.fammodal.is-open .fammodal__box { transform: none; }
.fammodal__x { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 0; cursor: pointer;
  background: var(--cream-2); color: var(--ink-2); border-radius: 50%; font-size: 22px; line-height: 1; }
.fammodal__x:hover { background: var(--line); }
.fammodal__badge { display: inline-block; font-family: var(--display); font-weight: 800; font-size: 12px;
  letter-spacing: .06em; text-transform: uppercase; color: var(--orange-deep); background: var(--orange-soft);
  padding: 6px 13px; border-radius: var(--r-pill); }
.fammodal__head h3 { margin: 14px 0 8px; font-size: 24px; }
.fammodal__desc { color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.fammodal__list { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.fammodal__list li { display: flex; gap: 14px; align-items: center; background: var(--cream);
  border: 1px solid var(--line-soft); border-radius: 14px; padding: 14px 16px; }
.fammodal__n { width: 34px; height: 34px; flex: none; border-radius: 10px; background: var(--anthracite); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 800; font-size: 14px; }
.fammodal__t { display: flex; flex-direction: column; }
.fammodal__t b { font-family: var(--display); font-size: 12px; font-weight: 800; color: var(--orange-deep);
  text-transform: uppercase; letter-spacing: .04em; }
.fammodal__t { font-size: 15.5px; font-weight: 700; color: var(--anthracite); }

/* ---------- COACHING VIRTUEL (ADIA) ---------- */
.coach { background: var(--anthracite); border-radius: 40px; margin: 0 14px; color: #fff; }
@media (min-width: 760px){ .coach { margin: 0 24px; } }
.coach h2 { color: #fff; }
.coach__inner { display: grid; gap: 36px; align-items: center; margin-top: 8px; }
@media (min-width: 940px){ .coach__inner { grid-template-columns: 1.05fr .95fr; gap: 54px; } }
.coach .lead { color: rgba(255,255,255,.74); }
.coach__feats { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.coach__feat { display: flex; gap: 14px; align-items: flex-start; }
.coach__feat-ic { width: 44px; height: 44px; border-radius: 13px; flex: none; display: flex; align-items: center; justify-content: center;
  background: rgba(245,166,35,.16); color: var(--orange); }
.coach__feat-ic svg { width: 22px; height: 22px; }
.coach__feat b { font-family: var(--display); font-size: 16.5px; color: #fff; display: block; margin-bottom: 2px; }
.coach__feat span { font-size: 14.5px; color: rgba(255,255,255,.66); line-height: 1.5; }
/* chat mockup */
.coachchat { background: linear-gradient(165deg, #fff 0%, #FDF3E4 100%); border-radius: 24px; padding: 20px; box-shadow: var(--sh-3); }
.coachchat__head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line-soft); }
.coachchat__av { width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(135deg,#F5A623,#E8941A); color: #fff;
  display: flex; align-items: center; justify-content: center; flex: none; }
.coachchat__av svg { width: 24px; height: 24px; }
.coachchat__id b { font-family: var(--display); font-size: 16px; color: var(--anthracite); display: block; }
.coachchat__id span { font-size: 12.5px; color: var(--vert); font-weight: 800; display: inline-flex; align-items: center; gap: 5px; }
.coachchat__id span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--vert); }
.coachchat__body { display: flex; flex-direction: column; gap: 11px; padding-top: 16px; }
.coachbub { max-width: 84%; padding: 12px 15px; border-radius: 16px; font-size: 14.5px; line-height: 1.5; }
.coachbub--ai { align-self: flex-start; background: #fff; color: var(--ink-2); border-bottom-left-radius: 5px; box-shadow: var(--sh-1); }
.coachbub--me { align-self: flex-end; background: var(--orange); color: #fff; font-weight: 600; border-bottom-right-radius: 5px; }
.coachchat__meta { font-size: 11.5px; color: var(--ink-faint); font-weight: 700; margin-top: 4px; padding-left: 4px; }

/* deck of cards visual */
.deck { display: flex; justify-content: center; gap: 0; margin-top: 8px; min-height: 200px; align-items: center; }
.deck__c { width: 124px; height: 174px; border-radius: 14px; background: #fff; box-shadow: var(--sh-2);
  border: 1px solid var(--line); margin-left: -34px; display: flex; flex-direction: column; padding: 14px;
  transform: rotate(var(--rot)); transition: transform .3s; }
.deck__c:first-child { margin-left: 0; }
.deck__c:hover { transform: rotate(0) translateY(-10px); }
.deck__c b { font-family: var(--display); font-size: 13px; }
.deck__badge { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: auto; }
.deck__c small { color: var(--ink-faint); font-weight: 700; font-size: 11px; }

/* ---------- DEUX VOIES ---------- */
.voies { display: grid; gap: 20px; margin-top: 44px; }
.voie { border-radius: var(--r-xl); padding: 34px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.voie--b2c { background: #fff; box-shadow: var(--sh-2); }
.voie--b2b { background: var(--anthracite); color: #fff; }
.voie__tag { align-self: flex-start; font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 13px; border-radius: var(--r-pill); margin-bottom: 20px; }
.voie--b2c .voie__tag { background: var(--orange-soft); color: var(--orange-deep); }
.voie--b2b .voie__tag { background: rgba(255,255,255,.12); color: #fff; }
.voie h3 { font-size: 26px; margin-bottom: 8px; }
.voie--b2b h3 { color: #fff; }
.voie__for { font-size: 15px; font-weight: 700; color: var(--ink-faint); margin-bottom: 18px; }
.voie--b2b .voie__for { color: rgba(255,255,255,.6); }
.voie__list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 13px; }
.voie__list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; font-weight: 600; }
.voie__list li svg { width: 19px; height: 19px; flex: none; margin-top: 2px; }
.voie--b2c .voie__list li svg { color: var(--orange); }
.voie--b2b .voie__list li { color: rgba(255,255,255,.86); }
.voie--b2b .voie__list li svg { color: var(--orange); }
.voie__job { font-style: italic; font-size: 15px; color: var(--ink-soft); margin-bottom: 22px; padding-left: 14px; border-left: 2px solid var(--orange); }
.voie--b2b .voie__job { color: rgba(255,255,255,.7); }
.voie .btn { margin-top: auto; }
@media (min-width: 900px) { .voies { grid-template-columns: 1fr 1fr; } }

/* ---------- DASHBOARD ---------- */
.dash { background: var(--cream-2); border-radius: var(--r-xl); padding: 22px; box-shadow: inset 0 0 0 1px var(--line-soft); margin-top: 40px; }
.dash__win { background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-2); overflow: hidden; }
.dash__bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--line-soft); }
.dash__dot { width: 11px; height: 11px; border-radius: 50%; }
.dash__title { margin-left: 12px; font-weight: 800; font-size: 13.5px; color: var(--ink-soft); font-family: var(--display); }
.dash__body { padding: 20px; display: grid; gap: 16px; }
.dash__kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.dash__kpi { background: var(--cream); border-radius: 13px; padding: 16px; }
.dash__kpi b { font-family: var(--display); font-size: 26px; color: var(--anthracite); display: block; line-height: 1; }
.dash__kpi span { font-size: 12.5px; color: var(--ink-soft); font-weight: 700; margin-top: 7px; display: block; }
.dash__kpi i { font-style: normal; font-size: 12px; font-weight: 800; }
.dash__panel { background: var(--cream); border-radius: 13px; padding: 18px; }
.dash__panel h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); margin-bottom: 14px; }
.dash__rowc { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.dash__rowc:last-child { margin-bottom: 0; }
.dash__av { width: 34px; height: 34px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 13px; font-family: var(--display); }
.dash__meta { flex: 1; min-width: 0; }
.dash__meta b { font-size: 14px; color: var(--anthracite); font-weight: 800; }
.dash__prog { height: 7px; border-radius: 99px; background: var(--cream-2); margin-top: 6px; overflow: hidden; }
.dash__prog i { display: block; height: 100%; border-radius: 99px; background: var(--orange); }
.dash__pct { font-weight: 800; font-size: 13px; color: var(--ink-soft); font-family: var(--display); }
@media (min-width: 820px) {
  .dash__body { grid-template-columns: 1fr 1.2fr; }
  .dash__kpis { grid-template-columns: 1fr 1fr; }
}
.dash__features { display: grid; gap: 14px; margin-top: 26px; }
.dash__feat { display: flex; gap: 12px; align-items: flex-start; }
.dash__feat svg { width: 22px; height: 22px; color: var(--orange); flex: none; margin-top: 2px; }
.dash__feat b { font-family: var(--display); font-size: 16px; color: var(--anthracite); }
.dash__feat span { font-size: 14.5px; color: var(--ink-soft); }
@media (min-width: 760px) { .dash__features { grid-template-columns: repeat(3,1fr); } }

/* ---------- LOXO CASE ---------- */
.loxo { background: var(--orange-soft); }
.loxo__head { display: flex; flex-direction: column; gap: 12px; }
.loxo__pill { align-self: flex-start; background: #fff; color: var(--orange-deep); font-weight: 800; font-size: 12.5px;
  padding: 7px 14px; border-radius: var(--r-pill); box-shadow: var(--sh-1); }
.loxo__stats { display: flex; flex-wrap: wrap; gap: 26px; margin: 26px 0 40px; }
.loxo__stat b { font-family: var(--display); font-size: 38px; color: var(--anthracite); display: block; line-height: 1; }
.loxo__stat span { font-size: 14px; color: var(--ink-soft); font-weight: 700; }
.loxo__flow { display: grid; gap: 14px; }
.loxo__phase { background: #fff; border-radius: var(--r-card); padding: 24px; box-shadow: var(--sh-1); }
.loxo__phase .num { font-family: var(--display); font-weight: 800; color: var(--orange); font-size: 13px; }
.loxo__phase h4 { font-family: var(--display); font-size: 18px; margin: 8px 0; }
.loxo__phase p { color: var(--ink-soft); font-size: 15px; }
@media (min-width: 820px) { .loxo__flow { grid-template-columns: repeat(3,1fr); } }
.loxo__note { margin-top: 24px; font-size: 14px; color: var(--ink-soft); font-style: italic; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 40px auto 0; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--anthracite);
  padding: 22px 44px 22px 0; position: relative; }
.faq__q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 26px; color: var(--orange); font-weight: 400; transition: transform .25s; }
.faq__item.is-open .faq__q::after { content: "−"; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 30px 24px 0; color: var(--ink-soft); font-size: 16px; }

/* ---------- CTA FINAL ---------- */
.final { background: var(--anthracite); border-radius: 0; color: #fff; text-align: center; }
.final h2 { color: #fff; font-size: 32px; }
.final p { color: rgba(255,255,255,.74); max-width: 560px; margin: 16px auto 30px; font-size: 18px; }
.final__row { display: flex; flex-direction: column; gap: 12px; align-items: center; }
@media (min-width: 620px) { .final__row { flex-direction: row; justify-content: center; } .final h2 { font-size: 46px; } }

/* ---------- FOOTER ---------- */
.footer { background: var(--anthracite); color: rgba(255,255,255,.62); padding: 56px 0 36px; }
.footer__top { display: grid; gap: 34px; grid-template-columns: 1fr; }
.footer__brand { max-width: 280px; }
.footer__brand img { height: 26px; margin-bottom: 16px; }
.footer__brand p { font-size: 14.5px; line-height: 1.6; }
.footer__col h4 { color: #fff; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer__col a { display: block; font-size: 14.5px; margin-bottom: 10px; }
.footer__col a:hover { color: #fff; }
.footer__bot { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center;
  margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13.5px; }
@media (min-width: 760px) { .footer__top { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; } }
