@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0;
}

*:not(html):not(body) {
  max-width: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #334155;
  background: #f8fafc;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f172a;
  font-weight: 800;
  line-height: 1.2;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

/* SPACING UTILITIES */
.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-7 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-4-half {
  margin-top: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0;
}

.items-center {
  align-items: center;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.py-16 {
  padding-block: 4rem;
}

.bg-dark {
  background-color: #0f172a;
}

.text-orange {
  color: #c2410c;
}

.text-inherit {
  color: inherit;
}

.text-orange-full {
  color: #fd7e14;
}

.text-yellow-500 {
  color: #eab308;
}

.text-pink {
  color: #db2777;
}

.text-purple-light {
  color: #a855f7;
}

.text-purple-dark {
  color: #9b59b6;
}

.text-pink-dark {
  color: #9f1239;
}

.text-violet {
  color: #8b5cf6;
}

.text-green-light {
  color: #86efac;
}

.text-indigo {
  color: #6366f1;
}

.text-cyan {
  color: #17a2b8;
}

.text-teal {
  color: #2ecc71;
}

.text-green-dark {
  color: #28a745;
}

.text-blue-full {
  color: #2563eb;
}

.text-blue-deep {
  color: #1e3a8a;
}

.shadow-blue {
  box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.4);
}

.border-top-4-secondary {
  border-top: 4px solid var(--color-secondary);
}

.border-top-4-primary {
  border-top: 4px solid var(--color-primary);
}

.border-top-4-accent {
  border-top: 4px solid var(--color-accent);
}

.border-top-4-red {
  border-top: 4px solid #ef4444;
}

.border-top-4-green {
  border-top: 4px solid #10b981;
}

.p-0 {
  padding: 0;
}

.border-blue {
  border-color: #93c5fd;
}

.border-violet {
  border-color: #8b5cf6;
}

.border-success-light {
  border-color: #6ee7b7;
}

.icon-circle-secondary {
  background: var(--color-secondary);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-primary {
  background: var(--color-primary);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-amber {
  background: #f59e0b;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-red {
  background: #ef4444;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-violet {
  background: #8b5cf6;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-green {
  background: #16a34a;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-blue {
  background: #0ea5e9;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.icon-circle-cyan {
  background: #06b6d4;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.code-block-full {
  background: white;
  padding: 1rem;
  border-radius: 6px;
  font-family: monospace;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.box-white-6 {
  background: white;
  padding: 1rem;
  border-radius: 6px;
}

.callout-amber {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.bg-yellow-100 {
  background: #fef3c7;
}

.callout-yellow {
  background: #fef3c7;
  padding: 1.5rem;
  border-left: 4px solid #d97706;
  margin-bottom: 2rem;
}

.border-amber {
  border: 2px solid #f59e0b;
}

.callout-danger-bordered {
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.bg-red-100 {
  background: #fee2e2;
}

.badge-amber {
  background: #f59e0b;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.bg-purple-100 {
  background: #f3e8ff;
}

.callout-success-bordered {
  background: #f0fdf4;
  padding: 1.5rem;
  border-left: 4px solid #16a34a;
  margin-bottom: 2rem;
}

.callout-info-bordered {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.bg-sky-100 {
  background: #e0f2fe;
}

.badge-red {
  background: #ef4444;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.badge-purple-pill {
  background: #8b5cf6;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.badge-blue-pill {
  background: #3b82f6;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.badge-green-pill {
  background: #22c55e;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.comparison-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
}

.comparison-left {
  background: #fff1f2;
  padding: 2rem;
}

.comparison-right {
  background: #f0fdf4;
  padding: 2rem;
}

.badge-icon-pink {
  background: #fda4af;
  color: #9f1239;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.badge-icon-green {
  background: #bbf7d0;
  color: #166534;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.callout-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.case-study-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.block {
  display: block;
}

.result-box-success {
  background: #ecfdf5;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #6ee7b7;
}

.comparison-left-full {
  background: #fff1f2;
  padding: 2rem;
  border-right: 1px solid #ffe4e6;
}

.comparison-right-full {
  background: #f0fdf4;
  padding: 2rem;
  border-right: 1px solid #dcfce7;
}

.callout-success-compact {
  background: #dcfce7;
  padding: 1rem;
  border-radius: 6px;
  border-left: 4px solid #16a34a;
}

.info-box-gray {
  background: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.formula-box {
  background: white;
  padding: 0.8rem;
  border-radius: 4px;
  font-family: monospace;
  margin-bottom: 1rem;
}

.simulation-block {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.border-bottom-success {
  border-bottom: 1px solid #16a34a;
}

.border-bottom-blue {
  border-bottom: 1px solid #2563eb;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.callout-gradient-success {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-left-color: var(--color-secondary);
}

.callout-gradient-blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-left-color: var(--color-primary);
}

.callout-gradient-amber {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-left-color: #f59e0b;
}

.case-study-box-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.intro-box-gradient {
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 12px;
}

.callout-left-amber {
  border-left: 4px solid #f97316;
  padding-left: 1rem;
  margin: 1.5rem 0;
}

.callout-info-box {
  background: #f0f9ff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #0ea5e9;
  margin-top: 1.5rem;
}

.list-custom-brown {
  font-size: 0.95rem;
  color: #881337;
  margin-bottom: 0;
  list-style: none;
  padding-left: 1.5rem;
}

.list-custom-green-dark {
  font-size: 0.95rem;
  color: #14532d;
  margin-bottom: 1.5rem;
  list-style: none;
  padding-left: 1.5rem;
}

.label-green-bold {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #166534;
  font-weight: 600;
}

.result-label {
  font-size: 0.85rem;
  color: #15803d;
  margin-top: 0.3rem;
}

.formula-box-compact {
  background: white;
  padding: 0.8rem;
  border-radius: 4px;
  margin: 0;
}

.callout-amber-full {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.callout-info-compact {
  background: #f0f9ff;
  padding: 1.2rem;
  border-radius: 8px;
  border-left: 4px solid #0284c7;
}

.callout-success-light {
  background: #f0fdf4;
  padding: 1.2rem;
  border-radius: 8px;
  border-left: 4px solid #16a34a;
}

.callout-pink-compact {
  background: #fce7f3;
  padding: 1.2rem;
  border-radius: 8px;
  border-left: 4px solid #db2777;
}

.callout-gradient-purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.simulation-block-blue {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.cost-box-amber {
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.cost-box-blue {
  background: #e0f2fe;
  border: 1px solid #7dd3fc;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.result-box-green-light {
  background: #fff;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.cost-box-purple {
  background: #ede9fe;
  border: 1px solid #c4b5fd;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.table-cell-success {
  background: #d1fae5;
  text-align: center;
  font-weight: 700;
  color: #059669;
}

.table-full-collapse {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.table-header-cell {
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  text-align: left;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.box-white-border {
  background: #fff;
  padding: 2rem;
  border-left: 1px solid #e2e8f0;
}

.scenario-box {
  background: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.tech-card-white {
  margin-top: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
}

.callout-note {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-left: 4px solid var(--color-secondary);
  border-radius: 4px;
}

.grid-cards-mini {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.bg-muted {
  background: #f8fafc;
}

.section-divider {
  padding-top: 3rem;
  border-top: 1px solid var(--color-border);
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* TEXT UTILITIES */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-bold {
  font-weight: 700;
}

.font-semibold-pointer {
  font-weight: 600;
  cursor: pointer;
}

.text-secondary {
  color: var(--color-secondary);
}

.text-muted {
  color: #64748b;
}

.text-light {
  color: #cbd5e1;
}

.text-success {
  color: #10b981;
}

.text-danger {
  color: #ef4444;
}

.text-warning {
  color: #b45309;
}

.text-sm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-base-plus {
  font-size: 1.1rem;
}

.text-lg {
  font-size: 1.2rem;
}

/* BORDER UTILITIES */
.border-l-0 {
  border-left: none !important;
}

.border {
  border: 1px solid var(--color-border);
}

.border-0 {
  border: none;
}

.border-left-secondary {
  border-left: 4px solid var(--color-secondary);
}

.border-left-primary {
  border-left: 4px solid var(--color-primary);
}

.border-left-blue {
  border-left: 4px solid #0ea5e9;
}

.border-left-amber {
  border-left: 4px solid #f59e0b;
}

.border-success {
  border-color: #22c55e;
}

.border-warning {
  border-color: #fde047;
}

.border-bottom-primary {
  border-bottom: 2px solid var(--color-primary);
}

.callout-info {
  background: #f0f9ff;
  padding: 1.5rem;
  border-left: 4px solid #0284c7;
  margin-bottom: 2rem;
}

.bg-warning-light {
  background-color: #fff9c4;
}

.bg-pink-light {
  background-color: #fce4ec;
}

.bg-purple-light {
  background-color: #f3e5f5;
}

.bg-success-light {
  background-color: #ecfdf5;
}

.bg-blue-light {
  background-color: #e3f2fd;
}

/* FLEX UTILITIES */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

/* GAP UTILITIES */
.gap-sm {
  gap: 0.8rem;
}

.pl-4 {
  padding-left: 1rem;
}

/* PADDING UTILITIES */
.p-4 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.bg-white {
  background: white;
}

.rounded-lg {
  border-radius: 8px;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.cell-bordered {
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
}

/* COLOR UTILITIES */
.text-white {
  color: white !important;
}

/* OPACITY UTILITIES */
.opacity-95 {
  opacity: 0.95;
}

/* MARGIN UTILITIES */
.mt-1 {
  margin-top: 0.5rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* ERROR TEXT */
.text-error {
  color: #991b1b;
  font-weight: 700;
}

.border-left-success {
  border-left: 4px solid #22c55e;
}

.border-left-danger {
  border-left: 4px solid #ef4444;
}

/* SHADOW UTILITIES */
.shadow-cta {
  box-shadow: 0 10px 20px -5px rgba(16, 185, 129, 0.4);
}

.list-nested {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  list-style: disc;
}

.content-body .list-nested {
  margin-left: 1.5rem;
  padding-left: 0;
  list-style: disc;
}
.content-body .list-nested li {
  padding-left: 0;
  margin-bottom: 0.75rem;
}
.content-body .list-nested li::before {
  content: none;
}

.icon-accent {
  color: var(--color-secondary);
}

.icon-spaced {
  margin-right: 0.5rem;
  width: 1.2rem;
  display: inline-block;
}

.icon-small {
  width: 1rem;
  display: inline-block;
}

.icon-muted {
  color: #64748b;
}

.icon-muted-2 {
  color: #94a3b8;
}

.form-inline {
  position: static;
  margin-top: 0;
  color: #334155;
}

.link-underline {
  text-decoration: underline;
  color: var(--color-text);
}

.link-no-underline {
  text-decoration: none;
}

.grid {
  display: grid;
}

.label-uppercase {
  font-size: 0.85rem;
  color: #64748b;
  text-transform: uppercase;
}

.text-sm-muted {
  font-size: 0.9rem;
  color: #64748b;
}

.cell-center-border {
  text-align: center;
  border-left: 1px solid #cbd5e1;
}

.text-primary {
  color: var(--color-primary);
}

.text-green-dark {
  color: #166534;
}

.text-green {
  color: #16a34a;
}

.font-normal-mt1 {
  font-weight: 400;
  margin-top: 0.5rem;
}

.m-0 {
  margin: 0;
}

.text-xs-muted {
  font-size: 0.8rem;
  color: #64748b;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-xxs {
  font-size: 0.85rem;
}

.mt-2 {
  margin-top: 0.75rem;
}

.border-secondary {
  border-left-color: var(--color-secondary);
}

.my-3 {
  margin: 1rem 0;
}

.list-compact {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.95rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 2rem;
}

.leading-relaxed {
  line-height: 1.8;
}

.line-through {
  text-decoration: line-through;
}

.code-inline {
  font-family: monospace;
  background: #f9fafb;
  padding: 0.5rem;
  border-radius: 4px;
}

.text-body {
  color: var(--color-text);
}

.caption-muted {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.border-bottom {
  border-bottom: 1px solid #e2e8f0;
}

.text-2xl {
  font-size: 2rem;
}

.heading-section {
  font-size: 1.3rem;
  margin-top: 2rem;
}

.text-red {
  color: #dc2626;
}

.cell-bordered-sm {
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
}

.list-none {
  list-style: none;
  padding: 0;
}

.my-5 {
  margin: 2rem 0;
}

.mb-8 {
  margin-bottom: 4rem;
}

.grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.grid-2col-lg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.flex-center-gap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-value-red {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #b91c1c;
}

.stat-value-dark {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #334155;
}

.stat-value-blue {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #1e40af;
}

.stat-value-green {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #166534;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  background: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
}

.card-bordered {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header-gradient {
  background: linear-gradient(to right, #f8fafc, #fff);
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.text-blue {
  color: #1e40af;
}

.text-green-bold {
  color: #166534;
  font-weight: 700;
}

.divider-border {
  margin: 1.5rem 0;
  border-top: 1px solid #e2e8f0;
}

.stat-huge {
  font-size: 2.5rem;
  font-weight: 800;
}

.stat-amber {
  font-size: 2rem;
  font-weight: 800;
  color: #f59e0b;
}

.stat-purple {
  font-size: 2rem;
  font-weight: 800;
  color: #7c3aed;
}

.stat-blue-full {
  font-size: 2rem;
  font-weight: 700;
  color: #2563eb;
}

.stat-green-full {
  font-size: 2rem;
  font-weight: 700;
  color: #16a34a;
}

.stat-cyan {
  font-size: 2rem;
  font-weight: 700;
  color: #059669;
}

.stat-sky {
  font-size: 2rem;
  font-weight: 700;
  color: #0284c7;
}

.text-xl {
  font-size: 1.3rem;
}

.text-green-bold-lg {
  color: #16a34a;
  font-weight: bold;
}

.heading-green {
  color: #166534;
  font-weight: 700;
  font-size: 1.1rem;
}

.text-green-medium {
  color: #15803d;
}

.border-top-thick {
  border-top: 2px solid #000;
}

.badge-success {
  background: #dcfce7;
  border-radius: 4px;
}

.callout-primary {
  background-color: #f8fafc;
  border-left: 4px solid var(--color-primary);
  margin-top: 0;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-lg {
  gap: 2rem;
}

.list-decimal {
  list-style-type: decimal;
}

.font-bold-primary {
  font-weight: 700;
  color: var(--color-primary);
}

.font-bold-green {
  font-weight: 700;
  color: #16a34a;
}

.heading-stat {
  font-size: 1.5rem;
  font-weight: 800;
  color: #15803d;
}

.flex-between-border {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.grid-cards-lg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.grid-cards-md {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.grid-cards-sm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.grid-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 0.75rem;
}

.link-inherit {
  color: inherit;
  text-decoration: underline;
}

.text-pink {
  color: #f43f5e;
  margin-right: 0.5rem;
}

.text-blue-bold {
  color: #2563eb;
  font-weight: bold;
}

.box-white {
  background: white;
  padding: 1rem;
  border-radius: 8px;
}

.box-muted {
  background: #f8fafc;
  padding: 2rem;
}

.card-muted {
  background: #f8fafc;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #e2e8f0;
}

.mr-2 {
  margin-right: 0.5rem;
}

.text-italic-muted {
  font-style: italic;
  color: #475569;
}

.stat-green-xl {
  font-size: 2rem;
  font-weight: 800;
  color: #16a34a;
}

.stat-red {
  font-size: 1.8rem;
  font-weight: 700;
  color: #dc2626;
  margin: 0;
}

.stat-orange {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d97706;
  margin: 0;
}

.stat-purple {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7c3aed;
  margin: 0;
}

.stat-blue {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2563eb;
  margin: 0;
}

.stat-green {
  font-size: 1.8rem;
  font-weight: 700;
  color: #16a34a;
  margin: 0;
}

.heading-lg {
  font-size: 1.8rem;
  font-weight: 700;
}

.heading-section-lg {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.quote-box {
  font-size: 0.85rem;
  font-style: italic;
  background: white;
  padding: 0.8rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.flex-grow {
  flex-grow: 1;
}

.flex-gap {
  display: flex;
  gap: 1rem;
}

.stat-blue-lg {
  display: block;
  font-size: 1.5rem;
  color: #1e40af;
}

.stat-green-lg {
  display: block;
  font-size: 1.5rem;
  color: #166534;
}

.text-danger-bold {
  color: #ef4444;
  font-weight: bold;
}

.text-red-semibold {
  color: #dc2626;
  font-weight: 600;
}

.text-blue-dark {
  color: #1d4ed8;
}

.text-purple {
  color: #6d28d9;
}

.divider-full {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 3rem 0;
}

.callout-danger {
  background: #fef2f2;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #dc2626;
}

.callout-danger-simple {
  background: #fef2f2;
  border-left-color: #ef4444;
}

.bg-muted-noborder {
  background: #f8fafc;
  border: none;
}

.bg-success-light {
  font-weight: bold;
  background-color: #f0fdf4;
}

.text-3xl {
  font-size: 1.8rem;
}

.stat-huge-green {
  font-size: 2rem;
  font-weight: bold;
  color: #166534;
}

.stat-red-lg {
  display: block;
  font-size: 1.5rem;
  color: #b91c1c;
}

.text-blue-medium {
  color: #3b82f6;
}

.text-amber {
  color: #f59e0b;
  font-weight: 600;
}

.code-block {
  background: white;
  padding: 0.8rem;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.bg-white {
  background: white;
}

.bg-glass {
  background: rgba(255, 255, 255, 0.1);
}

.card-gray {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  border-radius: 8px;
}

.border-top-success {
  border-top: 1px solid #bbf7d0;
  margin: 1rem 0;
}

.card-bordered-mt {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.card-bordered-mb {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.card-bordered-simple {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
}

.badge-yellow {
  background-color: #fdd835;
  color: black;
}

.callout-success {
  background-color: #f0fdf4;
  border-left: 4px solid #10b981;
}

.badge-pink {
  background-color: #d81b60;
  color: white;
}

.bg-success-light-2 {
  background-color: #d1fae5;
}

.badge-purple {
  background-color: #8e24aa;
  color: white;
}

.badge-blue {
  background-color: #1565c0;
  color: white;
}

.badge-green {
  background-color: #10b981;
  color: white;
}

.table-full {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.table-full-simple {
  width: 100%;
  border-collapse: collapse;
}

.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.stat-box {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.caption-small {
  font-size: 0.85rem;
  color: #374151;
  margin: 0.25rem 0 0;
}

.divider-light {
  margin: 0.75rem 0;
  opacity: 0.3;
}

.nested-list-indent {
  margin-left: 1.5rem;
  margin-top: 0.3rem;
}

.grid-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.grid-auto-fit-sm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.intro-box-gradient-blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 5px solid #3b82f6;
}

.card-gray-full {
  background: #f8fafc;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #e2e8f0;
}

.stat-box-white-light {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.stat-value-green-lg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #16a34a;
  margin: 0;
}

.stat-label-small {
  font-size: 0.85rem;
  color: #374151;
  margin: 0.25rem 0 0;
}

.stat-value-orange-lg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d97706;
  margin: 0;
}

.stat-value-purple-lg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7c3aed;
  margin: 0;
}

.stat-value-red-lg {
  font-size: 1.5rem;
  font-weight: 700;
  color: #dc2626;
  margin: 0;
}

.stat-box-green {
  text-align: center;
  background: #f0fdf4;
  padding: 1rem;
  border-radius: 8px;
}

.heading-primary-mt {
  color: var(--color-primary);
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.stat-box-blue {
  background: #eff6ff;
  padding: 1rem;
  border-radius: 8px;
}

.intro-box-gradient-green {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid var(--color-primary);
}

.grid-auto-fit-180 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.kpi-stat-box {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  border-top: 4px solid var(--color-primary);
}

.kpi-stat-box-secondary {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  border-top: 4px solid var(--color-secondary);
}

.kpi-stat-box-green {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  border-top: 4px solid #22c55e;
}

.kpi-stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-primary);
}

.kpi-stat-value-secondary {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-secondary);
}

.faq-item-bordered {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.intro-box-gradient-orange {
  background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.comparison-grid-bordered {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.project-card-green {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 2px solid #10b981;
  margin-bottom: 3rem;
}

.grid-2col-simple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.panel-green {
  background: #f0fdf4;
  padding: 2rem;
  border-left: 1px solid #e2e8f0;
}

.tech-card-purple-gradient {
  background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
  border: 2px solid #8b5cf6;
}

.tech-card-blue-gradient {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid #3b82f6;
}

.grid-2col-simple-mt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.grid-3col-simple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.stat-box-white {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.box-blue-border {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.grid-2col-gap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.grid-2col-simple-mt-lg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.tag-blue {
  background: #e0f2fe;
  color: #0369a1;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.tag-pink {
  background: #fce7f3;
  color: #be185d;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.result-box-gray {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.stat-value-sky {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0ea5e9;
}

.tag-green {
  background: #dcfce7;
  color: #15803d;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}

.code-block-gray {
  background: #e2e8f0;
  padding: 0.5rem;
  border-radius: 4px;
  display: block;
  margin: 1rem 0;
}

.grid-auto-fit-my {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.card-green-gradient-bordered {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  border: 3px solid var(--color-primary);
}

.card-blue-gradient {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  border: 3px solid #3b82f6;
}

.stat-value-xl {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0.5rem 0;
}

.stat-value-blue-xl {
  font-size: 3rem;
  font-weight: 700;
  color: #3b82f6;
  margin: 0.5rem 0;
}

.stat-value-amber-xl {
  font-size: 3rem;
  font-weight: 700;
  color: #f59e0b;
  margin: 0.5rem 0;
}

.card-amber-gradient-bordered {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  border: 3px solid #f59e0b;
}

.box-green-gradient-bordered {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--color-primary);
}

.box-yellow-gradient-bordered {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #f59e0b;
}

.box-purple-gradient-bordered {
  background: linear-gradient(135deg, #fae8ff 0%, #f5d0fe 100%);
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #a855f7;
}

.grid-auto-fit-280 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.project-card-shadow-primary {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--color-primary);
}

.project-card-shadow-secondary {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--color-secondary);
}

.project-card-shadow-amber {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #f59e0b;
}

.intro-box-gradient-blue-purple {
  background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  color: white;
}

.grid-auto-fit-140 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.box-white-transparent {
  background: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.callout-primary-bordered {
  background-color: #f8fafc;
  border-left: 4px solid var(--color-primary);
  margin-bottom: 2rem;
}

.list-2cols {
  margin-bottom: 0;
  padding-left: 1rem;
  column-count: 2;
  column-gap: 2rem;
}

.grid-auto-fit-200-mt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.stat-box-gray {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.box-green-bordered {
  background: #ecfdf5;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #10b981;
}

.box-yellow-bordered {
  background: #fef3c7;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #f59e0b;
}

.grid-auto-fit-mt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.case-study-box-bordered {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.case-header-secondary {
  background: var(--color-secondary);
  padding: 1rem;
  color: white;
}

.case-header-primary {
  background: var(--color-primary);
  padding: 1rem;
  color: white;
}

.stats-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.result-box-blue-bordered {
  background: #eff6ff;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  border-left: 4px solid var(--color-primary);
}

.list-decimal-bold {
  list-style: decimal;
  padding-left: 1.5rem;
  font-weight: 600;
  color: #334155;
}

.step-circle-secondary {
  background: var(--color-secondary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callout-info-bordered {
  margin-top: 2rem;
  border-left: 4px solid var(--color-primary);
}

.step-circle-secondary {
  background: var(--color-secondary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.box-bordered-shadow {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.flex-center-gap-mb {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.step-circle-red {
  background: #be123c;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.text-red-muted {
  font-size: 0.95rem;
  color: #881337;
  margin-bottom: 1rem;
}

.list-red-custom {
  list-style: none;
  padding-left: 1.5rem;
  color: #9f1239;
}

.step-circle-red-lg {
  background: #be123c;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  flex-shrink: 0;
}

.step-circle-green-lg {
  background: #15803d;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  flex-shrink: 0;
}

.list-green-custom {
  font-size: 0.95rem;
  color: #14532d;
  list-style: none;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.box-white-green-border {
  background: white;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.text-green-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #166534;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.box-bordered-simple {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.comparison-grid-shadow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.list-simple {
  font-size: 0.9rem;
  margin-top: 1rem;
  list-style: none;
  padding-left: 1.5rem;
}

.div-top-bordered {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.text-secondary-heading {
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 1.1rem;
}

.text-secondary-bold {
  color: var(--color-secondary);
  font-weight: bold;
}

.divider-large-mb {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin-bottom: 4rem;
}

.alert-box-red {
  background: #fef2f2;
  border-left: 4px solid #dc2626;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.grid-auto-fit-300-mb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.box-blue-bordered {
  background: #f0f9ff;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #0284c7;
}

.box-green-bordered-dark {
  background: #f0fdf4;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #16a34a;
}

.box-yellow-bordered {
  background: #fef3c7;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #d97706;
}

.box-pink-bordered {
  background: #fce7f3;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #db2777;
}

.alert-box-green-sm {
  background: #dcfce7;
  padding: 1rem;
  border-radius: 6px;
  border-left: 4px solid #16a34a;
  margin-bottom: 1rem;
}

.grid-auto-fit-320-mb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.box-blue-border {
  background: #f0f9ff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #bae6fd;
}

.box-green-border {
  background: #f0fdf4;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
}

.box-yellow-border {
  background: #fef3c7;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #fde68a;
}

.box-pink-border {
  background: #fce7f3;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #fbcfe8;
}

.list-ordered-2cols {
  margin-left: 1.5rem;
  line-height: 1.8;
  column-count: 2;
  column-gap: 2rem;
}

.list-simple-sm {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
}

.info-box-blue {
  background: #f0f9ff;
  padding: 1.5rem;
  border-left: 4px solid #0284c7;
  margin-bottom: 2rem;
}

.warning-box-yellow {
  background: #fef3c7;
  padding: 1.5rem;
  border-left: 4px solid #d97706;
  margin-bottom: 2rem;
}

.code-block-white {
  background: white;
  padding: 1rem;
  border-radius: 6px;
  font-family: monospace;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.grid-auto-fit-280-mb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.error-box-red {
  background: #fef2f2;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #dc2626;
}

.link-underline-text {
  text-decoration: underline;
  color: var(--color-text);
}

.grid-3col-simple-mt {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.card-left-align {
  padding: 1.5rem;
  text-align: left;
  align-items: flex-start;
}

.heading-sm-mb {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--color-secondary);
}

.grid-3col-simple-mt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.heading-sm-mb-primary {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
}

.project-card-bordered-shadow {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.grid-container-gray {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  background: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
}

.stat-value-dark-block {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #334155;
}

.stat-value-green-block {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #166534;
}

.stat-value-blue-block {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #1e40af;
}

.label-uppercase-sm {
  font-size: 0.85rem;
  color: #64748b;
  text-transform: uppercase;
}

.stat-value-red-block {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
  color: #b91c1c;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding-inline: 1.5rem;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding-inline: 1rem;
  }
}

.section {
  padding-block: 5rem;
}
.section--alt {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.section--muted {
  background: #f8fafc;
}

.grid {
  display: grid;
  gap: 2rem;
}
.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .grid--4-cols {
    grid-template-columns: 1fr;
  }
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .grid--3-cols {
    grid-template-columns: 1fr;
  }
}
.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .grid--2-cols {
    grid-template-columns: 1fr;
  }
}
.grid--sidebar {
  grid-template-columns: 3fr 1fr;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .grid--sidebar {
    grid-template-columns: 1fr;
  }
}
.grid--sidebar--center {
  align-items: center;
}
.grid--gap-lg {
  gap: 1.5rem;
}
.grid--gap-md {
  gap: 1rem;
}

.header {
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
}
.header__brand span {
  color: #10b981;
}
.header__nav {
  display: flex;
  height: 100%;
  gap: 1.5rem;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__burger-btn {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #0f172a;
}
@media (max-width: 1024px) {
  .header__burger-btn {
    display: block;
  }
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #0f172a;
  font-size: 0.95rem;
  padding: 0 0.5rem;
  border-bottom: 3px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.nav-item:hover {
  color: #0ea5e9;
  border-bottom-color: #0ea5e9;
  background: #f8fafc;
}
.nav-item span {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav-item svg {
  display: block;
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.nav-item:hover svg {
  transform: rotate(180deg);
}

.footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 4rem 0;
  margin-top: 4rem;
}
.footer__title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer__list {
  font-size: 0.9rem;
}
.footer__list li {
  margin-bottom: 0.5rem;
}
.footer__list a:hover {
  color: #0ea5e9;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 6px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}
.btn--primary {
  background: #10b981;
  color: #ffffff !important;
}
.btn--primary:hover {
  background: rgb(11.9402985075, 138.0597014925, 96.2686567164);
  transform: translateY(-2px);
}
.btn--secondary {
  background: #0ea5e9;
  color: #ffffff !important;
}
.btn--secondary:hover {
  background: rgb(11.1093117409, 130.9311740891, 184.8906882591);
  transform: translateY(-2px);
}
.btn--ghost {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn--full-width {
  width: 100%;
}
.btn--primary-text {
  color: #0f172a !important;
}
.btn--border-color-text-center {
  border-color: var(--color-border) !important;
  text-align: center;
}
.btn--shadow-success {
  box-shadow: 0 10px 20px -5px rgba(16, 185, 129, 0.4);
}

.card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 2rem;
  border-radius: 8px;
  transition: 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .card {
    padding: 1.25rem;
  }
}
.card h4, .card p, .card span {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.card:hover {
  transform: translateY(-5px);
  border-color: #0ea5e9;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
}
.card__icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.card__title, .card h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.card__desc {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}
.card__link {
  color: #0ea5e9;
  font-weight: 700;
  margin-top: auto;
  display: block;
}
.card--highlight-top {
  border-top: 4px solid;
}
.card--secondary-border-top {
  border-color: #0ea5e9;
}
.card--border {
  border: 1px solid var(--color-border);
}

.content-body .card h4 {
  font-size: 1rem;
  margin-top: 0;
}

.content-body .card span {
  font-size: 0.95rem;
}

.process-step {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
  padding-left: 4rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
.process-step::before {
  content: attr(data-step);
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 700;
}

.step-by-step .step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.step-by-step .step__number {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 700;
}
.step-by-step .step__content {
  flex: 1;
}
.step-by-step .step__content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.class-grid--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .class-grid--two {
    grid-template-columns: 1fr;
  }
}

.class-box {
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  text-align: center;
  border-radius: 8px;
  background: #f8fafc;
}
.class-box h4 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
}
.class-box.valid {
  border-color: #10b981;
  background: #ecfdf5;
}
.class-box.valid h4 {
  color: #10b981;
}

.card--left {
  align-items: flex-start;
  text-align: left;
  padding: 1.5rem;
}

.card__icon--secondary {
  color: #0ea5e9;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.project-cards {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .project-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .project-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.project-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
  padding: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.project-card__step {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: #0ea5e9;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.project-card h4 {
  margin-bottom: 0.75rem;
  color: #0f172a;
}
.project-card p {
  margin-bottom: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}
.project-card__content {
  padding: 1.5rem;
}

.project-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.stat-item {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}
.stat-item__value {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #0f172a;
}
.stat-item__label {
  margin: 0;
  font-size: 0.9rem;
  color: #94a3b8;
}

.intro-box {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid #0f172a;
}
.intro-box p {
  font-size: 1.15rem;
  color: #166534;
  margin: 0;
}

.financial-table-wrapper {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.benefit-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  padding: 1rem;
  border-radius: 0 8px 8px 0;
  border-left: 4px solid;
}
.benefit-card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.benefit-card p {
  margin-bottom: 0;
}
.benefit-card--warning {
  background: #fef3c7;
  border-color: #f59e0b;
}
.benefit-card--warning h4 {
  color: #92400e;
}
.benefit-card--info {
  background: #eff6ff;
  border-color: #3b82f6;
}
.benefit-card--info h4 {
  color: #1e40af;
}
.benefit-card--success {
  background: #f0fdf4;
  border-color: #22c55e;
}
.benefit-card--success h4 {
  color: #166534;
}

.tech-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tech-card ul > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.tech-card ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0ea5e9;
}

.sector-card {
  padding: 1.5rem;
  border-radius: 8px;
  border-top: 4px solid;
}
.sector-card--ind {
  background: #f0f9ff;
  border-color: #0369a1;
}
.sector-card--ter {
  background: #fef3c7;
  border-color: #d97706;
}
.sector-card--col {
  background: #f0fdf4;
  border-color: #16a34a;
}
.sector-card--res {
  background: #fdf2f8;
  border-color: #db2777;
}
.sector-card__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.solutions-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.solutions-filters .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.solutions-filters .btn.active {
  background: #0ea5e9;
  color: #ffffff;
  border-color: #0ea5e9;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.solution-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
  border: 2px solid #e0f2fe !important;
  border-radius: 16px !important;
  padding: 2rem 1.5rem !important;
  text-decoration: none !important;
  color: #334155 !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 140px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08) !important;
}
.solution-card::before {
  content: "→";
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  color: #0ea5e9 !important;
  opacity: 0 !important;
  transform: translateX(-10px) !important;
  transition: all 0.3s ease !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
}
.solution-card:hover {
  transform: translateY(-5px) !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.2) !important;
  background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%) !important;
}
.solution-card:hover::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.solution-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  position: relative;
  z-index: 1;
}

.cee-cards-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cee-cards-section__title {
  color: #ffffff;
  margin-top: 0;
}
.cee-cards-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.cee-card {
  background: rgba(255, 255, 255, 0.12);
  padding: 1.5rem;
  border-radius: 8px;
}
.cee-card__title {
  color: #60a5fa;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
.cee-card__text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.cee-process {
  margin-bottom: 3rem;
  padding: 2rem;
  background: #0f172a;
  border-radius: 12px;
  color: #ffffff;
}
.cee-process__title {
  text-align: center;
  margin-top: 0;
  color: #ffffff;
}

.cee-step__number {
  width: 50px;
  height: 50px;
  background: var(--color-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
.cee-step__title {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.cee-step__desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.resources-section {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  margin-top: 3rem;
  padding-block: 3rem;
}
.resources-section__title {
  text-align: center;
  margin-bottom: 2rem;
}

.resource-card {
  display: block;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.resource-card h4 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
.resource-card p {
  margin: 0;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .intro-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.intro-stat {
  text-align: center;
  padding: 1rem;
  background: #ffffff;
  border-radius: 8px;
}
.intro-stat__value {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.intro-stat__value--primary {
  color: #0f172a;
}
.intro-stat__value--secondary {
  color: #0ea5e9;
}
.intro-stat__value--success {
  color: #10b981;
}
.intro-stat__value--amber {
  color: #d97706;
}
.intro-stat__label {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
}

.form-sticky {
  position: sticky;
  top: 120px;
  background: #ffffff;
  padding: 2rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  box-shadow: 0 20px 40px -5px rgba(15, 23, 42, 0.1);
}
.form-sticky__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.5rem;
  text-align: center;
}
.form-sticky__input {
  width: 100%;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #f8fafc;
  font-size: 0.95rem;
  font-family: inherit;
}
.form-sticky__input:focus {
  outline: none;
  border-color: #0ea5e9;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1);
}
.form-sticky textarea.form-sticky__input {
  resize: vertical;
  min-height: 100px;
}
.form-sticky .btn {
  width: 100%;
}
.form-sticky__footer {
  font-size: 0.8rem;
  margin-top: 1rem;
  opacity: 0.7;
  text-align: center;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-sticky__label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.form-sticky__hint {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.form-sticky--static {
  position: static;
  margin-top: 0;
  color: #334155;
}

.form-section-full {
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}

.form-full-width {
  width: 100%;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form__input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #f8fafc;
  font-size: 0.95rem;
  font-family: inherit;
  transition: all 0.2s;
}
.form__input:focus {
  outline: none;
  border-color: #0ea5e9;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1);
}

.form__textarea {
  resize: vertical;
  min-height: 120px;
}

.input-error {
  border-color: #ef4444;
  background-color: #fef2f2;
}
.input-error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.input-valid {
  border-color: #10b981;
  background-color: #f0fdf4;
}

.error-message {
  display: none;
  color: #ef4444;
  font-size: 0.85rem;
  margin-top: 0.4rem;
}

.error__message__active {
  display: block;
}

.gender-selection {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.gender-selection label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  color: #334155;
}
.gender-selection input[type=radio] {
  accent-color: #0ea5e9;
  width: 1.2rem;
  height: 1.2rem;
}

.contact-info-box {
  background: #f1f5f9;
  padding: 2rem;
  border-radius: 12px;
  border-left: 5px solid #0ea5e9;
}
.contact-info-box__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.contact-info-item {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
}
.contact-info-item strong {
  color: #0f172a;
  font-weight: 600;
}

.contact-email {
  color: #0ea5e9;
  font-weight: 600;
  text-decoration: none;
}
.contact-email:hover {
  text-decoration: underline;
}

.contact-benefits-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.contact-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-benefits-list li {
  margin-bottom: 0.75rem;
  color: #334155;
  font-weight: 500;
}

.btn--large {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}
@media (min-width: 1024px) {
  .btn--large {
    width: auto;
    min-width: 200px;
  }
}

/* --- Styled Radio Buttons (Pills) --- */
.gender-options {
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
}

.gender-input {
  display: none; /* Hide default radio */
}

.gender-label {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  background-color: #ffffff;
  color: #94a3b8;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.gender-label:hover {
  border-color: #0ea5e9;
  color: #0ea5e9;
}

/* Checked State */
.gender-input:checked + .gender-label {
  background-color: #0ea5e9;
  color: #ffffff;
  border-color: #0ea5e9;
  box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.25);
}

.hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding-block: 6rem;
}
.hero__title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__text {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
}
@media (max-width: 768px) {
  .hero__text {
    font-size: 1.1rem;
  }
}
.hero__cta {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .hero__cta {
    flex-direction: column;
  }
  .hero__cta .btn {
    width: 100%;
  }
}

.mega-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 4px solid #0ea5e9;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99999;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, visibility 0.2s;
  max-height: 80vh;
  overflow-y: auto;
}
.mega-menu__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  align-items: start;
}
.mega-menu__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mega-menu__col h4 {
  border-bottom: 2px solid #0ea5e9;
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
  color: #0f172a;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  width: 100%;
}
.mega-menu__col a {
  display: block;
  width: 100%;
  padding-block: 0.3rem;
  font-size: 0.9rem;
  color: #475569;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
}
.mega-menu__col a:hover {
  color: #0ea5e9;
  transform: translateX(5px);
}

.nav-item:hover .mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background: #ffffff;
  z-index: 2000;
  padding: 0;
  transform: translateX(100%);
  transition: 0.3s;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  background: #f8fafc;
}
.mobile-menu__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
}
.mobile-menu__close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  color: #334155;
}
.mobile-menu__close-btn:hover {
  color: #0f172a;
}
.mobile-menu__group {
  border-bottom: 1px solid #e2e8f0;
}
.mobile-menu__group.active .mobile-menu__arrow {
  transform: rotate(180deg);
}
.mobile-menu__group.active .mobile-menu__content {
  max-height: 70vh;
  overflow-y: auto;
}
.mobile-menu__simple-link {
  display: block;
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
}
.mobile-menu__simple-link:hover {
  background: #f8fafc;
  color: #0f172a;
}
.mobile-menu__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  color: #334155;
}
.mobile-menu__trigger:hover {
  background: #f8fafc;
}
.mobile-menu__arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s ease;
}
.mobile-menu__arrow svg {
  display: block;
}
.mobile-menu__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8fafc;
}
.mobile-menu__content h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin: 1rem 1.5rem 0.5rem;
  font-weight: 700;
}
.mobile-menu__content a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #334155;
  text-decoration: none;
  font-size: 0.9rem;
}
.mobile-menu__content a:hover {
  background: #ffffff;
  color: #0f172a;
}
.mobile-menu__content .mobile-menu__group {
  border-bottom: none;
  border-top: 1px solid #e2e8f0;
}
.mobile-menu__content .mobile-menu__group.active .mobile-menu__content {
  max-height: 60vh;
  overflow-y: auto;
}
.mobile-menu__content .mobile-menu__trigger {
  padding-left: 2.5rem;
  font-size: 0.95rem;
  background: #f8fafc;
}
.mobile-menu__content .mobile-menu__trigger:hover {
  background: #f1f5f9;
}
.mobile-menu__content .mobile-menu__content {
  background: #ffffff;
  padding-left: 1rem;
}
.mobile-menu__content .mobile-menu__content a {
  padding-left: 2.5rem;
  font-size: 0.85rem;
}
.mobile-menu__content .mobile-menu__content a:hover {
  background: #f8fafc;
}

.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.lien-interne {
  color: var(--color-secondary);
  font-weight: 600;
  text-decoration: none;
}
.lien-interne:hover {
  text-decoration: underline;
}

.link-underline {
  color: var(--color-secondary);
  font-weight: 600;
  text-decoration: underline;
}
.link-underline:hover {
  color: var(--color-primary);
}

.nav-link-aside {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.nav-link-aside.nav-link-aside--active {
  color: #334155;
  font-weight: 600;
}
.nav-link-aside.nav-link-aside--inactive {
  color: #64748b;
  font-size: 0.9rem;
}

.link-underline-text {
  text-decoration: underline;
  color: var(--color-text);
}
.link-underline-text:hover {
  color: var(--color-secondary);
}

.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2rem 0;
}

.comparison-table,
.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin: 2rem 0;
  font-size: 0.95rem;
  background: var(--color-white);
}

.modern-table thead {
  background: linear-gradient(135deg, var(--color-primary) 0%, #1e293b 100%);
  color: var(--color-white);
}

.modern-table th {
  padding: 1.2rem 1rem;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-bottom: 2px solid var(--color-secondary);
}

.modern-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--color-border);
  vertical-align: middle;
  color: var(--color-text);
}

.modern-table tbody tr:last-child td {
  border-bottom: none;
}

.modern-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.modern-table tbody tr:hover {
  background-color: #f1f5f9;
  transition: background-color 0.2s ease;
}

/* Mobile Card View for Tables */
@media screen and (max-width: 768px) {
  .comparison-table,
  .modern-table {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }
  .comparison-table thead,
  .modern-table thead {
    display: none; /* Hide headers */
  }
  .comparison-table tbody tr,
  .modern-table tbody tr {
    display: block;
    background: var(--color-white) !important; /* Override zebra striping */
    border-radius: 12px;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--color-border);
  }
  .comparison-table td,
  .modern-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
  }
  .comparison-table td:last-child,
  .modern-table td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .comparison-table td:first-child,
  .modern-table td:first-child {
    padding-top: 0;
  }
  .comparison-table td::before,
  .modern-table td::before {
    content: attr(data-label);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--color-secondary); /* Brand color for labels */
    text-align: left;
    padding-right: 1.5rem;
    flex-shrink: 0;
    max-width: 50%;
  }
  /* Adjust links within cells for mobile */
  .comparison-table td a,
  .modern-table td a {
    display: inline-block;
    text-align: right;
  }
}
.financial-table {
  width: 100%;
  border-collapse: collapse;
}
.financial-table tr {
  border-bottom: 1px solid #e2e8f0;
}
.financial-table tr:last-child {
  border-bottom: none;
}
.financial-table tr.total-row {
  border-bottom: 2px solid #0f172a;
}
.financial-table td {
  padding: 0.5rem;
}
.financial-table td.amount {
  text-align: right;
  font-weight: bold;
}
.financial-table td.discount {
  text-align: right;
  color: #10b981;
}

/* BLOC DE MISE EN EXERGUE (CALLOUT) */
.callout {
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 8px;
  border-left: 4px solid;
  background-color: #ffffff;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: currentColor;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout.info {
  background-color: #f0f9ff;
  border-color: #0ea5e9;
  color: #0c4a6e;
}
.callout.warning {
  background-color: #fff7ed;
  border-color: #f97316;
  color: #9a3412;
}
.callout.danger {
  background-color: #fef2f2;
  border-color: #ef4444;
  color: #991b1b;
}
.callout--primary-border {
  border-color: #0f172a;
}
.callout.toc {
  background-color: #f8fafc;
  border-color: #0f172a;
  margin-top: 0;
  margin-bottom: 3rem;
}
.callout.toc h4 {
  margin-bottom: 0.5rem;
}
.callout.toc ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.callout.toc a {
  text-decoration: underline;
  color: #334155;
}

.toc-card {
  margin-bottom: 2.5rem;
  background: #f8fafc;
  border-radius: 8px;
  border-left-color: #0ea5e9;
}

.toc-card__title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}

.toc-card__nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.95rem;
}

.toc-card__link {
  color: #0f172a;
  text-decoration: none;
  padding: 0.25rem 0;
}
.toc-card__link:hover {
  text-decoration: underline;
  color: #0ea5e9;
}

.callout__label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  display: block;
  margin-bottom: 0.5rem;
}

.home-section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.home-section-header h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.home-section-header p {
  color: #64748b;
  margin: 0 auto;
  font-size: 1.1rem;
}

.checklist-cpe {
  margin-left: 1.5rem;
  line-height: 1.9;
  column-count: 2;
  column-gap: 2rem;
  list-style: disc;
  list-style-position: inside;
}
.checklist-cpe li {
  color: inherit;
}

.cpe-checklist-card {
  background: #f8fafc;
  color: #0f172a;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.cpe-checklist-title {
  color: inherit;
  margin-bottom: 1rem;
  text-align: center;
}

.solution-tile {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
}
.solution-tile__title {
  margin-bottom: 1rem;
  color: #0f172a;
}

.link-secondary {
  color: #0ea5e9;
  font-weight: 600;
}
.link-secondary:hover {
  color: rgb(11.1093117409, 130.9311740891, 184.8906882591);
}

.card__number {
  font-size: 3rem;
  color: #10b981;
  font-weight: 800;
  display: block;
  margin-bottom: 0.5rem;
}

.card__icon {
  font-size: 2rem !important;
  margin-bottom: 1rem;
  display: block;
}

.hero--compact {
  padding-block: 4rem;
}

.card--primary {
  background: #0f172a;
  color: #ffffff;
  border: none;
}
.card--primary .card__title {
  color: #ffffff;
}

.card--muted {
  background: #f1f5f9;
  border: none;
  padding: 1.5rem;
}

.card-accent {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid transparent;
}
.card-accent--danger {
  border-color: #ef4444;
}
.card-accent--amber {
  border-color: #f59e0b;
}
.card-accent--blue {
  border-color: #3b82f6;
}

.card-gradient {
  border-radius: 12px;
  padding: 1.5rem;
  border: 2px solid transparent;
}
.card-gradient--green {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-color: #0f172a;
  color: #0f172a;
}
.card-gradient--amber {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #f59e0b;
  color: #b45309;
}
.card-gradient--blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #3b82f6;
  color: #1d4ed8;
}
.card-gradient--purple {
  background: linear-gradient(135deg, #fae8ff 0%, #f5d0fe 100%);
  border-color: #a855f7;
  color: #7c3aed;
}

.formula-text {
  font-family: monospace;
  font-size: 1.1rem;
}

.intro-highlight {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid #0f172a;
}

.glossary-nav {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 15px 0;
  z-index: 100;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 2rem;
}
.glossary-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.glossary-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #0f172a;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.glossary-nav a:hover {
  background-color: #f1f5f9;
  color: #0ea5e9;
}

.glossary-list dt {
  scroll-margin-top: 100px;
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.kpi-pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.kpi-pill {
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}
.kpi-pill--green {
  background: #f0fdf4;
  color: #0f172a;
}
.kpi-pill--blue {
  background: #eff6ff;
  color: #3b82f6;
}
.kpi-pill--amber {
  background: #fef3c7;
  color: #b45309;
}
.kpi-pill--purple {
  background: #fae8ff;
  color: #7c3aed;
}
.kpi-pill .kpi-pill__value {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.kpi-pill__label {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}

.callout--sticky {
  position: sticky;
  top: 120px;
}

.hr-muted {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 0.5rem 0;
}

.hr-muted-lg {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}

/* TABLEAU DE CONTENU (Legacy) */
.table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2.5rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
  min-width: 600px;
}
.content-table th {
  background-color: #f8fafc;
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
}
.content-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  line-height: 1.5;
}
.content-table tbody tr:last-child td {
  border-bottom: none;
}

/* Hero small */
.hero-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.hero-small__title {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .hero-small__title {
    font-size: 1.8rem;
  }
}

.breadcrumb {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}
.breadcrumb a:hover {
  color: #0ea5e9;
}

/* Corps de texte */
.content-page {
  padding-block: 3rem;
}

@media (max-width: 1024px) {
  .container {
    padding-inline: 1.5rem;
  }
  .content-body {
    width: 100%;
    overflow-wrap: break-word;
  }
}
.content-body > *:first-child {
  margin-top: 0;
}

/* Titres */
.content-body h2 {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
}

.content-body h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0f172a;
}

/* Paragraphes */
.content-body p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  color: #334155;
}

/* LISTES A PUCES */
.content-body ul {
  list-style: none !important;
  margin-bottom: 1.5rem;
  margin-left: 0 !important;
}

.content-body ul > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.content-body ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0ea5e9;
  flex-shrink: 0;
}

.content-body ul.checkmarks > li::before {
  content: "✔";
  background: none;
  color: #10b981;
  font-weight: bold;
  font-size: 1rem;
  top: 0.1rem;
  width: auto;
  height: auto;
}

/* TABLEAU COMPARATIF (Legacy) */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 600px;
}
.comparison-table th {
  background: #0f172a;
  color: #fff;
  padding: 1rem;
  text-align: left;
}
.comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.comparison-table tr:last-child td {
  border-bottom: none;
}
.comparison-table tr:hover {
  background-color: #f8fafc;
}

.table-row-highlight {
  background-color: #f0fdf4;
}

/* --- NOUVELLES CLASSES UTILITAIRES POUR REMPLACER LE STYLE INLINE --- */
/* Grille 2 colonnes standard pour blocs techniques */
.techno-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .techno-grid {
    grid-template-columns: 1fr;
  }
}

/* Carte technique simple (Fond blanc, bordure) */
.tech-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 8px;
}
.tech-card h4 {
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.tech-card p {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1rem;
}
.tech-card--primary-border-left {
  border-left: 4px solid var(--color-primary);
}
.tech-card--secondary-border-left {
  border-left: 4px solid var(--color-secondary);
}

/* Bloc Comparatif (Fond coloré + Bordure gauche) */
.compare-box {
  padding: 2rem;
  border-radius: 12px;
}
.compare-box--blue {
  background: #f0f9ff;
  border-left: 4px solid #0ea5e9;
}
.compare-box--orange {
  background: #fff7ed;
  border-left: 4px solid #f97316;
}
.compare-box h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #0f172a;
}
.compare-box .highlight-text {
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Sommaire interne */
.internal-nav {
  background-color: #f8fafc;
  border-left: 4px solid #0f172a;
  padding: 1.5rem;
  margin: 0 0 3rem 0; /* Marge inférieure pour le bloc entier */
  border-radius: 8px;
}
.internal-nav h4 {
  margin-bottom: 1rem; /* Marge sous le titre du sommaire */
  font-size: 1.1rem;
}
.internal-nav ul {
  margin-top: 1rem; /* Marge au-dessus de la liste pour la séparer du h4 */
  margin-bottom: 0;
  padding-left: 1rem !important;
}
.internal-nav a {
  text-decoration: underline;
  color: #334155;
}
.internal-nav a:hover {
  color: #0ea5e9;
}

.kpi-banner {
  background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}

.kpi-banner__title {
  color: #fff;
  margin: 0 0 1rem;
}

.kpi-banner__subtitle {
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.kpi-card {
  background: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.kpi-card__value {
  font-size: 1.8rem;
  font-weight: 700;
}

.kpi-card__label {
  font-size: 0.85rem;
  opacity: 0.9;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.feature-card {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #0f172a;
}

.feature-card--secondary {
  border-color: #0ea5e9;
}

.feature-card--success {
  border-color: #22c55e;
}

.feature-card--warning {
  border-color: #f59e0b;
}

.feature-card__title {
  margin-top: 0;
}

.feature-card__text {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.feature-card__note {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

/* ERROR CARD */
.error-card {
  border-left: 4px solid #ef4444;
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.error-card h3 {
  color: #b91c1c;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.error-card h3::before {
  content: "⚠️";
}

.solution-text {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e5e7eb;
  color: #15803d;
  font-weight: 600;
  font-size: 0.95rem;
}
.solution-text::before {
  content: "✅ Solution : ";
}

/* Bloc de citation introductif */
.quote-block {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
  font-style: italic;
  border: none;
  padding: 0;
  color: inherit;
}

.quote-cite {
  font-size: 1rem;
  font-style: normal;
  margin-top: 0.5rem;
  display: block;
}

.intro-lead {
  font-size: 1.1rem;
  text-align: left;
  margin: 0;
  line-height: 1.7;
}

.intro-box--purple-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  color: white;
}

.note-text {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  opacity: 0.7;
  line-height: 1.5;
  color: #334155;
}

.section-subtitle {
  margin-top: 2rem;
  font-size: 1.2rem;
  color: #0ea5e9;
}
.section-subtitle--muted {
  color: #94a3b8;
}

.link-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.link-list li {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.link-list li::before {
  content: none;
}
.link-list a {
  text-decoration: underline;
}

/* Cartes de lien (icône + titre) */
.card-link__header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.card-link__header i {
  font-size: 1.5rem;
  color: var(--color-primary);
}
.card-link__header h4 {
  margin: 0;
  color: var(--color-primary);
}

.card-link .text-muted {
  margin: 0;
  font-size: 0.95rem;
}

/* Conteneur FAQ resserré */
.faq-section__container {
  max-width: 800px;
  margin: 0 auto;
}

.body-small {
  font-size: 0.9rem;
}

.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item--bordered-padded {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.sector-grid {
  position: relative;
  z-index: 10;
}

/* Grille standard pour les cas pratiques (Avant / Après) */
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}

.techno-grid--fit-cols {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.case-grid__col {
  padding: 2rem;
}

.case-grid__col--muted {
  background: #f8fafc;
}

.case-grid__col--bordered {
  border-left: 1px solid #e2e8f0;
}
@media (max-width: 1024px) {
  .case-grid__col--bordered {
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }
}

.case-grid__title {
  margin-bottom: 1rem;
  color: #0f172a;
}

.case-grid__title--secondary {
  color: #0ea5e9;
}

.case-list {
  list-style: none;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  color: #475569;
}
.case-list li {
  margin-bottom: 0.5rem;
}

.case-study-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .case-study-grid {
    grid-template-columns: 1fr;
  }
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.data-grid li {
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.85rem;
  list-style: none;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.4;
}
.data-grid li::before {
  display: none !important;
}

.nav-callout {
  background-color: #f8fafc;
  border-left: 4px solid #0f172a;
  margin-top: 0;
}

.faq-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.faq-section h2 {
  color: #0f172a;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

.faq-item {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-item summary.faq-question {
  display: block;
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #0f172a;
  cursor: pointer;
  position: relative;
  list-style: none;
}
.faq-item summary.faq-question::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
}
.faq-item summary.faq-question::-webkit-details-marker {
  display: none;
}
.faq-item[open] summary.faq-question {
  border-bottom: 1px solid #e2e8f0;
}
.faq-item[open] summary.faq-question::after {
  content: "−";
  transform: rotate(180deg);
}
.faq-item .faq-answer {
  padding: 1rem 1.5rem 1.5rem;
  color: #334155;
  line-height: 1.6;
  font-size: 1rem;
}
.faq-item .faq-answer p {
  margin-bottom: 1rem;
}
.faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accordion {
  margin-top: 2rem;
}
.accordion__item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.accordion__item.active .accordion__icon {
  transform: rotate(45deg);
}
.accordion__item.active .accordion__content {
  display: block;
}
.accordion__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  background-color: #f8fafc;
  border: none;
  text-align: left;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  transition: background-color 0.2s;
}
.accordion__header:hover {
  background-color: rgb(230.15, 237.25, 244.35);
}
.accordion__icon {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s;
}
.accordion__content {
  display: none;
  padding: 1.5rem;
  border-top: 1px solid #e2e8f0;
  background-color: #ffffff;
}
.accordion__content p {
  margin-bottom: 0;
}

.solutions-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.solutions-grid--three {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.solution-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  color: #334155;
  transition: all 0.2s ease-in-out;
  background-color: #f8fafc;
  min-height: 120px;
}
.solution-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-primary, #0284c7);
}
.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: var(--color-primary, #0284c7);
}
.solution-card.hidden {
  display: none;
}

ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.content-body ul,
.callout ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.nav__list,
.mega-menu ul,
.footer__list,
.checkmarks,
.process-step ul,
.hero__cta ul,
.internal-nav ul,
.faq-section .faq-answer ul {
  list-style: none;
  padding-left: 0;
}

.abroge-banner {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
.abroge-banner::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.abroge-banner--abrogation {
  background: #1a0e02;
  border: 1px solid rgba(245, 158, 11, 0.45);
  border-left: 4px solid #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.08), 0 4px 24px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(245, 158, 11, 0.12);
}
.abroge-banner--abrogation::before {
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 60%, transparent 100%);
}
.abroge-banner--restriction {
  background: #020c1b;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-left: 4px solid #0ea5e9;
  box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.06), 0 4px 24px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(14, 165, 233, 0.1);
}
.abroge-banner--restriction::before {
  background: linear-gradient(90deg, #0ea5e9 0%, #0284c7 60%, transparent 100%);
}
.abroge-banner__inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem 1rem 1rem;
}
.abroge-banner__icon-wrap {
  flex-shrink: 0;
  padding-top: 1px;
}
.abroge-banner__icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.abroge-banner__icon img, .abroge-banner__icon svg {
  width: 18px;
  height: 18px;
}
.abroge-banner--abrogation .abroge-banner__icon {
  background: rgba(245, 158, 11, 0.18);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.abroge-banner--abrogation .abroge-banner__icon img, .abroge-banner--abrogation .abroge-banner__icon svg {
  fill: #fbbf24;
}
.abroge-banner--restriction .abroge-banner__icon {
  background: rgba(14, 165, 233, 0.15);
  color: #38bdf8;
  border: 1px solid rgba(14, 165, 233, 0.28);
}
.abroge-banner--restriction .abroge-banner__icon img, .abroge-banner--restriction .abroge-banner__icon svg {
  fill: #38bdf8;
}
.abroge-banner__content {
  flex: 1;
  min-width: 0;
}
.abroge-banner__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.abroge-banner__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}
.abroge-banner--abrogation .abroge-banner__badge {
  background: rgba(245, 158, 11, 0.22);
  color: #fcd34d;
  border: 1px solid rgba(245, 158, 11, 0.38);
}
.abroge-banner--restriction .abroge-banner__badge {
  background: rgba(14, 165, 233, 0.18);
  color: #7dd3fc;
  border: 1px solid rgba(14, 165, 233, 0.32);
}
.abroge-banner__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.abroge-banner--abrogation .abroge-banner__title {
  color: #fef3c7;
}
.abroge-banner--restriction .abroge-banner__title {
  color: #e0f2fe;
}
.abroge-banner__body {
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}
.abroge-banner--abrogation .abroge-banner__body {
  color: rgba(254, 243, 199, 0.72);
}
.abroge-banner--restriction .abroge-banner__body {
  color: rgba(224, 242, 254, 0.72);
}
.abroge-banner__body strong {
  font-weight: 600;
}
.abroge-banner--abrogation .abroge-banner__body strong {
  color: #fcd34d;
}
.abroge-banner--restriction .abroge-banner__body strong {
  color: #7dd3fc;
}
.abroge-banner__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}
.abroge-banner__legifrance {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.15s, opacity 0.15s;
}
.abroge-banner--abrogation .abroge-banner__legifrance {
  color: #fbbf24;
}
.abroge-banner--abrogation .abroge-banner__legifrance:hover {
  color: #fde68a;
}
.abroge-banner--restriction .abroge-banner__legifrance {
  color: #38bdf8;
}
.abroge-banner--restriction .abroge-banner__legifrance:hover {
  color: #bae6fd;
}
.abroge-banner__legifrance i {
  font-size: 0.65rem;
  opacity: 0.8;
}
.abroge-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.9rem;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.3;
  transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
}
.abroge-banner--abrogation .abroge-banner__cta {
  background: #d97706;
  color: #fff;
  border: 1px solid #b45309;
  box-shadow: 0 1px 8px rgba(217, 119, 6, 0.4);
}
.abroge-banner--abrogation .abroge-banner__cta:hover {
  background: #f59e0b;
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(245, 158, 11, 0.5);
}
.abroge-banner--restriction .abroge-banner__cta {
  background: #0369a1;
  color: #fff;
  border: 1px solid #075985;
  box-shadow: 0 1px 8px rgba(3, 105, 161, 0.4);
}
.abroge-banner--restriction .abroge-banner__cta:hover {
  background: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(14, 165, 233, 0.4);
}
.abroge-banner__cta i {
  font-size: 0.7rem;
}
@media (max-width: 640px) {
  .abroge-banner__inner {
    padding: 0.875rem 1rem;
    gap: 0.75rem;
  }
  .abroge-banner__icon {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }
  .abroge-banner__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .abroge-banner__cta {
    white-space: normal;
    text-align: left;
    padding: 0.5rem 0.75rem;
  }
  .abroge-banner__cta i {
    order: -1;
    flex-shrink: 0;
  }
}

.content-page {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.content-page__title {
  font-size: 3rem;
  color: #0f172a;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.breadcrumb {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #94a3b8;
}

.fiche-badge {
  display: inline-block;
  background: #10b981;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.intro-box {
  background: #f0f9ff;
  padding: 2.5rem;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0c4a6e;
  margin-bottom: 4rem;
  border-left: 6px solid #0ea5e9;
  line-height: 1.6;
}

.content-body h2 {
  color: #0f172a;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cbd5e1;
}
.content-body h3 {
  color: #1e293b;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.content-body h4 {
  color: #334155;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.content-body .subheading-compact {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-body p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.8;
}
.content-body ul {
  margin-bottom: 2rem;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 2rem;
  border-radius: 8px;
}
.content-body ul ul {
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 1rem 0 0 0;
  border-radius: 0;
}
.content-body ul ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.content-body li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  font-size: 1.1rem;
}
.content-body li::before {
  content: "✔";
  color: #10b981;
  font-weight: normal;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}
.content-body .list-nested {
  padding: 0 0 0 1.5rem !important;
  background: transparent !important;
  border: none !important;
}
.content-body strong {
  color: #0f172a;
  font-weight: 700;
}
.content-body a {
  color: #0ea5e9;
  font-weight: 600;
  text-decoration: none;
}
.content-body a:hover {
  text-decoration: underline;
  color: #0f172a;
}

.callout {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  padding: 2rem;
  margin-block: 2rem;
  border-radius: 4px;
}
.callout strong {
  color: #9a3412;
  font-size: 1.2rem;
}
.callout h3 {
  margin-bottom: 1rem;
  margin-top: 0;
}
.callout--secondary {
  border-left-color: #0ea5e9;
}
.callout--secondary h3 {
  font-size: 1.2rem;
  margin-top: 0;
}
.callout--toc {
  background-color: #f8fafc;
  border-left: 4px solid #0f172a;
  margin-top: 0;
}
.callout--toc h4 {
  margin-bottom: 0.5rem;
}
.callout--toc ul {
  margin-bottom: 0;
  padding-left: 1rem;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.callout--toc ul li {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.callout--toc ul li::before {
  content: none;
}
.callout--toc ul li a {
  text-decoration: underline;
  color: #334155;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background: #ffffff;
  z-index: 2000;
  padding: 0;
  transform: translateX(100%);
  transition: 0.3s;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  background: #f8fafc;
}
.mobile-menu__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
}
.mobile-menu__close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  color: #334155;
}
.mobile-menu__close-btn:hover {
  color: #0f172a;
}
.mobile-menu__group {
  border-bottom: 1px solid #e2e8f0;
}
.mobile-menu__simple-link {
  display: block;
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
}
.mobile-menu__simple-link:hover {
  background: #f8fafc;
  color: #0f172a;
}
.mobile-menu__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  color: #334155;
}
.mobile-menu__trigger:hover {
  background: #f8fafc;
}
.mobile-menu__arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.25s ease;
}
.mobile-menu__arrow svg {
  display: block;
}
.mobile-menu__group.active .mobile-menu__arrow {
  transform: rotate(180deg);
}
.mobile-menu__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8fafc;
}
.mobile-menu__content h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin: 1rem 1.5rem 0.5rem;
  font-weight: 700;
}
.mobile-menu__content a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #334155;
  text-decoration: none;
  font-size: 0.9rem;
}
.mobile-menu__content a:hover {
  background: #ffffff;
  color: #0f172a;
}
.mobile-menu__group.active .mobile-menu__content {
  max-height: 500px;
}
.mobile-menu__content .mobile-menu__group {
  border-bottom: none;
  border-top: 1px solid #e2e8f0;
}
.mobile-menu__content .mobile-menu__trigger {
  padding-left: 2.5rem;
  font-size: 0.95rem;
  background: #f8fafc;
}
.mobile-menu__content .mobile-menu__trigger:hover {
  background: #f1f5f9;
}
.mobile-menu__content .mobile-menu__content {
  background: #ffffff;
  padding-left: 1rem;
}
.mobile-menu__content .mobile-menu__content a {
  padding-left: 2.5rem;
  font-size: 0.85rem;
}
.mobile-menu__content .mobile-menu__content a:hover {
  background: #f8fafc;
}
.mobile-menu__content .mobile-menu__group.active .mobile-menu__content {
  max-height: 600px;
}

.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

/* Glossaire styles */
.content-body dl {
  margin-top: 2rem;
}
.content-body dt {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--color-primary);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
}
.content-body dd {
  margin-left: 0;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.content-body dd ul {
  margin-top: 0.5rem;
}

.callout--sidebar {
  margin-top: 0;
  border-left: none;
  border: 1px solid #e2e8f0;
  position: sticky;
  top: 120px;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 8px;
}
.callout--sidebar h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #0f172a;
}
.callout--sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.callout--sidebar ul li {
  margin-bottom: 0;
  padding-left: 0;
}
.callout--sidebar ul li::before {
  content: none;
}
.callout--sidebar ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #334155;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
}
.callout--sidebar ul li a i {
  color: #94a3b8;
}
.callout--sidebar ul li a i.icon-accent {
  color: var(--color-secondary);
}
.callout--sidebar ul li a:hover {
  color: #0ea5e9;
}
.callout--sidebar ul li a.active {
  color: #0ea5e9;
  font-weight: 600;
}
.callout--sidebar ul li a.active i {
  color: #0ea5e9;
}
.callout--sidebar hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}
.callout--sidebar p {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1rem;
}
.callout--sidebar .btn {
  width: 100%;
  text-align: center;
}

.compare-box {
  border: 2px solid;
  border-radius: 8px;
  padding: 1.5rem;
}
.compare-box--blue {
  border-color: #93c5fd;
  background-color: #eff6ff;
}
.compare-box--green {
  border-color: #6ee7b7;
  background-color: #f0fdf4;
}
.compare-box h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.compare-box h3 a {
  text-decoration: underline;
}
.compare-box hr {
  margin: 1rem 0;
}
.compare-box .grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}

.stat-row {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #475569;
}

.price-highlight {
  text-align: right;
}
.price-highlight__label {
  font-size: 0.9rem;
}
.price-highlight__amount {
  font-size: 2.2rem;
  font-weight: 800;
}
.price-highlight--blue .price-highlight__label {
  color: #1e3a8a;
}
.price-highlight--blue .price-highlight__amount {
  color: #1d4ed8;
}
.price-highlight--green .price-highlight__label {
  color: #065f46;
}
.price-highlight--green .price-highlight__amount {
  color: #15803d;
}

.formula-highlight {
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-intro {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 3rem;
  color: #334155;
}

.contact-grid {
  gap: 3rem;
  align-items: start;
}

.contact-info-box {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.contact-info-box__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-info-box__title::before {
  content: "📍";
  font-size: 1.6rem;
}

.contact-info-item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  border-left: 4px solid #0ea5e9;
  transition: all 0.3s ease;
}
.contact-info-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.contact-info-item strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}
.contact-info-item br + strong {
  margin-top: 1rem;
}
.contact-info-item a {
  color: #0ea5e9;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.contact-info-item a:hover {
  color: #0f172a;
  text-decoration: underline;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
}
.contact-email::before {
  content: "✉️";
  font-size: 1.2rem;
}

.contact-separator {
  border: 0;
  border-top: 2px solid #e2e8f0;
  margin: 2rem 0;
}

.contact-benefits-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.contact-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-benefits-list li {
  padding: 1rem;
  margin-bottom: 0.75rem;
  background: white;
  border-radius: 8px;
  font-size: 1.05rem;
  line-height: 1.6;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.contact-benefits-list li:hover {
  border-left-color: #10b981;
  background: #f0f9ff;
}
.contact-benefits-list li strong {
  color: #0f172a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .content-body {
    padding-inline: 1rem;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact-info-box {
    padding: 1.5rem;
  }
  .contact-info-box__title {
    font-size: 1.5rem;
  }
  .contact-info-item {
    padding: 1rem;
  }
}
