.elementor-3885 .elementor-element.elementor-element-9849027{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a6bad14 */.scale-impact-section {
  --si-navy: #072439;
  --si-yellow: #F9D531;
  --si-blue: #1B76BC;
  --si-teal: #2AABB3;
  --si-cream: #F4F4F2;
}

/* Base Reset & Container */
.scale-impact-section {
  background: var(--si-navy);
  color: #fff;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

.scale-impact-section * {
  box-sizing: border-box;
}

.si-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 48px;
}

@media (max-width: 768px) {
  .si-container {
    padding: 64px 24px;
  }
}

/* Typography Override */
.scale-impact-section h1,
.scale-impact-section h2,
.scale-impact-section h3,
.scale-impact-section h4,
.scale-impact-section .si-main-title,
.scale-impact-section .si-final-title {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-weight: 400;
}

/* Section Header */
.si-section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.si-main-title {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.2;
  margin-bottom: 24px;
  color: #fff;
}

.si-highlight {
  font-style: italic;
  color: var(--si-yellow);
}

.si-subtitle {
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0;
}

/* Layer Structure */
.si-layer {
  margin-bottom: 48px;
}

/* Layer Label */
.si-layer-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.si-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--si-yellow);
  color: var(--si-navy);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.si-layer-text {
  text-align: left;
}

.si-layer-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0 0 4px 0;
}

.si-layer-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: 'DM Sans', sans-serif !important;
}

/* Arrow Down */
.si-arrow-down {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}

.si-arrow-down svg {
  width: 24px;
  height: 24px;
  stroke: var(--si-yellow);
  stroke-width: 2;
  fill: none;
}

/* ============ LAYER 1: PERSONAS ============ */
.si-personas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.si-persona-card {
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.3s ease;
}

.si-persona-card:hover {
  border-color: var(--si-teal);
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}

.si-persona-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.si-icon-teal {
  background: rgba(42,171,179,0.15);
}

.si-icon-blue {
  background: rgba(27,118,188,0.15);
}

.si-icon-yellow {
  background: rgba(249,213,49,0.1);
}

.si-persona-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.si-icon-teal svg {
  stroke: var(--si-teal);
}

.si-icon-blue svg {
  stroke: var(--si-blue);
}

.si-icon-yellow svg {
  stroke: var(--si-yellow);
}

.si-persona-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
}

.si-persona-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
}

/* ============ LAYER 2: ENABLEMENT ============ */
.si-enablement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.si-enable-card {
  background: rgba(27,118,188,0.12);
  border: 1px solid rgba(27,118,188,0.3);
  border-radius: 12px;
  padding: 24px 20px;
  transition: all 0.3s ease;
}

.si-enable-card:hover {
  background: rgba(27,118,188,0.2);
  transform: translateY(-2px);
}

.si-enable-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(27,118,188,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.si-enable-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--si-yellow);
  stroke-width: 2;
  fill: none;
}

.si-enable-card h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--si-yellow);
  margin: 0 0 8px 0;
}

.si-enable-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin: 0;
}

/* ============ LAYER 3: ORGANIZATIONAL ============ */
.si-org-outcome {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 32px;
}

.si-org-outcome p {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

/* ============ LAYER 4: CROSS-SECTOR ============ */
.si-crosssector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.si-cs-card {
  background: rgba(42,171,179,0.1);
  border: 1px solid rgba(42,171,179,0.3);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.si-cs-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(42,171,179,0.14);
  border: 1px solid rgba(42,171,179,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.si-cs-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--si-teal);
  stroke-width: 2;
  fill: none;
}

.si-cs-card h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--si-teal);
  margin: 0 0 8px 0;
}

.si-cs-card p {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
}

/* ============ LAYER 5: FINAL IMPACT ============ */
.si-final-impact {
  background: rgba(249,213,49,0.1);
  border: 1px solid rgba(249,213,49,0.3);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
}

.si-final-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(249,213,49,0.12);
  border: 1px solid rgba(249,213,49,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.si-final-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--si-yellow);
  stroke-width: 2;
  fill: none;
}

.si-final-title {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.3;
  margin-bottom: 16px;
  color: #fff;
}

.si-final-text {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============ ANIMATIONS ============ */
@keyframes si-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.si-animate-in {
  opacity: 0;
}

.si-animate-in.si-visible {
  animation: si-fadeInUp 0.6s ease-out forwards;
}

.si-delay-1.si-visible {
  animation-delay: 0.1s;
}

.si-delay-2.si-visible {
  animation-delay: 0.2s;
}

.si-delay-3.si-visible {
  animation-delay: 0.3s;
}

.si-delay-4.si-visible {
  animation-delay: 0.4s;
}

.si-delay-5.si-visible {
  animation-delay: 0.5s;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
  .si-personas-grid,
  .si-enablement-grid,
  .si-crosssector-grid {
    grid-template-columns: 1fr;
  }
  
  .si-layer-label {
    justify-content: flex-start;
  }
  
  .si-main-title {
    font-size: 32px;
  }
  
  .si-subtitle {
    font-size: 18px;
  }
  
  .si-final-impact {
    padding: 32px 24px;
  }
}

/* ============ WORDPRESS THEME OVERRIDES ============ */
/* Ha a téma saját stílusai felülírják a designt, használd ezeket */

.scale-impact-section .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

.scale-impact-section p {
  margin-bottom: 0;
}

.scale-impact-section h2,
.scale-impact-section h3,
.scale-impact-section h4,
.scale-impact-section h5 {
  margin-top: 0;
}

/* Disable WordPress default margin/padding */
.scale-impact-section .wp-block-group__inner-container {
  padding: 0;
}/* End custom CSS */