/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2026 | 18:48:07 */
.iw_8613_2_ce1b {
  --iw-surface: #252D3A;
  --iw-surface-hover: #2C3646;
  --iw-diagram-bg: #161B22;
  --iw-cyan: var(--e-global-color-primary, #00AEEF);
  --iw-cyan-light: var(--e-global-color-accent, #1EC2FF);
  --iw-accent: var(--e-global-color-c3ca33e, #1170B8);
  --iw-heading: #FFFFFF;
  --iw-body: #D8E7ED;
  --iw-muted: #8E9CA8;
  --iw-border: rgba(255, 255, 255, 0.08);
  --iw-border-focus: rgba(0, 174, 239, 0.45);
  
  box-sizing: border-box;
  color: var(--iw-body);
  font-family: var(--e-global-typography-text-font-family, "Roboto"), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 56px 0;
  margin: 0 auto;
  overflow-x: hidden;
}

.iw_8613_2_ce1b *,
.iw_8613_2_ce1b *::before,
.iw_8613_2_ce1b *::after {
  box-sizing: border-box;
}

/* Hidden Radios for state management */
.iw_8613_2_ce1b input.iw_8613_2_ce1b__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* Navigation tabs */
.iw_8613_2_ce1b .iw_8613_2_ce1b__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 6px 2px;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__nav::-webkit-scrollbar {
  display: none;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__tab {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--iw-surface);
  border: 1px solid var(--iw-border);
  color: #FFFFFF;
  font-family: var(--e-global-typography-primary-font-family, "Roboto"), sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__tab .iw_8613_2_ce1b__num {
  color: var(--iw-cyan);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.5px;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__tab:hover {
  border-color: var(--iw-border-focus);
  transform: translateY(-2px);
  background: var(--iw-surface-hover);
}

/* Active tab styles via :checked */
.iw_8613_2_ce1b #sip-v6-01:checked ~ .iw_8613_2_ce1b__nav label[for="sip-v6-01"],
.iw_8613_2_ce1b #sip-v6-02:checked ~ .iw_8613_2_ce1b__nav label[for="sip-v6-02"],
.iw_8613_2_ce1b #sip-v6-03:checked ~ .iw_8613_2_ce1b__nav label[for="sip-v6-03"] {
  background: var(--iw-cyan);
  color: var(--iw-bg);
  font-weight: 700;
  border-color: var(--iw-cyan);
  transform: translateY(-1px);
}

.iw_8613_2_ce1b #sip-v6-01:checked ~ .iw_8613_2_ce1b__nav label[for="sip-v6-01"] .iw_8613_2_ce1b__num,
.iw_8613_2_ce1b #sip-v6-02:checked ~ .iw_8613_2_ce1b__nav label[for="sip-v6-02"] .iw_8613_2_ce1b__num,
.iw_8613_2_ce1b #sip-v6-03:checked ~ .iw_8613_2_ce1b__nav label[for="sip-v6-03"] .iw_8613_2_ce1b__num {
  color: var(--iw-bg);
}

/* Stage & Panels */
.iw_8613_2_ce1b .iw_8613_2_ce1b__stage {
  background: var(--iw-surface);
  border: 1px solid var(--iw-border);
  border-radius: 28px;
  padding: 56px;
  margin-bottom: 40px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__panel {
  display: none;
}

.iw_8613_2_ce1b #sip-v6-01:checked ~ .iw_8613_2_ce1b__stage .iw_8613_2_ce1b__panel[data-panel="01"],
.iw_8613_2_ce1b #sip-v6-02:checked ~ .iw_8613_2_ce1b__stage .iw_8613_2_ce1b__panel[data-panel="02"],
.iw_8613_2_ce1b #sip-v6-03:checked ~ .iw_8613_2_ce1b__stage .iw_8613_2_ce1b__panel[data-panel="03"] {
  display: block;
  animation: iwFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes iwFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__grid {
  display: flex;
  gap: 56px;
  align-items: center;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__diagram {
  flex: 0 0 52%;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__diagram-box {
  background: var(--iw-diagram-bg);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__diagram-box svg {
  width: 100%;
  height: auto;
  max-width: 560px;
  display: block;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Copy Structure: Eyebrow -> Title -> Text */
.iw_8613_2_ce1b .iw_8613_2_ce1b__eyebrow {
  color: var(--iw-cyan);
  font-family: var(--e-global-typography-primary-font-family, "Roboto"), sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 16px 0;
  display: block;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__title {
  color: #FFFFFF !important;
  font-family: var(--e-global-typography-primary-font-family, "Roboto"), sans-serif;
  font-size: clamp(24px, 2.7vw, 32px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 22px 0;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__text {
  color: var(--iw-body);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 18px 0;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__text:last-child {
  margin-bottom: 0;
}

/* Bottom Highlight Cards */
.iw_8613_2_ce1b .iw_8613_2_ce1b__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__hcard {
  background: var(--iw-surface);
  border: 1px solid var(--iw-border);
  border-radius: 20px;
  padding: 30px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__hcard:hover {
  border-color: var(--iw-border-focus);
  transform: translateY(-2px);
  background: var(--iw-surface-hover);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__hbadge {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 174, 239, 0.12);
  color: var(--iw-cyan);
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 239, 0.3);
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__hbody h4 {
  color: #FFFFFF !important;
  font-family: var(--e-global-typography-primary-font-family, "Roboto"), sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.iw_8613_2_ce1b .iw_8613_2_ce1b__hbody p {
  color: var(--iw-body);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* Tablet adjustments */
@media (max-width: 1024px) {
  .iw_8613_2_ce1b .iw_8613_2_ce1b__stage {
    padding: 40px 32px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__grid {
    gap: 36px;
  }
}

/* Mobile adjustments */
@media (max-width: 880px) {
  .iw_8613_2_ce1b {
    padding: 0;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__stage {
    padding: 28px 20px;
    border-radius: 20px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__grid {
    flex-direction: column;
    gap: 32px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__diagram,
  .iw_8613_2_ce1b .iw_8613_2_ce1b__copy {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__diagram-box {
    padding: 24px 16px;
    min-height: auto;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__highlights {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .iw_8613_2_ce1b .iw_8613_2_ce1b__tab {
    padding: 12px 20px;
    font-size: 14px;
  }
}
