/* 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 — étapes et liste alignées à gauche (demande affichage accueil) */
.how {
  text-align: left;
}

.how .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.how h2 {
  margin-bottom: 0.5rem;
}

.how .steps {
  list-style: none;
  max-width: 960px;
  width: 100%;
  margin: 2rem 0;
  padding: 0 0 0 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}

.how .steps li {
  background: #f1f5f9;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  text-align: left;
  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 — listes des cartes alignées à gauche */
.modules {
  background: #fafafa;
}

.modules h2 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.modules .cards .card ul,
.modules .card ul {
  margin: 0;
  padding-left: 1.25em;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  text-align: left;
}

.modules .cards .card li,
.modules .card li {
  text-align: left;
}

.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;
}

/* Builder-safe anchors for accueil-alt (prefer these selectors over generated ids/classes) */
.page-body [data-oh="how"] {
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: center;
}

.page-body [data-oh="how"] .container {
  align-items: center;
}

.page-body [data-oh="how"] h2,
.page-body [data-oh="how"] .flow,
.page-body [data-oh="how"] .note {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-body [data-oh="how"] .steps {
  display: block;
  text-align: left;
  padding-left: 1.5rem;
  justify-content: flex-start;
}

.page-body [data-oh="how"] .steps li {
  display: list-item;
  text-align: left;
  max-width: none;
  min-width: 0;
  margin-bottom: 0.75rem;
}

.page-body [data-oh="modules"] .cards .card,
.page-body [data-oh="modules"] .cards .card ul,
.page-body [data-oh="modules"] .cards .card li {
  text-align: left;
}

/* Page d'accueil : texte des puces aligné à gauche
   Ciblage direct .page-body .how / .modules pour que ça s'applique même si le HTML en base n'a pas list-align-left */
.page-body .how .steps {
  text-align: left;
  padding-left: 1.5em;
  justify-content: flex-start;
}

.page-body .how .steps li {
  text-align: left;
}

.page-body .modules .cards .card ul,
.page-body .modules .card ul {
  text-align: left;
  padding-left: 1.25em;
}

.page-body .modules .cards .card li,
.page-body .modules .card li {
  text-align: left;
}

/* Si le HTML a list-align-left (après re-seed), on garde les mêmes règles en secours */
.list-align-left .cards .card ul,
.list-align-left .card ul {
  text-align: left;
  padding-left: 1.25em;
}

.list-align-left .cards .card li,
.list-align-left .card li {
  text-align: left;
}

.list-align-left .steps {
  text-align: left;
  padding-left: 1.5em;
  justify-content: flex-start;
}

.list-align-left .steps li {
  text-align: left;
}

/* 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;
}

/* Accueil-alt : forcer les puces des cartes pricing à gauche */
.pricing .price-card ul {
  text-align: left;
  list-style-position: outside;
  padding-left: 1.25rem;
  margin: 0.75rem 0 0;
}

.pricing .price-card li {
  text-align: left;
  margin-bottom: 0.35rem;
}

/* Force strict: ul/li des cartes pricing toujours a gauche */
.pricing .price-grid .price-card ul,
.pricing #ivw2uf .price-card ul {
  display: block !important;
  text-align: left !important;
  list-style: disc !important;
  list-style-position: outside !important;
  padding-left: 1.25rem !important;
  margin: 0.75rem 0 0 !important;
}

.pricing .price-grid .price-card li,
.pricing #ivw2uf .price-card li {
  display: list-item !important;
  text-align: left !important;
  margin: 0 0 0.35rem 0 !important;
}

/* Stable anchors for pricing/PDP block rendered by builder */
.page-body [data-oh="pricing"] .price-card ul,
.page-body [data-oh="pricing-pdp-grid"] .price-card ul {
  display: block !important;
  text-align: left !important;
  list-style: disc !important;
  list-style-position: outside !important;
  padding-left: 1.25rem !important;
  margin: 0.75rem 0 0 !important;
}

.page-body [data-oh="pricing"] .price-card li,
.page-body [data-oh="pricing-pdp-grid"] .price-card li {
  display: list-item !important;
  text-align: left !important;
  margin: 0 0 0.35rem 0 !important;
}

.page-body [data-oh="pricing-pdp"] {
  margin-top: 3rem;
  padding-top: 1rem;
}

.page-body [data-oh="pricing-pdp-subtitle"] {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #64748b;
}

/* Stable helper classes replacing inline styles in templates */
.tarifs-notes-title {
  margin-top: 1.5rem;
}

.enterprise-ideal-title {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}

.faq-section-title {
  margin-top: 2.5rem;
}

.faq-actions-note {
  margin-top: 2rem;
}

/* FAQ page: enforce consistent left alignment for readability */
.page-body [data-oh="faq-core"] .flex-title,
.page-body [data-oh="faq-core"] .faq-q,
.page-body [data-oh="faq-core"] .flex-desc,
.page-body [data-oh="faq-core"] .faq-list,
.page-body [data-oh="faq-core"] .faq-list li {
  text-align: left;
}

.page-body [data-oh="faq-core"] .faq-list {
  margin-left: 0;
  padding-left: 1.25rem;
}

.page-body [data-oh="faq-core"] .faq-actions-note {
  text-align: left;
}

/* FAQ page fallback by slug (works even if builder strips data-oh) */
.page-body[data-page-slug="faq-securite"] .container-width {
  max-width: 980px;
}

.page-body[data-page-slug="faq-securite"] .pricing-hero,
.page-body[data-page-slug="faq-securite"] .pricing-hero h1,
.page-body[data-page-slug="faq-securite"] .pricing-hero .pricing-tagline,
.page-body[data-page-slug="faq-securite"] .pricing-hero .intro {
  text-align: center !important;
}

.page-body[data-page-slug="faq-securite"] .flex-sect .flex-title,
.page-body[data-page-slug="faq-securite"] .flex-sect .faq-q,
.page-body[data-page-slug="faq-securite"] .flex-sect .flex-desc,
.page-body[data-page-slug="faq-securite"] .flex-sect .faq-list,
.page-body[data-page-slug="faq-securite"] .flex-sect .faq-list li,
.page-body[data-page-slug="faq-securite"] .flex-sect .faq-actions-note {
  text-align: left !important;
}

.page-body[data-page-slug="faq-securite"] .flex-sect .flex-desc {
  max-width: none !important;
  margin: 0 0 0.75rem !important;
}

.page-body[data-page-slug="faq-securite"] .flex-sect .faq-list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.page-body[data-page-slug="faq-securite"] .flex-sect .faq-block {
  margin-bottom: 1.25rem;
}

/* Plan Enterprise: keep pricing intro and FAQ CTA centered */
.page-body [data-oh="enterprise-pricing"] .flex-desc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-body [data-oh="enterprise-data-storage"] .table-note {
  text-align: center;
}

.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;
}

/* Accueil-alt (builder) : bloc PDP inséré dans .pricing */
.pricing #i0rnez {
  margin-top: 3rem;
  padding-top: 1rem;
}

.pricing #compliance-title {
  margin-top: 0;
  text-align: center;
}

.pricing #iltk8d {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #64748b;
}

.pricing #ivw2uf {
  margin-top: 1.25rem;
}

/* 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;
}

/* Masquage robuste Honeypot */
.dpo-hp {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Section Facturation électronique (PDP) : espace haut important (pas collé au bloc au-dessus)
   - .sect-spacer : bloc dans le HTML, conservé par le builder
   - .offers-sect + section : section juste après Add-ons Portails
   - .compliance-sect / .sect-spacing-top : si les classes sont conservées */
.sect-spacer {
  display: block;
  height: 5rem;
  min-height: 5rem;
}

.offers-sect {
  margin-bottom: 2rem;
}

.offers-sect + section,
.compliance-sect,
.sect-spacing-top {
  margin-top: 3rem;
  padding-top: 2.5rem;
}

/* Compliance PDP : renforcer l'espace au-dessus du titre et du sous-texte */
.compliance-sect .flex-title {
  margin-top: 1rem;
}

.compliance-sect .flex-desc {
  margin-top: 1rem;
}

.compliance-sect .flex-title.text-center {
  text-align: center;
}

/* Nouvelles cartes mini (Compliance) */
.pc-mini {
  padding: 1.5rem !important;
  min-height: auto !important;
}

.pc-mini .pc-title {
  font-size: 1.125rem !important;
}

.pc-mini .pc-amount {
  margin: 1.5rem 0 1rem !important;
  font-size: 1.25rem !important;
}

/* Bandeau Partenaire Fragolaweb */
.partner-banner {
  margin-top: 3rem;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pb-badge {
  background: #3b82f6;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.pb-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.pb-content p {
  margin: 0;
  opacity: 0.9;
}

.pb-btn {
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
}

.pb-btn:hover {
  background: #f8fafc;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .partner-banner {
    flex-direction: column;
    text-align: center;
  }
}

.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;
  }
}