/* ============================================
   RACHAT CRÉDIT MARTINIQUE — CSS v5
   Design: Créole Chic — Colibri Martiniquais
   Refonte identité visuelle avril 2026
   ============================================ */

:root {
  --ocean: #0B3D6B;
  --turquoise: #1A8F9E;
  --sand: #F5F0E8;
  --coral: #E8724A;
  --white: #ffffff;
  --dark: #1A1714;
  --gray: #8C8578;
  --light-gray: #FBF9F6;
  --dore: #F2B84B;
  --dore-hover: #D4981F;
  --turquoise-light: #2BC4A8;
  --turquoise-pale: #E1F5EE;
  --coral-hover: #D4612F;
  --coral-light: #FAECE7;
  --deep: #072C4F;
  --blanc-casse: #FBF9F6;
  --sable: #F5F0E8;
  /* v5: CTA exclusif */
  --cta: #E8724A;
  --cta-hover: #D4612F;
  --cta-glow: rgba(232,114,74,0.4);
  --accent: #F2B84B; /* accents non-CTA passent en doré */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; background: var(--white); color: var(--dark); overflow-x: hidden; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 10px 40px; display: flex; justify-content: space-between; align-items: center; background: rgba(10,61,92,0.96); backdrop-filter: blur(10px); }
.nav-logo { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; color: var(--white); text-decoration: none; display: flex; align-items: center; }
.nav-logo img { height: 55px; width: auto; object-fit: contain; }
.nav-logo svg.nav-colibri { height: 44px; width: auto; display: block; flex-shrink: 0; max-width: 210px; }
.footer-logo svg.footer-colibri { height: 44px; width: auto; display: block; }
.nav-logo span { color: var(--turquoise); }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: var(--turquoise); }
.nav-cta { background: var(--cta) !important; color: var(--white) !important; padding: 10px 22px; border-radius: 50px; font-weight: 500 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--cta-hover) !important; }

/* ── BREADCRUMB ── */
.breadcrumb { background: var(--ocean); padding: 95px 80px 20px; }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.breadcrumb-inner a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.breadcrumb-inner a:hover { color: var(--turquoise); }
.breadcrumb-inner span { color: var(--turquoise); }

/* ── HERO ── */
.hero { background: var(--ocean); padding: 30px 80px 100px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; position: relative; overflow: hidden; }
.hero-home { min-height: 100vh; padding-top: 120px; }
/* v5: colibri watermark + pattern tropical */
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(0,180,160,0.15) 0%, transparent 70%); }
.hero::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(242,184,75,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,180,160,0.15); border: 1px solid rgba(0,180,160,0.3); color: var(--turquoise); padding: 8px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 500; margin-bottom: 28px; animation: fadeUp 0.6s ease both; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.4rem, 4.5vw, 3.8rem); color: var(--white); line-height: 1.1; margin-bottom: 24px; animation: fadeUp 0.6s 0.1s ease both; }
h1 em { font-style: normal; color: var(--turquoise); }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 520px; margin-bottom: 40px; font-weight: 300; animation: fadeUp 0.6s 0.2s ease both; }
.hero-btns { display: flex; gap: 16px; animation: fadeUp 0.6s 0.3s ease both; flex-wrap: wrap; }
.hero-orias { margin-top: 20px; font-size: 0.75rem; color: rgba(255,255,255,0.35); animation: fadeUp 0.6s 0.4s ease both; }

/* Hero card */
.hero-card { position: relative; z-index: 2; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 36px; backdrop-filter: blur(20px); animation: fadeUp 0.6s 0.4s ease both; }
.card-title { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--turquoise); margin-bottom: 24px; font-weight: 500; }
.stat-row { display: flex; flex-direction: column; gap: 20px; }
.stat-item { display: flex; align-items: center; gap: 20px; padding: 16px; background: rgba(255,255,255,0.04); border-radius: 10px; border-left: 3px solid var(--turquoise); }
.stat-num { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; color: var(--white); font-weight: 700; min-width: 80px; }
.stat-num span { color: var(--turquoise); }
.stat-desc { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.4; }

/* Avantages card */
.avantage-item { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.avantage-item:last-child { border-bottom: none; }
.avantage-icon { width: 40px; height: 40px; background: rgba(0,180,160,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
/* v5: SVG icons in avantage */
.avantage-icon svg { width: 20px; height: 20px; stroke: var(--turquoise-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.avantage-title { font-size: 0.9rem; color: var(--white); font-weight: 500; margin-bottom: 3px; }
.avantage-desc { font-size: 0.8rem; color: rgba(255,255,255,0.45); line-height: 1.5; font-weight: 300; }

/* ── WAVE ── */
.wave { background: var(--ocean); line-height: 0; }
.wave svg { display: block; width: 100%; }

/* ── SECTIONS COMMUNES ── */
.section-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 3px; color: var(--turquoise); font-weight: 500; margin-bottom: 12px; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--ocean); line-height: 1.2; margin-bottom: 16px; }
.section-sub { color: var(--gray); font-size: 1rem; max-width: 620px; line-height: 1.7; font-weight: 300; margin-bottom: 50px; }

/* ── BOUTONS v5: CTA exclusif corail + pulse ── */
.btn-primary { background: var(--cta); color: var(--white); padding: 16px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px var(--cta-glow); display: inline-block; border: none; cursor: pointer; position: relative; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,114,74,0.55); }
/* v5: subtle pulse on CTA */
.btn-primary::after { content: ''; position: absolute; inset: -3px; border-radius: 50px; background: transparent; border: 2px solid var(--cta); opacity: 0; animation: ctaPulse 2.5s ease-in-out infinite; }
@keyframes ctaPulse { 0%,100% { opacity: 0; transform: scale(1); } 50% { opacity: 0.3; transform: scale(1.04); } }
.btn-secondary { background: transparent; color: var(--white); padding: 16px 32px; border-radius: 50px; text-decoration: none; font-weight: 400; font-size: 1rem; border: 1px solid rgba(255,255,255,0.3); transition: border-color 0.2s, background 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: var(--turquoise); background: rgba(0,180,160,0.1); }
.btn-white { background: var(--white); color: var(--ocean); padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; white-space: nowrap; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.15); display: inline-block; border: none; cursor: pointer; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }

/* ── SERVICE CARDS ── */
.services { padding: 100px 80px; background: var(--sand); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--white); border-radius: 12px; padding: 36px 32px; transition: transform 0.3s, box-shadow 0.3s; border: 1px solid rgba(0,0,0,0.06); text-decoration: none; color: inherit; display: block; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(10,61,92,0.12); }
.service-icon { width: 50px; height: 50px; background: rgba(0,180,160,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
/* v5: SVG icons in service cards */
.service-icon svg { width: 24px; height: 24px; stroke: var(--turquoise); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; color: var(--ocean); margin-bottom: 10px; }
.service-card p { color: var(--gray); font-size: 0.9rem; line-height: 1.6; font-weight: 300; }
.service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--turquoise); font-size: 0.85rem; font-weight: 500; margin-top: 14px; text-decoration: none; }

/* ── PROFILS ── */
.profils { padding: 100px 80px; background: var(--sand); }
.profils-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.profil-card { background: var(--white); border-radius: 12px; padding: 36px 32px; border: 1px solid rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.profil-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(10,61,92,0.12); border-color: var(--turquoise); }
.profil-icon { width: 50px; height: 50px; background: rgba(0,180,160,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
.profil-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; color: var(--ocean); margin-bottom: 10px; }
.profil-card p { color: var(--gray); font-size: 0.9rem; line-height: 1.6; font-weight: 300; margin-bottom: 14px; }
.profil-tag { display: inline-block; background: rgba(0,180,160,0.1); color: var(--turquoise); font-size: 0.75rem; font-weight: 500; padding: 4px 12px; border-radius: 50px; }

/* ── SIMULATION ── */
.simulation { padding: 100px 80px; background: var(--white); }
.simu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.simu-examples { display: flex; flex-direction: column; gap: 16px; }
.simu-card { background: var(--sand); border-radius: 12px; padding: 24px 28px; border-left: 4px solid var(--turquoise); }
.simu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.simu-profile { font-size: 0.85rem; font-weight: 500; color: var(--ocean); }
.simu-saving { background: var(--turquoise); color: var(--white); font-size: 0.8rem; font-weight: 600; padding: 4px 12px; border-radius: 50px; }
.simu-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.simu-before, .simu-after { text-align: center; padding: 12px; border-radius: 8px; }
.simu-before { background: rgba(232,83,58,0.08); }
.simu-after { background: rgba(0,180,160,0.08); }
.simu-amount { font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; font-weight: 700; }
.simu-before .simu-amount { color: var(--coral); }
.simu-after .simu-amount { color: var(--turquoise); }
.simu-label { font-size: 0.72rem; color: var(--gray); margin-top: 3px; }

/* ── SEO TEXT v5: colibri watermark ── */
.seo-text { padding: 100px 80px; background: var(--sand); position: relative; }
.seo-text::before { content: ''; position: absolute; top: 60px; right: 40px; width: 180px; height: 180px; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 70'%3E%3Cellipse cx='22' cy='28' rx='14' ry='16' fill='%230B3D6B'/%3E%3Cpath d='M14 18Q-6 4 2 14Q-4 24 8 32Q12 26 14 18Z' fill='%23E8724A'/%3E%3Cpath d='M34 22L54 14L34 25Z' fill='%23F2B84B'/%3E%3Ccircle cx='28' cy='22' r='2.2' fill='%230B3D6B'/%3E%3Cpath d='M12 40Q2 54 16 50Q8 48 10 42Z' fill='%230B3D6B'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; pointer-events: none; }
.seo-text-inner { max-width: 860px; position: relative; z-index: 1; }
.seo-text p { color: var(--gray); font-size: 1rem; line-height: 1.8; font-weight: 300; margin-bottom: 20px; }
.seo-text h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; color: var(--ocean); margin: 36px 0 12px; }

/* ── AVIS ── */
.avis { padding: 100px 80px; background: var(--white); }
.trustpilot-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--sand); border-radius: 10px; padding: 14px 24px; margin-bottom: 50px; box-shadow: 0 2px 20px rgba(0,0,0,0.07); }
.tp-score { font-family: Georgia, 'Times New Roman', serif; font-size: 1.8rem; color: var(--ocean); font-weight: 700; }
.tp-stars { color: #1A8F9E; font-size: 1.2rem; letter-spacing: 2px; }
.tp-label { font-size: 0.85rem; color: var(--gray); line-height: 1.3; }
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.avis-card { background: var(--sand); border-radius: 12px; padding: 28px; border: 1px solid rgba(0,0,0,0.06); }
.avis-stars { color: #1A8F9E; font-size: 1rem; margin-bottom: 14px; }
.avis-text { color: var(--dark); font-size: 0.9rem; line-height: 1.6; margin-bottom: 16px; font-weight: 300; font-style: italic; }
.avis-author { font-size: 0.8rem; color: var(--gray); font-weight: 500; }
.avis-date { font-size: 0.75rem; color: rgba(107,122,141,0.6); }

/* ── VILLES ── */
.villes { padding: 100px 80px; background: var(--white); }
.villes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.ville-card { background: var(--light-gray); border-radius: 10px; padding: 24px; text-decoration: none; transition: background 0.2s, transform 0.2s; display: block; }
.ville-card:hover { background: var(--ocean); transform: translateY(-3px); }
.ville-card:hover .ville-name { color: var(--white); }
.ville-card:hover .ville-sub { color: rgba(255,255,255,0.6); }
.ville-name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; color: var(--ocean); margin-bottom: 4px; transition: color 0.2s; }
.ville-sub { font-size: 0.8rem; color: var(--gray); transition: color 0.2s; }

/* ── HOW IT WORKS ── */
.how { padding: 100px 80px; background: var(--ocean); color: var(--white); }
.how h2 { color: var(--white); }
.how .section-sub { color: rgba(255,255,255,0.6); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; position: relative; }
.steps::before { content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 1px; background: rgba(0,180,160,0.3); }
.step { text-align: center; position: relative; }
.step-num { width: 56px; height: 56px; background: var(--turquoise); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; font-weight: 700; color: var(--white); margin: 0 auto 20px; position: relative; z-index: 1; }
.step h3 { font-size: 1rem; font-weight: 500; margin-bottom: 10px; color: var(--white); }
.step p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.6; font-weight: 300; }

/* ── BOOKING WIDGET ── */
.booking-widget { padding: 100px 80px; background: var(--ocean); }
.booking-widget h2 { color: var(--white); }
.booking-widget .section-label { color: var(--turquoise); }
.booking-widget .section-sub { color: rgba(255,255,255,0.6); }
.booking-inner { background: rgba(255,255,255,0.04); border: 1px solid rgba(0,180,160,0.2); border-radius: 16px; padding: 40px; margin-top: 10px; overflow: hidden; }
.iclosed-widget { width: 100% !important; height: 620px !important; min-width: 0 !important; max-width: 100% !important; box-sizing: border-box !important; display: block !important; }
@media (max-width: 768px) {
  .iclosed-widget { height: 800px !important; }
  .booking-inner { padding: 16px; }
}

/* ── FAQ v5: colibri accent ── */
.faq { padding: 100px 80px; background: var(--sand); position: relative; }
.faq::after { content: ''; position: absolute; bottom: 40px; left: 40px; width: 120px; height: 120px; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 70'%3E%3Cellipse cx='22' cy='28' rx='14' ry='16' fill='%230B3D6B'/%3E%3Cpath d='M14 18Q-6 4 2 14Q-4 24 8 32Q12 26 14 18Z' fill='%23E8724A'/%3E%3Cpath d='M34 22L54 14L34 25Z' fill='%23F2B84B'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; pointer-events: none; transform: scaleX(-1); }
.faq-list { max-width: 800px; margin-top: 50px; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; font-size: 1rem; font-weight: 500; color: var(--ocean); gap: 20px; }
.faq-question:hover { color: var(--turquoise); }
.faq-icon { font-size: 1.3rem; color: var(--turquoise); transition: transform 0.3s; flex-shrink: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.faq-answer p { color: var(--gray); font-size: 0.95rem; line-height: 1.7; font-weight: 300; padding-bottom: 20px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-item.open .faq-answer { max-height: 600px; }

/* ── LIENS INTERNES ── */
.links { padding: 80px 80px; background: var(--white); }
.links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.link-card { background: var(--light-gray); border-radius: 10px; padding: 24px; text-decoration: none; transition: background 0.2s, transform 0.2s; display: block; }
.link-card:hover { background: var(--ocean); transform: translateY(-3px); }
.link-card:hover .link-title { color: var(--white); }
.link-card:hover .link-sub { color: rgba(255,255,255,0.6); }
.link-title { font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; color: var(--ocean); margin-bottom: 4px; transition: color 0.2s; }
.link-sub { font-size: 0.8rem; color: var(--gray); transition: color 0.2s; }

/* ── CTA BAND v5: plus impactant ── */
.cta-band { background: linear-gradient(135deg, var(--turquoise) 0%, #0B3D6B 100%); padding: 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.cta-band h2 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,0.8); font-size: 0.95rem; font-weight: 300; }

/* ── DELAIS BAR v5: simplifié 3 items + doré ── */
.delais-bar { background: var(--deep); padding: 16px 0; text-align: center; border-top: 2px solid var(--accent); }
.delais-bar-inner { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 48px; padding: 0 20px; }
.delais-item { color: #fff; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.delais-item svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.delais-item strong { color: var(--accent); }

/* ── EXPERT SECTION v5 ── */
.expert { background: var(--sand); padding: 100px 0; }
.expert-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: flex; gap: 60px; align-items: flex-start; }
.expert-avatar { font-size: 4rem; background: var(--ocean); border-radius: 50%; width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.expert-content .section-label { margin-bottom: 8px; }
.expert-content h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; color: var(--ocean); margin: 0 0 20px; line-height: 1.2; }
.expert-content p { color: var(--gray); line-height: 1.8; margin-bottom: 24px; max-width: 640px; }
.expert-stats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.expert-stats li { color: var(--dark); font-size: 0.92rem; padding-left: 22px; position: relative; line-height: 1.5; }
.expert-stats li::before { content: "✓"; position: absolute; left: 0; color: var(--turquoise); font-weight: 700; }

/* ── TEAM INLINE v5: photos sur pages clés ── */
.team-inline { padding: 60px 80px; background: var(--white); border-top: 1px solid rgba(0,0,0,0.06); }
.team-inline-inner { max-width: 800px; margin: 0 auto; display: flex; gap: 40px; align-items: center; }
.team-inline-photos { display: flex; gap: -12px; flex-shrink: 0; }
.team-inline-photos img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid var(--white); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.team-inline-photos img:nth-child(2) { margin-left: -16px; }
.team-inline-text h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; color: var(--ocean); margin-bottom: 6px; }
.team-inline-text p { color: var(--gray); font-size: 0.9rem; line-height: 1.6; font-weight: 300; }
.team-inline-text .team-orias { font-size: 0.75rem; color: rgba(140,133,120,0.6); margin-top: 8px; }

/* ── FOOTER ── */
footer { background: var(--dark); color: rgba(255,255,255,0.5); padding: 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 0; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 60px 80px 40px; }
.footer-logo { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 16px; }
.footer-logo span { color: var(--turquoise); }
.footer-desc { font-size: 0.85rem; line-height: 1.7; font-weight: 300; max-width: 280px; margin-bottom: 14px; }
.footer-orias { font-size: 0.75rem; color: rgba(255,255,255,0.25); }
.footer-col h4 { color: var(--white); font-size: 0.85rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--turquoise); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 80px; display: flex; justify-content: space-between; font-size: 0.8rem; flex-wrap: wrap; gap: 10px; max-width: 1200px; margin: 0 auto; }

/* ── FOOTER TRUST ── */
.footer-trust { background: #0B3D6B; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 32px 0; width: 100%; }
.trust-badge-row { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-badge-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); }
.trust-badge-item strong { color: #F2B84B; font-size: 0.85rem; display: block; }
.trust-badge-item span { font-size: 0.75rem; color: rgba(255,255,255,0.5); }

/* ── FOOTER TEAM ── */
.footer-team { background: #072C4F; border-top: 2px solid rgba(242,184,75,0.15); border-bottom: 2px solid rgba(242,184,75,0.15); padding: 40px 0; width: 100%; }
.footer-team-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; text-align: center; }
.footer-team h4 { color: #F2B84B; font-size: 0.8rem; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; }
.team-cards { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.team-card { display: flex; align-items: center; gap: 16px; text-align: left; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px 24px; min-width: 280px; transition: border-color 0.2s; }
.team-card:hover { border-color: rgba(242,184,75,0.3); }
.team-card img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(242,184,75,0.3); flex-shrink: 0; }
.team-card strong { display: block; color: #fff; font-size: 0.95rem; margin-bottom: 2px; }
.team-card span { display: block; color: rgba(255,255,255,0.55); font-size: 0.8rem; line-height: 1.4; }
.team-tag { display: inline-block !important; margin-top: 6px; background: rgba(26,143,158,0.2); color: #2BC4A8 !important; padding: 2px 10px; border-radius: 50px; font-size: 0.7rem !important; font-weight: 600; }

/* ── HAMBURGER ── */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.2s; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ── MODAL ── */
.iclosed-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 16px; overflow-y: auto; }
.iclosed-modal-box { background: var(--white); border-radius: 20px; width: 100%; max-width: 860px; max-height: 92vh; overflow-y: auto; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,0.4); animation: modalIn 0.25s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(30px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.iclosed-modal-close { position: absolute; top: 14px; right: 14px; background: rgba(0,0,0,0.12); border: none; border-radius: 50%; width: 36px; height: 36px; font-size: 1rem; cursor: pointer; z-index: 10; color: var(--ocean); font-weight: 700; transition: background 0.2s; }
.iclosed-modal-close:hover { background: var(--cta); color: var(--white); }
.iclosed-modal-header { background: var(--ocean); padding: 28px 32px 24px; border-radius: 20px 20px 0 0; }
.iclosed-modal-header h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; color: var(--white); margin-bottom: 6px; }
.iclosed-modal-header p { font-size: 0.82rem; color: rgba(255,255,255,0.55); font-weight: 300; }
.iclosed-modal-body { padding: 24px; min-height: 580px; }
.iclosed-modal-body .iclosed-widget { width: 100% !important; min-height: 580px !important; height: auto !important; display: block !important; }

/* ── STICKY MOBILE CTA ── */
.sticky-mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; padding: 12px 16px 16px; background: linear-gradient(to top, var(--ocean) 80%, transparent); transform: translateY(100%); transition: transform 0.4s ease; }
.sticky-mobile-cta.visible { transform: translateY(0); }
.sticky-mobile-btn { width: 100%; background: var(--cta); color: var(--white); border: none; border-radius: 12px; padding: 16px; font-size: 1rem; font-weight: 700; cursor: pointer; font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; transition: opacity 0.2s; }
.sticky-mobile-btn:hover { opacity: 0.88; }
@media (min-width: 768px) { .sticky-mobile-cta { display: none; } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 16px 24px; }
  svg.nav-colibri { height: 36px; width: auto; max-width: 170px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: rgba(7,44,79,0.98); backdrop-filter: blur(10px); flex-direction: column; padding: 16px 24px; gap: 12px; }
  .nav-cta { text-align: center; display: block; }
  .breadcrumb { padding: 86px 30px 16px; }
  .hero { grid-template-columns: 1fr; padding: 100px 30px 80px; gap: 40px; }
  .hero-home { padding-top: 100px; }
  .hero-card { display: none; }
  .services, .profils, .simulation, .seo-text, .avis, .villes, .how, .booking-widget, .faq, .links, .team-inline { padding: 80px 30px; }
  .services-grid, .profils-grid, .avis-grid { grid-template-columns: 1fr 1fr; }
  .villes-grid, .links-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
  .simu-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-band { padding: 60px 30px; grid-template-columns: 1fr; }
  footer { padding: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; padding: 40px 24px 30px; }
}
@media (max-width: 768px) {
  nav { padding: 10px 16px; }
  svg.nav-colibri { height: 34px; width: auto; max-width: 160px; }
  svg.footer-colibri { height: 36px; width: auto; }
  .nav-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(7,44,79,0.98); backdrop-filter: blur(10px); flex-direction: column; padding: 16px 24px; gap: 12px; }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; display: block; }
  .footer-trust { padding: 24px 0; }
  .trust-badge-row { flex-direction: column; align-items: center; gap: 16px; padding: 0 24px; }
  .trust-badge-item { width: 100%; max-width: 300px; justify-content: flex-start; gap: 12px; }
  .footer-team { padding: 32px 0; }
  .footer-team-inner { padding: 0 20px; }
  .footer-team h4 { font-size: 0.75rem; letter-spacing: 2px; }
  .team-cards { flex-direction: column; align-items: center; gap: 16px; }
  .team-card { min-width: unset; width: 100%; max-width: 340px; padding: 14px 18px; }
  .team-card img { width: 56px; height: 56px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px 30px; }
  svg.footer-colibri { height: 34px; width: auto; }
  .footer-bottom { flex-direction: column; text-align: center; padding: 20px 24px; gap: 6px; }
  .delais-bar-inner { flex-direction: column; gap: 10px; }
  .services-grid, .profils-grid, .avis-grid, .links-grid, .footer-grid { grid-template-columns: 1fr; }
  .villes-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .simu-numbers { grid-template-columns: 1fr 1fr; }
  .team-inline { padding: 40px 20px; }
  .team-inline-inner { flex-direction: column; text-align: center; gap: 20px; }
  .team-inline-photos { justify-content: center; }
  .expert-inner { flex-direction: column; padding: 0 20px; gap: 28px; }
  .expert-avatar { width: 80px; height: 80px; font-size: 3rem; }
  .expert-content h2 { font-size: 1.6rem; }
  .seo-text::before { display: none; }
  .faq::after { display: none; }
}
@media (max-width: 600px) {
  .services-grid, .profils-grid, .avis-grid, .links-grid, .footer-grid { grid-template-columns: 1fr; padding: 30px 20px; }
  .villes-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .simu-numbers { grid-template-columns: 1fr 1fr; }
}
