/* ── Cimple — Shared Stylesheet ── */

:root {
  --navy:   #031927;
  --teal:   #508484;
  --cream:  #FFFFEA;
  --orange: #FF6201;
  --red:    #F63E02;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--navy);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  padding: 8rem 5vw 4rem;
  gap: 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; right: -6vw; top: 50%; transform: translateY(-50%);
  width: 55vw; height: 55vw;
  background: radial-gradient(circle, rgba(80,132,132,.13) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(80,132,132,.12); border: 1px solid rgba(80,132,132,.3);
  color: var(--teal); font-size: .8rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .4rem .9rem; border-radius: 99px;
  margin-bottom: 1.5rem;
  animation: fadeUp .6s ease both;
}
.hero-eyebrow span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 1.05; font-weight: 900;
  letter-spacing: -.03em;
  animation: fadeUp .6s .1s ease both;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, var(--orange), var(--red));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub {
  margin-top: 1.5rem;
  font-size: 1.1rem; line-height: 1.7; color: rgba(3,25,39,.65);
  max-width: 480px;
  animation: fadeUp .6s .2s ease both;
}
.hero-actions {
  margin-top: 2.5rem; display: flex; gap: 1rem; flex-wrap: wrap;
  animation: fadeUp .6s .3s ease both;
}

/* stat strip */
.hero-stats {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid rgba(3,25,39,.1);
  animation: fadeUp .6s .4s ease both;
}
.stat-item {}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 900; color: var(--teal);
}
.stat-label { font-size: .8rem; color: rgba(3,25,39,.5); margin-top: .15rem; }

/* hero illustration panel */
.hero-visual {
  position: relative; display: flex; justify-content: center; align-items: center;
  animation: fadeUp .6s .15s ease both;
}
.hero-visual .mockup-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(3,25,39,.18), 0 2px 8px rgba(3,25,39,.06);
  overflow: hidden; width: 100%; max-width: 420px;
}
.mockup-bar {
  background: var(--navy); padding: .65rem 1rem;
  display: flex; align-items: center; gap: .5rem;
}
.mockup-dot { width: 8px; height: 8px; border-radius: 50%; }
.mockup-bar-url {
  flex: 1; background: rgba(255,255,255,.1); border-radius: 3px;
  height: 18px; margin: 0 .5rem;
}
.mockup-body { padding: 1.5rem; }
.mock-header { background: var(--teal); height: 56px; border-radius: 6px; margin-bottom: 1rem; display: flex; align-items: center; padding: 0 1rem; gap: .75rem; }
.mock-header-logo { width: 28px; height: 28px; background: rgba(255,255,255,.25); border-radius: 50%; }
.mock-header-title { flex: 1; }
.mock-header-line { height: 8px; background: rgba(255,255,255,.4); border-radius: 4px; width: 60%; }
.mock-hero-area { background: var(--cream); border-radius: 6px; padding: 1.2rem; margin-bottom: 1rem; }
.mock-hero-tag { width: 70px; height: 7px; background: var(--teal); border-radius: 4px; opacity: .5; margin-bottom: .6rem; }
.mock-hero-h { width: 85%; height: 12px; background: var(--navy); border-radius: 4px; margin-bottom: .4rem; }
.mock-hero-h2 { width: 55%; height: 12px; background: var(--navy); border-radius: 4px; margin-bottom: .8rem; }
.mock-hero-btn { width: 90px; height: 26px; background: var(--orange); border-radius: 4px; }
.mock-services { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .5rem; margin-bottom: 1rem; }
.mock-service-card { background: var(--cream); border-radius: 5px; padding: .6rem; }
.mock-svc-icon { width: 18px; height: 18px; background: var(--teal); border-radius: 3px; margin-bottom: .4rem; opacity: .6; }
.mock-svc-line { height: 6px; background: rgba(3,25,39,.15); border-radius: 3px; width: 80%; margin-bottom: .25rem; }
.mock-svc-line2 { height: 5px; background: rgba(3,25,39,.08); border-radius: 3px; width: 55%; }
.mock-footer { background: var(--navy); height: 32px; border-radius: 5px; }

/* floating badge */
.hero-badge {
  position: absolute; bottom: -1rem; left: -2rem;
  background: var(--orange); color: #fff;
  padding: .65rem 1.1rem; border-radius: 8px;
  font-size: .8rem; font-weight: 700;
  box-shadow: 0 8px 24px rgba(255,98,1,.35);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── MARQUEE STRIP ── */
.marquee-strip {
  background: var(--navy); color: var(--cream);
  padding: .9rem 0; overflow: hidden; white-space: nowrap;
}
.marquee-inner {
  display: inline-flex; gap: 3rem;
  animation: marquee 20s linear infinite;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .85rem; font-weight: 500; letter-spacing: .04em;
}
.marquee-item::before { content: '\25C6'; color: var(--orange); font-size: .5rem; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem 5vw;
  background: var(--cream);
  border-bottom: 1.5px solid rgba(3,25,39,.08);
  backdrop-filter: blur(12px);
}
.nav-logo {
  position: absolute; left: 5vw; top: 50%; transform: translateY(-50%);
  display: flex; align-items: center; gap: .85rem;
  text-decoration: none; color: var(--navy);
}
.nav-logo img { height: 44px; width: 44px; object-fit: contain; }
.nav-logo span {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem; font-weight: 900; letter-spacing: -.02em;
}
.nav-links { display: flex; gap: 1.2rem; list-style: none; align-items: center; margin: 0; padding: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  text-decoration: none; color: var(--navy); font-size: .95rem;
  font-weight: 600; letter-spacing: .01em;
  position: relative; padding: .65rem 1rem;
  display: inline-flex; align-items: center; gap: 5px;
  border-radius: 8px; transition: background .2s;
}
.nav-links > li > a:hover { background: rgba(3,25,39,.04); }
.nav-links > li > a::after { display: none; }
/* Dropdown arrow */
.nav-arrow { display: inline-block; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid rgba(3,25,39,.35); margin-left: 4px; transition: transform .2s; }
.nav-links > li:hover .nav-arrow { transform: rotate(180deg); }
/* Dropdown menu */
.nav-dropdown {
  position: absolute; top: calc(100% - 4px); left: 50%; transform: translateX(-50%);
  min-width: 230px; background: #fff;
  border-radius: 12px; box-shadow: 0 12px 40px rgba(3,25,39,.14);
  padding: .5rem 0; opacity: 0; visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  border: 1px solid rgba(3,25,39,.06);
  pointer-events: none;
}
/* Invisible bridge — large padding so mouse doesn't lose hover */
.nav-links > li { padding-bottom: 12px; margin-bottom: -12px; }
.nav-links > li:hover .nav-dropdown {
  opacity: 1; visibility: visible;
  pointer-events: auto;
}
.nav-dropdown a {
  display: block; padding: .7rem 1.4rem; font-size: .9rem; font-weight: 500;
  color: var(--navy); text-decoration: none; transition: background .15s, color .15s;
  white-space: nowrap;
}
.nav-dropdown a:hover { background: rgba(255,98,1,.06); color: var(--orange); }
.nav-dropdown a::after { display: none !important; }
.nav-dropdown .dd-label {
  padding: .5rem 1.4rem .2rem; font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: rgba(3,25,39,.3);
}
.nav-dropdown hr { border: none; border-top: 1px solid rgba(3,25,39,.06); margin: .3rem 0; }
/* CTA */
.nav-cta {
  background: var(--orange) !important; color: #fff !important;
  padding: .65rem 1.4rem !important; border-radius: 8px !important;
  font-weight: 700 !important; font-size: .95rem !important;
  line-height: 1; display: inline-flex; align-items: center;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: var(--red) !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }
/* Hamburger mobile */
.nav-hamburger {
  display: none; position: absolute; right: 5vw; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; padding: 8px;
  flex-direction: column; gap: 5px;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2.5px; background: var(--navy);
  border-radius: 2px; transition: transform .3s, opacity .3s;
}
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── SECTION COMMONS ── */
section { padding: 6rem 5vw; }
.section-label {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--teal);
  margin-bottom: 1rem;
}
.section-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--orange); }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900; line-height: 1.1; letter-spacing: -.02em;
  max-width: 560px;
}
.section-title em { font-style: italic; color: var(--teal); }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--orange); color: #fff;
  padding: .85rem 2rem; border-radius: 5px;
  font-weight: 600; font-size: 1rem; text-decoration: none;
  transition: background .2s, transform .15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--red); transform: translateY(-1px); }
.btn-secondary {
  border: 1.5px solid var(--navy); color: var(--navy);
  padding: .85rem 2rem; border-radius: 5px;
  font-weight: 500; font-size: 1rem; text-decoration: none;
  transition: background .2s, transform .15s;
  display: inline-block;
}
.btn-secondary:hover { background: var(--navy); color: var(--cream); transform: translateY(-1px); }
.btn-white {
  background: #fff; color: var(--red);
  padding: .9rem 2.2rem; border-radius: 5px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  display: inline-block; transition: transform .15s, box-shadow .15s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }

/* ── PAGE HEADER (inner pages) ── */
.page-header {
  background: var(--navy);
  color: var(--cream);
  padding: 8rem 5vw 4rem;
  text-align: center;
}
.page-header .section-label {
  color: rgba(255,255,234,.5);
  justify-content: center;
}
.page-header .section-label::before { background: var(--orange); }
.page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900; line-height: 1.1; letter-spacing: -.02em;
  max-width: 720px;
  margin: 0 auto .8rem;
}
.page-header h1 em {
  font-style: normal;
  background: linear-gradient(100deg, var(--orange), var(--red));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.page-header p {
  font-size: 1.1rem;
  opacity: .7;
  max-width: 560px;
  margin: 0 auto;
}

/* ── PROBLEM / WHY (dark bg) ── */
.why { background: var(--navy); color: var(--cream); }
.why .section-label { color: rgba(255,255,234,.5); }
.why .section-label::before { background: var(--orange); }
.why .section-title { color: var(--cream); }
.why .section-title em { color: var(--orange); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 3.5rem; }
.why-text p { line-height: 1.8; opacity: .75; font-size: 1.05rem; margin-bottom: 1.2rem; }
.why-text p strong { color: var(--cream); opacity: 1; font-weight: 600; }
.why-numbers { display: flex; flex-direction: column; gap: 1.5rem; }
.why-stat {
  background: rgba(255,255,234,.06); border: 1px solid rgba(255,255,234,.1);
  border-left: 3px solid var(--orange);
  padding: 1.4rem 1.8rem; border-radius: 0 8px 8px 0;
}
.why-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem; font-weight: 900; color: var(--orange);
}
.why-stat-desc { font-size: .9rem; opacity: .65; margin-top: .3rem; }

/* why-stat on cream background (inner pages) */
.stats-cream .why-stat {
  background: rgba(3,25,39,.04);
  border: 1px solid rgba(3,25,39,.08);
  border-left: 3px solid var(--orange);
}
.stats-cream .why-stat-num { color: var(--orange); }
.stats-cream .why-stat-desc { color: var(--navy); opacity: .6; }

/* ── OFFER ── */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 3.5rem; }
.offer-card {
  background: #fff; border-radius: 10px; padding: 2rem 1.8rem;
  border: 1.5px solid rgba(3,25,39,.07);
  transition: transform .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.offer-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--orange));
}
.offer-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(3,25,39,.1); }
.offer-icon {
  width: 44px; height: 44px; border-radius: 8px;
  background: rgba(80,132,132,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 1.2rem;
}
.offer-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .6rem; }
.offer-card p { font-size: .9rem; color: rgba(3,25,39,.6); line-height: 1.65; }

/* ── HOW ── */
.how { background: var(--navy); color: var(--cream); }
.how .section-label { color: rgba(255,255,234,.5); }
.how .section-label::before { background: var(--orange); }
.how .section-title { color: var(--cream); }
.how .section-title em { color: var(--orange); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 3.5rem; position: relative; }
.steps::before {
  content: ''; position: absolute;
  top: 28px; left: 2rem; right: 2rem; height: 1px;
  background: linear-gradient(90deg, var(--orange), var(--teal));
  opacity: .3;
}
.step { position: relative; padding-top: .5rem; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid var(--orange); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 900;
  background: var(--navy); margin-bottom: 1.2rem;
  position: relative; z-index: 1;
}
.step h3 { font-size: 1rem; font-weight: 700; color: var(--cream); margin-bottom: .5rem; }
.step p { font-size: .88rem; opacity: .6; line-height: 1.65; }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3.5rem; }
.pricing-card {
  border-radius: 12px; padding: 2.5rem 2rem;
  border: 1.5px solid rgba(3,25,39,.12);
  background: #fff;
  position: relative; overflow: hidden;
  transition: transform .2s;
}
.pricing-card:hover { transform: translateY(-4px); }
.pricing-card.featured {
  background: var(--navy); color: var(--cream);
  border-color: var(--orange);
  box-shadow: 0 20px 60px rgba(3,25,39,.22);
}
.pricing-badge {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background: var(--orange); color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: .3rem .7rem; border-radius: 99px;
}
.pricing-label { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); margin-bottom: .75rem; }
.pricing-card.featured .pricing-label { color: rgba(255,255,234,.5); }
.pricing-price {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 900; line-height: 1;
  margin-bottom: .25rem;
}
.pricing-period { font-size: .85rem; opacity: .5; margin-bottom: 1.5rem; }
.pricing-features { list-style: none; margin: 1.5rem 0 2rem; display: flex; flex-direction: column; gap: .7rem; }
.pricing-features li {
  font-size: .9rem; display: flex; align-items: flex-start; gap: .6rem;
  opacity: .8;
}
.pricing-features li::before { content: '\2713'; color: var(--orange); font-weight: 700; flex-shrink: 0; }
.btn-outline-cream {
  border: 1.5px solid rgba(255,255,234,.3); color: var(--cream);
  padding: .8rem 1.8rem; border-radius: 5px;
  font-weight: 600; font-size: .95rem; text-decoration: none;
  display: inline-block; transition: background .2s;
  text-align: center; width: 100%;
}
.btn-outline-cream:hover { background: rgba(255,255,234,.1); }
.btn-outline-navy {
  border: 1.5px solid var(--navy); color: var(--navy);
  padding: .8rem 1.8rem; border-radius: 5px;
  font-weight: 600; font-size: .95rem; text-decoration: none;
  display: inline-block; transition: background .2s;
  text-align: center; width: 100%;
}
.btn-outline-navy:hover { background: var(--navy); color: var(--cream); }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--orange) 0%, var(--red) 100%);
  color: #fff; text-align: center; padding: 5rem 5vw;
}
.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900; margin-bottom: 1rem; letter-spacing: -.02em;
}
.cta-band p { font-size: 1.05rem; opacity: .85; margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ── QUI SOMMES-NOUS (dark bg — home/original) ── */
.story-section {
  padding: 5rem 5vw;
  background: var(--navy);
  color: var(--cream);
}
.story-container {
  max-width: 760px;
  margin: 0 auto;
}
.story-section .section-label {
  color: var(--orange);
}
.story-section .section-title {
  color: var(--cream);
  margin-bottom: 2.5rem;
}
.story-section .section-title em {
  color: var(--orange);
}
.story-section .story-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,234,.75);
  margin-bottom: 1.3rem;
}
.story-section .story-lead {
  font-size: 1.2rem !important;
  font-weight: 500;
  color: var(--cream) !important;
  font-style: italic;
  margin-bottom: 1.8rem !important;
}
.story-section .story-content strong {
  color: var(--orange);
  font-weight: 600;
}
.story-closing {
  font-size: 1.15rem !important;
  font-weight: 600;
  color: var(--cream) !important;
  margin-top: 2rem !important;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,234,.1);
}

/* ── CONTENT SECTIONS (inner pages) ── */
.content-section {
  padding: 5rem 5vw;
}
.content-section.cream-bg { background: var(--cream); }
.content-section.white-bg { background: #fff; }
.content-section.navy-bg { background: var(--navy); color: var(--cream); }

.content-container {
  max-width: 880px;
  margin: 0 auto;
}

.content-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 1.2rem;
  color: var(--navy);
}
.content-section h2 em { font-style: italic; color: var(--teal); }
.content-section.navy-bg h2 { color: var(--cream); }
.content-section.navy-bg h2 em { color: var(--orange); }

.content-section h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .6rem;
  color: var(--navy);
}
.content-section.navy-bg h3 { color: var(--cream); }

.content-section p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(3,25,39,.7);
  margin-bottom: 1.2rem;
}
.content-section.navy-bg p { color: rgba(255,255,234,.7); }

.content-section ul {
  list-style: none;
  margin: 1.2rem 0 2rem;
  padding: 0;
}
.content-section ul li {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(3,25,39,.7);
  padding: .4rem 0;
  padding-left: 1.6rem;
  position: relative;
}
.content-section ul li::before {
  content: '\2713';
  color: var(--orange);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.content-section.navy-bg ul li { color: rgba(255,255,234,.7); }

.content-section strong { color: var(--navy); font-weight: 600; }
.content-section.navy-bg strong { color: var(--cream); }

/* Feature detail blocks */
.feature-detail {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(3,25,39,.08);
}
.feature-detail:last-child { border-bottom: none; }
.feature-detail h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: .8rem;
}
.feature-detail .feature-icon {
  font-size: 1.8rem;
  margin-bottom: .6rem;
  display: block;
}

/* Sources */
.sources {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(3,25,39,.08);
}
.sources p {
  font-size: .85rem !important;
  color: rgba(3,25,39,.4) !important;
  line-height: 1.6;
}

/* Stats grid on cream bg */
.stats-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}
.stats-grid .why-stat { flex: 1; min-width: 200px; }

/* ── FOOTER ── */
footer {
  background: var(--navy); color: var(--cream);
  padding: 0;
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,234,.08);
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; padding-top: 1.5rem;
}
.footer-bottom p { font-size: .8rem; opacity: .4; }
.footer-tagline { font-size: .8rem; opacity: .35; }

/* ── PARTNERS CAROUSEL ── */
.partners-carousel {
  background: linear-gradient(135deg, #FF6201 0%, #F63E02 100%);
  padding: 2.5rem 0;
  overflow: hidden;
  position: relative;
}
.partners-carousel::before,
.partners-carousel::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.partners-carousel::before {
  left: 0;
  background: linear-gradient(to right, #FF6201, transparent);
}
.partners-carousel::after {
  right: 0;
  background: linear-gradient(to left, #F63E02, transparent);
}
.partners-carousel h3 {
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: .85rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 1.5rem;
}
.carousel-track {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: max-content;
  animation: scroll-logos 25s linear infinite;
}
.carousel-track img {
  height: 48px;
  width: auto;
  object-fit: contain;
  opacity: .85;
  transition: opacity .3s, transform .3s;
}
.carousel-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll-logos {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── STORY (a-propos) ── */
.story-content {
  max-width: 760px;
  margin: 0 auto;
}
.story-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(3,25,39,.7);
  margin-bottom: 1.3rem;
}
.story-lead {
  font-size: 1.2rem !important;
  font-weight: 500;
  color: var(--navy) !important;
  font-style: italic;
  margin-bottom: 1.8rem !important;
}

/* ── FOUNDERS ── */
.founders-grid {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.founder-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 340px;
  flex: 1;
  min-width: 280px;
  border: 1.5px solid rgba(3,25,39,.07);
  transition: transform .2s, box-shadow .2s;
}
.founder-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(3,25,39,.1);
}
.founder-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.2rem;
  display: block;
}
.founder-photo-teal {
  border: 3px solid var(--teal);
}
.founder-photo-orange {
  border: 3px solid var(--orange);
}
.founder-initials {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.founder-initials-teal {
  background: var(--teal);
  border: 3px solid var(--teal);
}
.founder-initials-orange {
  background: var(--orange);
  border: 3px solid var(--orange);
}
.founder-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: .3rem;
  color: var(--navy);
}
.founder-card .founder-role {
  font-size: .85rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: .04em;
  margin-bottom: 1rem;
}
.founder-card .founder-bio {
  font-size: .95rem;
  color: rgba(3,25,39,.65);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.founder-links {
  display: flex;
  gap: .8rem;
  justify-content: center;
  flex-wrap: wrap;
}
.founder-links a {
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  padding: .45rem 1.1rem;
  border-radius: 5px;
  transition: background .2s, color .2s;
}
.founder-links .btn-linkedin {
  background: rgba(80,132,132,.12);
  color: var(--teal);
}
.founder-links .btn-linkedin:hover {
  background: var(--teal);
  color: #fff;
}
.founder-links .btn-cv {
  background: rgba(255,98,1,.1);
  color: var(--orange);
}
.founder-links .btn-cv:hover {
  background: var(--orange);
  color: #fff;
}

/* ── LABELS & ENGAGEMENTS ── */
.labels-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.label-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(80,132,132,.1);
  border: 1px solid rgba(80,132,132,.2);
  color: var(--teal);
  font-size: .85rem;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 6px;
}

/* ── FAQ ── */
.faq-container {
  max-width: 700px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(3,25,39,.08);
}
.faq-item:first-child {
  border-top: 1px solid rgba(3,25,39,.08);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
  user-select: none;
}
.faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--orange);
  transition: transform .25s;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq-item.open .faq-question::after {
  content: '\2212';
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 1.4rem;
}
.faq-answer p {
  font-size: .95rem;
  line-height: 1.75;
  color: rgba(3,25,39,.65);
}

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-top: 3.5rem;
}
.contact-info p {
  font-size: 1rem;
  color: rgba(3,25,39,.65);
  line-height: 1.75;
  margin-bottom: 2rem;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.contact-detail-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(80,132,132,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.contact-detail-label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: .2rem;
}
.contact-detail-value {
  font-size: .95rem;
  color: var(--navy);
}
.contact-detail-value a {
  color: var(--orange);
  text-decoration: none;
}
.contact-detail-value a:hover {
  text-decoration: underline;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.form-group label {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(3,25,39,.5);
}
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--cream);
  border: 1.5px solid rgba(3,25,39,.12);
  padding: .8rem 1rem;
  border-radius: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: .95rem;
  color: var(--navy);
  transition: border-color .2s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--teal);
}
.form-group textarea {
  resize: vertical;
  min-height: 110px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-submit {
  background: var(--orange);
  color: #fff;
  border: none;
  padding: .9rem 2rem;
  border-radius: 5px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  align-self: flex-start;
}
.form-submit:hover {
  background: var(--red);
  transform: translateY(-1px);
}

/* ── BLOG ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.blog-card {
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid rgba(3,25,39,.07);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(3,25,39,.1);
}
.blog-card-body {
  padding: 1.6rem 1.5rem;
}
.blog-card-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(80,132,132,.1);
  padding: .25rem .65rem;
  border-radius: 4px;
  margin-bottom: .8rem;
}
.blog-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .6rem;
  color: var(--navy);
}
.blog-card-body h3 a {
  color: inherit;
  text-decoration: none;
}
.blog-card-body h3 a:hover {
  color: var(--orange);
}
.blog-card-body p {
  font-size: .9rem;
  line-height: 1.65;
  color: rgba(3,25,39,.6);
}
.blog-note {
  text-align: center;
  margin-top: 3rem;
  font-size: .95rem;
  color: rgba(3,25,39,.5);
  font-style: italic;
}

/* ── REALISATIONS ── */
.real-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem; }
.real-card {
  background: #fff; border-radius: 10px; padding: 2rem;
  border: 1.5px solid rgba(3,25,39,.07); text-align: center;
  transition: transform .2s;
}
.real-card:hover { transform: translateY(-4px); }
.real-card h3 { font-size: 1.1rem; font-weight: 700; margin: 1rem 0 .5rem; }
.real-card p { font-size: .9rem; color: rgba(3,25,39,.6); }
.real-placeholder {
  width: 100%; height: 160px; border-radius: 8px;
  background: linear-gradient(135deg, rgba(80,132,132,.1), rgba(255,98,1,.08));
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; padding-top: 7rem; }
  .hero-visual { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .steps::before { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--cream);
    padding: 1rem 5vw 1.5rem; border-bottom: 1.5px solid rgba(3,25,39,.08);
    box-shadow: 0 8px 24px rgba(3,25,39,.08);
  }
  .nav-links.open { display: flex; }
  .nav-links > li { padding-bottom: 0; margin-bottom: 0; }
  .nav-links > li > a { padding: .8rem 0; font-size: 1rem; width: 100%; }
  .nav-dropdown {
    position: static; transform: none; opacity: 1; visibility: visible;
    box-shadow: none; border: none; min-width: auto; pointer-events: auto;
    padding: 0 0 0 1.2rem; display: none; background: transparent;
  }
  .nav-links > li.open-mobile .nav-dropdown { display: block; }
  .nav-dropdown a { padding: .5rem 0; font-size: .9rem; }
  .nav-cta { margin-top: .5rem; text-align: center; justify-content: center; width: 100%; }
  .page-header { padding: 7rem 5vw 3rem; }
  .stats-grid { flex-direction: column; }
  .offer-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .founders-grid { flex-direction: column; align-items: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .labels-grid { justify-content: center; }
}
