
/* ExplainItSimply Software Development additions */
.topic-card.navy{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff}.topic-card.navy p,.topic-card.navy .topic-count{color:rgba(255,255,255,.86)}
.software-curiosity .value-tile{text-decoration:none;color:inherit}.software-curiosity .value-tile span{display:inline-block;margin-top:10px;font-weight:700;color:#d97706}
.dev-hero{background:linear-gradient(135deg,#0f172a,#1e3a8a 55%,#f59e0b)}
.curiosity-card{border-left:6px solid #f59e0b;background:linear-gradient(180deg,#fff7ed,#fff)}
.hero-topic-image img,.real-topic-image{width:100%;height:auto;display:block;object-fit:cover;border-radius:22px}.hero-topic-image img{max-height:420px}
.real-life-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.real-life-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.real-life-card h3{margin:0 0 8px;color:#1a3a6b}.real-life-card p{margin:0}.think-card{background:#f8fbff}.learned-card{background:#fff7ed}.value-card ul{margin:0;padding-left:1.2rem}.value-card li{margin:.55rem 0}.eits-layout{align-items:start}.eits-article{min-width:0}.eits-sidebar{position:relative;z-index:1}.eits-side-card{overflow:hidden}.eits-toc a{word-break:normal;overflow-wrap:anywhere}.learning-nav a{text-decoration:none}.footer-grid{align-items:start}
@media (min-width: 1024px){.eits-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px}.eits-sidebar{position:sticky;top:96px}.topics-grid.eits-five-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 1023px){.eits-layout{display:block}.eits-sidebar{margin-top:28px}.real-life-grid{grid-template-columns:1fr}.topics-grid.eits-five-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 680px){.topics-grid.eits-five-grid{grid-template-columns:1fr}.hero-topic-image img{max-height:none}.real-life-card{padding:15px}.footer-grid{grid-template-columns:1fr!important}}


/* ===== TOP SCROLLING LEARNING BANNER ===== */
.top-scroll-banner{
  width:100%;
  overflow:hidden;
  background:#071a33;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:10px 0;
  position:relative;
  z-index:40;
}

.top-scroll-track{
  display:flex;
  align-items:center;
  gap:42px;
  width:max-content;
  white-space:nowrap;
  animation:eitsTopScroll 30s linear infinite;
  will-change:transform;
}

.top-scroll-track span{
  color:#ffffff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.03em;
  line-height:1;
}

.top-scroll-track span::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#f97316;
  margin-right:12px;
  vertical-align:middle;
  box-shadow:0 0 0 4px rgba(249,115,22,.14);
}

@keyframes eitsTopScroll{
  from{ transform:translateX(100vw); }
  to{ transform:translateX(-100%); }
}

.top-scroll-banner:hover .top-scroll-track{
  animation-play-state:paused;
}

@media (prefers-reduced-motion: reduce){
  .top-scroll-track{
    animation:none;
    transform:none;
    padding-left:16px;
  }
}

/* ===== FOOTER BRAND BANNER ===== */
.footer{
  padding-bottom:0 !important;
}

.footer-brand-banner{
  width:100%;
  margin-top:32px;
  padding:0;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.10);
  background:#06172d;
  line-height:0;
}

.footer-brand-banner picture,
.footer-brand-banner img{
  display:block;
  width:100%;
}

.footer-brand-banner img{
  height:auto;
  max-width:100%;
}

@media (max-width:768px){
  .top-scroll-banner{
    padding:9px 0;
  }

  .top-scroll-track{
    gap:28px;
    animation-duration:22s;
  }

  .top-scroll-track span{
    font-size:13px;
  }

  .footer-brand-banner{
    margin-top:24px;
  }

  .footer-brand-banner img{
    width:100%;
    max-width:100%;
    height:auto;
    margin-left:0;
  }
}


/* ===== Footer brand banner responsive ===== */
.footer-brand-banner{
  width:100%;
  margin-top:30px;
  padding:0;
  overflow:hidden;
  background:#06172d;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-brand-banner picture,
.footer-brand-banner img{display:block;width:100%;}
.footer-brand-banner img{height:auto;max-width:100%;}
@media (max-width:768px){
  .footer-brand-banner{margin-top:22px;max-height:220px;}
  .footer-brand-banner img{width:180%;max-width:none;margin-left:-40%;height:auto;}
}


/* ============================================================
   FINAL POLISH: Rotating image banner, card title icons, FAQ
   ============================================================ */

/* Rotating image banner below the top scrolling text */
.eits-image-banner{
  width:100%;
  background:#f6f8fc;
  border-bottom:1px solid rgba(26,58,107,.10);
  padding:14px 16px;
  position:relative;
  z-index:20;
}

.eits-image-banner-shell{
  max-width:1280px;
  margin:0 auto;
  position:relative;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 42px rgba(15,23,42,.14);
  background:#071a33;
}

.eits-image-banner-track{
  min-height:210px;
  position:relative;
}

.eits-image-banner-slide{
  min-height:210px;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
}

.eits-image-banner-content{
  max-width:720px;
  padding:34px 76px;
  color:#fff;
}

.eits-image-banner-content span{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(249,115,22,.95);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.eits-image-banner-content h2{
  color:#fff;
  font-family:var(--font-display, Georgia, serif);
  font-size:clamp(1.45rem,3vw,2.65rem);
  line-height:1.05;
  margin:0 0 10px;
}

.eits-image-banner-content p{
  color:rgba(255,255,255,.90);
  max-width:620px;
  margin:0 0 18px;
  line-height:1.7;
}

.eits-image-banner-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:#fff;
  color:#1a3a6b;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.eits-image-banner-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#1a3a6b;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.eits-image-banner-arrow.prev{left:18px;}
.eits-image-banner-arrow.next{right:18px;}

.eits-image-banner-dots{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:4;
}

.eits-image-banner-dot{
  width:9px;
  height:9px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  cursor:pointer;
}

.eits-image-banner-dot.active{
  width:26px;
  background:#f97316;
}

/* Card title icons - safe CSS icons, no special characters */
.topic-card h3,
.guide-card h3,
.article-card h3,
.blog-card h3,
.eits-card > h2,
.eits-card > h3,
.value-card h3,
.promise-card h3,
.real-life-card h3,
.about-feature-card h3,
.about-value-card h3,
.sidebar-card h3,
.eits-side-card h2,
.eits-side-card h3{
  display:flex;
  align-items:center;
  gap:10px;
}

.topic-card h3::before,
.guide-card h3::before,
.article-card h3::before,
.blog-card h3::before,
.eits-card > h2::before,
.eits-card > h3::before,
.value-card h3::before,
.promise-card h3::before,
.real-life-card h3::before,
.about-feature-card h3::before,
.about-value-card h3::before,
.sidebar-card h3::before,
.eits-side-card h2::before,
.eits-side-card h3::before{
  content:"";
  width:28px;
  height:28px;
  border-radius:10px;
  display:inline-flex;
  flex:0 0 28px;
  background:
    linear-gradient(135deg, rgba(249,115,22,.95), rgba(26,58,107,.95));
  box-shadow:0 8px 18px rgba(15,23,42,.12);
}

.topic-card.blue h3::before{background:linear-gradient(135deg,#60a5fa,#2563eb);}
.topic-card.green h3::before{background:linear-gradient(135deg,#86efac,#16a34a);}
.topic-card.purple h3::before{background:linear-gradient(135deg,#c4b5fd,#7c3aed);}
.topic-card.orange h3::before{background:linear-gradient(135deg,#fdba74,#f97316);}
.topic-card.teal h3::before{background:linear-gradient(135deg,#5eead4,#0f766e);}
.topic-card.navy h3::before{background:linear-gradient(135deg,#f97316,#ffffff);}

/* FAQ open and close icons */
.faq-item summary::after,
.about-faq-card summary::after{
  content:"+" !important;
  font-family:Arial, Helvetica, sans-serif !important;
  speak:none;
}

.faq-item[open] summary::after,
.about-faq-card[open] summary::after{
  content:"-" !important;
}

/* Mobile adjustments */
@media (max-width:768px){
  .eits-image-banner{
    padding:10px 10px;
  }

  .eits-image-banner-shell{
    border-radius:18px;
  }

  .eits-image-banner-track,
  .eits-image-banner-slide{
    min-height:260px;
  }

  .eits-image-banner-content{
    padding:38px 22px 54px;
  }

  .eits-image-banner-content p{
    font-size:14px;
  }

  .eits-image-banner-arrow{
    width:34px;
    height:34px;
    font-size:24px;
  }

  .eits-image-banner-arrow.prev{left:10px;}
  .eits-image-banner-arrow.next{right:10px;}

  .topic-card h3,
  .guide-card h3,
  .article-card h3,
  .blog-card h3,
  .eits-card > h2,
  .eits-card > h3{
    align-items:flex-start;
  }
}


/* ===== Final spacing fix for rotating image banner ===== */
.eits-image-banner{
  padding-top:24px !important;
  padding-bottom:18px !important;
  margin-top:0 !important;
}
.eits-image-banner-shell{
  overflow:hidden;
}
@media (max-width:768px){
  .eits-image-banner{
    padding-top:18px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
}

/* ============================================================
   HERO LEARNING STRIP - integrated inside the existing hero
   ============================================================ */
.hero-learning-strip{
  width:100%;
  max-width:720px;
  margin:24px 0 20px;
  padding:10px 0;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
  position:relative;
}

.eits-hero .hero-learning-strip,
.page-hero .hero-learning-strip{
  max-width:100%;
}

.hero-learning-track{
  display:flex;
  align-items:center;
  gap:28px;
  width:max-content;
  white-space:nowrap;
  animation:eitsHeroLearningScroll 28s linear infinite;
}

.hero-learning-track span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 16px;
  border-radius:999px;
  background:rgba(249,115,22,.95);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.hero-learning-track span::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  flex-shrink:0;
}

.hero-learning-strip:hover .hero-learning-track{
  animation-play-state:paused;
}

@keyframes eitsHeroLearningScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

@media (max-width:768px){
  .hero-learning-strip{
    margin:18px 0 16px;
    max-width:100%;
  }

  .hero-learning-track{
    gap:18px;
    animation-duration:22s;
  }

  .hero-learning-track span{
    font-size:11px;
    padding:6px 12px;
  }
}


/* ===========================================
   Reusable HeroSlider.ascx control
   =========================================== */
.hero.has-hero-slider,
.eits-hero.has-hero-slider,
.page-hero.has-hero-slider {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero-slider-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-slider-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 900ms ease, transform 6500ms ease;
}

.hero-slider-image.active {
    opacity: 1;
    transform: scale(1);
}

.hero.has-hero-slider::before,
.eits-hero.has-hero-slider::before,
.page-hero.has-hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 18, 38, .86) 0%, rgba(5, 18, 38, .72) 42%, rgba(5, 18, 38, .38) 100%);
    pointer-events: none;
}

.hero.has-hero-slider > :not(.hero-slider-layer):not(.hero-slider-controls),
.eits-hero.has-hero-slider > :not(.hero-slider-layer):not(.hero-slider-controls),
.page-hero.has-hero-slider > :not(.hero-slider-layer):not(.hero-slider-controls) {
    position: relative;
    z-index: 2;
}

.hero-slider-controls {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.hero-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    backdrop-filter: blur(10px);
    transition: background .2s ease, transform .2s ease;
}

.hero-slider-arrow:hover {
    background: rgba(255, 255, 255, .25);
    transform: translateY(-50%) scale(1.05);
}

.hero-slider-prev { left: 18px; }
.hero-slider-next { right: 18px; }

.hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 9px;
    pointer-events: auto;
}

.hero-slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .25);
    cursor: pointer;
}

.hero-slider-dot.active {
    width: 28px;
    background: #f97316;
    border-color: #f97316;
}

/* Hide the old scrolling text strip if an older file still renders it. */
.hero-learning-strip,
.top-scroll-banner {
    display: none !important;
}

/* ===========================================
   Reusable ExplainItSimply.ascx control
   =========================================== */
.explainit-simply-control {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto 0;
    padding: 0 0 20px;
}

.explainit-simply-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.explainit-simply-mark {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d4ed8, #f97316);
    color: #ffffff;
    font-weight: 900;
    letter-spacing: .02em;
    flex-shrink: 0;
}

.explainit-simply-control h2 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1.1rem;
}

.explainit-simply-control p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
}

@media (max-width: 768px) {
    .hero-slider-arrow {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .hero-slider-prev { left: 10px; }
    .hero-slider-next { right: 10px; }

    .hero-slider-dots { bottom: 12px; }

    .hero.has-hero-slider::before,
    .eits-hero.has-hero-slider::before,
    .page-hero.has-hero-slider::before {
        background: linear-gradient(180deg, rgba(5,18,38,.82) 0%, rgba(5,18,38,.72) 100%);
    }

    .explainit-simply-inner {
        align-items: flex-start;
        padding: 16px;
    }
}

/* Final mobile safety override */
@media (max-width:768px){.hero.has-hero-slider{min-height:calc(100svh - var(--header-h))!important;height:auto!important}.eits-hero.has-hero-slider,.page-hero.has-hero-slider{min-height:auto!important}.hero-slider-image{background-size:cover!important;background-position:center!important}}

/* Final: remove hero arrow controls */
.hero-slider-arrow,.hero-slider-prev,.hero-slider-next{display:none!important;visibility:hidden!important;pointer-events:none!important;}

/* ============================================================
   ExplainItSimply - Deeper Understanding final readable style
   Applies globally to all article pages using .eits-deep-dive
   ============================================================ */

.eits-deep-dive,
section.eits-deep-dive {
  max-width: 1120px !important;
  margin: 64px auto !important;
  padding: clamp(28px, 4vw, 52px) !important;
  border: 1px solid rgba(26, 58, 107, 0.12) !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  box-shadow: 0 18px 50px rgba(15, 35, 72, 0.08) !important;
  color: #102a56 !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui, sans-serif) !important;
  line-height: 1.85 !important;
  overflow: hidden !important;
}

.eits-deep-dive *,
section.eits-deep-dive * {
  box-sizing: border-box !important;
}

.eits-deep-dive .section-label,
section.eits-deep-dive .section-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 0 18px 0 !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: rgba(249, 115, 22, 0.10) !important;
  color: #f97316 !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui, sans-serif) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.eits-deep-dive .section-label::before,
section.eits-deep-dive .section-label::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #f97316 !important;
  display: inline-block !important;
}

.eits-deep-dive h2,
section.eits-deep-dive h2 {
  max-width: 920px !important;
  margin: 0 0 34px 0 !important;
  color: #061b45 !important;
  font-family: var(--font-display, 'Fraunces', Georgia, serif) !important;
  font-size: clamp(30px, 3.6vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em !important;
}

.eits-deep-dive h3,
section.eits-deep-dive h3 {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 36px 0 13px 0 !important;
  color: #102a56 !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui, sans-serif) !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
  letter-spacing: -0.015em !important;
}

.eits-deep-dive h3::before,
section.eits-deep-dive h3::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #f97316, #1a3a6b) !important;
  box-shadow: 0 0 0 6px rgba(249,115,22,0.09) !important;
}

.eits-deep-dive h4,
section.eits-deep-dive h4 {
  margin: 0 0 12px 0 !important;
  color: #0f2348 !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui, sans-serif) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.eits-deep-dive p,
section.eits-deep-dive p {
  max-width: 980px !important;
  margin: 0 0 22px 0 !important;
  color: #34415d !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui, sans-serif) !important;
  font-size: clamp(16px, 1.18vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
}

.eits-deep-dive p:last-child,
section.eits-deep-dive p:last-child {
  margin-bottom: 0 !important;
}

.eits-question-card,
.eits-deep-dive .eits-question-card,
section.eits-deep-dive .eits-question-card {
  margin: 28px 0 34px 0 !important;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid rgba(249, 115, 22, 0.22) !important;
  border-left: 6px solid #f97316 !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 70%) !important;
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.08) !important;
}

.eits-question-card h3,
.eits-deep-dive .eits-question-card h3,
section.eits-deep-dive .eits-question-card h3 {
  margin-top: 0 !important;
  color: #0f2348 !important;
}

.eits-question-card p,
.eits-deep-dive .eits-question-card p,
section.eits-deep-dive .eits-question-card p {
  margin-bottom: 0 !important;
  color: #334155 !important;
}

.eits-flow-diagram,
.eits-deep-dive .eits-flow-diagram,
section.eits-deep-dive .eits-flow-diagram {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 30px 0 38px 0 !important;
  padding: 26px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #0f2348 0%, #1a3a6b 100%) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 16px 32px rgba(15,35,72,0.12) !important;
  overflow-x: auto !important;
}

.eits-flow-diagram span,
.eits-deep-dive .eits-flow-diagram span,
section.eits-deep-dive .eits-flow-diagram span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 17px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

.eits-flow-diagram span:not(:last-child)::after,
.eits-deep-dive .eits-flow-diagram span:not(:last-child)::after,
section.eits-deep-dive .eits-flow-diagram span:not(:last-child)::after {
  content: "→" !important;
  margin-left: 14px !important;
  color: #f97316 !important;
  font-weight: 900 !important;
}

.eits-deep-grid,
.eits-deep-dive .eits-deep-grid,
section.eits-deep-dive .eits-deep-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 34px 0 38px 0 !important;
}

.eits-mini-card,
.eits-deep-dive .eits-mini-card,
section.eits-deep-dive .eits-mini-card {
  min-width: 0 !important;
  padding: 26px !important;
  border: 1px solid rgba(26, 58, 107, 0.12) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(15, 35, 72, 0.07) !important;
}

.eits-mini-card p,
.eits-deep-dive .eits-mini-card p,
section.eits-deep-dive .eits-mini-card p {
  font-size: 16px !important;
  line-height: 1.85 !important;
  margin-bottom: 0 !important;
}

.eits-summary-card,
.eits-deep-dive .eits-summary-card,
section.eits-deep-dive .eits-summary-card {
  margin: 42px 0 0 0 !important;
  padding: clamp(24px, 3vw, 34px) !important;
  border: 1px solid rgba(26, 58, 107, 0.14) !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #eef6ff 0%, #ffffff 78%) !important;
  box-shadow: 0 14px 34px rgba(15, 35, 72, 0.08) !important;
}

.eits-summary-card h3,
.eits-deep-dive .eits-summary-card h3,
section.eits-deep-dive .eits-summary-card h3 {
  margin-top: 0 !important;
}

.eits-summary-card p,
.eits-deep-dive .eits-summary-card p,
section.eits-deep-dive .eits-summary-card p {
  margin-bottom: 0 !important;
}

.eits-deep-dive a,
section.eits-deep-dive a {
  color: #1d4ed8 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 768px) {
  .eits-deep-dive,
  section.eits-deep-dive {
    margin: 42px 14px !important;
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }

  .eits-deep-dive h2,
  section.eits-deep-dive h2 {
    font-size: 30px !important;
    line-height: 1.25 !important;
    margin-bottom: 26px !important;
  }

  .eits-deep-dive h3,
  section.eits-deep-dive h3 {
    font-size: 21px !important;
    line-height: 1.35 !important;
    margin-top: 30px !important;
  }

  .eits-deep-dive p,
  section.eits-deep-dive p {
    font-size: 16px !important;
    line-height: 1.85 !important;
    margin-bottom: 20px !important;
  }

  .eits-deep-grid,
  .eits-deep-dive .eits-deep-grid,
  section.eits-deep-dive .eits-deep-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .eits-flow-diagram,
  .eits-deep-dive .eits-flow-diagram,
  section.eits-deep-dive .eits-flow-diagram {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 20px !important;
  }

  .eits-flow-diagram span,
  .eits-deep-dive .eits-flow-diagram span,
  section.eits-deep-dive .eits-flow-diagram span {
    width: 100% !important;
  }

  .eits-flow-diagram span:not(:last-child)::after,
  .eits-deep-dive .eits-flow-diagram span:not(:last-child)::after,
  section.eits-deep-dive .eits-flow-diagram span:not(:last-child)::after {
    content: "↓" !important;
    position: static !important;
    margin-left: 12px !important;
  }
}
