/* =========================================================================
   Clients à gogo — agence web pour artisans & TPE
   Built on the Airbnb design system tokens (Inter, white canvas, soft shadow,
   rounded shape language). Accent re-voltaged to violet/indigo (rooted in the
   system's --color-luxe #460479). Marketing-scale type ramp added on top of
   the DS scale — the DS h1 (28px) is sized for a dense marketplace, a landing
   hero needs more voltage, so --fd-display-* extends the ramp.
   ========================================================================= */

@import url("assets/airbnb-tokens.css");

:root {
  /* ---- Coral-orange accent layer (« Clients à gogo » — YC-flavored, harmonised with DS Rausch). Names kept as -violet- so every page updates from here. ---- */
  --fd-violet-50:  #fff4f0;
  --fd-violet-100: #ffe6dc;
  --fd-violet-200: #ffccba;
  --fd-violet-400: #ff8a63;
  --fd-violet-500: #f8623a;
  --fd-violet-600: #f0552a;
  --fd-violet-700: #d33f18;
  --fd-violet-800: #ad3211;
  --fd-violet-900: #5e1a08;

  --fd-accent:        #f0552a;
  --fd-accent-hover:  #d33f18;
  --fd-accent-press:  #ad3211;
  --fd-accent-soft:   #fff4f0;
  --fd-accent-line:   #ffd6c6;

  /* ---- Ink & neutrals (warmed very slightly toward the coral) ---- */
  --fd-ink:    #1c1614;
  --fd-ink-2:  #322924;
  --fd-body:   #524841;
  --fd-muted:  #7a6e66;
  --fd-faint:  #a39890;
  --fd-canvas: #ffffff;
  --fd-soft:   #faf7f4;
  --fd-soft-2: #f3efea;
  --fd-line:   #ede7e1;
  --fd-line-2: #e1d9d1;

  /* ---- Dark band base (warm near-black) ---- */
  --fd-dark:   #1a1310;
  --fd-dark-2: #251c17;

  /* ---- Accent signals reused from DS ---- */
  --fd-amber: #f0a020;
  --fd-green: #1f8a5b;

  /* ---- Marketing display ramp ---- */
  --fd-display-1: clamp(2.6rem, 6.2vw, 4.6rem);
  --fd-display-2: clamp(2.0rem, 4.4vw, 3.2rem);
  --fd-display-3: clamp(1.6rem, 3vw, 2.25rem);

  --fd-shadow-sm: 0 1px 2px rgba(24,21,31,0.04), 0 2px 6px rgba(24,21,31,0.05);
  --fd-shadow-md: 0 2px 4px rgba(24,21,31,0.04), 0 8px 24px rgba(24,21,31,0.08);
  --fd-shadow-lg: 0 8px 16px rgba(24,21,31,0.06), 0 24px 56px rgba(24,21,31,0.14);
  --fd-shadow-violet: 0 10px 30px rgba(240,85,42,0.30);

  --fd-maxw: 1200px;
  --fd-maxw-narrow: 920px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  font-family: var(--font-family-base);
  color: var(--fd-ink);
  background: var(--fd-canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--fd-violet-200); color: var(--fd-ink); }

/* ============================ Layout ============================ */
.fd-container { width: 100%; max-width: var(--fd-maxw); margin: 0 auto; padding: 0 28px; }
.fd-narrow { max-width: var(--fd-maxw-narrow); }
.fd-section { padding: clamp(56px, 8vw, 104px) 0; }
.fd-section-tight { padding: clamp(40px, 5vw, 64px) 0; }

/* ============================ Type ============================ */
.fd-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font: 700 12px/1 var(--font-family-base);
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fd-accent);
}
.fd-eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px;
  background: var(--fd-accent); display: inline-block;
}
.fd-eyebrow.is-light { color: var(--fd-violet-200); }
.fd-eyebrow.is-light::before { background: var(--fd-violet-400); }
.fd-eyebrow.no-rule::before { display: none; }

.fd-h1 { font: 800 var(--fd-display-1)/1.04 var(--font-family-base); letter-spacing: -0.03em; margin: 0; color: var(--fd-ink); text-wrap: balance; }
.fd-h2 { font: 800 var(--fd-display-2)/1.08 var(--font-family-base); letter-spacing: -0.025em; margin: 0; color: var(--fd-ink); text-wrap: balance; }
.fd-h3 { font: 700 var(--fd-display-3)/1.15 var(--font-family-base); letter-spacing: -0.02em; margin: 0; color: var(--fd-ink); text-wrap: balance; }
.fd-h4 { font: 700 1.18rem/1.3 var(--font-family-base); letter-spacing: -0.01em; margin: 0; color: var(--fd-ink); }
.fd-lead { font: 400 clamp(1.05rem, 1.4vw, 1.28rem)/1.6 var(--font-family-base); color: var(--fd-body); margin: 0; text-wrap: pretty; }
.fd-p { font: 400 1.02rem/1.65 var(--font-family-base); color: var(--fd-body); margin: 0; text-wrap: pretty; }
.fd-small { font: 500 0.86rem/1.4 var(--font-family-base); color: var(--fd-muted); }
.fd-grad { color: var(--fd-accent); }
.on-dark { color: #fff; }
.on-dark .fd-lead, .on-dark .fd-p { color: rgba(255,255,255,0.74); }

.fd-section-head { max-width: 760px; display: flex; flex-direction: column; gap: 18px; }
.fd-section-head.is-center { margin: 0 auto; text-align: center; align-items: center; }

/* ============================ Buttons ============================ */
.fd-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 50px; padding: 0 24px; border-radius: 12px;
  font: 600 1rem/1 var(--font-family-base); letter-spacing: -0.01em;
  cursor: pointer; border: 1.5px solid transparent; white-space: nowrap;
  transition: transform var(--duration-fast) var(--ease-decel),
              background var(--duration-fast) var(--ease-decel),
              box-shadow var(--duration-fast) var(--ease-decel),
              border-color var(--duration-fast) var(--ease-decel);
  text-decoration: none;
}
.fd-btn svg { width: 18px; height: 18px; }
.fd-btn-primary { background: var(--fd-accent); color: #fff; box-shadow: var(--fd-shadow-violet); }
.fd-btn-primary:hover { background: var(--fd-accent-hover); transform: translateY(-1px); }
.fd-btn-primary:active { background: var(--fd-accent-press); transform: translateY(0); }
.fd-btn-dark { background: var(--fd-ink); color: #fff; }
.fd-btn-dark:hover { background: var(--fd-ink-2); transform: translateY(-1px); }
.fd-btn-ghost { background: #fff; color: var(--fd-ink); border-color: var(--fd-line-2); }
.fd-btn-ghost:hover { border-color: var(--fd-ink); background: var(--fd-soft); }
.fd-btn-light { background: #fff; color: var(--fd-ink); }
.fd-btn-light:hover { transform: translateY(-1px); box-shadow: var(--fd-shadow-md); }
.fd-btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.fd-btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.fd-btn-lg { height: 56px; padding: 0 30px; font-size: 1.05rem; border-radius: 13px; }
.fd-btn-sm { height: 42px; padding: 0 16px; font-size: 0.92rem; border-radius: 10px; }
.fd-btn-block { width: 100%; }

.fd-textlink { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--fd-accent); }
.fd-textlink svg { width: 16px; height: 16px; transition: transform var(--duration-fast) var(--ease-decel); }
.fd-textlink:hover svg { transform: translateX(3px); }

/* ============================ Nav ============================ */
.fd-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.86); backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid transparent; transition: border-color var(--duration-base) var(--ease-decel), box-shadow var(--duration-base) var(--ease-decel); }
.fd-nav[data-scrolled="1"] { border-color: var(--fd-line); box-shadow: 0 1px 0 rgba(24,21,31,0.03); }
.fd-nav-inner { max-width: var(--fd-maxw); margin: 0 auto; padding: 0 28px; height: 72px; display: flex; align-items: center; gap: 28px; }
.fd-brand { display: inline-flex; align-items: center; gap: 10px; font: 800 1.32rem/1 var(--font-family-base); letter-spacing: -0.04em; color: var(--fd-ink); }
.fd-brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--fd-accent); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--fd-shadow-violet); flex: none; }
.fd-brand-mark svg { width: 20px; height: 20px; color: #fff; }
.fd-brand-word { display: inline-flex; align-items: baseline; gap: 0; letter-spacing: -0.04em; }
.fd-brand-accent { color: var(--fd-accent); }
.fd-brand-logo { height: 48px; width: auto; display: block; object-fit: contain; }
.fd-footer .fd-brand-accent { color: var(--fd-violet-400); }
.fd-nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.fd-nav-link { position: relative; display: inline-flex; align-items: center; gap: 5px; height: 40px; padding: 0 14px; border-radius: 10px; font: 600 0.95rem/1 var(--font-family-base); color: var(--fd-ink-2); cursor: pointer; transition: background var(--duration-fast) var(--ease-decel), color var(--duration-fast) var(--ease-decel); background: transparent; border: 0; }
.fd-nav-link:hover { background: var(--fd-soft); color: var(--fd-ink); }
.fd-nav-link.is-active { color: var(--fd-accent); }
.fd-nav-link svg { width: 15px; height: 15px; }
.fd-nav-spacer { flex: 1; }
.fd-nav-cta { display: flex; align-items: center; gap: 10px; }
.fd-nav-phone { display: inline-flex; align-items: center; gap: 8px; font: 700 0.95rem/1 var(--font-family-base); color: var(--fd-ink); }
.fd-nav-phone svg { width: 17px; height: 17px; color: var(--fd-accent); }

/* dropdown */
.fd-dd { position: relative; }
.fd-dd-panel { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px); width: min(620px, 88vw); background: #fff; border: 1px solid var(--fd-line); border-radius: 18px; box-shadow: var(--fd-shadow-lg); padding: 14px; opacity: 0; visibility: hidden; transition: opacity var(--duration-base) var(--ease-decel), transform var(--duration-base) var(--ease-decel); z-index: 120; }
.fd-dd:hover .fd-dd-panel, .fd-dd:focus-within .fd-dd-panel { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.fd-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.fd-dd-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; transition: background var(--duration-fast) var(--ease-decel); }
.fd-dd-item:hover { background: var(--fd-accent-soft); }
.fd-dd-ic { width: 36px; height: 36px; border-radius: 10px; background: var(--fd-accent-soft); color: var(--fd-accent); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.fd-dd-ic svg { width: 18px; height: 18px; }
.fd-dd-t { font: 600 0.92rem/1.2 var(--font-family-base); color: var(--fd-ink); }
.fd-dd-s { font: 400 0.78rem/1.3 var(--font-family-base); color: var(--fd-muted); margin-top: 2px; }
.fd-dd-foot { margin-top: 8px; padding: 12px; border-radius: 12px; background: var(--fd-soft); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fd-dd-foot span { font: 500 0.85rem/1.35 var(--font-family-base); color: var(--fd-muted); }

/* ---- Mega menu ---- */
.fd-dd-panel.is-mega { width: min(920px, 94vw); padding: 22px; left: 0; transform: translateX(0) translateY(6px); }
.fd-dd:hover .fd-dd-panel.is-mega, .fd-dd:focus-within .fd-dd-panel.is-mega { transform: translateX(0) translateY(0); }
.fd-mega { display: grid; grid-template-columns: 1fr 1fr 1fr 0.92fr; gap: 10px 18px; }
.fd-mega-col { display: flex; flex-direction: column; gap: 2px; }
.fd-mega-h { font: 700 0.7rem/1 var(--font-family-base); letter-spacing: 0.1em; text-transform: uppercase; color: var(--fd-faint); padding: 4px 10px 8px; }
.fd-mega-link { display: flex; align-items: center; gap: 11px; padding: 8px 10px; border-radius: 11px; transition: background var(--duration-fast) var(--ease-decel); }
.fd-mega-link:hover { background: var(--fd-accent-soft); }
.fd-mega-ic { width: 30px; height: 30px; border-radius: 9px; background: var(--fd-soft); color: var(--fd-accent); display: inline-flex; align-items: center; justify-content: center; flex: none; transition: background var(--duration-fast) var(--ease-decel); }
.fd-mega-link:hover .fd-mega-ic { background: #fff; }
.fd-mega-ic svg { width: 16px; height: 16px; }
.fd-mega-t { font: 600 0.86rem/1.2 var(--font-family-base); color: var(--fd-ink); }
.fd-mega-promo { background: var(--fd-dark); color: #fff; border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; }
.fd-mega-promo::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 80% at 100% 0%, rgba(248,98,58,0.55) 0%, rgba(248,98,58,0) 60%); }
.fd-mega-promo > * { position: relative; }
.fd-mega-promo h6 { font: 800 1.05rem/1.25 var(--font-family-base); margin: 0; letter-spacing: -0.01em; }
.fd-mega-promo p { font: 400 0.82rem/1.45 var(--font-family-base); color: rgba(255,255,255,0.72); margin: 0; }
.fd-mega-promo .fd-btn { margin-top: auto; }
@media (max-width: 1024px) { .fd-dd-panel.is-mega { width: min(720px, 94vw); } .fd-mega { grid-template-columns: 1fr 1fr; } .fd-mega-promo { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; } .fd-mega-promo .fd-btn { margin-top: 0; } }

/* mobile */
.fd-burger { display: none; width: 44px; height: 44px; border-radius: 11px; border: 1px solid var(--fd-line-2); background: #fff; align-items: center; justify-content: center; cursor: pointer; }
.fd-burger svg { width: 20px; height: 20px; }
.fd-mobile { position: fixed; inset: 72px 0 0; background: #fff; z-index: 90; padding: 20px 28px 40px; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity var(--duration-base) var(--ease-decel), transform var(--duration-base) var(--ease-decel); overflow-y: auto; }
.fd-mobile.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.fd-mobile a { display: block; padding: 16px 4px; font: 600 1.15rem/1 var(--font-family-base); border-bottom: 1px solid var(--fd-line); }
.fd-mobile .fd-btn { margin-top: 8px; }

/* ============================ Pills / badges ============================ */
.fd-pill { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px; border-radius: 999px; background: var(--fd-soft); border: 1px solid var(--fd-line); font: 600 0.82rem/1 var(--font-family-base); color: var(--fd-ink-2); }
.fd-pill svg { width: 15px; height: 15px; color: var(--fd-accent); }
.fd-pill.is-violet { background: var(--fd-accent-soft); border-color: var(--fd-accent-line); color: var(--fd-accent-hover); }
.fd-pill.is-light { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.18); color: #fff; }
.fd-pill.is-light svg { color: var(--fd-violet-200); }

.fd-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font: 700 0.72rem/1 var(--font-family-base); letter-spacing: 0.04em; text-transform: uppercase; }
.fd-tag.is-amber { background: #fdf3e0; color: #9a6300; }
.fd-tag.is-green { background: #e7f5ee; color: #137049; }
.fd-tag.is-violet { background: var(--fd-accent-soft); color: var(--fd-accent-hover); }

/* stars */
.fd-stars { display: inline-flex; gap: 2px; color: var(--fd-amber); }
.fd-stars svg { width: 16px; height: 16px; fill: currentColor; }

/* ============================ Hero ============================ */
.fd-hero { position: relative; padding: clamp(40px, 6vw, 76px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.fd-hero-bg { position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(120% 80% at 88% -10%, var(--fd-violet-50) 0%, rgba(255,244,240,0) 56%),
  radial-gradient(80% 60% at 0% 0%, #fffaf7 0%, rgba(255,250,247,0) 60%); }
.fd-hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,0.92fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.fd-hero-copy { display: flex; flex-direction: column; gap: 26px; }
.fd-hero h1 { margin: 0; }
.fd-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.fd-hero-proof { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fd-avatars { display: flex; }
.fd-avatars span { width: 38px; height: 38px; border-radius: 999px; border: 2px solid #fff; margin-left: -10px; background: var(--fd-soft-2) center/cover no-repeat; box-shadow: var(--fd-shadow-sm); }
.fd-avatars span:first-child { margin-left: 0; }

/* ============================ SERP mockup ============================ */
.fd-serp { background: #fff; border: 1px solid var(--fd-line); border-radius: 20px; box-shadow: var(--fd-shadow-lg); overflow: hidden; }
.fd-serp-bar { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--fd-line); background: var(--fd-soft); }
.fd-serp-input { flex: 1; display: flex; align-items: center; gap: 9px; height: 36px; padding: 0 14px; border-radius: 999px; background: #fff; border: 1px solid var(--fd-line-2); font: 500 0.85rem/1 var(--font-family-base); color: var(--fd-ink-2); }
.fd-serp-input svg { width: 15px; height: 15px; color: var(--fd-muted); }
.fd-serp-dots { display: flex; gap: 5px; }
.fd-serp-dots i { width: 9px; height: 9px; border-radius: 999px; background: var(--fd-line-2); display: inline-block; }
.fd-serp-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 14px; }
.fd-serp-ad { font: 700 0.7rem/1 var(--font-family-base); color: var(--fd-ink); letter-spacing: 0.02em; }
.fd-serp-result { display: flex; flex-direction: column; gap: 4px; }
.fd-serp-result.is-you { padding: 12px; margin: 0 -4px; border-radius: 14px; background: var(--fd-accent-soft); border: 1px solid var(--fd-accent-line); position: relative; }
.fd-serp-crumb { display: flex; align-items: center; gap: 8px; font: 500 0.74rem/1 var(--font-family-base); color: var(--fd-muted); }
.fd-serp-fav { width: 22px; height: 22px; border-radius: 999px; background: var(--fd-accent); display: inline-flex; align-items: center; justify-content: center; color: #fff; font: 800 0.7rem/1 var(--font-family-base); flex: none; }
.fd-serp-title { font: 600 1.02rem/1.25 var(--font-family-base); color: #1a0dab; }
.fd-serp-result.is-you .fd-serp-title { color: var(--fd-accent-hover); }
.fd-serp-snip { font: 400 0.82rem/1.45 var(--font-family-base); color: var(--fd-muted); }
.fd-serp-meta { display: flex; align-items: center; gap: 10px; font: 500 0.76rem/1 var(--font-family-base); color: var(--fd-ink-2); margin-top: 2px; }
.fd-serp-badge-you { position: absolute; top: -11px; right: 12px; background: var(--fd-accent); color: #fff; font: 700 0.66rem/1 var(--font-family-base); letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; box-shadow: var(--fd-shadow-violet); }
.fd-serp-skel { height: 9px; border-radius: 6px; background: var(--fd-soft-2); }

/* floating mini-card on hero visual */
.fd-hero-visual { position: relative; }
.fd-float { position: absolute; background: #fff; border: 1px solid var(--fd-line); border-radius: 16px; box-shadow: var(--fd-shadow-lg); padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.fd-float-a { bottom: -22px; left: -26px; }
.fd-float-b { top: -22px; right: -18px; }
.fd-float-ic { width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.fd-float-ic svg { width: 20px; height: 20px; }
.fd-float-k { font: 800 1.15rem/1 var(--font-family-base); color: var(--fd-ink); }
.fd-float-l { font: 500 0.74rem/1.3 var(--font-family-base); color: var(--fd-muted); margin-top: 3px; }

/* ============================ Trust logos ============================ */
.fd-trust { padding: 40px 0; border-top: 1px solid var(--fd-line); border-bottom: 1px solid var(--fd-line); }
.fd-trust-lead { text-align: center; font: 600 0.82rem/1 var(--font-family-base); letter-spacing: 0.06em; text-transform: uppercase; color: var(--fd-faint); margin-bottom: 26px; }
.fd-trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(28px, 5vw, 60px); }
.fd-trust-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--fd-faint); font: 800 1.18rem/1 var(--font-family-base); letter-spacing: -0.02em; opacity: 0.7; }
.fd-trust-logo svg { width: 22px; height: 22px; }

/* ============================ Stat band ============================ */
.fd-statband { background: var(--fd-soft); border-radius: 26px; padding: clamp(30px, 4vw, 48px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.fd-stat { display: flex; flex-direction: column; gap: 6px; }
.fd-stat-k { font: 800 clamp(2rem, 3.5vw, 2.9rem)/1 var(--font-family-base); letter-spacing: -0.03em; color: var(--fd-accent); }
.fd-stat-l { font: 500 0.95rem/1.4 var(--font-family-base); color: var(--fd-body); }
.on-dark .fd-statband { background: rgba(255,255,255,0.04); }
.on-dark .fd-stat-k { color: #fff; }
.on-dark .fd-stat-l { color: rgba(255,255,255,0.66); }

/* ============================ Cards / grids ============================ */
.fd-grid { display: grid; gap: 22px; }
.fd-grid-2 { grid-template-columns: repeat(2, 1fr); }
.fd-grid-3 { grid-template-columns: repeat(3, 1fr); }
.fd-grid-4 { grid-template-columns: repeat(4, 1fr); }

.fd-card { background: #fff; border: 1px solid var(--fd-line); border-radius: 18px; padding: 28px; transition: transform var(--duration-base) var(--ease-decel), box-shadow var(--duration-base) var(--ease-decel), border-color var(--duration-base) var(--ease-decel); }
.fd-card.is-hover:hover { transform: translateY(-3px); box-shadow: var(--fd-shadow-md); border-color: var(--fd-line); }
.fd-card-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--fd-accent-soft); color: var(--fd-accent); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.fd-card-ic svg { width: 24px; height: 24px; }
.fd-card h4 { margin: 0 0 8px; }
.fd-card p { margin: 0; color: var(--fd-body); font-size: 0.98rem; line-height: 1.6; }

/* feature alt (soft tile) */
.fd-feature { background: var(--fd-soft); border-radius: 20px; padding: 30px; border: 1px solid transparent; }

/* problem / solution */
.fd-pscol { background: #fff; border: 1px solid var(--fd-line); border-radius: 20px; padding: 30px; }
.fd-pscol.is-bad { background: var(--fd-soft); }
.fd-pslist { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.fd-pslist li { display: flex; gap: 12px; align-items: flex-start; font: 400 1rem/1.5 var(--font-family-base); color: var(--fd-body); }
.fd-pslist li svg { width: 22px; height: 22px; flex: none; margin-top: 1px; }
.fd-ic-bad { color: #c1675a; }
.fd-ic-good { color: var(--fd-green); }

/* ============================ Process / steps ============================ */
.fd-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.fd-step { position: relative; padding-top: 26px; }
.fd-step-n { width: 44px; height: 44px; border-radius: 13px; background: var(--fd-ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; font: 800 1.05rem/1 var(--font-family-base); margin-bottom: 16px; }
.fd-step:nth-child(2) .fd-step-n { background: var(--fd-violet-700); }
.fd-step:nth-child(3) .fd-step-n { background: var(--fd-violet-600); }
.fd-step:nth-child(4) .fd-step-n { background: var(--fd-violet-500); }
.fd-step h4 { margin: 0 0 8px; }
.fd-step p { margin: 0; color: var(--fd-body); font-size: 0.96rem; line-height: 1.55; }
.fd-step-line { position: absolute; top: 12px; left: 58px; right: -11px; height: 2px; background: repeating-linear-gradient(90deg, var(--fd-line-2) 0 6px, transparent 6px 12px); }
.fd-step:last-child .fd-step-line { display: none; }

/* ============================ Métiers grid ============================ */
.fd-trades { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fd-trade { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--fd-line); border-radius: 15px; background: #fff; transition: transform var(--duration-fast) var(--ease-decel), box-shadow var(--duration-fast) var(--ease-decel), border-color var(--duration-fast) var(--ease-decel); }
.fd-trade:hover { transform: translateY(-2px); box-shadow: var(--fd-shadow-md); border-color: var(--fd-accent-line); }
.fd-trade-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--fd-accent-soft); color: var(--fd-accent); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.fd-trade-ic svg { width: 21px; height: 21px; }
.fd-trade-t { font: 600 0.98rem/1.2 var(--font-family-base); color: var(--fd-ink); }
.fd-trade-s { font: 400 0.8rem/1.3 var(--font-family-base); color: var(--fd-muted); margin-top: 2px; }
.fd-trade-arr { margin-left: auto; color: var(--fd-faint); transition: transform var(--duration-fast) var(--ease-decel), color var(--duration-fast) var(--ease-decel); }
.fd-trade:hover .fd-trade-arr { color: var(--fd-accent); transform: translateX(3px); }
.fd-trade-arr svg { width: 18px; height: 18px; }

/* ============================ Pricing ============================ */
.fd-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.fd-plan { background: #fff; border: 1px solid var(--fd-line); border-radius: 22px; padding: 32px 28px; display: flex; flex-direction: column; gap: 20px; position: relative; }
.fd-plan.is-feat { border-color: var(--fd-accent); box-shadow: var(--fd-shadow-lg); }
.fd-plan-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--fd-accent); color: #fff; font: 700 0.72rem/1 var(--font-family-base); letter-spacing: 0.04em; text-transform: uppercase; padding: 7px 13px; border-radius: 999px; box-shadow: var(--fd-shadow-violet); }
.fd-plan-name { font: 700 1.15rem/1 var(--font-family-base); color: var(--fd-ink); }
.fd-plan-desc { font: 400 0.92rem/1.5 var(--font-family-base); color: var(--fd-muted); }
.fd-plan-price { display: flex; align-items: baseline; gap: 6px; }
.fd-plan-price .from { font: 500 0.85rem/1 var(--font-family-base); color: var(--fd-muted); }
.fd-plan-price .num { font: 800 2.5rem/1 var(--font-family-base); letter-spacing: -0.03em; color: var(--fd-ink); }
.fd-plan-price .unit { font: 500 0.9rem/1 var(--font-family-base); color: var(--fd-muted); }
.fd-plan-feats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.fd-plan-feats li { display: flex; gap: 10px; align-items: flex-start; font: 400 0.95rem/1.45 var(--font-family-base); color: var(--fd-body); }
.fd-plan-feats li svg { width: 19px; height: 19px; color: var(--fd-accent); flex: none; margin-top: 1px; }
.fd-plan-sep { border: 0; border-top: 1px solid var(--fd-line); margin: 0; }

/* ============================ Testimonials ============================ */
.fd-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fd-quote { background: #fff; border: 1px solid var(--fd-line); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.fd-quote-body { font: 500 1.05rem/1.55 var(--font-family-base); color: var(--fd-ink-2); letter-spacing: -0.01em; }
.fd-quote-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.fd-quote-av { width: 44px; height: 44px; border-radius: 999px; background: var(--fd-soft-2) center/cover no-repeat; flex: none; }
.fd-quote-name { font: 700 0.95rem/1.2 var(--font-family-base); color: var(--fd-ink); }
.fd-quote-role { font: 400 0.82rem/1.3 var(--font-family-base); color: var(--fd-muted); margin-top: 2px; }

/* ============================ FAQ ============================ */
.fd-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; }
.fd-faq details { border-bottom: 1px solid var(--fd-line); }
.fd-faq summary { list-style: none; cursor: pointer; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font: 600 1.08rem/1.4 var(--font-family-base); color: var(--fd-ink); }
.fd-faq summary::-webkit-details-marker { display: none; }
.fd-faq summary .ic { width: 28px; height: 28px; border-radius: 999px; background: var(--fd-soft); display: inline-flex; align-items: center; justify-content: center; flex: none; transition: transform var(--duration-base) var(--ease-decel), background var(--duration-base) var(--ease-decel); }
.fd-faq summary .ic svg { width: 16px; height: 16px; color: var(--fd-ink-2); }
.fd-faq details[open] summary .ic { transform: rotate(45deg); background: var(--fd-accent); }
.fd-faq details[open] summary .ic svg { color: #fff; }
.fd-faq-a { padding: 0 4px 24px; font: 400 1rem/1.65 var(--font-family-base); color: var(--fd-body); max-width: 660px; }

/* ============================ Dark CTA band ============================ */
.fd-darkband { position: relative; background: var(--fd-dark); color: #fff; border-radius: 30px; overflow: hidden; padding: clamp(40px, 6vw, 76px); }
.fd-darkband::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(70% 120% at 100% 0%, rgba(248,98,58,0.5) 0%, rgba(248,98,58,0) 55%),
  radial-gradient(60% 100% at 0% 100%, rgba(173,50,17,0.5) 0%, rgba(173,50,17,0) 60%); }
.fd-darkband > * { position: relative; }
.fd-section.is-dark { background: var(--fd-dark); color: #fff; }

/* ============================ Footer ============================ */
.fd-footer { background: var(--fd-ink); color: rgba(255,255,255,0.7); padding: 64px 0 32px; }
.fd-footer .fd-brand { color: #fff; }
.fd-footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.fd-footer-intro { max-width: 320px; display: flex; flex-direction: column; gap: 18px; }
.fd-footer-intro p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.6; margin: 0; }
.fd-footer-col h5 { font: 700 0.82rem/1 var(--font-family-base); letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 0 0 18px; }
.fd-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.fd-footer-col a { font: 400 0.95rem/1.3 var(--font-family-base); color: rgba(255,255,255,0.72); }
.fd-footer-col a:hover { color: #fff; }
.fd-footer-legal { display: flex; gap: 20px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.fd-footer-legal a { font: 400 0.82rem/1 var(--font-family-base); color: rgba(255,255,255,0.45); text-decoration: none; transition: color var(--duration-fast) var(--ease-decel); }
.fd-footer-legal a:hover { color: #fff; }
.fd-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; font: 400 0.85rem/1.4 var(--font-family-base); color: rgba(255,255,255,0.5); flex-wrap: wrap; }
.fd-footer-social { display: flex; gap: 10px; }
.fd-footer-social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; color: #fff; transition: background var(--duration-fast) var(--ease-decel); }
.fd-footer-social a:hover { background: var(--fd-accent); }
.fd-footer-social svg { width: 18px; height: 18px; }

/* ============================ Floating WhatsApp ============================ */
.fd-wa { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; border-radius: 999px; background: #25d366; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,0.4); transition: transform var(--duration-fast) var(--ease-decel); }
.fd-wa:hover { transform: scale(1.06); }
.fd-wa svg { width: 28px; height: 28px; }

/* ============================ Modal ============================ */
.fd-modal-scrim { position: fixed; inset: 0; z-index: 200; background: var(--color-scrim); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity var(--duration-base) var(--ease-decel); }
.fd-modal-scrim.is-open { opacity: 1; visibility: visible; }
.fd-modal { background: #fff; border-radius: 22px; box-shadow: var(--fd-shadow-lg); width: min(520px, 100%); max-height: 92vh; overflow-y: auto; transform: translateY(12px) scale(0.98); transition: transform var(--duration-base) var(--ease-decel); }
.fd-modal-scrim.is-open .fd-modal { transform: translateY(0) scale(1); }
.fd-modal-head { padding: 26px 28px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.fd-modal-x { width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--fd-line); background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.fd-modal-x:hover { background: var(--fd-soft); }
.fd-modal-body { padding: 18px 28px 28px; }
.fd-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.fd-field label { font: 600 0.85rem/1 var(--font-family-base); color: var(--fd-ink-2); }
.fd-field input, .fd-field select, .fd-field textarea { height: 50px; border: 1.5px solid var(--fd-line-2); border-radius: 12px; padding: 0 14px; font: 400 1rem/1 var(--font-family-base); color: var(--fd-ink); background: #fff; transition: border-color var(--duration-fast) var(--ease-decel); }
.fd-field textarea { height: auto; padding: 13px 14px; resize: vertical; min-height: 90px; line-height: 1.5; }
.fd-field input:focus, .fd-field select:focus, .fd-field textarea:focus { outline: none; border-color: var(--fd-accent); }
.fd-form-note { font: 400 0.8rem/1.4 var(--font-family-base); color: var(--fd-muted); margin-top: 4px; }
.fd-form-section-label { font: 700 0.72rem/1 var(--font-family-base); text-transform: uppercase; letter-spacing: .07em; color: var(--fd-muted); margin: 0 0 10px; display: block; }
.fd-form-ok { display: none; text-align: center; padding: 20px 8px; }
.fd-form-ok .ic { width: 60px; height: 60px; border-radius: 999px; background: #e7f5ee; color: var(--fd-green); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.fd-form-ok .ic svg { width: 30px; height: 30px; }

/* ============================ Breadcrumb ============================ */
.fd-crumb { display: flex; align-items: center; gap: 8px; font: 500 0.85rem/1 var(--font-family-base); color: var(--fd-muted); }
.fd-crumb a:hover { color: var(--fd-accent); }
.fd-crumb svg { width: 14px; height: 14px; opacity: 0.6; }

/* ============================ Utilities ============================ */
.fd-center { text-align: center; }
.fd-mt-s { margin-top: 14px; } .fd-mt-m { margin-top: 26px; } .fd-mt-l { margin-top: 44px; }
.fd-divider { border: 0; border-top: 1px solid var(--fd-line); margin: 0; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease-decel), transform 0.6s var(--ease-decel); }
.reveal.in { opacity: 1; transform: none; }

/* ============================ Responsive ============================ */
@media (max-width: 1024px) {
  .fd-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .fd-steps { grid-template-columns: repeat(2, 1fr); }
  .fd-step-line { display: none; }
  .fd-trades { grid-template-columns: repeat(2, 1fr); }
  .fd-statband { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .fd-nav-links, .fd-nav-phone { display: none; }
  .fd-burger { display: inline-flex; }
  .fd-hero-grid { grid-template-columns: 1fr; }
  .fd-hero-visual { order: -1; max-width: 460px; }
  .fd-plans, .fd-quotes, .fd-grid-3 { grid-template-columns: 1fr; }
  .fd-footer-top { grid-template-columns: 1fr 1fr; }
  .fd-footer-intro { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .fd-grid-2, .fd-grid-3, .fd-grid-4, .fd-trades, .fd-quotes, .fd-steps, .fd-statband { grid-template-columns: 1fr; }
  .fd-container { padding: 0 18px; }
  .fd-darkband, .fd-statband { padding: 28px 22px; }
  .fd-footer-top { grid-template-columns: 1fr; }
}
