.homeHero{
    height: max-content;
    background-size: auto 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: clip;
}

.automation-hero__visual{
  margin-top: -25dvh !important;
}

.automation-hero__container .sectionTitle{
  border: none !important;
}

.homeHero img{
    width: 100%;
}

blue-hero-1{
  color: #1b658e;
}

blue-hero-2{
  color: #2a88b5;
}

blue-hero-3{
  color: #33a3d0;
}

blue-hero-4{
  color: #19648e;
}

.homeHero .sectionTitle{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
}

.homeHero .sectionTitle h1{
    color: var(--text);
}

/* Make sure this area is NOT centered */
.automation-hero__copy,
.sectionTitle.leftTitle{
  text-align: left !important;
}

/* Title styling */
.automationTitle{
  margin: 0;
  font-weight: 550 !important;
  line-height: 1.1 !important;
  color: #0F5E8B;
}

/* IMPORTANT: keep spans inline (prevents weird stacking) */
.automationTitle span{
  display: inline;
}

/* Accent colors + italic like your reference */
.automationTitle .accent{
  color: var(--c-blue-800);
  font-style: italic;
  font-weight: 800;
}

.automationTitle .accentLight{
  color: var(--c-sky-200);
  font-style: italic;
  font-weight: 800;
}

/* If you still have the old gradient class somewhere, neutralize it */
.gradient-text{
  background: none !important;
  -webkit-text-fill-color: initial !important;
  color: inherit !important;
  display: inline !important;
}

/* Poster headline look */
.posterTitle{
  margin: 0;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--text);
  font-size: clamp(2.8rem, 6.2vw, 5.4rem);
}

.posterTitle .line{
  display: block;
}

.automationTitle.posterTitle{
  font-family: "Nexa", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

/* Underline "Accelerate" like the image */
.posterTitle .u{
  position: relative;
  display: inline-block;
}

.posterTitle .u::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;

  /* thinner + closer to baseline */
  height: 0.15em;
  bottom: 0.06em;

  /* less rounded (image is almost square ends) */
  border-radius: 2px;

  background: var(--c-blue-500);
}

/* Highlight "Eliminate" like the image (flatter + less padding) */
.posterTitle .hl{
  display: inline-block;
  background: var(--c-sky-100);

  /* reduce the “pill” look */
  padding: 0.04em 0.14em;
  border-radius: 0.06em;

  /* reduce extra height compared to your screenshot */
  line-height: 1;
}




#whyColosoSection {
    height: max-content;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.sectionTitle{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 2.5rem 0;
    border: 1px solid #E0E0E0;
}

.titleContent{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.titlePleca{
  width: 10px;
  height: 100%;
  background: #1b71a3;
  margin-right: 1rem;
}


.subtitleContent{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.subtitleContent p{
  width: 40%;
  font-size: 1.1rem;
}

.sectionTitle.rightTitle {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.sectionTitle h2{
    color: var(--text);
    margin: 0;
    font-size: 3rem;
    font-weight: 600;
}
.sectionTitle.rightTitle p{
    color: var(--text-muted);
    font-size: 1.2rem;
    margin: 0.5rem 0 0 0;
    max-width: 40rem;
    text-align: right;
}
.sectionTitle.leftTitle {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.sectionTitle.leftTitle p{
    color: var(--text-muted);
    font-size: 1.2rem;
    margin: 0.5rem 0 0 0;
    max-width: 40rem;
    text-align: left;
}
.sectionTitle.centerTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sectionTitle.centerTitle p{
    color: var(--text-muted);
    font-size: 1.2rem;
    margin: 0.5rem 0 0 0;
    max-width: 70rem;
    text-align: center;
}
.whyColosoCardsContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 1.5%;
}
.whyColosoCard{
    width: 25%;
    height: 35rem;
    border-radius: .1rem;
    background: #f6f6f8;
    padding: .5rem 1rem;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.whyColosoCardsContainer {
    width: 95%;
}
.whyColosoCard .cardHeader{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  flex: 0 0 auto;
}
.whyColosoCard .cardHeader h3{
    color: #348fc5;
    font-size: 1.85rem;
    margin: 1rem auto 0 auto;
    font-weight: 700;
}
.whyColosoCard .cardHeader p{
    color: var(--text-muted);
    font-size: 1rem;
    text-align: justify;
    width: 80%;
}




.whyColosoCard:first-of-type .gifContainer{
  width: 100%;      /* override your 45% */
  height: auto;     /* override your 80% */
  border: none;     /* remove that conic-gradient "border" */
  padding: 0;       /* cleaner like the mock */
}

/* smaller gifs */
.whyColosoCard:first-of-type .gifContainer img{
  width: min(190px, 100%);
}

.whyColosoCard video{
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
}

.splittedView{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.video-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.video-label {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  background: #C1DCEB;
  border: 1px solid #C1DCEB;
  color: #19638e;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-label-secondary {
  background: #f6f6f8;
  border: 1px solid #9c9d9d;
  color: #9c9d9d;
}

.splittedView .video-wrapper .video-label {
  font-size: 0.75rem;
  padding: 5px 12px;
}

.splittedView .colosoEfficient{
  border-radius: 8px 0 0 8px;
  width: 100%;
}

.splittedView .noColosoEfficient{
  border-radius: 0 8px 8px 0;
  width: 100%;
}

.splittedView hr{
  width: 2px;
  background: none;
  border: none;
  border-left: 4px dotted #0f5e8b4b;
  margin: 0;
  height: 70%;
}


.whyColosoCard:first-of-type .gifContainer p{
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;

  border: 2px solid rgba(15, 94, 139, 0.25);
  border-width: 2px;
  background: rgba(255,255,255,0.95);

  color: rgba(15, 94, 139, 0.65);
  font-style: normal;  
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}

.whyColosoCard:first-of-type .gifContainer:first-child p{
  border-color: rgba(15, 94, 139, 0.45);
  color: var(--c-blue-500);
  box-shadow: 0 6px 16px rgba(70, 160, 220, 0.18);
}


@media (max-width: 700px){
  .whyColosoCard:first-of-type .cardContent{
    grid-template-columns: 1fr;
  }
  .whyColosoCard:first-of-type .cardContent::after{
    display: none;
  }
}



.whyColosoCard .cardContent{
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  /* Fill remaining card height under header */
  flex: 1 1 auto;
  min-height: 0;
}
.gifContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 80%;
    padding: .2rem;
    border-radius: 1rem;
}
.gifContainer img{
    width: 90%;
    border-radius: 8px;
    padding: 7px;
    box-sizing: border-box;
}
.gifContainer:first-of-type img{
    padding: 7px;
    box-sizing: border-box;
}
.gifContainer p{
    margin: 0;
    font-size: .75rem;
    margin-top: .25rem;
    color: #a2a2a2;
    font-style: italic;
    font-weight: 500;
}
.gifContainer:first-of-type p{
    color: #308EC5;
}
.gifContainer2,
.gifContainer3{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* crop overflowing parts */
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
}

.gifContainer2 > .video-label,
.gifContainer3 > .video-label {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(37, 99, 235, 0.95);
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.02em;
}

.gifContainer2 img,
.gifContainer3 img{
  width: 100%;
  height: 100%;
  object-position: center;/* keep centered */
  display: block;
}

.gifContainer3{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gifContainer3 img{
    max-width: 100%;
    object-fit: contain;
    display: block;
}


.sectionHeader2col{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 0 4vw 0rem 4vw;
  border-top: 1px solid #19638e25;
  border-bottom: 1px solid #19638e25;
}

/* left block: bar + title */
.sectionHeaderLeft{
  display: flex;
  align-items: center;
  gap: 18px; /* matches .clientsTitle gap vibe */
}

/* IMPORTANT: your .titleBar is already styled in .clientsHeader;
   this makes sure it still works here too */
.titleBar{
  width: 10px;
  height: 90px;
  background: var(--c-blue-500);
  flex: 0 0 auto;
}

/* title */
.sectionHeaderTitle{
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 0.95;
  color: var(--text);
  font-weight: 800;
}

/* blue word */
.blueTitle{
  color: var(--c-blue-800);
}

/* subtitle on the right */
.sectionHeaderSubtitle{
  margin: 0;
  max-width: 30%;  /* gives line breaks like your image */
  color: var(--text-muted);
  font-size: 1.2rem;
}

.homeHero__logo{
  display: none !important;
}

@media (max-width: 1100px){
  .heroTitle{
    margin-left: 2rem !important;
  }
}

/* responsive stack */
@media (max-width: 450px){
  .homeHero{
    background: linear-gradient(180deg, #c4e0ee 0%, #ffffff 100%);
  }
  .homeHero__logo{
    width: 120px;
    margin-bottom: 1.5rem;
    display: block !important;
    position: absolute;
    bottom: 1rem;
    right: -50%;
    opacity: .25;
  }
  .automation-hero__visual{
    display: none !important;
  }
  .solutionsHeadline{
    font-size: 2rem !important;
  }
  .heroTitle h3{
    font-size: 1.3rem !important;
    width: 60% !important;
  }
  .sectionHeaderTitle{
    font-size: 1.5rem !important;
  }
  .titleBar{
    height: 60px !important;
  }
  .colosoBanner{
    width: 85% !important;
  }
  .colosoBanner h2{
    font-size: 1.2rem !important;
  }
  .colosoBanner img{
    opacity: 0.1 !important;
  }
  .canvas-container{
    display: none !important;
  }
  .stages-container{
    visibility: hidden !important;
  }
  .automation-hero__container{
    margin-left: 1rem;
  }
  .whyColosoCardsContainer{
    flex-direction: column;
    gap: 1rem;
  }
  .whyColosoCard{
    width: 90%;
    height: max-content !important;
  }
  .whyColosoCard .cardHeader {
    align-items: start;
  }
  .whyColosoCard .cardHeader h3{
    padding: 1rem 0 0 0;
    margin: 0;
  }
  .whyColosoCard .cardHeader p{
    width: 100%;
  }
  .cardContent{
    display: none !important;
  }
  .clientSectionContainer{
    grid-template-columns: 1fr !important;
    position: relative;
    height: 50svh;
  }
  .clientsGraphic{
    width: 100% !important;
    margin-bottom: 0;
  }
  .clientsGraphic img{
    width: 100% !important;
  }
  .clientsDetail{
    width: 100% !important;
    position: absolute !important;
    /* background-color: var(--c-blue-800); */
    background-color: #fff !important;
  }
  .clientIcon{
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    aspect-ratio: 1 / 1;
    padding: 8px !important;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .clientIcon img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    padding: 0 !important;
  }

  .clientText,
  .clientText--gp{
    grid-template-columns: 92px 1fr !important;
    align-items: center;
  }
  .clientText,
  .clientText--gp,
  .clientText--lp,
  .clientText--fa{
    border-radius: 10px 10px 0 0 !important;
    margin: 0 auto !important;
    width: 90% !important;
    padding: .5rem 1rem !important;
  }
  .clientIcon{
    background-color: transparent !important;
  }
  .clientTextBlock{
    justify-content: center !important;
    gap: .5rem !important;
  }
  .ourClientsSection{
    margin-bottom: 0 !important;
    padding-bottom: .5rem !important;
  }
}

.colosoBanner{
  background: url('../media/expertise-mask.svg') ,linear-gradient(180deg, #4aa4f2);
  margin-top: 4rem;
  width: 95%;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.colosoBanner img{
  width: 150px;
  height: auto;
  position: absolute;
  left: -.5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
}

.colosoBanner h2{
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  line-height: 2.4rem;
}


#ourClientsSection{
  width: 100%;
  overflow: hidden;
  padding: 3.5rem 0;
}

/* --------------------------------
   HEADER: bar + title + single line
   -------------------------------- */
.clientsHeader{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 34px;
  padding: 0 4vw 0rem 4vw;
}

.clientsTitle{
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.clientsHeader .titleBar{
  width: 10px;
  height: 90px;
  background: var(--c-blue-500);
}

.clientsHeader h2{
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 0.95;
  color: var(--text);
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 800;
}


.clientSectionContainer{
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr 0.90fr;
  align-items: center;
  gap: 2.2rem;              
  padding: 1.5rem 3vw 0 3vw; 
}

.sectionHeader2col{
  width: 100%;
  align-self: stretch;
  box-sizing: border-box;
  padding: 2.5rem 8vw;
}


.clientsGraphic{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.clientsRadarPlaceholder{
  width: min(640px, 95%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  overflow: visible;


  background:
    radial-gradient(circle at center, transparent 0 33%, rgba(15,94,139,0.22) 33.4% 33.6%, transparent 34%),
    radial-gradient(circle at center, transparent 0 52%, rgba(15,94,139,0.18) 52.4% 52.6%, transparent 53%),
    radial-gradient(circle at center, transparent 0 70%, rgba(15,94,139,0.14) 70.4% 70.6%, transparent 71%),
    radial-gradient(circle at center, transparent 0 86%, rgba(15,94,139,0.10) 86.4% 86.6%, transparent 87%);


  box-shadow: none;
  background-color: transparent;
}


.clientsRadarPlaceholder::before{
  content: "";
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: rgba(245, 245, 245, 0.95);
  box-shadow: 0 16px 30px rgba(0,0,0,0.12);
}


.clientsRadarPlaceholder::after{
  content: "";
  position: absolute;
  inset: 29%;
  border-radius: 50%;
  border: 2px solid rgba(15,94,139,0.28);
  opacity: 0.9;
}

.clientsLogo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  z-index: 2;
}


.clientsDetail{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


.clientsDetail::before{
  content:"";
  position:absolute;
  inset: -10% -18% -10% -25%;

  background-size: contain;
  background-position: center right;
  opacity: 0.55;
  pointer-events: none;
}

.clientTextBlock {
    width: min(560px, 95%);
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    position: relative;
    z-index: 1;
    height: 100%;
    justify-content: space-evenly;
}

.clientText{
  display: grid;
  grid-template-columns: 115px 1fr; 
  align-items: center;
  column-gap: 16px;
  position: relative;
}


.clientIcon{
  /* width: 100%;
  height: 100%;
  min-height: 92px; */
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--bg);
  /* border: 1px solid rgba(15,94,139,0.10); */
  /* box-shadow: 0 10px 22px rgba(0,0,0,0.06); */
}

.clientIcon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 14px; 
}

.clientCopy h3{
  margin: 0 0 0.65rem 0;
  font-size: 1.4rem;
  font-weight: 700 !important;
  color: var(--c-client-title);
}

.clientCopy p{
  margin: 0;
  max-width: 46ch;
  color: var(--text-muted);
}


.clientText--gp{
  background: var(--card-bg);              
  /* border-radius: 12px; */
  /* border: 1px solid rgba(15,94,139,0.10); */
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);

  padding: 14px 18px;
  display: grid;
  grid-template-columns: 115px 1fr;  
  align-items: center;
  column-gap: 16px;

  margin-left: 90px;
}


.clientText--gp .clientIcon{
  /* width: 100%;
  height: 100%;
  min-height: 72px;  */
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  padding: 0;
}

.clientText--gp .clientIcon img{
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.clientText--lp{
  margin-left: 25px;   
}

.clientText--fa{
  margin-left: 0px;   
}

.heroTitle h3{
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  color: #0f5e8bcb;
  width: 30%;
  margin-top: 1rem;
  font-style: italic;
}

.solutionsHeadline{
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1.02;
  font-weight: 700;
  color: var(--text);
  text-align: left;
}

.solutionsHeadline .dark-blue{
  color: var(--c-blue-800); 
  font-weight: 500;
}

.solutionsHeadline .blue{
  color: var( --c-blue-500); 
  font-weight: 500;
}

.solutionsHeadline .light-blue{
  color: var(--c-sky-200); 
  font-weight: 500;
}

.hero-underlined{
  text-decoration: underline;
  text-decoration-color: #48a0f6;
  text-underline-offset: 2px;
  text-decoration-thickness: 10px;
}

.hero-higlighted{
  background: #5ec2ea9d;
  padding: 0 !important;
}