
/* Final client & founder refinements */
.client-logo-grid,
.clientele-grid,
.client-grid,
.clients-grid {
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr)) !important;
  gap:16px !important;
  align-items:center !important;
}
.client-logo-item,
.client-logo,
.client-card {
  min-height:78px !important;
  max-height:92px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 12px !important;
  overflow:hidden !important;
}
.client-logo-item img,
.client-logo img,
.client-card img,
.clientele-grid img,
.client-grid img,
.clients-grid img {
  width:auto !important;
  height:auto !important;
  max-width:120px !important;
  max-height:60px !important;
  object-fit:contain !important;
  display:block !important;
}
.founder-card,
.founder,
.founder-item,
.founder-box,
.founder-image,
.founder-photo {
  background:#fff !important;
}
.founder-card img,
.founder img,
.founder-item img,
.founder-box img,
.founder-image img,
.founder-photo img {
  background:#fff !important;
}
@media (min-width:1024px) {
  .client-logo-grid,
  .clientele-grid,
  .client-grid,
  .clients-grid {
    grid-template-columns:repeat(6,1fr) !important;
    gap:14px !important;
  }
}

/* Corrected Clientele layout: every logo uses the same grid and card */
.client-logo-grid {
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important;
  gap:18px !important;
  align-items:center !important;
}
.client-logo-card {
  height:96px !important;
  min-height:96px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 14px !important;
  overflow:hidden !important;
}
.client-logo-card img {
  width:auto !important;
  height:auto !important;
  max-width:130px !important;
  max-height:64px !important;
  object-fit:contain !important;
  display:block !important;
}
@media (min-width:1024px) {
  .client-logo-grid {
    grid-template-columns:repeat(5,1fr) !important;
    gap:14px !important;
  }
  .client-logo-card {
    height:82px !important;
    min-height:82px !important;
    padding:8px 10px !important;
  }
  .client-logo-card img {
    max-width:118px !important;
    max-height:54px !important;
  }
}


/* Final correction: both founder cards use the same white design */
.founder-card-dark{background:#fff!important;color:#111!important;border-color:#e3e3e3!important}
.founder-card-dark:after{border-color:rgba(0,0,0,.055)!important}
.founder-card-dark .founder-mark{background:#fff!important;border-color:#e2e2e2!important;color:#111!important}
.founder-card-dark .founder-mark:before{border-color:#ddd!important}
.founder-card-dark .founder-role{color:#777!important}
.founder-card-dark .founder-content h3{display:block!important;visibility:visible!important;opacity:1!important;color:#111!important}
.founder-card-dark .founder-content p{color:var(--muted)!important}
.founder-card-dark .founder-footer{color:#777!important;border-color:#e8e8e8!important}
.founder-card-dark .founder-arrow{color:#111!important}
.founder-line,.founder-card-dark .founder-line{background:var(--incubex-pink)!important}

/* Homepage floating video: compact 4-inch square with close option */
.home-video-popup{position:fixed;right:24px;bottom:24px;width:384px;height:384px;z-index:9999;background:#111;border-radius:16px;box-shadow:0 18px 55px rgba(0,0,0,.28);border:1px solid rgba(0,0,0,.12);overflow:visible}
.home-video-frame{width:100%;height:100%;position:relative;overflow:hidden;border-radius:16px;background:#111}
.home-video{display:block;width:100%;height:100%;object-fit:cover;background:#111}
.home-video-close{position:absolute;top:-12px;right:-12px;width:38px;height:38px;border:0;border-radius:50%;background:var(--incubex-pink);color:#fff;font-size:28px;line-height:34px;font-weight:400;cursor:pointer;z-index:2;box-shadow:0 6px 18px rgba(0,0,0,.22)}
.home-video-close:hover{transform:scale(1.06)}
@media(max-width:700px){.home-video-popup{width:260px;height:260px;right:16px;bottom:16px;border-radius:14px}.home-video-frame{border-radius:14px}.home-video-close{top:-10px;right:-8px;width:34px;height:34px;font-size:24px;line-height:30px}}

/* Founder section size refinement – slightly more compact */
.founder-card{min-height:420px!important;padding:28px 28px 20px!important}
.founders-intro{margin-bottom:36px!important}
.founders-intro h2{font-size:clamp(36px,4vw,54px)!important}
.founder-content{margin-top:36px!important}
.founder-content h3{font-size:clamp(28px,2.5vw,36px)!important}
.founder-content p{font-size:14px!important;line-height:1.65!important}
.founder-footer{padding-top:18px!important}
@media(max-width:900px){.founder-card{min-height:390px!important;padding:24px!important}.founder-content{margin-top:30px!important}}
