/* ═══════════════════════════════════════════
   FEATURES.CSS — Page fonctionnalités
   Outdoor Booking © Creatiic
═══════════════════════════════════════════ */

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

.feat-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% 90%, rgba(46,82,53,.5) 0%, transparent 55%),
    radial-gradient(ellipse 40% 45% at 85% 10%, rgba(30,51,35,.5) 0%, transparent 50%);
  pointer-events: none;
}

.feat-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.feat-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 900;
  color: var(--snow);
  margin-bottom: 20px;
  animation: rise .8s ease both;
}

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

.feat-hero-sub {
  font-size: .96rem;
  color: rgba(240,244,240,.48);
  line-height: 1.72;
  max-width: 520px;
  margin: 0 auto 36px;
  animation: rise .8s .1s ease both;
}

.feat-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  animation: rise .8s .2s ease both;
}

.feat-hero-pill {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(240,244,240,.65);
  font-size: .78rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-full);
}

/* ── FEATURE SECTIONS ── */
.feat-section {
  padding: 96px 24px;
}

.bg-cream  { background: var(--cream); }
.bg-stone  { background: var(--stone); }
.bg-dark   { background: var(--night); }

.feat-inner {
  max-width: var(--section-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.reverse .feat-text  { order: 2; }
.reverse .feat-visual { order: 1; }

@media (max-width: 800px) {
  .feat-inner { grid-template-columns: 1fr; gap: 48px; }
  .reverse .feat-text  { order: unset; }
  .reverse .feat-visual { order: unset; }
}

/* Feature text block */
.feat-tag {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fern);
  background: rgba(74,124,84,.1);
  border: 1px solid rgba(74,124,84,.2);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}

.feat-tag-amber {
  color: var(--amber);
  background: rgba(232,197,71,.1);
  border-color: rgba(232,197,71,.25);
}

.feat-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--night);
  margin-bottom: 16px;
  line-height: 1.15;
}

.bg-dark .feat-text h2 { color: var(--snow); }

.feat-text p {
  font-size: .92rem;
  color: var(--bark);
  line-height: 1.72;
  margin-bottom: 28px;
}

.feat-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feat-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .875rem;
  color: var(--ink);
  line-height: 1.5;
}

.feat-points-dark li { color: rgba(240,244,240,.65); }

.fp-icon {
  color: var(--fern);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.fp-amber { color: var(--amber); }

/* ── PAYMENT LIST ── */
.payment-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.pmt-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: white;
  border: 1px solid #e8e2d8;
  border-radius: var(--radius-sm);
  transition: transform var(--transition);
}

.pmt-row:hover { transform: translateX(4px); }

.pmt-stripe {
  border-color: rgba(99,91,255,.2);
  background: rgba(99,91,255,.03);
}

.pmt-emoji { font-size: 1.1rem; flex-shrink: 0; }

.pmt-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pmt-info strong {
  font-size: .82rem;
  font-weight: 600;
  color: var(--night);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.pmt-info span {
  font-size: .74rem;
  color: var(--bark);
  opacity: .7;
}

.stripe-tag {
  background: rgba(99,91,255,.12);
  color: #6356e5;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 2px 7px;
  border-radius: 100px;
  border: 1px solid rgba(99,91,255,.2);
}

/* ── MOCKUP PHONE ── */
.mockup-phone {
  width: 260px;
  margin: 0 auto;
  background: #1a1a2e;
  border-radius: 36px;
  padding: 16px;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.08),
    0 24px 60px rgba(0,0,0,.4),
    inset 0 0 0 1px rgba(255,255,255,.05);
  position: relative;
}

.dark-phone { background: #0a0f0c; }

.mockup-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 20px;
  background: #0a0a1a;
  border-radius: 100px;
}

.dark-phone .mockup-notch { background: #050908; }

.mockup-screen {
  background: white;
  border-radius: 26px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.dark-screen { background: #0e1510; }

/* Step indicator */
.mock-header {
  padding: 36px 16px 16px;
  background: var(--night);
  text-align: center;
}

.mock-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 8px;
}

.mock-step {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  font-weight: 700;
  color: rgba(255,255,255,.4);
  flex-shrink: 0;
}

.mock-step.done {
  background: var(--moss);
  border-color: var(--moss);
  color: white;
}

.mock-step.active {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--night);
}

.mock-step-line {
  width: 20px;
  height: 1.5px;
  background: rgba(255,255,255,.15);
}

.mock-step-line.done { background: var(--moss); }

.mock-step-label {
  font-size: .72rem;
  color: rgba(255,255,255,.5);
  font-weight: 500;
}

.mock-body { padding: 16px; flex: 1; }

.mock-activity-recap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f2ec;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 18px;
}

.mock-act-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fern);
  flex-shrink: 0;
}

.mock-act-name { font-size: .78rem; font-weight: 600; color: var(--night); }
.mock-act-date { font-size: .68rem; color: var(--bark); }

.mock-label {
  font-size: .72rem;
  font-weight: 600;
  color: var(--bark);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mock-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f2ec;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 14px;
}

.mock-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: white;
  border: 1px solid #e0dbd2;
  font-size: 1.1rem;
  color: var(--bark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.mock-btn.active {
  background: var(--pine);
  border-color: var(--pine);
  color: white;
}

.mock-count {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--night);
}

.mock-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  color: var(--bark);
  margin-bottom: 10px;
}

.mock-price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--night);
}

.mock-capacity { display: flex; align-items: center; gap: 8px; font-size: .7rem; color: var(--bark); }
.mock-cap-bar { flex: 1; height: 4px; background: #e8e2d8; border-radius: 100px; overflow: hidden; }
.mock-cap-fill { height: 100%; background: var(--fern); border-radius: 100px; }

.mock-footer {
  padding: 12px 16px;
  background: #faf8f4;
  border-top: 1px solid #f0ece6;
}

.mock-cta {
  background: var(--pine);
  color: var(--mist);
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 600;
}

/* Guide mockup */
.mock-guide-header {
  padding: 36px 16px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.mock-guide-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--moss);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  flex-shrink: 0;
}

.mock-guide-name { font-size: .82rem; font-weight: 600; color: var(--snow); }
.mock-guide-date { font-size: .68rem; color: rgba(240,244,240,.4); }

.mock-guide-body { padding: 14px; flex: 1; }

.mock-guide-label {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(240,244,240,.3);
  margin-bottom: 10px;
}

.mock-sortie {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  margin-bottom: 8px;
}

.mock-sortie-time {
  font-family: var(--font-display);
  font-size: .85rem;
  font-weight: 700;
  color: var(--amber);
  flex-shrink: 0;
  width: 36px;
}

.mock-sortie-info { flex: 1; min-width: 0; }
.mock-sortie-name { font-size: .78rem; font-weight: 600; color: var(--snow); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-sortie-sub  { font-size: .65rem; color: rgba(240,244,240,.4); }

.mock-checkin-badge {
  background: rgba(232,197,71,.15);
  color: var(--amber);
  font-size: .62rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(232,197,71,.25);
  white-space: nowrap;
  flex-shrink: 0;
}

.mock-checkin-badge.done {
  background: rgba(74,124,84,.2);
  color: var(--sage);
  border-color: rgba(74,124,84,.3);
}

.mock-guide-participants {
  margin-top: 12px;
  padding: 12px;
  background: rgba(255,255,255,.04);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.06);
}

.mock-participant {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  color: rgba(240,244,240,.65);
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.mock-participant:last-child { border-bottom: none; }

.mock-part-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}

.mock-part-dot.pending { background: var(--amber); }

.mock-part-status  { margin-left: auto; color: var(--sage); font-size: .72rem; }
.mock-part-pending { margin-left: auto; color: var(--amber); font-size: .68rem; }

/* ── PAYMENT CARD VISUAL ── */
.payment-card-visual {
  background: white;
  border-radius: var(--radius-xl);
  border: 1.5px solid #e8e2d8;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  max-width: 340px;
  margin: 0 auto;
}

.pcv-header {
  background: var(--night);
  padding: 24px;
}

.pcv-title { font-size: .9rem; font-weight: 600; color: var(--snow); margin-bottom: 4px; }
.pcv-sub   { font-size: .78rem; color: rgba(240,244,240,.4); }

.pcv-options { padding: 12px; display: flex; flex-direction: column; gap: 6px; }

.pcv-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1.5px solid #e8e2d8;
  font-size: .82rem;
  color: var(--ink);
  cursor: default;
  transition: border-color var(--transition);
}

.pcv-opt.selected {
  border-color: var(--moss);
  background: rgba(46,82,53,.06);
  color: var(--night);
  font-weight: 600;
}

.pcv-check {
  margin-left: auto;
  color: var(--moss);
  font-size: .8rem;
}

.pcv-footer {
  padding: 12px 16px;
  background: #f5f2ec;
  border-top: 1px solid #e8e2d8;
}

.pcv-secure {
  text-align: center;
  font-size: .72rem;
  color: var(--bark);
  opacity: .6;
}

/* ── CALENDAR VISUAL ── */
.calendar-visual {
  background: white;
  border-radius: var(--radius-xl);
  border: 1.5px solid #e8e2d8;
  box-shadow: var(--shadow-md);
  padding: 24px;
  max-width: 340px;
  margin: 0 auto;
}

.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cal-month { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--night); }
.cal-nav   { font-size: .9rem; color: var(--bark); cursor: default; letter-spacing: .1em; }

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-bottom: 14px;
}

.cal-dow {
  text-align: center;
  font-size: .65rem;
  font-weight: 600;
  color: var(--bark);
  padding: 4px 0;
  opacity: .5;
}

.cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  border-radius: 8px;
  cursor: default;
  font-weight: 500;
}

.cal-day.empty      { }
.cal-day.avail      { color: var(--night); background: rgba(74,124,84,.08); }
.cal-day.full       { color: var(--bark); background: rgba(255,80,80,.08); text-decoration: line-through; opacity: .6; }
.cal-day.unavail    { color: var(--bark); opacity: .3; }
.cal-day.selected   { background: var(--pine); color: white; font-weight: 700; border-radius: 50%; }

.cal-legend {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.cal-leg-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .68rem;
  color: var(--bark);
}

.cal-leg-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.avail-dot   { background: rgba(74,124,84,.5); }
.full-dot    { background: rgba(255,80,80,.4); }
.unavail-dot { background: rgba(90,78,60,.2); }

.cal-reminder {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(232,197,71,.08);
  border: 1px solid rgba(232,197,71,.2);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: .75rem;
}

.cal-reminder strong { display: block; color: var(--night); font-size: .78rem; }
.cal-reminder span   { color: var(--bark); opacity: .7; font-size: .72rem; }

/* ── SECONDARY FEATURES GRID ── */
.feat-grid-section {
  background: var(--snow);
  padding: 96px 24px;
}

.feat-grid-inner { max-width: var(--section-max); margin: 0 auto; }

.feat-grid-header { text-align: center; margin-bottom: 52px; }

.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .feat-grid { grid-template-columns: 1fr; } }

.feat-mini-card {
  background: white;
  border: 1.5px solid #e8e2d8;
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.feat-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.fmc-emoji { font-size: 1.5rem; display: block; margin-bottom: 12px; }

.fmc-title {
  font-family: var(--font-display);
  font-size: .92rem;
  font-weight: 700;
  color: var(--night);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  line-height: 1.3;
}

.fmc-desc {
  font-size: .8rem;
  color: var(--bark);
  line-height: 1.6;
}

.pro-badge-tag {
  background: rgba(232,197,71,.15);
  color: var(--ember);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 2px 8px;
  border-radius: 100px;
  border: 1px solid rgba(232,197,71,.3);
  font-family: var(--font-body);
}

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

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

.feat-cta-inner h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--snow);
  margin-bottom: 14px;
}

.feat-cta-inner p {
  font-size: .92rem;
  color: rgba(240,244,240,.5);
  line-height: 1.65;
  margin-bottom: 36px;
}

.feat-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
