:root {
  --bg1: #c7e8be;
  --bg2: #9fc6ce;
  --lime: #CFFC87;
  --ink: #0f1720;
  --white: #ffffff;
}

.header-wrapper {
  display: none !important;
}

/* ===== BASE ===== */
.i2c-hero {
  position: relative !important;
  width: 100% !important;
  /* min-height: 100vh !important; */
  max-height: 1200px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: clamp(3rem, 6vw, 6rem) 1.5rem !important;
  background: linear-gradient(135deg, var(--bg1), var(--bg2)) !important;
  box-sizing: border-box !important;
  color: var(--white) !important;
  overflow: hidden !important;
}

.i2c-hero-inner {
  position: relative !important;
  max-width: 1280px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
}

/* ===== GRID ===== */
.i2c-hero-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
}

/* ===== LEFT ===== */
.i2c-hero-left {
  flex: 1 1 220px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 1rem !important;
  z-index: 2 !important;
}

.i2c-hero-title {
  font-family: "Anek Latin", sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  line-height: 1.05 !important;
  color: var(--white) !important;
  margin: 0 !important;
}

.i2c-hero-the {
  display: inline-block !important;
}

.i2c-hero-logo {
  /* width: min(40vw, 540px) !important; */
  height: auto !important;
  margin-top: 0.3rem !important;
}

.i2c-hero-btn {
  background: var(--lime) !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 0.9rem 2rem !important;
  border-radius: 10px !important;
  margin-top: 0.75rem !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.i2c-hero-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3) !important;
}

.i2c-hero-sub {
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  color: var(--white) !important;
  /* margin: 0 !important; */
  /* opacity: 0.85 !important; */
  font-weight: 600 !important;
}

/* ===== RIGHT ===== */
.i2c-hero-right {
  flex: 1 1 260px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1.5rem !important;
  text-align: center !important;
}

.i2c-hero-illus {
  width: min(46vw, 700px) !important;
  height: auto !important;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.25)) !important;
}

.i2c-hero-logos {
  width: min(40vw, 480px) !important;
  height: auto !important;
  opacity: 0.95 !important;
}

/* ===== BADGE ===== */
.i2c-hero-badge {
  position: absolute !important;
  top: clamp(1rem, 3vw, 2rem) !important;
  right: clamp(1rem, 3vw, 2rem) !important;
  transform: skewX(-12deg) !important;
  background: var(--lime) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25) !important;
  z-index: 3 !important;
}
.i2c-hero-badge span {
  display: block !important;
  padding: 0.5rem 1rem !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  transform: skewX(12deg) !important;
  white-space: nowrap !important;
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .i2c-hero-content {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: -70px !important;
  }
  .i2c-hero-left {
    align-items: center !important;
  }
  .i2c-hero-illus {
    width: min(80vw, 600px) !important;
  }
  .i2c-hero-logos {
    width: min(70vw, 480px) !important;
  }
  .i2c-hero-badge {
    position: relative !important;
    transform: skewX(-12deg) !important;
    /* margin: 1rem auto 0 !important; */
    margin: -10px auto 30px !important;
    right: unset !important;
  }
  .i2c-hero-logo {
    width: min(40vw, 540px) !important;
  }
}
@media (max-width: 560px) {
  .i2c-hero {
    min-height: auto !important;
    padding: 3rem 1rem !important;
  }
  .i2c-hero-title {
    font-size: clamp(1.8rem, 8vw, 2.4rem) !important;
  }
  .i2c-hero-logo {
    width: min(70vw, 400px) !important;
  }
  .i2c-hero-btn {
    padding: 0.8rem 1.6rem !important;
    font-size: 0.95rem !important;
  }
  .i2c-hero-illus {
    width: 90% !important;
  }
  .i2c-hero-logos {
    width: 80% !important;
  }
}

.i2c-lab-card {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  padding: 2rem 1rem !important;
  background: #ffffff !important;
}

.i2c-lab-content {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07) !important;
  overflow: hidden !important;
  max-width: 1100px !important;
  width: 100% !important;
  z-index: 1 !important;
  margin-top: -100px;
}

.i2c-lab-text {
  flex: 1 !important;
  padding: 3rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.i2c-lab-text h2 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #1c1c1c !important;
  margin-bottom: 0.8rem !important;
  line-height: 1.2 !important;
}

.i2c-lab-text h3 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #7186f0 !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.4 !important;
}

.i2c-lab-text p {
  color: #333333 !important;
  line-height: 1.65 !important;
  margin-bottom: 1.2rem !important;
  font-size: 1rem !important;
}

.i2c-highlight {
  font-weight: 600 !important;
  color: #1c1c1c !important;
}

.i2c-lab-image {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fafafa !important;
}

.i2c-lab-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Responsive layout */
@media (max-width: 900px) {
  .i2c-lab-content {
    flex-direction: column !important;
    margin-top: -70px !important;
  }

  .i2c-lab-text {
    padding: 2rem !important;
  }

  .i2c-lab-image {
    max-height: 320px !important;
  }
}

.i2c-how-it-works {
  background: #ffffff !important;
  padding: 1rem 3rem 0rem !important;
  text-align: center !important;
}

.i2c-title-general {
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #1c1c1c !important;
  margin-bottom: 3rem !important;
}

.i2c-how-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 3rem !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  align-items: start !important;
}

.i2c-how-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

.i2c-how-icon img {
  width: auto !important;
  height: auto !important;
  max-width: 200px !important;
  margin-bottom: 1.2rem !important;
  object-fit: contain !important;
}

.i2c-how-box h3 {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #7287f1 !important;
  margin-bottom: 0.8rem !important;
  letter-spacing: 0.5px !important;
}

.i2c-how-box p {
  color: #444444 !important;
  line-height: 1.6 !important;
  font-size: 0.95rem !important;
  max-width: 85% !important;
  margin: 0 auto 0.8rem auto !important;
}

.i2c-how-footnote {
  font-size: 0.85rem !important;
  color: #777777 !important;
  margin-top: 0.5rem !important;
}

/* Responsive layout */
@media (max-width: 1024px) {
  .i2c-how-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .i2c-how-grid {
    grid-template-columns: 1fr !important;
  }

  .i2c-how-box p {
    font-size: 0.9rem !important;
  }
}

.i2c-registration-card {
  background: #ffffff !important;
  padding: 0rem 3rem 3rem !important;
  display: flex !important;
  justify-content: center !important;
}

.i2c-registration-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1100px !important;
  width: 100% !important;
  gap: 2rem !important;
}

.i2c-registration-text {
  flex: 1 !important;
  color: #1c1c1c !important;
  max-width: 600px !important;
}

.i2c-registration-text h2 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #22244c !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.3 !important;
}

.i2c-registration-text p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  margin-bottom: 1.2rem !important;
  max-width: 95% !important;
}

.i2c-registration-cta {
  margin-top: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.8rem !important;
}

.i2c-register-btn {
  display: inline-block !important;
  background: var(--lime) !important;
  color: #1c1c1c !important;
  font-weight: 800 !important;
  padding: 0.9rem 1.8rem !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease !important;
}

.i2c-register-btn:hover {
  background: #c9f157 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12) !important;
}

.i2c-register-note {
  font-size: 0.95rem !important;
  color: #3ba64d !important;
  font-weight: 500 !important;
}

.i2c-registration-image {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.i2c-registration-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

/* Responsive layout */
@media (max-width: 900px) {
  .i2c-registration-content {
    flex-direction: column !important;
    text-align: center !important;
  }

  .i2c-registration-text {
    order: 1 !important;
  }

  .i2c-registration-image {
    order: 2 !important;
    max-width: 600px !important;
  }

  .i2c-registration-cta {
    justify-content: center !important;
  }

  .i2c-register-btn {
    padding: 0.9rem 1.6rem !important;
  }

  .i2c-registration-card {
    padding: 0rem 3rem 1rem !important;
  }
}

.i2c-community-card {
  background: #ffffff !important;
  padding: 1rem 3rem 3rem !important;
  display: flex !important;
  justify-content: center !important;
}

.i2c-community-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1100px !important;
  width: 100% !important;
  gap: 2.5rem !important;
}

.i2c-community-image {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.i2c-community-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 14px !important;
  object-fit: cover !important;
  display: block !important;
}

.i2c-community-text {
  flex: 1 !important;
  color: #1c1c1c !important;
  max-width: 600px !important;
}

.i2c-community-text h2 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #22244c !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.3 !important;
}

.i2c-community-text p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  max-width: 95% !important;
}

/* Responsive layout */
@media (max-width: 900px) {
  .i2c-community-content {
    flex-direction: column-reverse !important;
    text-align: center !important;
    gap: 2rem !important;
  }

  .i2c-community-text p {
    max-width: 100% !important;
  }

  .i2c-community-image {
    max-width: 600px !important;
  }
}

.i2c-why-wide {
  background: linear-gradient(90deg, #a9baf7 0%, #b2e4b0 100%) !important;
  padding: 3rem 3rem 0rem !important;
  display: flex !important;
  justify-content: center !important;
  color: #ffffff !important;
}

.i2c-why-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 3rem !important;
  max-width: 1200px !important;
  width: 100% !important;
}

.i2c-why-text {
  flex: 1 !important;
  max-width: 550px !important;
}

.i2c-why-text h2 {
  font-size: 2.3rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  line-height: 1.2 !important;
}

.i2c-why-text ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.i2c-why-text li {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  margin-bottom: 0.8rem !important;
  color: #fff !important;
  position: relative !important;
  padding-left: 1.3rem !important;
}

.i2c-why-text li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.i2c-why-pic {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.i2c-why-pic img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  object-fit: cover !important;
  display: block !important;
}

/* Responsive layout */
@media (max-width: 950px) {
  .i2c-why-wrap {
    flex-direction: column !important;
    text-align: center !important;
  }

  .i2c-why-text {
    max-width: 100% !important;
  }

  .i2c-why-text ul {
    text-align: left !important;
    display: inline-block !important;
  }

  .i2c-why-pic {
    max-width: 600px !important;
  }
}


/* outer section */
.i2c-levelup {
  width: 100% !important;
  padding: 4.5rem 0 !important;
  position: relative !important;
  overflow: visible !important;
  background: #fff !important;
}

/* centered layout wrapper */
.i2c-levelup-inner {
  position: relative !important;
  max-width: 1300px !important;
  width: 80% !important;                 /* not full width */
  margin: 0 auto !important;
}

/* rocket image (overlaps the gradient card slightly) */
.i2c-levelup-rocket {
  position: absolute !important;
  /* left: clamp(-80px, -5vw, -20px) !important; */
  /* bottom: -36px !important; */
  width: clamp(180px, 42vw, 320px) !important;
  height: auto !important;
  z-index: 2 !important;
}

/* gradient card with content */
.i2c-levelup-card {
  background: linear-gradient(90deg, #88B3B5 0%, #9AC0B8 50%, #DFFFAD 100%) !important;
  border-radius: 22px !important;
  padding: 3rem 2rem !important;
  color: #ffffff !important;
  text-align: center !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12) !important;
  /* leave room on the left so the rocket can overlap */
  /* margin-left: clamp(8rem, 18vw, 14rem) !important; */
}

/* text styles */
.i2c-levelup-title {
  margin: 0 0 0.75rem 0 !important;
  font-weight: 800 !important;
  font-size: 2rem !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
}
.i2c-levelup-subtitle {
  margin: 0 0 1.5rem 0 !important;
  font-size: 1rem !important;
  color: rgba(255,255,255,0.92) !important;
}

/* CTA column: note is UNDER the button */
.i2c-levelup-cta {
  display: flex !important;
  flex-direction: column !important;   /* <-- vertical stack */
  align-items: center !important;
  gap: 0.5rem !important;
}

/* lime pill button (correct color + radius) */
.i2c-button-lime {
  display: inline-block !important;
  padding: 0.9rem 1.6rem !important;
  font-weight: 800 !important;
  color: #0a1b3f !important;
  background: var(--lime) !important;
  border: 0 !important;
  border-radius: 10px !important;        /* pill */
  text-decoration: none !important;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15) !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}
.i2c-button-lime:hover { 
  background: #BFF16F !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 16px rgba(0,0,0,0.18) !important;
}
.i2c-button-lime:active { 
  transform: translateY(0) !important;
}

/* note under the button */
.i2c-levelup-note {
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.85) !important;
}

/* responsive */
@media (max-width: 1100px) {
  .i2c-levelup-inner { width: 90% !important; }
  .i2c-levelup-rocket {
    position: static !important;
    margin: 0 auto -50px auto !important;   /* still overlaps a bit */
    display: block !important;
  }
  .i2c-levelup-card {
    margin-left: 0 !important;              /* full width card under the rocket */
    text-align: center !important;
    padding: 2.2rem 1.4rem !important;
  }
}

.i2c-timeline {
  width: 100% !important;
  padding: 1rem 0rem 3rem 1rem !important;
  background: #ffffff !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.i2c-timeline-title {
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #0a1b3f !important;
  margin-bottom: 3rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
}

.i2c-timeline-icon {
  /* width: 32px !important; */
  height: auto !important;
  display: inline-block !important;
  transform: translateY(-2px) !important;
  margin-left: -20px;
  margin-top: -50px;
}

/* Timeline boxes container */
.i2c-timeline-grid {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 1.5rem !important;
  flex-wrap: wrap !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Each step */
.i2c-timeline-step {
  background-color: #B0C2D3 !important;
  flex: 1 1 180px !important;
  min-width: 200px !important;
  border-radius: 16px !important;
  padding: 1.8rem 1.6rem !important;
  box-sizing: border-box !important;
  text-align: left !important;
  color: #0a1b3f !important;
}

/* Step number */
.i2c-step-number {
  font-size: 2rem !important;
  font-weight: 800 !important;
  opacity: 0.25 !important;
  margin-bottom: 0.5rem !important;
}

/* Step title */
.i2c-timeline-step h3 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  margin: 0 0 0.2rem 0 !important;
  color: #0a1b3f !important;
  text-transform: uppercase !important;
}

/* Step date (lime green text) */
.i2c-step-date {
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  color: #CFFC87 !important;
  margin-bottom: 0.6rem !important;
}

/* Step description */
.i2c-timeline-step p {
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  color: #0a1b3f !important;
}

/* Responsive */
@media (max-width: 1130px) {
  .i2c-timeline-grid {
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
  }

  .i2c-timeline-step {
    text-align: center !important;
    width: 90% !important;
    max-width: 400px !important;
  }

  .i2c-step-number {
    font-size: 1.8rem !important;
    margin-bottom: 0.4rem !important;
  }
}

/* === MAIN SECTION === */
.i2c-wse-section {
  background: linear-gradient(90deg, #a8bdf8 0%, #b2e4b0 100%) !important;
  padding: 5rem 1rem 2rem !important;
  display: flex !important;
  justify-content: center !important;
}

.i2c-wse-inner {
  width: 100% !important;
  max-width: 1000px !important;
}

.i2c-wse-title {
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 3rem !important;
}

.i2c-wse-grid {
  /* display: grid !important; */
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
  gap: 1.5rem !important;
  width: 100% !important;
}

/* === CARD BASE === */
.wse-card {
  position: relative !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  cursor: pointer !important;
}

.wse-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1) !important;
}

/* === FEATURE CARD === */
.wse-feature {
  background: linear-gradient(120deg, #b4c9ff 0%, #c3f4ae 100%) !important;
  color: #0a1b3f !important;
}
.wse-feature .wse-title {
  color: #0a1b3f !important;
}

/* === CARD STRUCTURE === */
.wse-card-top {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 1rem 1.2rem 0 1.2rem !important;
  gap: 0.5rem !important;
}

.wse-card-body {
  display: flex !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  padding: 1.2rem !important;
  gap: 1rem !important;
}

.wse-copy {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.wse-title {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #0a1b3f !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3 !important;
}

.wse-date {
  font-weight: 600 !important;
  color: #7b86a1 !important;
  margin-bottom: 0.6rem !important;
  font-size: 0.95rem !important;
}

.wse-meta {
  display: flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  font-size: 0.9rem !important;
  color: #0a1b3f !important;
}

.wse-media img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  display: block !important;
}

/* === ICONS FOR DATE & LOCATION === */
.wse-date::before,
.wse-meta::before {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  vertical-align: middle !important;
  margin-right: 0.35rem !important;
  content: "";
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  opacity: 0.8 !important;
}

.wse-date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230a1b3f' viewBox='0 0 24 24'%3E%3Cpath d='M7 2a1 1 0 0 0-1 1v1H5a2 2 0 0 0-2 2v2h18V6a2 2 0 0 0-2-2h-1V3a1 1 0 1 0-2 0v1H8V3a1 1 0 0 0-1-1zM3 10v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V10H3zm4 3h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z'/%3E%3C/svg%3E");
}

.wse-meta::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230a1b3f' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}

/* === BADGES === */
.wse-badge {
  display: inline-block !important;
  padding: 0.25rem 0.6rem !important;
  border-radius: 8px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  color: #0a1b3f !important;
}

.wse-badge--type.wse-badge--event {
  background: var(--lime) !important;
  color: #1c1c1c !important;
}
.wse-badge--type.wse-badge--workshop {
  background: #e9edff !important;
  color: #4a56a6 !important;
}
.wse-badge--lang {
  background: #e6e9f3 !important;
  color: #5b6075 !important;
}

/* === MODAL OVERLAY === */
.wse-modal {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(7, 13, 25, 0.65) !important;
  backdrop-filter: blur(10px) !important;
  z-index: 9999 !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding-top: calc(var(--nav-offset, 120px) + 2rem) !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
}
.wse-modal.active {
  display: flex !important;
}

/* === MODAL CONTENT === */
.wse-modal-content {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%) !important;
  border-radius: 1.5rem !important;
  max-width: 900px !important;
  width: 100% !important;
  margin-bottom: 4rem !important;
  padding: 2.5rem 3rem 2.8rem !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
  font-family: "Anek Latin", sans-serif !important;
  line-height: 1.65 !important;
  color: #0a1b3f !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  animation: modalSlideIn 0.4s ease-out !important;
  transform-origin: top center !important;
  position: relative !important;
  word-wrap: break-word !important;
  hyphens: auto !important;
}

/* === CLOSE BUTTON === */
.wse-close {
  position: absolute !important;
  top: 1.2rem !important;
  right: 1.8rem !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #0a1b3f !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
  opacity: 0.7 !important;
}
.wse-close:hover {
  opacity: 1 !important;
  transform: scale(1.1) !important;
}

/* === TYPOGRAPHY === */
.wse-modal-content h2 {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #081a3f !important;
  margin-bottom: 1rem !important;
}

.wse-modal-content h3 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #2b5797 !important;
  margin-top: 2rem !important;
}

.wse-modal-content p {
  font-size: 1.05rem !important;
  color: #1c253a !important;
  margin-bottom: 0.8rem !important;
}

.wse-modal-content ul,
.wse-modal-content ol {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  text-align: left !important;
  margin: 0.8rem 0 1rem 1rem !important;
  font-size: 1rem !important;
  color: #1c253a !important;
}
.wse-modal-content li {
  margin-bottom: 0.4rem !important;
  line-height: 1.5 !important;
}

.wse-modal-content a {
  color: #3977ff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.wse-modal-content a:hover {
  text-decoration: underline !important;
}

/* === LECTURER AREA === */
.wse-lecturer {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1.2rem !important;
  flex-wrap: wrap !important;
}
.wse-lecturer img {
  max-width: 180px !important;
  height: auto !important;
  border-radius: 1rem !important;
  object-fit: cover !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
}

/* === RESPONSIVENESS === */
@media (max-width: 700px) {
  .i2c-wse-grid {
    grid-template-columns: 1fr !important;
  }

  .wse-card-body {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
  }

  .wse-lecturer {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .wse-lecturer img {
    width: 150px !important;
    max-width: 80% !important;
    height: auto !important;
    margin-bottom: 1rem !important;
  }

  .wse-lecturer div {
    font-size: 1rem !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .wse-card-body {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.8rem !important;
  }

  .wse-media img {
    width: 100% !important;
    max-width: 240px !important;
    height: auto !important;
    border-radius: 10px !important;
    align-self: flex-start !important;
  }

  .wse-copy {
    width: 100% !important;
  }

  .wse-modal-content {
    padding: 1.5rem 1.4rem !important;
  }

  .wse-modal-content h2 {
    font-size: 1.5rem !important;
  }

  .wse-modal-content h3 {
    font-size: 1rem !important;
  }

  .wse-modal-content p,
  .wse-modal-content li {
    font-size: 0.95rem !important;
  }
}

/* === ANIMATION === */
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* === FINAL POLISHED FIXES === */

/* --- Card layout consistency --- */
.wse-card-body {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
}

.wse-copy {
  flex: 1 !important;
  text-align: left !important;
}

.wse-title,
.wse-date,
.wse-meta {
  text-align: left !important;
  display: block !important;
}

/* --- Uniform icon scaling --- */
.wse-date::before,
.wse-meta::before {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle !important;
  margin-right: 0.45rem !important;
  content: "";
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
  flex-shrink: 0 !important;
  opacity: 0.8 !important;
}

.wse-date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230a1b3f' viewBox='0 0 24 24'%3E%3Cpath d='M7 2a1 1 0 0 0-1 1v1H5a2 2 0 0 0-2 2v2h18V6a2 2 0 0 0-2-2h-1V3a1 1 0 1 0-2 0v1H8V3a1 1 0 0 0-1-1zM3 10v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V10H3zm4 3h2v2H7v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z'/%3E%3C/svg%3E");
}

.wse-meta::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230a1b3f' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}

/* --- Card image control --- */
.wse-media img {
  width: 90px !important;
  /* height: 90px !important; */
  height: auto !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  display: block !important;
}

/* --- Responsive corrections --- */
@media (max-width: 730px) {
  .wse-card {
    max-width: 400px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  .i2c-wse-grid {
    grid-template-columns: 1fr !important;
  }

  .wse-card-body {
    flex-direction: row !important;
    align-items: center !important;
  }

  .wse-media img {
    width: 70px !important;
  }
}

@media (max-width: 500px) {
  .wse-card-body {
    /* flex-direction: column !important; */
    align-items: flex-start !important;
    gap: 0.7rem !important;
  }

  /* .wse-media img {
    width: 100% !important;
    max-width: 180px !important;
    height: auto !important;
    border-radius: 10px !important;
    margin-bottom: 0.5rem !important;
  } */
}

/* --- Modal lecturer layout --- */
.wse-lecturer {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 1.5rem !important;
  flex-wrap: nowrap !important;
  margin-top: 1.5rem !important;
}

.wse-lecturer img {
  width: 160px !important;
  height: auto !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

.wse-lecturer div {
  flex: 1 !important;
  text-align: left !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}

@media (max-width: 700px) {
  .wse-lecturer {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .wse-lecturer img {
    width: 130px !important;
    margin-bottom: 1rem !important;
  }

  .wse-lecturer div {
    text-align: center !important;
    font-size: 1rem !important;
  }
}

/* --- Modal readability and spacing --- */
.wse-modal-content h2,
.wse-modal-content h3,
.wse-modal-content p,
.wse-modal-content li {
  text-align: left !important;
}

.wse-modal-content ul {
  padding-left: 1.5rem !important;
  list-style: disc !important;
}

.wse-modal-content p {
  word-break: normal !important;
  max-width: 100% !important;
}

/* --- Modal on small screens --- */
@media (max-width: 480px) {
  .wse-modal-content {
    padding: 1.6rem 1.2rem !important;
  }

  .wse-modal-content h2 {
    font-size: 1.45rem !important;
  }

  .wse-modal-content h3 {
    font-size: 1.05rem !important;
  }
}

.wse-modal-section {
  padding: 0rem 0rem !important;
}

.i2c-wse-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
  border-radius: 16px;
  margin-top: 2rem;
}

.i2c-wse-cta-headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
}

.i2c-wse-cta-button {
  background-color: var(--lime);
  color: #1e293b !important;
  font-weight: 800;
  padding: 0.9rem 2.2rem;
  border-radius: 10px;
  box-shadow: 0 3px 0 #1e293b;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.i2c-wse-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 0 #1e293b;
}

.i2c-wse-cta-subtext {
  font-size: 0.9rem;
  color: #4b5563;
  margin-top: 1.2rem;
}

.i2c-wse-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 24px 0;
}

.i2c-wse-tab {
  background: white;
  border: var(--lime) !important;
  border-radius: 25px;
  padding: 6px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.i2c-wse-grids {
  position: relative;
  width: 100%;
}

.i2c-wse-grid {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.i2c-wse-tab.active {
  background: var(--lime) !important;
  color: #0a1b3f !important;
  transform: scale(1.05);
  transition: 0.2s;
}
















