.elementor-18928 .elementor-element.elementor-element-bc1fe51{--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;}/* Start custom CSS for html, class: .elementor-element-f746d04 */.hero-section {
        --hero-bg: #030816;
        --text-primary: #ffffff;
        --text-secondary: #c0c9db;
        --accent-blue: #1b51e5;
        --accent-blue-hover: #1542c1;
        --border-blue: rgba(27, 81, 229, 0.4);
        --border-card: rgba(255, 255, 255, 0.15);
        --border-card-inner: rgba(27, 81, 229, 0.3);
        --font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --transition: all 0.3s ease;
        background-color: var(--hero-bg);
        font-family: var(--font-main);
        color: var(--text-primary);
        overflow-x: hidden;
        -webkit-font-smoothing: antialiased;
        width: 100%;
        background-color: var(--hero-bg);
        background-image: linear-gradient(to right, rgba(3, 8, 22, 0.95) 0%, rgba(3, 8, 22, 0.75) 45%, rgba(3, 8, 22, 0.2) 70%, rgba(3, 8, 22, 0.6) 100%), url("https://images.unsplash.com/photo-1627674360710-73b977e8d7ca?q=80&w=2070&auto=format&fit=crop");
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
        position: relative;
        padding: 40px 0 60px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
      }

      .hero-section__container {
        max-width: 1440px;
        width: 100%;
        margin-inline: auto;
        padding-inline: 64px;
        position: relative;
        z-index: 2;
      }

      .hero-section__content-grid {
        display: grid;
        /*grid-template-columns: 1.1fr 0.9fr;*/
        gap: 40px;
        align-items: center;
        margin-bottom: 70px;
      }

      .hero-section__text-block {
        max-width: 768px;
      }

      .hero-section__title {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.12;
        letter-spacing: -0.02em;
        color: var(--text-primary);
        margin-bottom: 24px;
      }

      .hero-section__title-highlight {
        color: #3b82f6;
      }

      .hero-section__subtitle {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.35;
        color: var(--text-primary);
        margin-bottom: 20px;
        letter-spacing: -0.01em;
      }

      .hero-section__description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        color: var(--text-secondary);
        margin-bottom: 20px;
      }

      .hero-section__description--secondary {
        margin-bottom: 36px;
      }

      .hero-section__actions {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .hero-section__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-family: var(--font-main);
        font-size: 15px;
        font-weight: 600;
        padding: 14px 28px;
        border-radius: 6px;
        cursor: pointer;
        text-decoration: none;
        transition: var(--transition);
        border: 1px solid transparent;
        white-space: nowrap;
      }

      .hero-section__button--primary {
        background-color: var(--accent-blue);
        color: #ffffff;
        box-shadow: 0 4px 14px rgba(27, 81, 229, 0.4);
      }

      .hero-section__button--primary:hover {
        background-color: var(--accent-blue-hover);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(27, 81, 229, 0.6);
                color: #ffffff;

      }

      .hero-section__button--secondary {
        background-color: transparent;
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.6);
      }

      .hero-section__button--secondary:hover {
        background-color: rgba(255, 255, 255, 0.08);
        border-color: #ffffff;
        transform: translateY(-2px);
        color: #ffffff;
        
      }

      .hero-section__button-icon {
        font-size: 15px;
      }

      /* Features Bar */
      .hero-section__features-bar {
        background: rgba(3, 12, 34, 0.65);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(27, 81, 229, 0.35);
        border-radius: 8px;
        padding: 20px 24px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
      }

      .hero-section__feature-item {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        padding-right: 12px;
      }

      .hero-section__feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background: rgba(255, 255, 255, 0.15);
      }

      .hero-section__feature-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        flex-shrink: 0;
        color: #ffffff;
      }

      .hero-section__feature-icon {
        font-size: 26px;
        color: #ffffff;
      }

      .hero-section__feature-text-group {
        display: flex;
        flex-direction: column;
      }

      .hero-section__feature-title {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        margin-bottom: 3px;
      }

      .hero-section__feature-desc {
        font-size: 14px;
        font-weight: 400;
        color: #94a3b8;
        line-height: 1.2;
        white-space: nowrap;
      }

      /* Animations */
      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .hero-section__text-block {
        animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
      }

      .hero-section__features-bar {
        animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
        opacity: 0;
      }

      /* Responsive Breakpoints */
      @media (max-width: 1280px) {
        .hero-section__title {
          font-size: 42px;
        }
        .hero-section__subtitle {
          font-size: 20px;
        }
        .hero-section__features-bar {
          grid-template-columns: repeat(3, 1fr);
          gap: 24px;
        }
        .hero-section__feature-item:nth-child(3)::after {
          display: none;
        }
        .hero-section__feature-item:nth-child(1)::after,
        .hero-section__feature-item:nth-child(2)::after,
        .hero-section__feature-item:nth-child(4)::after,
        .hero-section__feature-item:nth-child(5)::after {
          display: block;
        }
      }

      @media (max-width: 1024px) {
        .hero-section__container {
          padding-inline: 32px;
        }
        .hero-section__content-grid {
          grid-template-columns: 1fr;
        }
        .hero-section__text-block {
          max-width: 100%;
        }
      }

      @media (max-width: 768px) {
        .hero-section {
          padding: 40px 0;
        }
        .hero-section__container {
          padding-inline: 20px;
        }
        .hero-section__title {
          font-size: 32px;
        }
        .hero-section__subtitle {
          font-size: 18px;
        }
        .hero-section__features-bar {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px 16px;
        }
        .hero-section__feature-item::after {
          display: none !important;
        }
        .hero-section__actions {
          flex-direction: column;
          align-items: stretch;
        }
        .hero-section__button {
          width: 100%;
        }
      }

      @media (max-width: 480px) {
        .hero-section__features-bar {
          grid-template-columns: 1fr;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .hero-section__text-block,
        .hero-section__features-bar,
        .hero-section__button {
          animation: none !important;
          transition: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-905e522 */.erp-overview-section {
        --erp-bg-primary: #ffffff;
        --erp-bg-card: #f8fafc;
        --erp-bg-callout: #f0f5ff;
        --erp-text-dark: #0f172a;
        --erp-text-muted: #475569;
        --erp-text-light: #64748b;
        --erp-blue-primary: #1d4ed8;
        --erp-blue-dark: #002b9e;
        --erp-blue-light: #dbeafe;
        --erp-border-light: #e2e8f0;
        --erp-border-callout: #bfdbfe;
        --erp-font-family: "Inter", sans-serif;
              width: 100%;
        background-color: var(--erp-bg-primary);
        padding: 60px 0;
        background-color: var(--erp-bg-primary);
        font-family: var(--erp-font-family);
        color: var(--erp-text-dark);
        -webkit-font-smoothing: antialiased;
        
      }

      .erp-overview-section__container {
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: 40px;
      }

      .erp-overview-section__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        position: relative;
      }

      .erp-overview-section__grid::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: var(--erp-border-light);
        transform: translateX(-50%);
      }

      .erp-overview-section__column {
        display: flex;
        flex-direction: column;
      }

      .erp-overview-section__column--left {
        padding-right: 10px;
      }

      .erp-overview-section__column--right {
        padding-left: 10px;
      }

      .erp-overview-section__title {
        font-size: 24px;
        font-weight: 800;
        color: var(--erp-blue-dark);
        letter-spacing: -0.01em;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
      }

      .erp-overview-section__description {
        font-size: 15px;
        font-weight: 500;
        color: var(--erp-text-dark);
        line-height: 1.5;
        margin-bottom: 20px;
      }

      .erp-overview-section__description--secondary {
        color: var(--erp-text-dark);
        margin-bottom: 24px;
      }

      /* Feature List Grid */
      .erp-overview-section__feature-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 12px;
        margin-bottom: 32px;
      }

      .erp-overview-section__feature-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
      }

      .erp-overview-section__feature-icon {
        color: var(--erp-blue-dark);
        font-size: 14px;
        margin-top: 2px;
        flex-shrink: 0;
      }

      .erp-overview-section__feature-text {
        font-size: 14px;
        font-weight: 700;
        color: var(--erp-text-dark);
        line-height: 1.35;
      }

      /* Callout Box */
      .erp-overview-section__callout-box {
        background-color: var(--erp-bg-callout);
        border: 1.5px solid var(--erp-border-callout);
        border-radius: 8px;
        padding: 22px 28px;
        text-align: center;
        margin-top: auto;
      }

      .erp-overview-section__callout-text {
        font-size: 14px;
        font-weight: 700;
        color: var(--erp-blue-dark);
        line-height: 1.5;
      }

      /* Flow Diagram Section */
      .erp-overview-section__flow-container {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 36px;
      }

      .erp-overview-section__flow-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
      }

      .erp-overview-section__flow-row--top {
        margin-bottom: 30px;
      }

      .erp-overview-section__flow-row--bottom {
        justify-content: flex-end;
        gap: 28px;
        padding-right: 15px;
      }

      .erp-overview-section__flow-node {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
      }

      .erp-overview-section__icon-circle {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        border: 1.5px solid #93c5fd;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--erp-blue-primary);
        box-shadow: 0 4px 12px rgba(29, 78, 216, 0.05);
        transition:
          transform 0.3s ease,
          border-color 0.3s ease,
          box-shadow 0.3s ease;
      }

      .erp-overview-section__flow-node:hover .erp-overview-section__icon-circle {
        transform: translateY(-3px);
        border-color: var(--erp-blue-primary);
        box-shadow: 0 6px 16px rgba(29, 78, 216, 0.15);
      }

      .erp-overview-section__flow-icon {
        font-size: 28px;
        color: #1d4ed8;
      }

      .erp-overview-section__node-label {
        font-size: 14px;
        font-weight: 700;
        color: var(--erp-text-dark);
        margin-top: 10px;
        text-align: center;
      }

      .erp-overview-section__flow-arrow {
        color: #64748b;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .erp-overview-section__flow-arrow--vertical {
        position: absolute;
        right: 43px;
        top: 92px;
        transform: rotate(90deg);
      }

      /* Responsive */
      @media (max-width: 1200px) {
        .erp-overview-section__feature-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        .erp-overview-section__icon-circle {
          width: 56px;
          height: 56px;
        }
        .erp-overview-section__flow-icon {
          font-size: 22px;
        }
      }

      @media (max-width: 1024px) {
        .erp-overview-section__grid {
          grid-template-columns: 1fr;
          gap: 50px;
        }
        .erp-overview-section__grid::after {
          display: none;
        }
        .erp-overview-section__column--left,
        .erp-overview-section__column--right {
          padding: 0;
        }
      }

      @media (max-width: 768px) {
        .erp-overview-section__container {
          padding-inline: 20px;
        }
        .erp-overview-section__feature-grid {
          grid-template-columns: 1fr;
        }
        .erp-overview-section__flow-row--top {
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
        }
        .erp-overview-section__flow-row--bottom {
          flex-wrap: wrap;
          justify-content: center;
          padding-right: 0;
        }
        .erp-overview-section__flow-arrow {
          display: none;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d60ee2b */.cannabis-erp-section {
        --bg-color: #f8fafc;
        --card-bg: #ffffff;
        --text-dark: #002b9e;
        --text-title: #0a192f;
        --text-body: #475569;
        --text-sub: #64748b;
        --accent-blue: #1d4ed8;
        --border-light: #e2e8f0;
        --border-card: #f1f5f9;
        --callout-bg: #f0f5ff;
        --callout-border: #bfdbfe;
        --outcome-bg: #eef2ff;
        --outcome-text: #1e40af;
        --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --radius-lg: 12px;
        --radius-md: 8px;
        --transition: all 0.3s ease;

        font-family: var(--font-family);
        background-color: var(--bg-color);
        padding: 40px 20px 0px 20px;
        box-sizing: border-box;
      }

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

      .cannabis-erp-section .cannabis-erp-section__container {
        max-width: 1440px;
        margin-inline: auto;
      }

      .cannabis-erp-section .cannabis-erp-section__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
      }

      .cannabis-erp-section .cannabis-erp-section__card {
        background-color: var(--card-bg);
        border: 1px solid var(--border-light);
        border-radius: var(--radius-lg);
        padding: 32px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
      }

      /* Section 03 Styling */
      .cannabis-erp-section .cannabis-erp-section__header {
        margin-bottom: 24px;
      }

      .cannabis-erp-section .cannabis-erp-section__title {
        font-size: 24px;
        font-weight: 800;
        color: var(--text-dark);
        letter-spacing: -0.01em;
        margin-bottom: 6px;
      }

      .cannabis-erp-section .cannabis-erp-section__subtitle {
        font-size: 14px;
        font-weight: 600;
        color: var(--text-body);
      }

      .cannabis-erp-section .cannabis-erp-section__three-col-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-bottom: 24px;
      }

      .cannabis-erp-section .cannabis-erp-section__feature-card {
        background-color: #fafafa;
        border: 1px solid #f1f5f9;
        border-radius: var(--radius-md);
        padding: 24px 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: var(--transition);
      }

      .cannabis-erp-section .cannabis-erp-section__feature-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        background-color: #ffffff;
        border-color: var(--border-light);
      }

      .cannabis-erp-section .cannabis-erp-section__card-icon {
        font-size: 42px;
        color: var(--accent-blue);
        margin-bottom: 16px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .cannabis-erp-section .cannabis-erp-section__card-title {
        font-size: 16px;
        font-weight: 800;
        color: var(--text-dark);
        margin-bottom: 12px;
      }

      .cannabis-erp-section .cannabis-erp-section__card-description {
        font-size: 14px;
        font-weight: 600;
        color: var(--text-body);
        line-height: 1.5;
      }

      .cannabis-erp-section .cannabis-erp-section__bottom-callout {
        background-color: #fafafa;
        border: 1px solid var(--border-light);
        border-radius: var(--radius-md);
        padding: 18px 24px;
        text-align: center;
        margin-top: auto;
      }

      .cannabis-erp-section .cannabis-erp-section__callout-text {
        font-size: 13px;
        font-weight: 600;
        color: var(--text-body);
        line-height: 1.4;
      }

      /* Section 04 Styling */
      .cannabis-erp-section .cannabis-erp-section__flow-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 24px;
      }

      .cannabis-erp-section .cannabis-erp-section__flow-card {
        border: 1px solid var(--accent-blue);
        border-radius: var(--radius-md);
        background-color: #ffffff;
        padding: 12px 8px;
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        transition: var(--transition);
      }

      .cannabis-erp-section .cannabis-erp-section__flow-card:hover {
        box-shadow: 0 4px 10px rgba(29, 78, 216, 0.12);
        transform: translateY(-2px);
      }

      .cannabis-erp-section .cannabis-erp-section__flow-icon {
        font-size: 22px;
        color: var(--accent-blue);
        margin-bottom: 8px;
      }

      .cannabis-erp-section .cannabis-erp-section__flow-label {
        font-size: 11px;
        font-weight: 700;
        color: var(--text-dark);
        white-space: nowrap;
      }

      .cannabis-erp-section .cannabis-erp-section__flow-arrow {
        color: var(--text-sub);
        font-size: 11px;
        flex-shrink: 0;
      }

      .cannabis-erp-section .cannabis-erp-section__traceability-layout {
        display: grid;
        /*grid-template-columns: 1fr 1.3fr;*/
        gap: 20px;
        align-items: start;
        margin-bottom: 20px;
      }

      .cannabis-erp-section .cannabis-erp-section__info-text {
        font-size: 13px;
        font-weight: 500;
        color: var(--text-body);
        line-height: 1.6;
      }

      .cannabis-erp-section .cannabis-erp-section__intelligence-box {
        background-color: var(--callout-bg);
        border: 1px solid var(--callout-border);
        border-radius: var(--radius-md);
        padding: 16px 20px;
      }

      .cannabis-erp-section .cannabis-erp-section__box-title {
        font-size: 14px;
        font-weight: 800;
        color: var(--text-title);
        text-align: center;
      }

      .cannabis-erp-section .cannabis-erp-section__checklist {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 12px;
        list-style: none;
        margin-top: 10px;
      }

      .cannabis-erp-section .cannabis-erp-section__check-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
      }

      .cannabis-erp-section .cannabis-erp-section__check-icon {
        color: var(--accent-blue);
        font-size: 13px;
        margin-top: 2px;
        flex-shrink: 0;
      }

      .cannabis-erp-section .cannabis-erp-section__check-text {
        font-size: 12px;
        font-weight: 600;
        color: var(--text-title);
        line-height: 1.3;
      }

      .cannabis-erp-section .cannabis-erp-section__outcome-bar {
        background-color: var(--outcome-bg);
        border-radius: 6px;
        padding: 10px 16px;
        text-align: center;
        margin-top: auto;
      }

      .cannabis-erp-section .cannabis-erp-section__outcome-text {
        font-size: 12px;
        font-weight: 700;
        color: var(--outcome-text);
      }

      /* Responsive Styles */
      @media (max-width: 1200px) {
        .cannabis-erp-section .cannabis-erp-section__grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 768px) {
        .cannabis-erp-section .cannabis-erp-section__three-col-grid {
          grid-template-columns: 1fr;
        }

        .cannabis-erp-section .cannabis-erp-section__flow-row {
          flex-wrap: wrap;
          justify-content: center;
        }

        .cannabis-erp-section .cannabis-erp-section__flow-card {
          min-width: 120px;
        }

        .cannabis-erp-section .cannabis-erp-section__flow-arrow {
          display: none;
        }

        .cannabis-erp-section .cannabis-erp-section__traceability-layout {
          grid-template-columns: 1fr;
        }

        .cannabis-erp-section .cannabis-erp-section__checklist {
          grid-template-columns: 1fr;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .cannabis-erp-section .cannabis-erp-section__feature-card,
        .cannabis-erp-section .cannabis-erp-section__flow-card {
          transition: none;
          transform: none;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efbc5b0 */:root {
        --feature-grid-bg: #f8fafc;
        --feature-card-bg: #ffffff;
        --feature-card-border: #e2e8f0;
        --feature-text-blue: #002b9e;
        --feature-text-dark: #0f172a;
        --feature-text-muted: #475569;
        --feature-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --feature-card-radius: 8px;
        --feature-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
      }

      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      body {
        background-color: var(--feature-grid-bg);
        font-family: var(--feature-font-family);
        color: var(--feature-text-dark);
        -webkit-font-smoothing: antialiased;
      }

      .features-section {
        width: 100%;
        background-color: var(--feature-grid-bg);
        padding: 20px 0 40px 0;
      }

      .features-section__container {
        max-width: 1440px;
        margin-inline: auto;
        /* padding-inline: 40px; */
      }

      .features-section__grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
      }

      .features-section__grid--top {
        margin-bottom: 16px;
      }

      .features-section__card {
        background-color: var(--feature-card-bg);
        border: 1px solid var(--feature-card-border);
        border-radius: var(--feature-card-radius);
        padding: 24px 16px 20px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: var(--feature-transition);
        min-height: 280px;
      }

      .features-section__card:hover {
        transform: translateY(-4px);
        box-shadow:
          0 10px 25px -5px rgba(0, 43, 158, 0.08),
          0 8px 10px -6px rgba(0, 43, 158, 0.01);
        border-color: #cbd5e1;
      }

      .features-section__icon-wrapper {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        background-color: #f0f5ff;
        border: 1px solid #dbeafe;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        flex-shrink: 0;
      }

      .features-section__icon {
        font-size: 28px;
        color: var(--feature-text-blue);
      }

      .features-section__number {
        font-size: 16px;
        font-weight: 800;
        color: var(--feature-text-blue);
        line-height: 1;
        margin-bottom: 6px;
      }

      .features-section__card-title {
        font-size: 19px;
        font-weight: 800;
        color: var(--feature-text-blue);
        line-height: 1.4;
        margin-bottom: 12px;
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .features-section__description {
        font-size: 16px;
        font-weight: 500;
        color: var(--feature-text-muted);
        line-height: 1.45;
        margin-bottom: 16px;
        flex-grow: 1;
      }

      .features-section__link {
        font-size: 11px;
        font-weight: 700;
        color: var(--feature-text-blue);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-top: auto;
        transition: gap 0.2s ease;
      }

      .features-section__card:hover .features-section__link {
        gap: 7px;
      }

      .features-section__arrow {
        font-size: 10px;
      }

      /* Responsive Layout Adjustments */
      @media (max-width: 1280px) {
        .features-section__grid {
          grid-template-columns: repeat(4, 1fr);
        }
        .features-section__grid--top {
          margin-bottom: 16px;
        }
      }

      @media (max-width: 1024px) {
        .features-section__grid {
          grid-template-columns: repeat(3, 1fr);
        }
        .features-section__container {
          padding-inline: 24px;
        }
      }

      @media (max-width: 768px) {
        .features-section__grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 12px;
        }
        .features-section__card {
          padding: 16px 12px;
          min-height: auto;
        }
      }

      @media (max-width: 480px) {
        .features-section__grid {
          grid-template-columns: 1fr;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .features-section__card,
        .features-section__link {
          transition: none !important;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c0be9b */.cta-banner-section {
        --banner-bg: #00227b;
        --banner-bg-gradient: linear-gradient(90deg, #001a61 0%, #002b9e 50%, #001f78 100%);
        --text-white: #ffffff;
        --text-light-blue: #bfdbfe;
        --btn-white-bg: #ffffff;
        --btn-white-text: #002b9e;
        --btn-white-hover: #f0f5ff;
        --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --radius-md: 6px;
        --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);

        font-family: var(--font-family);
        background: var(--banner-bg-gradient);
        padding: 32px 24px;
        width: 100%;
        box-sizing: border-box;
        color: var(--text-white);
        -webkit-font-smoothing: antialiased;
        position: relative;
        overflow: hidden;
      }

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

      .cta-banner-section .cta-banner-container {
        max-width: 1440px;
        margin-inline: auto;
        display: grid;
        grid-template-columns: 1.2fr auto 1.2fr auto;
        align-items: center;
        gap: 24px;
      }

      /* Column 1: Main Headline & Subtitle */
      .cta-banner-section .cta-text-primary {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .cta-banner-section .cta-headline {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.25;
        color: var(--text-white);
        letter-spacing: -0.01em;
      }

      .cta-banner-section .cta-subtext {
        font-size: 11px;
        font-weight: 500;
        color: var(--text-light-blue);
        line-height: 1.4;
      }

      /* Decorative Leaf Divider */
      .cta-banner-section .cta-divider-icon {
        font-size: 32px;
        color: rgba(255, 255, 255, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
      }

      /* Column 2: Secondary Headline */
      .cta-banner-section .cta-text-secondary {
        display: flex;
        align-items: center;
      }

      .cta-banner-section .cta-secondary-headline {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        color: var(--text-white);
      }

      /* Column 3: Action Buttons */
      .cta-banner-section .cta-buttons-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 220px;
      }

      .cta-banner-section .cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 18px;
        border-radius: var(--radius-md);
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        transition: var(--transition);
        cursor: pointer;
        white-space: nowrap;
      }

      .cta-banner-section .cta-btn-primary {
        background-color: var(--btn-white-bg);
        color: var(--btn-white-text);
        border: 1px solid var(--btn-white-bg);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .cta-banner-section .cta-btn-primary:hover {
        background-color: var(--btn-white-hover);
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      }

      .cta-banner-section .cta-btn-outline {
        background-color: transparent;
        color: var(--text-white);
        border: 1px solid rgba(255, 255, 255, 0.8);
      }

      .cta-banner-section .cta-btn-outline:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: #ffffff;
        transform: translateY(-1px);
      }

      /* Responsive Design */
      @media (max-width: 1200px) {
        .cta-banner-section .cta-banner-container {
          grid-template-columns: 1fr auto 1fr;
        }
        .cta-banner-section .cta-buttons-group {
          grid-column: span 3;
          flex-direction: row;
          justify-content: center;
          margin-top: 12px;
        }
      }

      @media (max-width: 900px) {
        .cta-banner-section .cta-banner-container {
          grid-template-columns: 1fr;
          gap: 20px;
          text-align: center;
        }

        .cta-banner-section .cta-divider-icon {
          display: none;
        }

        .cta-banner-section .cta-buttons-group {
          grid-column: span 1;
          flex-direction: column;
          width: 100%;
          max-width: 320px;
          margin-inline: auto;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .cta-banner-section .cta-btn {
          transition: none;
          transform: none;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08de28c */.why-synconics-section {
        --bg-color: #f8fafc;
        --card-bg: #ffffff;
        --border-color: #e2e8f0;
        --text-blue: #002b9e;
        --text-dark: #0f172a;
        --text-muted: #475569;
        --icon-blue: #1d4ed8;
        --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --radius-lg: 12px;
        --radius-md: 8px;
        --transition: all 0.3s ease;

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

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

      .why-synconics-section .why-synconics-section__container {
        max-width: 1440px;
        margin-inline: auto;
      }

      .why-synconics-section .why-synconics-section__card {
        background-color: var(--card-bg);
        border: 1px solid var(--border-color);
        border-radius: var(--radius-lg);
        padding: 36px 40px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
      }

      .why-synconics-section .why-synconics-section__title {
        font-size: 24px;
        font-weight: 800;
        color: var(--text-blue);
        letter-spacing: -0.01em;
        margin-bottom: 6px;
      }

      .why-synconics-section .why-synconics-section__subtitle {
        font-size: 14px;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 24px;
      }

      .why-synconics-section .why-synconics-section__content-grid {
        display: grid;
        grid-template-columns: 1fr 1.35fr;
        gap: 40px;
        align-items: start;
      }

      /* Left Column Text */
      .why-synconics-section .why-synconics-section__text-block {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .why-synconics-section .why-synconics-section__description {
        font-size: 13px;
        font-weight: 500;
        color: var(--text-muted);
        line-height: 1.5;
      }

      .why-synconics-section .why-synconics-section__formula {
        font-size: 13px;
        font-weight: 800;
        color: var(--text-dark);
        line-height: 1.5;
        letter-spacing: -0.01em;
      }

      /* Right Column Features Grid */
      .why-synconics-section .why-synconics-section__features-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
      }

      .why-synconics-section .why-synconics-section__feature-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transition: var(--transition);
      }

      .why-synconics-section .why-synconics-section__feature-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
      }

      .why-synconics-section .why-synconics-section__icon-wrapper {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1.5px solid var(--icon-blue);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: var(--icon-blue);
        background-color: #ffffff;
        transition: var(--transition);
      }

      .why-synconics-section .why-synconics-section__feature-item:hover .why-synconics-section__icon-wrapper {
        background-color: var(--icon-blue);
        color: #ffffff;
        transform: translateY(-2px);
      }

      .why-synconics-section .why-synconics-section__icon {
        font-size: 14px;
      }

      .why-synconics-section .why-synconics-section__feature-title {
        font-size: 13px;
        font-weight: 800;
        color: var(--text-blue);
        line-height: 1.25;
      }

      .why-synconics-section .why-synconics-section__feature-desc {
        font-size: 11px;
        font-weight: 500;
        color: var(--text-muted);
        line-height: 1.45;
      }

      /* Responsive Breakpoints */
      @media (max-width: 1280px) {
        .why-synconics-section .why-synconics-section__features-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 20px;
        }
      }

      @media (max-width: 1024px) {
        .why-synconics-section .why-synconics-section__content-grid {
          grid-template-columns: 1fr;
          gap: 32px;
        }
      }

      @media (max-width: 768px) {
        .why-synconics-section .why-synconics-section__card {
          padding: 24px 20px;
        }

        .why-synconics-section .why-synconics-section__features-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px 16px;
        }
      }

      @media (max-width: 480px) {
        .why-synconics-section .why-synconics-section__features-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .why-synconics-section .why-synconics-section__feature-item,
        .why-synconics-section .why-synconics-section__icon-wrapper {
          transition: none;
          transform: none;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3086d8b */.odoo-cannabis-section {
        --bg-color: #f8fafc;
        --card-bg: #ffffff;
        --border-color: #e2e8f0;
        --text-blue: #002b9e;
        --text-dark: #0f172a;
        --text-muted: #475569;
        --btn-blue: #002b9e;
        --btn-blue-hover: #001f75;
        --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --radius-lg: 12px;
        --radius-md: 8px;
        --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);

        font-family: var(--font-family);
        background-color: var(--bg-color);
        padding: 10px 20px 40px 20px;
        width: 100%;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
      }

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

      .odoo-cannabis-section .container {
        max-width: 1440px;
        margin-inline: auto;
      }

      .odoo-cannabis-section .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        align-items: stretch;
      }

      /* Card Styling */
      .odoo-cannabis-section .card {
        background-color: var(--card-bg);
        border: 1px solid var(--border-color);
        border-radius: var(--radius-lg);
        padding: 32px 28px;
        display: flex;
        flex-direction: column;
        position: relative;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
        transition: var(--transition);
      }

      .odoo-cannabis-section .card:hover {
        box-shadow: 0 10px 25px -5px rgba(0, 43, 158, 0.06);
        border-color: #cbd5e1;
      }

      /* Headings & Text */
      .odoo-cannabis-section .card-title {
        font-size: 24px;
        font-weight: 800;
        color: var(--text-blue);
        line-height: 1.3;
        margin-bottom: 6px;
      }

      .odoo-cannabis-section .card-subtitle {
        font-size: 12px;
        font-weight: 500;
        color: var(--text-muted);
        margin-bottom: 20px;
        line-height: 1.4;
      }

      /* List Items */
      .odoo-cannabis-section .checklist {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 24px;
      }

      .odoo-cannabis-section .checklist-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 12px;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.4;
      }

      .odoo-cannabis-section .check-icon {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1.5px solid var(--text-blue);
        color: var(--text-blue);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        flex-shrink: 0;
        margin-top: 1px;
      }

      /* Two Column List Grid for Card 2 */
      .odoo-cannabis-section .checklist-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 16px;
        margin-bottom: 0;
      }

      /* Footer Text inside Card 1 */
      .odoo-cannabis-section .card-footer-text {
        font-size: 11px;
        font-weight: 500;
        color: var(--text-muted);
        line-height: 1.5;
        margin-top: auto;
        padding-top: 16px;
        border-top: 1px solid #f1f5f9;
      }

      /* Card Graphics / Decorative Elements */
      .odoo-cannabis-section .card-graphic-wrapper {
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
      }

      .odoo-cannabis-section .plant-badge {
        position: absolute;
        right: 0;
        top: 20px;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 43, 158, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
      }

      .odoo-cannabis-section .plant-icon {
        font-size: 90px;
        color: #10b981;
        filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
      }

      .odoo-cannabis-section .leaf-bg {
        position: absolute;
        right: -10px;
        top: 10px;
        font-size: 130px;
        color: #10b981;
        opacity: 0.85;
        pointer-events: none;
      }

      /* Callout Box inside Card 3 */
      .odoo-cannabis-section .callout-box {
        border: 1px solid #dbeafe;
        background-color: #f0f7ff;
        border-radius: var(--radius-md);
        padding: 16px;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: var(--text-blue);
        line-height: 1.4;
        margin-top: auto;
        margin-bottom: 20px;
      }

      /* CTA Button Container */
      .odoo-cannabis-section .btn-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }

      .odoo-cannabis-section .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        transition: var(--transition);
        cursor: pointer;
      }

      .odoo-cannabis-section .btn-primary {
        background-color: var(--btn-blue);
        color: #ffffff;
        border: 1px solid var(--btn-blue);
      }

      .odoo-cannabis-section .btn-primary:hover {
        background-color: var(--btn-blue-hover);
        border-color: var(--btn-blue-hover);
      }

      .odoo-cannabis-section .btn-outline {
        background-color: #ffffff;
        color: var(--btn-blue);
        border: 1px solid var(--btn-blue);
      }

      .odoo-cannabis-section .btn-outline:hover {
        background-color: #f0f5ff;
      }

      /* Responsive Breakpoints */
      @media (max-width: 1200px) {
        .odoo-cannabis-section .grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 768px) {
        .odoo-cannabis-section .grid {
          grid-template-columns: 1fr;
        }

        .odoo-cannabis-section .card {
          padding: 24px 20px;
        }

        .odoo-cannabis-section .btn-group {
          grid-template-columns: 1fr;
        }

        .odoo-cannabis-section .checklist-grid {
          grid-template-columns: 1fr;
        }

        .odoo-cannabis-section .plant-badge,
        .odoo-cannabis-section .leaf-bg {
          display: none;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .odoo-cannabis-section .card,
        .odoo-cannabis-section .btn {
          transition: none;
          transform: none;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4ccc16 */.faq-section {
        --bg-color: #f8fafc;
        --card-bg: #ffffff;
        --border-color: #e2e8f0;
        --border-color-hover: #cbd5e1;
        --text-blue: #002b9e;
        --text-dark: #0f172a;
        --text-muted: #475569;
        --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --radius-md: 8px;
        --transition: all 0.2s ease-in-out;

        font-family: var(--font-family);
        background-color: var(--bg-color);
        padding: 40px 20px;
        width: 100%;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
      }

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

      .faq-section .faq-container {
        max-width: 1440px;
        margin-inline: auto;
      }

      .faq-section .faq-title {
        font-size: 24px;
        font-weight: 800;
        color: var(--text-blue);
        letter-spacing: -0.01em;
        margin-bottom: 24px;
      }

      .faq-section .faq-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 20px;
        align-items: start;
      }

      .faq-section .faq-column {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .faq-section .faq-item {
        background-color: var(--card-bg);
        border: 1px solid var(--border-color);
        border-radius: var(--radius-md);
        transition: var(--transition);
        overflow: hidden;
      }

      .faq-section .faq-item:hover {
        border-color: var(--border-color-hover);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
      }

      .faq-section .faq-question {
        width: 100%;
        background: none;
        border: none;
        padding: 14px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
        cursor: pointer;
        font-family: inherit;
        color: var(--text-dark);
        transition: var(--transition);
      }

      .faq-section .faq-question-text {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.4;
        color: #1e293b;
      }

      .faq-section .faq-icon {
        font-size: 12px;
        color: var(--text-blue);
        flex-shrink: 0;
        transition: transform 0.25s ease;
      }

      .faq-section .faq-item.active .faq-icon {
        transform: rotate(45deg);
      }

      .faq-section .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition:
          max-height 0.3s ease-out,
          padding 0.3s ease-out;
        padding: 0 16px;
        background-color: #fafafa;
      }

      .faq-section .faq-item.active .faq-answer {
        max-height: 200px;
        padding: 0 16px 14px 16px;
        border-top: 1px solid #f1f5f9;
      }

      .faq-section .faq-answer-text {
        font-size: 11px;
        font-weight: 500;
        color: var(--text-muted);
        line-height: 1.5;
        padding-top: 10px;
      }

      /* Responsive Layout Adjustments */
      @media (max-width: 1024px) {
        .faq-section .faq-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 640px) {
        .faq-section .faq-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .faq-section .faq-item,
        .faq-section .faq-icon,
        .faq-section .faq-answer {
          transition: none;
        }
      }/* End custom CSS */