/* =========================
   HERO BANNER – BASE (DESKTOP)
   ========================= */

.hero-banner {
    background-image: none;
    background:
        radial-gradient(circle at 15% 5%, rgba(120,60,255,0.35), transparent 40%),
        linear-gradient(180deg, #3b2db5 0%, #243a9a 60%, #1c2f87 100%);

    width: 100%;
    min-height: 640px;

    display: flex;
    align-items: center;

    padding: 158px 0 50px;
    border-radius: 0 0 40px 40px;

    overflow: hidden;
    position: relative;
}

.hero-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

    box-sizing: border-box;
}
.hero-content {
    flex: 0 0 48%;
    max-width: 600px;
    text-align: left;
    color: #ffffff;
    padding-right: 40px;
}

.hero-content h1 {
    font-size: clamp(36px, 4.8vw, 48px);
    line-height: 1.15;
    margin-bottom: 22px;
}

.hero-content h2 {
    font-size: 20px;
    line-height: 1.55;
    opacity: 0.95;
    margin-bottom: 30px;
}

.hero-content h1,
.hero-content h2 {
  font-family: system-ui, -apple-system, Arial, sans-serif;
}

@media (max-width: 900px) {
    .hero-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 120px 16px 80px;
        min-height: auto;
        border-radius: 0 0 30px 30px;

        background: linear-gradient(135deg, #352576 0%, #091fc3 100%) !important;
    }

    .hero-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 0 8px;

        box-sizing: border-box;
    }

    .hero-content {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 32px;
        box-sizing: border-box;
    }

        .hero-image {
            display: none;
        }
}


@media (max-width: 360px) {
    .hero-inner {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .hero-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
  .st-nav-toggle {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .st-nav-toggle {
    display: block !important;
  }
}



/* ==================================================
   CLS FIX – PARTNERING / TRUST SECTION
   ================================================== */

.partnering-sec {
    min-height: 260px;
}

.partnering-sec h2 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 500;
    color: #111;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
}


.partnering-sec p {
    line-height: 1.65;
}

.partnering-logos ul {
    min-height: 120px;
}


/* ==================================================
   WHO WE HELP
================================================== */

.who-we-help {
  padding: 64px 0;
   background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fafafa 100%
   );
}

.who-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px;
}

/* Layout */
.who-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

/* Left content */
.who-left {
  max-width: 640px;
}

.who-header {
  margin-bottom: 28px;
}

.who-header h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #111;
  line-height: 1.25;
  margin-bottom: 12px;
}

.who-header p {
  font-size: 18px;
  color: #111;
  line-height: 1.5;
}

/* Cards */
.who-grid {
  display: grid;
  gap: 16px;

}

.who-card {
  padding: 18px 20px;
  border: 1px solid #eaeaea;
  border-color: rgba(0,0,0,0.08);
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.015),
    rgba(0,0,0,0)
  );
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.who-card:first-child {
  border-color: #111;
   border-left: 3px solid rgba(0,0,0,0.6);
  background: linear-gradient(
    180deg,
    rgba(17,17,17,0.035),
    rgba(17,17,17,0.01)
  );
  position: relative;
}

/* Subtle left accent */
.who-card:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: #111;
  border-radius: 2px;
}

.who-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.who-card p {
  font-size: 18px;
  line-height: 1.6;
   color: rgba(17,17,17,0.85);
}

@media (hover: hover) {
  .who-card:hover {
    transform: translateY(-4px);
     box-shadow:
      0 12px 28px rgba(0,0,0,0.08),
      inset 0 1px 0 rgba(255,255,255,0.6);
    border-color: #dcdcdc;
  }
}


/* Not for line */
.who-not-for {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
  color: rgba(17,17,17,0.75);
  font-style: italic;
  font-size: 16px;
  max-width: 640px;
}

.who-not-for::before {
  content: "Not a fit for:";
  display: block;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 6px;
  color: #111;
}
/* Right graphic */
.who-right img {
  width: 100%;
  max-width: 510px;
  opacity: 0.95;
}

.who-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
  max-width: 520px;
}

.who-stat-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #111;
  margin-bottom: 8px;
}

.who-stat-label {
  font-size: 15px;
  color: rgba(17,17,17,0.7);
  line-height: 1.4;
}




/* Tablet */
@media (max-width: 1024px) {
  .who-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .who-right {
    order: -1; /* image above content */
    text-align: center;
  }

  .who-left {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .who-we-help {
    padding: 70px 0;
  }
  .who-header h2 {
    font-size: 1.875rem; /* 30px */
  }

  .who-right {
    display: none; /* hide image on mobile */
  }
}


/* ==============================
   SERVICES Section -  INTRO – BASE (DESKTOP)
   ============================== */

.services-intro {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0 0 0;
  column-gap: 53px;
  row-gap: 32px;
}

.services-intro h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  width: 40%;
}

.services-intro h2 span {
  color: #1d2594;
  font-size: 2.5rem;
}

.services-intro p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #222;
  width: 54%;
  margin: 0;
}

/* ==============================
   SERVICES INTRO – iPad Pro
   ============================== */

@media (min-width: 1024px) and (max-width: 1366px) and (pointer: coarse) and (orientation: landscape) {

  .services-intro {
    padding-top: 64px;
    column-gap: 40px;
  }

  .services-intro h2 {
    width: 45%;
    font-size: 2.3rem;
  }

  .services-intro h2 span {
    font-size: 2.3rem;
  }

  .services-intro p {
    width: 50%;
    font-size: 17px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (pointer: coarse) {

  .services-section {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);

    /* explicit gaps (Safari-safe) */
    grid-column-gap: 24px;
    grid-row-gap: 32px;

    /* neutralize flex without killing grid gaps */
    flex-wrap: normal;
  }

  .services-card {
    width: 100% !important;
    max-width: 100%;
  }

  .explore-cta {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 24px;
  }
}



/* ==============================
   SERVICES INTRO – TABLETS
   ============================== */

@media (min-width: 768px) and (max-width: 1023px) {

  .services-intro {
    padding-top: 56px;
    column-gap: 32px;
  }

  .services-intro h2 {
    width: 48%;
    font-size: 2.1rem;
  }

  .services-intro h2 span {
    font-size: 2.1rem;
  }

  .services-intro p {
    width: 48%;
    font-size: 16px;
    line-height: 26px;
  }
}

/* ==============================
   SERVICES INTRO – MOBILE
   ============================== */

@media (max-width: 767px) {

  .services-intro {
    padding-top: 40px;
    flex-direction: column;
    row-gap: 16px;
  }

  .services-intro h2,
  .services-intro p {
    width: 100%;
  }

  .services-intro h2 {
    font-size: 2.3rem;
  }

  .services-intro h2 span {
    font-size: 2.3rem;
  }

  .services-intro p {
    font-size: 15px;
    line-height: 24px;
  }
}

/* ==============================
   SERVICES INTRO – iPad Mini FIX
   ============================== */

@media (min-width: 768px) and (max-width: 1023px) {

  .services-intro {
    flex-direction: column;
    row-gap: 16px;
  }

  .services-intro h2,
  .services-intro p {
    width: 100%;
  }

  .services-intro p {
    max-width: 100%;
  }
}
/* =========================================
   KPI CONTENT SURFACE (OVERRIDES LEGACY)
   ========================================= */

.dd_search_ends {
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

.dd_search_ends-title {
  margin: 0 0 14px;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -1.7px;
  color: #000;
}

.dd_search_ends-subtitle {
  margin-bottom: 42px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #0B1720;
}

/* KPI – enforce single active panel (GLOBAL) */
.kpi-vertical .panel-tabs {
  display: none;
}

.kpi-vertical .panel-tabs.active {
  display: block;
}

/* 🔒 Disable browser scroll anchoring for KPI accordion */
.kpi-vertical,
.kpi-vertical * {
  overflow-anchor: none;
}

.dd_search_ends-tabs .nav-tabs {
  display: flex;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.dd_search_ends-tabs .nav-tabs a {
  display: block;
  padding: 18px 20px;
  font-size: 22px;
  font-weight: 600;
  color: #00448F;
  text-decoration: none;
  border-radius: 12px;
}

.dd_search_ends-tabs .nav-tabs .active a {
  background: #01273D;
  color: #fff;
}

.panel-tabs {
  border-radius: 16px;
  background: #F2F4F5;
}

/* KPI – hide images by default */
.kpi-vertical .dd_reviews-featured-image-wrapper {
  display: none;
}


.kpi-vertical .panel-tabs.card-cotent-type {
  background: #f2fbff;   /* your new color */
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.04),
    0 8px 24px rgba(0,0,0,0.04);
}

.panel-tabs:not(.active) {
  display: none;
}

.dd_reviews {
  display: block;
}

.dd_reviews-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.dd_reviews-card h3 {
  font-size: 34px;
  font-weight: 600;
   letter-spacing: -0.02em;
  line-height: 44px;
  margin-bottom: 16px;
  color: #333;
}

.dd_reviews-card p {
  font-size: 21px;
  line-height: 32px;
  max-width: 560px;
  color: #333;
}

.dd_reviews-card .card-link {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 20px;

  font-size: 16px;
  font-weight: 600;
  color: #fff;

  background: #00448F;
  border-radius: 999px;
  text-decoration: none;
}

.dd_reviews-card .card-link:hover {
  background: #01273D;
}
.kpi-benefits {
  margin-top: 24px;
}

.kpi-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kpi-benefits li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #0B1720;
}

.kpi-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #207DE9;
}

@media (min-width: 768px) {

  .kpi-layout {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }

  .kpi-vertical .nav-tabs {
    flex-direction: column;
    gap: 8px;
    margin: 0;
     border-bottom: none;
  }

    /* Ensure left nav sits above content */
  .kpi-vertical .nav-tabs-nav_container {
    position: relative;
    z-index: 3;
  }

  /* Prevent content from overlaying nav */
  .kpi-vertical .kpi-content-wrap {
    position: relative;
    z-index: 1;
  }

  /* Base visual surface */
.kpi-vertical .kpi-content-surface {
  background: #d7edf3;
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.04),
    0 8px 24px rgba(0,0,0,0.04);
}


  .kpi-vertical .nav-tabs a {
     pointer-events: auto;
    text-align: left;
  }

  .kpi-vertical .content-tabs {
    width: 100%;
  }

 .kpi-vertical .nav-tabs li {
    position: relative;
  }

  .kpi-vertical .nav-tabs li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -4px;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      #E3E8ED,
      transparent
    );




  }

  /* RIGHT CONTENT must stay inside its grid column */
  .kpi-vertical .content-tabs {
    position: relative;
    z-index: 1;
  }

  .kpi-vertical .panel-tabs {
    width: 100%;
  }

  /* Inner layout only (text + image) */
  .kpi-vertical .panel-tabs .dd_reviews {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: center;
  }

  .dd_reviews-main {
    padding: 64px;
  }

  .dd_reviews-featured-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dd_reviews-featured-image-wrapper img {
   max-width: 100%;
  max-height: 480px;     /* ↑ increased */
  width: auto;
  height: auto;
  object-fit: contain;
  }
}

@media (max-width: 767px) {

  /* Hide vertical tabs */
  .kpi-vertical .nav-tabs-nav_container {
    display: none;
  }

  /* Accordion panel */
  .kpi-vertical .panel-tabs {
    display: block;
    margin-bottom: 14px;
    border-radius: 16px;
    background: #F7FAFC;
    overflow: hidden;
    position: relative;
  }

  /* Accordion header */
.kpi-vertical .panel-tabs::before {
  content: attr(data-title);
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;

  background: #fff;
  border-bottom: 1px solid #E3E8ED;
  cursor: pointer;
}

  /* Chevron */
  .kpi-vertical .panel-tabs::after {
    content: "▾";
    position: absolute;
    right: 20px;
    top: 18px;
    transition: transform .2s ease;
    color: #207DE9;
  }

  .kpi-vertical .panel-tabs.active::after {
    transform: rotate(180deg);
  }

  /* Collapse inactive */
  .kpi-vertical .panel-tabs:not(.active) .body-tabs {
    display: none;
  }

  /* Content spacing */
  .dd_reviews-main {
    padding: 20px;
  }

  /* Hide image */
  .dd_reviews-featured-image-wrapper {
    display: none;
  }

   .kpi-vertical .panel-tabs .body-tabs {
    overflow: hidden;
    transition:
      max-height 280ms cubic-bezier(.4,0,.2,1),
      opacity 180ms ease;
  }

  .kpi-vertical .panel-tabs:not(.active) .body-tabs {
    max-height: 0;
    opacity: 0;
  }

  .kpi-vertical .panel-tabs.active .body-tabs {
    max-height: 2000px; /* safe large value */
    opacity: 1;
  }

    .kpi-vertical .panel-tabs.active {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

}

/* =========================================
   KPI – IMAGE PLACEMENT FIX
   ========================================= */

/* Tablet + small desktop: stack content */
@media (min-width: 768px) and (max-width: 1199px) {

  .kpi-vertical .panel-tabs .dd_reviews {
    display: flex;
    flex-direction: column;
  }

  .kpi-vertical .dd_reviews-featured-image-wrapper {
    display: flex;                /* 🔒 make flex explicit */
    order: 2;
    width: 100%;
    margin-top: 24px;
    justify-content: flex-start;
     display: none;
  }

}


/* KPI – Large desktop keeps side-by-side */
@media (min-width: 1200px) {

  .kpi-vertical .panel-tabs .dd_reviews {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
    align-items: center;
  }

  .kpi-vertical .dd_reviews-featured-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kpi-vertical .dd_reviews-featured-image-wrapper img {
    max-width: 100%;
    max-height: 480px;   /* ⬅ bigger image on desktop */
    width: auto;
    height: auto;
    object-fit: contain;
  }

}


   /* =========================================
   KPI SECTION – TYPOGRAPHY & SPACING ONLY
   SAFE: does NOT affect tabs or layout
   ========================================= */

/* ---------- Desktop ---------- */
@media (min-width: 1025px) {

  .dd_reviews-card h3 {
    font-size: 32px;          /* down from 34 */
    line-height: 42px;
    margin-bottom: 12px;
  }

  .dd_reviews-card p {
    font-size: 20px;
    line-height: 30px;
  }

  .dd_reviews-main {
    padding: 48px;            /* tighter than before */
  }
}

/* ---------- Tablet (iPad Pro / Air) ---------- */
@media (min-width: 768px) and (max-width: 1024px) {

  .dd_reviews-card h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .dd_reviews-card p {
    font-size: 18px;
    line-height: 28px;
  }

  .dd_reviews-main {
    padding: 36px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {

   .dd_search_ends-title {
    font-size: 2.3rem;        /* aligns with rest of mobile headings */
    line-height: 1.25;
    letter-spacing: -0.02em; /* softer than desktop */
    margin-bottom: 20px;
    padding: 0 12px;         /* prevents edge hugging */
    text-wrap: balance;      /* modern browsers: better line breaks */
  }

  .dd_reviews-card h3 {
    font-size: 1.9rem;        /* ≈ 36.8px (matches rest of site) */
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .dd_reviews-card p {
    font-size: 16px;
    line-height: 26px;
  }

  .dd_reviews-main {
    padding: 20px;
  }
}

/* =========================================
   KPI Section - ENDS
   ========================================= */

/* =========================================
   CASE STUDIES – FINAL, STABLE & SAFE
   ========================================= */

/* Grid */

.cs-main-sec {
    background: #f2fbff;
    padding: 44px;
    border-radius: 20px;
    }

.cs-card-sec {
    width: 100%;
    max-width: 100%;
    min-width: 0;                 /* 🔴 CRITICAL */
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    box-sizing: border-box;
}

/* Card */
.cs-sec-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    min-width: 0;                 /* 🔴 REQUIRED for grid items */
    padding: 0;

    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs-sec-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.12);
}

/* Inner content wrapper */
.cs-card-inner {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

/* Image */
.cs-sec-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 14px;
}

/* Badge */
.cs-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #c7f000;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

/* Title */
.cs-sec-card h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    margin: 6px 0;
    text-align: center;
}

.cs-sec-card a {
    font-size: 18px;
    color: #121212;
    margin-top: 16px;
}

/* Context */
.cs-context {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 10px;
}

/* Link */
.cs-head-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #352576;
    text-decoration: none;
}

.cs-head-link:hover {
    text-decoration: underline;
}

/* Bullets */
.cs-highlights {
    list-style: none;
    padding-left: 18px;
    margin: 10px 0 18px;
    text-align: left;
}

.cs-highlights li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 6px;
}

.cs-highlights li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #c7f000;
    font-size: 18px;
}

/* =========================================
   CASE STUDIES – RESPONSIVE GRID (FIXED)
   ========================================= */

.cs-card-sec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* Optional small tweaks */
@media (max-width: 768px) {
  .cs-highlights li {
    font-size: 13px;
    margin-bottom: 4px;
  }
}

/* Mobile padding stays as-is */
@media (max-width: 900px) {
  .cs-main-sec {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
}


/* =========================================
   MOBILE SECTION PADDING
   ========================================= */

@media (max-width: 900px) {
    .cs-main-sec {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
}



/* ==============================
   Thought Leadership Section
   ============================== */

.thought-leadership-section {
  padding: 40px;
  background: #f9f9f9;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  padding-top: 30px;
}

.thought-post {
  background: #f0f8ff;
  border: 1px solid #ddd;
  padding: 15px;
  transition: box-shadow .3s, transform .3s;
  border-radius: 5px;
}

.thought-post:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,.1);
  transform: translateY(-5px);
}

.thought-post-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
}

.thought-post-title {
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px 0;
}

.thought-post-excerpt {
  font-size: .9em;
  color: #555;
}

.thought-post-link {
  text-decoration: none;
  color: inherit;
}

.thought-post-link:hover .thought-post-title {
  text-decoration: underline;
}

/* ======================================
   Thought Leadership – iPad Pro (2×2 grid)
   ====================================== */

@media (min-width: 1024px) and (max-width: 1366px) and (pointer: coarse) {

  .post-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px;
  }

  .thought-post {
    width: 100%;
  }

  .thought-post-title {
    font-size: 1.25em;
  }

}

/* ======================================
   Thought Leadership – iPad Air / Mini
   ====================================== */

@media (min-width: 768px) and (max-width: 1023px) and (pointer: coarse) {

  .post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .thought-leadership-section {
    padding: 30px 20px;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .thought-post-title {
    font-size: 1.1em;
  }

  .thought-post-excerpt {
    font-size: .85em;
  }

  .thought-post {
    padding: 10px;
  }
}






