.elementor-17084 .elementor-element.elementor-element-66ea3bf{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-66ea3bf */.odoo-hd-hero-wrapper {
  --hd-bg-main: #ffffff;
  --hd-bg-card: #ffffff;
  --hd-bg-sidebar: #1e1b4b;
  --hd-bg-muted: #f8fafc;
  --hd-brand-purple: #714b9f;
  --hd-brand-accent: #2e1c47;
  --hd-text-dark: #0f172a;
  --hd-text-muted: #64748b;
  --hd-success: #22c55e;
  --hd-warning: #f59e0b;
  --hd-danger: #ef4444;
  --hd-border: #e2e8f0;
  --hd-radius-lg: 12px;
  --hd-radius-md: 8px;
  --hd-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --hd-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
  --hd-font: "Poppins", sans-serif;
  --hd-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-sizing: border-box;
  font-family: var(--hd-font);
  padding: 60px 20px;
  width: 100%;
  overflow: hidden;
}

.odoo-hd-hero-wrapper *,
.odoo-hd-hero-wrapper *::before,
.odoo-hd-hero-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.odoo-hd-hero-wrapper .hd-hero-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 1.38fr;
  gap: 40px;
  align-items: center;
}

/* --- LEFT SIDE: CONTENT & TYPOGRAPHY --- */
.odoo-hd-hero-wrapper .hd-content-block {
  display: flex;
  flex-direction: column;
}

.odoo-hd-hero-wrapper .hd-main-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--hd-text-dark);
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.odoo-hd-hero-wrapper .hd-main-title span {
  color: var(--hd-text-dark);
}

.odoo-hd-hero-wrapper .hd-tagline {
  font-size: 18px;
  font-weight: 600;
  color: var(--hd-brand-purple);
  line-height: 1.4;
  margin-bottom: 16px;
}

.odoo-hd-hero-wrapper .hd-description {
  font-size: 13.5px;
  color: var(--hd-text-muted);
  line-height: 1.6;
  margin-bottom: 30px;
}

/* CTA Interactive Block */
.odoo-hd-hero-wrapper .hd-action-row {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.odoo-hd-hero-wrapper .hd-btn {
  padding: 12px 24px;
  border-radius: var(--hd-radius-md);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--hd-transition);
  cursor: pointer;
}

.odoo-hd-hero-wrapper .hd-btn-primary {
  background: var(--hd-brand-purple);
  color: #ffffff;
  border: 1px solid var(--hd-brand-purple);
  box-shadow: 0 4px 14px rgba(113, 75, 159, 0.2);
}

.odoo-hd-hero-wrapper .hd-btn-primary:hover {
  background: var(--hd-brand-accent);
  border-color: var(--hd-brand-accent);
  transform: translateY(-2px);
}

.odoo-hd-hero-wrapper .hd-btn-secondary {
  background: transparent;
  color: var(--hd-brand-purple);
  border: 1px solid var(--hd-border);
}

.odoo-hd-hero-wrapper .hd-btn-secondary:hover {
  background: var(--hd-bg-muted);
  border-color: var(--hd-brand-purple);
  transform: translateY(-2px);
}

/* Assessment Card Checklist */
.odoo-hd-hero-wrapper .hd-assessment-card {
  background: var(--hd-bg-muted);
  border: 1px solid var(--hd-border);
  border-radius: var(--hd-radius-lg);
  padding: 20px 24px;
}

.odoo-hd-hero-wrapper .hd-assessment-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--hd-brand-purple);
  margin-bottom: 14px;
}

.odoo-hd-hero-wrapper .hd-checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.odoo-hd-hero-wrapper .hd-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.odoo-hd-hero-wrapper .hd-check-item i {
  color: var(--hd-brand-purple);
  font-size: 12px;
}

.odoo-hd-hero-wrapper .hd-check-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--hd-text-dark);
}

/* --- RIGHT SIDE: APPLICATION APP OVERVIEW MOCKUP --- */
.odoo-hd-hero-wrapper .hd-mockup-window {
  background: #ffffff;
  border: 1px solid var(--hd-border);
  border-radius: var(--hd-radius-lg);
  box-shadow: var(--hd-shadow-md);
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 520px;
  overflow: hidden;
}

/* Interface Sidebar Nav Block */
.odoo-hd-hero-wrapper .hd-mock-sidebar {
  background: var(--hd-bg-sidebar);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.odoo-hd-hero-wrapper .hd-sidebar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--hd-transition);
}

.odoo-hd-hero-wrapper .hd-sidebar-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-left: 3px solid var(--hd-brand-purple);
  padding-left: 15px;
}

.odoo-hd-hero-wrapper .hd-sidebar-item i {
  font-size: 12px;
  width: 14px;
  text-align: center;
}

/* Core Application Canvas Area */
.odoo-hd-hero-wrapper .hd-mock-workspace {
  background: #f1f5f9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Top Bar Settings Context Row */
.odoo-hd-hero-wrapper .hd-workspace-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.odoo-hd-hero-wrapper .hd-workspace-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--hd-text-dark);
}

.odoo-hd-hero-wrapper .hd-workspace-filters {
  display: flex;
  gap: 8px;
}

.odoo-hd-hero-wrapper .hd-filter-badge {
  background: #ffffff;
  border: 1px solid var(--hd-border);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 9.5px;
  font-weight: 500;
  color: var(--hd-text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Top 4 Counter Metrics Cards Layout Row */
.odoo-hd-hero-wrapper .hd-metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.odoo-hd-hero-wrapper .hd-mini-card {
  background: #ffffff;
  border: 1px solid var(--hd-border);
  border-radius: var(--hd-radius-md);
  padding: 10px;
  box-shadow: var(--hd-shadow-sm);
}

.odoo-hd-hero-wrapper .hd-mcard-label {
  font-size: 9px;
  font-weight: 500;
  color: var(--hd-text-muted);
  margin-bottom: 2px;
  display: block;
}

.odoo-hd-hero-wrapper .hd-mcard-val {
  font-size: 15px;
  font-weight: 700;
  color: var(--hd-text-dark);
  margin-bottom: 2px;
  display: block;
}

.odoo-hd-hero-wrapper .hd-mcard-trend {
  font-size: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2px;
}
.odoo-hd-hero-wrapper .hd-mcard-trend.up {
  color: var(--hd-success);
}
.odoo-hd-hero-wrapper .hd-mcard-trend.down {
  color: var(--hd-danger);
}

/* Split Dashboard Content Section Area Grid */
.odoo-hd-hero-wrapper .hd-dashboard-split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 14px;
  align-items: start;
}

.odoo-hd-hero-wrapper .hd-split-block {
  background: #ffffff;
  border: 1px solid var(--hd-border);
  border-radius: var(--hd-radius-md);
  padding: 14px;
  box-shadow: var(--hd-shadow-sm);
}

.odoo-hd-hero-wrapper .hd-block-heading {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--hd-text-dark);
  margin-bottom: 12px;
  display: block;
}

/* Mock Interactive Pipeline Data Table */
.odoo-hd-hero-wrapper .hd-data-table {
  width: 100%;
  border-collapse: collapse;
}

.odoo-hd-hero-wrapper .hd-data-table th {
  text-align: left;
  font-size: 8.5px;
  font-weight: 600;
  color: var(--hd-text-muted);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--hd-border);
}

.odoo-hd-hero-wrapper .hd-data-table td {
  font-size: 9px;
  padding: 8px 0;
  border-bottom: 1px dashed #f1f5f9;
  color: var(--hd-text-dark);
}

.odoo-hd-hero-wrapper .hd-id-col {
  color: var(--hd-brand-purple) !important;
  font-weight: 500;
}

.odoo-hd-hero-wrapper .hd-badge-priority {
  font-size: 8px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
}
.odoo-hd-hero-wrapper .hd-priority-high {
  background: #fee2e2;
  color: var(--hd-danger);
}
.odoo-hd-hero-wrapper .hd-priority-med {
  background: #fef3c7;
  color: var(--hd-warning);
}
.odoo-hd-hero-wrapper .hd-priority-low {
  background: #f1f5f9;
  color: var(--hd-text-muted);
}

.odoo-hd-hero-wrapper .hd-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 8.5px;
  font-weight: 500;
}
.odoo-hd-hero-wrapper .hd-status-pill::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.odoo-hd-hero-wrapper .hd-status-open::before {
  background: var(--hd-brand-purple);
}
.odoo-hd-hero-wrapper .hd-status-prog::before {
  background: var(--hd-warning);
}

/* Donut Radial Score Visual */
.odoo-hd-hero-wrapper .hd-satisfaction-radial-container {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 10px auto;
}

.odoo-hd-hero-wrapper .hd-radial-svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.odoo-hd-hero-wrapper .hd-radial-track {
  fill: none;
  stroke: #f1f5f9;
  stroke-width: 3.5;
}

.odoo-hd-hero-wrapper .hd-radial-progress {
  fill: none;
  stroke: var(--hd-success);
  stroke-width: 3.5;
  stroke-dasharray: 100;
  stroke-dashoffset: 5;
  stroke-linecap: round;
}

.odoo-hd-hero-wrapper .hd-radial-center-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.odoo-hd-hero-wrapper .hd-center-score {
  font-size: 14px;
  font-weight: 700;
  color: var(--hd-text-dark);
  line-height: 1;
}

.odoo-hd-hero-wrapper .hd-center-lbl {
  font-size: 7.5px;
  font-weight: 500;
  color: var(--hd-text-muted);
  margin-top: 2px;
}

.odoo-hd-hero-wrapper .hd-star-bar {
  display: flex;
  justify-content: center;
  gap: 2px;
  color: var(--hd-warning);
  font-size: 8px;
  margin-bottom: 4px;
}

.odoo-hd-hero-wrapper .hd-ratings-count {
  font-size: 7.5px;
  color: var(--hd-text-muted);
  text-align: center;
  display: block;
}

/* Bottom Row Analytics Blocks Layout */
.odoo-hd-hero-wrapper .hd-bottom-analytics-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 14px;
}

/* Mini Distribution Donut Graphic */
.odoo-hd-hero-wrapper .hd-mini-pie-layout {
  display: flex;
  align-items: center;
  gap: 12px;
}

.odoo-hd-hero-wrapper .hd-pie-graphic {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: conic-gradient(var(--hd-brand-purple) 0% 50%, var(--hd-warning) 50% 75%, var(--hd-danger) 75% 85%, var(--hd-success) 85% 100%);
  flex-shrink: 0;
}

.odoo-hd-hero-wrapper .hd-pie-legend {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.odoo-hd-hero-wrapper .hd-legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 7.5px;
  font-weight: 500;
  color: var(--hd-text-dark);
}

.odoo-hd-hero-wrapper .hd-legend-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}

/* Micro Sparkline Vector Path Line charts */
.odoo-hd-hero-wrapper .hd-micro-sparkline {
  width: 100%;
  height: 44px;
}
.odoo-hd-hero-wrapper .hd-micro-sparkline polyline {
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1200px) {
  .odoo-hd-hero-wrapper .hd-hero-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .odoo-hd-hero-wrapper .hd-content-block {
    text-align: center;
    align-items: center;
  }
  .odoo-hd-hero-wrapper .hd-action-row {
    justify-content: center;
  }
  .odoo-hd-hero-wrapper .hd-assessment-card {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  .odoo-hd-hero-wrapper {
    padding: 40px 14px;
  }
  .odoo-hd-hero-wrapper .hd-main-title {
    font-size: 32px;
  }
  .odoo-hd-hero-wrapper .hd-tagline {
    font-size: 16px;
  }
  .odoo-hd-hero-wrapper .hd-checklist-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .odoo-hd-hero-wrapper .hd-mockup-window {
    grid-template-columns: 1fr;
  }
  .odoo-hd-hero-wrapper .hd-mock-sidebar {
    display: none; /* Hide Sidebar on small mobile screens to keep dashboard readable */
  }
  .odoo-hd-hero-wrapper .hd-metrics-row {
    grid-template-columns: 1fr 1fr;
  }
  .odoo-hd-hero-wrapper .hd-dashboard-split {
    grid-template-columns: 1fr;
  }
  .odoo-hd-hero-wrapper .hd-bottom-analytics-grid {
    grid-template-columns: 1fr;
  }
}

/* Reduced Motion Accessibility Settings */
@media (prefers-reduced-motion: reduce) {
  .odoo-hd-hero-wrapper .hd-btn {
    transition: none;
    transform: none !important;
  }
}
.erp-trust-bar-section {
  --erp-bg-dark: #030d36;
  --erp-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  font-family: var(--erp-font-family);
  max-width: 1440px;
  margin: 0 auto 25px auto;
  padding: 15px 20px;
  background-color: var(--erp-bg-dark);
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  align-items: center;
  box-sizing: border-box;
}

.erp-trust-bar-section *,
.erp-challenges-section *,
.erp-cta-banner-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.erp-trust-bar-section .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.erp-trust-bar-section .trust-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

.erp-trust-bar-section .trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
}

.erp-trust-bar-section .trust-text {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.erp-challenges-section {
  --erp-blue-primary: #3b22bb;
  --erp-text-dark: #030d36;
  --erp-border-color: #e2e8f0;
  --erp-card-bg: #ffffff;
  --erp-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  font-family: var(--erp-font-family);
  max-width: 1440px;
  margin: 0 auto 25px auto;
  border: 1px solid var(--erp-border-color);
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  box-sizing: border-box;
}

.erp-challenges-section .challenges-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--erp-blue-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.erp-challenges-section .challenges-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 12px;
}

.erp-challenges-section .challenge-card {
  background: var(--erp-card-bg);
  border: 1px solid #edf2f7;
  border-radius: 6px;
  padding: 15px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 110px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  cursor: pointer;
}

.erp-challenges-section .challenge-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(59, 34, 187, 0.08);
  border-color: rgba(59, 34, 187, 0.2);
}

.erp-challenges-section .challenge-icon-wrap {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erp-challenges-section .challenge-icon-wrap svg {
  width: 100%;
  height: 100%;
  stroke: var(--erp-blue-primary);
  fill: none;
  stroke-width: 1.5;
}

.erp-challenges-section .challenge-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--erp-text-dark);
  line-height: 1.3;
  word-wrap: break-word;
}

.erp-cta-banner-section {
  --erp-blue-primary: #3b22bb;
  --erp-text-muted: #4a5568;
  --erp-banner-bg: #f7f5ff;
  --erp-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  font-family: var(--erp-font-family);
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--erp-banner-bg);
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}

.erp-cta-banner-section .cta-info {
  text-align: left;
}

.erp-cta-banner-section .cta-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--erp-blue-primary);
  margin-bottom: 4px;
}

.erp-cta-banner-section .cta-desc {
  font-size: 12px;
  color: var(--erp-text-muted);
  font-weight: 500;
}

.erp-cta-banner-section .cta-btn {
  background-color: var(--erp-blue-primary);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  cursor: pointer;
}

.erp-cta-banner-section .cta-btn:hover {
  background-color: #2e1a9e;
  transform: translateX(2px);
}

.erp-cta-banner-section .cta-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

@media (max-width: 1200px) {
  .erp-challenges-section .challenges-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }
  .erp-trust-bar-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  .erp-challenges-section .challenges-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .erp-cta-banner-section {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  .erp-cta-banner-section .cta-info {
    text-align: center;
  }
  .erp-cta-banner-section .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .erp-challenges-section .challenges-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .erp-trust-bar-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .erp-challenges-section .challenges-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .erp-trust-bar-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .erp-cta-banner-section .cta-title {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .erp-challenges-section .challenge-card,
  .erp-cta-banner-section .cta-btn {
    transition: none !important;
    transform: none !important;
  }
}
.odoo-hd-infographic-section {
  --ohd-bg-primary: #ffffff;
  --ohd-bg-secondary: #fbfbfd;
  --ohd-brand-color: #714b9f;
  --ohd-brand-light: #f3eff9;
  --ohd-text-dark: #111111;
  --ohd-text-muted: #555555;
  --ohd-text-purple: #3a1f5d;
  --ohd-border-color: #e2e8f0;
  --ohd-shadow-sm: 0 4px 12px rgba(113, 75, 159, 0.05);
  --ohd-shadow-md: 0 10px 25px rgba(113, 75, 159, 0.08);
  --ohd-font-family: "Poppins", sans-serif;
  --ohd-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-sizing: border-box;
  font-family: var(--ohd-font-family);
  padding: 60px 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.odoo-hd-infographic-section *,
.odoo-hd-infographic-section *::before,
.odoo-hd-infographic-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.odoo-hd-infographic-section .ohd-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* --- CARD COMMON STYLES --- */
.odoo-hd-infographic-section .ohd-card {
  background: var(--ohd-bg-primary);
  border: 1px solid var(--ohd-border-color);
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: var(--ohd-shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: var(--ohd-transition);
  min-height: 520px;
}

.odoo-hd-infographic-section .ohd-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ohd-shadow-md);
  border-color: rgba(113, 75, 159, 0.2);
}

.odoo-hd-infographic-section .ohd-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ohd-text-purple);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.odoo-hd-infographic-section .ohd-card-subtitle {
  font-size: 12px;
  color: var(--ohd-text-muted);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

/* --- COLUMN 1: WHY ODOO HELPDESK? (MINDMAP) --- */
.odoo-hd-infographic-section .ohd-mindmap-container {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.odoo-hd-infographic-section .ohd-center-hub {
  width: 80px;
  height: 80px;
  background: var(--ohd-brand-color);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 3;
  box-shadow: 0 4px 15px rgba(113, 75, 159, 0.4);
  text-align: center;
  padding: 10px;
}

.odoo-hd-infographic-section .ohd-center-hub i {
  font-size: 20px;
  margin-bottom: 4px;
}

.odoo-hd-infographic-section .ohd-center-hub span {
  font-size: 10px;
  font-weight: 600;
}

/* Mindmap Nodes Layout */
.odoo-hd-infographic-section .ohd-node {
  position: absolute;
  background: #ffffff;
  border: 1px solid var(--ohd-border-color);
  border-radius: 6px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  z-index: 2;
  max-width: 110px;
  transition: var(--ohd-transition);
}

.odoo-hd-infographic-section .ohd-node:hover {
  border-color: var(--ohd-brand-color);
  background-color: var(--ohd-brand-light);
}

.odoo-hd-infographic-section .ohd-node i {
  color: var(--ohd-brand-color);
  font-size: 12px;
  width: 16px;
  text-align: center;
}

.odoo-hd-infographic-section .ohd-node span {
  font-size: 12px;
  font-weight: 500;
  color: var(--ohd-text-dark);
  line-height: 1.1;
}

/* SVG Connections Overlay */
.odoo-hd-infographic-section .ohd-mindmap-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.odoo-hd-infographic-section .ohd-mindmap-svg path {
  stroke: #cbd5e1;
  stroke-width: 1.2;
  fill: none;
  stroke-dasharray: 2 2;
}

/* Node Positionings relative to 100% parent container */
/* Left Side */
.odoo-hd-infographic-section .node-crm {
  top: 10%;
  left: 2%;
}
.odoo-hd-infographic-section .node-sales {
  top: 32%;
  left: 0%;
}
.odoo-hd-infographic-section .node-portal {
  top: 54%;
  left: 0%;
}
.odoo-hd-infographic-section .node-field {
  top: 76%;
  left: 2%;
}
/* Right Side */
.odoo-hd-infographic-section .node-inventory {
  top: 10%;
  right: 2%;
}
.odoo-hd-infographic-section .node-warranty {
  top: 32%;
  right: 0%;
}
.odoo-hd-infographic-section .node-project {
  top: 54%;
  right: 0%;
}
.odoo-hd-infographic-section .node-accounting {
  top: 76%;
  right: 2%;
}
/* Bottom Center-ish Floating Nodes */
.odoo-hd-infographic-section .node-kb {
  top: 92%;
  left: 12%;
}
.odoo-hd-infographic-section .node-ai {
  top: 92%;
  right: 54%;
}
.odoo-hd-infographic-section .node-reporting {
  top: 92%;
  right: 12%;
}

/* Checklist Features Footer */
.odoo-hd-infographic-section .ohd-checklist-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  border-top: 1px dashed var(--ohd-border-color);
  padding-top: 15px;
  margin-top: 15px;
}

.odoo-hd-infographic-section .ohd-check-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.odoo-hd-infographic-section .ohd-check-item i {
  color: #2e7d32;
  font-size: 11px;
}

.odoo-hd-infographic-section .ohd-check-item span {
  font-size: 10px;
  color: var(--ohd-text-dark);
  font-weight: 500;
  line-height: 1.2;
}

/* --- COLUMN 2: CUSTOMER SERVICE LIFECYCLE (FLOW) --- */
.odoo-hd-infographic-section .ohd-flow-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  position: relative;
}

.odoo-hd-infographic-section .ohd-flow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.odoo-hd-infographic-section .ohd-flow-icon {
  width: 28px;
  height: 28px;
  background: var(--ohd-brand-light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ohd-brand-color);
  font-size: 12px;
  transition: var(--ohd-transition);
}

.odoo-hd-infographic-section .ohd-flow-step:hover .ohd-flow-icon {
  background: var(--ohd-brand-color);
  color: #ffffff;
  transform: scale(1.1);
}

.odoo-hd-infographic-section .ohd-flow-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--ohd-text-dark);
}

.odoo-hd-infographic-section .ohd-flow-arrow {
  display: flex;
  align-items: center;
  padding-left: 8px;
  height: 22px;
  color: #cbd5e1;
  font-size: 10px;
  position: relative;
  z-index: 2;
}

/* --- COLUMN 3: OMNICHANNEL CUSTOMER SUPPORT --- */
.odoo-hd-infographic-section .ohd-omni-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.odoo-hd-infographic-section .ohd-omni-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 55%;
  z-index: 2;
}

.odoo-hd-infographic-section .ohd-omni-channel {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.odoo-hd-infographic-section .ohd-omni-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

/* Specific Brand Colors for Channels */
.odoo-hd-infographic-section .ohd-omni-icon.email {
  color: #555555;
}
.odoo-hd-infographic-section .ohd-omni-icon.livechat {
  color: #714b9f;
}
.odoo-hd-infographic-section .ohd-omni-icon.whatsapp {
  color: #25d366;
}
.odoo-hd-infographic-section .ohd-omni-icon.phone {
  color: #0284c7;
}
.odoo-hd-infographic-section .ohd-omni-icon.form {
  color: #eab308;
}
.odoo-hd-infographic-section .ohd-omni-icon.portal {
  color: #db2777;
}
.odoo-hd-infographic-section .ohd-omni-icon.kb {
  color: #0d9488;
}
.odoo-hd-infographic-section .ohd-omni-icon.mobile {
  color: #4b5563;
}

.odoo-hd-infographic-section .ohd-omni-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ohd-text-dark);
}

.odoo-hd-infographic-section .ohd-omni-right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.odoo-hd-infographic-section .ohd-central-box {
  background: #ffffff;
  border: 2px solid var(--ohd-brand-color);
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--ohd-text-purple);
  box-shadow: var(--ohd-shadow-sm);
  line-height: 1.3;
  width: 90px;
}

/* Omnichannel SVG Connections */
.odoo-hd-infographic-section .ohd-omni-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.odoo-hd-infographic-section .ohd-omni-svg path {
  stroke: #cbd5e1;
  stroke-width: 1;
  fill: none;
}

/* --- COLUMN 4: CORE HELPDESK CAPABILITIES (GRID) --- */
.odoo-hd-infographic-section .ohd-grid-capabilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  height: auto;
}

.odoo-hd-infographic-section .ohd-cap-tile {
  background: var(--ohd-bg-secondary);
  border: 1px solid var(--ohd-border-color);
  border-radius: 8px;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: var(--ohd-transition);
}

.odoo-hd-infographic-section .ohd-cap-tile:hover {
  background: #ffffff;
  border-color: var(--ohd-brand-color);
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(113, 75, 159, 0.08);
}

.odoo-hd-infographic-section .ohd-cap-tile i {
  color: var(--ohd-brand-color);
  font-size: 16px;
  margin-bottom: 6px;
}

.odoo-hd-infographic-section .ohd-cap-tile span {
  font-size: 12px;
  font-weight: 500;
  color: var(--ohd-text-dark);
  line-height: 1.2;
  word-break: break-word;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1200px) {
  .odoo-hd-infographic-section .ohd-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .odoo-hd-infographic-section .ohd-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .odoo-hd-infographic-section .ohd-container {
    grid-template-columns: 1fr;
  }
  .odoo-hd-infographic-section .ohd-mindmap-container {
    height: 360px;
  }
  .odoo-hd-infographic-section .ohd-node span {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .odoo-hd-infographic-section {
    padding: 30px 10px;
  }
  .odoo-hd-infographic-section .ohd-grid-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }
  .odoo-hd-infographic-section .ohd-mindmap-container {
    transform: scale(0.9);
    margin: -20px 0;
  }
}

/* Reduced Motion Settings */
@media (prefers-reduced-motion: reduce) {
  .odoo-hd-infographic-section .ohd-card,
  .odoo-hd-infographic-section .ohd-node,
  .odoo-hd-infographic-section .ohd-flow-icon,
  .odoo-hd-infographic-section .ohd-cap-tile {
    transition: none;
    transform: none !important;
  }
}
.odoo-hd-features-section {
  --ohdf-bg-primary: #ffffff;
  --ohdf-bg-secondary: #f8fafc;
  --ohdf-brand-purple: #714b9f;
  --ohdf-brand-light: #f3eff9;
  --ohdf-text-dark: #1e293b;
  --ohdf-text-muted: #64748b;
  --ohdf-text-purple: #2e1c47;
  --ohdf-success: #22c55e;
  --ohdf-success-bg: #f0fdf4;
  --ohdf-warning: #eab308;
  --ohdf-warning-bg: #fefce8;
  --ohdf-info: #3b82f6;
  --ohdf-info-bg: #eff6ff;
  --ohdf-border: #e2e8f0;
  --ohdf-radius-lg: 14px;
  --ohdf-radius-md: 8px;
  --ohdf-shadow-sm: 0 4px 12px rgba(113, 75, 159, 0.03);
  --ohdf-shadow-md: 0 10px 25px rgba(113, 75, 159, 0.06);
  --ohdf-font: "Poppins", sans-serif;
  --ohdf-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-sizing: border-box;
  font-family: var(--ohdf-font);
  background-color: var(--ohdf-bg-primary);
  padding: 60px 20px;
  width: 100%;
}

.odoo-hd-features-section *,
.odoo-hd-features-section *::before,
.odoo-hd-features-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.odoo-hd-features-section .ohdf-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* --- CARD COMMON STRUCTURE --- */
.odoo-hd-features-section .ohdf-card {
  background: var(--ohdf-bg-primary);
  border: 1px solid var(--ohdf-border);
  border-radius: var(--ohdf-radius-lg);
  padding: 24px 20px;
  box-shadow: var(--ohdf-shadow-sm);
  display: flex;
  flex-direction: column;
  transition: var(--ohdf-transition);
  min-height: 540px;
}

.odoo-hd-features-section .ohdf-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ohdf-shadow-md);
  border-color: rgba(113, 75, 159, 0.2);
}

.odoo-hd-features-section .ohdf-card-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ohdf-text-purple);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.odoo-hd-features-section .ohdf-card-subtitle {
  font-size: 14px;
  color: black;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
}

/* --- COLUMN 1: SLA MANAGEMENT --- */
.odoo-hd-features-section .ohdf-sla-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ohdf-bg-secondary);
  border: 1px solid var(--ohdf-border);
  border-radius: var(--ohdf-radius-md);
  padding: 12px 16px;
  margin-bottom: 12px;
}

.odoo-hd-features-section .ohdf-sla-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ohdf-text-dark);
}

/* Semi-circular Ring Progress */
.odoo-hd-features-section .ohdf-progress-gauge {
  position: relative;
  width: 54px;
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.odoo-hd-features-section .ohdf-gauge-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 6px solid #e2e8f0;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.odoo-hd-features-section .ohdf-gauge-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 6px solid #2e7d32;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  box-sizing: border-box;
}

.odoo-hd-features-section .ohdf-gauge-fill.p95 {
  transform: rotate(125deg);
}
.odoo-hd-features-section .ohdf-gauge-fill.p92 {
  transform: rotate(120deg);
}

.odoo-hd-features-section .ohdf-gauge-text {
  font-size: 11px;
  font-weight: 700;
  color: #2e7d32;
  z-index: 2;
  margin-bottom: 2px;
}

.odoo-hd-features-section .ohdf-sla-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
}

.odoo-hd-features-section .ohdf-sla-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.odoo-hd-features-section .ohdf-sla-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ohdf-text-dark);
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.odoo-hd-features-section .ohdf-sla-link i {
  font-size: 8px;
  color: var(--ohdf-brand-purple);
}

.odoo-hd-features-section .ohdf-alert-bell {
  width: 36px;
  height: 36px;
  background: var(--ohdf-brand-light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ohdf-brand-purple);
  font-size: 14px;
  animation: ohdf-bounce 3s infinite;
}

@keyframes ohdf-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* --- COLUMN 2: CUSTOMER SELF-SERVICE PORTAL --- */
.odoo-hd-features-section .ohdf-portal-preview {
  background: #f1f5f9;
  border-radius: var(--ohdf-radius-md);
  padding: 14px;
  margin-bottom: 16px;
}

.odoo-hd-features-section .ohdf-portal-header {
  font-size: 12px;
  font-weight: 700;
  color: var(--ohdf-text-purple);
  margin-bottom: 10px;
}

.odoo-hd-features-section .ohdf-ticket-row {
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  border: 1px solid #e2e8f0;
}

.odoo-hd-features-section .ohdf-ticket-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.odoo-hd-features-section .ohdf-t-id {
  font-size: 10px;
  font-weight: 600;
  color: var(--ohdf-text-muted);
}

.odoo-hd-features-section .ohdf-t-subject {
  font-size: 10px;
  font-weight: 500;
  color: var(--ohdf-text-dark);
}

.odoo-hd-features-section .ohdf-status-badge {
  font-size: 9px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  text-transform: capitalize;
}

.odoo-hd-features-section .ohdf-status-badge.open {
  background: var(--ohdf-info-bg);
  color: var(--ohdf-info);
}
.odoo-hd-features-section .ohdf-status-badge.progress {
  background: var(--ohdf-warning-bg);
  color: var(--ohdf-warning);
}
.odoo-hd-features-section .ohdf-status-badge.closed {
  background: var(--ohdf-success-bg);
  color: var(--ohdf-success);
}

.odoo-hd-features-section .ohdf-portal-btn {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--ohdf-brand-purple);
  text-decoration: none;
  padding-top: 4px;
}

/* Portal Quick Links Grid */
.odoo-hd-features-section .ohdf-portal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: auto;
}

.odoo-hd-features-section .ohdf-quick-link {
  border: 1px solid var(--ohdf-border);
  border-radius: 6px;
  padding: 10px 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: var(--ohdf-transition);
}

.odoo-hd-features-section .ohdf-quick-link:hover {
  border-color: var(--ohdf-brand-purple);
  background: var(--ohdf-brand-light);
}

.odoo-hd-features-section .ohdf-quick-link i {
  color: var(--ohdf-brand-purple);
  font-size: 14px;
}

.odoo-hd-features-section .ohdf-quick-link span {
  font-size: 9px;
  font-weight: 500;
  color: var(--ohdf-text-dark);
  line-height: 1.1;
}

/* User Identity Footer */
.odoo-hd-features-section .ohdf-user-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--ohdf-border);
  padding-top: 14px;
  margin-top: 14px;
}

.odoo-hd-features-section .ohdf-user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.odoo-hd-features-section .ohdf-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #cbd5e1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
}

.odoo-hd-features-section .ohdf-user-meta .name {
  font-size: 11px;
  font-weight: 600;
  color: var(--ohdf-text-dark);
  line-height: 1.2;
}

.odoo-hd-features-section .ohdf-user-meta .company {
  font-size: 9px;
  color: var(--ohdf-text-muted);
}

.odoo-hd-features-section .ohdf-account-link {
  font-size: 11px;
  font-weight: 500;
  color: var(--ohdf-brand-purple);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* --- COLUMN 3: KNOWLEDGE BASE & DOCUMENTATION --- */
.odoo-hd-features-section .ohdf-search-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.odoo-hd-features-section .ohdf-search-input {
  width: 100%;
  padding: 8px 36px 8px 12px;
  border: 1px solid var(--ohdf-border);
  border-radius: var(--ohdf-radius-md);
  font-size: 11px;
  font-family: var(--ohdf-font);
  outline: none;
  background: var(--ohdf-bg-secondary);
}

.odoo-hd-features-section .ohdf-search-box i.search-icon {
  position: absolute;
  left: 10px;
  color: var(--ohdf-text-muted);
  font-size: 11px;
  pointer-events: none;
}
.odoo-hd-features-section .ohdf-search-input {
  padding-left: 28px;
}

.odoo-hd-features-section .ohdf-search-btn {
  position: absolute;
  right: 4px;
  width: 26px;
  height: 26px;
  background: var(--ohdf-brand-purple);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 10px;
}

.odoo-hd-features-section .ohdf-kb-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: auto;
}

.odoo-hd-features-section .ohdf-kb-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 4px 0;
}

.odoo-hd-features-section .ohdf-kb-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--ohdf-brand-light);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ohdf-brand-purple);
  font-size: 11px;
}

.odoo-hd-features-section .ohdf-kb-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--ohdf-text-dark);
  transition: var(--ohdf-transition);
}

.odoo-hd-features-section .ohdf-kb-item:hover .ohdf-kb-text {
  color: var(--ohdf-brand-purple);
}

.odoo-hd-features-section .ohdf-view-all-btn {
  margin-top: 20px;
  background: var(--ohdf-brand-light);
  color: var(--ohdf-brand-purple);
  text-align: center;
  padding: 10px;
  border-radius: var(--ohdf-radius-md);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: var(--ohdf-transition);
}

.odoo-hd-features-section .ohdf-view-all-btn:hover {
  background: var(--ohdf-brand-purple);
  color: #ffffff;
}

/* --- COLUMN 4: FIELD SERVICE INTEGRATION --- */
.odoo-hd-features-section .ohdf-fs-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  height: 100%;
}

/* Left Flow Pipeline */
.odoo-hd-features-section .ohdf-fs-pipeline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.odoo-hd-features-section .ohdf-pipe-step {
  border: 1px solid var(--ohdf-border);
  border-radius: 6px;
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  z-index: 2;
}

.odoo-hd-features-section .ohdf-pipe-step i {
  color: var(--ohdf-brand-purple);
  font-size: 12px;
  width: 16px;
  text-align: center;
}

.odoo-hd-features-section .ohdf-pipe-step span {
  font-size: 12px;
  font-weight: 500;
  color: var(--ohdf-text-dark);
  line-height: 1.2;
}

.odoo-hd-features-section .ohdf-pipe-arrow {
  padding-left: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  color: #cbd5e1;
  font-size: 9px;
  z-index: 2;
}

/* Right Checklist Features */
.odoo-hd-features-section .ohdf-fs-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.odoo-hd-features-section .ohdf-fs-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.odoo-hd-features-section .ohdf-fs-feat-item i.feat-icon {
  font-size: 16px;
  color: #2e7d32;
  margin-top: 2px;
}

.odoo-hd-features-section .ohdf-fs-feat-item i.fa-circle-check {
  font-size: 13px;
  color: #2e7d32;
  margin-top: 2px;
}

.odoo-hd-features-section .ohdf-fs-feat-text {
  display: flex;
  flex-direction: column;
}

.odoo-hd-features-section .ohdf-fs-feat-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ohdf-text-dark);
  line-height: 1.2;
}

.odoo-hd-features-section .ohdf-fs-feat-desc {
  font-size: 9px;
  color: var(--ohdf-text-muted);
  line-height: 1.2;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1200px) {
  .odoo-hd-features-section .ohdf-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .odoo-hd-features-section .ohdf-container {
    grid-template-columns: 1fr;
  }
  .odoo-hd-features-section .ohdf-card {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .odoo-hd-features-section {
    padding: 30px 10px;
  }
  .odoo-hd-features-section .ohdf-portal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Reduced Motion Settings */
@media (prefers-reduced-motion: reduce) {
  .odoo-hd-features-section .ohdf-card,
  .odoo-hd-features-section .ohdf-quick-link,
  .odoo-hd-features-section .ohdf-view-all-btn {
    transition: none;
    transform: none !important;
  }
  .odoo-hd-features-section .ohdf-alert-bell {
    animation: none;
  }
}

.odoo-hd-advanced-section {
  --ohda-bg-primary: #ffffff;
  --ohda-bg-secondary: #f8fafc;
  --ohda-brand-purple: #714b9f;
  --ohda-brand-gradient: radial-gradient(circle, #714b9f 0%, #4c2f70 100%);
  --ohda-brand-light: #f3eff9;
  --ohda-text-dark: #1e293b;
  --ohda-text-muted: #64748b;
  --ohda-text-purple: #2e1c47;
  --ohda-success: #22c55e;
  --ohda-warning: #f59e0b;
  --ohda-border: #e2e8f0;
  --ohda-radius-lg: 14px;
  --ohda-radius-md: 8px;
  --ohda-shadow-sm: 0 4px 12px rgba(113, 75, 159, 0.03);
  --ohda-shadow-md: 0 10px 25px rgba(113, 75, 159, 0.06);
  --ohda-font: "Poppins", sans-serif;
  --ohda-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-sizing: border-box;
  font-family: var(--ohda-font);
  background-color: var(--ohda-bg-primary);
  padding: 60px 20px;
  width: 100%;
}

.odoo-hd-advanced-section *,
.odoo-hd-advanced-section *::before,
.odoo-hd-advanced-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.odoo-hd-advanced-section .ohda-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 24px;
  align-items: stretch;
}

/* --- CARD COMMON STRUCTURE --- */
.odoo-hd-advanced-section .ohda-card {
  background: var(--ohda-bg-primary);
  border: 1px solid var(--ohda-border);
  border-radius: var(--ohda-radius-lg);
  padding: 24px 20px;
  box-shadow: var(--ohda-shadow-sm);
  display: flex;
  flex-direction: column;
  transition: var(--ohda-transition);
  min-height: 540px;
}

.odoo-hd-advanced-section .ohda-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ohda-shadow-md);
  border-color: rgba(113, 75, 159, 0.2);
}

.odoo-hd-advanced-section .ohda-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ohda-text-purple);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.odoo-hd-advanced-section .ohda-card-subtitle {
  font-size: 14px;
  color: var(--ohda-text-muted);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

/* --- COLUMN 1: AI-POWERED CUSTOMER SERVICE --- */
.odoo-hd-advanced-section .ohda-ai-diagram {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.odoo-hd-advanced-section .ohda-ai-center {
  width: 90px;
  height: 90px;
  background: var(--ohda-brand-gradient);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(113, 75, 159, 0.3);
  letter-spacing: 1px;
  position: relative;
}

.odoo-hd-advanced-section .ohda-ai-center::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px dashed rgba(113, 75, 159, 0.3);
  border-radius: 50%;
  animation: ohda-spin 20s linear infinite;
}

@keyframes ohda-spin {
  100% {
    transform: rotate(360deg);
  }
}

.odoo-hd-advanced-section .ohda-ai-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 95px;
  z-index: 2;
}

.odoo-hd-advanced-section .ohda-ai-node-icon {
  color: var(--ohda-brand-purple);
  font-size: 14px;
  margin-bottom: 4px;
}

.odoo-hd-advanced-section .ohda-ai-node-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--ohda-text-dark);
  line-height: 1.2;
}

/* AI Node Placements */
.odoo-hd-advanced-section .ai-node-l1 {
  top: 5%;
  left: 0;
  text-align: left;
}
.odoo-hd-advanced-section .ai-node-l2 {
  top: 30%;
  left: 0;
  text-align: left;
}
.odoo-hd-advanced-section .ai-node-l3 {
  bottom: 32%;
  left: 0;
  text-align: left;
}
.odoo-hd-advanced-section .ai-node-l4 {
  bottom: 10%;
  left: 0;
  text-align: left;
}

.odoo-hd-advanced-section .ai-node-r1 {
  top: 5%;
  right: 0;
  text-align: right;
}
.odoo-hd-advanced-section .ai-node-r2 {
  top: 30%;
  right: 0;
  text-align: right;
}
.odoo-hd-advanced-section .ai-node-r3 {
  bottom: 32%;
  right: 0;
  text-align: right;
}
.odoo-hd-advanced-section .ai-node-r4 {
  bottom: 10%;
  right: 0;
  text-align: right;
}

.odoo-hd-advanced-section .ohda-ai-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.odoo-hd-advanced-section .ohda-ai-svg path {
  stroke: #cbd5e1;
  stroke-width: 1;
  fill: none;
  stroke-dasharray: 3 3;
}

/* --- COLUMN 2: INDUSTRY-SPECIFIC SOLUTIONS --- */
.odoo-hd-advanced-section .ohda-industry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: auto;
  margin-bottom: auto;
}

.odoo-hd-advanced-section .ohda-industry-tile {
  background: var(--ohda-bg-secondary);
  border: 1px solid var(--ohda-border);
  border-radius: var(--ohda-radius-md);
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: var(--ohda-transition);
  min-height: 105px;
}

.odoo-hd-advanced-section .ohda-industry-tile:hover {
  background: #ffffff;
  border-color: var(--ohda-brand-purple);
  box-shadow: 0 6px 14px rgba(113, 75, 159, 0.06);
  transform: scale(1.03);
}

.odoo-hd-advanced-section .ohda-industry-tile i {
  color: var(--ohda-brand-purple);
  font-size: 20px;
  margin-bottom: 10px;
}

.odoo-hd-advanced-section .ohda-industry-tile span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ohda-text-dark);
  line-height: 1.3;
}

/* --- COLUMN 3: ANALYTICS & REPORTING --- */
.odoo-hd-advanced-section .ohda-charts-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.odoo-hd-advanced-section .ohda-chart-card {
  border: 1px solid var(--ohda-border);
  border-radius: var(--ohda-radius-md);
  padding: 12px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.odoo-hd-advanced-section .ohda-chart-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--ohda-text-dark);
  margin-bottom: 10px;
}

/* Vector Line Chart Recreation */
.odoo-hd-advanced-section .ohda-vector-chart {
  width: 100%;
  height: 64px;
  margin-top: auto;
}

.odoo-hd-advanced-section .ohda-vector-chart polyline {
  fill: none;
  stroke: var(--ohda-brand-purple);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.odoo-hd-advanced-section .ohda-vector-chart circle {
  fill: #ffffff;
  stroke: var(--ohda-brand-purple);
  stroke-width: 2;
}

/* Radial/Donut Progress Chart */
.odoo-hd-advanced-section .ohda-donut-chart {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.odoo-hd-advanced-section .ohda-donut-svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.odoo-hd-advanced-section .ohda-donut-bg {
  fill: none;
  stroke: #f1f5f9;
  stroke-width: 5;
}

.odoo-hd-advanced-section .ohda-donut-fill {
  fill: none;
  stroke: var(--ohda-success);
  stroke-width: 5;
  stroke-dasharray: 100;
  stroke-dashoffset: 5; /* 95% */
  stroke-linecap: round;
}

.odoo-hd-advanced-section .ohda-donut-fill-secondary {
  fill: none;
  stroke: var(--ohda-warning);
  stroke-width: 5;
  stroke-dasharray: 100;
  stroke-dashoffset: 80;
  stroke-linecap: round;
}

.odoo-hd-advanced-section .ohda-donut-text {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  color: var(--ohda-text-dark);
}

/* Score Layout */
.odoo-hd-advanced-section .ohda-score-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--ohda-text-dark);
  text-align: center;
  margin-top: 4px;
}

.odoo-hd-advanced-section .ohda-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  color: var(--ohda-warning);
  font-size: 10px;
  margin-top: auto;
}

/* Bottom KPI Grid Metrics */
.odoo-hd-advanced-section .ohda-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: auto;
}

.odoo-hd-advanced-section .ohda-kpi-tile {
  border: 1px solid var(--ohda-border);
  border-radius: var(--ohda-radius-md);
  padding: 10px 6px;
  background: var(--ohda-bg-secondary);
  display: flex;
  flex-direction: column;
}

.odoo-hd-advanced-section .ohda-kpi-title {
  font-size: 9px;
  font-weight: 600;
  color: var(--ohda-text-muted);
  margin-bottom: 4px;
  line-height: 1.2;
}

.odoo-hd-advanced-section .ohda-kpi-value {
  font-size: 13px;
  font-weight: 700;
  color: var(--ohda-text-dark);
  margin-bottom: 4px;
}

.odoo-hd-advanced-section .ohda-kpi-trend {
  font-size: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2px;
}

.odoo-hd-advanced-section .ohda-kpi-trend.up {
  color: var(--ohda-success);
}
.odoo-hd-advanced-section .ohda-kpi-trend.down {
  color: #ef4444;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1200px) {
  .odoo-hd-advanced-section .ohda-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .odoo-hd-advanced-section .ohda-card:nth-child(3) {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .odoo-hd-advanced-section .ohda-container {
    grid-template-columns: 1fr;
  }
  .odoo-hd-advanced-section .ohda-card {
    min-height: auto;
  }
  .odoo-hd-advanced-section .ohda-card:nth-child(3) {
    grid-column: span 1;
  }
  .odoo-hd-advanced-section .ohda-ai-diagram {
    height: 320px;
  }
}

@media (max-width: 520px) {
  .odoo-hd-advanced-section {
    padding: 30px 10px;
  }
  .odoo-hd-advanced-section .ohda-charts-top {
    grid-template-columns: 1fr;
  }
  .odoo-hd-advanced-section .ohda-kpi-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Reduced Motion Config */
@media (prefers-reduced-motion: reduce) {
  .odoo-hd-advanced-section .ohda-card,
  .odoo-hd-advanced-section .ohda-industry-tile {
    transition: none;
    transform: none !important;
  }
  .odoo-hd-advanced-section .ohda-ai-center::after {
    animation: none;
  }
}

.synconics-impact-section {
  --si-bg-primary: #ffffff;
  --si-bg-secondary: #f8fafc;
  --si-brand-dark: #001f54;
  --si-brand-purple: #714b9f;
  --si-text-dark: #1e293b;
  --si-text-muted: #64748b;
  --si-text-blue: #0f172a;
  --si-success-green: #22c55e;
  --si-border: #e2e8f0;
  --si-radius-lg: 14px;
  --si-radius-md: 8px;
  --si-shadow-sm: 0 4px 12px rgba(0, 31, 84, 0.03);
  --si-shadow-md: 0 10px 25px rgba(0, 31, 84, 0.06);
  --si-font: "Poppins", sans-serif;
  --si-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-sizing: border-box;
  font-family: var(--si-font);
  background-color: var(--si-bg-primary);
  padding: 60px 20px;
  width: 100%;
}

.synconics-impact-section *,
.synconics-impact-section *::before,
.synconics-impact-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.synconics-impact-section .si-main-layout {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* --- LEFT SIDE: MEASURABLE RESULTS --- */
.synconics-impact-section .si-results-panel {
  background: var(--si-bg-primary);
  border: 1px solid var(--si-border);
  border-radius: var(--si-radius-lg);
  padding: 30px 24px;
  box-shadow: var(--si-shadow-sm);
  display: flex;
  flex-direction: column;
}

.synconics-impact-section .si-section-header-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--si-brand-purple);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.synconics-impact-section .si-section-header-subtitle {
  font-size: 14px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

.synconics-impact-section .si-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: auto;
  margin-bottom: auto;
}

.synconics-impact-section .si-metric-card {
  border: 1px solid var(--si-border);
  border-radius: var(--si-radius-md);
  padding: 20px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  transition: var(--si-transition);
}

.synconics-impact-section .si-metric-card:hover {
  transform: translateY(-4px);
  border-color: var(--si-success-green);
  box-shadow: 0 6px 14px rgba(34, 197, 94, 0.08);
}

.synconics-impact-section .si-metric-value {
  font-size: 26px;
  font-weight: 700;
  color: var(--si-success-green);
  margin-bottom: 10px;
  line-height: 1;
}

.synconics-impact-section .si-metric-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--si-text-blue);
  line-height: 1.3;
  margin-bottom: 8px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.synconics-impact-section .si-metric-desc {
  font-size: 12px;
  color: var(--si-text-muted);
  line-height: 1.3;
}

/* --- RIGHT SIDE: WHY BUSINESSES CHOOSE SYNCONICS --- */
.synconics-impact-section .si-brand-panel {
  background: linear-gradient(135deg, #00153a 0%, var(--si-brand-dark) 100%);
  border-radius: var(--si-radius-lg);
  padding: 30px 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: var(--si-shadow-md);
}

.synconics-impact-section .si-brand-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 6px;
}

.synconics-impact-section .si-brand-content-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.synconics-impact-section .si-advantages-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 20px;
}

/* 2 Column sub-layout for wide view inside list block */
.synconics-impact-section .si-advantages-grid-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 14px 20px;
}

.synconics-impact-section .si-advantage-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.synconics-impact-section .si-advantage-item i {
  color: var(--si-success-green);
  font-size: 14px;
  flex-shrink: 0;
}

.synconics-impact-section .si-advantage-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
}

/* Trophy Visual Graphic Base */
.synconics-impact-section .si-trophy-container {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.synconics-impact-section .si-trophy-glass-sphere {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15) 0%, rgba(113, 75, 159, 0.25) 70%, rgba(0, 0, 0, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.2),
    0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.synconics-impact-section .si-trophy-icon {
  font-size: 48px;
  background: linear-gradient(135deg, #ffe066 0%, #f59e0b 50%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  z-index: 2;
  position: relative;
  animation: si-trophy-float 4s ease-in-out infinite;
}

.synconics-impact-section .si-trophy-base {
  position: absolute;
  bottom: -5px;
  width: 80px;
  height: 10px;
  background: #2e1c47;
  border-radius: 4px;
  border-bottom: 3px solid #111;
  z-index: 3;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

@keyframes si-trophy-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1280px) {
  .synconics-impact-section .si-main-layout {
    grid-template-columns: 1fr;
  }
  .synconics-impact-section .si-results-panel,
  .synconics-impact-section .si-brand-panel {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .synconics-impact-section .si-metrics-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .synconics-impact-section .si-brand-content-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .synconics-impact-section .si-brand-title {
    text-align: center;
    padding-left: 0;
  }
  .synconics-impact-section .si-advantages-grid-inner {
    grid-template-columns: 1fr;
  }
  .synconics-impact-section .si-advantage-item {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .synconics-impact-section {
    padding: 30px 10px;
  }
  .synconics-impact-section .si-metrics-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Reduced Motion Settings */
@media (prefers-reduced-motion: reduce) {
  .synconics-impact-section .si-metric-card {
    transition: none;
    transform: none !important;
  }
  .synconics-impact-section .si-trophy-icon {
    animation: none;
  }
}

.odoo-faq-cta-section {
  --ofc-bg-primary: #ffffff;
  --ofc-brand-purple: #714b9f;
  --ofc-brand-blue: #001f54;
  --ofc-brand-gradient: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #714b9f 100%);
  --ofc-text-dark: #1e293b;
  --ofc-text-muted: #64748b;
  --ofc-success-green: #22c55e;
  --ofc-border: #e2e8f0;
  --ofc-radius-lg: 14px;
  --ofc-radius-md: 8px;
  --ofc-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.02);
  --ofc-shadow-md: 0 10px 25px rgba(113, 75, 159, 0.08);
  --ofc-font: "Poppins", sans-serif;
  --ofc-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  box-sizing: border-box;
  font-family: var(--ofc-font);
  background-color: var(--ofc-bg-primary);
  padding: 60px 20px;
  width: 100%;
}

.odoo-faq-cta-section *,
.odoo-faq-cta-section *::before,
.odoo-faq-cta-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.odoo-faq-cta-section .ofc-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  align-items: stretch;
}

/* --- LEFT SIDE: FREQUENTLY ASKED QUESTIONS --- */
.odoo-faq-cta-section .ofc-faq-panel {
  background: var(--ofc-bg-primary);
  border: 1px solid var(--ofc-border);
  border-radius: var(--ofc-radius-lg);
  padding: 30px 24px;
  box-shadow: var(--ofc-shadow-sm);
  display: flex;
  flex-direction: column;
}

.odoo-faq-cta-section .ofc-faq-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ofc-brand-purple);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.odoo-faq-cta-section .ofc-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  margin-bottom: auto;
}

.odoo-faq-cta-section .ofc-accordion-item {
  border: 1px solid var(--ofc-border);
  border-radius: var(--ofc-radius-md);
  overflow: hidden;
  background: #ffffff;
  transition: var(--ofc-transition);
}

.odoo-faq-cta-section .ofc-accordion-item:hover {
  border-color: var(--ofc-brand-purple);
  box-shadow: 0 4px 10px rgba(113, 75, 159, 0.04);
}

.odoo-faq-cta-section .ofc-accordion-header {
  width: 100%;
  padding: 14px 16px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.odoo-faq-cta-section .ofc-accordion-trigger-text {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ofc-text-dark);
  padding-right: 10px;
}

.odoo-faq-cta-section .ofc-accordion-icon {
  color: var(--ofc-brand-purple);
  font-size: 11px;
  transition: var(--ofc-transition);
  flex-shrink: 0;
}

/* Target CSS Open States via structural styling */
.odoo-faq-cta-section .ofc-accordion-item.active .ofc-accordion-icon {
  transform: rotate(45deg);
}

.odoo-faq-cta-section .ofc-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: var(--ofc-transition);
  padding: 0 16px;
  background: #fafafa;
}

.odoo-faq-cta-section .ofc-accordion-item.active .ofc-accordion-content {
  max-height: 120px; /* Adjust if needed for long text answers */
  padding-bottom: 14px;
}

.odoo-faq-cta-section .ofc-accordion-content p {
  font-size: 11px;
  color: var(--ofc-text-muted);
  line-height: 1.5;
}

/* --- RIGHT SIDE: CALL TO ACTION TRANSFORM PANEL --- */
.odoo-faq-cta-section .ofc-cta-panel {
  background: var(--ofc-brand-gradient);
  border-radius: var(--ofc-radius-lg);
  padding: 36px 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ofc-shadow-md);
}

/* Abstract glowing accent background graphic elements */
.odoo-faq-cta-section .ofc-cta-panel::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(113, 75, 159, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.odoo-faq-cta-section .ofc-cta-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 10px;
  max-width: 90%;
}

.odoo-faq-cta-section .ofc-cta-desc {
  font-size: 14px;
  color: white;
  line-height: 1.5;
  margin-bottom: 26px;
  max-width: 85%;
}

.odoo-faq-cta-section .ofc-cta-inner-layout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: auto;
}

/* 3D Headset Mock Visual */
.odoo-faq-cta-section .ofc-headset-visual-container {
  position: relative;
  width: 84px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.odoo-faq-cta-section .ofc-headset-glow-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  animation: ofc-pulse-ring 4s linear infinite;
}

@keyframes ofc-pulse-ring {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
}

.odoo-faq-cta-section .ofc-headset-icon {
  font-size: 36px;
  color: #ffffff;
  filter: drop-shadow(0 4px 10px rgba(113, 75, 159, 0.5));
  transform: rotate(-10deg);
  animation: ofc-headset-sway 5s ease-in-out infinite;
}

@keyframes ofc-headset-sway {
  0%,
  100% {
    transform: rotate(-10deg) scale(1);
  }
  50% {
    transform: rotate(5deg) scale(1.04);
  }
}

/* Checklist Block */
.odoo-faq-cta-section .ofc-cta-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}

.odoo-faq-cta-section .ofc-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.odoo-faq-cta-section .ofc-check-item i {
  color: var(--ofc-success-green);
  font-size: 11px;
  flex-shrink: 0;
}

.odoo-faq-cta-section .ofc-check-text {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

/* Action Buttons Block */
.odoo-faq-cta-section .ofc-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
}

.odoo-faq-cta-section .ofc-btn {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--ofc-radius-md);
  font-size: 11.5px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: var(--ofc-transition);
  text-align: center;
}

.odoo-faq-cta-section .ofc-btn-primary {
  background: #ffffff;
  color: var(--ofc-brand-purple);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.odoo-faq-cta-section .ofc-btn-primary:hover {
  background: var(--ofc-brand-purple);
  color: #ffffff;
  transform: translateY(-2px);
}

.odoo-faq-cta-section .ofc-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.odoo-faq-cta-section .ofc-btn-secondary:hover {
  background: #ffffff;
  color: var(--ofc-brand-purple);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1280px) {
  .odoo-faq-cta-section .ofc-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .odoo-faq-cta-section .ofc-cta-inner-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  .odoo-faq-cta-section .ofc-cta-checklist {
    width: 100%;
    max-width: 450px;
  }
  .odoo-faq-cta-section .ofc-cta-actions {
    width: 100%;
    max-width: 320px;
  }
  .odoo-faq-cta-section .ofc-cta-title,
  .odoo-faq-cta-section .ofc-cta-desc {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .odoo-faq-cta-section {
    padding: 30px 10px;
  }
  .odoo-faq-cta-section .ofc-cta-checklist {
    grid-template-columns: 1fr;
  }
}

/* Reduced Motion Target Configuration */
@media (prefers-reduced-motion: reduce) {
  .odoo-faq-cta-section .ofc-accordion-content,
  .odoo-faq-cta-section .ofc-accordion-icon,
  .odoo-faq-cta-section .ofc-btn {
    transition: none !important;
  }
  .odoo-faq-cta-section .ofc-btn:hover {
    transform: none !important;
  }
  .odoo-faq-cta-section .ofc-headset-glow-ring,
  .odoo-faq-cta-section .ofc-headset-icon {
    animation: none !important;
  }
}/* End custom CSS */