/* ========================================
   STYLES GLOBAUX - L'Ordre Des Voyageurs
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Neutralis';
  src: url('../assets/font-family/neutralis-grotesk-2026-02-18-00-40-39-utc/Web-TT/Neutralis-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neutralis';
  src: url('../assets/font-family/neutralis-grotesk-2026-02-18-00-40-39-utc/Web-TT/Neutralis-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #E5E7EB;
  background: #070812;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Neutralis', sans-serif;
}

h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Container principal */
.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* Sections */
section {
  margin-bottom: 80px;
  padding: 0 20px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 30px;
  background: linear-gradient(135deg, #E5E7EB, #C6A75E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-family: 'Neutralis', sans-serif;
  letter-spacing: -0.01em;
}

section h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-top: 40px;
  margin-bottom: 20px;
  color: #C6A75E;
  font-family: 'Neutralis', sans-serif;
}

section p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 20px;
  line-height: 1.8;
  opacity: 0.95;
}

section .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* Boxes de contenu */
.content-box {
  background: linear-gradient(135deg, rgba(198, 167, 94,0.06), rgba(15, 23, 42,0.9));
  border: 1px solid rgba(198, 167, 94,0.2);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.content-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(198, 167, 94,0.15);
  border-color: rgba(198, 167, 94,0.4);
}

/* Liste de commissions */
.commission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.commission-card {
  background: linear-gradient(135deg, rgba(56, 189, 248,0.15), rgba(13,13,13,0.9));
  border: 2px solid rgba(56, 189, 248,0.4);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.commission-card:hover {
  transform: scale(1.05);
  border-color: #38BDF8;
  box-shadow: 0 10px 30px rgba(56, 189, 248,0.3);
}

.commission-card h4 {
  font-size: 1.5rem;
  color: #38BDF8;
  margin-bottom: 15px;
}

.commission-card .amount {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin: 20px 0;
  text-shadow: 0 0 20px rgba(56, 189, 248,0.5);
}

.commission-card p {
  font-size: 1rem;
  opacity: 0.85;
}

/* Liste à puces stylisée */
ul.feature-list {
  list-style: none;
  margin: 30px 0;
}

ul.feature-list li {
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  line-height: 1.8;
}

ul.feature-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #38BDF8;
  font-weight: bold;
  font-size: 1.5rem;
}

/* Tableau détaillé */
.table-wrapper {
  overflow-x: auto;
  margin: 40px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(13,13,13,0.8);
  border-radius: 10px;
  overflow: hidden;
}

table thead {
  background: linear-gradient(135deg, #38BDF8, #4da6ff);
}

table th {
  padding: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}

table td {
  padding: 20px;
  border-bottom: 1px solid rgba(56, 189, 248,0.2);
  font-size: 1rem;
}

table tr:hover {
  background: rgba(56, 189, 248,0.1);
}

/* Bouton CTA */
.btn-cta {
  display: inline-block;
  padding: 18px 48px;
  background: linear-gradient(135deg, #C6A75E, #F3D98E, #C6A75E);
  background-size: 200% auto;
  color: #070812;
  border-radius: 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.4s ease;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(243, 217, 142, 0.4);
  box-shadow: 0 6px 24px rgba(198, 167, 94, 0.3);
  text-align: center;
  display: block;
  max-width: 500px;
  text-shadow: none;
}

.btn-cta:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(198, 167, 94, 0.45);
}

.btn-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-cta:hover::before {
  width: 300px;
  height: 300px;
}

/* Section highlight */
.highlight-box {
  background: linear-gradient(135deg, rgba(198, 167, 94,0.08), rgba(139, 92, 246,0.05));
  border-left: 3px solid #C6A75E;
  padding: 28px 30px;
  margin: 40px 0;
  border-radius: 0 8px 8px 0;
}

.highlight-box strong {
  color: #F3D98E;
  font-size: 1.1rem;
}

/* Footer */
footer {
  text-align: center;
  padding: 60px 20px;
  background: rgba(7, 8, 18,0.98);
  border-top: 1px solid rgba(198, 167, 94,0.15);
}

footer p {
  opacity: 0.7;
  font-size: 1rem;
}

/* Emoji icons */
.emoji-icon {
  font-size: 2rem;
  margin-right: 15px;
  display: inline-block;
}

/* Illustrations */
.illustration {
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.4);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.icon-item {
  text-align: center;
  padding: 25px;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248,0.2);
  transition: all 0.3s ease;
}

.icon-item:hover {
  transform: translateY(-5px);
  border-color: #38BDF8;
  box-shadow: 0 10px 30px rgba(56, 189, 248,0.2);
}

.icon-item .icon {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}

.icon-item .label {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ========================================
   CONSOLE DE LANCEMENT - Bienvenue
   ======================================== */

/* === Hero Launch === */
.launch-hero {
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 100px 20px 50px;
  background: linear-gradient(135deg, rgba(187,134,252,0.15), rgba(56, 189, 248,0.1), rgba(13,13,13,0.95));
  position: relative;
}

.launch-hero h1 {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  background: linear-gradient(135deg, #fff, #BB86FC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.launch-hero .launch-tagline {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* === Next Action Card === */
.launch-next-action {
  padding: 30px 20px 20px;
}

.next-action-card {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, rgba(56, 189, 248,0.2), rgba(13,13,13,0.95));
  border: 2px solid #38BDF8;
  border-radius: 20px;
  padding: 35px 25px;
  box-shadow: 0 10px 40px rgba(56, 189, 248,0.25);
}

.next-action-badge {
  display: inline-block;
  background: #38BDF8;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.next-action-card h2 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 8px;
}

.next-action-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 15px;
}

.next-action-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #38BDF8;
}

.btn-primary-launch {
  display: inline-block;
  padding: 16px 45px;
  background: linear-gradient(135deg, #38BDF8, #4da6ff);
  color: #fff;
  border-radius: 12px;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 25px rgba(56, 189, 248,0.4);
}

.btn-primary-launch:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 35px rgba(56, 189, 248,0.55);
}

/* === Other Options (liens discrets) === */
.other-options {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.other-options span {
  margin-right: 8px;
}

.other-options a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  margin: 0 8px;
}

.other-options a:hover {
  color: #38BDF8;
}

/* === Reassurance Box === */
.launch-reassurance-section {
  padding: 20px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.reassurance-box {
  text-align: center;
  padding: 25px 30px;
  background: rgba(187,134,252,0.08);
  border: 1px solid rgba(187,134,252,0.25);
  border-radius: 12px;
}

.reassurance-box p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* === Detailed Status === */
.launch-detailed-status {
  padding: 20px 20px 40px;
  max-width: 500px;
  margin: 0 auto;
}

.status-detailed-box {
  background: rgba(56, 189, 248,0.08);
  border-color: rgba(56, 189, 248,0.3);
}

.status-detailed-box h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.status-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.status-detail-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 15px;
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}

.detail-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.detail-label {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}

/* === Responsive Console de Lancement === */
@media (max-width: 768px) {
  .launch-hero {
    padding: 80px 15px 40px;
    min-height: 28vh;
  }

  .next-action-card {
    padding: 28px 20px;
  }

  .btn-primary-launch {
    padding: 14px 35px;
    font-size: 1.05rem;
  }

  .next-action-meta {
    flex-direction: column;
    gap: 6px;
  }

  .content-box {
    padding: 25px 18px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  section {
    padding: 0 15px;
  }

  .commission-grid {
    grid-template-columns: 1fr;
  }

  table th, table td {
    padding: 12px 8px;
    font-size: 0.9rem;
  }

  .content-box {
    padding: 20px 15px;
  }
}
