/* Thème alternatif OrbitraHub — page d'accueil v2 (standalone) */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: system-ui, sans-serif;
  color: #0f172a;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 3rem 1.5rem;
}

h1, h2, h3 { letter-spacing: -0.02em; }

.fade-in { animation: fade 1s ease forwards; }
@keyframes fade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; } }

/* HERO */
.hero { background: linear-gradient(135deg, #0f172a, #2563eb); color: white; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.hero-img { width: 100%; max-width: 420px; }
.hero-sub { margin: 1rem 0 1.5rem; }

/* BUTTONS */
.btn-primary { background: #2563eb; color: white; padding: 0.8rem 1.4rem; border-radius: 8px; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: #1d4ed8; color: white; }
.btn-outline { border: 1px solid white; color: white; padding: 0.8rem 1.4rem; border-radius: 8px; text-decoration: none; display: inline-block; }
.btn-outline:hover { background: rgba(255,255,255,0.15); color: white; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }

/* FEATURES */
.features { background: #f8fafc; text-align: center; }
.features h2 { margin-bottom: 0.5rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.feature { background: white; padding: 2rem; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); text-align: left; }
.feature img { width: 72px; margin-bottom: 1rem; }
.feature h3 { margin-bottom: 0.75rem; font-size: 1.125rem; }
.feature p { font-size: 0.9375rem; color: #475569; line-height: 1.6; }

/* HOW — centrage du bloc (steps, flow, note) */
.how { text-align: center; }
.how .container { display: flex; flex-direction: column; align-items: center; }
.how h2 { margin-bottom: 0.5rem; }
.how .steps {
  list-style: none;
  max-width: 960px;
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.how .steps li {
  background: #f1f5f9;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  text-align: center;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
}
.how .flow { font-weight: 600; color: #2563eb; margin: 1rem 0; text-align: center; max-width: 500px; width: 100%; }
.how .note { color: #64748b; margin: 1rem 0 0; font-size: 0.9375rem; text-align: center; max-width: 560px; width: 100%; }

/* MODULES */
.modules { background: #fafafa; }
.modules h2 { margin-bottom: 0.5rem; text-align: center; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2rem; }
.card { background: white; padding: 1.5rem; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.card h3 { font-size: 1.125rem; margin-bottom: 0.75rem; }
.card ul { margin: 0; padding-left: 1.25rem; font-size: 0.875rem; color: #64748b; line-height: 1.6; }

/* COMPARE */
.compare { background: #fff; text-align: center; }
.compare h2 { margin-bottom: 0.5rem; }
.compare table { width: 100%; max-width: 700px; margin: 2rem auto; border-collapse: collapse; }
.compare th, .compare td { border: 1px solid #e2e8f0; padding: 0.75rem; text-align: left; }
.compare th { background: #f1f5f9; }
.quote { text-align: center; font-weight: 600; margin-top: 1rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* TARGETS */
.targets { background: #fff; text-align: center; }
.targets h2 { margin-bottom: 0.5rem; }
.tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin: 1.5rem 0; list-style: none; padding: 0; }
.tags li { background: #f1f5f9; padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.9375rem; color: #475569; }
.tagline { color: #64748b; font-size: 1rem; margin-top: 1rem; }

/* PRICING */
.pricing { background: #f0f9ff; text-align: center; }
.pricing h2 { margin-bottom: 0.5rem; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2rem; }
.price-card { background: white; padding: 2rem; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.price-card.featured { border: 2px solid #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,0.15); }
.price { color: #2563eb; font-size: 1.4rem; font-weight: 700; margin: 0.5rem 0; }
.price-card p { font-size: 0.9375rem; color: #64748b; line-height: 1.5; margin-top: 0.5rem; }
.pricing-link { text-align: center; margin-top: 1.75rem; }
.pricing-link a { color: #2563eb; font-weight: 500; text-decoration: none; }
.pricing-link a:hover { text-decoration: underline; }

/* FRANCE */
.france { background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%); text-align: center; }
.france h2 { margin-bottom: 0.5rem; }
.france-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin: 1.5rem 0; list-style: none; padding: 0; }
.france-list li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9375rem; color: #475569; }
.france-list li::before { content: "✓"; color: #2563eb; font-weight: 700; }

/* CTA */
.cta { background: #0f172a; color: white; text-align: center; }
.cta h2 { margin-bottom: 0.5rem; }
.cta p { margin: 1rem 0 1.5rem; opacity: 0.9; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid, .feature-grid, .cards, .price-grid { grid-template-columns: 1fr; }
  .hero-img { max-width: 280px; margin: 0 auto; display: block; }
}
@media (max-width: 700px) {
  .how .steps { flex-direction: column; align-items: center; }
  .how .steps li { max-width: 100%; }
}

@media (max-width: 600px) {
  .container { padding: 2rem 1rem; }
}

/* ==== Compat blocs tarifs (page /p/tarifs) ==== */

/* Wrapper central aligné avec le reste du site vitrine */
.container-width {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Sections claires utilisées dans la page tarifs */
.flex-sect {
  padding: 2rem 0;
  background: #fafafa;
  font-family: inherit;
}

.flex-sect:nth-of-type(even) { background: #f8fafc; }

.flex-sect .flex-title,
.compare-sect .flex-title,
.pourqui-sect .flex-title,
.offers-sect .flex-title,
.france-sect .flex-title {
  margin-bottom: 0;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
  color: #0f172a;
}

.flex-sect .flex-desc {
  max-width: 680px;
  margin: 0 auto 0.75rem;
  font-size: 1rem;
  color: #475569;
  text-align: center;
  line-height: 1.6;
}

/* Tableau tarifs (add-ons, quotas) */
.table-wrap { overflow-x: auto; margin-top: 1.5rem; }

.oh-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.oh-table th,
.oh-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.oh-table th {
  background: #f8fafc;
  color: #64748b;
  font-weight: 600;
}

.oh-table tr:last-child td { border-bottom: none; }

.table-note {
  font-size: 0.8125rem;
  color: #64748b;
  margin-top: 1rem;
}

/* Hero tarifs (en-tête de la page) */
.pricing-hero {
  margin-bottom: 3rem;
  padding: 3rem 0;
  text-align: center;
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%);
  border-radius: 16px;
  border: 1px solid #e0f2fe;
}

.pricing-hero h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.pricing-hero .pricing-tagline {
  font-size: 1rem;
  font-weight: 500;
  color: #2563eb;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.pricing-hero .intro {
  color: #475569;
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.pricing-hero .intro strong { color: #334155; }

@media (max-width: 768px) {
  .pricing-hero { padding: 2rem 1rem; }
  .pricing-hero h1 { font-size: 1.75rem; }
}

/* Cartes de prix (plans) */
.price-cards {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
}

.price-card-cont { width: 260px; max-width: 100%; }

.price-cards .price-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  font-weight: 400;
  color: #1e293b;
  width: 100%;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.price-cards .price-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }

.pc-title {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  background: #f8fafc;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
}

.pc-desc {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
}

.pc-feature {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
}

.pc-feature.odd-feat { background: #f8fafc; }

.pc-amount {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  color: #2563eb;
  margin-top: auto;
}

.price-cards .price-card .pc-cta { margin-top: 0; }

.price-cards .price-card.pc-regular {
  border: 2px solid #2563eb;
  box-shadow: 0 4px 14px rgba(37,99,235,0.15);
}

.price-cards .price-card.pc-regular .pc-title {
  background: #eff6ff;
  color: #1e40af;
}

.pc-badge {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2563eb;
  padding: 0.25rem 0 0;
}

.pc-cta {
  display: block;
  text-align: center;
  padding: 0.625rem 1rem;
  margin: 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.pc-cta-primary { background: #2563eb; color: #fff; }
.pc-cta-primary:hover { background: #1d4ed8; color: #fff; }
.pc-cta-secondary { background: #f1f5f9; color: #334155; }
.pc-cta-outline { border: 1px solid #2563eb; color: #2563eb; }

@media (max-width: 768px) {
  .price-card-cont { width: 100%; max-width: 320px; margin: 0 auto; }
}

/* ==== Compat Plan Enterprise (/p/plan-enterprise) ==== */

/* Liste d’intro centrée sous le titre */
.enterprise-intro-list-wrap {
  text-align: center;
  margin-bottom: 1rem;
}

.enterprise-intro-list {
  display: inline-block;
  max-width: 640px;
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.7;
  color: #475569;
  list-style-position: outside;
  text-align: left;
}

.enterprise-intro-list li {
  margin-bottom: 0.35em;
}

/* Boutons CTA (fond clair) */
.lead-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.lead-btn {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: #2563eb;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.lead-btn:hover {
  background: #1d4ed8;
  color: #fff;
}

.lead-btn-outline {
  background: transparent;
  border: 2px solid #2563eb;
  color: #1e40af;
}

.lead-btn-outline:hover {
  background: #eff6ff;
  border-color: #2563eb;
  color: #1d4ed8;
}

/* Section "Pour qui" */
.pourqui-sect {
  padding: 2rem 0;
  background: #fff;
  font-family: inherit;
}

.pourqui-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  list-style: none;
  padding: 0;
}

.pourqui-list li {
  padding: 0.5rem 1rem;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 0.9375rem;
  color: #475569;
}

.pourqui-tagline {
  font-size: 1rem;
  color: #64748b;
  text-align: center;
  max-width: 560px;
  margin: 1rem auto 0;
  line-height: 1.6;
}

/* Cartes avec .card-header / .card-body (Plan Enterprise "Ce qui est inclus") */
.flex-sect .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.flex-sect .card {
  background: #fff;
  width: 280px;
  min-height: 200px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.flex-sect .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.flex-sect .card-header {
  height: 8px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.flex-sect .card-header.ch2 {
  background: linear-gradient(90deg, #1e3a8a, #2563eb);
}

.flex-sect .card-header.ch3 {
  background: linear-gradient(90deg, #0f172a, #1e40af);
}

.flex-sect .card-body {
  padding: 1.25rem;
  color: #475569;
}

.flex-sect .card-title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
  font-weight: 600;
}

/* Tableau comparatif (section "Pourquoi choisir le Plan Enterprise ?") */
.compare-sect {
  padding: 2rem 0;
  background: #f8fafc;
  font-family: inherit;
}

.compare-table {
  width: 100%;
  max-width: 640px;
  margin: 1.25rem auto;
  border-collapse: collapse;
  font-size: 0.9375rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.compare-table th,
.compare-table td {
  padding: 0.875rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.compare-table th {
  background: #f1f5f9;
  color: #475569;
  font-weight: 600;
}

.compare-table tr:last-child td { border-bottom: none; }

.compare-table .col-oh {
  background: #eff6ff;
  color: #1e40af;
  font-weight: 500;
}

.compare-table .col-other { color: #64748b; }

.compare-quote {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
  max-width: 520px;
  margin: 1rem auto 0;
  line-height: 1.5;
}

/* Note de section générique (ex: Volumes & performance) */
.sect-note {
  font-size: 0.9375rem;
  color: #64748b;
  text-align: center;
  max-width: 560px;
  margin: 0.75rem auto 0;
  line-height: 1.6;
}

/* Section française + liste de garanties */
.france-sect {
  padding: 2rem 0;
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
  font-family: inherit;
}

.france-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  list-style: none;
  padding: 0;
}

.france-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: #475569;
}

.france-list li::before {
  content: "✓";
  color: #2563eb;
  font-weight: 700;
}

/* Section sombre (CTA final "Prêt à passer au Plan Enterprise ?") */
.blk-sect {
  padding: 2rem 0;
  background: #0f172a;
  color: #e2e8f0;
  font-family: inherit;
}

.blk-title {
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.blk-desc {
  color: #94a3b8;
  font-size: 1rem;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 1.25rem;
  line-height: 1.7;
}

.blk-btns {
  text-align: center;
}

.blk-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 0.35rem;
  transition: background 0.2s, color 0.2s;
}

.blk-btn-primary {
  background: #2563eb;
  color: #fff;
}

.blk-btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
}

.blk-btn-outline {
  border: 1px solid #475569;
  color: #e2e8f0;
}

.blk-btn-outline:hover {
  border-color: #64748b;
  color: #fff;
}

/* ==== Page Contact DPO (/p/contact-dpo) ==== */

.dpo-success-msg {
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  color: #065f46;
  font-size: 0.9375rem;
}

.dpo-intro {
  padding: 2rem 0;
  background: linear-gradient(180deg, #eff6ff 0%, #e0f2fe 100%);
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  margin-bottom: 2rem;
  font-family: inherit;
}

.dpo-intro-inner {
  max-width: 720px;
}

.dpo-intro-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.dpo-intro-text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.dpo-form-sect {
  padding: 0 0 2rem;
  font-family: inherit;
}

.dpo-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.dpo-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}

.dpo-field {
  flex: 1 1 calc(50% - 0.75rem);
  min-width: 200px;
}

.dpo-field-full {
  flex: 1 1 100%;
}

.dpo-field-radio .dpo-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.dpo-radio-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #374151;
  cursor: pointer;
}

.dpo-radio-item input {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: #2563eb;
}

.dpo-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.35rem;
}

.dpo-label .required {
  color: #dc2626;
}

.dpo-input,
.dpo-select,
.dpo-textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #0f172a;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dpo-input:focus,
.dpo-select:focus,
.dpo-textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.dpo-textarea {
  min-height: 120px;
  resize: vertical;
}

.dpo-file {
  width: 100%;
  font-size: 0.9375rem;
  color: #475569;
}

.dpo-help {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.dpo-checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.5;
  cursor: pointer;
}

.dpo-checkbox-item input {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  accent-color: #2563eb;
}

.dpo-submit-wrap {
  margin-top: 0.5rem;
}

.dpo-submit {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}

.dpo-submit:hover {
  background: #1d4ed8;
}

.dpo-required-note {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 1rem 0 0;
}

.dpo-info-block {
  padding: 1.25rem;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
}

.dpo-info-block p {
  margin: 0 0 0.5rem;
}

.dpo-info-block p:last-child {
  margin-bottom: 0;
}

.dpo-info-block a {
  color: #2563eb;
  text-decoration: none;
}

.dpo-info-block a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .dpo-field {
    flex: 1 1 100%;
  }
  .dpo-form {
    padding: 1.25rem;
  }
}
