.elementor-84453550 .elementor-element.elementor-element-393e4aa{--display:flex;}.elementor-84453550 .elementor-element.elementor-element-ab84f95{--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-84453550 .elementor-element.elementor-element-2ca10b5 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:17px;font-weight:500;color:var( --e-global-color-text );}.scc-expansion4,
.scc-expansion4 * {
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.scc-expansion4__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scc-expansion4__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.scc-expansion4__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8f5ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scc-expansion4__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #2e7d32;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scc-expansion4__body {
  min-width: 0;
}

.scc-expansion4__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.3;
}

.scc-expansion4__text {
  font-size: 13.5px;
  line-height: 1.45;
  margin: 0;
  color: #555;
}

@media (max-width: 1100px) {
  .scc-expansion4__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .scc-expansion4__list {
    grid-template-columns: 1fr;
  }
}
/* ===== GLOBAL VARIABLES & FONT ENFORCEMENT ===== */
[class*="scc-"], [class*="scc-"] * {
  font-family: 'Montserrat', sans-serif !important;
}

:root {
  --scc-green: #3b6d11;
  --scc-green-light: #eaf3df;
  --scc-green-soft: #eef6eb;
  --scc-green-border: #d8e8d0;
  --scc-text: #1a1a1a;
  --scc-text-mid: #555;
  --scc-text-light: #666;
  --scc-border: #e6e6e6;
  --scc-border-light: #efefef;
  --scc-bg-soft: #f7f8fa;
}

/* ==========================================================================
   SECTION 1: CHALLENGE GRIDS & HERO BOXES
   ========================================================================== */
:where(.scc-storage-challenges, .scc-dp-challenge-set) {
  width: 100%;
  margin: 0 0 32px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs {
  margin: 0;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--scc-text);
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs__intro {
  font-size: 13px;
  color: var(--scc-text-mid);
  margin: 0 0 18px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card {
  background: #fff;
  border: 1px solid var(--scc-border);
  border-top: 3px solid var(--scc-green);
  border-radius: 6px;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__icon {
  width: 36px;
  height: 36px;
  background: var(--scc-green-light);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--scc-green);
  margin-bottom: 12px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__icon svg {
  width: 20px;
  height: 20px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--scc-text);
  line-height: 1.35;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--scc-green);
  margin: 0 0 6px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__text {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
  margin: 0 0 14px;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__text--last {
  margin-bottom: 0;
}
:where(.scc-storage-challenges, .scc-dp-challenge-set) .scc-cs-card__divider {
  border-top: 1px solid var(--scc-border-light);
  margin: 0 0 14px;
}

/* Secondary Challenge Framework Variations */
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) {
  font-size: 14px;
  max-width: 1350px;
  margin: 0 auto;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 1px;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card {
  border: 1.5px solid var(--scc-green-border);
  border-top: 3.5px solid #4caf50;
  border-radius: 10px;
  padding: 24px 22px 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--scc-green-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-icon svg {
  width: 26px;
  height: 26px;
  stroke: #4caf50;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-title {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  padding-top: 4px;
  margin: 0;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #3a9a3e;
  margin: 0 0 8px;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-text {
  font-size: 13px;
  line-height: 1.65;
  color: #333;
  margin: 0 0 4px;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-divider {
  height: 1px;
  background: #e0e0e0;
  border: none;
  margin: 16px 0 14px;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-bullets li {
  font-size: 13px;
  line-height: 1.65;
  color: #333;
  padding-left: 18px;
  position: relative;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__card-bullets li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf50;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__footer {
  text-align: center;
  padding-top: 8px;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__footer-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__footer-rule span:nth-child(1),
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__footer-rule span:nth-child(3) {
  display: block;
  height: 1px;
  background: #ddd;
  flex: 1;
}
:where(.scc-storage-challenge-set, .scc-dp-challenge-set) .scc-challenges__footer-rule span:nth-child(2) {
  display: block;
  height: 3px;
  width: 60px;
  background: #4caf50;
  border-radius: 2px;
}