/* ═══════════════════════════════════════════
   SITE-OUTDOOR.CSS — Page "Votre site outdoor"
   Outdoor Booking © Creatiic
═══════════════════════════════════════════ */

/* ── HERO ── */
.feat-hero {
  background: var(--night);
  padding: 120px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feat-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(46,82,53,.4) 0%, transparent 60%);
  pointer-events: none;
}

.feat-hero-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }

.feat-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  color: var(--snow);
  line-height: 1.1;
  margin-bottom: 20px;
}

.feat-hero-title em { color: var(--amber); font-style: italic; }

.feat-hero-sub {
  font-size: 1rem;
  color: rgba(240,244,240,.55);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.feat-hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }

.feat-hero-url {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: .82rem;
}

.feat-url-label { color: rgba(240,244,240,.4); font-weight: 500; }

.feat-url-value { color: var(--snow); font-family: var(--font-mono, monospace); font-size: .8rem; }

.feat-url-value em { color: var(--amber); font-style: normal; }

/* ── SECTIONS ── */
.feat-section { padding: var(--section-padding); }
.feat-section.bg-cream  { background: var(--cream); }
.feat-section.bg-dark   { background: var(--pine); }
.feat-section.bg-stone  { background: var(--stone); }

.feat-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feat-section.reverse .feat-section-inner { direction: rtl; }
.feat-section.reverse .feat-section-content,
.feat-section.reverse .feat-section-visual { direction: ltr; }

@media (max-width: 860px) {
  .feat-section-inner { grid-template-columns: 1fr; gap: 40px; }
  .feat-section.reverse .feat-section-inner { direction: ltr; }
}

/* ── FEAT LIST ── */
.feat-list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 16px; }

.feat-list li { display: flex; gap: 12px; align-items: flex-start; }

.feat-check {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--fern); color: white;
  font-size: .7rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}

.feat-section.bg-dark .feat-check { background: var(--amber); color: var(--night); }

.feat-list li div { font-size: .88rem; line-height: 1.6; }
.feat-list li strong { color: var(--pine); display: block; margin-bottom: 2px; }
.feat-section.bg-dark .feat-list li strong { color: var(--snow); }
.feat-list li span { color: var(--bark); }
.feat-section.bg-dark .feat-list li span { color: rgba(240,244,240,.5); }

/* ── MOCKUP BROWSER ── */
.feat-mockup-url { display: flex; flex-direction: column; gap: 16px; }

.feat-mockup-browser {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.12);
  border: 1px solid #e8e8e8;
}

.feat-browser-bar {
  background: #f5f5f5;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.feat-browser-dots { display: flex; gap: 6px; }
.feat-browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: #ddd; }
.feat-browser-dots span:nth-child(1) { background: #ff5f57; }
.feat-browser-dots span:nth-child(2) { background: #ffbd2e; }
.feat-browser-dots span:nth-child(3) { background: #28c840; }

.feat-browser-url {
  flex: 1; background: white; border: 1px solid #e0e0e0;
  border-radius: 6px; padding: 5px 12px; font-size: .75rem;
  color: #666; font-family: monospace;
}
.feat-browser-url strong { color: var(--pine); }

.feat-browser-content { padding: 24px; }

.feat-browser-hero {
  background: var(--pine);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
}
.feat-browser-title { color: white; font-weight: 700; font-size: .95rem; margin-bottom: 4px; }
.feat-browser-sub { color: rgba(255,255,255,.6); font-size: .78rem; margin-bottom: 12px; }
.feat-browser-btn {
  display: inline-block; background: var(--amber); color: var(--night);
  font-size: .75rem; font-weight: 700; padding: 7px 14px; border-radius: 6px;
}

.feat-browser-stats { display: flex; gap: 12px; }
.feat-browser-stat {
  flex: 1; background: var(--stone); border-radius: 8px;
  padding: 10px; text-align: center;
}
.feat-stat-num { font-weight: 700; font-size: .95rem; color: var(--pine); }
.feat-stat-lbl { font-size: .68rem; color: var(--bark); margin-top: 2px; }

/* ── GOOGLE SNIPPET ── */
.feat-google-snippet {
  background: white; border-radius: 10px; padding: 16px 20px;
  border: 1px solid #e0e0e0;
}
.feat-google-label { font-size: .7rem; color: #999; margin-bottom: 8px; }
.feat-google-title { font-size: .9rem; font-weight: 600; color: #1a0dab; margin-bottom: 2px; }
.feat-google-url { font-size: .72rem; color: #006621; margin-bottom: 4px; }
.feat-google-desc { font-size: .78rem; color: #545454; line-height: 1.5; }

/* ── STEPS ── */
.feat-steps { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }

.feat-step { display: flex; gap: 16px; align-items: flex-start; }

.feat-step-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--amber); color: var(--night);
  font-weight: 900; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.feat-step-title { font-weight: 600; color: var(--snow); margin-bottom: 3px; font-size: .9rem; }
.feat-step-text { font-size: .82rem; color: rgba(240,244,240,.5); line-height: 1.55; }

/* ── TIMELINE VISUEL ── */
.feat-timeline-visual {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feat-timeline-item { display: flex; align-items: center; gap: 16px; padding: 10px 0; }
.feat-timeline-line { width: 2px; height: 24px; background: rgba(255,255,255,.1); margin-left: 11px; }

.feat-timeline-dot {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.2);
  flex-shrink: 0;
}
.feat-timeline-dot.active { background: var(--fern); border-color: var(--fern); }
.feat-timeline-dot.amber  { background: var(--amber); border-color: var(--amber); }
.feat-timeline-dot.green  { background: #22c55e; border-color: #22c55e; }

.feat-timeline-when { font-size: .72rem; color: rgba(240,244,240,.4); margin-bottom: 2px; text-transform: uppercase; letter-spacing: .08em; }
.feat-timeline-what { font-size: .88rem; color: var(--snow); font-weight: 500; }

/* ── HONEST NOTE ── */
.feat-honest-note {
  display: flex; gap: 10px; align-items: flex-start;
  background: rgba(232,197,71,.08);
  border: 1px solid rgba(232,197,71,.2);
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 24px;
  font-size: .8rem;
  color: var(--bark);
  line-height: 1.55;
}
.feat-honest-note span { font-size: 1rem; flex-shrink: 0; }

/* ── SEO VISUAL ── */
.feat-seo-visual {
  background: white;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  border: 1px solid #e0e0e0;
}

.feat-seo-title { font-size: .72rem; font-weight: 600; color: #999; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.feat-seo-query {
  background: #f5f5f5; border: 1px solid #ddd; border-radius: 24px;
  padding: 10px 18px; font-size: .85rem; color: #333; margin-bottom: 20px;
}
.feat-seo-results { display: flex; flex-direction: column; gap: 16px; }

.feat-seo-result { padding: 12px; border-radius: 8px; }
.feat-seo-result.ob { background: rgba(45,90,39,.05); border: 1px solid rgba(45,90,39,.15); }
.feat-seo-result.muted { opacity: .45; }
.feat-seo-result-url { font-size: .72rem; color: #006621; margin-bottom: 3px; }
.feat-seo-result-title { font-size: .88rem; color: #1a0dab; font-weight: 600; margin-bottom: 3px; }
.feat-seo-result-desc { font-size: .78rem; color: #545454; line-height: 1.4; }

/* ── INCLUDED BOX ── */
.feat-included-box {
  background: var(--pine);
  border-radius: 16px;
  padding: 32px;
  color: var(--snow);
}

.feat-included-title {
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sage);
  margin-bottom: 20px;
}

.feat-included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.feat-included-item {
  display: flex; gap: 8px; align-items: center;
  font-size: .82rem; color: rgba(240,244,240,.75);
  background: rgba(255,255,255,.05);
  border-radius: 8px; padding: 8px 12px;
}

.feat-included-note {
  text-align: center; font-size: .78rem;
  color: var(--amber); font-weight: 600;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ── MINI GRID ── */
.feat-grid-section { padding: var(--section-padding); background: var(--stone); }

.feat-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.feat-mini-card {
  background: white;
  border: 1px solid #e0dbd2;
  border-radius: 14px;
  padding: 22px;
}

.fmc-emoji { font-size: 1.6rem; display: block; margin-bottom: 10px; }
.fmc-title { font-size: .88rem; font-weight: 700; color: var(--pine); margin-bottom: 6px; }
.fmc-desc  { font-size: .78rem; color: var(--bark); line-height: 1.55; }

.pro-badge-tag {
  display: inline-block; font-size: .65rem; font-weight: 700;
  background: rgba(232,197,71,.15); color: var(--ember);
  border: 1px solid rgba(232,197,71,.3);
  padding: 1px 6px; border-radius: 4px;
  vertical-align: middle; margin-left: 4px;
}

/* ── CTA FINAL ── */
.feat-cta-section { padding: var(--section-padding); background: var(--pine); }

.feat-cta-inner {
  max-width: 600px; margin: 0 auto;
  text-align: center;
}

.feat-cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--snow);
  line-height: 1.15;
  margin-bottom: 16px;
}
.feat-cta-title em { color: var(--amber); font-style: italic; }

.feat-cta-sub {
  font-size: .9rem; color: rgba(240,244,240,.5);
  margin-bottom: 28px; line-height: 1.65;
}

.feat-cta-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }

.feat-cta-note { font-size: .78rem; color: rgba(240,244,240,.3); }

/* ── ANNUAIRE HIGHLIGHT ── */
.feat-annuaire-highlight {
  background: rgba(232,197,71,.06);
  border: 1px solid rgba(232,197,71,.2);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: .82rem;
}
.feat-annuaire-highlight .feat-ann-icon { font-size: 1.4rem; flex-shrink: 0; }
.feat-annuaire-highlight strong { color: var(--pine); display: block; margin-bottom: 2px; font-size: .85rem; }
.feat-annuaire-highlight span { color: var(--bark); }

/* ── Steps sur fond stone (variante claire) ── */
.feat-steps-dark .feat-step-title { color: var(--pine); }
.feat-steps-dark .feat-step-text  { color: var(--bark); }

/* ── Timeline sur fond stone ── */
.feat-section.bg-stone .feat-timeline-visual {
  background: white;
  border: 1px solid #e0dbd2;
}
.feat-section.bg-stone .feat-timeline-line { background: #e0dbd2; }
.feat-section.bg-stone .feat-timeline-dot {
  background: #e0dbd2;
  border-color: #c8c4bc;
}
.feat-section.bg-stone .feat-timeline-dot.active { background: var(--fern); border-color: var(--fern); }
.feat-section.bg-stone .feat-timeline-dot.amber  { background: var(--amber); border-color: var(--amber); }
.feat-section.bg-stone .feat-timeline-dot.green  { background: #22c55e; border-color: #22c55e; }
.feat-section.bg-stone .feat-timeline-when { color: var(--bark); }
.feat-section.bg-stone .feat-timeline-what { color: var(--pine); }
