.elementor-10727 .elementor-element.elementor-element-2b8d0e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-1f39226{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-e0d5182{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-504f80e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-876c954{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-af22ee5 *//* ==========================================================================
   EKARA BLOG — PREMIUM SAAS EDITORIAL DESIGN
   ========================================================================== */

.blog-article {

  /* 🎨 COLORS (raffinés, doux) */
  --ek-primary: #0ea5a4;
  --ek-primary-dark: #0f766e;
  --ek-primary-soft: rgba(14,165,164,0.08);

  --ek-text: #0f2f32;
  --ek-text-light: #5f7f82;
  --ek-muted: #8aa6a8;

  --ek-bg: #f8fbfb;
  --ek-white: #ffffff;

  --ek-border: #e6f0ef;

  /* ✨ SHADOWS (subtiles, premium) */
  --ek-shadow-sm: 0 2px 10px rgba(0,0,0,0.04);
  --ek-shadow: 0 8px 30px rgba(0,0,0,0.06);
  --ek-shadow-lg: 0 20px 60px rgba(0,0,0,0.08);

  /* 🎯 RADIUS */
  --ek-radius: 14px;
  --ek-radius-lg: 20px;
  --ek-radius-xl: 28px;

  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--ek-bg);
  color: var(--ek-text);
  line-height: 1.75;
  padding: 2rem;
}

/* ==========================================================================
   🧠 HERO (ultra clean SaaS)
   ========================================================================== */

.ek-api-hero {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  border-radius: var(--ek-radius-xl);
  padding: 4rem 3.5rem;
  color: white;
  box-shadow: var(--ek-shadow-lg);
  margin-bottom: 3rem;
}

.ek-api-hero h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

.ek-api-hero p {
  font-size: 1.15rem;
  opacity: 0.9;
  max-width: 750px;
}

/* ==========================================================================
   💎 VALUE CARDS (clean & premium)
   ========================================================================== */

.ek-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: -3rem;
  margin-bottom: 3rem;
}

.ek-value-card {
  background: var(--ek-white);
  border-radius: var(--ek-radius-lg);
  padding: 1.8rem;
  box-shadow: var(--ek-shadow);
  border: 1px solid var(--ek-border);
  transition: all 0.3s ease;
}

.ek-value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ek-shadow-lg);
}

.ek-value-card .ek-icon {
  width: 44px;
  height: 44px;
  background: var(--ek-primary-soft);
  color: var(--ek-primary-dark);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.ek-value-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.ek-value-card p {
  font-size: 0.9rem;
  color: var(--ek-text-light);
}

/* ==========================================================================
   📚 SECTIONS
   ========================================================================== */

.ek-section-block {
  margin-bottom: 3.5rem;
}

.ek-section-header {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.ek-section-icon-lg {
  width: 52px;
  height: 52px;
  background: var(--ek-primary-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.ek-section-header h3 {
  font-size: 1.6rem;
  font-weight: 650;
  margin-bottom: 0.4rem;
}

.ek-section-header p {
  font-size: 1rem;
  color: var(--ek-text-light);
}

/* ==========================================================================
   💡 HIGHLIGHT BLOCK (éditorial)
   ========================================================================== */

.ek-highlight-block {
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  padding: 1.8rem;
  border: 1px solid var(--ek-border);
  box-shadow: var(--ek-shadow-sm);
  font-size: 1rem;
  line-height: 1.7;
  margin: 2rem 0;
}

/* ==========================================================================
   🧩 CAPABILITY CARDS
   ========================================================================== */

.ek-capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.ek-capability-card {
  background: var(--ek-white);
  border-radius: var(--ek-radius);
  padding: 1.5rem;
  border: 1px solid var(--ek-border);
  box-shadow: var(--ek-shadow-sm);
}

.ek-capability-card-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.ek-capability-card-icon {
  width: 36px;
  height: 36px;
  background: var(--ek-primary-soft);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ek-capability-card h4 {
  font-size: 1rem;
  font-weight: 600;
}

.ek-capability-card p {
  font-size: 0.9rem;
  color: var(--ek-text-light);
}

/* ==========================================================================
   📊 TABLE (clean SaaS)
   ========================================================================== */

.ek-comparison-table-wrap {
  background: var(--ek-white);
  border-radius: var(--ek-radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--ek-border);
  box-shadow: var(--ek-shadow-sm);
}

.ek-comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.ek-comparison-table th {
  text-align: left;
  font-weight: 600;
  padding: 0.9rem;
  font-size: 0.9rem;
  color: var(--ek-text-light);
}

.ek-comparison-table td {
  padding: 1rem;
  border-top: 1px solid var(--ek-border);
  font-size: 0.9rem;
}

/* ==========================================================================
   📈 BARS
   ========================================================================== */

.ek-bar-track {
  height: 8px;
  background: #e5f3f2;
  border-radius: 10px;
}

.ek-bar-fill {
  background: linear-gradient(90deg, #14b8a6, #0ea5a4);
  height: 100%;
  border-radius: 10px;
}

/* ==========================================================================
   🚀 CTA FINAL (clean premium)
   ========================================================================== */

.ek-final-cta {
  background: linear-gradient(135deg, #0f766e 0%, #0ea5a4 100%);
  border-radius: var(--ek-radius-xl);
  padding: 3rem;
  color: white;
  text-align: center;
  box-shadow: var(--ek-shadow-lg);
}

.ek-cta-title {
  font-size: 2rem;
  font-weight: 700;
}

.ek-cta-subtitle {
  opacity: 0.9;
  margin-top: 1rem;
}

.ek-cta-btn {
  padding: 0.9rem 1.6rem;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.ek-cta-btn-primary {
  background: white;
  color: #0f766e;
}

.ek-cta-btn-primary:hover {
  transform: translateY(-2px);
}

/* ==========================================================================
   📱 RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
  .ek-api-hero {
    padding: 2.5rem 2rem;
  }

  .ek-api-hero h2 {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a66a37 *//* =========================
   SECTION 2 — VERSION PREMIUM
========================= */

.ek-s2-header {
  max-width: 700px;
  margin-bottom: 3rem;
}

.ek-s2-header h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.ek-s2-header p {
  color: #5f7f82;
}

/* TIMELINE */

.ek-s2-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 3rem 0;
  gap: 1rem;
}

.ek-s2-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #dce7e6;
  z-index: 0;
}

.ek-s2-item {
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.ek-dot {
  width: 14px;
  height: 14px;
  background: #14b8a6;
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.ek-s2-item h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.ek-s2-item p {
  font-size: 0.85rem;
  color: #5f7f82;
}

/* DEEP BLOCK */

.ek-s2-deep {
  background: #f8fbfb;
  padding: 1.5rem;
  border-radius: 14px;
  margin-bottom: 3rem;
}

/* FLOW */

.ek-s2-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ek-flow-step {
  text-align: center;
  padding: 1rem;
  flex: 1;
}

.ek-flow-step span {
  font-size: 1.5rem;
}

.ek-flow-step strong {
  display: block;
  margin-top: 0.5rem;
}

.ek-flow-step p {
  font-size: 0.8rem;
  color: #5f7f82;
}

.ek-flow-arrow {
  font-size: 1.5rem;
  color: #14b8a6;
}

/* highlight step */
.ek-flow-step.highlight {
  background: rgba(20,184,166,0.08);
  border-radius: 12px;
}

/* CHECKLIST */

.ek-s2-check {
  margin-top: 3rem;
}

.ek-s2-check h3 {
  margin-bottom: 1rem;
}

.ek-s2-check ul {
  list-style: none;
  padding: 0;
}

.ek-s2-check li {
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 1.5rem;
}

.ek-s2-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #14b8a6;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81c7ee7 *//* =========================
   SECTION 3 — EKARA POSITIONING
========================= */

.ek-s3-header {
  max-width: 700px;
  margin-bottom: 3rem;
}

.ek-s3-header h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.ek-s3-header p {
  color: #5f7f82;
}

/* FEATURED BLOCK */

.ek-s3-featured {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: white;
  padding: 3rem;
  border-radius: 20px;
  margin-bottom: 3rem;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.ek-s3-badge {
  background: rgba(255,255,255,0.2);
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.ek-s3-featured h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.ek-s3-desc {
  opacity: 0.9;
  max-width: 600px;
}

/* STATS */

.ek-s3-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.ek-s3-stats strong {
  display: block;
  font-size: 1.5rem;
}

.ek-s3-stats span {
  font-size: 0.8rem;
  opacity: 0.8;
}

/* DIFFERENCIATION */

.ek-s3-diff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.ek-s3-col {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid #e6f0ef;
}

.ek-s3-col h4 {
  margin-bottom: 1rem;
}

.ek-s3-col ul {
  padding-left: 1rem;
}

.ek-s3-col li {
  margin-bottom: 0.5rem;
  color: #5f7f82;
}

.ek-s3-col.highlight {
  border: 2px solid #14b8a6;
  background: rgba(20,184,166,0.05);
}

/* FEATURES */

.ek-s3-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.ek-s3-feature {
  background: white;
  padding: 1.5rem;
  border-radius: 14px;
  border: 1px solid #e6f0ef;
  text-align: center;
  transition: 0.3s;
}

.ek-s3-feature:hover {
  transform: translateY(-5px);
}

.ek-s3-feature span {
  font-size: 1.5rem;
}

.ek-s3-feature h4 {
  margin-top: 0.5rem;
}

.ek-s3-feature p {
  font-size: 0.85rem;
  color: #5f7f82;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99b6d8f *//* =========================
   SECTION 4 — IMPLEMENTATION
========================= */

.ek-s4-header {
  max-width: 700px;
  margin-bottom: 3rem;
}

.ek-s4-header h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.ek-s4-header p {
  color: #5f7f82;
}

/* ROADMAP */

.ek-s4-roadmap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.ek-s4-step {
  background: white;
  padding: 1.8rem;
  border-radius: 16px;
  border: 1px solid #e6f0ef;
  position: relative;
  transition: 0.3s;
}

.ek-s4-step:hover {
  transform: translateY(-5px);
}

.ek-s4-number {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #14b8a6;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.ek-s4-step h3 {
  margin-bottom: 0.5rem;
}

.ek-s4-step p {
  font-size: 0.9rem;
  color: #5f7f82;
}

/* ACTIONS */

.ek-s4-detail {
  margin-bottom: 3rem;
}

.ek-s4-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ek-s4-action {
  display: flex;
  gap: 0.8rem;
  background: #f8fbfb;
  padding: 1rem;
  border-radius: 12px;
}

.ek-s4-action span {
  font-size: 1.2rem;
}

/* QUICK WINS */

.ek-s4-quickwins {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: white;
  padding: 2.5rem;
  border-radius: 20px;
}

.ek-s4-win-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.ek-s4-win strong {
  font-size: 1.6rem;
  display: block;
}

.ek-s4-win p {
  font-size: 0.85rem;
  opacity: 0.9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-622069d *//* =========================
   SECTION 5 — FINAL CTA
========================= */

.ek-s5 {
  margin-top: 4rem;
}

.ek-s5-container {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  border-radius: 24px;
  padding: 3.5rem 2rem;
  text-align: center;
  color: white;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* BADGE */

.ek-s5-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

/* TITLE */

.ek-s5 h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.ek-s5 h2 span {
  color: #a7f3d0;
}

/* SUBTITLE */

.ek-s5-subtitle {
  max-width: 650px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

/* PILLS */

.ek-s5-pillars {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.ek-s5-pillars span {
  background: rgba(255,255,255,0.15);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

/* BUTTONS */

.ek-s5-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.ek-s5-btn {
  padding: 0.9rem 1.6rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.ek-s5-btn.primary {
  background: white;
  color: #0f766e;
}

.ek-s5-btn.primary:hover {
  transform: translateY(-3px);
}

.ek-s5-btn.secondary {
  border: 1px solid rgba(255,255,255,0.5);
  color: white;
}

.ek-s5-btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* TRUST */

.ek-s5-trust {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 0.8rem;
  opacity: 0.85;
  flex-wrap: wrap;
}/* End custom CSS */