.elementor-84457432 .elementor-element.elementor-element-ae8e3f5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84457432 .elementor-element.elementor-element-cd0d9a1{--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;--justify-content:center;}.elementor-84457432 .elementor-element.elementor-element-d7130bf{--display:flex;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-84457432 .elementor-element.elementor-element-9513063 img{border-radius:5px 5px 5px 5px;}.elementor-84457432 .elementor-element.elementor-element-5557231{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-84457432 .elementor-element.elementor-element-482622a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-84457432 .elementor-element.elementor-element-482622a > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:767px){.elementor-84457432 .elementor-element.elementor-element-9513063{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-84457432 .elementor-element.elementor-element-9513063.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-84457432 .elementor-element.elementor-element-cd0d9a1{--width:80%;}.elementor-84457432 .elementor-element.elementor-element-d7130bf{--width:20%;}}.scc-layers__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: #4a9e2e;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');


/* =========================================================
   SHARED TABLE STYLING
========================================================= */

.scc-compare,
.scc-compare * {
  box-sizing: border-box;
}

.scc-compare {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.scc-compare__top-border {
  width: 100%;
}

.scc-compare__table {
  width: 100%;
  max-width: 100%;

  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;

  background: #ffffff;

  border: 1px solid #e2e2e2;
  border-top: 3px solid #4a9e2e;
  border-radius: 4px 4px 8px 8px;

  overflow: hidden;
}


/* =========================================================
   HEADINGS
========================================================= */

.scc-compare__table th {
  padding: 14px 20px;

  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;

  color: #000000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;

  overflow-wrap: break-word;
}


/* =========================================================
   CELLS
========================================================= */

.scc-compare__table td {
  padding: 16px 20px;

  vertical-align: top;

  color: #5a5a5a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;

  overflow-wrap: break-word;
}

.scc-compare__table td strong {
  color: #4a4a4a;
  font-weight: 600;
}

.scc-compare__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #eeeeee;
}


/* =========================================================
   TYPE 1 — VS TABLE
   50 / 50
========================================================= */

.scc-compare__table--vs th,
.scc-compare__table--vs td {
  width: 50%;
}

.scc-compare__table--vs th:first-child,
.scc-compare__table--vs td:first-child {
  border-left: 3px solid #c0dd97;
  border-right: 1px solid #e4e4e4;
  padding-left: 24px;
}

.scc-compare__table--vs th:last-child,
.scc-compare__table--vs td:last-child {
  border-right: 3px solid #4a9e2e;
  padding-right: 24px;
}


/* =========================================================
   TYPE 2 — LABEL TABLE
   25 / 75
========================================================= */

.scc-compare__table--label th:first-child,
.scc-compare__table--label td:first-child {
  width: 25%;

  border-left: 3px solid #c0dd97;
  border-right: 1px solid #e4e4e4;

  padding-left: 24px;
}

.scc-compare__table--label th:last-child,
.scc-compare__table--label td:last-child {
  width: 75%;

  border-right: 3px solid #c0dd97;

  padding-right: 24px;
}

.scc-compare__table--label td:first-child {
  color: #000000;
  font-weight: 600;
}


/* =========================================================
   DESKTOP HOVER
========================================================= */

@media (min-width: 769px) {

  .scc-compare__table tbody tr:hover td {
    background: #f7f7f7;
  }

  .scc-compare__table--vs tbody tr:hover td:last-child {
    background: #f5f9f2;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .scc-compare {
    width: 100%;
    overflow: hidden;
  }

  .scc-compare__table {
    width: 100% !important;
    max-width: 100% !important;

    table-layout: fixed;
  }


  /* =======================================================
     MOBILE — VS TABLE
     Remains 50 / 50
  ======================================================= */

  .scc-compare__table--vs thead {
    display: table-header-group !important;
  }

  .scc-compare__table--vs tbody {
    display: table-row-group !important;
  }

  .scc-compare__table--vs tr {
    display: table-row !important;
  }

  .scc-compare__table--vs th,
  .scc-compare__table--vs td {
    display: table-cell !important;

    width: 50% !important;
    max-width: 50% !important;

    padding: 11px 10px !important;

    vertical-align: top;

    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .scc-compare__table--vs th {
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .scc-compare__table--vs td {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .scc-compare__table--vs td strong {
    display: block;

    margin-bottom: 3px;

    font-size: 11.5px;
    line-height: 1.4;
  }

  .scc-compare__table--vs th:first-child,
  .scc-compare__table--vs td:first-child {
    border-left: 3px solid #c0dd97 !important;
    border-right: 1px solid #e2e2e2 !important;

    padding-left: 10px !important;
  }

  .scc-compare__table--vs th:last-child,
  .scc-compare__table--vs td:last-child {
    border-right: 3px solid #4a9e2e !important;

    padding-right: 10px !important;
  }

  .scc-compare__table--vs tbody td:last-child {
    background: #f8fbf6;
  }

  .scc-compare__table--vs td[data-label]::before {
    display: none !important;
    content: none !important;
  }


  /* =======================================================
     MOBILE — LABEL TABLE
     38 / 62
  ======================================================= */

  .scc-compare__table--label thead {
    display: table-header-group !important;
  }

  .scc-compare__table--label tbody {
    display: table-row-group !important;
  }

  .scc-compare__table--label tr {
    display: table-row !important;
  }

  .scc-compare__table--label th,
  .scc-compare__table--label td {
    display: table-cell !important;

    padding: 11px 10px !important;

    vertical-align: top;

    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .scc-compare__table--label th {
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }

  .scc-compare__table--label td {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .scc-compare__table--label th:first-child,
  .scc-compare__table--label td:first-child {
    width: 38% !important;
    max-width: 38% !important;

    border-left: 3px solid #c0dd97 !important;
    border-right: 1px solid #e2e2e2 !important;

    padding-left: 10px !important;

    color: #000000;
    font-weight: 600;
  }

  .scc-compare__table--label th:last-child,
  .scc-compare__table--label td:last-child {
    width: 62% !important;
    max-width: 62% !important;

    border-right: 3px solid #c0dd97 !important;

    padding-right: 10px !important;
  }

  .scc-compare__table--label td[data-label]::before {
    display: none !important;
    content: none !important;
  }

}
/* Step number inside group headers */
.scc-solutions .scc-group__step-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.scc-solutions .scc-group__step-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: #4a9e2e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
}


/* ── BASE ── */

.scc-solutions {
  width: 100%;
  max-width: none;
  font-family: 'Montserrat', sans-serif;
}

.scc-solutions .scc-bottom-group {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.scc-solutions .scc-bottom-group:last-child {
  margin-bottom: 0;
}

.scc-solutions .scc-bottom-group__header {
  padding: 14px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  gap: 16px;
}

.scc-solutions .scc-bottom-group__header-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.scc-solutions .scc-bottom-group__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  flex-shrink: 0;
}

.scc-solutions .scc-bottom-group__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #444444;
  line-height: 1.5;
}


/* ── VENDOR ROW ── */

/*
Automatically distributes ALL vendor cards equally across one row.

2 cards = 50% / 50%
3 cards = 33.33% each
4 cards = 25% each
5 cards = 20% each

The --two and --three classes can remain in the HTML but no longer
control the number of columns.
*/

.scc-solutions .scc-vendor-grid,
.scc-solutions .scc-vendor-grid.scc-vendor-grid--two,
.scc-solutions .scc-vendor-grid.scc-vendor-grid--three {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
  box-sizing: border-box;
}


/* ── VENDOR CARDS ── */

.scc-solutions .scc-vcard {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  background: #ffffff;
}

.scc-solutions .scc-vcard__head {
  padding: 14px 16px 12px;
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}

.scc-solutions .scc-vcard__logo {
  height: 44px;
  width: auto;
  max-width: 160px;
  display: block;
  object-fit: contain;
  object-position: left;
  margin-bottom: 10px;
}

.scc-solutions .scc-vcard__body {
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.scc-solutions .scc-vcard__body .scc-vcard__bestfor {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.5;
  background: #f0f8eb;
  border-radius: 4px;
  padding: 7px 10px;
  margin: 10px 14px;
}

.scc-solutions .scc-vcard__body .scc-vcard__bestfor strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4a9e2e;
  display: inline;
  margin-right: 3px;
}


/* Push product link area down for equal-height cards */
.scc-solutions .scc-vcard__body .scc-vsub {
  margin-top: auto;
}

/*
If a card contains only one platform section,
keep that section directly below the Best For block.
*/
.scc-solutions .scc-vcard__body > .scc-vsub:only-of-type {
  margin-top: 0;
}


/* ── SUB-SECTIONS ── */

.scc-solutions .scc-vsub {
  border-bottom: 1px solid #e2e2e2;
}

.scc-solutions .scc-vsub:last-child {
  border-bottom: none;
}

.scc-solutions .scc-vsub__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #888888;
  padding: 8px 14px 4px;
  margin: 0;
  display: block;
}

.scc-solutions .scc-vsub__links {
  list-style: none;
  padding: 0 0 8px;
  margin: 0;
}

.scc-solutions .scc-vsub__links li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 7px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: background 0.12s;
}

.scc-solutions .scc-vsub__links li a:hover {
  background: #f0f8eb;
  color: #4a9e2e;
}

.scc-solutions .scc-vsub__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.scc-solutions .scc-vsub__name {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}

.scc-solutions .scc-vsub__links li a:hover .scc-vsub__name {
  color: #4a9e2e;
}

.scc-solutions .scc-vsub__desc {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  line-height: 1.45;
}

.scc-solutions .scc-vsub__arr {
  display: none;
}

.scc-solutions .scc-vsub__btn {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #cccccc;
  border-radius: 999px;
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #111111;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.scc-solutions .scc-vsub__links li a:hover .scc-vsub__btn {
  background: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
  border-color: #aaaaaa;
}


/* ── SECTOR TAGS ── */

.scc-solutions .scc-vcard__sectors {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 14px 10px;
}

.scc-solutions .scc-sector-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #3a7d22;
  background: #f0f8eb;
  border: 1px solid #c8e8b0;
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1.4;
}


/* ── OPTIONAL BOTTOM GROUP IMAGE ── */

.scc-solutions .scc-bottom-group__image {
  width: 140px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.scc-solutions .scc-bottom-group--with-image .scc-group__cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.scc-solutions .scc-bottom-group--with-image .scc-group__cards-inner {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.scc-solutions .scc-bottom-group--with-image .scc-group__side-image {
  width: 220px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
  border-left: 1px solid #e2e2e2;
}


/* ── SOLUTION CARDS ── */

.scc-solutions .scc-group__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  background: #ffffff;
}

.scc-solutions .scc-sol-card {
  padding: 16px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
  position: relative;
  box-sizing: border-box;
}

.scc-solutions .scc-sol-card:hover {
  background: #f0f8eb;
}

.scc-solutions .scc-sol-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #4a9e2e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}

.scc-solutions .scc-sol-card:hover::after {
  transform: scaleX(1);
}

.scc-solutions .scc-sol-card:last-child {
  border-right: none;
}

.scc-solutions .scc-sol-card__role {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a9e2e;
  margin: 0 0 5px;
  display: block;
}

.scc-solutions .scc-sol-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  line-height: 1.35;
  margin: 0 0 10px;
}

.scc-solutions .scc-sol-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  flex: 1;
}

.scc-solutions .scc-sol-card__bullets li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.45;
  padding: 4px 0 4px 14px;
  position: relative;
  border-top: 0.5px solid #eeeeee;
}

.scc-solutions .scc-sol-card__bullets li:last-child {
  border-bottom: 0.5px solid #eeeeee;
}

.scc-solutions .scc-sol-card__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a9e2e;
}

.scc-solutions .scc-sol-card__bestfor {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.5;
  margin: 10px 0 0;
  padding: 7px 10px;
  background: #f0f8eb;
  border-radius: 4px;
}

.scc-solutions .scc-sol-card__footer {
  margin-top: auto;
  padding-top: 12px;
}

.scc-solutions .scc-sol-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  border: 1px solid #cccccc;
  padding: 7px 14px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.scc-solutions .scc-sol-card:hover .scc-sol-card__btn {
  background: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
  border-color: #aaaaaa;
}


/* ── RESPONSIVE ── */

/*
Desktop + tablet:
all vendor cards remain on ONE row and automatically share the width.
No 2/3/4-column breakpoint rules are required.
*/

@media (max-width: 768px) {

  .scc-solutions .scc-vendor-grid,
  .scc-solutions .scc-vendor-grid.scc-vendor-grid--two,
  .scc-solutions .scc-vendor-grid.scc-vendor-grid--three {
    flex-direction: column;
  }

  .scc-solutions .scc-vcard {
    width: 100%;
    flex: none;
  }

  .scc-solutions .scc-group__cards {
    grid-template-columns: 1fr;
  }

  .scc-solutions .scc-sol-card {
    border-right: none;
  }

  .scc-solutions .scc-bottom-group__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .scc-solutions .scc-bottom-group__image {
    width: 100%;
    height: 120px;
  }

}