.elementor-18430 .elementor-element.elementor-element-266e22c{--display:flex;--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 html, class: .elementor-element-22952fb */.odoo-hero {
        --odoo-primary: #714b9f;
        --odoo-primary-dark: #5a3b80;
        --odoo-text-dark: #0f172a;
        --odoo-text-muted: #475569;
        --odoo-bg-light: #f8fafc;
        --odoo-border: #e2e8f0;
        --odoo-success: #10b981;
        --odoo-info: #3b82f6;
        --odoo-warning: #f59e0b;
        --odoo-danger: #ef4444;
        --font-main: "Inter", sans-serif;
        --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        padding: 60px 40px;
        background: linear-gradient(135deg, #fdfeff 0%, #f4f7fc 100%);
        overflow: hidden;
        display: flex;
        align-items: center;
        min-height: 620px;
      }

      .odoo-hero__container {
        max-width: 1440px;
        margin-inline: auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1.1fr 1.3fr;
        gap: 40px;
        align-items: center;
        position: relative;
        z-index: 2;
        padding: 0 20px;
      }

      /* Left Content Column */
      .odoo-hero__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*animation: odooFadeUp 0.8s ease-out;*/
      }

      .odoo-hero__tagline {
        color: var(--odoo-primary);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 20px;
      }

      .odoo-hero__title {
        font-size: 52px;
        font-weight: 800;
        line-height: 1.15;
        color: #1e293b;
        letter-spacing: -1px;
        margin-bottom: 24px;
      }

      .odoo-hero__description {
        font-size: 18px;
        line-height: 1.6;
        color: var(--odoo-text-muted);
        margin-bottom: 10px;
      }

      .odoo-hero__actions {
        display: flex;
        gap: 16px;
        margin-bottom: 48px;
        flex-wrap: wrap;
      }

      .odoo-hero__btn-primary {
        background-color: var(--odoo-primary);
        color: #ffffff;
        border: none;
        padding: 16px 32px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: var(--transition-smooth);
        box-shadow: 0 4px 12px rgba(113, 75, 159, 0.2);
      }

      .odoo-hero__btn-primary:hover {
        background-color: var(--odoo-primary-dark);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(113, 75, 159, 0.3);
      }

      .odoo-hero__btn-secondary {
        background-color: transparent;
        color: var(--odoo-primary);
        border: 2px solid var(--odoo-primary);
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: var(--transition-smooth);
      }

      .odoo-hero__btn-secondary:hover {
        background-color: rgba(113, 75, 159, 0.05);
        transform: translateY(-2px);
        color: var(--odoo-primary);
      }

      .odoo-hero__btn-icon {
        font-size: 14px;
        transition: var(--transition-smooth);
      }

      .odoo-hero__btn-primary:hover .odoo-hero__btn-icon {
        transform: translateX(4px);
      }

      .odoo-hero__btn-secondary:hover .odoo-hero__btn-icon {
        transform: translateX(4px);
      }

      /* Trust Badges Footer Grid */
      .odoo-hero__trust-section {
        background: white;
        border-top: 1px solid var(--odoo-border);
      }
      .odoo-hero__trust-grid {
        max-width: 1440px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        padding: 20px 20px;
      }

      .odoo-hero__trust-item {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: center;
      }

      .odoo-hero__trust-icon-box {
        width: 40px;
        height: 40px;
        background: rgba(113, 75, 159, 0.08);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--odoo-primary);
        font-size: 18px;
        flex-shrink: 0;
      }

      .odoo-hero__trust-text-wrapper {
        display: flex;
        flex-direction: column;
      }

      .odoo-hero__trust-title {
        font-size: 16px;
        font-weight: 700;
        color: #1e293b;
        line-height: 1.3;
      }

      .odoo-hero__trust-desc {
        font-size: 14px;
        color: var(--odoo-text-muted);
        line-height: 1.3;
      }

      /* Right Visual Column */
      .odoo-hero__visual {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /*animation: odooFadeIn 1s ease-out;*/
      }

      /* Canada Specific Accent Badge Top Right */
      .odoo-hero__canada-badge {
        position: absolute;
        top: 0px;
        right: 50px;
        background: #ffffff;
        padding: 10px 18px;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 10;
        border: 1px solid var(--odoo-border);
      }

      .odoo-hero__canada-icon {
        color: #ff0000;
        font-size: 24px;
      }

      .odoo-hero__canada-text-box {
        display: flex;
        flex-direction: column;
      }

      .odoo-hero__canada-label {
        font-size: 11px;
        color: var(--odoo-text-muted);
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .odoo-hero__canada-value {
        font-size: 15px;
        font-weight: 700;
        color: #1e293b;
      }

      /* Laptop UI Mockup Container */
      .odoo-hero__laptop-wrapper {
        position: relative;
        width: 100%;
        /*max-width: 680px;*/
        /*perspective: 1000px;*/
      }

      .odoo-hero__laptop-screen {
        background: #ffffff;
        border: 12px solid #1e293b;
        border-bottom: 0;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
        overflow: hidden;
        aspect-ratio: 16 / 10;
        display: flex;
      }

      .odoo-hero__laptop-base {
        height: 12px;
        background: #0f172a;
        border-radius: 0 0 16px 16px;
        width: 108%;
        margin-left: -4%;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }

      .odoo-hero__laptop-base::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: #475569;
        border-radius: 0 0 4px 4px;
      }

      /* ERP Sidebar Mockup */
      .odoo-hero__app-sidebar {
        width: 22%;
        background: #ffffff;
        border-right: 1px solid var(--odoo-border);
        padding: 16px 8px;
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .odoo-hero__app-logo {
        font-size: 18px;
        font-weight: 800;
        color: var(--odoo-primary);
        padding: 0 10px 16px 10px;
        border-bottom: 1px solid var(--odoo-border);
        margin-bottom: 12px;
      }

      .odoo-hero__sidebar-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 10px;
        border-radius: 6px;
        font-size: 11px;
        color: var(--odoo-text-muted);
        font-weight: 500;
        text-decoration: none;
      }

      .odoo-hero__sidebar-item--active {
        background: rgba(113, 75, 159, 0.1);
        color: var(--odoo-primary);
        font-weight: 600;
      }

      .odoo-hero__sidebar-icon {
        font-size: 12px;
        width: 16px;
        text-align: center;
      }

      /* ERP Main Application Area Dashboard */
      .odoo-hero__app-main {
        flex: 1;
        background: #f8fafc;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow-y: auto;
      }

      .odoo-hero__dashboard-title {
        font-size: 14px;
        font-weight: 700;
        color: #1e293b;
      }

      /* Dashboard Stat Row */
      .odoo-hero__stat-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
      }

      .odoo-hero__stat-card {
        background: #ffffff;
        padding: 14px;
        border-radius: 8px;
        border: 1px solid var(--odoo-border);
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .odoo-hero__stat-label {
        font-size: 10px;
        color: var(--odoo-text-muted);
        font-weight: 500;
      }

      .odoo-hero__stat-value {
        font-size: 16px;
        font-weight: 700;
        color: #1e293b;
      }

      /* Dashboard Visual Analytics Row */
      .odoo-hero__chart-grid {
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        gap: 12px;
        flex: 1;
      }

      .odoo-hero__chart-card {
        background: #ffffff;
        padding: 14px;
        border-radius: 8px;
        border: 1px solid var(--odoo-border);
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: 130px;
      }

      .odoo-hero__chart-header {
        font-size: 10px;
        font-weight: 700;
        color: #1e293b;
      }

      /* Mock Line Chart Drawing */
      .odoo-hero__mock-chart-svg {
        width: 100%;
        height: auto;
        flex: 1;
        margin-top: auto;
      }

      /* Mock Donut Chart Layout */
      .odoo-hero__donut-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        height: 100%;
      }

      .odoo-hero__donut-graphic {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: conic-gradient(var(--odoo-primary) 0% 40%, var(--odoo-success) 40% 70%, var(--odoo-warning) 70% 85%, var(--odoo-info) 85% 100%);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .odoo-hero__donut-graphic::after {
        content: "";
        width: 33px;
        height: 33px;
        background: #ffffff;
        border-radius: 50%;
      }

      .odoo-hero__donut-legend {
        display: flex;
        flex-direction: column;
        gap: 3px;
      }

      .odoo-hero__legend-item {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 8px;
        color: var(--odoo-text-muted);
        font-weight: 500;
      }

      .odoo-hero__legend-color {
        width: 6px;
        height: 6px;
        border-radius: 2px;
      }

      /* Floating Absolute Compliance Shield Badge */
      .odoo-hero__shield-badge {
        position: absolute;
        bottom: 20px;
        right: 0px;
        background: linear-gradient(135deg, #4a2e80 0%, #25134a 100%);
        color: #ffffff;
        padding: 16px;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(37, 19, 74, 0.25);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
        width: 110px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        animation: odooFloat 4s ease-in-out infinite;
        z-index: 10;
      }

      .odoo-hero__shield-icon {
        font-size: 28px;
        color: #a78bfa;
      }

      .odoo-hero__shield-text {
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.5px;
      }

      .odoo-hero__shield-check {
        font-size: 10px;
        background: #10b981;
        color: white;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
      }

      /* Background Deco Elements */
      .odoo-hero__bg-tower {
        position: absolute;
        right: -5%;
        bottom: 0;
        height: 100% !important;
        opacity: 0.25;
        z-index: 0;
        pointer-events: none;
        background-size: auto;
        background-position: center;
        -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, #000 35%);
        mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, #000 35%);
      }
      .odoo-hero__laptop-image {
        width: 100%;
        height: auto;
        display: block;
      }

      /* Animations Keyframes */
      @keyframes odooFadeUp {
        from {
          opacity: 0;
          transform: translateY(30px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes odooFadeIn {
        from {
          opacity: 0;
          transform: scale(0.95);
        }
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      @keyframes odooFloat {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px);
        }
      }

      /* --- RESPONSIVE BREAKPOINTS (Desktop-First Approach) --- */

      /* Desktop Small / Laptop */
      @media (max-width: 1280px) {
        .odoo-hero__title {
          font-size: 44px;
        }
        .odoo-hero__laptop-wrapper {
          max-width: 580px;
        }
        .odoo-hero__canada-badge {
          right: 60px;
        }
      }

      @media (max-width: 1024px) {
        .odoo-hero__container {
          grid-template-columns: 1fr;
          gap: 60px;
        }
        .odoo-hero__content {
          align-items: center;
          text-align: center;
        }
        .odoo-hero__description {
          max-width: 600px;
        }
        .odoo-hero__visual {
          justify-content: center;
          margin-top: 20px;
        }
        .odoo-hero__trust-grid {
          width: 100%;
        }
        .odoo-hero__canada-badge {
          top: -30px;
          right: 10%;
        }
      }

      /* Tablet Viewports */
      @media (max-width: 768px) {
        .odoo-hero__container {
          grid-template-columns: 1fr;
          gap: 0px;
        }
        .odoo-hero {
          padding: 40px 24px;
        }
        .odoo-hero__title {
          font-size: 36px;
        }
        .odoo-hero__trust-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 24px;
        }
        .odoo-hero__laptop-wrapper {
          max-width: 100%;
          padding: 0 20px;
        }
        .odoo-hero__shield-badge {
          right: 5px;
        }
        .odoo-hero__visual {
          /* display: none; */
        }
        .odoo-hero__bg-tower {
          display: none;
        }
      }

      /* Mobile Mobile Viewports */
      @media (max-width: 480px) {
        .odoo-hero {
          padding: 32px 16px;
        }
        .odoo-hero__title {
          font-size: 28px;
        }
        .odoo-hero__actions {
          flex-direction: column;
          width: 100%;
        }
        .odoo-hero__btn-primary,
        .odoo-hero__btn-secondary {
          width: 100%;
          justify-content: center;
        }
        .odoo-hero__trust-grid {
          grid-template-columns: 1fr 1fr;
          gap: 16px;
        }
        .odoo-hero__app-sidebar {
          display: none;
        }
        .odoo-hero__canada-badge {
          position: relative;
          top: 0;
          right: 0;
          margin-bottom: 16px;
          display: inline-flex;
          align-self: center;
        }
        .odoo-hero__visual {
          flex-direction: column;
        }
        .odoo-hero__shield-badge {
          position: relative;
          bottom: 0;
          right: 0;
          margin-top: -20px;
          width: 140px;
          flex-direction: row;
          justify-content: center;
        }
      }

      /* Accessibility Handling */
      @media (prefers-reduced-motion: reduce) {
        .odoo-hero__content,
        .odoo-hero__visual,
        .odoo-hero__shield-badge,
        .odoo-hero__btn-primary,
        .odoo-hero__btn-secondary,
        .odoo-hero__btn-icon {
          animation: none !important;
          transition: none !important;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44277cf */.payroll-section {
        --payroll-bg-section: #ffffff;
        --payroll-bg-card: #ffffff;
        --payroll-border-section: #eef2f6;
        --payroll-border-card: #eef2f6;
        --payroll-text-title: #714b9f;
        --payroll-text-subtitle: #475467;
        --payroll-text-card-title: #714b9f;
        --payroll-text-card-desc: #475467;
        --payroll-icon-color: #714b9f;

        --payroll-font-family: "Inter", sans-serif;

        --payroll-radius-section: 12px;
        --payroll-radius-card: 10px;

        --payroll-shadow-section: 0 4px 30px rgba(0, 0, 0, 0.02);
        --payroll-shadow-card: transparent;
        --payroll-shadow-card-hover: 0 12px 24px rgba(148, 97, 239, 0.2);

        --payroll-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

        font-family: var(--payroll-font-family);
        background-color: var(--payroll-bg-section);
        padding: 10px 20px 10px 20px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }

      .payroll-section .payroll-section__container {
        max-width: 1440px;
        margin-inline: auto;
        border: 1px solid var(--payroll-border-section);
        border-radius: var(--payroll-radius-section);
        padding: 26px 20px;
        box-shadow: var(--payroll-shadow-section);
        box-sizing: border-box;
      }

      .payroll-section .payroll-section__header {
        text-align: center;
        margin-bottom: 48px;
        max-width: 768px;
        margin-inline: auto;
      }

      .payroll-section .payroll-section__title {
        color: var(--payroll-text-title);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.02em;
        margin: 0 0 12px 0;
      }

      .payroll-section .payroll-section__subtitle {
        color: var(--payroll-text-subtitle);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
      }

      .payroll-section .payroll-section__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
      }

      .payroll-section .payroll-section__card {
        background-color: var(--payroll-bg-card);
        border: 1px solid var(--payroll-border-card);
        border-radius: var(--payroll-radius-card);
        padding: 40px 24px;
        text-align: center;
        box-shadow: var(--payroll-shadow-card);
        transition: var(--payroll-transition);
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
      }

      .payroll-section .payroll-section__card:hover {
        transform: translateY(-4px);
        border-color: transparent;
        box-shadow: var(--payroll-shadow-card-hover);
      }

      .payroll-section .payroll-section__icon-wrapper {
        color: var(--payroll-icon-color);
        font-size: 44px;
        margin-bottom: 28px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--payroll-transition);
      }

      .payroll-section .payroll-section__card:hover .payroll-section__icon-wrapper {
        transform: scale(1.05);
      }

      .payroll-section .payroll-section__card-title {
        color: var(--payroll-text-card-title);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0 0 14px 0;
      }

      .payroll-section .payroll-section__description {
        color: var(--payroll-text-card-desc);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        margin: 0;
      }

      @media (max-width: 1279px) {
        .payroll-section .payroll-section__grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 24px;
        }
      }

      @media (max-width: 1023px) {
        .payroll-section {
          padding: 32px 16px;
        }
        .payroll-section .payroll-section__container {
          padding: 40px 24px;
        }
      }

      @media (max-width: 767px) {
        .payroll-section .payroll-section__grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }
        .payroll-section .payroll-section__header {
          margin-bottom: 36px;
        }
        .payroll-section .payroll-section__title {
          font-size: 21px;
        }
        .payroll-section .payroll-section__subtitle {
          font-size: 14px;
        }
        .payroll-section .payroll-section__card {
          padding: 32px 20px;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .payroll-section .payroll-section__card,
        .payroll-section .payroll-section__icon-wrapper {
          transition: none;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e2b94c */.ca-payroll-section {
        --ca-payroll-bg: #ffffff;
        --ca-payroll-border: #eef2f6;
        --ca-payroll-text-primary: #714b9f;
        --ca-payroll-text-secondary: #475467;
        --ca-payroll-accent-purple: #714b9f;
        --ca-payroll-accent-light: #f5f3ff;

        --ca-payroll-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --ca-payroll-radius: 12px;
        --ca-payroll-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);          
        font-family: var(--ca-payroll-font);
        background-color: var(--ca-payroll-bg);
        padding: 10px 20px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
      }

      .ca-payroll-section .ca-payroll-section__container {
        display: grid;
        /* grid-template-columns: 42% 58%; */
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        max-width: 1440px;
        padding: 0px 20px;
        margin-inline: auto;
        box-sizing: border-box;
        border: 1px solid var(--payroll-border-section);
        border-radius: var(--payroll-radius-section);
        box-shadow: var(--payroll-shadow-section);
      }

      /* Left Column: Localization Features */
      .ca-payroll-section .ca-payroll-section__left-pane {
        padding: 32px 24px 32px 16px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      /* Decorative Maple Leaf Watermark Background */
      .ca-payroll-section .ca-payroll-section__left-pane::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 160px;
        height: 160px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23f4f4f6"><path d="M50,5 L54,22 L68,15 L64,30 L78,28 L72,42 L88,46 L76,56 L82,72 L66,68 L64,84 L53,72 L53,95 L47,95 L47,72 L36,84 L34,68 L18,72 L24,56 L12,46 L28,42 L22,28 L36,30 L32,15 L46,22 Z"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.6;
        pointer-events: none;
        z-index: 1;
      }

      .ca-payroll-section .ca-payroll-section__main-title {
        color: var(--ca-payroll-text-primary);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 12px 0;
        position: relative;
        z-index: 2;
      }

      .ca-payroll-section .ca-payroll-section__main-desc {
        color: var(--ca-payroll-text-secondary);
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 28px 0;
        position: relative;
        z-index: 2;
      }

      .ca-payroll-section .ca-payroll-section__feature-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 20px;
        position: relative;
        z-index: 2;
      }

      .ca-payroll-section .ca-payroll-section__feature-item {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .ca-payroll-section .ca-payroll-section__feature-icon {
        color: var(--ca-payroll-accent-purple);
        font-size: 14px;
        flex-shrink: 0;
      }

      .ca-payroll-section .ca-payroll-section__feature-text {
        color: var(--ca-payroll-text-primary);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
      }

      /* Right Column: Workflow Card */
      .ca-payroll-section .ca-payroll-section__right-pane {
        border: 0px solid var(--ca-payroll-border);
        border-width: 0px 0px 0px 1px;
        border-radius: var(--ca-payroll-radius);
        padding: 36px 32px;
        background-color: var(--ca-payroll-bg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
      }

      .ca-payroll-section .ca-payroll-section__workflow-title {
        color: var(--ca-payroll-text-primary);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        margin: 0 0 8px 0;
      }

      .ca-payroll-section .ca-payroll-section__workflow-desc {
        color: var(--ca-payroll-text-secondary);
        font-size: 16px;
        text-align: center;
        margin: 0 0 36px 0;
      }

      .ca-payroll-section .ca-payroll-section__workflow-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: relative;
      }

      .ca-payroll-section .ca-payroll-section__workflow-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        padding: 0 4px;
      }

      /* Connecting Dotted Arrow Line between Steps */
      .ca-payroll-section .ca-payroll-section__workflow-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 26px;
        left: calc(50% + 32px);
        width: calc(100% - 64px);
        border-top: 2px dotted #98a2b3;
        z-index: 1;
      }

      .ca-payroll-section .ca-payroll-section__step-bubble {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background-color: var(--ca-payroll-accent-light);
        color: var(--ca-payroll-accent-purple);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 14px;
        position: relative;
        z-index: 2;
        transition: var(--ca-payroll-transition);
      }

      .ca-payroll-section .ca-payroll-section__workflow-step:hover .ca-payroll-section__step-bubble {
        transform: scale(1.08);
        background-color: var(--ca-payroll-accent-purple);
        color: #ffffff;
      }

      .ca-payroll-section .ca-payroll-section__step-num {
        color: var(--ca-payroll-text-primary);
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 6px;
      }

      .ca-payroll-section .ca-payroll-section__step-title {
        color: var(--ca-payroll-text-primary);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0 0 8px 0;
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .ca-payroll-section .ca-payroll-section__step-detail {
        color: var(--ca-payroll-text-secondary);
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
      }

      /* Responsive Breakpoints */
      @media (max-width: 1279px) {
        .ca-payroll-section .ca-payroll-section__container {
          grid-template-columns: 1fr;
          gap: 32px;
        }
        .ca-payroll-section .ca-payroll-section__left-pane {
          padding: 16px 0;
        }
        .ca-payroll-section .ca-payroll-section__left-pane::after {
          right: 24px;
        }
      }

      @media (max-width: 1023px) {
        .ca-payroll-section .ca-payroll-section__workflow-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 32px 16px;
        }
        .ca-payroll-section .ca-payroll-section__workflow-step:not(:last-child)::after {
          display: none;
        }
        .ca-payroll-section .ca-payroll-section__step-title {
          min-height: auto;
        }
      }

      @media (max-width: 767px) {
        .ca-payroll-section {
          padding: 24px 16px;
        }
        .ca-payroll-section .ca-payroll-section__feature-list {
          grid-template-columns: 1fr;
          gap: 12px;
        }
        .ca-payroll-section .ca-payroll-section__right-pane {
          padding: 28px 16px;
        }
        .ca-payroll-section .ca-payroll-section__workflow-grid {
          grid-template-columns: 1fr;
          gap: 28px;
        }
        .ca-payroll-section .ca-payroll-section__left-pane::after {
          display: none;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .ca-payroll-section .ca-payroll-section__step-bubble {
          transition: none;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ac7cd8 */.wf-container-section {
        --wf-bg-main: #ffffff;
        --wf-bg-card: #ffffff;
        --wf-bg-ai-panel: #f8f6ff;
        --wf-border-color: #eef2f6;

        --wf-text-title: #714b9f;
        --wf-text-desc: #475467;
        --wf-accent-purple: #714b9f;

        --wf-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --wf-radius: 12px;
        --wf-radius-sm: 8px;

        --wf-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);          
        font-family: var(--wf-font-family);
        background-color: var(--wf-bg-main);
        padding: 10px 20px 10px 20px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
      }

      .wf-container-section .wf-container-section__wrapper {
        max-width: 1440px;
        margin-inline: auto;
        display: grid;
        /* grid-template-columns: 60% 40%; */
        grid-template-columns: 1.5fr 1fr;
        gap: 24px;
        padding: 26px 20px;
        border: 1px solid #eef2f6;
        border-radius: var(--wf-radius);
        box-sizing: border-box;
      }

      /* Left Pane: Lifecycle Cards */
      .wf-container-section .wf-container-section__left-pane {
        display: flex;
        flex-direction: column;
      }

      .wf-container-section .wf-container-section__header-block {
        text-align: center;
        margin-bottom: 32px;
      }

      .wf-container-section .wf-container-section__main-title {
        color: var(--wf-text-title);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 10px 0;
      }

      .wf-container-section .wf-container-section__main-subtitle {
        color: var(--wf-text-desc);
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
      }

      .wf-container-section .wf-container-section__cards-row {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
        height: 100%;
      }

      .wf-container-section .wf-container-section__lifecycle-card {
        background-color: var(--wf-bg-card);
        border: 1px solid var(--wf-border-color);
        border-radius: var(--wf-radius-sm);
        padding: 24px 12px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: var(--wf-transition);
      }

      .wf-container-section .wf-container-section__lifecycle-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(6, 16, 67, 0.04);
        border-color: #dbdfe9;
      }

      .wf-container-section .wf-container-section__card-icon {
        color: var(--wf-accent-purple);
        font-size: 32px;
        margin-bottom: 16px;
        height: 40px;
        display: flex;
        align-items: center;
      }

      .wf-container-section .wf-container-section__card-title {
        color: var(--wf-text-title);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 10px 0;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .wf-container-section .wf-container-section__card-desc {
        color: var(--wf-text-desc);
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
      }

      /* Right Pane: AI Intelligence Box */
      .wf-container-section .wf-container-section__right-pane {
        background-color: var(--wf-bg-ai-panel);
        border-radius: var(--wf-radius);
        padding: 32px 24px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
      }

      .wf-container-section .wf-container-section__ai-title {
        color: var(--wf-text-title);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        margin: 0 0 8px 0;
      }

      .wf-container-section .wf-container-section__ai-subtitle {
        color: var(--wf-text-desc);
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
        margin: 0 0 32px 0;
      }

      .wf-container-section .wf-container-section__ai-diagram {
        position: relative;
        flex-grow: 1;
        display: grid;
        grid-template-rows: auto auto;
        gap: 28px;
        align-content: center;
      }

      .wf-container-section .wf-container-section__ai-row-top {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        position: relative;
        z-index: 2;
      }

      .wf-container-section .wf-container-section__ai-row-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding-inline: 20px;
        position: relative;
        z-index: 2;
      }

      .wf-container-section .wf-container-section__ai-feature-node {
        background-color: var(--wf-bg-card);
        border-radius: var(--wf-radius-sm);
        padding: 14px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        box-shadow: 0 2px 8px rgba(74, 36, 180, 0.04);
        border: 1px solid rgba(74, 36, 180, 0.05);
        transition: var(--wf-transition);
      }

      .wf-container-section .wf-container-section__ai-feature-node:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(74, 36, 180, 0.08);
      }

      .wf-container-section .wf-container-section__node-icon {
        color: var(--wf-accent-purple);
        font-size: 18px;
      }

      .wf-container-section .wf-container-section__node-label {
        color: var(--wf-text-title);
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
      }

      /* Centralized AI Badge Constellation */
      .wf-container-section .wf-container-section__ai-core-hub {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--wf-accent-purple);
        color: #ffffff;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        box-shadow: 0 0 0 6px rgba(74, 36, 180, 0.15);
        z-index: 3;
      }

      /* Decorative Vector Networks Background Overlay via SVG */
      .wf-container-section .wf-container-section__network-lines {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
      }

      /* Responsive Breakpoints */
      @media (max-width: 1279px) {
        .wf-container-section .wf-container-section__wrapper {
          grid-template-columns: 1fr;
          gap: 40px;
        }
      }

      @media (max-width: 1023px) {
        .wf-container-section .wf-container-section__cards-row {
          grid-template-columns: repeat(3, 1fr);
          gap: 16px;
        }
      }

      @media (max-width: 767px) {
        .wf-container-section {
          padding: 24px 16px;
        }
        .wf-container-section .wf-container-section__cards-row {
          grid-template-columns: 1fr;
          gap: 12px;
        }
        .wf-container-section .wf-container-section__card-title {
          min-height: auto;
        }
        .wf-container-section .wf-container-section__ai-row-top {
          grid-template-columns: 1fr;
          gap: 12px;
        }
        .wf-container-section .wf-container-section__ai-row-bottom {
          grid-template-columns: 1fr;
          gap: 12px;
          padding-inline: 0;
        }
        .wf-container-section .wf-container-section__ai-core-hub,
        .wf-container-section .wf-container-section__network-lines {
          display: none;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .wf-container-section .wf-container-section__lifecycle-card,
        .wf-container-section .wf-container-section__ai-feature-node {
          transition: none;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30c87ee */.ind-section {
                  --ind-bg-main: #ffffff;
        --ind-border-color: #eef2f6;
        --ind-divider-color: #f0f2f5;
        --ind-text-main: #714b9f;
        --ind-text-title: #061043;
        --ind-text-desc: #475467;
        --ind-accent-purple: #714b9f;

        --ind-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --ind-radius: 12px;
        --ind-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        font-family: var(--ind-font-family);
        background-color: var(--ind-bg-main);
        padding: 10px 24px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
      }

      .ind-section .ind-section__container {
        max-width: 1440px;
        margin-inline: auto;
        border: 1px solid var(--ind-border-color);
        border-radius: var(--ind-radius);
        padding: 26px 20px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
        box-sizing: border-box;
      }

      .ind-section .ind-section__header {
        text-align: center;
        margin-bottom: 40px;
      }

      .ind-section .ind-section__title {
        color: var(--ind-text-main);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 10px 0;
      }

      .ind-section .ind-section__subtitle {
        color: var(--ind-text-desc);
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
      }

      .ind-section .ind-section__row {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        align-items: stretch;
      }

      .ind-section .ind-section__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 12px 8px;
        position: relative;
        transition: var(--ind-transition);
      }

      .ind-section .ind-section__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: var(--ind-divider-color);
      }

      .ind-section .ind-section__item:hover {
        transform: translateY(-2px);
      }

      .ind-section .ind-section__icon-box {
        color: var(--ind-accent-purple);
        font-size: 36px;
        margin-bottom: 20px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--ind-transition);
      }

      .ind-section .ind-section__item:hover .ind-section__icon-box {
        transform: scale(1.06);
      }

      .ind-section .ind-section__label {
        color: var(--ind-text-title);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Responsive Adapting Layers */
      @media (max-width: 1279px) {
        .ind-section .ind-section__row {
          grid-template-columns: repeat(4, 1fr);
          gap: 24px 0;
        }
        .ind-section .ind-section__item:nth-child(4n)::after {
          display: none;
        }
      }

      @media (max-width: 1023px) {
        .ind-section {
          padding: 32px 16px;
        }
        .ind-section .ind-section__container {
          padding: 40px 20px;
        }
      }

      @media (max-width: 767px) {
        .ind-section .ind-section__row {
          grid-template-columns: repeat(2, 1fr);
        }
        .ind-section .ind-section__item::after {
          display: none !important;
        }
        .ind-section .ind-section__row {
          gap: 32px 0;
        }
        .ind-section .ind-section__title {
          font-size: 20px;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .ind-section .ind-section__item,
        .ind-section .ind-section__icon-box {
          transition: none;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6068cd */.sync-partner-section {
                  --sync-bg-main: #ffffff;
        --sync-border-color: #eef2f6;
        --sync-divider-color: #f0f2f5;

        --sync-text-main: #714b9f;
        --sync-text-title: #061043;
        --sync-text-desc: #475467;
        --sync-accent-purple: #714b9f;

        --sync-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        --sync-radius: 12px;
        --sync-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        font-family: var(--sync-font-family);
        background-color: var(--sync-bg-main);
        padding: 10px 24px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
      }

      .sync-partner-section .sync-partner-section__container {
        max-width: 1440px;
        margin-inline: auto;
        border: 1px solid var(--sync-border-color);
        border-radius: var(--sync-radius);
        padding: 26px 20px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
        box-sizing: border-box;
      }

      .sync-partner-section .sync-partner-section__header {
        text-align: center;
        margin-bottom: 44px;
      }

      .sync-partner-section .sync-partner-section__title {
        color: var(--sync-text-main);
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 10px 0;
      }

      .sync-partner-section .sync-partner-section__subtitle {
        color: var(--sync-text-desc);
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
      }

      .sync-partner-section .sync-partner-section__row {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        align-items: stretch;
      }

      .sync-partner-section .sync-partner-section__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 12px 6px;
        position: relative;
        transition: var(--sync-transition);
      }

      .sync-partner-section .sync-partner-section__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: var(--sync-divider-color);
      }

      .sync-partner-section .sync-partner-section__item:hover {
        transform: translateY(-2px);
      }

      .sync-partner-section .sync-partner-section__icon-box {
        color: var(--sync-accent-purple);
        font-size: 34px;
        margin-bottom: 20px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--sync-transition);
      }

      .sync-partner-section .sync-partner-section__item:hover .sync-partner-section__icon-box {
        transform: scale(1.06);
      }

      .sync-partner-section .sync-partner-section__label {
        color: var(--sync-text-title);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Responsive Breakpoints */
      @media (max-width: 1279px) {
        .sync-partner-section .sync-partner-section__row {
          grid-template-columns: repeat(4, 1fr);
          gap: 28px 0;
        }
        .sync-partner-section .sync-partner-section__item:nth-child(4n)::after {
          display: none;
        }
      }

      @media (max-width: 1023px) {
        .sync-partner-section {
          padding: 32px 16px;
        }
        .sync-partner-section .sync-partner-section__container {
          padding: 40px 20px;
        }
        .sync-partner-section .sync-partner-section__row {
          grid-template-columns: repeat(3, 1fr);
        }
        .sync-partner-section .sync-partner-section__item::after {
          display: none !important;
        }
      }

      @media (max-width: 767px) {
        .sync-partner-section .sync-partner-section__row {
          grid-template-columns: 1fr 1fr;
          gap: 24px 0;
        }
        .sync-partner-section .sync-partner-section__title {
          font-size: 20px;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .sync-partner-section .sync-partner-section__item,
        .sync-partner-section .sync-partner-section__icon-box {
          transition: none;
          transform: none !important;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b1128c */.payroll-banner {
        --payroll-banner-bg: linear-gradient(90deg, #0b1354 0%, #152285 45%, rgba(21, 34, 133, 0.4) 70%, rgba(21, 34, 133, 0.1) 100%), url("https://synconics.ca/wp-content/uploads/2026/07/canadacity.png");
        --payroll-purple-btn: #59259d;
        --payroll-purple-btn-hover: #451b7b;
        --payroll-text-white: #ffffff;
        --payroll-text-purple: #59259d;
        --payroll-border-radius-sm: 8px;
        --payroll-border-radius-lg: 16px;
        --payroll-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        --payroll-font: "Inter", sans-serif;
        font-family: var(--payroll-font);
        padding: 10px 20px;
        box-sizing: border-box;
      }

      .payroll-banner__container {
        max-width: 1440px;
        margin-inline: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: var(--payroll-banner-bg);
        background-size: cover;
        background-position: center right;
        border-radius: var(--payroll-border-radius-lg);
        padding: 60px 30px;
        color: var(--payroll-text-white);
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
      }

      /* Left Content Column */
      .payroll-banner__left-col {
        flex: 0 1 45%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 2;
      }

      .payroll-banner__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        color: var(--payroll-text-white);
        letter-spacing: -0.02em;
      }

      .payroll-banner__description {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        margin: 0 0 16px 0;
        color: rgba(255, 255, 255, 0.9);
        max-width: 540px;
      }

      .payroll-banner__actions {
        display: flex;
        gap: 16px;
        align-items: center;
        flex-wrap: wrap;
      }

      .payroll-banner__btn-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        background-color: var(--payroll-purple-btn);
        color: var(--payroll-text-white);
        font-size: 16px;
        font-weight: 600;
        padding: 14px 28px;
        border: 2px solid var(--payroll-purple-btn);
        border-radius: var(--payroll-border-radius-sm);
        cursor: pointer;
        text-decoration: none;
        transition: var(--payroll-transition);
        box-shadow: 0 4px 12px rgba(89, 37, 157, 0.3);
      }

      .payroll-banner__btn-primary:hover {
        background-color: var(--payroll-purple-btn-hover);
        border-color: var(--payroll-purple-btn-hover);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(89, 37, 157, 0.4);
                color: var(--payroll-text-white);

      }

      .payroll-banner__btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        background-color: var(--payroll-text-white);
        color: var(--payroll-text-purple);
        font-size: 16px;
        font-weight: 600;
        padding: 14px 28px;
        border: 2px solid var(--payroll-text-white);
        border-radius: var(--payroll-border-radius-sm);
        cursor: pointer;
        text-decoration: none;
        transition: var(--payroll-transition);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      }

      .payroll-banner__btn-secondary:hover {
        background-color: rgba(255, 255, 255, 0.95);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      }

      .payroll-banner__btn-icon {
        font-size: 14px;
        transition: var(--payroll-transition);
      }

      .payroll-banner__btn-primary:hover .payroll-banner__btn-icon,
      .payroll-banner__btn-secondary:hover .payroll-banner__btn-icon {
        transform: translateX(4px);
      }

      /* Right Features Column */
      .payroll-banner__right-col {
        flex: 0 1 40%;
        display: flex;
        flex-direction: column;
        gap: 18px;
        z-index: 2;
        padding-left: 20px;
      }

      .payroll-banner__feature-item {
        display: flex;
        align-items: center;
        gap: 14px;
      }

      .payroll-banner__feature-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        color: rgba(255, 255, 255, 0.85);
      }

      .payroll-banner__feature-icon {
        font-size: 18px;
      }

      .payroll-banner__feature-text {
        font-size: 16px;
        font-weight: 500;
        color: var(--payroll-text-white);
        margin: 0;
        letter-spacing: -0.01em;
      }

      /* Responsive Layout - Desktop First */
      @media (max-width: 1280px) {
        .payroll-banner__container {
          padding: 45px 50px;
        }
        .payroll-banner__title {
          font-size: 28px;
        }
      }

      @media (max-width: 1024px) {
        .payroll-banner__container {
          padding: 40px;
          background: linear-gradient(180deg, #0b1354 0%, #152285 100%);
        }
        .payroll-banner__left-col {
          flex: 0 1 55%;
        }
        .payroll-banner__right-col {
          flex: 0 1 42%;
        }
        .payroll-banner__title {
          font-size: 26px;
        }
        .payroll-banner__description {
          font-size: 15px;
        }
        .payroll-banner__btn-primary,
        .payroll-banner__btn-secondary {
          padding: 12px 22px;
          font-size: 15px;
        }
      }

      @media (max-width: 768px) {
        .payroll-banner__container {
          flex-direction: column;
          align-items: flex-start;
          gap: 40px;
          padding: 40px 30px;
        }
        .payroll-banner__left-col,
        .payroll-banner__right-col {
          flex: 1 1 100%;
          width: 100%;
          padding-left: 0;
        }
        .payroll-banner__actions {
          width: 100%;
        }
        .payroll-banner__btn-primary,
        .payroll-banner__btn-secondary {
          flex: 1 1 auto;
          min-width: 200px;
        }
      }

      @media (max-width: 480px) {
        .payroll-banner__container {
          padding: 30px 20px;
        }
        .payroll-banner__title {
          font-size: 22px;
        }
        .payroll-banner__description {
          font-size: 14px;
        }
        .payroll-banner__actions {
          flex-direction: column;
          align-items: stretch;
        }
        .payroll-banner__btn-primary,
        .payroll-banner__btn-secondary {
          width: 100%;
          text-align: center;
        }
        .payroll-banner__feature-text {
          font-size: 15px;
        }
      }

      /* Accessibility Adjustment */
      @media (prefers-reduced-motion: reduce) {
        .payroll-banner__btn-primary,
        .payroll-banner__btn-secondary,
        .payroll-banner__btn-icon {
          transition: none;
          transform: none !important;
        }
      }/* End custom CSS */