.elementor-3452 .elementor-element.elementor-element-6e568fe{--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;--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-3452 .elementor-element.elementor-element-3fed017{width:100%;max-width:100%;}.elementor-3452 .elementor-element.elementor-element-3fed017 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3452 .elementor-element.elementor-element-af4aa65{--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;}.elementor-3452 .elementor-element.elementor-element-a6dffc6{--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;--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3452 .elementor-element.elementor-element-b46bf6e{--display:flex;}.elementor-3452 .elementor-element.elementor-element-c8f3c14 img{width:120px;border-style:solid;border-width:7px 7px 7px 7px;border-color:#E3E3E3;border-radius:100px 100px 100px 100px;}.elementor-3452 .elementor-element.elementor-element-8c494dd{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3452 .elementor-element.elementor-element-2009db8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3452 .elementor-element.elementor-element-82459a3{text-align:center;}.elementor-3452 .elementor-element.elementor-element-2150653 > .elementor-widget-container{margin:0px 0px -25px 0px;}.elementor-3452 .elementor-element.elementor-element-2150653{text-align:center;}.elementor-3452 .elementor-element.elementor-element-7164db7{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3452 .elementor-element.elementor-element-82459a3{text-align:center;}.elementor-3452 .elementor-element.elementor-element-2150653{text-align:center;}}@media(max-width:767px){.elementor-3452 .elementor-element.elementor-element-c8f3c14 img{width:80px;border-width:5px 5px 5px 5px;}}/* Start custom CSS for html, class: .elementor-element-3fed017 *//* =============================================
   RB-RESILIENCE — When Crisis Strikes (Option C)
   Standalone — ready for Elementor HTML widget
   Prefix: wcs-c- / wcs- (avoids Elementor conflicts)
   ============================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: Arial, sans-serif; background: #fff; overflow-x: hidden; }

/* Full-width breakout — overrides Elementor column/container constraints */
.wcs-page-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}


/* ─── SHARED COMPONENTS ─────────────────────── */

.wcs-tag {
  display: inline-block;
  background: #cc2222;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 18px;
}

.wcs-cta-btn {
  display: inline-block;
  background: #cc2222;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.wcs-cta-btn:hover { background: #aa1111; }

.wcs-tile-icon {
  font-size: 26px;
  margin-bottom: 4px;
}
.wcs-tile-title {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #1a2744;
  line-height: 1.3;
}
.wcs-tile-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
}
.wcs-tile-link {
  font-size: 12px;
  color: #cc2222;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}


/* ─── HERO ───────────────────────────────────── */

.wcs-c-hero {
  background: linear-gradient(135deg, #0f1a30 0%, #1a2744 60%, #1e2f52 100%);
  padding: 96px 48px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wcs-c-hero::before {
  content: 'CRISIS';
  position: absolute;
  font-family: Georgia, serif;
  font-size: 220px;
  font-weight: bold;
  color: rgba(255,255,255,0.02);
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}
.wcs-c-hero h1 {
  font-family: Georgia, serif;
  font-size: 46px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.wcs-c-hero h1 span {
  color: #cc2222;
  font-style: italic;
}
.wcs-c-hero p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 40px;
  position: relative;
}
.wcs-c-hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  position: relative;
}
.wcs-c-hero-stat .num {
  font-family: Georgia, serif;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.wcs-c-hero-stat .num span { color: #cc2222; }
.wcs-c-hero-stat .lbl {
  font-size: 11px;
  color: #6a7fa8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}


/* ─── TILES ──────────────────────────────────── */

.wcs-c-tiles {
  padding: 72px 48px;
  background: #f0f3f8;
}
.wcs-c-tiles-header {
  text-align: center;
  margin-bottom: 48px;
}
.wcs-c-tiles-header h2 {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: normal;
  color: #1a2744;
  margin-bottom: 8px;
}
.wcs-c-tiles-header p {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto;
}
.wcs-c-grid {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.wcs-c-tile {
  flex: 1;
  min-width: 180px;
  max-width: 210px;
  background: #fff;
  border-radius: 10px;
  padding: 28px 22px;
  border: 1px solid #e0e6f0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.wcs-c-tile:hover {
  box-shadow: 0 8px 28px rgba(26,39,68,0.12);
  transform: translateY(-3px);
}
.wcs-c-tile.core {
  background: #1a2744;
  border-color: #1a2744;
}
.wcs-c-tile.core .wcs-tile-title { color: #fff; }
.wcs-c-tile.core .wcs-tile-desc { color: #fff; }
.wcs-c-tile.core .wcs-tile-link { color: #cc2222; }
.wcs-c-tile .wcs-tile-num {
  font-family: Georgia, serif;
  font-size: 72px;
  font-weight: bold;
  color: rgba(26,39,68,0.05);
  position: absolute;
  bottom: -12px;
  right: 8px;
  line-height: 1;
  pointer-events: none;
}
.wcs-c-tile.core .wcs-tile-num {
  color: rgba(255,255,255,0.04);
}
.wcs-c-tile .wcs-core-badge {
  background: #cc2222;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  width: fit-content;
}


/* ─── METHOD TEASER ──────────────────────────── */

.wcs-c-method {
  background: #1a2744;
  padding: 64px 48px;
}
.wcs-c-method-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.wcs-c-method h3 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}
.wcs-c-method h3 em {
  color: #cc2222;
  font-style: italic;
}
.wcs-c-method p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 24px;
}
.wcs-c-step-pills {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wcs-c-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.06);
}
.wcs-c-pill .pill-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #cc2222;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wcs-c-pill .pill-name {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #fff;
}
.wcs-c-pill .pill-desc {
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
}


/* ─── CTA STRIP ──────────────────────────────── */

.wcs-c-cta {
  background: #cc2222;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.wcs-c-cta p {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  max-width: 580px;
}
.wcs-c-cta p strong {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}
.wcs-c-cta .wcs-cta-btn {
  background: #fff;
  color: #cc2222;
  flex-shrink: 0;
}
.wcs-c-cta .wcs-cta-btn:hover { background: #ffe0e0; }


/* ─── MOBILE ─────────────────────────────────── */

@media (max-width: 768px) {
  .wcs-c-hero,
  .wcs-c-tiles,
  .wcs-c-method,
  .wcs-c-cta { padding: 48px 20px; }

  .wcs-c-hero h1 { font-size: 28px; }
  .wcs-c-hero::before { display: none; }
  .wcs-c-hero-stats { gap: 24px; }

  .wcs-c-grid { flex-direction: column; align-items: center; }
  .wcs-c-tile { max-width: 100%; width: 100%; }

  .wcs-c-method-inner { grid-template-columns: 1fr; gap: 32px; }

  .wcs-c-cta { flex-direction: column; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2009db8 */.block-label {
display: inline-block;
background: #cc2222;
color: white;
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04b2d6f */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Georgia', serif;
  background: #f0f3f8;
  color: #1a2744;
}

/* ─── SECTION ─────────────────────────────── */
.method-section-rb {
  padding: 80px 48px;
  background: #f0f3f8;
}

/* ─── HEADER ──────────────────────────────── */
.section-intro {
  text-align: center;
  margin-bottom: 72px;
}

.tag {
  display: inline-block;
  background: #cc2222;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.section-intro h2 {
  font-size: 38px;
  font-weight: normal;
  color: #1a2744;
  line-height: 1.2;
  margin-bottom: 12px;
}

.section-intro h2 em {
  display: block;
  font-style: italic;
  color: #cc2222;
  font-size: 32px;
}

.section-intro p {
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 15px;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ─── STEPS WRAPPER ───────────────────────── */
.steps-wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

/* Central vertical line */
.steps-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #cc2222 0%, #1a2744 100%);
  transform: translateX(-50%);
  z-index: 0;
}

/* ─── STEP ROW ────────────────────────────── */
.step-row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: start;
  margin-bottom: 56px;
  position: relative;
}

/* ─── STEP CIRCLE ─────────────────────────── */
.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #cc2222;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 20px rgba(204, 34, 34, 0.4);
  flex-shrink: 0;
  margin-top: 8px;
}

.step-row.parallel .step-circle {
  background: #1a2744;
  border: 2px solid #cc2222;
  box-shadow: 0 4px 20px rgba(26, 39, 68, 0.4);
}

/* ─── STEP CARD ───────────────────────────── */
.step-card {
  background: white;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #e0e6f0;
  position: relative;
  box-shadow: 0 2px 12px rgba(26, 39, 68, 0.06);
  transition: box-shadow 0.2s;
}

.step-card:hover {
  box-shadow: 0 8px 28px rgba(26, 39, 68, 0.12);
}

/* Arrow pointing right (card on left) */
.arrow-right::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 28px;
  border: 10px solid transparent;
  border-left-color: white;
}

.arrow-right::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 27px;
  border: 11px solid transparent;
  border-left-color: #e0e6f0;
}

/* Arrow pointing left (card on right) */
.arrow-left::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 28px;
  border: 10px solid transparent;
  border-right-color: white;
}

.arrow-left::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 27px;
  border: 11px solid transparent;
  border-right-color: #e0e6f0;
}

/* Card positions */
.card-left {
  grid-column: 1;
  grid-row: 1;
  margin-right: 24px;
}

.card-right {
  grid-column: 3;
  grid-row: 1;
  margin-left: 24px;
}

/* ─── CARD CONTENT ────────────────────────── */
.step-label {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #cc2222;
  margin-bottom: 8px;
  display: block;
}

.step-label.parallel-label {
  color: #999;
}

.parallel-badge {
  display: inline-block;
  background: #cc2222;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.step-card h3 {
  font-size: 22px;
  color: #1a2744;
  margin-bottom: 12px;
}

.step-card p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 14px;
}

.why-matters {
  background: #f0f3f8;
  border-left: 3px solid #cc2222;
  padding: 10px 14px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #444;
  line-height: 1.6;
  border-radius: 0 4px 4px 0;
  font-style: italic;
}

/* ─── CLOSING LINE ────────────────────────── */
.closing {
  text-align: center;
  margin-top: 16px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #888;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── MOBILE (max 768px) ──────────────────── */
@media (max-width: 768px) {

  /* Reduce section padding */
  .method-section {
    padding: 48px 16px;
  }

  /* Smaller header text */
  .section-intro {
    margin-bottom: 48px;
  }

  .section-intro h2 {
    font-size: 26px;
  }

  .section-intro h2 em {
    font-size: 22px;
  }

  .section-intro p {
    font-size: 14px;
  }

  /* Hide the central vertical line */
  .steps-wrapper::before {
    display: none;
  }

  /* Stack each step vertically: circle on top, card below */
  .step-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }

  /* Circle always on top */
  .step-circle {
    margin-top: 0;
    margin-bottom: 16px;
    order: -1;
  }

  /* Cards take full width, no left/right margins */
  .step-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-left {
    grid-column: unset;
    grid-row: unset;
    margin-right: 0;
  }

  .card-right {
    grid-column: unset;
    grid-row: unset;
    margin-left: 0;
  }

  /* Hide arrows — they don't make sense in stacked layout */
  .arrow-right::before,
  .arrow-right::after,
  .arrow-left::before,
  .arrow-left::after {
    display: none;
  }

  /* Hide empty placeholder divs */
  .step-empty {
    display: none;
  }

  /* Slightly smaller card text */
  .step-card h3 {
    font-size: 18px;
  }

  .step-card p {
    font-size: 13px;
  }

  /* Closing line padding */
  .closing {
    font-size: 13px;
    margin-top: 32px;
    padding: 0 8px;
  }
}/* End custom CSS */