/* ============================================================
   FORMA DESIGN partnership page — Ouest-Digit
   ============================================================ */

/* ── HERO ── */
.od-hero { position:relative; min-height:620px; display:flex; align-items:center; overflow:hidden; }
.od-hero__bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; }
.od-hero__overlay { position:absolute; inset:0; background:linear-gradient(100deg,rgba(21,22,52,.92) 0%,rgba(21,22,52,.55) 70%,rgba(21,22,52,.1) 100%); z-index:1; }
.od-hero__inner { position:relative; z-index:2; max-width:700px; padding:96px 40px 96px; }
.od-hero__eyebrow { display:inline-flex; align-items:center; gap:10px; background:rgba(240,180,41,.15); border:1px solid rgba(240,180,41,.35); color:rgba(240,180,41,.95); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:2px; padding:6px 16px; border-radius:20px; margin-bottom:22px; }
.od-hero__title { font-family:'Playfair Display',serif; font-size:clamp(32px,5.5vw,58px); font-weight:700; line-height:1.08; color:#fff; margin-bottom:20px; }
.od-highlight { color:#f0b429; font-style:normal; }
.od-hero__desc { font-size:17px; line-height:1.85; color:rgba(255,255,255,.78); margin-bottom:36px; max-width:580px; }
.od-hero__ctas { display:flex; gap:12px; flex-wrap:wrap; }

/* Partnership badge in hero */
.fd-hero-badge { display:inline-flex; align-items:center; gap:10px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:12px; padding:12px 20px; margin-bottom:28px; }
.fd-hero-badge span { font-size:13px; color:rgba(255,255,255,.7); font-weight:600; }
.fd-hero-badge strong { color:#fff; }
.fd-hero-badge .fd-plus { font-size:18px; color:rgba(240,180,41,.7); font-weight:300; }

/* ── SECTIONS ── */
.od-section { padding:88px 0; }
.od-section--cream { background:#faf8f4; }
.od-section--dark { background:#151634; }
.od-section--white { background:#fff; }
.od-container { max-width:1200px; margin:0 auto; padding:0 28px; }
.od-section__head { text-align:center; margin-bottom:56px; }

/* ── TYPOGRAPHY ── */
.od-eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:2px; margin-bottom:14px; }
.od-eyebrow--amber { color:#c9911c; }
.od-eyebrow--amber::before { content:''; display:block; width:22px; height:2px; background:#f0b429; border-radius:2px; }
.od-eyebrow--light { color:rgba(240,180,41,.85); }
.od-eyebrow--light::before { content:''; display:block; width:22px; height:2px; background:rgba(240,180,41,.5); border-radius:2px; }
.od-title { font-family:'Playfair Display',serif; font-size:clamp(26px,4vw,40px); font-weight:700; line-height:1.15; color:#151634; margin-bottom:16px; }
.od-title--light { color:#fff; }
.od-lead { font-size:17px; color:#6b6486; line-height:1.85; max-width:700px; margin:0 auto; }
.od-lead--light { color:rgba(255,255,255,.72); }

/* ── BUTTONS ── */
.od-btn { display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border-radius:50px; font-size:14px; font-weight:700; transition:all .22s; text-decoration:none; white-space:nowrap; }
.od-btn--primary { background:#f0b429; color:#151634; box-shadow:0 4px 16px rgba(240,180,41,.35); }
.od-btn--primary:hover { background:#c9911c; transform:translateY(-2px); }
.od-btn--ghost { background:rgba(255,255,255,.1); color:#fff; border:1.5px solid rgba(255,255,255,.35); }
.od-btn--ghost:hover { background:#fff; color:#151634; }
.od-btn--outline { background:transparent; color:#151634; border:1.5px solid #151634; }
.od-btn--outline:hover { background:#151634; color:#fff; }

/* ── SECTION 1 — Alliance cards ── */
.fd-alliance-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.fd-alliance-card { background:#fff; border:1px solid #e5e0d8; border-radius:20px; padding:32px 28px; transition:all .22s; }
.fd-alliance-card:hover { border-color:#f0b429; transform:translateY(-4px); box-shadow:0 12px 40px rgba(21,22,52,.1); }
.fd-alliance-card__icon { width:52px; height:52px; border-radius:14px; background:rgba(240,180,41,.12); border:1px solid rgba(240,180,41,.25); display:flex; align-items:center; justify-content:center; margin-bottom:20px; color:#c9911c; }
.fd-alliance-card h3 { font-size:17px; font-weight:700; color:#151634; margin-bottom:10px; }
.fd-alliance-card p { font-size:14px; color:#6b6486; line-height:1.85; }

/* ── Showroom block ── */
.fd-showroom { background:#fff; border:1.5px solid #e5e0d8; border-radius:20px; overflow:hidden; margin-top:48px; }
.fd-showroom__header { background:linear-gradient(135deg,#151634 0%,#1a1050 100%); padding:28px 36px; display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.fd-showroom__logo { display:flex; align-items:center; gap:10px; }
.fd-showroom__logo-badge { background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); border-radius:10px; padding:8px 16px; display:flex; align-items:center; gap:8px; color:#fff; font-size:13px; font-weight:700; }
.fd-showroom__divider { width:1px; height:36px; background:rgba(255,255,255,.15); }
.fd-showroom__tagline { color:rgba(255,255,255,.65); font-size:13px; line-height:1.6; }
.fd-showroom__body { display:grid; grid-template-columns:1fr 1fr; gap:0; }
.fd-showroom__block { padding:28px 36px; }
.fd-showroom__block:first-child { border-right:1px solid #e5e0d8; }
.fd-showroom__block h4, .fd-showroom__block h3 { font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; color:#c9911c; margin-bottom:8px; }
.fd-showroom__block p { font-size:14px; color:#6b6486; line-height:1.7; }
.fd-showroom__brands { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.fd-showroom__brand { background:#faf8f4; border:1px solid #e5e0d8; border-radius:50px; padding:4px 14px; font-size:12px; font-weight:600; color:#2c2845; }
.fd-showroom__spaces { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.fd-showroom__space-tag { background:#151634; color:#fff; border-radius:50px; padding:5px 14px; font-size:12px; font-weight:600; }

/* ── SECTION 2 — Projets conjoints (dark) ── */
.fd-projets-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.fd-projet-card { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:30px 28px; transition:all .22s; }
.fd-projet-card:hover { background:rgba(255,255,255,.1); border-color:rgba(240,180,41,.4); }
.fd-projet-card__badge { display:inline-block; background:rgba(240,180,41,.15); border:1px solid rgba(240,180,41,.3); color:rgba(240,180,41,.9); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; padding:4px 12px; border-radius:20px; margin-bottom:14px; }
.fd-projet-card h3 { font-size:17px; font-weight:700; color:#fff; margin-bottom:10px; }
.fd-projet-card p { font-size:14px; color:rgba(255,255,255,.6); line-height:1.85; }
.fd-projet-card__tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:16px; }
.fd-projet-card__tag { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.65); font-size:11px; font-weight:600; padding:3px 10px; border-radius:50px; }

/* ── SECTION 3 — Pourquoi ensemble (cream) ── */
.fd-why-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.fd-why-visual { background:linear-gradient(135deg,#151634 0%,#1a1050 100%); border-radius:24px; padding:48px 40px; position:relative; overflow:hidden; }
.fd-why-visual::before { content:'"'; position:absolute; top:-20px; right:10px; font-family:'Playfair Display',serif; font-size:160px; color:rgba(240,180,41,.08); line-height:1; }
.fd-why-visual__quote { font-family:'Playfair Display',serif; font-style:italic; font-size:20px; color:#fff; line-height:1.65; margin-bottom:20px; position:relative; z-index:1; }
.fd-why-visual__author { display:flex; align-items:center; gap:12px; }
.fd-why-visual__dot { width:36px; height:36px; border-radius:50%; background:rgba(240,180,41,.2); border:1.5px solid rgba(240,180,41,.4); display:flex; align-items:center; justify-content:center; font-size:16px; }
.fd-why-visual__author span { font-size:13px; color:rgba(255,255,255,.55); }
.fd-why-visual__author strong { color:rgba(240,180,41,.85); font-size:13px; display:block; }
.fd-why-list { display:flex; flex-direction:column; gap:20px; }
.fd-why-item { display:flex; gap:18px; align-items:flex-start; background:#fff; border:1px solid #e5e0d8; border-radius:14px; padding:22px 24px; transition:all .2s; }
.fd-why-item:hover { border-color:#f0b429; }
.fd-why-item__icon { width:44px; height:44px; border-radius:12px; flex-shrink:0; background:rgba(240,180,41,.12); border:1px solid rgba(240,180,41,.25); display:flex; align-items:center; justify-content:center; color:#c9911c; font-size:20px; }
.fd-why-item h4, .fd-why-item h3 { font-size:15px; font-weight:700; color:#151634; margin-bottom:4px; }
.fd-why-item p { font-size:13px; color:#6b6486; line-height:1.7; margin:0; }

/* ── SECTION 4 — Méthode (white) ── */
.fd-timeline { display:flex; flex-direction:column; gap:0; position:relative; padding-left:56px; }
.fd-timeline::before { content:''; position:absolute; left:23px; top:28px; bottom:28px; width:2px; background:linear-gradient(180deg,#f0b429 0%,rgba(240,180,41,.15) 100%); }
.fd-timeline__step { display:flex; gap:28px; padding-bottom:40px; position:relative; align-items:flex-start; }
.fd-timeline__step:last-child { padding-bottom:0; }
.fd-timeline__num { position:absolute; left:-56px; top:0; width:46px; height:46px; border-radius:50%; background:#fff; border:2px solid #f0b429; display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:800; color:#151634; font-family:'Playfair Display',serif; flex-shrink:0; }
.fd-timeline__content h3 { font-size:17px; font-weight:700; color:#151634; margin-bottom:8px; padding-top:10px; }
.fd-timeline__content p { font-size:14px; color:#6b6486; line-height:1.85; }

/* ── FAQ ── */
.od-faq { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.od-faq__item { background:#fff; border:1px solid #e5e0d8; border-radius:14px; overflow:hidden; transition:border-color .2s; }
.od-faq__item.is-open { border-color:#f0b429; }
.od-faq__question { width:100%; background:none; border:none; padding:22px 24px; text-align:left; font-size:15px; font-weight:700; color:#151634; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.od-faq__icon { font-size:22px; color:#f0b429; font-weight:300; flex-shrink:0; transition:transform .2s; }
.od-faq__item.is-open .od-faq__icon { transform:rotate(45deg); }
.od-faq__answer { display:none; padding:0 24px 22px; font-size:14px; color:#6b6486; line-height:1.85; }
.od-faq__item.is-open .od-faq__answer { display:block; }

/* ── CTA FINAL ── */
.fd-cta-section { background:linear-gradient(135deg,#151634 0%,#1a1050 60%,#0d1a3a 100%); padding:88px 0; text-align:center; position:relative; overflow:hidden; }
.fd-cta-section::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 50% 110%,rgba(240,180,41,.1) 0%,transparent 65%); }
.fd-cta-inner { position:relative; z-index:1; }
.fd-cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:32px; }
.fd-cta-meta { margin-top:24px; font-size:13px; color:rgba(255,255,255,.4); }
.fd-cta-meta a { color:rgba(255,255,255,.6); text-decoration:none; }

/* ── MOBILE STICKY ── */
.od-mobile-cta { display:none; position:fixed; bottom:0; left:0; right:0; z-index:9998; background:#f0b429; display:none; }
.od-mobile-cta a { color:#151634; font-weight:800; font-size:14px; padding:14px 20px; text-decoration:none; display:flex; align-items:center; justify-content:center; gap:8px; flex:1; }
.od-mobile-cta a + a { border-left:1px solid rgba(21,22,52,.15); }
.od-mobile-cta__wrap { display:flex; }

/* ── RESPONSIVE ── */
@media(max-width:1000px) {
  .fd-alliance-grid { grid-template-columns:1fr 1fr; }
  .fd-projets-grid { grid-template-columns:1fr 1fr; }
  .fd-why-grid { grid-template-columns:1fr; gap:40px; }
  .fd-showroom__body { grid-template-columns:1fr; }
  .fd-showroom__block:first-child { border-right:none; border-bottom:1px solid #e5e0d8; }
}
@media(max-width:680px) {
  .od-hero__inner { padding:72px 20px; }
  .fd-alliance-grid, .fd-projets-grid { grid-template-columns:1fr; }
  .fd-timeline { padding-left:44px; }
  .od-mobile-cta { display:block; }
  .od-mobile-cta__wrap { display:flex; }
}
