@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap);
/* Google Fonts CDN — remplace les @font-face locaux */

/* =====================================================================
   Oligo+ Design System — styles.css (React export)
   Concatenation of:
     1) Design-system foundations (fonts, CSS variables / tokens)
     2) Landing page component styles (classes used by the .tsx files)

   Place font files under  public/fonts/   and images under  public/assets/
   so the relative url() paths below resolve. In Webflow DevLink, add these
   declarations to your global stylesheet / custom code.
   ===================================================================== */

/* =====================================================================
   PART 1 — Design-system foundations & tokens
   ===================================================================== */

/* ─────────────────────────────────────────────────────────────────
   Oligo+ Design System — Foundations
   Brand: Oligo+ (oligoplus.com) — French agritech
   ───────────────────────────────────────────────────────────────── */

/* ── Fonts ──────────────────────────────────────────────────────
   Inter (body + display) and IBM Plex Mono — both loaded locally
   from /fonts/.

   Inter optical sizes:
     · 18pt → body / labels (≤20px)
     · 24pt → titles (24px)
     · 28pt → display (≥40px)
   ──────────────────────────────────────────────────────────────── */

/* IBM Plex Mono — labels, buttons, eyebrows, breadcrumbs */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/IBMPlexMono-Light.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/IBMPlexMono-Italic.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  font-style: normal;
  src: url('fonts/IBMPlexMono-Medium.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/IBMPlexMono-Bold.ttf') format('truetype');
  font-display: swap;
} */

/* Inter — body / small / medium (18pt optical) */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/Inter_18pt-Light.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/Inter_18pt-Italic.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: url('fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter';
  font-weight: 800;
  font-style: normal;
  src: url('fonts/Inter_18pt-ExtraBold.ttf') format('truetype');
  font-display: swap;
} */

/* Inter Display — 28pt optical, for headlines ≥40px */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Display';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Inter_28pt-Regular.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Display';
  font-weight: 500;
  font-style: normal;
  src: url('fonts/Inter_28pt-Medium.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Display';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/Inter_28pt-SemiBold.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Display';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Inter_28pt-Bold.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Display';
  font-weight: 800;
  font-style: normal;
  src: url('fonts/Inter_28pt-ExtraBold.ttf') format('truetype');
  font-display: swap;
} */

/* Inter Title — 24pt optical, for titles 20–32px */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Title';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Inter_24pt-Regular.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Title';
  font-weight: 500;
  font-style: normal;
  src: url('fonts/Inter_24pt-Medium.ttf') format('truetype');
  font-display: swap;
} */
/* DISABLED LOCAL FONT: @font-face {
  font-family: 'Inter Title';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/Inter_24pt-SemiBold.ttf') format('truetype');
  font-display: swap;
} */

:host {
  /* ── Brand colors ─────────────────────────────────────────────── */
  --oligo-green:        rgb(13, 56, 32);    /* Primary. Headlines, buttons, dark surfaces. */
  --oligo-green-deep:   rgb(8, 30, 18);     /* Darker tint, used over photos. */
  --oligo-green-soft:   rgb(37, 76, 54);    /* Muted green for secondary surfaces. */
  --oligo-cream:        rgb(255, 254, 244); /* Default page background, on-dark text. */
  --oligo-cream-warm:   rgb(255, 245, 235); /* Button label color on dark. */
  --oligo-mint-1:       rgb(236, 248, 246); /* Hero gradient top. */
  --oligo-mint-2:       rgb(219, 250, 242); /* Hero gradient bottom. */
  --oligo-sky-1:        rgb(202, 228, 250); /* Soft-bleed sky tint. */
  --oligo-sky-2:        rgb(229, 242, 250); /* CTA gradient. */
  --oligo-sky-pale:     rgb(246, 253, 249); /* Almost-white tint. */
  --oligo-blue-accent:  rgb(197, 229, 251); /* "•" eyebrow bullet, badge icon bg. */
  --oligo-highlight:    rgb(34, 197, 94);   /* Fluo green — highlight word box (T12). Use sparingly. */
  --oligo-sand:         rgb(252, 242, 222); /* Warm sand tint, used sparingly. */
  --oligo-amber:        rgb(244, 200, 113); /* Warm accent (sol section). */
  --oligo-periwinkle:   rgb(155, 177, 235); /* Cool accent. */

  /* ── Neutrals ────────────────────────────────────────────────── */
  --oligo-black:        rgb(0, 0, 0);
  --oligo-white:        rgb(255, 255, 255);
  --oligo-stroke:       rgb(34, 34, 34);    /* Icon stroke (+, chevron). */
  --oligo-line:         rgb(240, 240, 240);
  --oligo-line-warm:    rgba(13, 56, 32, 0.2);  /* Hairline divider on cream. */
  --oligo-line-warm-2:  rgba(13, 56, 32, 0.4);  /* Hairline divider, more visible. */
  --oligo-line-cream:   rgba(255, 254, 244, 0.2); /* Hairline on dark green. */

  /* ── Semantic tokens ─────────────────────────────────────────── */
  --bg:                 var(--oligo-cream);
  --bg-soft:            var(--oligo-sky-pale);
  --bg-dark:            var(--oligo-green);
  --bg-deep:            var(--oligo-green-deep);
  --bg-hero-mint:       linear-gradient(var(--oligo-mint-1) 0%, var(--oligo-mint-2) 100%);
  --bg-hero-sky:        linear-gradient(var(--oligo-sky-1) 10%, rgba(255,255,255,0.65) 90%);
  --bg-cta:             linear-gradient(var(--oligo-sky-pale) 0%, var(--oligo-sky-2) 100%);

  --fg:                 var(--oligo-green);
  --fg-on-dark:         var(--oligo-cream);
  --fg-muted:           rgba(13, 56, 32, 0.6);
  --fg-faint:           rgba(13, 56, 32, 0.3);
  --fg-on-dark-muted:   rgba(255, 254, 244, 0.6);

  --accent-bullet:      var(--oligo-blue-accent);

  /* ── Type families ───────────────────────────────────────────── */
  --font-display:       'Inter Display', 'Inter', system-ui, -apple-system, sans-serif;
  --font-title:         'Inter Title',   'Inter', system-ui, -apple-system, sans-serif;
  --font-body:          'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:          'IBM Plex Mono', ui-monospace, monospace;

  /* ── Type scale (display = Inter, very tight tracking) ───────── */
  --fs-display-xl:      140px; /* Statistic numerals. tracking -0.11em */
  --fs-display-l:       100px; /* Product hero title. tracking -0.09em */
  --fs-display-m:       56px;  /* Section H1. tracking -0.05em */
  --fs-display-s:       51px;  /* Centered section title. tracking -0.05em */
  --fs-title:           24px;  /* List item / accordion title. tracking -0.05em */
  --fs-subtitle:        20px;  /* Collapsed FAQ item, footer copy. tracking -0.03em / -0.05em */
  --fs-body:            16px;  /* Body. tracking -0.03em or -0.04em */
  --fs-label:           14px;  /* Mono label / button. tracking 0.02em UPPERCASE */
  --fs-meta:            12px;  /* Breadcrumb mono. tracking 0.02em UPPERCASE */

  /* ── Line heights ────────────────────────────────────────────── */
  --lh-display-xl:      140px;
  --lh-display-l:       91px;
  --lh-display-m:       56px;
  --lh-title:           32px;
  --lh-subtitle:        22px;
  --lh-body:            21px;
  --lh-label:           16px;

  /* ── Tracking ────────────────────────────────────────────────── */
  --tr-display:         -0.05em;
  --tr-display-tight:   -0.11em;
  --tr-display-product: -0.09em;
  --tr-body:            -0.03em;
  --tr-body-tight:      -0.04em;
  --tr-mono:            0.02em;

  /* ── Radius ──────────────────────────────────────────────────── */
  --radius-xs:          4px;
  --radius-sm:          8px;
  --radius-md:          16px;
  --radius-pill:        100px;
  --radius-pill-large:  1000px; /* Navbar capsule. */

  /* ── Spacing (8/16/24 rhythm, 72 page gutter) ────────────────── */
  --space-1:            4px;
  --space-2:            8px;
  --space-3:            12px;
  --space-4:            16px;
  --space-5:            24px;
  --space-6:            32px;
  --space-7:            48px;
  --space-8:            54px;
  --space-9:            72px;
  --page-gutter:        72px;
  --page-max:           1296px; /* 1440 - 72*2 */

  /* ── Elevation / blur ────────────────────────────────────────── */
  --blur-glass:         blur(4px);   /* @kind other */
  --blur-glass-strong:  blur(24px);  /* @kind other */
  --shadow-card:        0 1px 2px rgba(13, 56, 32, 0.04),
                        0 8px 24px rgba(13, 56, 32, 0.06);

  /* ── Motion ──────────────────────────────────────────────────── */
  --ease-standard:      cubic-bezier(0.2, 0.6, 0.2, 1);  /* @kind other */
  --dur-fast:           120ms;  /* @kind other */
  --dur-base:           200ms;  /* @kind other */
  --dur-slow:           320ms;  /* @kind other */
}

/* ── Semantic element styles (drop-in) ─────────────────────────── */
.oligo body, body.oligo {
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.oligo h1, .o-h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-display-m);
  line-height: var(--lh-display-m);
  letter-spacing: var(--tr-display);
  color: var(--fg);
  text-wrap: pretty;
  margin: 0;
}
.oligo h2, .o-h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-display-s);
  line-height: 50px;
  letter-spacing: var(--tr-display);
  color: var(--fg);
  margin: 0;
}
.oligo h3, .o-h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-title);
  line-height: var(--lh-title);
  letter-spacing: var(--tr-display);
  color: var(--fg);
  margin: 0;
}
.oligo h4, .o-h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-subtitle);
  line-height: var(--lh-title);
  letter-spacing: var(--tr-display);
  color: var(--fg);
  margin: 0;
}
.oligo p, .o-p {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--tr-body);
  color: var(--fg);
  margin: 0;
}
.oligo .o-eyebrow, .o-eyebrow {
  font-family: var(--font-mono);
  font-size: var(--fs-label);
  line-height: var(--lh-label);
  letter-spacing: var(--tr-mono);
  color: var(--fg);
  text-transform: uppercase;
}
.oligo .o-meta, .o-meta {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  line-height: var(--lh-label);
  letter-spacing: var(--tr-mono);
  color: var(--fg-faint);
  text-transform: uppercase;
}
.oligo .o-stat, .o-stat {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-display-xl);
  line-height: var(--lh-display-xl);
  letter-spacing: var(--tr-display-tight);
  color: var(--fg);
}
.oligo .o-product-title, .o-product-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-display-l);
  line-height: var(--lh-display-l);
  letter-spacing: var(--tr-display-product);
  color: var(--fg);
}

/* ── Logo (background-image so offline bundlers inline the SVG) ── */
.oligo-logo {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.oligo-logo--white { background-image: /* MISSING: url(assets/icons/logo-white.svg) */; }
.oligo-logo--dark  { background-image: /* MISSING: url(assets/icons/logo-dark.svg) */; }


/* =====================================================================
   PART 2 — Landing page component styles
   (exact class names consumed by the React components)
   ===================================================================== */

/* ─────────────────────────────────────────────────────────────────
   Oligo+ — Landing Page Acquisition "Semis de couvert par drone"
   Mobile-first. Built strictly on the Oligo+ design system tokens
   (see colors_and_type.css). No external dependencies except Lucide
   icons (flagged per DS README — stroke 1.5px matches the set).
   ───────────────────────────────────────────────────────────────── */

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

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

/* ── Shared layout ─────────────────────────────────────────────── */
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 2px;
  background: var(--oligo-blue-accent);
  flex: 0 0 auto;
}
.eyebrow.on-dark { color: var(--oligo-cream); }

.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin: 12px 0 0;
  font-size: clamp(30px, 6vw, 51px);
  line-height: 1.02;
  text-wrap: balance;
}
.section-title.on-dark { color: var(--oligo-cream); }

/* ── CTA button ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--oligo-green);
  color: var(--oligo-cream-warm);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--dur-base) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);
}
.btn:hover { background: var(--oligo-green-soft); }
.btn:active { background: var(--oligo-green-deep); transform: scale(0.99); }
.btn .well {
  width: 18px; height: 18px;
  border-radius: 100px;
  background: var(--oligo-blue-accent);
  color: var(--oligo-green);
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  transition: transform var(--dur-base) var(--ease-standard);
}
.btn:hover .well { transform: scale(0.92); }
.btn.block { width: 100%; }

/* ── Header (no navigation — single path = CTA) ────────────────── */
.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.brand {
  width: 104px; height: 48px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: /* MISSING: url(assets/icons/logo-white.svg) */;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: var(--radius-pill);
  background: rgba(255, 254, 244, 0.14);
  border: 1px solid rgba(255, 254, 244, 0.22);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--oligo-cream);
}
.trust-pill .dot {
  width: 7px; height: 7px; border-radius: 100px;
  background: var(--oligo-blue-accent);
  box-shadow: 0 0 0 4px rgba(197, 229, 251, 0.18);
}

/* ── HERO ──────────────────────────────────────────────────────── */
.hero {
  position: relative;
  margin-top: -84px;
  padding: 116px 0 48px;
  background:
    linear-gradient(180deg, rgba(8,30,18,0.78) 0%, rgba(8,30,18,0.52) 46%, rgba(8,30,18,0.74) 100%),
    /* MISSING: url(assets/img/drone-hero.png) */ center 35%/cover no-repeat;
  background-color: var(--oligo-green-deep);
}
.hero-grid { display: grid; gap: 28px; }
.hero-copy { color: var(--oligo-cream); max-width: 620px; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 14px 0 0;
  color: var(--oligo-cream);
  font-size: clamp(34px, 8.4vw, 64px);
  text-wrap: balance;
}
.hero h1 .accent { color: var(--oligo-blue-accent); }
.hero .subhead {
  margin: 18px 0 0;
  font-size: clamp(16px, 4.3vw, 19px);
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: rgba(255, 254, 244, 0.88);
  max-width: 540px;
}

/* form card */
.lead-card {
  background: var(--oligo-cream);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: 0 24px 60px rgba(8, 30, 18, 0.34);
  width: 100%;
  max-width: 460px;
}
.lead-card .card-kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.lead-card .card-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin: 6px 0 16px;
}
/* Formulaire Webflow embarqué */
.wf-embed {
  display: block;
  width: 100%;
  border: 0;
  min-height: 560px;
  border-radius: 10px;
  background: var(--oligo-cream);
  overflow: hidden;
}
.lead-card.on-dark .wf-embed { background: transparent; }

.field { margin-bottom: 12px; }
.field label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 5px;
}
.field input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(13, 56, 32, 0.18);
  border-radius: var(--radius-sm);
  background: var(--oligo-white);
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 16px; /* ≥16px prevents iOS zoom-on-focus */
  letter-spacing: -0.02em;
  color: var(--fg);
  outline: none;
  transition: border-color var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);
}
.field input::placeholder { color: rgba(13, 56, 32, 0.4); }
.field input:focus {
  border-color: var(--oligo-green);
  box-shadow: 0 0 0 3px rgba(13, 56, 32, 0.1);
}
.field input:invalid:not(:placeholder-shown) {
  border-color: rgba(180, 60, 40, 0.7);
}
.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.micro-trust span { display: inline-flex; align-items: center; gap: 5px; }
.micro-trust .tick { color: var(--oligo-green); font-weight: 700; }

.form-success {
  display: none;
  text-align: center;
  padding: 24px 8px;
}
.form-success .check {
  width: 52px; height: 52px;
  margin: 0 auto 14px;
  border-radius: 100px;
  background: var(--oligo-green);
  color: var(--oligo-cream);
  display: flex; align-items: center; justify-content: center;
}
.form-success h3 {
  font-family: var(--font-display);
  font-weight: 600; font-size: 22px;
  letter-spacing: -0.04em; color: var(--fg);
  margin: 0 0 6px;
}
.form-success p {
  font-size: 15px; line-height: 1.45; color: var(--fg-muted);
  margin: 0; letter-spacing: -0.02em;
}
form.is-sent .form-fields { display: none; }
form.is-sent .form-success { display: block; }

/* ── Generic section spacing ───────────────────────────────────── */
.section { padding: 64px 0; }
.section.cream { background: var(--oligo-cream); }
.section.soft { background: var(--oligo-sky-pale); }
.section.dark { background: var(--oligo-green); }
.section-head { max-width: 620px; margin-bottom: 36px; }

/* ── Benefits ──────────────────────────────────────────────────── */
.benefits-grid { display: grid; gap: 14px; }
.benefit {
  background: var(--oligo-white);
  border: 1px solid var(--oligo-line);
  border-radius: var(--radius-md);
  padding: 26px 24px;
}
.benefit .ico {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--oligo-mint-2);
  color: var(--oligo-green);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.benefit .ico svg { width: 26px; height: 26px; }
.benefit h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin: 0 0 10px;
  text-wrap: balance;
}
.benefit p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--fg-muted);
  margin: 0;
}

/* ── How it works (timeline) ───────────────────────────────────── */
.steps { display: grid; gap: 18px; }
.step {
  position: relative;
  background: var(--oligo-white);
  border: 1px solid var(--oligo-line);
  border-radius: var(--radius-md);
  padding: 24px 24px 24px 22px;
}
.step .num {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--oligo-green);
  background: var(--oligo-blue-accent);
  width: 34px; height: 34px;
  border-radius: 100px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 600; font-size: 20px;
  line-height: 1.12; letter-spacing: -0.04em;
  color: var(--fg); margin: 0 0 8px;
  text-wrap: balance;
}
.step p {
  font-size: 15px; line-height: 1.5;
  letter-spacing: -0.02em; color: var(--fg-muted); margin: 0;
}

/* ── Social proof ──────────────────────────────────────────────── */
.proof-grid { display: grid; gap: 22px; }
.quote-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  padding: 28px 26px;
  background:
    linear-gradient(180deg, rgba(8,30,18,0) 30%, rgba(8,30,18,0.82) 100%),
    /* MISSING: url(assets/img/farmer-corn.png) */ center 28%/cover no-repeat;
  color: var(--oligo-cream);
}
.quote-card .quote-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Image entière (carte qui s'adapte au format de l'image, sans rognage) */
.quote-card.has-image {
  min-height: 0;
  padding: 0;
  display: block;
  background: none;
}
.quote-card.has-image .quote-photo {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.quote-card .quote-card-inner { position: relative; z-index: 2; }
.quote-card blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(20px, 5vw, 26px);
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.quote-card .attrib {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 254, 244, 0.72);
}
.quote-card .placeholder-note {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: var(--radius-xs);
  background: rgba(197, 229, 251, 0.22);
  border: 1px dashed rgba(197, 229, 251, 0.5);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--oligo-blue-accent);
}

.stats-band {
  background: var(--oligo-green);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.stat { text-align: left; }
.stat .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 11vw, 56px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--oligo-cream);
}
.stat .num .unit { font-size: 0.5em; letter-spacing: -0.03em; margin-left: 2px; }
.stat .lab {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 254, 244, 0.66);
}
.stat .lab .tbd { color: var(--oligo-blue-accent); }

/* ── FAQ ───────────────────────────────────────────────────────── */
.faq-list { border-top: 1px solid var(--oligo-line-warm); }
.faq-item { border-bottom: 1px solid var(--oligo-line-warm); }
.faq-q {
  width: 100%;
  background: none; border: 0; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 20px;
  padding: 22px 2px;
  text-align: left;
}
.faq-q .q-text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(17px, 4.4vw, 21px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: var(--fg);
}
.faq-sign {
  position: relative;
  width: 16px; height: 16px;
  flex: 0 0 auto;
  margin-top: 4px;
}
.faq-sign::before, .faq-sign::after {
  content: "";
  position: absolute;
  background: var(--oligo-stroke);
  transition: transform var(--dur-base) var(--ease-standard), opacity var(--dur-base) var(--ease-standard);
}
.faq-sign::before { top: 7.5px; left: 0; width: 16px; height: 1px; }
.faq-sign::after  { left: 7.5px; top: 0; width: 1px; height: 16px; }
.faq-item.open .faq-sign::after { transform: rotate(90deg); opacity: 0; }
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--dur-slow) var(--ease-standard);
}
.faq-a-inner {
  padding: 0 2px 24px;
  max-width: 660px;
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--fg-muted);
}

/* ── Final CTA (dark) ──────────────────────────────────────────── */
.final-cta { position: relative; }
.final-cta .section-title.on-dark { max-width: 560px; }
.final-cta .sub {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: rgba(255, 254, 244, 0.74);
  max-width: 460px;
}
.lead-card.on-dark {
  background: rgba(255, 254, 244, 0.96);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

/* ── Footer ────────────────────────────────────────────────────── */
.site-footer {
  background: var(--oligo-green-deep);
  padding: 36px 0;
}
.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer-brand {
  width: 96px; height: 44px;
  background: /* MISSING: url(assets/icons/logo-white.svg) */ left center/contain no-repeat;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.footer-links a {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 254, 244, 0.62);
  text-decoration: none;
  transition: color var(--dur-base) var(--ease-standard);
}
.footer-links a:hover { color: var(--oligo-cream); }
.footer-legal {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: rgba(255, 254, 244, 0.4);
}

/* ── Reveal-on-scroll (sober fade + short translate) ───────────── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms var(--ease-standard), transform 600ms var(--ease-standard);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ───────────────────────────────────────────────────────────────
   TABLET ≥ 720px
   ─────────────────────────────────────────────────────────────── */
@media (min-width: 720px) {
  .wrap { padding: 0 40px; }
  .site-header { padding: 24px 40px; }
  .hero { padding: 150px 0 72px; margin-top: -108px; }
  .section { padding: 88px 0; }

  .benefits-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  /* stats-band reste vertical (1 colonne) pour rester cohérent avec le desktop et éviter de serrer les libellés longs */
  .footer-grid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* ───────────────────────────────────────────────────────────────
   DESKTOP ≥ 1000px
   ─────────────────────────────────────────────────────────────── */
@media (min-width: 1000px) {
  .hero { padding: 168px 0 96px; }
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 56px;
  }
  .hero-copy { max-width: none; }
  .lead-card { justify-self: end; padding: 28px; }

  .proof-grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
    gap: 28px;
  }
  .stats-band {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 28px;
    padding: 40px 36px;
  }
  .stat .num { font-size: 60px; }

  .final-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    align-items: center;
    gap: 64px;
  }
}

/* ─────────────────────────────────────────────────────────────
   META LANDING — extension drone-mais (post Meta-Ad)
   Ajout du 19/06/2026 — depuis Claude Design meta.css
   ───────────────────────────────────────────────────────────── */

.meta-hero-copy { max-width: 680px; }
.meta-hero-cta { margin-top: 26px; }
.meta-trust-line {
  margin: 16px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--oligo-cream);
}
.meta-trust-line .tick { color: var(--oligo-blue-accent); font-weight: 700; }

.meta-form-section { scroll-margin-top: 12px; }
.meta-form-wrap { display: grid; gap: 28px; max-width: 760px; }
.meta-lead-card { max-width: none; width: 100%; }

.meta-testimonial {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--oligo-cream);
  border: 1px solid var(--oligo-line-warm, rgba(13, 56, 32, 0.2));
  border-radius: var(--radius-md, 16px);
  align-content: start;
}
.meta-testi-photo {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background:
    repeating-linear-gradient(45deg, rgba(13,56,32,0.10) 0 6px, rgba(13,56,32,0.04) 6px 12px),
    var(--oligo-sky-pale, #c5e5fb);
  border: 1px solid rgba(13, 56, 32, 0.12);
}
.meta-testimonial blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(17px, 4.6vw, 21px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--oligo-green);
}
.meta-testimonial figcaption {
  font-size: 14px;
  color: var(--fg-muted);
}
.meta-testimonial figcaption strong { color: var(--oligo-green); font-weight: 600; }

@media (min-width: 1000px) {
  .meta-form-wrap {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: start;
    gap: 40px;
    max-width: 1100px;
  }
  .meta-testimonial { position: sticky; top: 24px; }
}

